Skip to content

Commit

Permalink
Frontend build before 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 26, 2016
1 parent 24aacf6 commit 8f704e2
Show file tree
Hide file tree
Showing 29 changed files with 577 additions and 21 deletions.
2 changes: 1 addition & 1 deletion ckan/public/base/css/main.debug.min.css

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions ckan/public/base/i18n/en_GB.js
Expand Up @@ -44,6 +44,14 @@
null,
"Input is too short, must be at least one character"
],
"Link": [
null,
"Link"
],
"Link to a URL on the internet (you can also link to an API)": [
null,
"Link to a URL on the internet (you can also link to an API)"
],
"Loading...": [
null,
"Loading..."
Expand All @@ -60,10 +68,26 @@
null,
"Remove"
],
"Reorder resource view": [
null,
"Reorder resource view"
],
"Reorder resources": [
null,
"Reorder resources"
],
"Resource uploaded": [
null,
"Resource uploaded"
],
"Save order": [
null,
"Save order"
],
"Saving...": [
null,
"Saving..."
],
"Show more": [
null,
"Show more"
Expand Down Expand Up @@ -108,6 +132,14 @@
null,
"Upload a file"
],
"Upload a file on your computer": [
null,
"Upload a file on your computer"
],
"You are uploading a file. Are you sure you want to navigate away and stop this upload?": [
null,
"You are uploading a file. Are you sure you want to navigate away and stop this upload?"
],
"show less": [
null,
"show less"
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/i18n/en_GB.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 145 additions & 1 deletion ckan/public/base/i18n/es_AR.js
Expand Up @@ -3,5 +3,149 @@
"domain": "ckan",
"lang": "es_AR",
"plural-forms": "nplurals=2; plural=(n != 1);"
}
},
"An Error Occurred": [
null,
"Ocurrió un error"
],
"Are you sure you want to perform this action?": [
null,
"¿Seguro de que deseas realizar esta acción?"
],
"Cancel": [
null,
"Cancelar"
],
"Confirm": [
null,
"Confirmar"
],
"Edit": [
null,
"Editar"
],
"Failed to load data API information": [
null,
"Falló carga de información de datos de API"
],
"Follow": [
null,
"Seguir"
],
"Hide": [
null,
"Esconder"
],
"Image": [
null,
"Imagen"
],
"Input is too short, must be at least one character": [
null,
"Ingreso es muy corto, debe tener al menos un caracter"
],
"Link": [
null,
"Enlace"
],
"Link to a URL on the internet (you can also link to an API)": [
null,
"Enlazar a una URL de internet (también puede enlazar a una API)"
],
"Loading...": [
null,
"Cargando ..."
],
"No matches found": [
null,
"No se encontraron coincidencias"
],
"Please Confirm Action": [
null,
"Confirma la acción"
],
"Remove": [
null,
"Quitar"
],
"Reorder resource view": [
null,
"Reordenar vista de recurso"
],
"Reorder resources": [
null,
"Reordenar recursos"
],
"Resource uploaded": [
null,
"Recurso subido"
],
"Save order": [
null,
"Guardar orden"
],
"Saving...": [
null,
"Guardando..."
],
"Show more": [
null,
"Mostrar más"
],
"Start typing…": [
null,
"Comience a escribir..."
],
"There are unsaved modifications to this form": [
null,
"Existen modificaciones no guardadas para este formulario"
],
"There is no API data to load for this resource": [
null,
"No existen datos de API para cargar para este recurso"
],
"URL": [
null,
"URL"
],
"Unable to authenticate upload": [
null,
"No se pudo autenticar subida"
],
"Unable to get data for uploaded file": [
null,
"No se pudo obtener datos para el archivo subido"
],
"Unable to upload file": [
null,
"No se pudo subir el archivo"
],
"Unfollow": [
null,
"Dejar de seguir"
],
"Upload": [
null,
"Subir"
],
"Upload a file": [
null,
"Sube un archivo"
],
"Upload a file on your computer": [
null,
"Subir un archivo de tu PC"
],
"You are uploading a file. Are you sure you want to navigate away and stop this upload?": [
null,
"Estás subiendo un archivo. ¿Estás seguro que quieres salir y detener esta subida?"
],
"show less": [
null,
"mostrar menos"
],
"show more": [
null,
"mostrar más"
]
}
2 changes: 1 addition & 1 deletion ckan/public/base/i18n/es_AR.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions ckan/public/base/i18n/fr.js
Expand Up @@ -68,6 +68,10 @@
null,
"Supprimer"
],
"Reorder resource view": [
null,
"Réordonner la visualisation de ressource"
],
"Reorder resources": [
null,
"Réordonner les ressources"
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/i18n/fr.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion ckan/public/base/i18n/is.js
Expand Up @@ -2,7 +2,7 @@
"": {
"domain": "ckan",
"lang": "is",
"plural-forms": "nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
"plural-forms": "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
},
"An Error Occurred": [
null,
Expand Down Expand Up @@ -68,6 +68,10 @@
null,
"Fjarlægja"
],
"Reorder resource view": [
null,
"Endurraða tilfangssýnum"
],
"Reorder resources": [
null,
"Endurpantaðu tilföng"
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/i18n/is.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f704e2

Please sign in to comment.