mirror of
https://github.com/documize/community.git
synced 2025-07-30 10:39:44 +02:00
[WIP] i18n constant strings
This commit is contained in:
parent
ce4f62d346
commit
08f21346c1
40 changed files with 112 additions and 117 deletions
|
@ -306,46 +306,6 @@ let constants = EmberObject.extend({
|
|||
Yellow: 'yellow',
|
||||
Gray: 'gray'
|
||||
},
|
||||
|
||||
Label: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
|
||||
Close: 'Close',
|
||||
Copy: 'Copy',
|
||||
Delete: 'Delete',
|
||||
Duplicate: 'Duplicate',
|
||||
Edit: 'Edit',
|
||||
Export: 'Export',
|
||||
File: 'File',
|
||||
Import: 'Import',
|
||||
Insert: 'Insert',
|
||||
Invite: 'Invite',
|
||||
Join: 'Join',
|
||||
Leave: 'Leave',
|
||||
Login: 'Login',
|
||||
Move: 'Move',
|
||||
Next: 'Next',
|
||||
OK: 'OK',
|
||||
Preview: 'Preview',
|
||||
Print: 'Print',
|
||||
Publish: 'Publish',
|
||||
Reject: 'Reject',
|
||||
Remove: 'Remove',
|
||||
Reply: 'Reply',
|
||||
Reset: 'Reset',
|
||||
Restore: 'Restore',
|
||||
Request: 'Request',
|
||||
Save: 'Save',
|
||||
Search: 'Search',
|
||||
Send: 'Send',
|
||||
Share: 'Share',
|
||||
SignIn: 'Sign In',
|
||||
Sort: 'Sort',
|
||||
Space: 'Space',
|
||||
Spaces: 'Spaces',
|
||||
Unassigned: 'Unassigned',
|
||||
Update: 'Update',
|
||||
Upload: 'Upload',
|
||||
Version: 'Version'
|
||||
}
|
||||
});
|
||||
|
||||
export default { constants };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue