makes translations aware of pluralisation
This commit is contained in:
@@ -312,9 +312,13 @@ en:
|
|||||||
created_at: Created
|
created_at: Created
|
||||||
author: Author
|
author: Author
|
||||||
documents: Documents
|
documents: Documents
|
||||||
all_verified: "All the signatures (%{count}) are valid"
|
verified:
|
||||||
verified: "There are %{count} valid signatures"
|
one: "There is %{count} valid signature"
|
||||||
unverified: "There are %{count} invalid signatures"
|
other: "There are %{count} valid signatures"
|
||||||
|
unverified:
|
||||||
|
one: "There is %{count} invalid signature"
|
||||||
|
other: "There are %{count} invalid signatures"
|
||||||
|
unverified_error: (Not verified by Census)
|
||||||
loading: "There are still signatures that are being verified by the Census, please refresh the page in a few moments"
|
loading: "There are still signatures that are being verified by the Census, please refresh the page in a few moments"
|
||||||
stats:
|
stats:
|
||||||
show:
|
show:
|
||||||
|
|||||||
@@ -310,9 +310,13 @@ es:
|
|||||||
created_at: Creado
|
created_at: Creado
|
||||||
author: Autor
|
author: Autor
|
||||||
documents: Documentos
|
documents: Documentos
|
||||||
all_verified: "Todas las firmas introducidas (%{count}) son válidas"
|
verified:
|
||||||
verified: "Hay %{count} firmas válidas"
|
one: "Hay %{count} firma válida"
|
||||||
unverified: "Hay %{count} firmas inválidas"
|
other: "Hay %{count} firmas válidas"
|
||||||
|
unverified:
|
||||||
|
one: "Hay %{count} firma inválida"
|
||||||
|
other: "Hay %{count} firmas inválidas"
|
||||||
|
unverified_error: (No verificadas por el Padrón)
|
||||||
loading: "Aún hay firmas que se están verificando por el Padrón, por favor refresca la página en unos instantes"
|
loading: "Aún hay firmas que se están verificando por el Padrón, por favor refresca la página en unos instantes"
|
||||||
stats:
|
stats:
|
||||||
show:
|
show:
|
||||||
|
|||||||
Reference in New Issue
Block a user