Skip to content

Commit

Permalink
New translations en.json (English)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampbot committed Nov 10, 2024
1 parent c7e8792 commit 698c321
Showing 1 changed file with 20 additions and 18 deletions.
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

0 comments on commit 698c321

Please sign in to comment.