Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
New translations strings.xml (Finnish)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Oct 5, 2023
1 parent f81283c commit 4a3b948
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions mastodon/src/main/res/values-fi-rFI/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@
<string name="manually_approves_followers">Hyväksyy seuraajat käsin</string>
<!-- translators: %,d is a valid placeholder, it formats the number with locale-dependent grouping separators -->
<plurals name="x_followers">
<item quantity="one">%d seuraaja</item>
<item quantity="other">%d seuraajaa</item>
<item quantity="one">%,d seuraaja</item>
<item quantity="other">%,d seuraajaa</item>
</plurals>
<plurals name="x_following">
<item quantity="one">%d seurattu</item>
<item quantity="one">%,d seurattu</item>
<item quantity="other">%d seurattua</item>
</plurals>
<plurals name="x_favorites">
Expand Down Expand Up @@ -588,6 +588,9 @@
<string name="post_translated">Käännetty kielestä %1$s käyttäen %2$s</string>
<string name="translation_show_original">Näytä alkuperäinen</string>
<string name="translation_failed">Käännös epäonnistui. Ehkä järjestelmänvalvoja ei ole ottanut käyttöön käännöksiä tällä palvelimella tai tällä palvelimella on käynnissä vanhempi versio Mastodonista, jossa käännöksiä ei vielä tueta.</string>
<string name="settings_privacy">Yksityisyys ja tavoittavuus</string>
<string name="settings_discoverable">Nosta profiili ja julkaisut esille löytämisalgoritmeissa</string>
<string name="settings_indexable">Sisällytä julkiset julkaisut hakutuloksiin</string>
<plurals name="x_participants">
<item quantity="one">%d osallistuja</item>
<item quantity="other">%d osallistujaa</item>
Expand All @@ -596,4 +599,5 @@
<item quantity="one">%,d viesti tänään</item>
<item quantity="other">%,d viestiä tänään</item>
</plurals>
<string name="error_playing_video">Virhe videon toistossa</string>
</resources>

0 comments on commit 4a3b948

Please sign in to comment.