2020-05-30 22:21:47 +00:00
|
|
|
module.exports = exports = {
|
|
|
|
welcome: 'Welcome',
|
|
|
|
powered_by_flitter: 'powered by flitter',
|
|
|
|
new_to_flitter: 'New to Flitter?',
|
|
|
|
start_here: 'Start Here.',
|
|
|
|
log_out: 'Log out',
|
2020-05-30 23:00:12 +00:00
|
|
|
|
|
|
|
invalid: 'Invalid',
|
2020-05-31 01:16:10 +00:00
|
|
|
unnamed: '(unnamed)',
|
|
|
|
|
2020-06-02 03:51:10 +00:00
|
|
|
yes: 'Yes',
|
|
|
|
no: 'No',
|
2020-05-31 01:16:10 +00:00
|
|
|
deny: 'Deny',
|
2021-04-15 18:41:13 +00:00
|
|
|
grant: 'Allow access',
|
|
|
|
grant_once: 'Allow access once',
|
2020-05-31 23:00:05 +00:00
|
|
|
back: 'Back',
|
|
|
|
next: 'Next',
|
|
|
|
cancel: 'Cancel',
|
|
|
|
request: 'Request',
|
|
|
|
continue: 'Continue',
|
2020-06-02 03:51:10 +00:00
|
|
|
generate: 'Generate',
|
|
|
|
close: 'Close',
|
|
|
|
change: 'Change',
|
|
|
|
deactivate: 'Deactivate',
|
|
|
|
view: 'View',
|
2020-05-31 23:00:05 +00:00
|
|
|
unknown_error: 'An unknown error has occurred, and we are unable to continue at this time.',
|
|
|
|
|
|
|
|
invalid_resolver: 'Invalid locale resolver.',
|
2020-06-02 00:43:29 +00:00
|
|
|
loading: 'Loading',
|
|
|
|
confirm: 'Confirm',
|
|
|
|
save: 'Save',
|
|
|
|
field_required: 'This field is required.',
|
|
|
|
confirmation_not_match: 'confirmation does not match.',
|
|
|
|
invalid_json: 'must be valid JSON.',
|
|
|
|
not_permission: 'Sorry, you do not have permission to ACTION this resource.',
|
|
|
|
item_saved: 'The ITEM was saved.',
|
2020-06-02 03:51:10 +00:00
|
|
|
|
|
|
|
are_you_sure: 'Are you sure?',
|
|
|
|
action_resource_confirm: 'You are about to ACTION this RESOURCE. Do you want to continue?',
|
2020-05-30 22:21:47 +00:00
|
|
|
}
|