Initial commit
This commit is contained in:
48
application/Espo/Modules/Crm/Resources/i18n/de_DE/Call.json
Normal file
48
application/Espo/Modules/Crm/Resources/i18n/de_DE/Call.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"fields": {
|
||||
"parent": "Bezieht sich auf",
|
||||
"dateStart": "Startdatum",
|
||||
"dateEnd": "Enddatum",
|
||||
"direction": "Richtung",
|
||||
"duration": "Dauer",
|
||||
"description": "Beschreibung",
|
||||
"users": "Benutzer",
|
||||
"contacts": "Kontakte",
|
||||
"leads": "Interessenten",
|
||||
"reminders": "Erinnerungen",
|
||||
"account": "Firma",
|
||||
"acceptanceStatus": "Akzeptanzstatus"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "Geplant",
|
||||
"Held": "Durchgeführt",
|
||||
"Not Held": "Nicht durchgeführt"
|
||||
},
|
||||
"direction": {
|
||||
"Outbound": "Ausgehend",
|
||||
"Inbound": "Eingehend"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"None": "Kein(e)",
|
||||
"Accepted": "Akzeptiert",
|
||||
"Declined": "Abgelehnt",
|
||||
"Tentative": "Mit Vorbehalt"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "Auf durchgeführt setzen",
|
||||
"setNotHeld": "Auf nicht durchgeführt setzen"
|
||||
},
|
||||
"labels": {
|
||||
"Create Call": "Anruf erstellen",
|
||||
"Set Held": "Auf durchgeführt setzen",
|
||||
"Set Not Held": "Auf nicht durchgeführt setzen",
|
||||
"Send Invitations": "Einladungen versenden"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "Geplant",
|
||||
"held": "Durchgeführt",
|
||||
"todays": "Heutige"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user