From 490e17456402c1c049949f3d8060733a2e8460bc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sun, 31 Jul 2022 22:22:30 +0200 Subject: [PATCH] New translations common.json (Finnish) --- client/public/locales/fi/common.json | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 client/public/locales/fi/common.json diff --git a/client/public/locales/fi/common.json b/client/public/locales/fi/common.json new file mode 100644 index 00000000..a20d15f7 --- /dev/null +++ b/client/public/locales/fi/common.json @@ -0,0 +1,29 @@ +{ + "avatar": { + "menu": { + "greeting": "Hei", + "logout": "Kirjaudu ulos" + } + }, + "footer": { + "credit": "<1>Amruth Pillain intohimoprojekti", + "license": "Yhteisön toimesta yhteisöä varten." + }, + "markdown": { + "help-text": "Tämä osio tukee <1>markdown-muotoilua." + }, + "date": { + "present": "Tänään" + }, + "subtitle": "Ilmainen ja avoimeen lähdekoodiin pohjautuva ansioluettelo.", + "title": "Reactive Resume", + "toast": { + "error": { + "upload-file-size": "Lataa vain alle 2 megatavun tiedostoja.", + "upload-photo-size": "Lataa vain alle 2 megatavun kuvia, mieluiten neliönmuotoisia." + }, + "success": { + "resume-link-copied": "Linkki ansioluetteloosi on kopioitu leikepöydällesi." + } + } +}