mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Fix again the broken plurals
This commit is contained in:
parent
d09c88f78d
commit
eb61d0a292
1 changed files with 9 additions and 6 deletions
|
@ -131,8 +131,9 @@ fi:
|
||||||
none: Ei
|
none: Ei
|
||||||
not_available_abbr: ei
|
not_available_abbr: ei
|
||||||
note:
|
note:
|
||||||
one: ei muistiinpanoja
|
one: 1 muistiinpano
|
||||||
other: 1 muistiinpano
|
other: "%{count} muistiinpanoa"
|
||||||
|
zero: ei muistiinpanoja
|
||||||
notes: Muistiinpanot
|
notes: Muistiinpanot
|
||||||
numbered_step: Askel %{number}
|
numbered_step: Askel %{number}
|
||||||
ok: Ok
|
ok: Ok
|
||||||
|
@ -1331,11 +1332,13 @@ fi:
|
||||||
multi_page_html: Näytetään %{model} <b>%{from} - %{to}</b> yhteensä
|
multi_page_html: Näytetään %{model} <b>%{from} - %{to}</b> yhteensä
|
||||||
<b>%{count}</b> tietueesta
|
<b>%{count}</b> tietueesta
|
||||||
single_page:
|
single_page:
|
||||||
one: '%{model} ei löytynyt'
|
one: Näytetään 1 %{model}
|
||||||
other: Näytetään 1 %{model}
|
other: Näytetään kaikki %{count} %{model}
|
||||||
|
zero: '%{model} ei löytynyt'
|
||||||
single_page_html:
|
single_page_html:
|
||||||
one: '%{model} ei löytynyt'
|
one: Näytetään <b>1</b> %{model}
|
||||||
other: Näytetään <b>1</b> %{model}
|
other: Näytetään <b>kaikki %{count}</b> %{model}
|
||||||
|
zero: '%{model} ei löytynyt'
|
||||||
page_gap: "…"
|
page_gap: "…"
|
||||||
previous_label: "← Edellinen"
|
previous_label: "← Edellinen"
|
||||||
auth_type:
|
auth_type:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue