mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +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
|
||||
not_available_abbr: ei
|
||||
note:
|
||||
one: ei muistiinpanoja
|
||||
other: 1 muistiinpano
|
||||
one: 1 muistiinpano
|
||||
other: "%{count} muistiinpanoa"
|
||||
zero: ei muistiinpanoja
|
||||
notes: Muistiinpanot
|
||||
numbered_step: Askel %{number}
|
||||
ok: Ok
|
||||
|
@ -1331,11 +1332,13 @@ fi:
|
|||
multi_page_html: Näytetään %{model} <b>%{from} - %{to}</b> yhteensä
|
||||
<b>%{count}</b> tietueesta
|
||||
single_page:
|
||||
one: '%{model} ei löytynyt'
|
||||
other: Näytetään 1 %{model}
|
||||
one: Näytetään 1 %{model}
|
||||
other: Näytetään kaikki %{count} %{model}
|
||||
zero: '%{model} ei löytynyt'
|
||||
single_page_html:
|
||||
one: '%{model} ei löytynyt'
|
||||
other: Näytetään <b>1</b> %{model}
|
||||
one: Näytetään <b>1</b> %{model}
|
||||
other: Näytetään <b>kaikki %{count}</b> %{model}
|
||||
zero: '%{model} ei löytynyt'
|
||||
page_gap: "…"
|
||||
previous_label: "← Edellinen"
|
||||
auth_type:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue