makes translations aware of pluralisation

This commit is contained in:
rgarcia
2016-12-26 12:03:39 +01:00
parent 42b0ff2696
commit 1bb307580f
2 changed files with 14 additions and 6 deletions

View File

@@ -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:

View File

@@ -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: