Initial commit
This commit is contained in:
29
application/Espo/Resources/i18n/de_DE/Job.json
Normal file
29
application/Espo/Resources/i18n/de_DE/Job.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"fields": {
|
||||
"executeTime": "Ausführen um",
|
||||
"attempts": "Verbleibende Versuche",
|
||||
"failedAttempts": "Fehlgeschlagene Versuche",
|
||||
"methodName": "Methode",
|
||||
"scheduledJob": "Geplante Aufgabe",
|
||||
"data": "Daten",
|
||||
"method": "Methode",
|
||||
"scheduledJobJob": "Geplante Aufgabe Name",
|
||||
"executedAt": "Ausgeführt um",
|
||||
"startedAt": "Gestartet um",
|
||||
"targetType": "Zieltyp",
|
||||
"targetId": "Ziel ID",
|
||||
"number": "Nummer",
|
||||
"queue": "Warteschlange",
|
||||
"group": "Gruppe",
|
||||
"className": "Klassenname",
|
||||
"targetGroup": "Zielgruppe"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "Schwebend",
|
||||
"Success": "Erfolg",
|
||||
"Running": "Läuft",
|
||||
"Failed": "Fehlgeschlagen"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user