Files
mixtape/zero.Backoffice/Resources/Localization/zero.en-us.json
T

799 lines
23 KiB
JSON
Raw Normal View History

2020-04-06 13:24:46 +02:00
{
"zero": {
2021-01-30 16:52:36 +01:00
"name": "zero",
"config": {
"linkareas": {
"pages": "Pages",
"media": "Media"
}
}
2020-04-06 13:24:46 +02:00
},
2020-04-06 23:48:28 +02:00
"ui": {
2020-09-29 14:15:22 +02:00
"yes": "Yes",
"no": "No",
2021-03-11 16:13:33 +01:00
"required": "Required",
2020-04-06 23:48:28 +02:00
"more": "More",
"add": "Add",
2020-04-07 00:11:35 +02:00
"actions": "Actions",
"back": "Go back",
"close": "Close",
"cancel": "Cancel",
2020-04-10 15:47:29 +02:00
"confirm": "Confirm",
"save": "Save",
"create": "Create",
2021-11-11 13:46:03 +01:00
"update": "Update",
2021-01-09 19:09:31 +01:00
"createdDate": "Created",
"modifiedDate": "Last modified",
2020-04-21 16:23:43 +02:00
"id": "ID",
2021-04-01 13:36:11 +02:00
"disabled": "Disabled",
"enabled": "Enabled",
2021-09-07 15:53:47 +02:00
"disable": "Disable",
"enable": "Enable",
2020-06-24 16:01:24 +02:00
"active": "Active",
"inactive": "Inactive",
2020-05-04 14:13:03 +02:00
"delete": "Delete",
2021-03-03 15:55:14 +01:00
"deleteQ": "Delete?",
2020-05-29 14:33:20 +02:00
"default": "Default",
2020-05-06 14:08:14 +02:00
"remove": "Remove",
2020-10-10 15:22:51 +02:00
"alias": "Alias",
2021-04-21 16:02:07 +02:00
"link": "Link",
2021-09-16 12:07:08 +02:00
"item": "Item",
2020-04-11 13:34:15 +02:00
"pagination": {
"xofy": "Page {x} of {y}",
"next": "Next page",
"previous": "Previous page"
2020-04-11 13:59:54 +02:00
},
"search": {
"placeholder": "Search ...",
"button": "Search"
2020-04-21 16:23:43 +02:00
},
"name": "Name",
2020-06-05 15:34:13 +02:00
"select": "Select",
2021-12-16 16:59:27 +01:00
"selection": {
"select": "Select",
"deselect": "Deselect"
},
2020-04-24 15:13:54 +02:00
"icon": "Icon",
"icon_select": "Select an icon",
2020-06-09 16:57:57 +02:00
"tab_general": "General",
2020-07-08 11:19:23 +02:00
"tab_content": "Content",
2021-07-20 16:05:37 +02:00
"tab_options": "Options",
2021-01-09 19:09:31 +01:00
"tab_infos": "Infos",
2020-06-09 16:57:57 +02:00
"pick": {
"title": "Choose one",
"title_multiple": "Choose",
"title_autocomplete": "Enter a value",
"max": "max. {count}"
2020-06-15 10:41:27 +02:00
},
"date": {
2020-08-17 10:59:13 +02:00
"set": "Set date",
2020-06-15 13:38:32 +02:00
"select": "Select date...",
2020-06-15 10:41:27 +02:00
"xtoy": "{x} to {y}",
"x": "from {x}",
2020-08-17 10:59:13 +02:00
"y": "until {y}",
"range_header": "Select date range",
"range_from": "Date from",
"range_to": "Date to"
},
"price": {
"free": "Free",
"xtoy": "from {x} to {y}",
"x": "from {x}",
"y": "to {y}",
"range_from": "Price from",
"range_to": "Price to"
2020-08-13 14:58:01 +02:00
},
"sort": {
"title": "Sort",
"text": "Drag the different items up or down below to set how they should be arranged."
2020-08-13 15:55:59 +02:00
},
"move": {
"title": "Move",
"action": "Move",
2021-12-17 22:32:39 +01:00
"text": "Select the new parent for <b>{name}</b> in the tree structure below.",
2020-08-14 13:26:48 +02:00
},
"copy": {
"title": "Copy",
"action": "Copy",
"text": "Copy <b>{name}</b> to the selected page in the tree structure below.",
"includeDescendants": "Include descendants"
},
"open": {
"title": "Open"
},
"rename": {
"title": "Rename"
},
"edit": {
"title": "Edit"
2020-09-08 14:05:48 +02:00
},
"export": {
"action": "Export"
2021-02-03 14:15:15 +01:00
},
"parsedinput": {
"placeholder": "Enter a value",
"placeholder_output": "ID"
2021-09-29 13:30:07 +02:00
},
"entityfields": {
"key": "Key",
"alias": "Alias",
"sort": "Sort",
"hash": "Hash",
"name": "Name",
"isActive": "Active"
2020-06-09 16:57:57 +02:00
}
},
2020-07-07 14:12:23 +02:00
"gender": {
"undisclosed": "Undisclosed",
"male": "Male",
"female": "Female",
"nonbinary": "Non-binary"
},
2020-08-17 15:03:44 +02:00
"revisions": {
"label": "Revisions",
"actions": {
"updated": "Updated",
"created": "Created",
"deleted": "Deleted"
},
"view": "View"
},
2020-06-10 15:15:34 +02:00
"rte": {
2021-02-01 15:21:07 +01:00
"undo": "Undo",
"redo": "Redo",
2020-06-10 15:15:34 +02:00
"bold": "Bold",
"italic": "Italic",
"underline": "Underline",
"strikethrough": "Strike-through",
2021-02-01 15:21:07 +01:00
"heading": "Heading",
2020-06-10 15:15:34 +02:00
"heading1": "Heading 1",
"heading2": "Heading 2",
2021-02-01 15:21:07 +01:00
"heading3": "Heading 3",
"heading4": "Heading 4",
"heading5": "Heading 5",
"heading6": "Heading 6",
2020-06-10 15:15:34 +02:00
"paragraph": "Paragraph",
"quote": "Quote",
2021-02-01 15:21:07 +01:00
"list": "List",
2020-06-10 15:15:34 +02:00
"olist": "Ordered list",
"ulist": "Unordered list",
"code": "Code",
"line": "Horizontal line",
"link": "Link",
"image": "Image",
"video": "Video",
"accept": "Accept",
"cancel": "Cancel",
"raw": "Edit HTML"
},
2021-01-29 17:01:32 +01:00
"links": {
2022-01-12 17:15:05 +01:00
"overlay": {
"title": "Select a link"
},
2021-01-29 17:01:32 +01:00
"providers": {
"page": "Pages",
"media": "Media"
}
},
2022-01-12 14:11:41 +01:00
"flavors": {
"default": {
"name": "Default",
"text": "Create the default entity"
}
},
"errors": {
"idnotfound": "Could not find an entity for the given ID",
2021-12-14 11:25:32 +01:00
"childnotallowed": "Not allowed as a child entity",
"onsave": {
2020-11-20 17:38:01 +01:00
"notallowed": "You are not allowed to edit this resource",
2021-12-02 14:44:48 +01:00
"empty": "You need to pass a model",
"noidmatch": "Do not fill out the Id field when creating a resource",
"flavornotfound": "Could not find a registration for this resource flavor"
},
"ondelete": {
"idnotfound": "Could not find an entity for the given ID"
},
2021-12-14 11:25:32 +01:00
"onupdate": {
"noidmatch": "The Id as part of the URL does not match the Id of the model",
"changetokenmismatch": "The change token is not valid anymore"
},
2022-01-12 14:11:41 +01:00
"onmove": {
"title": "Could not move entity"
},
"oncopy": {
"title": "Could not copy entity"
},
"onsort": {
"title": "Could not sort entities"
},
"http": {
"403": "Unauthorized",
"403_text": "You are not allowed to view this resource",
"404": "Not found",
"404_text": "The requested resource could not be found<br>({path})",
2020-04-22 15:46:35 +02:00
"409": "Conflict",
"409_text": "The operation could not be completed as it is not valid anymore. Please reload the page",
"4xx": "Client error",
"4xx_text": "There was an internal client error (code: {code})",
"504": "Timed out",
"504_text": "The backoffice did not receive a timely response from the server",
"5xx": "Server error",
"5xx_text": "There was an internal server error (code: {code})"
2020-04-28 14:51:17 +02:00
},
"role": {
"emptyclaim": "A permission needs both a key and a value",
"nosection": "You have to select at least one section to give users access to"
},
"changepassword": {
"emptyfields": "Please fill out all fields",
"nouser": "User is invalid",
2021-09-23 10:58:14 +02:00
"newpasswordsnotmatching": "The new password does not match the confirmation",
"passwordincorrect": "The current password for this user is wrong"
2020-06-05 15:34:13 +02:00
},
"preview": {
"notfound": "Not found",
"notfound_text": "Could not find entity with ID \"{id}\""
},
"page": {
"parentnotallowed": "The page is not allowed as a children of the selected parent",
"sortingmultipleparents": "Sorting pages is only allowed for a specific parent page"
2020-09-08 16:15:39 +02:00
},
2021-11-24 13:56:08 +01:00
"treeentity": {
"parentnotallowed": "This entity is not allowed as a children of the selected parent",
"sortingmultipleparents": "The selected entities have multiple parents, which is not allowed"
},
2020-09-08 16:15:39 +02:00
"forms": {
"email_invalid": "The email address is not valid",
"emails_invalid": "The email address(es) is/are not valid",
"hex_format": "The input is not in a valid HEX #aabbcc format",
"url_format": "The input is no well-formed URL",
"not_unique": "The property must be unique in this collection",
"not_unique_alone": "There must be at least one entity in this collection which fulfills this condition",
"culture": "Could not find a culture for the given ISO code",
"reference_notfound": "The reference could not be found"
}
},
"unsavedchanges": {
2020-04-24 19:38:33 +02:00
"title": "You have unsaved changes",
"text": "Are you sure you want to navigate away from this page?",
"close": "Discard changes",
2020-04-24 19:38:33 +02:00
"confirm": "Stay on page"
2020-04-06 23:48:28 +02:00
},
"deleteoverlay": {
"close": "Cancel",
"confirm": "Delete",
"title": "Delete entity",
2020-07-08 14:36:45 +02:00
"text": "Are you sure you want to delete this entity?",
"success": "Deleted",
2020-08-14 14:42:31 +02:00
"success_text": "You have successfully deleted this entity",
"page_text": "This will delete the page and all its descendants. Are you sure?",
"page_success_text": "You have successfully deleted this page"
},
"changepasswordoverlay": {
"title": "Change password",
"confirm": "Change password",
"fields": {
"currentPassword": "Current password",
"newPassword": "New password",
"confirmNewPassword": "Confirm new password"
}
},
"addoverlay": {
"title": "Create entity",
"gotoeditor": "Next"
},
2020-04-06 13:24:46 +02:00
"sections": {
"item": {
"dashboard": "Dashboard",
"spaces": "Spaces",
2020-04-06 13:29:34 +02:00
"media": "Media",
2020-04-06 13:24:46 +02:00
"pages": "Pages",
"settings": "Settings"
}
2020-04-06 18:45:23 +02:00
},
2020-04-08 00:22:04 +02:00
"settings": {
"groups": {
"system": "System",
2021-11-11 15:39:26 +01:00
"application": "Application",
2020-12-10 15:57:59 +01:00
"integrations": "Integrations"
2020-04-08 00:22:04 +02:00
},
"system": {
"updates": {
"name": "Updates",
"text": "Version {zero_version}",
"text_default": "Update current zero version"
2020-04-08 00:22:04 +02:00
},
"applications": {
"name": "Applications",
"text": "Edit website applications"
},
"users": {
"name": "Users & Permissions",
"text": "Administration of backoffice users"
},
2021-11-11 15:39:26 +01:00
"logs": {
"name": "Logging",
"text": "Debug und view logs"
},
"plugins": {
"name": "Plugins",
"text": "{plugin_count} installed plugin(s)",
"text_default": "Manage and install plugins"
},
"create": {
"name": "Create a plugin",
"text": "Create from existing code"
}
},
"application": {
2020-05-04 16:00:39 +02:00
"languages": {
"name": "Languages",
"text": "Frontend languages"
},
2020-04-08 00:22:04 +02:00
"translations": {
"name": "Translations",
"text": "Frontend texts and translations"
},
"countries": {
"name": "Countries",
"text": "Manage list of countries"
},
2020-11-13 12:24:07 +01:00
"mails": {
"name": "Mails",
"text": "Edit mail templates"
},
"integrations": {
"name": "Integrations",
"text": "Configure available integrations"
2020-04-08 00:22:04 +02:00
}
}
},
2020-04-08 15:16:05 +02:00
"user": {
"name": "User",
2020-04-24 12:46:25 +02:00
"users": "Users",
2021-09-07 15:53:47 +02:00
"add_user": "Add user",
"add_role": "Add role",
"title": "Users & Permissions",
2020-04-24 12:46:25 +02:00
"count_permissions": "{count} permissions",
"one_permission": "1 permission",
2020-07-06 13:08:51 +02:00
"tab_permissions": "Permissions",
2021-09-07 15:53:47 +02:00
"changePassword": "Change password",
2020-04-08 15:16:05 +02:00
"fields": {
"name_placeholder": "Enter your real name or a username",
"email": "Email",
"email_text": "Also used as login username",
"email_placeholder": "Enter your email address",
2021-09-23 10:58:14 +02:00
"passwordHash": "Password",
"passwordHash_text": "Password used for login",
2020-07-06 13:08:51 +02:00
"avatarId": "Avatar",
"avatarId_text": "Upload a user image",
2020-07-06 14:35:58 +02:00
"languageId": "Language",
"languageId_text": "Set the backoffice language for this user",
2020-04-08 15:16:05 +02:00
"roles": "Roles",
"roles_text": "Add default permissions from roles",
"sections": "Sections",
2020-04-24 12:46:25 +02:00
"sections_text": "Specify access to backoffice sections",
"isActive": "Can login",
"isDisabled": "Disable",
"isLockedOut": "Locked out",
"isLockedOut_warning": "The user is locked out until",
"isDisabled_warning": "This user is disabled and cannot log into zero anymore. Status can be changed in <b>Actions</b> dropdown"
2020-04-08 15:16:05 +02:00
}
},
2020-04-24 15:13:54 +02:00
"role": {
"name": "Role",
"roles": "Roles",
2020-06-24 13:00:50 +02:00
"tab_permissions": "Permissions",
2020-04-24 15:13:54 +02:00
"fields": {
"description": "Description",
"icon": "Icon"
}
},
2020-04-25 19:38:45 +02:00
"permission": {
2020-04-28 12:51:00 +02:00
"states": {
2020-08-11 16:01:10 +02:00
"create": "Create",
2020-04-28 12:51:00 +02:00
"read": "View",
2020-08-11 16:01:10 +02:00
"update": "Update",
"delete": "Delete",
2020-04-28 12:51:00 +02:00
"write": "Edit",
2020-08-31 12:09:59 +02:00
"createdelete": "Create/delete",
2020-04-28 12:51:00 +02:00
"none": "None"
},
"collections": {
"sections": "Sections",
"sections_description": "Allow access to the following sections",
"settings": "Settings",
2020-05-06 11:07:44 +02:00
"settings_description": "Define read and write access for settings areas",
"spaces": "Spaces",
"spaces_description": "Granular control of spaces",
"modules": "Modules",
"modules_description": "Availability of composing block modules"
}
2020-04-25 19:38:45 +02:00
},
2020-04-09 15:53:03 +02:00
"login": {
"headline": "hello and welcome",
"button": "Login",
"button_forgot": "Forgot password?",
"fields": {
"email": "Email",
"email_placeholder": "Enter your email or username",
"password": "Password",
"password_placeholder": "Enter your password"
2020-04-15 15:13:38 +02:00
},
"errors": {
2021-12-03 14:45:49 +01:00
"unknown": "An unknown login error happened",
2020-04-15 15:13:38 +02:00
"wrongcredentials": "Email or password is wrong",
"lockedout": "The user has been locked out due to many failed password attempts",
2020-05-07 15:20:41 +02:00
"disabled": "The user has been deactivated",
2020-04-15 15:13:38 +02:00
"notallowed": "The user is not allowed to sign in",
"requirestwofactor": "Two-factor authentication is required to login"
2020-05-08 22:01:43 +02:00
},
"rejectReasons": {
"logout": "You have successfully logged out",
"inactive": "You have been inactive for too long. Please login again.",
"terminated": "Your session has been terminated. Please login again.",
"userchanged": "Your user data has changed. Please login again.",
"passwordchanged": "Your password was successfully changed. Please login again."
2020-04-09 15:53:03 +02:00
}
},
2020-04-10 15:47:29 +02:00
"order": {
"fields": {
"no": "Number",
"username": "Name",
"price": "Price",
"status": "Status"
}
2020-04-11 23:20:32 +02:00
},
2020-08-19 12:53:18 +02:00
"modules": {
"add": {
"title": "Add content",
"text": "Compose the page by adding modules"
},
2020-08-31 13:07:33 +02:00
"default_group": "Default",
"notfound": "Could not find a registered module <code>[{alias}]</code> in the code.",
"noneavailable": "There are no modules available"
2020-08-19 12:53:18 +02:00
},
2020-04-11 23:20:32 +02:00
"page": {
2020-08-12 15:22:19 +02:00
"name": "Page",
2020-08-17 15:03:44 +02:00
"type": "Type",
"root": "Root",
"info_tab": "Info",
2020-08-17 15:03:44 +02:00
2020-12-03 15:39:54 +01:00
"folder": {
"name": "Folder",
"description": "Group pages together",
"fields": {
"isPartOfRoute": "Is part of Url",
"isPartOfRoute_text": "Whether to render the page name as part of the Url",
"urlAlias": "Url alias",
"urlAlias_text": "Use this field instead of the page name for Url generation"
}
},
2020-04-11 23:20:32 +02:00
"overview": {
"actions": {
"continue": "Continue",
2020-09-01 14:02:28 +02:00
"continue_text": "You have last edited \"{page}\"",
2020-04-11 23:20:32 +02:00
"new": "New page",
2020-05-20 14:48:03 +02:00
"new_text": "Create a new page on root",
2020-04-11 23:20:32 +02:00
"history": "History",
"history_text": "View page editing history"
}
2020-04-14 20:16:04 +02:00
},
2020-08-17 10:59:13 +02:00
"schedule": {
"label": "Schedule",
"header": "Schedule publishing",
"publish": "Publish",
2020-09-01 11:08:37 +02:00
"unpublish": "Unpublish",
"scheduled": "Scheduled"
},
"actions": {
"emptyrecyclebin": "Empty recycle bin"
},
"create": {
"title": "Create page",
"parent": "Parent",
"nonavailable": "There are no page types allowed here"
},
"preview": {
"title": "Preview"
2020-10-29 21:44:22 +01:00
},
"picker": {
2022-01-12 23:52:37 +01:00
"headline": "Select a page",
"urlnotfound": "URL not found"
2021-10-11 13:58:14 +02:00
},
"infotab": {
"links": "Link",
"revisions": "Revisions"
2022-01-12 14:11:41 +01:00
},
"deleteoverlay": {
"title": "Delete page",
"text": "This will delete the page as well as all its descendants.<br>Are you sure?",
"warning": "You are about to delete <b>{pages}</b> page(s).",
"success_text": "You have successfully deleted this page"
2020-04-11 23:20:32 +02:00
}
2020-04-13 12:41:22 +02:00
},
2020-08-26 23:32:48 +02:00
"recyclebin": {
"name": "Recycle bin",
"description": "View recently deleted entities",
"purge": "Purge",
"fields": {
"originalId": "Page Id",
"createdDate": "Deleted"
},
"overlay": {
"title": "Actions"
}
},
2020-04-13 12:41:22 +02:00
"country": {
2020-05-08 14:00:01 +02:00
"list": "Countries",
2020-04-21 16:23:43 +02:00
"name": "Country",
2020-04-13 12:41:22 +02:00
"fields": {
2021-12-21 13:58:48 +01:00
"name": "Name",
2020-04-17 15:32:33 +02:00
"code": "Code",
2020-04-21 16:23:43 +02:00
"code_text": "Code in ISO 3166-1 format which is used to display the appropriate flag",
2020-04-14 11:25:45 +02:00
"isPreferred": "Show on top"
2020-04-13 12:41:22 +02:00
}
2020-04-24 15:13:54 +02:00
},
2020-12-10 15:57:59 +01:00
"integration": {
"list": "Integrations",
"name": "Integration",
"activeWarning": "This integration is not activated and will therefore not run under any circumstances.",
2021-01-15 13:56:50 +01:00
"errors": {
"typenotfound": "The integration type does not exist",
"multiplenotallowed": "Can not create multiple integrations per type",
2021-12-22 15:41:11 +01:00
"alreadycreated": "You have already created an integration for this type",
2021-01-15 13:56:50 +01:00
"notfound": "Could not find a matching integration",
2021-12-22 15:41:11 +01:00
"couldnotupdatestate": "Not updated",
"noaliasmatch": "The alias as part of the URL does not match the alias of the model"
2021-01-15 13:56:50 +01:00
},
2020-12-10 15:57:59 +01:00
"fields": {
}
},
2020-05-04 16:00:39 +02:00
"language": {
"list": "Languages",
"name": "Language",
"fields": {
"name": "Name",
"locale": "Locale",
"code": "ISO Code",
"code_text": "Code in ISO 3166-1 format",
"isDefault": "Default",
"isDefault_text": "Use as default language",
2020-07-20 12:02:02 +02:00
"isOptional": "Optional",
"isOptional_text": "Values for an optional language must not be entered, even if the field is required",
"inheritedLanguageId": "Fallback",
2020-05-04 16:00:39 +02:00
"inheritedLanguageId_text": "To allow multi-lingual content to fall back to another language if not present in the requested language, select it here"
},
"errors": {
"fallback_invalid": "Select a different language as a fallback",
"default_unique": "There is already another language which is set as the default",
"default_not_optional": "The default language can't be set as optional",
"default_no_fallback": "The default language can't have a fallback",
"needs_default": "At least one language has to be set as the default"
2020-05-04 16:00:39 +02:00
}
},
2020-05-04 14:13:03 +02:00
"translation": {
"list": "Translations",
"name": "Translation",
"display": {
"text": "Text",
"html": "HTML"
},
"fields": {
"key": "Key",
"value": "Value",
"display": "Display type"
}
},
2020-04-24 15:13:54 +02:00
"iconpicker": {
2022-01-13 15:38:28 +01:00
"title": "Pick an icon",
"notfound": {
"title": "Icon set not found",
"text": "Could not locate a registered icon set (\"{name}\")"
}
2020-04-30 14:21:43 +02:00
},
2020-09-09 15:44:28 +02:00
"colorpicker": {
"placeholder": "Select or enter a color (#aabbcc)"
},
2020-05-05 16:07:06 +02:00
"mediapicker": {
2020-05-14 16:05:33 +02:00
"select_text": "Add media",
"select_description": "Upload or select",
2020-05-05 16:07:06 +02:00
"upload_text": "Upload",
"upload_description": "Upload a new file"
},
2021-02-03 14:15:15 +01:00
"videopicker": {
2021-07-19 12:28:37 +02:00
"headline": "Pick a video",
2021-02-03 14:15:15 +01:00
"providers": {
"html": "Media upload",
"youtube": "YouTube",
"vimeo": "Vimeo"
}
},
"application": {
"list": "Applications",
"name": "Application",
"tab_features": "Features",
"tab_domains": "Domains",
"fields": {
2020-05-28 16:12:55 +02:00
"name": "Name",
"name_text": "Short human-readable name",
"fullName": "Full name",
"fullName_text": "Full company or product name",
2020-05-28 16:12:55 +02:00
"imageid": "Image",
"imageid_text": "Image of the app (with transparent background), used for all mails, PDFs, ...",
2020-06-23 12:23:23 +02:00
"iconid": "Icon",
2020-09-09 15:44:28 +02:00
"iconid_text": "Simplified image for minor application parts",
"email": "Email",
"email_text": "Generic contact email",
"domains": "Domains",
"domains_text": "Select domains for this application",
"domains_help": "Valid domain names are: \"example.com\", \"www.example.com\", \"example.com:8080\", or \"https://www.example.com\".",
"domains_add": "Add domain",
"features": "Features",
"features_text": "Enable additional features for this application"
}
},
2020-05-06 15:22:51 +02:00
"media": {
"list": "Media",
"name": "Media",
2021-12-17 22:32:39 +01:00
"addfolder": "Add folder",
"editfolder": "Edit folder",
2021-12-19 01:16:02 +01:00
"untitledName": "[untitled]",
"actions": {
"folderdropdown": "Folder",
"addfolder": "Create folder",
"addfolder_text": "Adds a new folder in the current parent folder",
"addfile": "Upload files",
"addfile_text": "Add one or more files to the current filter"
},
2022-01-03 15:28:12 +01:00
"notfound": "Could not find media ({id})",
"selection": {
2021-12-16 16:59:27 +01:00
"clear": "Clear selection",
"selected": "{count} selected",
"selectaction": "Action"
},
2020-05-06 15:22:51 +02:00
"fields": {
2020-05-31 13:39:47 +02:00
"foldername_placeholder": "Enter a name ...",
2020-05-06 15:22:51 +02:00
"caption": "Caption",
2020-08-24 13:22:42 +02:00
"caption_text": "Additional caption text",
2020-05-06 15:22:51 +02:00
"size": "Size",
2020-08-24 13:22:42 +02:00
"date": "Last modified at",
2020-05-06 15:22:51 +02:00
"filename": "Filename",
2020-08-24 15:17:43 +02:00
"source": "File",
2021-12-19 01:16:02 +01:00
"imageMeta": {
"alternativeText": "Alternative text",
"alternativeText_text": "Text which is used when the image can't be loaded",
"dpi": "DPI",
"colorSpace": "Color space",
"hasTransparency": "Has transparency",
"frames": "Frames",
"imageTakenDate": "Date taken",
"dimension": "Dimension"
}
},
"deleteoverlay": {
2021-12-17 00:26:06 +01:00
"title": "Delete media",
"folder_text": "This will delete the selected items as well as all its descendants including subfolders and files.<br><br>Database entries as well as persisted files are deleted.<br>Are you sure?",
"warning": "You are about to delete <b>{folders}</b> folder(s) and <b>{files}</b> file(s).",
"folder_success_text": "You have successfully deleted this folder",
"start": {
"title": "Progress",
"button": "Start deletion"
}
2020-09-06 17:31:31 +02:00
},
"child_count_1": "{count} item",
2021-12-18 16:24:07 +01:00
"child_count_x": "{count} items",
"upload": {
"headline": "Upload",
"multipleHeadline": "Uploading {count} items...",
"singleHeadline": "Uploading..."
}
2020-05-06 15:22:51 +02:00
},
2020-11-13 12:24:07 +01:00
"mailTemplate": {
"name": "Mail template",
"list": "Mail templates",
"emailBox": "Email settings",
"tabs": {
"sender": "Sender",
"recipient": "Recipient"
},
"fields": {
2021-12-21 13:58:48 +01:00
"name": "Name",
2020-11-13 12:24:07 +01:00
"key": "Key",
"key_text": "Used to query for the template in code",
"subject": "Subject",
"body": "Body",
"body_text": "Additional body which is rendered into the mail template",
2020-12-14 13:42:20 +01:00
"preheader": "Preheader",
"preheader_text": "This text is rendered as part of the preview in your mail program",
2020-11-13 12:24:07 +01:00
"senderEmail": "Sender email",
"senderEmail_text": "Leave empty to use application email",
"senderName": "Sender name",
"senderName_text": "Leave empty to use application name",
"recipientEmail": "Recipient email",
"recipientEmail_text": "Only used for mails which do not have a dynamic recipient (e.g. reports)",
"cc": "Send copy to (CC)",
"cc_text": "Comma-separated list of e-mails",
"bcc": "Send invisible copy to (BCC)",
"bcc_text": "Comma-separated list of e-mails"
},
"errors": {
"senderNotAllowed": "The sender email is currently not supported for this registered mail dispatcher. Please contact the administrator for help."
2020-11-13 12:24:07 +01:00
}
},
2020-08-31 14:33:31 +02:00
"space": {
"list": "Spaces",
"name": "Space"
},
2020-09-04 15:28:06 +02:00
"preview": {
"name": "Preview"
},
2021-09-03 00:23:39 +02:00
"search": {
2021-12-01 13:03:06 +01:00
"permissions": {
"search_group": "Search",
"search": "Use search"
},
2021-09-03 00:23:39 +02:00
"collection": {
"page": "Page",
"mediaFolder": "Media folder"
}
},
2021-11-11 13:46:03 +01:00
"blueprint": {
"hint": {
"childText": "<b>This entity is a child of a blueprint</b>. Its properties are automatically updated.",
"parentText": "This blueprint will <b>automatically pass changes</b> to its children.",
"parentCreateText": "This blueprint will create children in all registered apps and automatically pass changes to them.",
"goToBlueprint": "Blueprint",
"goToChild": "View child",
"settingsButton": "Settings",
"xUnlocked": "{count} unlocked"
},
"errors": {
"cannotDeleteChild": "Entities which are synchronized with a blueprint cannot be deleted"
2021-11-11 13:46:03 +01:00
}
2020-04-06 13:24:46 +02:00
}
}