chore: Update translations (#7887)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-09-13 06:39:47 +05:30
committed by GitHub
parent 4f5c5e9f85
commit fcd40e9636
95 changed files with 625 additions and 478 deletions

View File

@@ -1,82 +1,82 @@
{
"ATTRIBUTES_MGMT": {
"HEADER": "Custom Attributes",
"HEADER_BTN_TXT": "Add Custom Attribute",
"LOADING": "Fetching custom attributes",
"SIDEBAR_TXT": "<p><b>Custom 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 Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing Custom Attribute by clicking on the Edit or Delete button.</p>",
"HEADER": "Aangepaste attributen",
"HEADER_BTN_TXT": "Aangepast attribuut toevoegen",
"LOADING": "Aangepaste attributen ophalen",
"SIDEBAR_TXT": "<p><b>Aangepaste Attributen</b> <p>Een aangepast attribuut volgt feiten over uw contacten/conversaties - zoals het abonnement of wanneer ze voor het eerst een item bestelden etc. <br /><br />Voor het maken van een aangepast attribuut, klik op <b>Voeg Aangepast Attribuut toe.</b> U kunt ook een bestaand Aangepast Attribuut bewerken of verwijderen door op de knop Bewerken of Verwijderen te klikken.</p>",
"ADD": {
"TITLE": "Add Custom Attribute",
"TITLE": "Aangepast attribuut toevoegen",
"SUBMIT": "Aanmaken",
"CANCEL_BUTTON_TEXT": "Annuleren",
"FORM": {
"NAME": {
"LABEL": "Display Name",
"PLACEHOLDER": "Enter custom attribute display name",
"ERROR": "Name is required"
"LABEL": "Weergave naam",
"PLACEHOLDER": "Voer aangepaste attribuut weergavenaam in",
"ERROR": "Naam is vereist"
},
"DESC": {
"LABEL": "Beschrijving",
"PLACEHOLDER": "Enter custom attribute description",
"ERROR": "Description is required"
"PLACEHOLDER": "Voer aangepaste attribuutbeschrijving in",
"ERROR": "Omschrijving is vereist"
},
"MODEL": {
"LABEL": "Applies to",
"PLACEHOLDER": "Please select one",
"ERROR": "Model is required"
"LABEL": "Van toepassing op",
"PLACEHOLDER": "Selecteer er een",
"ERROR": "Model is vereist"
},
"TYPE": {
"LABEL": "Type",
"PLACEHOLDER": "Selecteer een type",
"ERROR": "Type is required",
"ERROR": "Type is vereist",
"LIST": {
"LABEL": "List Values",
"PLACEHOLDER": "Please enter value and press enter key",
"ERROR": "Must have at least one value"
"LABEL": "Toon waardes",
"PLACEHOLDER": "Voer waarde in en druk op enter-toets",
"ERROR": "Moet minstens één waarde bevatten"
}
},
"KEY": {
"LABEL": "Key",
"PLACEHOLDER": "Enter custom attribute key",
"ERROR": "Key is required",
"IN_VALID": "Invalid key"
"LABEL": "Sleutel",
"PLACEHOLDER": "Voer aangepaste attribuut sleutel in",
"ERROR": "Sleutel is vereist",
"IN_VALID": "Ongeldige sleutel"
}
},
"API": {
"SUCCESS_MESSAGE": "Custom Attribute added successfully!",
"ERROR_MESSAGE": "Could not create a Custom Attribute. Please try again later."
"SUCCESS_MESSAGE": "Aangepast attribuut succesvol toegevoegd!",
"ERROR_MESSAGE": "Aanmaken van aangepaste attribuut mislukt. Probeer het later opnieuw."
}
},
"DELETE": {
"BUTTON_TEXT": "Verwijderen",
"API": {
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
"SUCCESS_MESSAGE": "Aangepast attribuut succesvol verwijderd.",
"ERROR_MESSAGE": "Kan het aangepaste attribuut niet verwijderen. Probeer het opnieuw."
},
"CONFIRM": {
"TITLE": "Are you sure want to delete - %{attributeName}",
"PLACE_HOLDER": "Please type {attributeName} to confirm",
"MESSAGE": "Deleting will remove the custom attribute",
"TITLE": "Weet u zeker dat u wilt verwijderen - %{attributeName}",
"PLACE_HOLDER": "Voer {attributeName} in om te bevestigen",
"MESSAGE": "Verwijderen zal het aangepaste attribuut verwijderen",
"YES": "Verwijderen ",
"NO": "Annuleren"
}
},
"EDIT": {
"TITLE": "Edit Custom Attribute",
"TITLE": "Aangepast attribuut bewerken",
"UPDATE_BUTTON_TEXT": "Vernieuwen",
"TYPE": {
"LIST": {
"LABEL": "List Values",
"PLACEHOLDER": "Please enter values and press enter key"
"LABEL": "Toon waardes",
"PLACEHOLDER": "Voer waarden in en druk op enter-toets"
}
},
"API": {
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
"SUCCESS_MESSAGE": "Aangepast attribuut succesvol bijgewerkt",
"ERROR_MESSAGE": "Er is een fout opgetreden bij het bijwerken van aangepaste attributen, probeer het opnieuw"
}
},
"TABS": {
"HEADER": "Custom Attributes",
"CONVERSATION": "Conversation",
"HEADER": "Aangepaste attributen",
"CONVERSATION": "Gesprek",
"CONTACT": "Contact"
},
"LIST": {
@@ -84,15 +84,15 @@
"Naam",
"Beschrijving",
"Type",
"Key"
"Toets"
],
"BUTTONS": {
"EDIT": "Bewerken",
"DELETE": "Verwijderen"
},
"EMPTY_RESULT": {
"404": "There are no custom attributes created",
"NOT_FOUND": "There are no custom attributes configured"
"404": "Er zijn geen aangepaste attributen aangemaakt",
"NOT_FOUND": "Er zijn geen aangepaste attributen geconfigureerd"
}
}
}