07a422219a
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
85 lines
3.7 KiB
JSON
85 lines
3.7 KiB
JSON
{
|
|
"INTEGRATION_SETTINGS": {
|
|
"HEADER": "Integrationer",
|
|
"WEBHOOK": {
|
|
"TITLE": "Webhook",
|
|
"CONFIGURE": "Konfigurera",
|
|
"HEADER": "Webhook-inställningar",
|
|
"HEADER_BTN_TXT": "Lägg till ny webhook",
|
|
"LOADING": "Hämtar bifogade webhooks",
|
|
"SEARCH_404": "Det finns inga objekt som matchar denna fråga",
|
|
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks är HTTP-callbacks som kan definieras för varje konto. De utlöses av händelser som att skapa meddelanden i Chatwoot. Du kan skapa mer än en webhook för detta konto. <br /><br /> För att skapa en <b>webhook</b>, klicka på <b>Lägg till ny webhook</b> knappen. Du kan också ta bort alla befintliga webhook genom att klicka på knappen Radera.</p>",
|
|
"LIST": {
|
|
"404": "Det finns inga webhooks konfigurerade för det här kontot.",
|
|
"TITLE": "Hantera webhooks",
|
|
"TABLE_HEADER": [
|
|
"Webhook slutpunkt",
|
|
"Åtgärder"
|
|
]
|
|
},
|
|
"EDIT": {
|
|
"BUTTON_TEXT": "Redigera",
|
|
"TITLE": "Edit webhook",
|
|
"CANCEL": "Avbryt",
|
|
"DESC": "Webbhook-händelser ger dig realtidsinformation om vad som händer i ditt Chatwoot-konto. Ange en giltig URL för att konfigurera en callback.",
|
|
"FORM": {
|
|
"END_POINT": {
|
|
"LABEL": "Webhook URL",
|
|
"PLACEHOLDER": "Exempel: https://exempel/api/webhook",
|
|
"ERROR": "Ange en giltig URL"
|
|
},
|
|
"SUBMIT": "Edit webhook"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook URL updated successfully",
|
|
"ERROR_MESSAGE": "Kunde inte ansluta till Woot Server, försök igen senare"
|
|
}
|
|
},
|
|
"ADD": {
|
|
"CANCEL": "Avbryt",
|
|
"TITLE": "Lägg till ny webhook",
|
|
"DESC": "Webbhook-händelser ger dig realtidsinformation om vad som händer i ditt Chatwoot-konto. Ange en giltig URL för att konfigurera en callback.",
|
|
"FORM": {
|
|
"END_POINT": {
|
|
"LABEL": "Webhook URL",
|
|
"PLACEHOLDER": "Exempel: https://exempel/api/webhook",
|
|
"ERROR": "Ange en giltig URL"
|
|
},
|
|
"SUBMIT": "Skapa webhook"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook har lagts till",
|
|
"ERROR_MESSAGE": "Kunde inte ansluta till Woot Server, försök igen senare"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Radera",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook har tagits bort",
|
|
"ERROR_MESSAGE": "Kunde inte ansluta till Woot Server, försök igen senare"
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Bekräfta borttagning",
|
|
"MESSAGE": "Är du säker på att ta bort ",
|
|
"YES": "Ja, ta bort ",
|
|
"NO": "Nej, behåll"
|
|
}
|
|
}
|
|
},
|
|
"SLACK": {
|
|
"HELP_TEXT": {
|
|
"TITLE": "Using Slack Integration",
|
|
"BODY": "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Radera",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Integrationen har tagits bort"
|
|
}
|
|
},
|
|
"CONNECT": {
|
|
"BUTTON_TEXT": "Anslut"
|
|
}
|
|
}
|
|
}
|