Skip to content

Commit

Permalink
fix(translations): add missing translations
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Oct 31, 2024
1 parent 396eb84 commit e7e1dde
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 10 deletions.
6 changes: 3 additions & 3 deletions projects/admin/src/app/migration/migration-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const routes: Routes = [
types: [
{
key: 'migrations',
label: 'Migrations',
label: _('Migrations'),
component: MigrationDetailComponent,
canDelete: (record: any) => of(false),
canAdd: (record: any) => of(false),
Expand Down Expand Up @@ -79,7 +79,7 @@ const routes: Routes = [
types: [
{
key: 'migration_data',
label: 'Migrations Data Conversion',
label: _('Migrations Data Conversion'),
component: ConversionMigrationDataComponent,
canDelete: (record: any) => of(false),
canAdd: (record: any) => of(false),
Expand Down Expand Up @@ -139,7 +139,7 @@ const routes: Routes = [
types: [
{
key: 'migration_data',
label: 'Migrations Data Deduplication',
label: _('Migrations Data Deduplication'),
component: MigrationDataDeduplicationBriefComponent,
canDelete: (record: any) => of(false),
canAdd: (record: any) => of(false),
Expand Down
2 changes: 1 addition & 1 deletion projects/admin/src/app/routes/documents-route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class DocumentsRoute extends BaseRoute implements RouteInterface {
types: [
{
key: this.name,
label: 'Documents',
label: _('Documents'),
editorSettings: {
longMode: true,
template: {
Expand Down
4 changes: 4 additions & 0 deletions projects/admin/src/assets/rero-ils-ui/admin/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"Document": "مستند",
"Document information": "Document information",
"documents": "مستندات",
"Documents": "Documents",
"Does not exists on the remote server!": "Does not exists on the remote server!",
"Drag and drop": "Drag and drop",
"Drag and drop files.": "Drag and drop files.",
Expand Down Expand Up @@ -552,6 +553,9 @@
"message not sent": "message not sent",
"message sent": "message sent",
"Metadata have been saved successfully.": "Metadata have been saved successfully.",
"Migrations": "Migrations",
"Migrations Data Conversion": "Migrations Data Conversion",
"Migrations Data Deduplication": "Migrations Data Deduplication",
"Minimum amount is": "Minimum amount is",
"minute": "minute",
"minutes": "minutes",
Expand Down
6 changes: 5 additions & 1 deletion projects/admin/src/assets/rero-ils-ui/admin/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"Deduplication": "Deduplizierung",
"Default": "Default",
"Default acquisition settings": "Standard-Erwerbungsseinstellungen",
"Default contact details": "Default contact details",
"Default contact details": "Default Kontaktdaten",
"Default currency": "Standardwährung",
"Delay": "Verzögerung",
"Delete": "Löschen",
Expand All @@ -286,6 +286,7 @@
"Document": "Dokument",
"Document information": "Informationen zum Dokument",
"documents": "Dokumente",
"Documents": "Dokumente",
"Does not exists on the remote server!": "Existiert nicht auf dem Remote-Server!",
"Drag and drop": "Drag & Drop",
"Drag and drop files.": "Drag & Drop Dateien.",
Expand Down Expand Up @@ -552,6 +553,9 @@
"message not sent": "Nachricht nicht gesendet",
"message sent": "Nachricht gesendet",
"Metadata have been saved successfully.": "Metadaten erfolgreich gespeichert.",
"Migrations": "Migrationen",
"Migrations Data Conversion": "Migrationen - Datenkonvertierung",
"Migrations Data Deduplication": "Migrationen - Deduplizierung von Daten",
"Minimum amount is": "Der Mindestbetrag ist",
"minute": "minute",
"minutes": "minutes",
Expand Down
4 changes: 4 additions & 0 deletions projects/admin/src/assets/rero-ils-ui/admin/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"Document": "Document",
"Document information": "Document information",
"documents": "documents",
"Documents": "Documents",
"Does not exists on the remote server!": "Does not exists on the remote server!",
"Drag and drop": "Drag and drop",
"Drag and drop files.": "Drag and drop files.",
Expand Down Expand Up @@ -552,6 +553,9 @@
"message not sent": "message not sent",
"message sent": "message sent",
"Metadata have been saved successfully.": "Metadata have been saved successfully.",
"Migrations": "Migrations",
"Migrations Data Conversion": "Migrations Data Conversion",
"Migrations Data Deduplication": "Migrations Data Deduplication",
"Minimum amount is": "Minimum amount is",
"minute": "minute",
"minutes": "minutes",
Expand Down
4 changes: 4 additions & 0 deletions projects/admin/src/assets/rero-ils-ui/admin/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"Document": "Document",
"Document information": "Document information",
"documents": "documents",
"Documents": "Documents",
"Does not exists on the remote server!": "Does not exists on the remote server!",
"Drag and drop": "Drag and drop",
"Drag and drop files.": "Drag and drop files.",
Expand Down Expand Up @@ -552,6 +553,9 @@
"message not sent": "message not sent",
"message sent": "message sent",
"Metadata have been saved successfully.": "Metadata have been saved successfully.",
"Migrations": "Migrations",
"Migrations Data Conversion": "Migrations Data Conversion",
"Migrations Data Deduplication": "Migrations Data Deduplication",
"Minimum amount is": "Minimum amount is",
"minute": "minute",
"minutes": "minutes",
Expand Down
4 changes: 4 additions & 0 deletions projects/admin/src/assets/rero-ils-ui/admin/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"Document": "Documento",
"Document information": "Información sobre el documento",
"documents": "documentos",
"Documents": "Documents",
"Does not exists on the remote server!": "¡No existe en el servidor remoto!",
"Drag and drop": "Arrastre y suelte",
"Drag and drop files.": "Drag and drop files.",
Expand Down Expand Up @@ -552,6 +553,9 @@
"message not sent": "mensaje no enviado",
"message sent": "mensaje enviado",
"Metadata have been saved successfully.": "Metadata have been saved successfully.",
"Migrations": "Migrations",
"Migrations Data Conversion": "Migrations Data Conversion",
"Migrations Data Deduplication": "Migrations Data Deduplication",
"Minimum amount is": "El monto mínimo es de",
"minute": "minute",
"minutes": "minutes",
Expand Down
8 changes: 6 additions & 2 deletions projects/admin/src/assets/rero-ils-ui/admin/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"debriefing": "compte-rendu",
"Debug": "Debug",
"Deduplication": "Dédoublonnage",
"Default": "Default",
"Default": "Par défaut",
"Default acquisition settings": "Paramètres des acquisitions par défaut",
"Default contact details": "Default contact details",
"Default currency": "Devise par défaut",
Expand Down Expand Up @@ -286,6 +286,7 @@
"Document": "Document",
"Document information": "Informations sur le document",
"documents": "documents",
"Documents": "Documents",
"Does not exists on the remote server!": "N'existe pas sur le serveur distant !",
"Drag and drop": "Glisser-déposer",
"Drag and drop files.": "Glisser-déposer des fichiers.",
Expand Down Expand Up @@ -346,7 +347,7 @@
"Field": "Champ",
"File removed successfully.": "Fichier supprimé avec succès.",
"File uploaded successfully.": "Fichier chargé avec succès.",
"Files": "Fichier",
"Files": "Fichiers",
"Filter": "Filtrer",
"filter": "filtrer",
"Filter numbers by libraries": "Filtrer les données par bibliothèques",
Expand Down Expand Up @@ -552,6 +553,9 @@
"message not sent": "message non envoyé",
"message sent": "message envoyé",
"Metadata have been saved successfully.": "Métadonnées enregistrées avec succès.",
"Migrations": "Migrations",
"Migrations Data Conversion": "Migrations - Conversion des données",
"Migrations Data Deduplication": "Migrations - Dédoublonnage des données",
"Minimum amount is": "Le montant minimum est",
"minute": "minute",
"minutes": "minutes",
Expand Down
10 changes: 7 additions & 3 deletions projects/admin/src/assets/rero-ils-ui/admin/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@
"debriefing": "resoconto",
"Debug": "Debug",
"Deduplication": "Deduplicazione",
"Default": "Default",
"Default": "Predefinito",
"Default acquisition settings": "Impostazioni di acquisizione standard",
"Default contact details": "Default contact details",
"Default contact details": "Dati di contatto predefiniti",
"Default currency": "Valuta predefinita",
"Delay": "Protrazione",
"Delete": "Eliminare",
Expand All @@ -286,6 +286,7 @@
"Document": "Documento",
"Document information": "Informazioni sul documento",
"documents": "documenti",
"Documents": "Documenti",
"Does not exists on the remote server!": "Non esiste sul server remoto!",
"Drag and drop": "Trascinamento e rilascio",
"Drag and drop files.": "Trascinare e rilasciare i file.",
Expand Down Expand Up @@ -346,7 +347,7 @@
"Field": "Campo",
"File removed successfully.": "File eliminato con successo.",
"File uploaded successfully.": "File caricato con successo.",
"Files": "Files",
"Files": "File",
"Filter": "Filtro",
"filter": "filtro",
"Filter numbers by libraries": "Filtrare i dati per biblioteche",
Expand Down Expand Up @@ -552,6 +553,9 @@
"message not sent": "messaggio non inviato",
"message sent": "messaggio inviato",
"Metadata have been saved successfully.": "Metadati salvati con successo.",
"Migrations": "Migrazioni",
"Migrations Data Conversion": "Migrazioni - Conversione dei dati",
"Migrations Data Deduplication": "Migrazioni - Deduplicazione dei dati",
"Minimum amount is": "L'importo minimo è",
"minute": "minute",
"minutes": "minutes",
Expand Down
4 changes: 4 additions & 0 deletions projects/admin/src/assets/rero-ils-ui/admin/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"Document": "Document",
"Document information": "Document information",
"documents": "documenten",
"Documents": "Documents",
"Does not exists on the remote server!": "Does not exists on the remote server!",
"Drag and drop": "Drag and drop",
"Drag and drop files.": "Drag and drop files.",
Expand Down Expand Up @@ -552,6 +553,9 @@
"message not sent": "message not sent",
"message sent": "message sent",
"Metadata have been saved successfully.": "Metadata have been saved successfully.",
"Migrations": "Migrations",
"Migrations Data Conversion": "Migrations Data Conversion",
"Migrations Data Deduplication": "Migrations Data Deduplication",
"Minimum amount is": "Minimum amount is",
"minute": "minute",
"minutes": "minutes",
Expand Down

0 comments on commit e7e1dde

Please sign in to comment.