1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-29 10:09:43 +02:00

[WIP] i18n strings

This commit is contained in:
McMatts 2022-03-01 22:03:18 -05:00
parent 8a25509019
commit ce4f62d346
23 changed files with 98 additions and 79 deletions

View file

@ -68,10 +68,6 @@ let constants = EmberObject.extend({
None: 0,
Lock: 1,
Review: 2,
NoneLabel: 'Changes permitted without approval',
LockLabel: 'Locked, changes not permitted',
ReviewLabel: 'Changes require approval before publication'
},
// Document
@ -80,10 +76,6 @@ let constants = EmberObject.extend({
Anybody: 1,
Majority: 2,
Unanimous: 3,
AnybodyLabel: 'Approval required from any approver',
MajorityLabel: 'Majority approval required from approvers',
UnanimousLabel: 'Unanimous approval required from all approvers'
},
// Section
@ -115,10 +107,6 @@ let constants = EmberObject.extend({
Draft: 0,
Live: 1,
Archived: 2,
DraftLabel: 'Draft',
LiveLabel: 'Live',
ArchivedLabel: 'Archived',
},
// Document Version -- document.groupId links different versions of documents together
@ -320,11 +308,6 @@ let constants = EmberObject.extend({
},
Label: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
Add: 'Add',
Activate: "Activate",
Approve: 'Approve',
Authenticate: 'Authenticate',
Cancel: 'Cancel',
Close: 'Close',
Copy: 'Copy',
Delete: 'Delete',