Chatwoot/app/javascript/dashboard/i18n/locale/nl/cannedMgmt.json
Sojan Jose 97675c61ea
chore: Update to the latest translations (#3923)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2022-02-07 17:19:34 +05:30

76 lines
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 saved reply templates which can be used to quickly send out a reply to a conversation. </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>",
"LIST": {
"404": "Er zijn geen standaard antwoorden beschikbaar in dit account.",
"TITLE": "Beheer standaard antwoorden",
"DESC": "Standaard antwoorden zijn vooraf gedefinieerde antwoordsjablonen die kunnen worden gebruikt om snel antwoorden naar tickets te sturen.",
"TABLE_HEADER": [
"Korte code",
"Inhoud",
"Acties"
]
},
"ADD": {
"TITLE": "Standaard antwoord toevoegen",
"DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation.",
"CANCEL_BUTTON_TEXT": "Annuleren",
"FORM": {
"SHORT_CODE": {
"LABEL": "Korte code",
"PLACEHOLDER": "Please enter a short code",
"ERROR": "Korte code is vereist"
},
"CONTENT": {
"LABEL": "Inhoud",
"PLACEHOLDER": "Voer inhoud in",
"ERROR": "Inhoud is vereist"
},
"SUBMIT": "Bevestigen"
},
"API": {
"SUCCESS_MESSAGE": "Standaard antwoord met succes toegevoegd",
"ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw"
}
},
"EDIT": {
"TITLE": "Bewerk standaard antwoord",
"CANCEL_BUTTON_TEXT": "Annuleren",
"FORM": {
"SHORT_CODE": {
"LABEL": "Korte code",
"PLACEHOLDER": "Vul een korte code in",
"ERROR": "Korte code is vereist"
},
"CONTENT": {
"LABEL": "Inhoud",
"PLACEHOLDER": "Voer inhoud in",
"ERROR": "Inhoud is vereist"
},
"SUBMIT": "Bevestigen"
},
"BUTTON_TEXT": "Bewerken",
"API": {
"SUCCESS_MESSAGE": "standaard antwoord succesvol bijgewerkt",
"ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw"
}
},
"DELETE": {
"BUTTON_TEXT": "Verwijderen",
"API": {
"SUCCESS_MESSAGE": "Standaard antwoord succesvol verwijderd",
"ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw"
},
"CONFIRM": {
"TITLE": "Verwijdering bevestigen",
"MESSAGE": "Weet u zeker dat u wilt verwijderen ",
"YES": "Ja, verwijderen ",
"NO": "Nee, Behouden "
}
}
}
}