From 93ac445864318473fd8b1458427de7edb870a96c Mon Sep 17 00:00:00 2001 From: Sadeed pv Date: Tue, 3 Oct 2023 02:28:03 +0530 Subject: [PATCH] Feat: Add Finnish translation (#236) * Feat: Add Finnish translation * Delete .vscode/settings.json Signed-off-by: Sadeed pv --------- Signed-off-by: Sadeed pv --- src/StatConfig.py | 1 + src/locales/fi.json | 47 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 src/locales/fi.json diff --git a/src/StatConfig.py b/src/StatConfig.py index 4b81ece9..d626813b 100644 --- a/src/StatConfig.py +++ b/src/StatConfig.py @@ -37,6 +37,7 @@ "en", "es", "fa", + "fi", "fr", "hi", "hu", diff --git a/src/locales/fi.json b/src/locales/fi.json new file mode 100644 index 00000000..14077116 --- /dev/null +++ b/src/locales/fi.json @@ -0,0 +1,47 @@ +{ + "titleTemplate": "Käyttäjän {0} GitHub-toiminto", + "categoryLabels": { + "general": { + "heading": "Yleiset tilastot ja tiedot", + "column-one": null, + "column-two": null + }, + "repositories": { + "heading": "Tietovarastot", + "column-one": "Ei-haarukat", + "column-two": "Kaikki" + }, + "contributions": { + "heading": "Avustukset", + "column-one": "Viime vuosi", + "column-two": "Kaikki yhteensä" + }, + "languages": { + "heading": "Kielten jakelu julkisissa arkistoissa", + "column-one": null, + "column-two": null + } + }, + "statLabels": { + "joined": "Vuosi liittyi", + "featured": "Suositeltu Repo", + "mostStarred": "Tähdellä merkityin Repo", + "mostForked": "Useimmat Forked Repo", + "followers": "Seuraajat", + "following": "Seurata", + "sponsors": "Sponsorit", + "sponsoring": "Sponsorointi", + "public": "Omat arkistot", + "starredBy": "tähdellä", + "forkedBy": "Haaroittunut", + "watchedBy": "Katsonut", + "templates": "Mallit", + "archived": "Arkistoitu", + "commits": "Sitoutuu", + "issues": "ongelmia", + "prs": "Vedä pyyntöjä", + "reviews": "Pyydä arvosteluja", + "contribTo": "Osallistunut", + "private": "Yksityiset lahjoitukset" + } +}