mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Fixed the plurals again.
This commit is contained in:
parent
1f363db380
commit
2b2acb494a
3 changed files with 46 additions and 30 deletions
|
|
@ -96,8 +96,9 @@ en:
|
||||||
action: Action
|
action: Action
|
||||||
actions: Actions
|
actions: Actions
|
||||||
actions_midsentence:
|
actions_midsentence:
|
||||||
one: actions
|
one: action
|
||||||
other: action
|
other: actions
|
||||||
|
zero: actions
|
||||||
add: Add
|
add: Add
|
||||||
ajaxError: There was an error retrieving from server
|
ajaxError: There was an error retrieving from server
|
||||||
back: Back
|
back: Back
|
||||||
|
|
@ -109,8 +110,9 @@ en:
|
||||||
contribute: Contribute
|
contribute: Contribute
|
||||||
create: Create
|
create: Create
|
||||||
days_midsentence:
|
days_midsentence:
|
||||||
one: days
|
one: day
|
||||||
other: day
|
other: days
|
||||||
|
zero: days
|
||||||
deferred: deferred
|
deferred: deferred
|
||||||
description: Description
|
description: Description
|
||||||
drag_handle: DRAG
|
drag_handle: DRAG
|
||||||
|
|
@ -129,8 +131,9 @@ en:
|
||||||
none: None
|
none: None
|
||||||
not_available_abbr: n/a
|
not_available_abbr: n/a
|
||||||
note:
|
note:
|
||||||
one: no notes
|
one: 1 notes
|
||||||
other: 1 notes
|
other: "%{count} notes"
|
||||||
|
zero: no notes
|
||||||
notes: Notes
|
notes: Notes
|
||||||
numbered_step: Step %{number}
|
numbered_step: Step %{number}
|
||||||
ok: Ok
|
ok: Ok
|
||||||
|
|
@ -317,11 +320,13 @@ en:
|
||||||
other: almost %{count} years
|
other: almost %{count} years
|
||||||
half_a_minute: half a minute
|
half_a_minute: half a minute
|
||||||
less_than_x_minutes:
|
less_than_x_minutes:
|
||||||
one: less than 1 minute
|
one: less than a minute
|
||||||
other: less than a minute
|
other: less than %{count} minutes
|
||||||
|
zero: less than 1 minute
|
||||||
less_than_x_seconds:
|
less_than_x_seconds:
|
||||||
one: less than 1 second
|
one: less than 1 second
|
||||||
other: less than 1 second
|
other: less than %{count} seconds
|
||||||
|
zero: less than 1 second
|
||||||
over_x_years:
|
over_x_years:
|
||||||
one: over 1 year
|
one: over 1 year
|
||||||
other: over %{count} years
|
other: over %{count} years
|
||||||
|
|
@ -1320,11 +1325,13 @@ en:
|
||||||
multi_page_html: Displaying %{model} <b>%{from} - %{to}</b> of <b>%{count}</b>
|
multi_page_html: Displaying %{model} <b>%{from} - %{to}</b> of <b>%{count}</b>
|
||||||
in total
|
in total
|
||||||
single_page:
|
single_page:
|
||||||
one: No %{model} found
|
one: Displaying 1 %{model}
|
||||||
other: Displaying 1 %{model}
|
other: Displaying all %{count} %{model}
|
||||||
|
zero: No %{model} found
|
||||||
single_page_html:
|
single_page_html:
|
||||||
one: No %{model} found
|
one: Displaying <b>1</b> %{model}
|
||||||
other: Displaying <b>1</b> %{model}
|
other: Displaying <b>all %{count}</b> %{model}
|
||||||
|
zero: No %{model} found
|
||||||
page_gap: "…"
|
page_gap: "…"
|
||||||
previous_label: "← Previous"
|
previous_label: "← Previous"
|
||||||
auth_type:
|
auth_type:
|
||||||
|
|
|
||||||
|
|
@ -98,8 +98,9 @@ es:
|
||||||
action: Tarea
|
action: Tarea
|
||||||
actions: Tareas
|
actions: Tareas
|
||||||
actions_midsentence:
|
actions_midsentence:
|
||||||
one: tareas
|
one: tarea
|
||||||
other: tarea
|
other: tareas
|
||||||
|
zero: tareas
|
||||||
add: Añadir
|
add: Añadir
|
||||||
ajaxError: Hubo un error al recuperar desde el servidor
|
ajaxError: Hubo un error al recuperar desde el servidor
|
||||||
back: Atrás
|
back: Atrás
|
||||||
|
|
@ -131,8 +132,9 @@ es:
|
||||||
none: Ninguno
|
none: Ninguno
|
||||||
not_available_abbr: n/d
|
not_available_abbr: n/d
|
||||||
note:
|
note:
|
||||||
one: 0 notas
|
one: 1 nota
|
||||||
other: 1 nota
|
other: "%{count} notas"
|
||||||
|
zero: 0 notas
|
||||||
notes: Notas
|
notes: Notas
|
||||||
numbered_step: Paso %{number}
|
numbered_step: Paso %{number}
|
||||||
ok: Aceptar
|
ok: Aceptar
|
||||||
|
|
@ -314,11 +316,13 @@ es:
|
||||||
other: Casi %{count} años
|
other: Casi %{count} años
|
||||||
half_a_minute: medio minuto
|
half_a_minute: medio minuto
|
||||||
less_than_x_minutes:
|
less_than_x_minutes:
|
||||||
one: menos de 1 minuto
|
one: menos de un minuto
|
||||||
other: menos de un minuto
|
other: menos de %{count} minutos
|
||||||
|
zero: menos de 1 minuto
|
||||||
less_than_x_seconds:
|
less_than_x_seconds:
|
||||||
one: menos de 1 segundo
|
one: menos de 1 segundo
|
||||||
other: menos de 1 segundo
|
other: menos de %{count} segundos
|
||||||
|
zero: menos de 1 segundo
|
||||||
over_x_years:
|
over_x_years:
|
||||||
one: más de un año
|
one: más de un año
|
||||||
other: en %{count} años
|
other: en %{count} años
|
||||||
|
|
@ -1232,11 +1236,13 @@ es:
|
||||||
multi_page_html: Representando %{model} <b>%{from} - %{to}</b> de
|
multi_page_html: Representando %{model} <b>%{from} - %{to}</b> de
|
||||||
<b>%{count}</b> en el total
|
<b>%{count}</b> en el total
|
||||||
single_page:
|
single_page:
|
||||||
one: No %{model} encontrado
|
one: Viendo del 1 %{model}
|
||||||
other: Viendo del 1 %{model}
|
other: Viendo todos los %{count} %{model}
|
||||||
|
zero: No %{model} encontrado
|
||||||
single_page_html:
|
single_page_html:
|
||||||
one: No %{model} encontrado
|
one: Viendo del <b>1</b> %{model}
|
||||||
other: Viendo del <b>1</b> %{model}
|
other: Viendo <b>todos los %{count}</b> %{model}
|
||||||
|
zero: No %{model} encontrado
|
||||||
page_gap: "…"
|
page_gap: "…"
|
||||||
previous_label: "« Anterior"
|
previous_label: "« Anterior"
|
||||||
rest_help:
|
rest_help:
|
||||||
|
|
|
||||||
|
|
@ -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