85 lines
2.7 KiB
JSON
85 lines
2.7 KiB
JSON
{
|
||
"ATTRIBUTES_MGMT": {
|
||
"HEADER": "Attributes",
|
||
"HEADER_BTN_TXT": "Attribut hinzufügen",
|
||
"LOADING": "Fetching attributes",
|
||
"SIDEBAR_TXT": "<p><b>Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Attributes, just click on the <b>Add Attribute.</b> You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.</p>",
|
||
"ADD": {
|
||
"TITLE": "Attribut hinzufügen",
|
||
"SUBMIT": "Erstellen",
|
||
"CANCEL_BUTTON_TEXT": "Stornieren",
|
||
"FORM": {
|
||
"NAME": {
|
||
"LABEL": "Anzeigename",
|
||
"PLACEHOLDER": "Enter attribute display name",
|
||
"ERROR": "Name is required"
|
||
},
|
||
"DESC": {
|
||
"LABEL": "Beschreibung",
|
||
"PLACEHOLDER": "Enter attribute description",
|
||
"ERROR": "Description is required"
|
||
},
|
||
"MODEL": {
|
||
"LABEL": "Modell",
|
||
"PLACEHOLDER": "Bitte wählen Sie einen Typ",
|
||
"ERROR": "Model is required"
|
||
},
|
||
"TYPE": {
|
||
"LABEL": "Typ",
|
||
"PLACEHOLDER": "Please select a type",
|
||
"ERROR": "Type is required"
|
||
},
|
||
"KEY": {
|
||
"LABEL": "Schlüssel"
|
||
}
|
||
},
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Attribute added successfully",
|
||
"ERROR_MESSAGE": "Could not able to create an attribute, Please try again later"
|
||
}
|
||
},
|
||
"DELETE": {
|
||
"BUTTON_TEXT": "Löschen",
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Attribute deleted successfully.",
|
||
"ERROR_MESSAGE": "Couldn't delete the attribute. Try again."
|
||
},
|
||
"CONFIRM": {
|
||
"TITLE": "Sind Sie sicher, dass Sie %{attributeName} löschen möchten",
|
||
"PLACE_HOLDER": "Bitte geben Sie {attributeName} zur Bestätigung ein",
|
||
"MESSAGE": "Deleting will remove the attribute",
|
||
"YES": "Löschen ",
|
||
"NO": "Stornieren"
|
||
}
|
||
},
|
||
"EDIT": {
|
||
"TITLE": "Attribut hinzufügen",
|
||
"UPDATE_BUTTON_TEXT": "Aktualisieren",
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Attribute updated successfully",
|
||
"ERROR_MESSAGE": "There was an error updating attribute, please try again"
|
||
}
|
||
},
|
||
"TABS": {
|
||
"HEADER": "Benutzerdefinierte Attribute",
|
||
"CONVERSATION": "Conversation",
|
||
"CONTACT": "Kontakt"
|
||
},
|
||
"LIST": {
|
||
"TABLE_HEADER": [
|
||
"Name",
|
||
"Beschreibung",
|
||
"Typ",
|
||
"Schlüssel"
|
||
],
|
||
"BUTTONS": {
|
||
"EDIT": "Bearbeiten",
|
||
"DELETE": "Löschen"
|
||
},
|
||
"EMPTY_RESULT": {
|
||
"404": "There are no attributes created",
|
||
"NOT_FOUND": "There are no attributes configured"
|
||
}
|
||
}
|
||
}
|
||
}
|