Skip to content

Commit

Permalink
translations: translate v14.2.1
Browse files Browse the repository at this point in the history
Translate-URL: https://hosted.weblate.org/projects/rero_plus/ng-core/

Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Mar 20, 2023
1 parent 4e48f42 commit f3744cd
Show file tree
Hide file tree
Showing 8 changed files with 183 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "ng lint --cache",
"e2e": "ng e2e",
"extract_messages": "ngx-translate-extract -k -c -s -i ./projects/rero/ng-core/src -o ./projects/rero/ng-core/src/lib/translate/i18n/en_US.json --fi ' '",
"update_catalog": "ngx-translate-extract -k -c -s -i ./projects/rero/ng-core/src -o ./projects/rero/ng-core/src/lib/translate/i18n/{de,en,fr,it}.json --fi ' '",
"update_catalog": "ngx-translate-extract -k -c -s -i ./projects/rero/ng-core/src -o ./projects/rero/ng-core/src/lib/translate/i18n/{de,en,fr,it,es,nl}.json --fi ' '",
"postinstall": "ngcc"
},
"dependencies": {
Expand Down
5 changes: 5 additions & 0 deletions projects/rero/ng-core/src/lib/translate/i18n/de.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
" ; ": " ; ",
"Add": "Hinzufügen",
"Add a new file": "Neue Datei hinzufügen",
"Add field": "Feld hinzufügen",
Expand All @@ -18,6 +19,7 @@
"Do you really want to remove this file?": "Möchten Sie diese Datei wirklich entfernen?",
"Download": "Herunterladen",
"Edit": "Bearbeiten",
"Edit mode": "Bearbeitungsmodus",
"Enter a query to get results.": "Geben Sie eine Abfrage ein, um Ergebnisse zu erhalten.",
"Export as": "Exportieren als",
"File name": "Dateiname",
Expand All @@ -27,6 +29,7 @@
"Filter": "Filter",
"Filter...": "Filtern...",
"Forbidden": "Verboten",
"Generate a new password": "Ein neues Passwort generieren",
"Help": "Hilfe",
"Information": "Information",
"Jump to": "Gehe zu",
Expand Down Expand Up @@ -61,10 +64,12 @@
"Select an option": "Eine Option wählen",
"Show": "Anzeigen",
"Show only:": "Zeige nur:",
"Show or hide password": "Passwort anzeigen oder verbergen",
"Size": "Grösse",
"Sort by": "Sortieren nach",
"Template loaded": "Vorlage geladen",
"The form contains errors.": "Das Formular enthält Fehler.",
"The password has been copied to the clipboard.": "Das Kennwort wurde in die Zwischenablage kopiert.",
"There are no records in this section": "In diesem Abschnitt gibt es keine Ressourcen",
"This field is required": "Dieses Feld ist erforderlich",
"This month": "Diesen Monat",
Expand Down
7 changes: 6 additions & 1 deletion projects/rero/ng-core/src/lib/translate/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
" ; ": " ; ",
"Add": "Add",
"Add a new file": "Add a new file",
"Add field": "Add field",
Expand All @@ -18,6 +19,7 @@
"Do you really want to remove this file?": "Do you really want to remove this file?",
"Download": "Download",
"Edit": "Edit",
"Edit mode": "Edit mode",
"Enter a query to get results.": "Enter a query to get results.",
"Export as": "Export as",
"File name": "File name",
Expand All @@ -27,6 +29,7 @@
"Filter": "Filter",
"Filter...": "Filter...",
"Forbidden": "Forbidden",
"Generate a new password": "Generate a new password",
"Help": "Help",
"Information": "Information",
"Jump to": "Jump to",
Expand Down Expand Up @@ -61,10 +64,12 @@
"Select an option": "Select an option",
"Show": "Show",
"Show only:": "Show only:",
"Show or hide password": "Show or hide password",
"Size": "Size",
"Sort by": "Sort by",
"Template loaded": "Template loaded",
"The form contains errors.": "The form contains errors.",
"The password has been copied to the clipboard.": "The password has been copied to the clipboard.",
"There are no records in this section": "There are no records in this section",
"This field is required": "This field is required",
"This month": "This month",
Expand Down Expand Up @@ -101,4 +106,4 @@
"the value is already taken": "the value is already taken",
"{{ total }} result": "{{ total }} result",
"{{ total }} results": "{{ total }} results"
}
}
5 changes: 5 additions & 0 deletions projects/rero/ng-core/src/lib/translate/i18n/en_US.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
" ; ": " ; ",
"Add": "Add",
"Add a new file": "Add a new file",
"Add field": "Add field",
Expand All @@ -18,6 +19,7 @@
"Do you really want to remove this file?": "Do you really want to remove this file?",
"Download": "Download",
"Edit": "Edit",
"Edit mode": "Edit mode",
"Enter a query to get results.": "Enter a query to get results.",
"Export as": "Export as",
"File name": "File name",
Expand All @@ -27,6 +29,7 @@
"Filter": "Filter",
"Filter...": "Filter...",
"Forbidden": "Forbidden",
"Generate a new password": "Generate a new password",
"Help": "Help",
"Information": "Information",
"Jump to": "Jump to",
Expand Down Expand Up @@ -61,10 +64,12 @@
"Select an option": "Select an option",
"Show": "Show",
"Show only:": "Show only:",
"Show or hide password": "Show or hide password",
"Size": "Size",
"Sort by": "Sort by",
"Template loaded": "Template loaded",
"The form contains errors.": "The form contains errors.",
"The password has been copied to the clipboard.": "The password has been copied to the clipboard.",
"There are no records in this section": "There are no records in this section",
"This field is required": "This field is required",
"This month": "This month",
Expand Down
82 changes: 78 additions & 4 deletions projects/rero/ng-core/src/lib/translate/i18n/es.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,109 @@
{
" ; ": " ; ",
"Add": "Añadir",
"Add a new file": "Añadir un nuevo archivo",
"Add field": "Añadir campo",
"Add fields": "Añadir campos",
"An error occurred": "Ocurrió un error",
"An error occurred, files cannot be loaded.": "Ocurrió un error, los archivos no se pueden cargar.",
"Apply": "Aplica",
"Back": "Volver",
"Bad request": "Solicitud inválida",
"Cancel": "Cancelar",
"Checksum": "Checksum",
"Choose a name for your template": "Elija un nombre para su plantilla",
"Clear filter": "Limpiar filtro",
"Confirmation": "Confirmación",
"Delete": "Suprimir",
"Do you really want to delete this record?": "¿Realmente quiere suprimir este registro?",
"Do you really want to remove this file?": "¿Realmente desea eliminar este archivo?",
"Download": "Download",
"Edit": "Editar",
"Edit mode": "Modo edición",
"Enter a query to get results.": "Introduzca una consulta para obtener resultados.",
"Export as": "Export as",
"File name": "File name",
"File removed successfully.": "Archivo eliminado con éxito.",
"File uploaded successfully.": "Archivo cargado correctamente.",
"Files": "Files",
"Filter": "Filter",
"Filter...": "Filter...",
"Forbidden": "Prohibido",
"Generate a new password": "Generar una nueva contraseña",
"Help": "Ayuda",
"Information": "Información",
"Jump to": "Saltar a",
"Last 7 days": "Últimos 7 días",
"Last month": "Último mes",
"Last year": "Último año",
"Load": "Cargar",
"Load from template": "Cargar desde plantilla",
"Load template": "Cargar plantilla",
"Loading a template will reload the current form. All values previously encoded will be lost.": "Al cargar una plantilla se recargará el formulario actual. Todos los valores codificados previamente se perderán.",
"Metadata have been saved successfully.": "Los metadatos se han guardado correctamente.",
"Mime type": "Tipo MIME",
"Modified at": "Modificado en",
"My private templates": "Mis plantillas privadas",
"New version": "Nueva versión",
"No file found for this record.": "No se encontró ningún archivo para este registro.",
"No result": "Ningún resultado",
"Not found": "No encontrado",
"Number of chars": "Número de caracteres",
"Number of words": "Número de palabras",
"OK": "Aceptar",
"Press space for all.": "Presione el espacio para ver todo.",
"Record Updated!": "¡Recurso actualizado!",
"Public templates": "Plantillas públicas",
"Record created.": "Registro creado.",
"Record deleted.": "Registro suprimido.",
"Resource created": "Recurso creado",
"Record updated.": "Registro actualizado.",
"Result list is empty.": "La lista de resultados está vacía.",
"Save": "Guardar",
"Save as template": "Guardar como plantilla",
"Search in": "Buscar en",
"Select a template": "Seleccionar una plantilla",
"Select an option": "Seleccionar una opción",
"Show": "Mostrar",
"Show only:": "Mostrar sólo:",
"Show or hide password": "Mostrar o ocultar contraseña",
"Size": "Tamaño",
"Sort by": "Ordenar por",
"Template loaded": "Plantilla cargada",
"The form contains errors.": "El formulario contiene errores.",
"The password has been copied to the clipboard.": "La contraseña se ha copiado en el portapapeles.",
"There are no records in this section": "No hay registros en esta sección",
"This field is required": "Este campo es obligatorio",
"This month": "Este mes",
"This year": "Este año",
"Too many items. Should be less than {{max}}.": "Demasiados elementos. Tendría que ser menos de {{max}}",
"Unauthorized": "No autorizado",
"Upload": "Upload",
"Use": "Usar",
"Warning!": "Aviso!",
"You cannot read this record": "No puede leer este registro",
"You cannot update this record": "No puede actualizar este registro",
"between {{min}} and {{max}}": "entre {{min}} y {{max}}",
"de": "Alemán",
"en": "Inglés",
"fr": "Francés",
"it": "Italiano",
"less…": "menos…",
"more…": "más…",
"results": "resultados",
"search": "buscar",
"should NOT be longer than {{maxLength}} characters": "NO debe tener más de {{maxLength}} caracteres",
"should NOT be shorter than {{minLength}} characters": "NO debe ser inferior a {{minLength}} caracteres",
"should NOT have duplicate items": "No debe tener artículos duplicados",
"should NOT have fewer than {{minItems}} items": "NO debe tener menos de {{minItems}} elementos",
"should NOT have more than {{maxItems}} items": "NO debe tener más de {{maxItems}} elementos",
"should be < {{step}}": "debe ser < {{step}}",
"should be <= {{max}}": "debe ser <= {{max}}",
"should be > {{step}}": "debe ser > {{step}}",
"should be >= {{min}}": "debe ser >= {{min}}",
"should be equal to constant \"{{const}}\"": "debe ser igual a la constante \"{{const}}\"",
"should be multiple of ${{step}}": "debe ser múltiplo de ${{step}}",
"should be null": "debe ser nulo",
"the value is already taken": "el valor ya está tomado"
"should have {{counter}} {{keys}}": "debe tener {{counter}} {{keys}}",
"strictly {{counter}}": "estrictamente {{counter}}",
"the value is already taken": "el valor ya está tomado",
"{{ total }} result": "{{ total }} resultado",
"{{ total }} results": "{{ total }} resultados"
}
5 changes: 5 additions & 0 deletions projects/rero/ng-core/src/lib/translate/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
" ; ": " ; ",
"Add": "Ajouter",
"Add a new file": "Ajouter un nouveau fichier",
"Add field": "Ajouter un champ",
Expand All @@ -18,6 +19,7 @@
"Do you really want to remove this file?": "Souhaitez-vous vraiment supprimer ce fichier ?",
"Download": "Télécharger",
"Edit": "Modifier",
"Edit mode": "Mode édition",
"Enter a query to get results.": "Taper une requête pour obtenir des résultats.",
"Export as": "Exporter en",
"File name": "Nom du fichier",
Expand All @@ -27,6 +29,7 @@
"Filter": "Filtre",
"Filter...": "Filtrer…",
"Forbidden": "Interdit",
"Generate a new password": "Générer un nouveau mot de passe",
"Help": "Aide",
"Information": "Information",
"Jump to": "Aller à",
Expand Down Expand Up @@ -61,10 +64,12 @@
"Select an option": "Sélectionner une option",
"Show": "Afficher",
"Show only:": "Montrer seulement :",
"Show or hide password": "Afficher/masquer le mot de passe",
"Size": "Taille",
"Sort by": "Trier par",
"Template loaded": "Modèle chargé",
"The form contains errors.": "Le formulaire contient des erreurs.",
"The password has been copied to the clipboard.": "Le mot de passe a été copié dans le presse-papiers.",
"There are no records in this section": "Il n'y a pas de ressources dans cette section",
"This field is required": "Ce champ est obligatoire",
"This month": "Ce mois-ci",
Expand Down
5 changes: 5 additions & 0 deletions projects/rero/ng-core/src/lib/translate/i18n/it.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
" ; ": " ; ",
"Add": "Aggiungere",
"Add a new file": "Aggiungere un nuovo file",
"Add field": "Aggiungere un campo",
Expand All @@ -18,6 +19,7 @@
"Do you really want to remove this file?": "Si desidera veramente rimuovere questo file?",
"Download": "Scaricare",
"Edit": "Modificare",
"Edit mode": "Modalità di modifica",
"Enter a query to get results.": "Inserisci una richiesta per ottenere dei risultati.",
"Export as": "Esportare in",
"File name": "Nome del file",
Expand All @@ -27,6 +29,7 @@
"Filter": "Filtro",
"Filter...": "Filtro...",
"Forbidden": "Vietato",
"Generate a new password": "Generare una nuova parola d'ordine",
"Help": "Aiuto",
"Information": "Informazione",
"Jump to": "Andare a",
Expand Down Expand Up @@ -61,10 +64,12 @@
"Select an option": "Selezionare un'opzione",
"Show": "Mostrare",
"Show only:": "Visualizzare solo:",
"Show or hide password": "Mostra o nascondi la parola d'ordine",
"Size": "Dimensione",
"Sort by": "Ordina per",
"Template loaded": "Modello caricato",
"The form contains errors.": "Il modulo contiene errori.",
"The password has been copied to the clipboard.": "La parola d'ordine è stata copiata negli appunti.",
"There are no records in this section": "Non ci sono risorse in questa sezione",
"This field is required": "Questo campo è obbligatorio",
"This month": "Questo mese",
Expand Down
Loading

0 comments on commit f3744cd

Please sign in to comment.