mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 04:40:18 +01:00
Fix two remaining plurals broken by Weblate
This commit is contained in:
parent
45835ad1f9
commit
f2abb970ed
1 changed files with 7 additions and 5 deletions
|
|
@ -126,8 +126,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
|
||||||
|
|
@ -1188,11 +1189,12 @@ 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:
|
||||||
zero: Näytetään 1 %{model}
|
one: Näytetään 1 %{model}
|
||||||
one: '%{model} ei löytynyt'
|
other: Näytetään kaikki %{count} %{model}
|
||||||
zero: "%{model} ei löytynyt"
|
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>kaikki %{count}</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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue