ember-emeis
Version:
The frontend for the emeis user management service
134 lines (121 loc) • 3.51 kB
YAML
emeis:
title: "Emeis"
not-found: "This page could not be found."
empty: "No entries found..."
loading: "Loading..."
inactive: "Inactive"
optional: "optional"
general-error: "A problem occured. Please try again."
actions: "Actions"
export: "Export"
scopes:
title: "Scopes"
headings:
fullName: "Name"
description: "Description"
parent: "Parent Scope"
new: "Add Scope"
edit:
edit-scope: "Edit scope"
acl:
title: "ACL"
emptyAclList: "This scope includes no permissions yet."
aclHint: "You can add ACLs once the new scope has been saved."
users:
title: "Users"
headings:
username: "Username"
fullName: "Name"
firstName: "First name"
lastName: "Last Name"
email: "E-Mail"
phone: "Phone"
phone-placeholder: "+41 31 123 45 56"
language: "Language"
address: "Address"
city: "City"
zip: "ZIP"
isActive: "Active"
emptyAclList: "This user has no permissions yet."
aclHint: "You can add ACLs once the new user has been saved."
edit:
edit-user: "Edit User"
acl: "ACL"
new: "Add User"
permissions:
title: "Permissions"
headings:
name: "Name"
slug: "Slug"
description: "Description"
roles: "Roles"
new: "Add Permission"
roles:
title: "Roles"
headings:
name: "Name"
slug: "Slug"
description: "Description"
new: "Add Role"
filters:
active:
title: "Status"
on: "Active"
off: "Inactive"
pagination:
next: "Next"
previous: "Previous"
total: "Total"
search:
placeholder: "Search..."
form:
save: "Save"
back: "Back"
delete: "Delete"
activate: "Activate"
deactivate: "Deactivate"
ok: "OK"
cancel: "Cancel"
confirmText: "Are you sure you want to proceed with this action?"
confirmEntryDelete: "Are you sure you want to delete this entry?"
activate-success: "Activation successful."
deactivate-success: "Deactivation successful."
save-success: "Saved successfully"
delete-success: "Deleted successfully"
save-error: "A problem occurred while saving. Please try again."
delete-error: "A problem occurred while deleting. Please check if the entry still exists and try again."
phone-hint: "Letters are not allowed in phone numbers."
slug-hint: "Only letters, numbers and hyphens are allowed."
custom-button-action-error: "The submitted custom button action is not a valid function."
acl-table:
title: "ACL"
headings:
name: "Name"
user: "Username"
scope: "Scope"
role: "Role"
add-entry: "Add entry"
new-user-hint: "You can add ACLs once the new user has been saved."
acl-wizzard:
add-entry: "Add ACL Entry"
duplicate: "This ACL combination already exists. ACL's are unique."
scope:
select: "Click here to select a Scope"
select-different: "Select a different Scope"
role:
select: "Click here to select a Role"
select-different: "Select a different Role"
user:
select: "Click here to select a user"
select-different: "Select a different User"
options:
meta:
user:
example: "Example for custom text field"
scope:
meta-example: "Example for custom choice field"
options:
label-1: "Ham"
label-2: "Cheese"
label-3: "Onions"
meta-example-2: "Example for custom text field"