Files
leadchat/app/javascript/dashboard/i18n/locale/nl/cannedMgmt.json
Chatwoot Bot e467d15f2c chore: Update translations (#8544)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2024-01-16 13:49:38 +04:00

77 lines
3.3 KiB
JSON

{
"CANNED_MGMT": {
"HEADER": "Standaard antwoorden",
"HEADER_BTN_TXT": "Standaard antwoord toevoegen",
"LOADING": "Standaard antwoorden ophalen...",
"SEARCH_404": "Er zijn geen items die overeenkomen met deze zoekopdracht.",
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are pre-written reply templates that help you quickly respond to a conversation. To insert a canned response during a chat, agents can type a short code preceded by a '/' character. </p><p> You can manage your canned responses from this page or create new ones using the \"Add canned response\" button.</p><p>Open the <a target=\"_blank\" href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677501325-how-to-create-saved-reply-templates-with-canned-responses\">Canned Responses handbook</a> in another tab for a helping hand.</p><p>Also, check out the all-new <a href=\"https://www.chatwoot.com/tools/canned-responses-library\" target=\"_blank\">Canned Responses Library</a>.</p>",
"LIST": {
"404": "Er zijn geen standaard antwoorden beschikbaar in dit account.",
"TITLE": "Beheer standaard antwoorden",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
"TABLE_HEADER": [
"Korte code",
"Inhoud",
"Acties"
]
},
"ADD": {
"TITLE": "Standaard antwoord toevoegen",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
"CANCEL_BUTTON_TEXT": "Annuleren",
"FORM": {
"SHORT_CODE": {
"LABEL": "Korte code",
"PLACEHOLDER": "Vul een korte code in.",
"ERROR": "Korte code is vereist."
},
"CONTENT": {
"LABEL": "Bericht",
"PLACEHOLDER": "Schrijf het bericht dat je wilt opslaan als sjabloon om later te gebruiken.",
"ERROR": "Bericht is vereist."
},
"SUBMIT": "Bevestigen"
},
"API": {
"SUCCESS_MESSAGE": "Canned response added successfully.",
"ERROR_MESSAGE": "Kan geen verbinding maken met de Woot server. Probeer het opnieuw."
}
},
"EDIT": {
"TITLE": "Edit canned response",
"CANCEL_BUTTON_TEXT": "Annuleren",
"FORM": {
"SHORT_CODE": {
"LABEL": "Korte code",
"PLACEHOLDER": "Please enter a shortcode.",
"ERROR": "Short code is required."
},
"CONTENT": {
"LABEL": "Bericht",
"PLACEHOLDER": "Schrijf het bericht dat je wilt opslaan als sjabloon om later te gebruiken.",
"ERROR": "Bericht is vereist."
},
"SUBMIT": "Bevestigen"
},
"BUTTON_TEXT": "Bewerken",
"API": {
"SUCCESS_MESSAGE": "Canned response is updated successfully.",
"ERROR_MESSAGE": "Kan geen verbinding maken met de Woot server. Probeer het opnieuw."
}
},
"DELETE": {
"BUTTON_TEXT": "Verwijderen",
"API": {
"SUCCESS_MESSAGE": "Canned response deleted successfully.",
"ERROR_MESSAGE": "Kan geen verbinding maken met de Woot server. Probeer het opnieuw."
},
"CONFIRM": {
"TITLE": "Verwijdering bevestigen",
"MESSAGE": "Weet u zeker dat u wilt verwijderen ",
"YES": "Yes, delete ",
"NO": "No, keep "
}
}
}
}