Update translations

This commit is contained in:
Dylan 2018-04-04 10:17:01 +12:00
parent 709bed209d
commit a20a29b1f0
2 changed files with 27 additions and 0 deletions

11
client/lang/en.js Normal file
View File

@ -0,0 +1,11 @@
// This file was generated by silverstripe/cow from client/lang/src/en.json.
// See https://github.com/tractorcow/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('en', {
"ContentReview.CONTENT_DUE_FOR_REVIEW": "Content due for review"
});
}

16
lang/de.yml Normal file
View File

@ -0,0 +1,16 @@
de:
SilverStripe\ContentReview\Extensions\ContentReviewDefaultSettings:
ADDGROUP: 'Gruppen hinzufügen'
ADDUSERS: 'Benutzer hinzufügen'
EMAILSUBJECT: Betreff
PAGEOWNERGROUPS: Gruppen
PAGEOWNERUSERS: Benutzer
SilverStripe\ContentReview\Extensions\SiteTreeContentReview:
ADDGROUP: 'Gruppen hinzufügen'
ADDUSERS: 'Benutzer hinzufügen'
CUSTOM: 'Benutzerdefinierte Einstellungen'
OPTIONS: Optionen
PAGEOWNERGROUPS: Gruppen
PAGEOWNERUSERS: Benutzer
SilverStripe\ContentReview\Forms\ReviewContentHandler:
Placeholder: 'Kommentare hinzufügen (optional)'