generated from cicirello/python-github-action-template
-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Add Finnish translation (#236)
* 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
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ | |
"en", | ||
"es", | ||
"fa", | ||
"fi", | ||
"fr", | ||
"hi", | ||
"hu", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |