-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(h5p-server): added Spanish locales
- Loading branch information
1 parent
5f3e2ee
commit 87e7fa9
Showing
7 changed files
with
483 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
packages/h5p-server/assets/translations/metadata-semantics/es_MX.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"title": "Título", | ||
"title-placeholder": "La Gioconda", | ||
"license": "Licencia", | ||
"undisclosed": "No revelado", | ||
"creative-commons": "Creative Commons", | ||
"CC-BY": "Atribución (CC BY)", | ||
"40-international": "4.0 Internacional", | ||
"30-unported": "3.0 No porteada", | ||
"25-generic": "2.5 Genérica", | ||
"20-generic": "2.0 Genérica", | ||
"10-generic": "1.0 Genérica", | ||
"CC-BY-SA": "Atribución-CompartirIgual (CC BY-SA)", | ||
"CC-BY-ND": "Atribución-NoDerivadas (CC BY-ND)", | ||
"CC-BY-NC": "Atribución-NoComercial (CC BY-NC)", | ||
"CC-BY-NC-SA": "Atribución-No comercial-CompartirIgual (CC BY-NC-SA)", | ||
"CC-BY-NC-ND": "Atribución-NoComercial-NoDerivadas (CC BY-NC-ND)", | ||
"CC0": "Dedicación a Dominio Público (CC0)", | ||
"PDM": "Etiqueta de Dominio Público (PDM)", | ||
"GPLv3": "Licencia Pública General v3", | ||
"public-domain": "Dominio Publico", | ||
"public-domain-dedication-and-licence": "Licencia y Dedicación a Dominio Público", | ||
"copyright": "Copyright (Derechos de autor)", | ||
"license-version": "Versión de Licencia", | ||
"years-from": "Años (desde)", | ||
"years-from-placeholder": "1991", | ||
"years-to": "Años (hasta)", | ||
"years-to-placeholder": "1992", | ||
"source": "Fuente", | ||
"source-placeholder": "https: //", | ||
"author-name": "Nombre del autor", | ||
"author-role": "Rol del autor", | ||
"author": "Autor", | ||
"editor": "Editor", | ||
"licensee": "Licenciatario", | ||
"originator": "Autor original", | ||
"license-extras": "Extras de licencia", | ||
"license-extras-description": "Cualquier información adicional sobre la licencia", | ||
"changelog": "Registro de cambios", | ||
"date": "Fecha", | ||
"changed-by": "Cambiado por", | ||
"change-description": "Descripción del cambio", | ||
"change-description-placeholder": "Foto recortada, texto modificado, etc.", | ||
"author-comments": "Comentarios del autor", | ||
"author-comments-description": "Comentarios para el editor del contenido (Este texto no será publicado como una parte de la información de copyright)" | ||
} |