mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Update translations
This commit is contained in:
parent
709bed209d
commit
a20a29b1f0
11
client/lang/en.js
Normal file
11
client/lang/en.js
Normal 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
16
lang/de.yml
Normal 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)'
|
Loading…
Reference in New Issue
Block a user