Initial commit
This commit is contained in:
36
application/Espo/Resources/i18n/de_DE/EmailTemplate.json
Normal file
36
application/Espo/Resources/i18n/de_DE/EmailTemplate.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"fields": {
|
||||
"body": "Inhalt",
|
||||
"subject": "Betreff",
|
||||
"attachments": "Anhänge",
|
||||
"oneOff": "Einmalig",
|
||||
"category": "Kategorie",
|
||||
"insertField": "Platzhalter"
|
||||
},
|
||||
"labels": {
|
||||
"Create EmailTemplate": "E-Mail Vorlage erstellen",
|
||||
"Available placeholders": "Verfügbare Platzhalter"
|
||||
},
|
||||
"tooltips": {
|
||||
"oneOff": "Überprüfen Sie, ob Sie die Vorlage nur einmal benutzen wollen. Z.B. für eine Massenaussendung."
|
||||
},
|
||||
"placeholderTexts": {
|
||||
"optOutLink": "ein Abmeldelink",
|
||||
"today": "Heutiges Datum",
|
||||
"now": "Aktuelles Datum & Uhrzeit",
|
||||
"currentYear": "Laufendes Jahr",
|
||||
"optOutUrl": "URL für einen Link zur Abbestellung"
|
||||
},
|
||||
"messages": {
|
||||
"infoText": "Verfügbare Platzhalter:\n\n{optOutUrl} – URL für einen Abmeldelink;\n\n{optOutLink} – ein Link zum Abbestellen des Abonnements."
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Active": "Aktiv",
|
||||
"Inactive": "Inaktiv"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "Aktiv"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user