Translations for the profile page components
This commit is contained in:
@@ -8,6 +8,8 @@ module.exports = exports = {
|
||||
invalid: 'Invalid',
|
||||
unnamed: '(unnamed)',
|
||||
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
deny: 'Deny',
|
||||
grant: 'Grant Access',
|
||||
back: 'Back',
|
||||
@@ -15,6 +17,11 @@ module.exports = exports = {
|
||||
cancel: 'Cancel',
|
||||
request: 'Request',
|
||||
continue: 'Continue',
|
||||
generate: 'Generate',
|
||||
close: 'Close',
|
||||
change: 'Change',
|
||||
deactivate: 'Deactivate',
|
||||
view: 'View',
|
||||
unknown_error: 'An unknown error has occurred, and we are unable to continue at this time.',
|
||||
|
||||
invalid_resolver: 'Invalid locale resolver.',
|
||||
@@ -26,4 +33,7 @@ module.exports = exports = {
|
||||
invalid_json: 'must be valid JSON.',
|
||||
not_permission: 'Sorry, you do not have permission to ACTION this resource.',
|
||||
item_saved: 'The ITEM was saved.',
|
||||
|
||||
are_you_sure: 'Are you sure?',
|
||||
action_resource_confirm: 'You are about to ACTION this RESOURCE. Do you want to continue?',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user