Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix i18n #6289

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions common/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,18 @@
},
"name": "Block-Kategorien",
"numberingStyles": {
"-": "keine Nummerierung",
"1": "1, 2, 3 - Zahlen",
"A": "A, B, C - grosse Buchstaben",
"I": "I, II, III - grosse römische Zahlen",
"a": "a, b, c - kleine Buchstaben",
"i": "i, ii, iii - kleine römische Zahlen",
"-": "keine Nummerierung"
"i": "i, ii, iii - kleine römische Zahlen"
}
},
"checklist": {
"fields": {
"name": "Name",
"copyChecklistSource": "Vorlage"
"copyChecklistSource": "Vorlage",
"name": "Name"
},
"name": "Checkliste | Checklisten"
},
Expand Down Expand Up @@ -238,9 +238,9 @@
"endDate": "Enddatum",
"endDatetime": "Endzeit",
"nr": "Nr.",
"time": "Zeitpunkt",
"startDate": "Startdatum",
"startDatetime": "Startzeit"
"startDatetime": "Startzeit",
"time": "Zeitpunkt"
},
"name": "Zeitplaneintrag"
}
Expand Down Expand Up @@ -294,4 +294,4 @@
"title": "Inhaltsverzeichnis"
}
}
}
}
10 changes: 5 additions & 5 deletions common/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,18 @@
},
"name": "Activity categories",
"numberingStyles": {
"-": "no numbering",
"1": "1, 2, 3 - numbers",
"A": "A, B, C - uppercase letters",
"I": "I, II, III - uppercase roman numerals",
"a": "a, b, c - lowercase letters",
"i": "i, ii, iii - lowercase roman numerals",
"-": "no numbering"
"i": "i, ii, iii - lowercase roman numerals"
}
},
"checklist": {
"fields": {
"name": "Name",
"copyChecklistSource": "Prototype"
"copyChecklistSource": "Prototype",
"name": "Name"
},
"name": "Checklist | Checklists"
},
Expand Down Expand Up @@ -302,4 +302,4 @@
"title": "Table of contents"
}
}
}
}
4 changes: 3 additions & 1 deletion common/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@
"role": "Ruolo",
"status": "Stato"
},
"inactive": "non attivo"
"status": {
"inactive": "non attivo"
}
},
"category": {
"fields": {
Expand Down
2 changes: 1 addition & 1 deletion common/locales/rm.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
}
}
}
}
}
27 changes: 14 additions & 13 deletions frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
"title": "Materialliste erstellen"
},
"dialogMaterialListEdit": {
"title": "Materialliste bearbeiten",
"deleteError": "Materialliste konnte nicht gelöscht werden. Überprüfe vor dem Löschen, dass die Liste leer ist."
"deleteError": "Materialliste konnte nicht gelöscht werden. Überprüfe vor dem Löschen, dass die Liste leer ist.",
"title": "Materialliste bearbeiten"
},
"dialogPeriodCreate": {
"title": "Lagerabschnitt erstellen"
Expand Down Expand Up @@ -198,6 +198,10 @@
"checklistCreate": {
"title": "Checkliste erstellen"
},
"checklistDetail": {
"deleteError": "Checkliste konnte nicht gelöscht werden. Überprüfe vor dem Löschen, dass die Checkliste nicht mehr in Aktivitäten verwendet wird.",
"deleteWarning": "Möchtest du diese Checkliste wirklich löschen? Der komplette Inhalt dieser Checkliste wird gelöscht."
},
"checklistItemCreate": {
"add": "Checklisteneintrag erstellen",
"title": "Checklisteneintrag hinzufügen"
Expand All @@ -206,10 +210,6 @@
"delete": "Möchtest du diesen Eintrag wirklich löschen?",
"title": "Checklisteneintrag bearbeiten"
},
"checklistDetail": {
"deleteWarning": "Möchtest du diese Checkliste wirklich löschen? Der komplette Inhalt dieser Checkliste wird gelöscht.",
"deleteError": "Checkliste konnte nicht gelöscht werden. Überprüfe vor dem Löschen, dass die Checkliste nicht mehr in Aktivitäten verwendet wird."
},
"sortableChecklist": {
"add": "Zu \"{parent}\" hinzufügen"
}
Expand Down Expand Up @@ -307,6 +307,7 @@
},
"navigation": {
"userMeta": {
"admin": "Admin",
"invitations": "Einladungen",
"logOut": "Ausloggen",
"myCamps": "Meine Lager",
Expand Down Expand Up @@ -367,13 +368,13 @@
"add": "Inhalt hinzufügen",
"config": {
"Activity": "Einzelne Aktivität",
"ActivityList": "Aktivitätsübersicht (Kurse)",
"Cover": "Titelseite",
"Picasso": "Grobprogramm",
"Program": "Detailprogramm",
"SafetyConsiderations": "Sicherheits­überlegungen",
"Story": "Roter Faden",
"Toc": "Inhaltsverzeichnis",
"ActivityList": "Aktivitätsübersicht (Kurse)"
"Toc": "Inhaltsverzeichnis"
}
},
"printNuxt": {
Expand Down Expand Up @@ -651,6 +652,11 @@
},
"title": "Admin"
},
"campProgram": {
"reminderLockedCreate": "Ziehen zum Erstellen ist nur im entsperrten Modus möglich.",
"reminderLockedMove": "Ziehen zum Verschieben ist nur im entsperrten Modus möglich.",
"title": "Grobprogramm"
},
"category": {
"category": {
"copyCategory": "Kategorie kopieren",
Expand All @@ -662,11 +668,6 @@
"title": "Kategorien"
}
},
"campProgram": {
"reminderLockedCreate": "Ziehen zum Erstellen ist nur im entsperrten Modus möglich.",
"reminderLockedMove": "Ziehen zum Verschieben ist nur im entsperrten Modus möglich.",
"title": "Grobprogramm"
},
"checklistOverview": {
"checklistLists": {
"title": "Checklist-Übersicht"
Expand Down
38 changes: 20 additions & 18 deletions frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
"title": "Create material list"
},
"dialogMaterialListEdit": {
"title": "Edit material list",
"deleteError": "Could not delete the material list. Check if the list is empty before deleting it."
"deleteError": "Could not delete the material list. Check if the list is empty before deleting it.",
"title": "Edit material list"
},
"dialogPeriodCreate": {
"title": "Create period"
Expand All @@ -159,7 +159,8 @@
}
},
"campCreateStep1": {
"submitTooltip": "Please fill out all required fields."
"submitTooltip": "Please fill out all required fields.",
"titlePlaceholder": "Summer camp 2024"
},
"campCreateStep2": {
"category": "Activity categories",
Expand All @@ -185,7 +186,7 @@
"layout": "Layout",
"noTemplate": "No template"
},
"copyActivityInfoDialog": {
"copyCategoryInfoDialog": {
"allow": "Allow now",
"denied": "You have denied access to your clipboard. Therefore, you cannot paste copied categories.",
"description": "In order to paste a copied category, you must allow eCamp to read your clipboard.",
Expand All @@ -197,6 +198,10 @@
"checklistCreate": {
"title": "Create checklist"
},
"checklistDetail": {
"deleteError": "Checklist couldn't be deleted. Ensure checklist is not used within activities before trying to delete it.",
"deleteWarning": "Do you really want to remove this checklist? All content of the checklist will be deleted."
},
"checklistItemCreate": {
"add": "Create checklist entry",
"title": "Add checklist entry"
Expand All @@ -205,10 +210,6 @@
"delete": "Do you really want to remove this item?",
"title": "Edit checklist entry"
},
"checklistDetail": {
"deleteWarning": "Do you really want to remove this checklist? All content of the checklist will be deleted.",
"deleteError": "Checklist couldn't be deleted. Ensure checklist is not used within activities before trying to delete it."
},
"sortableChecklist": {
"add": "Add to \"{parent}\""
}
Expand Down Expand Up @@ -306,8 +307,8 @@
},
"navigation": {
"userMeta": {
"invitations": "Invitations",
"admin": "Admin",
"invitations": "Invitations",
"logOut": "Log out",
"myCamps": "My camps",
"profile": "Profile"
Expand All @@ -330,7 +331,8 @@
"activity": "Activity"
},
"picassoConfig": {
"orientation": "Page layout"
"orientation": "Page layout",
"periods": "Period(s)"
},
"programConfig": {
"dayOverview": "print day overview"
Expand Down Expand Up @@ -366,13 +368,13 @@
"add": "Add content",
"config": {
"Activity": "Single activity",
"ActivityList": "Activity list (courses)",
"Cover": "Cover page",
"Picasso": "Picasso",
"Program": "Program",
"SafetyConsiderations": "Safety considerations",
"Story": "Story",
"Toc": "Table of contents",
"ActivityList": "Activity list (courses)"
"Toc": "Table of contents"
}
},
"printNuxt": {
Expand Down Expand Up @@ -650,6 +652,11 @@
},
"title": "Admin"
},
"campProgram": {
"reminderLockedCreate": "Drag to create is only possible in unlocked mode.",
"reminderLockedMove": "Drag to move is only possible in unlocked mode.",
"title": "Picasso"
},
"category": {
"category": {
"copyCategory": "Copy category",
Expand All @@ -661,11 +668,6 @@
"title": "Categories"
}
},
"campProgram": {
"reminderLockedCreate": "Drag to create is only possible in unlocked mode.",
"reminderLockedMove": "Drag to move is only possible in unlocked mode.",
"title": "Picasso"
},
"checklistOverview": {
"checklistLists": {
"title": "Checklist Overview"
Expand Down Expand Up @@ -714,8 +716,8 @@
"desktop": {
"navTopbar": {
"admin": "Admin",
"checklist": "Checklist",
"campIsLoading": "Camp is loading",
"checklist": "Checklist",
"material": "Materials",
"print": "Print",
"program": "Program",
Expand Down
26 changes: 13 additions & 13 deletions frontend/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"title": "Créer une liste de matériel"
},
"dialogMaterialListEdit": {
"title": "Modifier la liste de matériel",
"deleteError": "Impossible de supprimer la liste de matériel. Vérifie que la liste soit vide avant de la supprimer."
"deleteError": "Impossible de supprimer la liste de matériel. Vérifie que la liste soit vide avant de la supprimer.",
"title": "Modifier la liste de matériel"
},
"dialogPeriodCreate": {
"title": "Créer une période"
Expand Down Expand Up @@ -354,7 +354,7 @@
"clipboard": "Presse-papier",
"copyActivity": "Copier une activité",
"copyActivityContent": "Copier le contenu depuis une activité",
"copyPastActivity": "Copier et coller une activité",
"copyPasteActivity": "Copier et coller une activité",
"copySourceInfo": "Vous pouvez coller ici l'URL d'une activité pour copier son contenu.",
"pasteActivity": "coller l'activité"
},
Expand Down Expand Up @@ -399,6 +399,11 @@
"title": "Confirmation de suppression"
}
},
"story": {
"storyDay": {
"noStory": "Aucun file rouge trouvé ce jour-là..."
}
},
"toast": {
"toasts": {
"multiLineToast": {
Expand Down Expand Up @@ -481,11 +486,6 @@
"409": "Oooops... Cette action a provoqué une erreur côté serveur.",
"short": "erreur de serveur"
},
"story": {
"storyDay": {
"noStory": "Aucun file rouge trouvé ce jour-là..."
}
},
"toast": {
"copied": "{source} copié"
},
Expand Down Expand Up @@ -596,6 +596,11 @@
},
"title": "Admin"
},
"campProgram": {
"reminderLockedCreate": "Glisser pour créer n'est possible qu'en mode déverrouillé.",
"reminderLockedMove": "Glisser pour déplacer n'est possible qu'en mode déverrouillé.",
"title": "Programme général"
},
"category": {
"category": {
"deleteCategory": "Supprimer l'activité",
Expand All @@ -606,11 +611,6 @@
"title": "Catégories"
}
},
"campProgram": {
"reminderLockedCreate": "Glisser pour créer n'est possible qu'en mode déverrouillé.",
"reminderLockedMove": "Glisser pour déplacer n'est possible qu'en mode déverrouillé.",
"title": "Programme général"
},
"dashboard": {
"activities": "Activités",
"columns": {
Expand Down
Loading
Loading