126 lines
2.8 KiB
JSON
126 lines
2.8 KiB
JSON
{
|
|
"zero": {
|
|
"name": "zero"
|
|
},
|
|
|
|
"ui": {
|
|
"more": "More",
|
|
"actions": "Actions",
|
|
"back": "Go back",
|
|
"close": "Close",
|
|
"confirm": "Confirm",
|
|
"createdDate": "Created at",
|
|
"pagination": {
|
|
"xofy": "Page {x} of {y}",
|
|
"next": "Next page",
|
|
"previous": "Previous page"
|
|
},
|
|
"search": {
|
|
"placeholder": "Search ...",
|
|
"button": "Search"
|
|
}
|
|
},
|
|
|
|
"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"
|
|
}
|
|
},
|
|
|
|
"recyclebin": {
|
|
"name": "Recycle bin",
|
|
"description": "View recently deleted entities"
|
|
},
|
|
|
|
"order": {
|
|
"fields": {
|
|
"no": "Number",
|
|
"username": "Name",
|
|
"price": "Price",
|
|
"status": "Status"
|
|
}
|
|
}
|
|
} |