mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
46 lines
2.5 KiB
TypeScript
46 lines
2.5 KiB
TypeScript
const role_details = {
|
|
back_to_roles: 'Back to Roles',
|
|
identifier: 'Identifier',
|
|
delete_description:
|
|
'Doing so will remove the permissions associated with this role from the affected users and delete the mapping between roles, users, and permissions.', // UNTRANSLATED
|
|
role_deleted: 'The role {{name}} has been successfully deleted', // UNTRANSLATED
|
|
settings_tab: 'Settings',
|
|
users_tab: 'Users',
|
|
permissions_tab: 'Permissions',
|
|
settings: 'Settings',
|
|
settings_description:
|
|
'It real sent your at. Amounted all shy set why followed declared. Repeated of endeavor mr position kindness offering ignorant so up. Simplicity are melancholy preference considered saw companions.', // UNTRANSLATED
|
|
field_name: 'Name',
|
|
field_description: 'Description',
|
|
permission: {
|
|
assign_button: 'Assign Permission', // UNTRANSLATED
|
|
assign_title: 'Assign permission', // UNTRANSLATED
|
|
assign_subtitle:
|
|
'Assign permissions to this role. The role will gain the added permissions, and users with this role will inherit these permissions.', // UNTRANSLATED
|
|
assign_form_filed: 'Assign permissions', // UNTRANSLATED
|
|
search_placeholder: 'Search by API or Permission name', // UNTRANSLATED
|
|
added_text: '{{value, number}} permissions added', // UNTRANSLATED
|
|
api_permission_count: '{{value, number}} permissions', // UNTRANSLATED
|
|
confirm_assign: 'Assign Permission', // UNTRANSLATED
|
|
permission_assigned: 'The selected permissions were successfully assigned to this role!', // UNTRANSLATED
|
|
deletion_description:
|
|
'If this permission is deleted, the affected user with this role will lose the access granted by this permission.', // UNTRANSLATED
|
|
permission_deleted: 'The permission {{name}} has been successfully deleted from this role.', // UNTRANSLATED
|
|
},
|
|
users: {
|
|
assign_button: 'Assign Users', // UNTRANSLATED
|
|
name_column: 'User', // UNTRANSLATED
|
|
app_column: 'App', // UNTRANSLATED
|
|
latest_sign_in_column: 'Latest sign in', // UNTRANSLATED
|
|
delete_description:
|
|
'It will remain in your user pool but lose the authorization for this role.', // UNTRANSLATED
|
|
deleted: 'The user {{name}} has been successfully deleted from this role.', // UNTRANSLATED
|
|
assign_title: 'Assign users', // UNTRANSLATED
|
|
assign_subtitle: 'Assign users to the role', // UNTRANSLATED
|
|
assign_users_field: 'Assign users', // UNTRANSLATED
|
|
confirm_assign: 'Assign users', // UNTRANSLATED
|
|
users_assigned: 'The selected users were successfully assigned to this role!', // UNTRANSLATED
|
|
},
|
|
};
|
|
|
|
export default role_details;
|