Chatwoot/app/javascript/dashboard/i18n/locale/fi/integrations.json
Sojan Jose 07a422219a
chore: New translation updates (#2533)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2021-06-29 18:12:33 +05:30

85 lines
3.9 KiB
JSON

{
"INTEGRATION_SETTINGS": {
"HEADER": "Integraatiot",
"WEBHOOK": {
"TITLE": "Webhook",
"CONFIGURE": "Määrittele",
"HEADER": "Webhook-asetukset",
"HEADER_BTN_TXT": "Lisää uusi webhook",
"LOADING": "Haetaan liitettyjä webhookeja",
"SEARCH_404": "Tätä hakua vastaavia kohteita ei löydy",
"SIDEBAR_TXT": "<p><b>Webhookit</b> </p> <p>Webhookit ovat HTTP-kutsuja, jotka voidaan määritellä jokaiselle tilille. Ne laukaisevat tapahtumia, kuten viestin luonti Chatwootissa. Voit luoda useamman kuin yhden webhookin tälle tilille. <br /><br /> Luodaksesi <b>webhookiin</b>, napsauta <b>Lisää uusi Webhook</b> -painiketta. Voit myös poistaa minkä tahansa olemassa olevan Webhookiin klikkaamalla Poista -painiketta.</p>",
"LIST": {
"404": "Tälle tilille ei ole määritetty webhookeja.",
"TITLE": "Hallitse webhookeja",
"TABLE_HEADER": [
"Webhookin päätepiste",
"Toiminnot"
]
},
"EDIT": {
"BUTTON_TEXT": "Muokkaa",
"TITLE": "Edit webhook",
"CANCEL": "Peruuta",
"DESC": "Webhook-tapahtumat antavat sinulle reaaliaikaista tietoa siitä, mitä Chatwot-tililläsi tapahtuu. Syötä kelvollinen URL-osoite, jotta voit määrittää callbackin.",
"FORM": {
"END_POINT": {
"LABEL": "Webhookin URL",
"PLACEHOLDER": "Esimerkki: https://example/api/webhook",
"ERROR": "Anna kelvollinen URL-osoite"
},
"SUBMIT": "Edit webhook"
},
"API": {
"SUCCESS_MESSAGE": "Webhook URL updated successfully",
"ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen"
}
},
"ADD": {
"CANCEL": "Peruuta",
"TITLE": "Lisää uusi webhook",
"DESC": "Webhook-tapahtumat antavat sinulle reaaliaikaista tietoa siitä, mitä Chatwot-tililläsi tapahtuu. Syötä kelvollinen URL-osoite, jotta voit määrittää callbackin.",
"FORM": {
"END_POINT": {
"LABEL": "Webhookin URL",
"PLACEHOLDER": "Esimerkki: https://example/api/webhook",
"ERROR": "Anna kelvollinen URL-osoite"
},
"SUBMIT": "Luo webhook"
},
"API": {
"SUCCESS_MESSAGE": "Webhook lisätty onnistuneesti",
"ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen"
}
},
"DELETE": {
"BUTTON_TEXT": "Poista",
"API": {
"SUCCESS_MESSAGE": "Webhook poistettu onnistuneesti",
"ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen"
},
"CONFIRM": {
"TITLE": "Vahvista poistaminen",
"MESSAGE": "Oletko varma että haluat poistaa ",
"YES": "Kyllä, poista ",
"NO": "Ei, säilytä"
}
}
},
"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": "Poista",
"API": {
"SUCCESS_MESSAGE": "Integrointi poistettu onnistuneesti"
}
},
"CONNECT": {
"BUTTON_TEXT": "Yhdistä"
}
}
}