diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 29a35ebcec..3481989432 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -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" @@ -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", @@ -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.", @@ -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" @@ -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}\"" } @@ -306,8 +307,8 @@ }, "navigation": { "userMeta": { - "invitations": "Invitations", "admin": "Admin", + "invitations": "Invitations", "logOut": "Log out", "myCamps": "My camps", "profile": "Profile" @@ -330,7 +331,8 @@ "activity": "Activity" }, "picassoConfig": { - "orientation": "Page layout" + "orientation": "Page layout", + "periods": "Period(s)" }, "programConfig": { "dayOverview": "print day overview" @@ -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": { @@ -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", @@ -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" @@ -714,8 +716,8 @@ "desktop": { "navTopbar": { "admin": "Admin", - "checklist": "Checklist", "campIsLoading": "Camp is loading", + "checklist": "Checklist", "material": "Materials", "print": "Print", "program": "Program",