1
0
Fork 0
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:
McMatts 2022-03-01 22:40:51 -05:00
parent ce4f62d346
commit 08f21346c1
40 changed files with 112 additions and 117 deletions

View file

@ -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 };