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

171 lines
4.1 KiB
JSON

{
"zero": {
"name": "zero"
},
"ui": {
"more": "More",
"actions": "Actions",
"back": "Go back",
"close": "Close",
"confirm": "Confirm",
"createdDate": "Created at",
"active": "Published",
"pagination": {
"xofy": "Page {x} of {y}",
"next": "Next page",
"previous": "Previous page"
},
"search": {
"placeholder": "Search ...",
"button": "Search"
}
},
"errors": {
"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})",
"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})"
}
},
"unsavedchanges": {
"close": "Discard changes",
"confirm": "Stay"
},
"sections": {
"item": {
"dashboard": "Dashboard",
"lists": "Lists",
"media": "Media",
"pages": "Pages",
"settings": "Settings"
}
},
"settings": {
"groups": {
"system": "System",
"plugins": "Plugins"
},
"system": {
"updates": {
"name": "Updates",
"text": "Version {zero_version}"
},
"applications": {
"name": "Applications",
"text": "Edit website applications"
},
"users": {
"name": "Users & Permissions",
"text": "Administration of backoffice users"
},
"translations": {
"name": "Translations",
"text": "Frontend texts and translations"
},
"countries": {
"name": "Countries",
"text": "Manage list of countries"
},
"logs": {
"name": "Logging",
"text": "Debug und view logs"
}
},
"plugins": {
"installed": {
"name": "Installed",
"text": "{plugin_count} installed plugin(s)"
},
"create": {
"name": "Create a plugin",
"text": "Create from existing code"
}
}
},
"user": {
"name": "User",
"fields": {
"name": "Name",
"name_placeholder": "Enter your real name or a username",
"email": "Email",
"email_text": "Also used as login username",
"email_placeholder": "Enter your email address",
"avatar": "Avatar",
"avatar_text": "Upload a user image",
"language": "Language",
"language_text": "Set the backoffice language for this user",
"roles": "Roles",
"roles_text": "Add default permissions from roles",
"sections": "Sections",
"sections_text": "Specify access to backoffice sections"
}
},
"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"
},
"errors": {
"wrongcredentials": "Email or password is wrong",
"lockedout": "The user has been locked out due to many failed password attempts",
"notallowed": "The user is not allowed to sign in",
"requirestwofactor": "Two-factor authentication is required to login"
}
},
"order": {
"fields": {
"no": "Number",
"username": "Name",
"price": "Price",
"status": "Status"
}
},
"page": {
"overview": {
"actions": {
"continue": "Continue",
"continue_text": "You have last edited \"{page}\" on {date}",
"new": "New page",
"new_text": "Create a new page below \"{root}\"",
"history": "History",
"history_text": "View page editing history"
}
},
"recyclebin": {
"name": "Recycle bin",
"description": "View recently deleted entities"
},
"history": {
"name": "History"
}
},
"country": {
"fields": {
"name": "Name",
"code": "Code",
"isPreferred": "Show on top"
}
}
}