-
-
Notifications
You must be signed in to change notification settings - Fork 82
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 / updated Spanish locales
* refactor(h5p-server): Updated h5p-server-client language file for Spanish refactor(h5p-server): Updated h5p-server-copyright-semantics language file for Spanish refactor(h5p-server): Added h5p-server-copyright-semantics language file for Spanish Co-authored-by: German Valero <[email protected]> Co-authored-by: Weblate <[email protected]> * refactor(h5p-server): Updated h5p-server-client language file for Spanish (Mexico) refactor(h5p-server): Updated h5p-server-copyright-semantics language file for Spanish (Mexico) refactor(h5p-server): Added h5p-server-copyright-semantics language file for Spanish (Mexico) Co-authored-by: German Valero <[email protected]> Co-authored-by: Weblate <[email protected]> Co-authored-by: Weblate <[email protected]> Co-authored-by: German Valero <[email protected]>
- Loading branch information
1 parent
85c7b0b
commit 41b7ab4
Showing
4 changed files
with
70 additions
and
2 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
34 changes: 34 additions & 0 deletions
34
packages/h5p-server/assets/translations/copyright-semantics/es.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,34 @@ | ||
{ | ||
"copyright-information": "Información de copyright (Derecho de Autor)", | ||
"title": "Título", | ||
"title-placeholder": "La Gioconda", | ||
"author": "Autor", | ||
"author-placeholder": "Leonardo da Vinci", | ||
"years": "Año(s)", | ||
"years-placeholder": "1503 - 1517", | ||
"source": "Orígen", | ||
"source-placeholder": "http://en.wikipedia.org/wiki/Mona_Lisa", | ||
"license": "Licencia", | ||
"undisclosed": "No revelada", | ||
"attribution": "Atribución", | ||
"40-international": "4.0 Internacional", | ||
"30-unported": "3.0 No portada", | ||
"25-generic": "2.5 Genérica", | ||
"20-generic": "2.0 Genérica", | ||
"10-generic": "1.0 Genérica", | ||
"attribution-sharealike": "Atribución-CompartirSimilar", | ||
"attribution-noderivs": "Atribución-NoDerivados", | ||
"attribution-noncommercial": "Atribución-NoComercial", | ||
"attribution-noncommercial-sharealike": "Atribución-NoComercial-CompartirSimilar", | ||
"attribution-noncommercial-noderivs": "Atribución-NoComercialNoDerivs", | ||
"general-public-license": "Licencia Pública General", | ||
"gpl-version-3": "Versión 3", | ||
"gpl-version-2": "Versión 2", | ||
"gpl-version-1": "Versión 1", | ||
"public-domain": "Dominio Público", | ||
"pd-no-version": "-", | ||
"CC0-1.0-universal": "CC0 1.0 Universal", | ||
"public-domain-mark": "Dominio Público Marca", | ||
"copyright": "Copyright (Derechos Reservados)", | ||
"license-version": "Versión de Licencia" | ||
} |
34 changes: 34 additions & 0 deletions
34
packages/h5p-server/assets/translations/copyright-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,34 @@ | ||
{ | ||
"copyright-information": "Información de copyright (Derecho de Autor)", | ||
"title": "Título", | ||
"title-placeholder": "La Gioconda", | ||
"author": "Autor", | ||
"author-placeholder": "Leonardo da Vinci", | ||
"years": "Año(s)", | ||
"years-placeholder": "1503 - 1517", | ||
"source": "Orígen", | ||
"source-placeholder": "http://en.wikipedia.org/wiki/Mona_Lisa", | ||
"license": "Licencia", | ||
"undisclosed": "No revelada", | ||
"attribution": "Atribución", | ||
"40-international": "4.0 Internacional", | ||
"30-unported": "3.0 No portada", | ||
"25-generic": "2.5 Genérica", | ||
"20-generic": "2.0 Genérica", | ||
"10-generic": "1.0 Genérica", | ||
"attribution-sharealike": "Atribución-CompartiSimilar", | ||
"attribution-noderivs": "Atribución-NoDerivados", | ||
"attribution-noncommercial": "Atribución-NoComercial", | ||
"attribution-noncommercial-sharealike": "Atribución-NoComercial-CompartirSimilar", | ||
"attribution-noncommercial-noderivs": "Atribución-NoComercialNoDerivs", | ||
"general-public-license": "Licencia Pública General", | ||
"gpl-version-3": "Versión 3", | ||
"gpl-version-2": "Versión 2", | ||
"gpl-version-1": "Versión 1", | ||
"public-domain": "Dominio Público", | ||
"pd-no-version": "-", | ||
"CC0-1.0-universal": "CC0 1.0 Universal", | ||
"public-domain-mark": "Dominio Público Marca", | ||
"copyright": "Copyright (Derechos Reservados)", | ||
"license-version": "Versión de Licencia" | ||
} |