Skip to content

Commit

Permalink
Feat: Add Finnish translation (#236)
Browse files Browse the repository at this point in the history
* Feat: Add Finnish translation

* Delete .vscode/settings.json

Signed-off-by: Sadeed pv <[email protected]>

---------

Signed-off-by: Sadeed pv <[email protected]>
  • Loading branch information
Sadeedpv authored Oct 2, 2023
1 parent a6a12cc commit 93ac445
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/StatConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"en",
"es",
"fa",
"fi",
"fr",
"hi",
"hu",
Expand Down
47 changes: 47 additions & 0 deletions src/locales/fi.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 93ac445

Please sign in to comment.