From a5ceddc454efe56a0837053bd8ad1e6b970e4270 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Tue, 1 Dec 2020 13:15:17 +0530 Subject: [PATCH] chore: Enable Czech(cs), Turkish(tr), update translations (#1466) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Pranav Raj Sreepuram Co-authored-by: Алексей Чертановский Co-authored-by: canbaran011 Co-authored-by: Jonáš Loskot (Fjuro) Co-authored-by: wanhai huang Co-authored-by: Matt (duartemvix) Co-authored-by: chinyaev Co-authored-by: Karl Marx (taylanguney) --- .../dashboard/i18n/locale/cs/agentMgmt.json | 2 +- .../dashboard/i18n/locale/cs/cannedMgmt.json | 2 +- .../dashboard/i18n/locale/cs/chatlist.json | 6 +- .../dashboard/i18n/locale/cs/contact.json | 92 +++--- .../i18n/locale/cs/conversation.json | 36 +-- .../i18n/locale/cs/generalSettings.json | 18 +- .../dashboard/i18n/locale/cs/inboxMgmt.json | 26 +- .../dashboard/i18n/locale/cs/labelsMgmt.json | 2 +- .../dashboard/i18n/locale/es/agentMgmt.json | 34 +-- .../dashboard/i18n/locale/es/cannedMgmt.json | 10 +- .../dashboard/i18n/locale/es/chatlist.json | 16 +- .../dashboard/i18n/locale/es/contact.json | 23 +- .../i18n/locale/es/conversation.json | 29 +- .../i18n/locale/es/generalSettings.json | 10 +- .../dashboard/i18n/locale/es/inboxMgmt.json | 46 +-- .../i18n/locale/es/integrations.json | 10 +- .../dashboard/i18n/locale/es/login.json | 4 +- .../dashboard/i18n/locale/es/report.json | 2 +- .../i18n/locale/es/resetPassword.json | 4 +- .../i18n/locale/es/setNewPassword.json | 2 +- .../dashboard/i18n/locale/es/settings.json | 11 +- .../dashboard/i18n/locale/es/signup.json | 6 +- .../dashboard/i18n/locale/pt_BR/contact.json | 34 +-- .../i18n/locale/pt_BR/generalSettings.json | 4 +- .../dashboard/i18n/locale/pt_BR/settings.json | 6 +- .../dashboard/i18n/locale/ru/contact.json | 18 +- .../i18n/locale/ru/conversation.json | 8 +- .../i18n/locale/ru/generalSettings.json | 4 +- .../dashboard/i18n/locale/ru/inboxMgmt.json | 6 +- .../dashboard/i18n/locale/ru/settings.json | 6 +- .../dashboard/i18n/locale/tr/agentMgmt.json | 96 +++---- .../dashboard/i18n/locale/tr/cannedMgmt.json | 84 +++--- .../dashboard/i18n/locale/tr/chatlist.json | 44 +-- .../dashboard/i18n/locale/tr/contact.json | 132 ++++----- .../i18n/locale/tr/conversation.json | 90 +++--- .../i18n/locale/tr/generalSettings.json | 40 +-- .../dashboard/i18n/locale/tr/inboxMgmt.json | 272 +++++++++--------- .../i18n/locale/tr/integrations.json | 66 ++--- .../dashboard/i18n/locale/tr/labelsMgmt.json | 72 ++--- .../dashboard/i18n/locale/tr/login.json | 22 +- .../dashboard/i18n/locale/tr/report.json | 34 +-- .../i18n/locale/tr/resetPassword.json | 14 +- .../i18n/locale/tr/setNewPassword.json | 20 +- .../dashboard/i18n/locale/tr/settings.json | 164 +++++------ .../dashboard/i18n/locale/tr/signup.json | 36 +-- .../dashboard/i18n/locale/tr/webhooks.json | 2 +- app/javascript/widget/i18n/locale/pt_BR.json | 12 +- app/javascript/widget/i18n/locale/tr.json | 30 +- config/initializers/languages.rb | 4 +- config/locales/ar.yml | 7 + config/locales/ca.yml | 7 + config/locales/cs.yml | 7 + config/locales/da.yml | 7 + config/locales/de.yml | 7 + config/locales/devise.tr.yml | 86 +++--- config/locales/el.yml | 7 + config/locales/es.yml | 7 + config/locales/fa.yml | 7 + config/locales/fi.yml | 7 + config/locales/fr.yml | 7 + config/locales/hi.yml | 7 + config/locales/hu.yml | 7 + config/locales/it.yml | 7 + config/locales/ja.yml | 7 + config/locales/ko.yml | 7 + config/locales/ml.yml | 9 +- config/locales/nl.yml | 7 + config/locales/pl.yml | 7 + config/locales/pt.yml | 7 + config/locales/pt_BR.yml | 19 +- config/locales/ro.yml | 7 + config/locales/ru.yml | 11 +- config/locales/sk.yml | 7 + config/locales/sv.yml | 7 + config/locales/ta.yml | 7 + config/locales/th.yml | 7 + config/locales/tr.yml | 51 ++-- config/locales/uk.yml | 7 + config/locales/vi.yml | 7 + config/locales/zh_CN.yml | 7 + config/locales/zh_TW.yml | 7 + 81 files changed, 1155 insertions(+), 921 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json b/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json index 0585a5aed..27a254d85 100644 --- a/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json @@ -55,7 +55,7 @@ "TITLE": "Potvrdit odstranění", "MESSAGE": "Opravdu chcete odstranit ", "YES": "Ano, odstranit ", - "NO": "No, Keep " + "NO": "Ne, zachovat " } }, "EDIT": { diff --git a/app/javascript/dashboard/i18n/locale/cs/cannedMgmt.json b/app/javascript/dashboard/i18n/locale/cs/cannedMgmt.json index 47c0ae5e7..581320777 100644 --- a/app/javascript/dashboard/i18n/locale/cs/cannedMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/cannedMgmt.json @@ -69,7 +69,7 @@ "TITLE": "Potvrdit odstranění", "MESSAGE": "Opravdu chcete odstranit ", "YES": "Ano, odstranit ", - "NO": "No, Keep " + "NO": "Ne, zachovat " } } } diff --git a/app/javascript/dashboard/i18n/locale/cs/chatlist.json b/app/javascript/dashboard/i18n/locale/cs/chatlist.json index 7b5600e67..edbd83ecb 100644 --- a/app/javascript/dashboard/i18n/locale/cs/chatlist.json +++ b/app/javascript/dashboard/i18n/locale/cs/chatlist.json @@ -77,8 +77,8 @@ "CONTENT": "sdílel URL" } }, - "RECEIVED_VIA_EMAIL": "Received via email", - "VIEW_TWEET_IN_TWITTER": "View tweet in Twitter", - "REPLY_TO_TWEET": "Reply to this tweet" + "RECEIVED_VIA_EMAIL": "Obdrženo e-mailem", + "VIEW_TWEET_IN_TWITTER": "Zobrazit tweet na Twitteru", + "REPLY_TO_TWEET": "Odpovědět na tento tweet" } } diff --git a/app/javascript/dashboard/i18n/locale/cs/contact.json b/app/javascript/dashboard/i18n/locale/cs/contact.json index db0a708f0..19f01f6ef 100644 --- a/app/javascript/dashboard/i18n/locale/cs/contact.json +++ b/app/javascript/dashboard/i18n/locale/cs/contact.json @@ -1,10 +1,10 @@ { "CONTACT_PANEL": { - "NOT_AVAILABLE": "Not Available", + "NOT_AVAILABLE": "Nedostupné", "EMAIL_ADDRESS": "E-mailová adresa", "PHONE_NUMBER": "Telefonní číslo", - "COPY_SUCCESSFUL": "Copied to clipboard successfully", - "COMPANY": "Company", + "COPY_SUCCESSFUL": "Úspěšně zkopírováno do schránky", + "COMPANY": "Společnost", "LOCATION": "Poloha", "CONVERSATION_TITLE": "Podrobnosti konverzace", "BROWSER": "Prohlížeč", @@ -16,98 +16,98 @@ "TITLE": "Předchozí konverzace" }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" + "TITLE": "Vlastní atributy" }, "LABELS": { "TITLE": "Štítky konverzace", "MODAL": { - "TITLE": "Labels for", - "ACTIVE_LABELS": "Labels added to the conversation", - "INACTIVE_LABELS": "Labels available in the account", - "REMOVE": "Click on X icon to remove the label", - "ADD": "Click on + icon to add the label", - "UPDATE_BUTTON": "Update labels", - "UPDATE_ERROR": "Couldn't update labels, try again." + "TITLE": "Štítky pro", + "ACTIVE_LABELS": "Štítky přidány do konverzace", + "INACTIVE_LABELS": "Štítky dostupné v účtu", + "REMOVE": "Kliknutím na ikonu X odstraníte štítek", + "ADD": "Kliknutím na ikonu + přidáte štítek", + "UPDATE_BUTTON": "Aktualizovat štítky", + "UPDATE_ERROR": "Nelze aktualizovat štítky, zkuste to znovu." }, - "NO_LABELS_TO_ADD": "There are no more labels defined in the account.", - "NO_AVAILABLE_LABELS": "There are no labels added to this conversation." + "NO_LABELS_TO_ADD": "V účtu nejsou definovány žádné další štítky.", + "NO_AVAILABLE_LABELS": "Do této konverzace nebyly přidány žádné štítky." }, - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", - "SEND_TRANSCRIPT": "Send Transcript", + "MUTE_CONTACT": "Ztlumit konverzaci", + "UNMUTE_CONTACT": "Zrušit ztlumení konverzace", + "MUTED_SUCCESS": "Tato konverzace je ztlumena na 6 hodin", + "UNMUTED_SUCCESS": "Tato konverzace je odtlumena", + "SEND_TRANSCRIPT": "Poslat přepis", "EDIT_LABEL": "Upravit" }, "EDIT_CONTACT": { - "BUTTON_LABEL": "Edit Contact", - "TITLE": "Edit contact", - "DESC": "Edit contact details", + "BUTTON_LABEL": "Upravit kontakt", + "TITLE": "Upravit kontakt", + "DESC": "Upravit kontaktní údaje", "FORM": { "SUBMIT": "Odeslat", "CANCEL": "Zrušit", "AVATAR": { - "LABEL": "Contact Avatar" + "LABEL": "Avatar kontaktu" }, "NAME": { - "PLACEHOLDER": "Enter the full name of the contact", - "LABEL": "Full Name" + "PLACEHOLDER": "Zadejte celé jméno kontaktu", + "LABEL": "Celé jméno" }, "BIO": { - "PLACEHOLDER": "Enter the bio of the contact", + "PLACEHOLDER": "Zadejte bio kontaktu", "LABEL": "Bio" }, "EMAIL_ADDRESS": { - "PLACEHOLDER": "Enter the email address of the contact", + "PLACEHOLDER": "Zadejte e-mailovou adresu kontaktu", "LABEL": "E-mailová adresa" }, "PHONE_NUMBER": { - "PLACEHOLDER": "Enter the phone number of the contact", - "LABEL": "Phone Number" + "PLACEHOLDER": "Zadejte telefonní číslo kontaktu", + "LABEL": "Telefonní číslo" }, "LOCATION": { - "PLACEHOLDER": "Enter the location of the contact", + "PLACEHOLDER": "Zadejte lokaci kontaktu", "LABEL": "Poloha" }, "COMPANY_NAME": { - "PLACEHOLDER": "Enter the company name", - "LABEL": "Company Name" + "PLACEHOLDER": "Zadejte název společnosti", + "LABEL": "Název společnosti" }, "SOCIAL_PROFILES": { "FACEBOOK": { - "PLACEHOLDER": "Enter the Facebook username", + "PLACEHOLDER": "Zadejte uživatelské jméno na Facebooku", "LABEL": "Facebook" }, "TWITTER": { - "PLACEHOLDER": "Enter the Twitter username", + "PLACEHOLDER": "Zadejte uživatelské jméno na Twitteru", "LABEL": "Twitter" }, "LINKEDIN": { - "PLACEHOLDER": "Enter the LinkedIn username", + "PLACEHOLDER": "Zadejte uživatelské jméno na LinkedInu", "LABEL": "LinkedIn" }, "GITHUB": { - "PLACEHOLDER": "Enter the Github username", - "LABEL": "Github" + "PLACEHOLDER": "Zadejte uživatelské jméno na GitHubu", + "LABEL": "GitHub" } } }, - "SUCCESS_MESSAGE": "Updated contact successfully", - "CONTACT_ALREADY_EXIST": "This email address is in use for another contact.", - "ERROR_MESSAGE": "There was an error updating the contact, please try again" + "SUCCESS_MESSAGE": "Kontakt byl úspěšně aktualizován", + "CONTACT_ALREADY_EXIST": "Tuto e-mailovou adresu již používá jiný kontakt.", + "ERROR_MESSAGE": "Při aktualizaci kontaktu se vyskytla chyba, zkuste to prosím znovu" }, "CONTACTS_PAGE": { - "HEADER": "Contacts", - "SEARCH_BUTTON": "Search", - "SEARCH_INPUT_PLACEHOLDER": "Search for contacts", + "HEADER": "Kontakty", + "SEARCH_BUTTON": "Hledat", + "SEARCH_INPUT_PLACEHOLDER": "Hledat kontakty", "LIST": { - "LOADING_MESSAGE": "Loading contacts...", - "404": "No contacts matches your search 🔍", + "LOADING_MESSAGE": "Načítání kontaktů...", + "404": "Vašemu hledání neodpovídají žádné kontakty 🔍", "TABLE_HEADER": [ "Název", - "Phone Number", + "Telefonní číslo", "Konverzace", - "Last Contacted" + "Naposledy kontaktováno" ] } } diff --git a/app/javascript/dashboard/i18n/locale/cs/conversation.json b/app/javascript/dashboard/i18n/locale/cs/conversation.json index 9777b68f4..501811f72 100644 --- a/app/javascript/dashboard/i18n/locale/cs/conversation.json +++ b/app/javascript/dashboard/i18n/locale/cs/conversation.json @@ -6,21 +6,21 @@ "NO_INBOX_1": "Hola! Zdá se, že jste ještě nepřidali žádné schránky.", "NO_INBOX_2": " začít", "NO_INBOX_AGENT": "Uh Oh! Vypadá to, že nejste součástí žádné schránky. Obraťte se na správce", - "SEARCH_MESSAGES": "Search for messages in conversations", + "SEARCH_MESSAGES": "Hledat zprávy v konverzacích", "SEARCH": { - "TITLE": "Search messages", - "LOADING_MESSAGE": "Crunching data...", - "PLACEHOLDER": "Type any text to search messages", - "NO_MATCHING_RESULTS": "There are no messages matching the search parameters." + "TITLE": "Hledat zprávy", + "LOADING_MESSAGE": "Načítám data...", + "PLACEHOLDER": "Zadejte jakýkoli text k hledání", + "NO_MATCHING_RESULTS": "Vašemu vyhledávání neodpovídají žádné zprávy." }, "CLICK_HERE": "Klikněte zde", "LOADING_INBOXES": "Načítání krabic", "LOADING_CONVERSATIONS": "Načítání konverzací", - "CANNOT_REPLY": "You cannot reply due to", - "24_HOURS_WINDOW": "24 hour message window restriction", - "LAST_INCOMING_TWEET": "You are replying to the last incoming tweet", - "REPLYING_TO": "You are replying to:", - "REMOVE_SELECTION": "Remove Selection", + "CANNOT_REPLY": "Nemůžete odpovědět z důvodu", + "24_HOURS_WINDOW": "24 hodinové omezení okna", + "LAST_INCOMING_TWEET": "Odpovídáte na poslední příchozí tweet", + "REPLYING_TO": "Odpovídáte uživateli:", + "REMOVE_SELECTION": "Odstranit výběr", "DOWNLOAD": "Stáhnout", "HEADER": { "RESOLVE_ACTION": "Vyřešit", @@ -45,18 +45,18 @@ "CHANGE_AGENT": "Konverzace pověřená osoba změněna" }, "EMAIL_TRANSCRIPT": { - "TITLE": "Send conversation transcript", - "DESC": "Send a copy of the conversation transcript to the specified email address", + "TITLE": "Poslat přepis konverzace", + "DESC": "Poslat kopii přepisu konverzace na zadanou e-mailovou adresu", "SUBMIT": "Odeslat", "CANCEL": "Zrušit", - "SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully", - "SEND_EMAIL_ERROR": "There was an error, please try again", + "SEND_EMAIL_SUCCESS": "Přepis chatu byl úspěšně odeslán", + "SEND_EMAIL_ERROR": "Došlo k chybě, zkuste to prosím znovu", "FORM": { - "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", - "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", + "SEND_TO_CONTACT": "Poslat přepis zákazníkovi", + "SEND_TO_AGENT": "Poslat přepis přiřazeného agenta", + "SEND_TO_OTHER_EMAIL_ADDRESS": "Poslat přepis na jinou e-mailovou adresu", "EMAIL": { - "PLACEHOLDER": "Enter an email address", + "PLACEHOLDER": "Zadejte e-mailovou adresu", "ERROR": "Zadejte prosím platnou e-mailovou adresu" } } diff --git a/app/javascript/dashboard/i18n/locale/cs/generalSettings.json b/app/javascript/dashboard/i18n/locale/cs/generalSettings.json index 3789fb016..f690ebb29 100644 --- a/app/javascript/dashboard/i18n/locale/cs/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/cs/generalSettings.json @@ -2,7 +2,7 @@ "GENERAL_SETTINGS": { "TITLE": "Nastavení účtu", "SUBMIT": "Aktualizovat nastavení", - "BACK": "Back", + "BACK": "Zpět", "UPDATE": { "ERROR": "Nelze aktualizovat nastavení, zkuste to znovu!", "SUCCESS": "Nastavení účtu bylo úspěšně aktualizováno" @@ -24,23 +24,23 @@ "ERROR": "" }, "DOMAIN": { - "LABEL": "Incoming Email Domain", - "PLACEHOLDER": "The domain where you will receive the emails", + "LABEL": "Doména příchozích e-mailů", + "PLACEHOLDER": "Doména, na které přijímáte e-maily", "ERROR": "" }, "SUPPORT_EMAIL": { - "LABEL": "Support Email", - "PLACEHOLDER": "Your company's support email", + "LABEL": "E-mail podpory", + "PLACEHOLDER": "E-mail podpory vaší společnosti", "ERROR": "" }, "AUTO_RESOLVE_DURATION": { - "LABEL": "Number of days after a ticket should auto resolve if there is no activity", + "LABEL": "Počet dnů, po kterých by měl být ticket automaticky vyřešen při žádné aktivitě", "PLACEHOLDER": "30", - "ERROR": "Please enter a valid auto resolve duration (minimum 1 day)" + "ERROR": "Zadejte platnou hodnotu automatického vyřešení (minimálně 1 den)" }, "FEATURES": { - "INBOUND_EMAIL_ENABLED": "Conversation continuity with emails is enabled for your account.", - "CUSTOM_EMAIL_DOMAIN_ENABLED": "You can receive emails in your custom domain now." + "INBOUND_EMAIL_ENABLED": "E-mailová konverzace je u vašeho účtu povolena.", + "CUSTOM_EMAIL_DOMAIN_ENABLED": "Nyní můžete přijímat e-maily na vaši vlastní doménu." } } } diff --git a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json index d468c12f6..db7b1f596 100644 --- a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json @@ -30,12 +30,12 @@ "ADD": { "FB": { "HELP": "PS: Přihlášením získáme přístup pouze ke zprávám vaší stránky. Vaše soukromé zprávy nikdy nemohou být přístupné Chatwoot.", - "CHOOSE_PAGE": "Choose Page", - "CHOOSE_PLACEHOLDER": "Select a page from the list", - "INBOX_NAME": "Inbox Name", - "ADD_NAME": "Add a name for your inbox", - "PICK_NAME": "Pick A Name Your Inbox", - "PICK_A_VALUE": "Pick a value" + "CHOOSE_PAGE": "Vybrat stránku", + "CHOOSE_PLACEHOLDER": "Vyberte stránku ze seznamu", + "INBOX_NAME": "Název schránky", + "ADD_NAME": "Zadejte název schránky", + "PICK_NAME": "Vyberte název schránky", + "PICK_A_VALUE": "Vyberte hodnotu" }, "TWITTER": { "HELP": "Chcete-li přidat svůj Twitter profil jako kanál, musíte ověřit svůj Twitter profil kliknutím na tlačítko 'Přihlásit se přes Twitter' " @@ -45,7 +45,7 @@ "DESC": "Vytvořte si kanál pro vaše webové stránky a začněte podporovat své zákazníky prostřednictvím našeho widgetu.", "LOADING_MESSAGE": "Vytváření podpůrného kanálu webových stránek", "CHANNEL_AVATAR": { - "LABEL": "Channel Avatar" + "LABEL": "Avatar kanálu" }, "CHANNEL_NAME": { "LABEL": "Název webu", @@ -64,17 +64,17 @@ "PLACEHOLDER": "Snadno se s námi spojujeme. Požádejte nás o cokoliv, nebo sdílejte svou zpětnou vazbu." }, "CHANNEL_GREETING_MESSAGE": { - "LABEL": "Channel greeting message", - "PLACEHOLDER": "Acme Inc typically replies in a few hours." + "LABEL": "Pozdrav", + "PLACEHOLDER": "Acme Inc obvykle odpovídá do několika hodin." }, "CHANNEL_GREETING_TOGGLE": { - "LABEL": "Enable channel greeting", - "HELP_TEXT": "Send a greeting message to the user when he starts the conversation.", + "LABEL": "Povolit uvítání", + "HELP_TEXT": "Poslat uvítací zprávu uživateli, když začne konverzaci.", "ENABLED": "Povoleno", "DISABLED": "Zakázáno" }, "REPLY_TIME": { - "TITLE": "Set Reply time", + "TITLE": "Nastavit čas odpovědi", "IN_A_FEW_MINUTES": "In a few minutes", "IN_A_FEW_HOURS": "In a few hours", "IN_A_DAY": "In a day", @@ -212,7 +212,7 @@ "TITLE": "Potvrdit odstranění", "MESSAGE": "Opravdu chcete odstranit ", "YES": "Ano, odstranit ", - "NO": "No, Keep " + "NO": "Ne, zachovat " }, "API": { "SUCCESS_MESSAGE": "Doručená pošta byla úspěšně smazána", diff --git a/app/javascript/dashboard/i18n/locale/cs/labelsMgmt.json b/app/javascript/dashboard/i18n/locale/cs/labelsMgmt.json index 41ef54d62..5e176d392 100644 --- a/app/javascript/dashboard/i18n/locale/cs/labelsMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/labelsMgmt.json @@ -61,7 +61,7 @@ "TITLE": "Potvrdit odstranění", "MESSAGE": "Opravdu chcete odstranit ", "YES": "Ano, odstranit ", - "NO": "No, Keep " + "NO": "Ne, zachovat " } } } diff --git a/app/javascript/dashboard/i18n/locale/es/agentMgmt.json b/app/javascript/dashboard/i18n/locale/es/agentMgmt.json index 103904a05..0aeecb916 100644 --- a/app/javascript/dashboard/i18n/locale/es/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/agentMgmt.json @@ -10,8 +10,8 @@ }, "LIST": { "404": "No hay agentes asociados a esta cuenta", - "TITLE": "Administrar agentes en su equipo", - "DESC": "Puede añadir/eliminar agentes a/de su equipo.", + "TITLE": "Administrar agentes en tu equipo", + "DESC": "Puedes añadir/eliminar agentes a/en tu equipo.", "NAME": "Nombre", "EMAIL": "Correo electrónico", "STATUS": "Estado", @@ -20,36 +20,36 @@ "VERIFICATION_PENDING": "Verificación pendiente" }, "ADD": { - "TITLE": "Añadir agente a su equipo", - "DESC": "Puede añadir personas que podrán manejar el soporte para sus bandejas de entrada.", + "TITLE": "Añadir agente a tu equipo", + "DESC": "Puedes añadir personas que podrán manejar el soporte para tus bandejas de entrada.", "CANCEL_BUTTON_TEXT": "Cancelar", "FORM": { "NAME": { "LABEL": "Nombre del agente", - "PLACEHOLDER": "Introduzca el nombre del agente" + "PLACEHOLDER": "Introduce el nombre del agente" }, "AGENT_TYPE": { "LABEL": "Tipo de agente", - "PLACEHOLDER": "Seleccione un tipo", - "ERROR": "El tipo de agente es obligatorio" + "PLACEHOLDER": "Por favor, seleccione un rol", + "ERROR": "Rol es requerido" }, "EMAIL": { "LABEL": "Dirección de correo", - "PLACEHOLDER": "Por favor, introduzca la dirección de correo electrónico del agente" + "PLACEHOLDER": "Por favor, introduzca una dirección de correo electrónico del agente" }, "SUBMIT": "Añadir agente" }, "API": { "SUCCESS_MESSAGE": "Agente añadido correctamente", "EXIST_MESSAGE": "El correo electrónico del agente ya está en uso, por favor intente otra dirección de correo electrónico", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" } }, "DELETE": { "BUTTON_TEXT": "Eliminar", "API": { "SUCCESS_MESSAGE": "Agente eliminado correctamente", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" }, "CONFIRM": { "TITLE": "Confirmar eliminación", @@ -63,16 +63,16 @@ "FORM": { "NAME": { "LABEL": "Nombre del agente", - "PLACEHOLDER": "Por favor, introduzca el nombre del agente" + "PLACEHOLDER": "Por favor, introduzca un nombre del agente" }, "AGENT_TYPE": { "LABEL": "Tipo de agente", - "PLACEHOLDER": "Por favor, seleccione un tipo", - "ERROR": "El tipo de agente es obligatorio" + "PLACEHOLDER": "Por favor, seleccione un rol", + "ERROR": "Rol es requerido" }, "EMAIL": { "LABEL": "Dirección de email", - "PLACEHOLDER": "Por favor, introduzca la dirección de correo electrónico del agente" + "PLACEHOLDER": "Por favor, introduzca una dirección de correo electrónico del agente" }, "SUBMIT": "Editar agente" }, @@ -80,13 +80,13 @@ "CANCEL_BUTTON_TEXT": "Cancelar", "API": { "SUCCESS_MESSAGE": "Agente actualizado correctamente", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" }, "PASSWORD_RESET": { "ADMIN_RESET_BUTTON": "Restablecer contraseña", - "ADMIN_SUCCESS_MESSAGE": "Se ha enviado un correo electrónico con instrucciones para restablecer la contraseña del agente", + "ADMIN_SUCCESS_MESSAGE": "Se ha enviado un correo electrónico con instrucciones para restablecer la contraseña al agente", "SUCCESS_MESSAGE": "Contraseña del agente restablecida con éxito", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" } }, "SEARCH": { diff --git a/app/javascript/dashboard/i18n/locale/es/cannedMgmt.json b/app/javascript/dashboard/i18n/locale/es/cannedMgmt.json index 488130e3a..ecfdfb326 100644 --- a/app/javascript/dashboard/i18n/locale/es/cannedMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/cannedMgmt.json @@ -6,7 +6,7 @@ "SEARCH_404": "No hay elementos que coincidan con esta consulta", "SIDEBAR_TXT": "

Respuestas predefinidas

Respuestas predefinidas son plantillas de respuesta guardadas que pueden utilizarse para enviar rápidamente una respuesta a una conversación.

Para crear una respuesta predefinida, simplemente haga clic en Añadir respuesta predefinida. También puede editar o eliminar una respuesta predefinida haciendo clic en el botón Editar o Borrar

Las respuestas predefinidas se utilizan con la ayuda de Códigos cortos. Los agentes pueden acceder a las respuestas predefinidas mientras están en un chat escribiendo '/' seguido del código corto.

", "LIST": { - "404": "No hay respuestas predefinidas disponibles en esta cuenta.", + "404": "No hay respuestas enlatadas disponibles en esta cuenta.", "TITLE": "Administrar respuestas predefinidas", "DESC": "Las respuestas predefinidas son plantillas de respuesta predefinidas que se pueden utilizar para enviar rápidamente respuestas a los Tickets.", "TABLE_HEADER": [ @@ -17,7 +17,7 @@ }, "ADD": { "TITLE": "Añadir respuesta predefinida", - "DESC": "Las respuestas predefinidas son plantillas de respuesta guardadas que se pueden utilizar para enviar rápidamente la respuesta a la conversación.", + "DESC": "Las respuestas predefinidas son plantillas de respuesta guardadas que se pueden utilizar para enviar rápidamente la respuesta a la conversación .", "CANCEL_BUTTON_TEXT": "Cancelar", "FORM": { "SHORT_CODE": { @@ -34,7 +34,7 @@ }, "API": { "SUCCESS_MESSAGE": "Respuesta predefinida añadida correctamente", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" } }, "EDIT": { @@ -56,14 +56,14 @@ "BUTTON_TEXT": "Editar", "API": { "SUCCESS_MESSAGE": "Respuesta predefinida actualizada correctamente", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" } }, "DELETE": { "BUTTON_TEXT": "Eliminar", "API": { "SUCCESS_MESSAGE": "Respuesta predefinida eliminada correctamente", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" }, "CONFIRM": { "TITLE": "Confirmar eliminación", diff --git a/app/javascript/dashboard/i18n/locale/es/chatlist.json b/app/javascript/dashboard/i18n/locale/es/chatlist.json index 178cec12e..e9c9cd004 100644 --- a/app/javascript/dashboard/i18n/locale/es/chatlist.json +++ b/app/javascript/dashboard/i18n/locale/es/chatlist.json @@ -12,17 +12,17 @@ }, "STATUS_TABS": [ { - "NAME": "Abiertas", + "NAME": "Abrir", "KEY": "openCount" }, { - "NAME": "Resueltas", + "NAME": "Resuelto", "KEY": "allConvCount" } ], "ASSIGNEE_TYPE_TABS": [ { - "NAME": "Mías", + "NAME": "Mina", "KEY": "me", "COUNT_KEY": "mineCount" }, @@ -32,18 +32,18 @@ "COUNT_KEY": "unAssignedCount" }, { - "NAME": "Todas", + "NAME": "Todos", "KEY": "all", "COUNT_KEY": "allCount" } ], "CHAT_STATUS_ITEMS": [ { - "TEXT": "Abiertas", + "TEXT": "Abrir", "VALUE": "open" }, { - "TEXT": "Resueltas", + "TEXT": "Resuelto", "VALUE": "resolved" }, { @@ -78,7 +78,7 @@ } }, "RECEIVED_VIA_EMAIL": "Recibido por email", - "VIEW_TWEET_IN_TWITTER": "Ver trino en Twitter", - "REPLY_TO_TWEET": "Responder a éste trino" + "VIEW_TWEET_IN_TWITTER": "Ver tweet en Twitter", + "REPLY_TO_TWEET": "Responder a este tweet" } } diff --git a/app/javascript/dashboard/i18n/locale/es/contact.json b/app/javascript/dashboard/i18n/locale/es/contact.json index 6b8fd9653..70abd1de5 100644 --- a/app/javascript/dashboard/i18n/locale/es/contact.json +++ b/app/javascript/dashboard/i18n/locale/es/contact.json @@ -33,7 +33,7 @@ "NO_AVAILABLE_LABELS": "No hay etiquetas añadidas a esta conversación." }, "MUTE_CONTACT": "Silenciar Conversación", - "UNMUTE_CONTACT": "Cancelar silienciar Conversación", + "UNMUTE_CONTACT": "Dessilenciar conversación", "MUTED_SUCCESS": "Ésta conversación está silenciada por 6 horas", "UNMUTED_SUCCESS": "Ésta conversación ya no está silenciada", "SEND_TRANSCRIPT": "Enviar Transcripción", @@ -41,7 +41,7 @@ }, "EDIT_CONTACT": { "BUTTON_LABEL": "Editar Contacto", - "TITLE": "Editar contacto", + "TITLE": "Editar Contacto", "DESC": "Editar detalles del contacto", "FORM": { "SUBMIT": "Enviar", @@ -51,11 +51,11 @@ }, "NAME": { "PLACEHOLDER": "Escriba el nombre completo del contacto", - "LABEL": "Nombre" + "LABEL": "Nombre completo" }, "BIO": { "PLACEHOLDER": "Escriba la bio del contacto", - "LABEL": "Bio" + "LABEL": "Biografía" }, "EMAIL_ADDRESS": { "PLACEHOLDER": "Escriba la dirección email del contacto", @@ -95,5 +95,20 @@ "SUCCESS_MESSAGE": "El contacto se actualizó", "CONTACT_ALREADY_EXIST": "Ésta dirección de correo está siendo utilizada por otro contacto.", "ERROR_MESSAGE": "Se presento un error actualizando el contacto. Por favor inténtelo nuevamente" + }, + "CONTACTS_PAGE": { + "HEADER": "Contacts", + "SEARCH_BUTTON": "Search", + "SEARCH_INPUT_PLACEHOLDER": "Search for contacts", + "LIST": { + "LOADING_MESSAGE": "Loading contacts...", + "404": "No contacts matches your search 🔍", + "TABLE_HEADER": [ + "Nombre", + "Número telefónico", + "Conversaciones", + "Last Contacted" + ] + } } } diff --git a/app/javascript/dashboard/i18n/locale/es/conversation.json b/app/javascript/dashboard/i18n/locale/es/conversation.json index bc06a4a02..4488009df 100644 --- a/app/javascript/dashboard/i18n/locale/es/conversation.json +++ b/app/javascript/dashboard/i18n/locale/es/conversation.json @@ -1,19 +1,26 @@ { "CONVERSATION": { - "404": "Por favor, seleccione una conversación del panel izquierdo", - "NO_MESSAGE_1": "¡Oh oh! Parece que no hay mensajes de los clientes en su bandeja de entrada.", - "NO_MESSAGE_2": " para enviar un mensaje a su página!", - "NO_INBOX_1": "¡Hola! Parece que aún no ha añadido ninguna bandeja de entrada.", + "404": "Por favor, selecciona una conversación del panel izquierdo", + "NO_MESSAGE_1": "¡Oh oh! Parece que no hay mensajes de los clientes en tu bandeja de entrada.", + "NO_MESSAGE_2": " para enviar un mensaje a tu página!", + "NO_INBOX_1": "¡Hola! Parece que aún no has añadido ninguna bandeja de entrada.", "NO_INBOX_2": " para empezar", - "NO_INBOX_AGENT": "¡Oh Oh! Parece que no es parte de ninguna bandeja de entrada. Por favor, contacte con su administrador", - "CLICK_HERE": "Haga clic aquí", + "NO_INBOX_AGENT": "¡Uh Oh! Parece que no eres parte de ninguna bandeja de entrada. Por favor, contacta con tu administrador", + "SEARCH_MESSAGES": "Buscar mensajes en conversaciones", + "SEARCH": { + "TITLE": "Buscar mensajes", + "LOADING_MESSAGE": "Cruzando datos...", + "PLACEHOLDER": "Escriba cualquier texto para buscar mensajes", + "NO_MATCHING_RESULTS": "No hay mensajes que coincidan con los parámetros de búsqueda." + }, + "CLICK_HERE": "Haz clic aquí", "LOADING_INBOXES": "Cargando bandeja de entrada", "LOADING_CONVERSATIONS": "Cargando conversaciones", "CANNOT_REPLY": "No puede responder debido a", "24_HOURS_WINDOW": "Restricción de la ventana de mensajes de 24 horas", - "LAST_INCOMING_TWEET": "Esta respondiendo al último trino", + "LAST_INCOMING_TWEET": "Esta respondiendo al último tweet", "REPLYING_TO": "Esta respondiendo a:", - "REMOVE_SELECTION": "Quitar Selección", + "REMOVE_SELECTION": "Eliminar selección", "DOWNLOAD": "Descargar", "HEADER": { "RESOLVE_ACTION": "Resolver", @@ -23,7 +30,7 @@ "DETAILS": "detalles" }, "FOOTER": { - "MSG_INPUT": "Shift + enter para una nueva línea. Comience con '/' para seleccionar una respuesta predefinida.", + "MSG_INPUT": "Shift + enter for new line. Comience con '/' para seleccionar una respuesta predefinida.", "PRIVATE_MSG_INPUT": "Mayús + entrar para una nueva línea. Esto será visible sólo para los agentes" }, "REPLYBOX": { @@ -31,9 +38,9 @@ "PRIVATE_NOTE": "Nota privada", "SEND": "Enviar", "CREATE": "Añadir nota", - "TWEET": "Trino" + "TWEET": "Tweet" }, - "VISIBLE_TO_AGENTS": "Nota privada: solo visible para usted y su equipo", + "VISIBLE_TO_AGENTS": "Nota privada: solo visible para ti y tu equipo", "CHANGE_STATUS": "Estado de la conversación cambiado", "CHANGE_AGENT": "Conversación cambiada de asignatario" }, diff --git a/app/javascript/dashboard/i18n/locale/es/generalSettings.json b/app/javascript/dashboard/i18n/locale/es/generalSettings.json index ade73e3d7..cf87ce911 100644 --- a/app/javascript/dashboard/i18n/locale/es/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/es/generalSettings.json @@ -4,7 +4,7 @@ "SUBMIT": "Actualizar ajustes", "BACK": "Atrás", "UPDATE": { - "ERROR": "No se pudo actualizar la configuración, ¡inténtelo de nuevo!", + "ERROR": "No se pudo actualizar la configuración, ¡inténtalo de nuevo!", "SUCCESS": "Configuración de cuenta actualizada correctamente" }, "FORM": { @@ -15,12 +15,12 @@ }, "NAME": { "LABEL": "Nombre de cuenta", - "PLACEHOLDER": "Su nombre de cuenta", + "PLACEHOLDER": "Tu nombre de cuenta", "ERROR": "Por favor, introduzca un nombre de cuenta válido" }, "LANGUAGE": { "LABEL": "Idioma del sitio (Beta)", - "PLACEHOLDER": "Su nombre de cuenta", + "PLACEHOLDER": "Tu nombre de cuenta", "ERROR": "" }, "DOMAIN": { @@ -34,9 +34,9 @@ "ERROR": "" }, "AUTO_RESOLVE_DURATION": { - "LABEL": "Number of days after a ticket should auto resolve if there is no activity", + "LABEL": "Número de días después de que un ticket se resuelva automáticamente si no hay actividad", "PLACEHOLDER": "30", - "ERROR": "Please enter a valid auto resolve duration (minimum 1 day)" + "ERROR": "Por favor, introduzca una duración válida de resolución automática (mínimo 1 día)" }, "FEATURES": { "INBOUND_EMAIL_ENABLED": "Continuidad de la conversación con emails está habilitada para su cuenta.", diff --git a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json index da8a5f6cd..29005c9f8 100644 --- a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json @@ -14,7 +14,7 @@ { "title": "Crear bandeja de entrada", "route": "settings_inboxes_page_channel", - "body": "Autenticar su cuenta y crear una bandeja de entrada." + "body": "Autenticar tu cuenta y crear una bandeja de entrada." }, { "title": "Añadir agentes", @@ -29,7 +29,7 @@ ], "ADD": { "FB": { - "HELP": "PS: Al iniciar sesión, sólo tenemos acceso a los mensajes de su Página. Sus mensajes privados nunca pueden ser accedidos por Chatwoot.", + "HELP": "PS: Al iniciar sesión, sólo tenemos acceso a los mensajes de tu Página. Tus mensajes privados nunca pueden ser accedidos por Chatwoot.", "CHOOSE_PAGE": "Elegir página", "CHOOSE_PLACEHOLDER": "Seleccione una página de la lista", "INBOX_NAME": "Nombre de la bandeja de entrada", @@ -38,11 +38,11 @@ "PICK_A_VALUE": "Elija un valor" }, "TWITTER": { - "HELP": "Para añadir su perfil de Twitter como un canal, necesita autenticar su perfil de Twitter haciendo clic en 'Iniciar sesión con Twitter' " + "HELP": "Para añadir tu perfil de Twitter como un canal, necesitas autenticar tu perfil de Twitter haciendo clic en 'Iniciar sesión con Twitter' " }, "WEBSITE_CHANNEL": { "TITLE": "Canal del sitio web", - "DESC": "Cree un canal para su sitio web y comienze a apoyar a sus clientes a través de nuestro widget de sitio web.", + "DESC": "Cree un canal para su sitio web y comience a apoyar a sus clientes a través de nuestro widget de sitio web.", "LOADING_MESSAGE": "Creando Canal de Soporte al Sitio Web", "CHANNEL_AVATAR": { "LABEL": "Avatar del canal" @@ -61,7 +61,7 @@ }, "CHANNEL_WELCOME_TAGLINE": { "LABEL": "Bienvenido Tagline", - "PLACEHOLDER": "Facilitamos la conexión con nosotros. Pídanos cualquier cosa o comparta sus comentarios." + "PLACEHOLDER": "Facilitamos la conexión con nosotros. Pídanos cualquier cosa o comparte tus comentarios." }, "CHANNEL_GREETING_MESSAGE": { "LABEL": "Mensaje de bienvenida del canal", @@ -91,7 +91,7 @@ "DESC": "Integre Twilio y comienze a darle soporte a sus clientes a través de SMS o WhatsApp.", "ACCOUNT_SID": { "LABEL": "Cuenta SID", - "PLACEHOLDER": "Introduzca su SID de cuenta de Twilio", + "PLACEHOLDER": "Introduce tu SID de cuenta de Twilio", "ERROR": "Este campo es obligatorio" }, "CHANNEL_TYPE": { @@ -111,7 +111,7 @@ "PHONE_NUMBER": { "LABEL": "Número de teléfono", "PLACEHOLDER": "Por favor, introduzca el número de teléfono desde el que se enviará el mensaje.", - "ERROR": "Por favor, introduzca un valor válido. El número de teléfono debe comenzar con `+`." + "ERROR": "Por favor, introduzca un valor válido. El número de teléfono debe comenzar con la firma `+`." }, "API_CALLBACK": { "TITLE": "URL de devolución de llamada", @@ -119,7 +119,7 @@ }, "SUBMIT_BUTTON": "Crear Canal Twilio", "API": { - "ERROR_MESSAGE": "No pudimos autenticar credenciales de Twilio, por favor inténtelo de nuevo" + "ERROR_MESSAGE": "No pudimos autenticar credenciales de Twilio, por favor inténtalo de nuevo" } }, "API_CHANNEL": { @@ -165,33 +165,33 @@ }, "AGENTS": { "TITLE": "Agentes", - "DESC": "Aquí puede agregar agentes para administrar su recién creada bandeja de entrada. Sólo estos agentes seleccionados tendrán acceso a su bandeja de entrada. Los agentes que no forman parte de esta bandeja de entrada no podrán ver o responder a los mensajes de esta bandeja de entrada cuando inicien sesión.
PS: Como administrador, si necesita acceso a todas las bandejas, debe añadirze como agente a todas las bandejas de entrada que cree." + "DESC": "Aquí puede agregar agentes para administrar su recién creada bandeja de entrada. Sólo estos agentes seleccionados tendrán acceso a su bandeja de entrada. Los agentes que no forman parte de esta bandeja de entrada no podrán ver o responder a los mensajes de esta bandeja de entrada cuando inicien sesión.
PS: Como administrador, si necesita acceso a todas las bandejas, debes añadirte como agente a todas las bandejas de entrada que crees." }, "DETAILS": { "TITLE": "Detalles de la bandeja de entrada", - "DESC": "En el menú desplegable de abajo, seleccione la página de Facebook que quiere conectar a Chatwoot. También puede dar un nombre personalizado a su bandeja de entrada para una mejor identificación." + "DESC": "En el menú desplegable de abajo, selecciona la página de Facebook que quieres conectar a Chatwoot. También puede dar un nombre personalizado a su bandeja de entrada para una mejor identificación." }, "FINISH": { "TITLE": "¡Se ha clavado!", - "DESC": "Has terminado de integrar correctamente su página de Facebook con Chatwoot. La próxima vez que un cliente envíe un mensaje a su Página, la conversación aparecerá automáticamente en su bandeja de entrada.
También le estamos proporcionando un script de widget que puede agregar fácilmente a su sitio web. Una vez que esto esté en vivo en su sitio web, los clientes pueden enviarle mensajes directamente desde su sitio web sin la ayuda de ninguna herramienta externa y la conversación aparecerá aquí, en Chatwoot.
¿Genial, eh? Bueno, estamos seguros de que intentaremos serlo :)" + "DESC": "Has terminado de integrar correctamente tu página de Facebook con Chatwoot. La próxima vez que un cliente envíe un mensaje a tu Página, la conversación aparecerá automáticamente en tu bandeja de entrada.
También le estamos proporcionando un script de widget que puede agregar fácilmente a su sitio web. Una vez que esto está en vivo en tu sitio web, los clientes pueden enviarle mensajes directamente desde su sitio web sin la ayuda de ninguna herramienta externa y la conversación aparecerá aquí, en Chatwoot.
¿Genial, eh? Bueno, estamos seguros de que intentaremos ser :)" } }, "DETAILS": { - "LOADING_FB": "Autenticándolo con Facebook...", - "ERROR_FB_AUTH": "Algo salió mal, por favor actualize la página...", - "CREATING_CHANNEL": "Creando su bandeja de entrada...", + "LOADING_FB": "Autenticándote con Facebook...", + "ERROR_FB_AUTH": "Algo salió mal, Por favor actualiza la página...", + "CREATING_CHANNEL": "Creando tu bandeja de entrada...", "TITLE": "Configurar detalles de la Bandeja de Entrada", "DESC": "" }, "AGENTS": { "BUTTON_TEXT": "Añadir agentes", - "ADD_AGENTS": "Añadiendo agentes a su bandeja de entrada..." + "ADD_AGENTS": "Añadiendo agentes a tu bandeja de entrada..." }, "FINISH": { - "TITLE": "¡Su bandeja de entrada está lista!", - "MESSAGE": "Ahora puede colaborar con sus clientes a través de su nuevo canal. Feliz soporte ", - "BUTTON_TEXT": "Lléveme allí", - "WEBSITE_SUCCESS": "Ha terminado de crear un canal del sitio web. Copie el código que se muestra a continuación y pégelo en su sitio web. La próxima vez que un cliente use el chat en vivo, la conversación aparecerá automáticamente en su bandeja de entrada." + "TITLE": "¡Tu bandeja de entrada está lista!", + "MESSAGE": "Ahora puedes colaborar con tus clientes a través de tu nuevo canal. Feliz soporte ", + "BUTTON_TEXT": "Llévame allí", + "WEBSITE_SUCCESS": "Has terminado de crear un canal del sitio web. Copia el código que se muestra a continuación y pégalo en tu sitio web. La próxima vez que un cliente use el chat en vivo, la conversación aparecerá automáticamente en su bandeja de entrada." }, "REAUTH": "Reautorizar", "VIEW": "Ver", @@ -199,7 +199,7 @@ "API": { "SUCCESS_MESSAGE": "Configuración de bandeja de entrada actualizada correctamente", "AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Auto-asignación actualizada correctamente", - "ERROR_MESSAGE": "No se pudo actualizar el color del widget. Inténtelo de nuevo más tarde." + "ERROR_MESSAGE": "No se pudo actualizar el color del widget. Inténtalo de nuevo más tarde." }, "AUTO_ASSIGNMENT": { "ENABLED": "Activado", @@ -216,7 +216,7 @@ }, "API": { "SUCCESS_MESSAGE": "Bandeja de entrada eliminada correctamente", - "ERROR_MESSAGE": "No se pudo eliminar la bandeja de entrada. Inténtelo de nuevo más tarde." + "ERROR_MESSAGE": "No se pudo eliminar la bandeja de entrada. Inténtalo de nuevo más tarde." } }, "TABS": { @@ -232,13 +232,13 @@ }, "SETTINGS_POPUP": { "MESSENGER_HEADING": "Script de Messenger", - "MESSENGER_SUB_HEAD": "Coloque este botón dentro de la etiqueta body", + "MESSENGER_SUB_HEAD": "Coloca este botón dentro de tu etiqueta cuerpo", "INBOX_AGENTS": "Agentes", "INBOX_AGENTS_SUB_TEXT": "Añadir o quitar agentes de esta bandeja de entrada", "UPDATE": "Actualizar", "AUTO_ASSIGNMENT": "Activar asignación automática", "INBOX_UPDATE_TITLE": "Ajustes de la Bandeja de Entrada", - "INBOX_UPDATE_SUB_TEXT": "Actualizar la configuración de su bandeja de entrada", + "INBOX_UPDATE_SUB_TEXT": "Actualizar la configuración de tu bandeja de entrada", "AUTO_ASSIGNMENT_SUB_TEXT": "Activar o desactivar la asignación automática de nuevas conversaciones a los agentes añadidos a esta bandeja de entrada." }, "FACEBOOK_REAUTHORIZE": { diff --git a/app/javascript/dashboard/i18n/locale/es/integrations.json b/app/javascript/dashboard/i18n/locale/es/integrations.json index c48e0bad4..2b324551e 100644 --- a/app/javascript/dashboard/i18n/locale/es/integrations.json +++ b/app/javascript/dashboard/i18n/locale/es/integrations.json @@ -6,10 +6,10 @@ "CONFIGURE": "Configurar", "HEADER": "Configuración de Webhook", "HEADER_BTN_TXT": "Añadir nuevo webhook", - "INTEGRATION_TXT": "Los eventos Webhook proporcionan información en tiempo real sobre lo que está sucediendo en su cuenta de Chatwoot. Puede hacer uso de los webhooks para comunicar los eventos a sus aplicaciones favoritas como Slack o Github. Haga clic en Configurar para configurar sus webhooks.", + "INTEGRATION_TXT": "Los eventos Webhook le proporcionan la información en tiempo real sobre lo que está sucediendo en su cuenta de Chatwoot. Puede hacer uso de los webhooks para comunicar los eventos a sus aplicaciones favoritas como Slack o Github. Haga clic en Configurar para configurar sus webhooks.", "LOADING": "Obteniendo webhooks adjuntos", "SEARCH_404": "No hay elementos que coincidan con esta consulta", - "SIDEBAR_TXT": "

Webhooks

Webhooks son callbacks HTTP que se pueden definir para cada cuenta. Son activados por eventos como la creación de mensajes en Chatwoot. Puede crear más de un webhook para esta cuenta.

Para crear un webhook , Haga clic en el botón Añadir un nuevo webhook. También puede eliminar cualquier webhook existente haciendo clic en el botón Borrar.

", + "SIDEBAR_TXT": "

Webhooks

Webhooks son callbacks HTTP que se pueden definir para cada cuenta. Son activados por eventos como la creación de mensajes en Chatwoot. Puede crear más de un webhook para esta cuenta.

Para crear un webhook , haga clic en el Añadir un nuevo webhook botón. También puede eliminar cualquier webhook existente haciendo clic en el botón Borrar.

", "LIST": { "404": "No hay webhooks configurados para esta cuenta.", "TITLE": "Administrar webhooks", @@ -22,7 +22,7 @@ "ADD": { "CANCEL": "Cancelar", "TITLE": "Añadir nuevo webhook", - "DESC": "Los eventos Webhook proporcionan información en tiempo real sobre lo que está sucediendo en su cuenta de Chatwoot. Por favor, introduzca una URL válida para configurar un callback.", + "DESC": "Los eventos Webhook te proporcionan la información en tiempo real sobre lo que está sucediendo en tu cuenta de Chatwoot. Por favor, introduce una URL válida para configurar un callback.", "FORM": { "END_POINT": { "LABEL": "URL de Webhook", @@ -33,14 +33,14 @@ }, "API": { "SUCCESS_MESSAGE": "Webhook añadido correctamente", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" } }, "DELETE": { "BUTTON_TEXT": "Eliminar", "API": { "SUCCESS_MESSAGE": "Webhook eliminado correctamente", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" }, "CONFIRM": { "TITLE": "Confirmar eliminación", diff --git a/app/javascript/dashboard/i18n/locale/es/login.json b/app/javascript/dashboard/i18n/locale/es/login.json index 308966ba1..d4aa6f422 100644 --- a/app/javascript/dashboard/i18n/locale/es/login.json +++ b/app/javascript/dashboard/i18n/locale/es/login.json @@ -11,10 +11,10 @@ }, "API": { "SUCCESS_MESSAGE": "Inicio de sesión exitoso", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde", + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde", "UNAUTH": "Nombre de usuario / Contraseña incorrecto. Inténtelo de nuevo" }, - "FORGOT_PASSWORD": "¿Olvidó su contraseña?", + "FORGOT_PASSWORD": "¿Olvidaste tu contraseña?", "CREATE_NEW_ACCOUNT": "Crear nueva cuenta", "SUBMIT": "Iniciar sesión" } diff --git a/app/javascript/dashboard/i18n/locale/es/report.json b/app/javascript/dashboard/i18n/locale/es/report.json index c811314df..b67ac670d 100644 --- a/app/javascript/dashboard/i18n/locale/es/report.json +++ b/app/javascript/dashboard/i18n/locale/es/report.json @@ -2,7 +2,7 @@ "REPORT": { "HEADER": "Informes", "LOADING_CHART": "Cargando datos del gráfico...", - "NO_ENOUGH_DATA": "No hemos recibido suficientes puntos de datos para generar el informe. Inténtelo de nuevo más tarde.", + "NO_ENOUGH_DATA": "No hemos recibido suficientes puntos de datos para generar el informe. Inténtalo de nuevo más tarde.", "METRICS": { "CONVERSATIONS": { "NAME": "Conversaciones", diff --git a/app/javascript/dashboard/i18n/locale/es/resetPassword.json b/app/javascript/dashboard/i18n/locale/es/resetPassword.json index cab42b853..60ff9b8d4 100644 --- a/app/javascript/dashboard/i18n/locale/es/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/es/resetPassword.json @@ -7,8 +7,8 @@ "ERROR": "Por favor ingrese un email válido" }, "API": { - "SUCCESS_MESSAGE": "El enlace para restablecer la contraseña ha sido enviado a su correo electrónico", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "SUCCESS_MESSAGE": "El enlace para restablecer la contraseña ha sido enviado a tu correo electrónico", + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" }, "SUBMIT": "Enviar" } diff --git a/app/javascript/dashboard/i18n/locale/es/setNewPassword.json b/app/javascript/dashboard/i18n/locale/es/setNewPassword.json index 398a4d56a..3f5c29dc6 100644 --- a/app/javascript/dashboard/i18n/locale/es/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/es/setNewPassword.json @@ -13,7 +13,7 @@ }, "API": { "SUCCESS_MESSAGE": "Contraseña cambiada con éxito", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" }, "SUBMIT": "Enviar" } diff --git a/app/javascript/dashboard/i18n/locale/es/settings.json b/app/javascript/dashboard/i18n/locale/es/settings.json index 33d414947..dcf560b25 100644 --- a/app/javascript/dashboard/i18n/locale/es/settings.json +++ b/app/javascript/dashboard/i18n/locale/es/settings.json @@ -16,15 +16,15 @@ }, "PASSWORD_SECTION": { "TITLE": "Contraseña", - "NOTE": "Actualizar su contraseña restablecería sus entradas en varios dispositivos." + "NOTE": "Actualizar tu contraseña restablecería tus entradas en varios dispositivos." }, "ACCESS_TOKEN": { "TITLE": "Token de acceso", - "NOTE": "Este token puede ser usado si está construyendo una integración basada en API" + "NOTE": "Este token puede ser usado si estás construyendo una integración basada en API" }, "EMAIL_NOTIFICATIONS_SECTION": { "TITLE": "Notificaciones por email", - "NOTE": "Actualize sus preferencias de notificación por correo electrónico aquí", + "NOTE": "Actualiza tus preferencias de notificación por correo electrónico aquí", "CONVERSATION_ASSIGNMENT": "Enviar notificaciones por correo electrónico cuando se me ha asignado una conversación", "CONVERSATION_CREATION": "Enviar notificaciones por correo electrónico cuando se crea una nueva conversación", "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envirar notificaciones por correo electrónico cuando un nuevo mensaje es creado en una conversación asignada" @@ -47,7 +47,7 @@ }, "NAME": { "LABEL": "Su nombre completo", - "ERROR": "Introduzca un nombre válido por favor", + "ERROR": "Introduce un nombre válido por favor", "PLACEHOLDER": "Introduzca su nombre completo por favor" }, "DISPLAY_NAME": { @@ -64,7 +64,7 @@ ] }, "EMAIL": { - "LABEL": "Su dirección de correo", + "LABEL": "Tu dirección de correo", "ERROR": "Por favor, introduzca una dirección de correo válida", "PLACEHOLDER": "Por favor, introduzca su dirección de correo electrónico, esto se mostrará en las conversaciones" }, @@ -113,6 +113,7 @@ "SIDEBAR": { "CONVERSATIONS": "Conversaciones", "REPORTS": "Informes", + "CONTACTS": "Contacts (Beta)", "SETTINGS": "Ajustes", "HOME": "Inicio", "AGENTS": "Agentes", diff --git a/app/javascript/dashboard/i18n/locale/es/signup.json b/app/javascript/dashboard/i18n/locale/es/signup.json index f836a2403..a2e98b9a9 100644 --- a/app/javascript/dashboard/i18n/locale/es/signup.json +++ b/app/javascript/dashboard/i18n/locale/es/signup.json @@ -2,10 +2,10 @@ "REGISTER": { "TRY_WOOT": "Registrar una cuenta", "TITLE": "Registrarse", - "TERMS_ACCEPT": "Al registrarse, acepta nuestra T & C y nuestra política de privacidad", + "TERMS_ACCEPT": "Al registrarte, aceptas nuestra T & C y nuestra política de privacidad", "ACCOUNT_NAME": { "LABEL": "Nombre de cuenta", - "PLACEHOLDER": "Empresas Wayne", + "PLACEHOLDER": "Empresas de Wayne", "ERROR": "El nombre de la cuenta es demasiado corto" }, "EMAIL": { @@ -25,7 +25,7 @@ }, "API": { "SUCCESS_MESSAGE": "Registro Exitoso", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtelo de nuevo más tarde" + "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" }, "SUBMIT": "Enviar" } diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/contact.json b/app/javascript/dashboard/i18n/locale/pt_BR/contact.json index 48f3dbc39..edcb3aa36 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/contact.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/contact.json @@ -1,10 +1,10 @@ { "CONTACT_PANEL": { - "NOT_AVAILABLE": "Not Available", + "NOT_AVAILABLE": "Indisponível", "EMAIL_ADDRESS": "Endereço de e-mail", "PHONE_NUMBER": "Número de telefone", - "COPY_SUCCESSFUL": "Copied to clipboard successfully", - "COMPANY": "Company", + "COPY_SUCCESSFUL": "Copiado para área de transferência com sucesso", + "COMPANY": "Empresa", "LOCATION": "Localização", "CONVERSATION_TITLE": "Detalhes da conversa", "BROWSER": "Navegador", @@ -33,37 +33,37 @@ "NO_AVAILABLE_LABELS": "Não há rótulos adicionados a esta conversa." }, "MUTE_CONTACT": "Silenciar a conversa", - "UNMUTE_CONTACT": "Unmute Conversation", + "UNMUTE_CONTACT": "Reativar conversa", "MUTED_SUCCESS": "Esta conversa está silenciada por 6 horas", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "UNMUTED_SUCCESS": "Essa conversa está reativada", "SEND_TRANSCRIPT": "Enviar Transcrição", "EDIT_LABEL": "Alterar" }, "EDIT_CONTACT": { - "BUTTON_LABEL": "Edit Contact", - "TITLE": "Edit contact", - "DESC": "Edit contact details", + "BUTTON_LABEL": "Modificar Contato", + "TITLE": "Modificar contato", + "DESC": "Modificar detalhes do contato", "FORM": { "SUBMIT": "Enviar", "CANCEL": "Cancelar", "AVATAR": { - "LABEL": "Contact Avatar" + "LABEL": "Avatar do Contato" }, "NAME": { - "PLACEHOLDER": "Enter the full name of the contact", - "LABEL": "Full Name" + "PLACEHOLDER": "Insira o nome completo do contato", + "LABEL": "Nome Completo" }, "BIO": { - "PLACEHOLDER": "Enter the bio of the contact", - "LABEL": "Bio" + "PLACEHOLDER": "Insira a descrição do contato", + "LABEL": "Descrição" }, "EMAIL_ADDRESS": { - "PLACEHOLDER": "Enter the email address of the contact", + "PLACEHOLDER": "Insira o endereço de e-mail do contato", "LABEL": "Endereço de e-mail" }, "PHONE_NUMBER": { - "PLACEHOLDER": "Enter the phone number of the contact", - "LABEL": "Phone Number" + "PLACEHOLDER": "Adicione o número de telefone do contato", + "LABEL": "Número de Telefone" }, "LOCATION": { "PLACEHOLDER": "Enter the location of the contact", @@ -105,7 +105,7 @@ "404": "No contacts matches your search 🔍", "TABLE_HEADER": [ "Nome", - "Phone Number", + "Número de Telefone", "Conversas", "Last Contacted" ] diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json b/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json index 2659bf478..171090cfe 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json @@ -34,9 +34,9 @@ "ERROR": "" }, "AUTO_RESOLVE_DURATION": { - "LABEL": "Number of days after a ticket should auto resolve if there is no activity", + "LABEL": "Depois de quantos dias um ticket deve resolver a si mesmo caso não haja nenhuma atividade", "PLACEHOLDER": "30", - "ERROR": "Please enter a valid auto resolve duration (minimum 1 day)" + "ERROR": "Por favor insira um prazo válido até que seja considerado resolvido (mínimo 1 dia)" }, "FEATURES": { "INBOUND_EMAIL_ENABLED": "A continuidade das conversas com e-mails está ativada para sua conta.", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/settings.json b/app/javascript/dashboard/i18n/locale/pt_BR/settings.json index d26dd3fa1..8b948ff10 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/settings.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/settings.json @@ -27,7 +27,7 @@ "NOTE": "Atualize suas preferências de notificação por e-mail aqui", "CONVERSATION_ASSIGNMENT": "Enviar notificações por email quando uma conversa for atribuída a mim", "CONVERSATION_CREATION": "Enviar notificações por email quando uma nova conversa for criada", - "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in an assigned conversation" + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envie notificações por e-mail quando uma nova mensagem for criada numa conversa já atribuída" }, "API": { "UPDATE_SUCCESS": "Suas preferências de notificação foram atualizadas com sucesso", @@ -38,7 +38,7 @@ "NOTE": "Atualize suas preferências de notificação Push aqui", "CONVERSATION_ASSIGNMENT": "Enviar notificações push quando uma conversa é atribuída a mim", "CONVERSATION_CREATION": "Enviar notificações push quando uma nova conversa é criada", - "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in an assigned conversation", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envie notificações quando uma nova mensagem for criada numa conversa já atribuída", "HAS_ENABLED_PUSH": "Você ativou push para este navegador.", "REQUEST_PUSH": "Habilitar notificações push" }, @@ -113,7 +113,7 @@ "SIDEBAR": { "CONVERSATIONS": "Conversas", "REPORTS": "Relatórios", - "CONTACTS": "Contacts (Beta)", + "CONTACTS": "Contatos (Beta)", "SETTINGS": "Confirgurações", "HOME": "Principal", "AGENTS": "Agentes", diff --git a/app/javascript/dashboard/i18n/locale/ru/contact.json b/app/javascript/dashboard/i18n/locale/ru/contact.json index 9109d9767..25de77a85 100644 --- a/app/javascript/dashboard/i18n/locale/ru/contact.json +++ b/app/javascript/dashboard/i18n/locale/ru/contact.json @@ -3,7 +3,7 @@ "NOT_AVAILABLE": "Недоступен", "EMAIL_ADDRESS": "Email", "PHONE_NUMBER": "Номер телефона", - "COPY_SUCCESSFUL": "Copied to clipboard successfully", + "COPY_SUCCESSFUL": "Скопировано в буфер обмена", "COMPANY": "Компания", "LOCATION": "Местоположение", "CONVERSATION_TITLE": "Детали диалога", @@ -33,9 +33,9 @@ "NO_AVAILABLE_LABELS": "У диалога больше нет категорий." }, "MUTE_CONTACT": "Заглушить диалог", - "UNMUTE_CONTACT": "Unmute Conversation", + "UNMUTE_CONTACT": "Включить звук диалога", "MUTED_SUCCESS": "Этот диалог заглушен на 6 часов", - "UNMUTED_SUCCESS": "This conversation is unmuted", + "UNMUTED_SUCCESS": "Этот диалог включен", "SEND_TRANSCRIPT": "Отправить субтитры", "EDIT_LABEL": "Редактировать" }, @@ -97,17 +97,17 @@ "ERROR_MESSAGE": "При сохранении настроек произошла ошибка, пожалуйста, попробуйте еще раз" }, "CONTACTS_PAGE": { - "HEADER": "Contacts", - "SEARCH_BUTTON": "Search", - "SEARCH_INPUT_PLACEHOLDER": "Search for contacts", + "HEADER": "Контакты", + "SEARCH_BUTTON": "Поиск", + "SEARCH_INPUT_PLACEHOLDER": "Поиск по контактам", "LIST": { - "LOADING_MESSAGE": "Loading contacts...", - "404": "No contacts matches your search 🔍", + "LOADING_MESSAGE": "Загрузка контактов...", + "404": "Нет контактов по вашему запросу 🔍", "TABLE_HEADER": [ "Имя", "Номер телефона", "Диалоги", - "Last Contacted" + "Последний Контакт" ] } } diff --git a/app/javascript/dashboard/i18n/locale/ru/conversation.json b/app/javascript/dashboard/i18n/locale/ru/conversation.json index a61fcab56..31c96736d 100644 --- a/app/javascript/dashboard/i18n/locale/ru/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ru/conversation.json @@ -6,12 +6,12 @@ "NO_INBOX_1": "Хола! Похоже, вы еще не добавили ни одного источника.", "NO_INBOX_2": " для начала", "NO_INBOX_AGENT": "Ой! Похоже, вы не добавлены ни к одному источнику сообщений. Обратитесь к администратору", - "SEARCH_MESSAGES": "Search for messages in conversations", + "SEARCH_MESSAGES": "Поиск по сообщениям в диалогах", "SEARCH": { - "TITLE": "Search messages", + "TITLE": "Поиск сообщений", "LOADING_MESSAGE": "Crunching data...", - "PLACEHOLDER": "Type any text to search messages", - "NO_MATCHING_RESULTS": "There are no messages matching the search parameters." + "PLACEHOLDER": "Введите любой текст для поиска сообщений", + "NO_MATCHING_RESULTS": "Нет сообщений, соответствующих параметрам поиска." }, "CLICK_HERE": "Нажмите здесь", "LOADING_INBOXES": "Загружаем источники", diff --git a/app/javascript/dashboard/i18n/locale/ru/generalSettings.json b/app/javascript/dashboard/i18n/locale/ru/generalSettings.json index 254acaf36..8b37fc4a8 100644 --- a/app/javascript/dashboard/i18n/locale/ru/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ru/generalSettings.json @@ -34,9 +34,9 @@ "ERROR": "" }, "AUTO_RESOLVE_DURATION": { - "LABEL": "Number of days after a ticket should auto resolve if there is no activity", + "LABEL": "Количество дней после того, как тикет будет автоматически решен, если нет активности", "PLACEHOLDER": "30", - "ERROR": "Please enter a valid auto resolve duration (minimum 1 day)" + "ERROR": "Введите корректную длительность для авто решения (минимум 1 день)" }, "FEATURES": { "INBOUND_EMAIL_ENABLED": "Для вашего аккаунта включено продолжение диалогов по электронной почте.", diff --git a/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json index 96908846e..fa2d062b2 100644 --- a/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json @@ -75,10 +75,10 @@ }, "REPLY_TIME": { "TITLE": "Set Reply time", - "IN_A_FEW_MINUTES": "In a few minutes", - "IN_A_FEW_HOURS": "In a few hours", + "IN_A_FEW_MINUTES": "Через несколько минут", + "IN_A_FEW_HOURS": "Через несколько часов", "IN_A_DAY": "In a day", - "HELP_TEXT": "This reply time will be displayed on the live chat widget" + "HELP_TEXT": "Это время ответа будет отображаться в виджете онлайн чата" }, "WIDGET_COLOR": { "LABEL": "Цвет виджета", diff --git a/app/javascript/dashboard/i18n/locale/ru/settings.json b/app/javascript/dashboard/i18n/locale/ru/settings.json index d4da79826..4bdd5e058 100644 --- a/app/javascript/dashboard/i18n/locale/ru/settings.json +++ b/app/javascript/dashboard/i18n/locale/ru/settings.json @@ -27,7 +27,7 @@ "NOTE": "Настраивайте email уведомления здесь", "CONVERSATION_ASSIGNMENT": "Отправлять email уведомление, когда мне назначен диалог", "CONVERSATION_CREATION": "Отправлять email уведомление, когда новый диалог создан", - "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in an assigned conversation" + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Отправлять email уведомления при создании нового сообщения в назначенном диалоге" }, "API": { "UPDATE_SUCCESS": "Настройки уведомлений сохранены", @@ -38,7 +38,7 @@ "NOTE": "Редактируйте настройки push-уведомлений здесь", "CONVERSATION_ASSIGNMENT": "Отправлять push уведомление при назначении мне диалога", "CONVERSATION_CREATION": "Отправлять push уведомление, когда новый диалог создан", - "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in an assigned conversation", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Отправлять push уведомления при создании нового сообщения в назначенном диалоге", "HAS_ENABLED_PUSH": "Вы включили push уведомления для этого браузера.", "REQUEST_PUSH": "Включить push-уведомления" }, @@ -113,7 +113,7 @@ "SIDEBAR": { "CONVERSATIONS": "Диалоги", "REPORTS": "Отчёты", - "CONTACTS": "Contacts (Beta)", + "CONTACTS": "Контакты (Beta)", "SETTINGS": "Настройки", "HOME": "Главная", "AGENTS": "Операторы", diff --git a/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json b/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json index 2b2358c9a..971a7f796 100644 --- a/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json @@ -1,32 +1,32 @@ { "AGENT_MGMT": { - "HEADER": "Agents", - "HEADER_BTN_TXT": "Add Agent", - "LOADING": "Fetching Agent List", - "SIDEBAR_TXT": "

Agents

An Agent is a member of your Customer Support team.

Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account.

Click on Add Agent to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages.

Access to Chatwoot's features are based on following roles.

Agent - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.

Administrator - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.

", + "HEADER": "Kullanıcılar", + "HEADER_BTN_TXT": "Kullanıcı Ekle", + "LOADING": "Kullanıcı Listesi Alınıyor", + "SIDEBAR_TXT": "

Alanlar

Bir Temsilci , Müşteri Destek ekibinizin bir üyesidir.

Temsilciler, kullanıcılarınızdan gelen mesajları görüntüleyebilecek ve yanıtlayabilecek. Liste, şu anda hesabınızda bulunan tüm aracıları gösterir.

Yeni bir temsilci eklemek için Temsilci Ekle 'yi tıklayın. Eklediğiniz temsilci, hesabını etkinleştirmek için bir onay bağlantısı içeren bir e-posta alacak ve ardından Chatwoot'a erişebilecek ve mesajlara yanıt verebilecek.

Chatwoot'un özelliklerine erişim aşağıdaki rollere bağlıdır.

Temsilci - Bu role sahip temsilciler yalnızca gelen kutularına, raporlara ve konuşmalara erişebilir. Görüşmeleri başka aracılara veya kendilerine atayabilir ve görüşmeleri çözebilirler.

Yönetici - Yönetici, ayarlar da dahil olmak üzere hesabınız için etkinleştirilmiş tüm Chatwoot özelliklerine ve tüm normal temsilcilerin ayrıcalıkları.

", "AGENT_TYPES": { - "ADMINISTRATOR": "Administrator", - "AGENT": "Agent" + "ADMINISTRATOR": "Yönetici", + "AGENT": "Kullanıcı" }, "LIST": { - "404": "There are no agents associated to this account", - "TITLE": "Manage agents in your team", - "DESC": "You can add/remove agents to/in your team.", - "NAME": "Name", - "EMAIL": "EMAIL", - "STATUS": "Status", - "ACTIONS": "Actions", - "VERIFIED": "Verified", - "VERIFICATION_PENDING": "Verification Pending" + "404": "Bu hesapla ilişkilendirilmiş hesap yok", + "TITLE": "Bu hesapla ilişkilendirilmiş kullanıcı yok", + "DESC": "Ekibinize kullanıcı ekleyebilir veya kaldırabilirsiniz.", + "NAME": "İsim", + "EMAIL": "E-Posta", + "STATUS": "Durum", + "ACTIONS": "Hareketler", + "VERIFIED": "Doğrulandı", + "VERIFICATION_PENDING": "Doğrulama Bekleniyor" }, "ADD": { - "TITLE": "Add agent to your team", - "DESC": "You can add people who will be able to handle support for your inboxes.", - "CANCEL_BUTTON_TEXT": "Cancel", + "TITLE": "Ekibinize temsilci ekleyin", + "DESC": "Gelen kutularınız için destek sağlayabilecek kişiler ekleyebilirsiniz.", + "CANCEL_BUTTON_TEXT": "İptal et", "FORM": { "NAME": { - "LABEL": "Agent Name", - "PLACEHOLDER": "Please enter a name of the agent" + "LABEL": "Kullanıcı Adı", + "PLACEHOLDER": "Lütfen temsilcinin adını girin" }, "AGENT_TYPE": { "LABEL": "Agent Type", @@ -34,36 +34,36 @@ "ERROR": "Agent type is required" }, "EMAIL": { - "LABEL": "Email Address", - "PLACEHOLDER": "Please enter an email address of the agent" + "LABEL": "E-posta adresi", + "PLACEHOLDER": "Lütfen temsilcinin e-posta adresini girin" }, - "SUBMIT": "Add Agent" + "SUBMIT": "Kullanıcı Ekle" }, "API": { - "SUCCESS_MESSAGE": "Agent added successfully", - "EXIST_MESSAGE": "Agent email already in use, Please try another email address", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Kullanıcı başarıyla eklendi", + "EXIST_MESSAGE": "Temsilci e-postası zaten kullanımda, Lütfen başka bir e-posta adresi deneyin", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Sil", "API": { - "SUCCESS_MESSAGE": "Agent deleted successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Kullanıcı başarıyla silindi", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" }, "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "TITLE": "Silmeyi onayla", + "MESSAGE": "Silmek istediğinize emin misiniz ?", + "YES": "Evet, Sil ", + "NO": "Hayır, Tut" } }, "EDIT": { - "TITLE": "Edit agent", + "TITLE": "Temsilciyi düzenle", "FORM": { "NAME": { - "LABEL": "Agent Name", - "PLACEHOLDER": "Please enter a name of the agent" + "LABEL": "Kullanıcı Adı", + "PLACEHOLDER": "Lütfen temsilcinin adını girin" }, "AGENT_TYPE": { "LABEL": "Agent Type", @@ -71,26 +71,26 @@ "ERROR": "Agent type is required" }, "EMAIL": { - "LABEL": "Email Address", - "PLACEHOLDER": "Please enter an email address of the agent" + "LABEL": "E-posta adresi", + "PLACEHOLDER": "Lütfen temsilcinin e-posta adresini girin" }, - "SUBMIT": "Edit Agent" + "SUBMIT": "Temsilciyi düzenle" }, - "BUTTON_TEXT": "Edit", - "CANCEL_BUTTON_TEXT": "Cancel", + "BUTTON_TEXT": "Düzenle", + "CANCEL_BUTTON_TEXT": "İptal Et", "API": { - "SUCCESS_MESSAGE": "Agent updated successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Kullanıcı başarıyla güncellendi", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" }, "PASSWORD_RESET": { - "ADMIN_RESET_BUTTON": "Reset Password", - "ADMIN_SUCCESS_MESSAGE": "An email with reset password instructions has been sent to the agent", - "SUCCESS_MESSAGE": "Agent password reset successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ADMIN_RESET_BUTTON": "Şifreyi yenile", + "ADMIN_SUCCESS_MESSAGE": "Temsilciye şifre sıfırlama talimatlarını içeren bir e-posta gönderildi", + "SUCCESS_MESSAGE": "Kullanıcı şifresi başarıyla sıfırlandı", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" } }, "SEARCH": { - "NO_RESULTS": "No agents found." + "NO_RESULTS": "Kullanıcı bulunamadı." } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/cannedMgmt.json b/app/javascript/dashboard/i18n/locale/tr/cannedMgmt.json index bcab1dc6a..97ad61bb8 100644 --- a/app/javascript/dashboard/i18n/locale/tr/cannedMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/cannedMgmt.json @@ -1,75 +1,75 @@ { "CANNED_MGMT": { - "HEADER": "Canned Responses", - "HEADER_BTN_TXT": "Add Canned Response", - "LOADING": "Fetching Canned Responses", - "SEARCH_404": "There are no items matching this query", - "SIDEBAR_TXT": "

Canned Responses

Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation .

For creating a Canned Response, just click on the Add Canned Response. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button

Canned responses are used with the help of Short Codes. Agents can access canned responses while on a chat by typing '/' followed by the short code.

", + "HEADER": "Hazır Yanıtlar", + "HEADER_BTN_TXT": "Hazır Yanıt Ekle", + "LOADING": "Hazır Yanıtlar Getiriliyor", + "SEARCH_404": "Bu sorgu ile eşleşen öğe yok", + "SIDEBAR_TXT": "

Hazır Yanıtlar

Hazır Yanıtlar, bir sohbete hızlı bir şekilde yanıt göndermek için kullanılabilen kaydedilmiş yanıt şablonlarıdır.

Bir Hazır Yanıt oluşturmak için, Hazır Yanıt Ekle 'yi tıklamanız yeterlidir. Ayrıca, Düzenle veya Sil düğmesini tıklayarak mevcut bir Hazır Yanıtı düzenleyebilir veya silebilirsiniz

Hazır yanıtlar, Kısa Kodlar yardımıyla kullanılır. Temsilciler, sohbet sırasında '/' ve ardından kısa kodu yazarak hazır yanıtlara erişebilir.

", "LIST": { - "404": "There are no canned responses available in this account.", - "TITLE": "Manage canned responses", - "DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to tickets.", + "404": "Bu hesapta hazır yanıt yok.", + "TITLE": "Hazır yanıtları yönetin", + "DESC": "Hazır Yanıtlar, çağrılara hızlı bir şekilde yanıt göndermek için kullanılabilen önceden tanımlanmış yanıt şablonlarıdır.", "TABLE_HEADER": [ - "Short Code", - "Content", - "Actions" + "Kısa kod", + "İçerik", + "Hareketler" ] }, "ADD": { - "TITLE": "Add Canned Response", - "DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation .", - "CANCEL_BUTTON_TEXT": "Cancel", + "TITLE": "Hazır Yanıt Ekle", + "DESC": "Hazır Yanıtlar, sohbete hızlı bir şekilde yanıt göndermek için kullanılabilen kaydedilmiş yanıt şablonlarıdır.", + "CANCEL_BUTTON_TEXT": "İptal Et", "FORM": { "SHORT_CODE": { - "LABEL": "Short Code", - "PLACEHOLDER": "Please enter a shortcode", - "ERROR": "Short Code is required" + "LABEL": "Kısa kod", + "PLACEHOLDER": "Lütfen bir kısa kod girin", + "ERROR": "Kısa Kod gerekli" }, "CONTENT": { - "LABEL": "Content", - "PLACEHOLDER": "Please enter a content", - "ERROR": "Content is required" + "LABEL": "İçerik", + "PLACEHOLDER": "Lütfen bir içerik girin", + "ERROR": "İçerik gerekli" }, - "SUBMIT": "Submit" + "SUBMIT": "Yolla" }, "API": { - "SUCCESS_MESSAGE": "Canned Response added successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Hazır Yanıt başarıyla eklendi", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" } }, "EDIT": { - "TITLE": "Edit Canned Response", - "CANCEL_BUTTON_TEXT": "Cancel", + "TITLE": "Hazır Yanıtı Düzenle", + "CANCEL_BUTTON_TEXT": "İptal Et", "FORM": { "SHORT_CODE": { - "LABEL": "Short Code", - "PLACEHOLDER": "Please enter a shortcode", - "ERROR": "Short Code is required" + "LABEL": "Kısa kod", + "PLACEHOLDER": "Lütfen bir kısa kod girin", + "ERROR": "Kısa Kod gerekli" }, "CONTENT": { - "LABEL": "Content", - "PLACEHOLDER": "Please enter a content", - "ERROR": "Content is required" + "LABEL": "İçerik", + "PLACEHOLDER": "Lütfen bir içerik girin", + "ERROR": "İçerik gerekli" }, - "SUBMIT": "Submit" + "SUBMIT": "Yolla" }, - "BUTTON_TEXT": "Edit", + "BUTTON_TEXT": "Düzenle", "API": { - "SUCCESS_MESSAGE": "Canned Response updated successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Hazır Yanıt başarıyla güncellendi", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Sil", "API": { - "SUCCESS_MESSAGE": "Canned response deleted successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Hazır yanıt başarıyla silindi", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" }, "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "TITLE": "Silmeyi onayla", + "MESSAGE": "Silmek istediğinize emin misiniz ?", + "YES": "Evet, Sil ", + "NO": "Hayır, Tut" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/chatlist.json b/app/javascript/dashboard/i18n/locale/tr/chatlist.json index a0b31427f..4688ab92b 100644 --- a/app/javascript/dashboard/i18n/locale/tr/chatlist.json +++ b/app/javascript/dashboard/i18n/locale/tr/chatlist.json @@ -1,49 +1,49 @@ { "CHAT_LIST": { - "LOADING": "Fetching conversations", - "LOAD_MORE_CONVERSATIONS": "Load more conversations", - "EOF": "All conversations loaded 🎉", + "LOADING": "Görüşmeler getiriliyor", + "LOAD_MORE_CONVERSATIONS": "Daha fazla konuşma yükleyin", + "EOF": "Tüm görüşmeler yüklendi 🎉", "LIST": { - "404": "There are no active conversations in this group." + "404": "Bu grupta aktif görüşme yok." }, - "TAB_HEADING": "Conversations", + "TAB_HEADING": "Konuşmalar", "SEARCH": { - "INPUT": "Search for People, Chats, Saved Replies .." + "INPUT": "Kişileri, Sohbetleri, Kaydedilen Yanıtları Ara .." }, "STATUS_TABS": [ { - "NAME": "Open", + "NAME": "Açık", "KEY": "openCount" }, { - "NAME": "Resolved", + "NAME": "Çözüldü", "KEY": "allConvCount" } ], "ASSIGNEE_TYPE_TABS": [ { - "NAME": "Mine", + "NAME": "Benim", "KEY": "me", "COUNT_KEY": "mineCount" }, { - "NAME": "Unassigned", + "NAME": "Atanmamış", "KEY": "unassigned", "COUNT_KEY": "unAssignedCount" }, { - "NAME": "All", + "NAME": "Hepsi", "KEY": "all", "COUNT_KEY": "allCount" } ], "CHAT_STATUS_ITEMS": [ { - "TEXT": "Open", + "TEXT": "Açık", "VALUE": "open" }, { - "TEXT": "Resolved", + "TEXT": "Çözüldü", "VALUE": "resolved" }, { @@ -54,31 +54,31 @@ "ATTACHMENTS": { "image": { "ICON": "ion-image", - "CONTENT": "Picture message" + "CONTENT": "Görsel mesaj" }, "audio": { "ICON": "ion-volume-high", - "CONTENT": "Audio message" + "CONTENT": "Sesli mesaj" }, "video": { "ICON": "ion-ios-videocam", - "CONTENT": "Video message" + "CONTENT": "Video mesajı" }, "file": { "ICON": "ion-document", - "CONTENT": "File Attachment" + "CONTENT": "Dosya eklentisi" }, "location": { "ICON": "ion-ios-location", - "CONTENT": "Location" + "CONTENT": "Yer" }, "fallback": { "ICON": "ion-link", - "CONTENT": "has shared a url" + "CONTENT": "bir url paylaştı" } }, - "RECEIVED_VIA_EMAIL": "Received via email", - "VIEW_TWEET_IN_TWITTER": "View tweet in Twitter", - "REPLY_TO_TWEET": "Reply to this tweet" + "RECEIVED_VIA_EMAIL": "E-posta ile alındı", + "VIEW_TWEET_IN_TWITTER": "Twitter'da tweet'i görüntüleyin", + "REPLY_TO_TWEET": "Bu tweet'i yanıtla" } } diff --git a/app/javascript/dashboard/i18n/locale/tr/contact.json b/app/javascript/dashboard/i18n/locale/tr/contact.json index 684a56ee5..df94b36a0 100644 --- a/app/javascript/dashboard/i18n/locale/tr/contact.json +++ b/app/javascript/dashboard/i18n/locale/tr/contact.json @@ -1,113 +1,113 @@ { "CONTACT_PANEL": { - "NOT_AVAILABLE": "Not Available", - "EMAIL_ADDRESS": "Email Address", - "PHONE_NUMBER": "Phone number", - "COPY_SUCCESSFUL": "Copied to clipboard successfully", - "COMPANY": "Company", - "LOCATION": "Location", - "CONVERSATION_TITLE": "Conversation Details", - "BROWSER": "Browser", - "OS": "Operating System", - "INITIATED_FROM": "Initiated from", - "INITIATED_AT": "Initiated at", + "NOT_AVAILABLE": "Müsait değil", + "EMAIL_ADDRESS": "E-posta adresi", + "PHONE_NUMBER": "Telefon numarası", + "COPY_SUCCESSFUL": "Panoya başarıyla kopyalandı", + "COMPANY": "Şirket", + "LOCATION": "Yer", + "CONVERSATION_TITLE": "Sohbet Ayrıntıları", + "BROWSER": "Tarayıcı", + "OS": "İşletim sistemi", + "INITIATED_FROM": "Başlatıldı", + "INITIATED_AT": "Başlatıldı", "CONVERSATIONS": { - "NO_RECORDS_FOUND": "There are no previous conversations associated to this contact.", - "TITLE": "Previous Conversations" + "NO_RECORDS_FOUND": "Bu kişiyle ilişkilendirilmiş önceki görüşme yok.", + "TITLE": "Önceki Sohbetler" }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes" + "TITLE": "Özel Nitelikler" }, "LABELS": { - "TITLE": "Conversation Labels", + "TITLE": "Konuşma Etiketleri", "MODAL": { - "TITLE": "Labels for", - "ACTIVE_LABELS": "Labels added to the conversation", - "INACTIVE_LABELS": "Labels available in the account", - "REMOVE": "Click on X icon to remove the label", - "ADD": "Click on + icon to add the label", - "UPDATE_BUTTON": "Update labels", - "UPDATE_ERROR": "Couldn't update labels, try again." + "TITLE": "İçin etiketler", + "ACTIVE_LABELS": "Sohbete eklenen etiketler", + "INACTIVE_LABELS": "Hesapta bulunan etiketler", + "REMOVE": "Etiketi kaldırmak için X simgesine tıklayın", + "ADD": "Etiketi eklemek için + simgesine tıklayın", + "UPDATE_BUTTON": "Etiketleri güncelle", + "UPDATE_ERROR": "Etiketler güncellenemedi, tekrar deneyin." }, - "NO_LABELS_TO_ADD": "There are no more labels defined in the account.", - "NO_AVAILABLE_LABELS": "There are no labels added to this conversation." + "NO_LABELS_TO_ADD": "Hesapta tanımlanmış başka etiket yok.", + "NO_AVAILABLE_LABELS": "Bu görüşmeye eklenen etiket yok." }, - "MUTE_CONTACT": "Mute Conversation", - "UNMUTE_CONTACT": "Unmute Conversation", - "MUTED_SUCCESS": "This conversation is muted for 6 hours", - "UNMUTED_SUCCESS": "This conversation is unmuted", - "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "Edit" + "MUTE_CONTACT": "Konuşmayı Sessize Al", + "UNMUTE_CONTACT": "Konuşmanın Sesini Aç", + "MUTED_SUCCESS": "Bu konuşma 6 saatliğine sessize alınır", + "UNMUTED_SUCCESS": "Bu görüşmenin sesi kapatıldı", + "SEND_TRANSCRIPT": "Transkript Gönder", + "EDIT_LABEL": "Düzenle" }, "EDIT_CONTACT": { - "BUTTON_LABEL": "Edit Contact", - "TITLE": "Edit contact", - "DESC": "Edit contact details", + "BUTTON_LABEL": "Kişiyi Düzenle", + "TITLE": "Kişiyi Düzenle", + "DESC": "İletişim bilgilerini düzenleyin", "FORM": { - "SUBMIT": "Submit", - "CANCEL": "Cancel", + "SUBMIT": "Yolla", + "CANCEL": "İptal Et", "AVATAR": { - "LABEL": "Contact Avatar" + "LABEL": "İletişim Avatarı" }, "NAME": { - "PLACEHOLDER": "Enter the full name of the contact", - "LABEL": "Full Name" + "PLACEHOLDER": "Kişinin tam adını girin", + "LABEL": "Ad Soyad" }, "BIO": { - "PLACEHOLDER": "Enter the bio of the contact", - "LABEL": "Bio" + "PLACEHOLDER": "Kişinin biyografisini girin", + "LABEL": "Biyografi" }, "EMAIL_ADDRESS": { - "PLACEHOLDER": "Enter the email address of the contact", - "LABEL": "Email Address" + "PLACEHOLDER": "Kişinin e-posta adresini girin", + "LABEL": "E-posta adresi" }, "PHONE_NUMBER": { - "PLACEHOLDER": "Enter the phone number of the contact", - "LABEL": "Phone Number" + "PLACEHOLDER": "Kişinin telefon numarasını girin", + "LABEL": "Telefon numarası" }, "LOCATION": { - "PLACEHOLDER": "Enter the location of the contact", - "LABEL": "Location" + "PLACEHOLDER": "Kişinin konumunu girin", + "LABEL": "Yer" }, "COMPANY_NAME": { - "PLACEHOLDER": "Enter the company name", - "LABEL": "Company Name" + "PLACEHOLDER": "Şirket adını girin", + "LABEL": "Şirket Adı" }, "SOCIAL_PROFILES": { "FACEBOOK": { - "PLACEHOLDER": "Enter the Facebook username", - "LABEL": "Facebook" + "PLACEHOLDER": "Facebook kullanıcı adını girin", + "LABEL": "Facebook\n" }, "TWITTER": { - "PLACEHOLDER": "Enter the Twitter username", + "PLACEHOLDER": "Twitter kullanıcı adını girin", "LABEL": "Twitter" }, "LINKEDIN": { - "PLACEHOLDER": "Enter the LinkedIn username", - "LABEL": "LinkedIn" + "PLACEHOLDER": "LinkedIn kullanıcı adını girin", + "LABEL": "LinkedIn\n" }, "GITHUB": { - "PLACEHOLDER": "Enter the Github username", + "PLACEHOLDER": "Github kullanıcı adını girin", "LABEL": "Github" } } }, - "SUCCESS_MESSAGE": "Updated contact successfully", - "CONTACT_ALREADY_EXIST": "This email address is in use for another contact.", - "ERROR_MESSAGE": "There was an error updating the contact, please try again" + "SUCCESS_MESSAGE": "Kişi başarıyla güncellendi", + "CONTACT_ALREADY_EXIST": "Bu e-posta adresi başka bir kişi için kullanılıyor.", + "ERROR_MESSAGE": "Kişi güncellenirken bir hata oluştu, lütfen tekrar deneyin" }, "CONTACTS_PAGE": { - "HEADER": "Contacts", - "SEARCH_BUTTON": "Search", - "SEARCH_INPUT_PLACEHOLDER": "Search for contacts", + "HEADER": "Kişiler", + "SEARCH_BUTTON": "Arama", + "SEARCH_INPUT_PLACEHOLDER": "Kişileri arayın", "LIST": { - "LOADING_MESSAGE": "Loading contacts...", - "404": "No contacts matches your search 🔍", + "LOADING_MESSAGE": "Kişiler yükleniyor ...", + "404": "Aramanızla eşleşen kişi yok 🔍", "TABLE_HEADER": [ - "Name", - "Phone Number", - "Conversations", - "Last Contacted" + "İsim", + "Telefon numarası", + "Konuşmalar", + "Son Görüşülen" ] } } diff --git a/app/javascript/dashboard/i18n/locale/tr/conversation.json b/app/javascript/dashboard/i18n/locale/tr/conversation.json index d271c7895..9e393a269 100644 --- a/app/javascript/dashboard/i18n/locale/tr/conversation.json +++ b/app/javascript/dashboard/i18n/locale/tr/conversation.json @@ -1,63 +1,63 @@ { "CONVERSATION": { - "404": "Please select a conversation from left pane", - "NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.", - "NO_MESSAGE_2": " to send a message to your page!", - "NO_INBOX_1": "Hola! Looks like you haven't added any inboxes yet.", - "NO_INBOX_2": " to get started", - "NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator", - "SEARCH_MESSAGES": "Search for messages in conversations", + "404": "Lütfen sol bölmeden bir konuşma seçin", + "NO_MESSAGE_1": "Görünüşe göre gelen kutunuzda müşterilerden hiç mesaj yok.", + "NO_MESSAGE_2": "sayfanıza bir mesaj göndermek için!", + "NO_INBOX_1": "Görünüşe göre henüz gelen kutusu eklemediniz.", + "NO_INBOX_2": "başlamak", + "NO_INBOX_AGENT": "Görünüşe göre herhangi bir gelen kutusunun parçası değilsiniz. Lütfen yöneticinizle iletişime geçin", + "SEARCH_MESSAGES": "Sohbetlerde ara", "SEARCH": { - "TITLE": "Search messages", - "LOADING_MESSAGE": "Crunching data...", - "PLACEHOLDER": "Type any text to search messages", - "NO_MATCHING_RESULTS": "There are no messages matching the search parameters." + "TITLE": "Mesajları ara", + "LOADING_MESSAGE": "Veriler işleniyor ...", + "PLACEHOLDER": "Mesajları aramak için herhangi bir metin yazın", + "NO_MATCHING_RESULTS": "Arama parametreleriyle eşleşen mesaj yok." }, - "CLICK_HERE": "Click here", - "LOADING_INBOXES": "Loading inboxes", - "LOADING_CONVERSATIONS": "Loading Conversations", - "CANNOT_REPLY": "You cannot reply due to", - "24_HOURS_WINDOW": "24 hour message window restriction", - "LAST_INCOMING_TWEET": "You are replying to the last incoming tweet", - "REPLYING_TO": "You are replying to:", - "REMOVE_SELECTION": "Remove Selection", - "DOWNLOAD": "Download", + "CLICK_HERE": "Buraya Tıkla", + "LOADING_INBOXES": "Gelen kutuları yükleniyor", + "LOADING_CONVERSATIONS": "Loading Conversations\n", + "CANNOT_REPLY": "Nedeniyle cevap veremezsiniz", + "24_HOURS_WINDOW": "24 saat mesaj penceresi kısıtlaması", + "LAST_INCOMING_TWEET": "Son gelen tweet'e cevap veriyorsun", + "REPLYING_TO": "Cevap veriyorsun:", + "REMOVE_SELECTION": "Seçimi Kaldır", + "DOWNLOAD": "İndir", "HEADER": { - "RESOLVE_ACTION": "Resolve", - "REOPEN_ACTION": "Reopen", - "OPEN": "More", - "CLOSE": "Close", - "DETAILS": "details" + "RESOLVE_ACTION": "Çözüldü", + "REOPEN_ACTION": "Yeniden aç", + "OPEN": "Devamı", + "CLOSE": "Kapat", + "DETAILS": "detaylar" }, "FOOTER": { - "MSG_INPUT": "Shift + enter for new line. Start with '/' to select a Canned Response.", - "PRIVATE_MSG_INPUT": "Shift + enter for new line. This will be visible only to Agents" + "MSG_INPUT": "Yeni satır için Shift + enter. Bir Hazır Yanıt seçmek için \"/\" ile başlayın.", + "PRIVATE_MSG_INPUT": "Yeni satır için Shift + enter. Bu yalnızca Temsilciler tarafından görülebilir" }, "REPLYBOX": { - "REPLY": "Reply", - "PRIVATE_NOTE": "Private Note", - "SEND": "Send", - "CREATE": "Add Note", + "REPLY": "Cevapla", + "PRIVATE_NOTE": "Özel Not", + "SEND": "Gönder", + "CREATE": "Not ekle", "TWEET": "Tweet" }, - "VISIBLE_TO_AGENTS": "Private Note: Only visible to you and your team", - "CHANGE_STATUS": "Conversation status changed", - "CHANGE_AGENT": "Conversation Assignee changed" + "VISIBLE_TO_AGENTS": "Özel Not: Yalnızca siz ve ekibiniz tarafından görülebilir", + "CHANGE_STATUS": "Görüşme durumu değişti", + "CHANGE_AGENT": "Görüşme Atanan kişiyi değiştirildi" }, "EMAIL_TRANSCRIPT": { - "TITLE": "Send conversation transcript", - "DESC": "Send a copy of the conversation transcript to the specified email address", - "SUBMIT": "Submit", - "CANCEL": "Cancel", - "SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully", - "SEND_EMAIL_ERROR": "There was an error, please try again", + "TITLE": "Konuşma metni gönder", + "DESC": "Konuşma dökümünün bir kopyasını belirtilen e-posta adresine gönderin", + "SUBMIT": "Yolla", + "CANCEL": "İptal Et", + "SEND_EMAIL_SUCCESS": "Sohbet metni başarıyla gönderildi", + "SEND_EMAIL_ERROR": "Bir hata oluştu, lütfen tekrar deneyin", "FORM": { - "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", - "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", + "SEND_TO_CONTACT": "Transkripti müşteriye gönderin", + "SEND_TO_AGENT": "Atanan temsilcinin transkriptini gönderin", + "SEND_TO_OTHER_EMAIL_ADDRESS": "Transkripti başka bir e-posta adresine gönderin", "EMAIL": { - "PLACEHOLDER": "Enter an email address", - "ERROR": "Please enter a valid email address" + "PLACEHOLDER": "Bir e-mail adresi girin", + "ERROR": "Lütfen geçerli bir tam e-posta adresi" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/generalSettings.json b/app/javascript/dashboard/i18n/locale/tr/generalSettings.json index 0a34afd8d..00eeabc89 100644 --- a/app/javascript/dashboard/i18n/locale/tr/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/tr/generalSettings.json @@ -1,46 +1,46 @@ { "GENERAL_SETTINGS": { - "TITLE": "Account settings", - "SUBMIT": "Update settings", - "BACK": "Back", + "TITLE": "Hesap ayarları", + "SUBMIT": "Ayarları güncelle", + "BACK": "Geri", "UPDATE": { - "ERROR": "Could not update settings, try again!", - "SUCCESS": "Successfully updated account settings" + "ERROR": "Ayarlar güncellenemedi, tekrar deneyin!", + "SUCCESS": "Hesap ayarları başarıyla güncellendi" }, "FORM": { - "ERROR": "Please fix form errors", + "ERROR": "Lütfen form hatalarını düzeltin", "GENERAL_SECTION": { - "TITLE": "General settings", + "TITLE": "Genel Ayarlar", "NOTE": "" }, "NAME": { - "LABEL": "Account name", - "PLACEHOLDER": "Your account name", - "ERROR": "Please enter a valid account name" + "LABEL": "Hesap adı", + "PLACEHOLDER": "Hesap adınız", + "ERROR": "Lütfen geçerli bir hesap adı girin" }, "LANGUAGE": { - "LABEL": "Site language (Beta)", - "PLACEHOLDER": "Your account name", + "LABEL": "Site dili (Beta)", + "PLACEHOLDER": "Hesap adınız", "ERROR": "" }, "DOMAIN": { - "LABEL": "Incoming Email Domain", - "PLACEHOLDER": "The domain where you will receive the emails", + "LABEL": "Gelen E-posta Alanı", + "PLACEHOLDER": "E-postaları alacağınız alan", "ERROR": "" }, "SUPPORT_EMAIL": { - "LABEL": "Support Email", - "PLACEHOLDER": "Your company's support email", + "LABEL": "Destek E-postası", + "PLACEHOLDER": "Şirketinizin destek e-postası", "ERROR": "" }, "AUTO_RESOLVE_DURATION": { - "LABEL": "Number of days after a ticket should auto resolve if there is no activity", + "LABEL": "Etkinlik yoksa, bir biletin otomatik olarak çözülmesi gereken gün sayısı", "PLACEHOLDER": "30", - "ERROR": "Please enter a valid auto resolve duration (minimum 1 day)" + "ERROR": "Lütfen geçerli bir otomatik çözüm süresi girin (minimum 1 gün)" }, "FEATURES": { - "INBOUND_EMAIL_ENABLED": "Conversation continuity with emails is enabled for your account.", - "CUSTOM_EMAIL_DOMAIN_ENABLED": "You can receive emails in your custom domain now." + "INBOUND_EMAIL_ENABLED": "Hesabınız için e-postalarla görüşme sürekliliği etkinleştirildi.", + "CUSTOM_EMAIL_DOMAIN_ENABLED": "Artık özel alan adınızda e-postalar alabilirsiniz." } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json index be76d2e50..7591f407b 100644 --- a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json @@ -1,251 +1,251 @@ { "INBOX_MGMT": { - "HEADER": "Inboxes", - "SIDEBAR_TXT": "

Inbox

When you connect a website or a facebook Page to Chatwoot, it is called an Inbox. You can have unlimited inboxes in your Chatwoot account.

Click on Add Inbox to connect a website or a Facebook Page.

In the Dashboard, you can see all the conversations from all your inboxes in a single place and respond to them under the `Conversations` tab.

You can also see conversations specific to an inbox by clicking on the inbox name on the left pane of the dashboard.

", + "HEADER": "Gelen kutuları", + "SIDEBAR_TXT": "

Gelen Kutusu

Chatwoot'a bir web sitesi veya Facebook Sayfası bağladığınızda, buna Gelen Kutusu denir. Chatwoot hesabınızda sınırsız gelen kutunuz olabilir.

Bir web sitesine veya Facebook Sayfasına bağlanmak için Gelen Kutusu Ekle 'yi tıklayın.

Gösterge Panosunda, tüm gelen kutularınızdaki tüm konuşmaları tek bir yerde görebilir ve bunlara 'Görüşmeler' sekmesi altında yanıt verebilirsiniz.

Ayrıca, kontrol panelinin sol bölmesindeki gelen kutusu adını tıklayarak bir gelen kutusuna özel görüşmeleri de görebilirsiniz.

", "LIST": { - "404": "There are no inboxes attached to this account." + "404": "Bu hesaba bağlı gelen kutusu yok." }, "CREATE_FLOW": [ { - "title": "Choose Channel", + "title": "Kanal Seçin", "route": "settings_inbox_new", - "body": "Choose the provider you want to integrate with Chatwoot." + "body": "Chatwoot ile entegre etmek istediğiniz sağlayıcıyı seçin." }, { - "title": "Create Inbox", + "title": "Gelen Kutusu Oluştur", "route": "settings_inboxes_page_channel", - "body": "Authenticate your account and create an inbox." + "body": "Hesabınızın kimliğini doğrulayın ve bir gelen kutusu oluşturun." }, { - "title": "Add Agents", + "title": "Kullanıcı Ekle", "route": "settings_inboxes_add_agents", - "body": "Add agents to the created inbox." + "body": "Temsilcileri oluşturulan gelen kutusuna ekleyin." }, { - "title": "Voila!", + "title": "Burada!", "route": "settings_inbox_finish", - "body": "You are all set to go!" + "body": "Hepiniz gitmeye hazırsınız!" } ], "ADD": { "FB": { - "HELP": "PS: By signing in, we only get access to your Page's messages. Your private messages can never be accessed by Chatwoot.", - "CHOOSE_PAGE": "Choose Page", - "CHOOSE_PLACEHOLDER": "Select a page from the list", - "INBOX_NAME": "Inbox Name", - "ADD_NAME": "Add a name for your inbox", - "PICK_NAME": "Pick A Name Your Inbox", - "PICK_A_VALUE": "Pick a value" + "HELP": "Not: Oturum açarak, yalnızca Sayfanızın mesajlarına erişebiliriz. Özel mesajlarınıza Chatwoot ile asla erişilemez.", + "CHOOSE_PAGE": "Sayfa Seçin", + "CHOOSE_PLACEHOLDER": "Listeden bir sayfa seçin", + "INBOX_NAME": "Gelen Kutusu Adı", + "ADD_NAME": "Gelen kutunuz için bir isim ekleyin", + "PICK_NAME": "Gelen Kutunuza Bir İsim Seçin", + "PICK_A_VALUE": "Bir değer seçin" }, "TWITTER": { - "HELP": "To add your Twitter profile as a channel, you need to authenticate your Twitter Profile by clicking on 'Sign in with Twitter' " + "HELP": "Twitter profilinizi bir kanal olarak eklemek için, 'Twitter ile Giriş Yap'ı tıklayarak Twitter Profilinizi doğrulamanız gerekir." }, "WEBSITE_CHANNEL": { "TITLE": "Website channel", - "DESC": "Create a channel for your website and start supporting your customers via our website widget.", - "LOADING_MESSAGE": "Creating Website Support Channel", + "DESC": "Web siteniz için bir kanal oluşturun ve müşterilerinizi web sitesi widget'ımız aracılığıyla desteklemeye başlayın.", + "LOADING_MESSAGE": "Web Sitesi Destek Kanalı Oluşturma", "CHANNEL_AVATAR": { - "LABEL": "Channel Avatar" + "LABEL": "Kanal Avatarı" }, "CHANNEL_NAME": { - "LABEL": "Website Name", - "PLACEHOLDER": "Enter your website name (eg: Acme Inc)" + "LABEL": "Web Sitesi Adı", + "PLACEHOLDER": "Web sitenizin adını girin" }, "CHANNEL_DOMAIN": { - "LABEL": "Website Domain", - "PLACEHOLDER": "Enter your website domain (eg: acme.com)" + "LABEL": "Web Sitesi Alan Adı", + "PLACEHOLDER": "Web sitenizin adresini girin" }, "CHANNEL_WELCOME_TITLE": { - "LABEL": "Welcome Heading", - "PLACEHOLDER": "Hi there !" + "LABEL": "Hoş Geldiniz Başlığı", + "PLACEHOLDER": "Merhaba !" }, "CHANNEL_WELCOME_TAGLINE": { - "LABEL": "Welcome Tagline", - "PLACEHOLDER": "We make it simple to connect with us. Ask us anything, or share your feedback." + "LABEL": "Hoş Geldiniz Etiketi", + "PLACEHOLDER": "Bizimle bağlantı kurmayı kolaylaştırıyoruz. Bize bir şey sorun veya görüşlerinizi paylaşın." }, "CHANNEL_GREETING_MESSAGE": { - "LABEL": "Channel greeting message", - "PLACEHOLDER": "Acme Inc typically replies in a few hours." + "LABEL": "Kanal karşılama mesajı", + "PLACEHOLDER": "Acme Inc genellikle birkaç saat içinde yanıt verir." }, "CHANNEL_GREETING_TOGGLE": { - "LABEL": "Enable channel greeting", - "HELP_TEXT": "Send a greeting message to the user when he starts the conversation.", - "ENABLED": "Enabled", - "DISABLED": "Disabled" + "LABEL": "Kanal karşılamasını etkinleştir", + "HELP_TEXT": "Kullanıcı konuşmayı başlattığında ona bir karşılama mesajı gönderin.", + "ENABLED": "Etkin", + "DISABLED": "Devre dışı" }, "REPLY_TIME": { - "TITLE": "Set Reply time", - "IN_A_FEW_MINUTES": "In a few minutes", - "IN_A_FEW_HOURS": "In a few hours", - "IN_A_DAY": "In a day", - "HELP_TEXT": "This reply time will be displayed on the live chat widget" + "TITLE": "Yanıtlama zamanını ayarlayın", + "IN_A_FEW_MINUTES": "Birkaç dakika içinde", + "IN_A_FEW_HOURS": "Bir kaç saat içinde", + "IN_A_DAY": "Bir gün içinde", + "HELP_TEXT": "Bu yanıt süresi, canlı sohbet widget'ında görüntülenecek" }, "WIDGET_COLOR": { - "LABEL": "Widget Color", - "PLACEHOLDER": "Update the widget color used in widget" + "LABEL": "Widget Rengi", + "PLACEHOLDER": "Widget'ta kullanılan widget rengini güncelleyin" }, - "SUBMIT_BUTTON": "Create inbox" + "SUBMIT_BUTTON": "Gelen Kutusu Oluştur" }, "TWILIO": { - "TITLE": "Twilio SMS/Whatsapp Channel", - "DESC": "Integrate Twilio and start supporting your customers via SMS or Whatsapp.", + "TITLE": "Twilio SMS / Whatsapp Kanalı", + "DESC": "Twilio'yu entegre edin ve müşterilerinizi SMS veya Whatsapp ile desteklemeye başlayın.", "ACCOUNT_SID": { - "LABEL": "Account SID", - "PLACEHOLDER": "Please enter your Twilio Account SID", - "ERROR": "This field is required" + "LABEL": "Hesap SID'si", + "PLACEHOLDER": "Lütfen Twilio Hesabı SID'nizi girin", + "ERROR": "Bu alan gereklidir" }, "CHANNEL_TYPE": { - "LABEL": "Channel Type", - "ERROR": "Please select your Channel Type" + "LABEL": "Kanal Tipi", + "ERROR": "Lütfen Kanal Türünüzü seçin" }, "AUTH_TOKEN": { - "LABEL": "Auth Token", - "PLACEHOLDER": "Please enter your Twilio Auth Token", - "ERROR": "This field is required" + "LABEL": "Yetkilendirme Jetonu", + "PLACEHOLDER": "Lütfen Twilio Yetkilendirme Jetonunuzu girin", + "ERROR": "Bu alan gereklidir" }, "CHANNEL_NAME": { - "LABEL": "Channel Name", - "PLACEHOLDER": "Please enter a channel name", - "ERROR": "This field is required" + "LABEL": "Kanal ismi", + "PLACEHOLDER": "Lütfen bir kanal adı girin", + "ERROR": "Bu alan gereklidir" }, "PHONE_NUMBER": { - "LABEL": "Phone number", - "PLACEHOLDER": "Please enter the phone number from which message will be sent.", - "ERROR": "Please enter a valid value. Phone number should start with `+` sign." + "LABEL": "Telefon numarası", + "PLACEHOLDER": "Lütfen mesajın gönderileceği telefon numarasını giriniz.", + "ERROR": "Lütfen geçerli bir değer girin. Telefon numarası '+' işaretiyle başlamalıdır." }, "API_CALLBACK": { - "TITLE": "Callback URL", - "SUBTITLE": "You have to configure the message callback URL in Twilio with the URL mentioned here." + "TITLE": "Geri arama URL'si", + "SUBTITLE": "Twilio'daki mesaj geri arama URL'sini burada belirtilen URL ile yapılandırmanız gerekir." }, - "SUBMIT_BUTTON": "Create Twilio Channel", + "SUBMIT_BUTTON": "Twilio Kanalı Oluşturun", "API": { - "ERROR_MESSAGE": "We were not able to authenticate Twilio credentials, please try again" + "ERROR_MESSAGE": "Twilio kimlik bilgilerini doğrulayamadık, lütfen tekrar deneyin" } }, "API_CHANNEL": { - "TITLE": "API Channel", - "DESC": "Integrate with API channel and start supporting your customers.", + "TITLE": "API Kanalı", + "DESC": "API kanalı ile entegre edin ve müşterilerinizi desteklemeye başlayın.", "CHANNEL_NAME": { - "LABEL": "Channel Name", - "PLACEHOLDER": "Please enter a channel name", - "ERROR": "This field is required" + "LABEL": "Kanal ismi", + "PLACEHOLDER": "Lütfen bir kanal adı girin", + "ERROR": "Bu alan gereklidir" }, "WEBHOOK_URL": { - "LABEL": "Webhook URL", - "SUBTITLE": "Configure the URL where you want to recieve callbacks on events.", - "PLACEHOLDER": "Webhook URL" + "LABEL": "Web kancası URL'si", + "SUBTITLE": "Etkinliklerle ilgili geri aramaları almak istediğiniz URL'yi yapılandırın.", + "PLACEHOLDER": "Web kancası URL'si" }, - "SUBMIT_BUTTON": "Create API Channel", + "SUBMIT_BUTTON": "API Kanalı Oluşturun", "API": { - "ERROR_MESSAGE": "We were not able to save the api channel" + "ERROR_MESSAGE": "API kanalını kaydedemedik" } }, "EMAIL_CHANNEL": { - "TITLE": "Email Channel", - "DESC": "Integrate you email inbox.", + "TITLE": "E-posta Kanalı", + "DESC": "E-posta gelen kutunuzu entegre edin.", "CHANNEL_NAME": { - "LABEL": "Channel Name", - "PLACEHOLDER": "Please enter a channel name", - "ERROR": "This field is required" + "LABEL": "Kanal ismi", + "PLACEHOLDER": "Lütfen bir kanal adı girin", + "ERROR": "Bu alan gereklidir" }, "EMAIL": { - "LABEL": "Email", - "SUBTITLE": "Email where your customers sends you support tickets", - "PLACEHOLDER": "Email" + "LABEL": "E-Posta", + "SUBTITLE": "Müşterilerinizin size destek gönderdiği e-posta", + "PLACEHOLDER": "E-Posta" }, - "SUBMIT_BUTTON": "Create Email Channel", + "SUBMIT_BUTTON": "E-posta Kanalı Oluşturun", "API": { - "ERROR_MESSAGE": "We were not able to save the email channel" + "ERROR_MESSAGE": "E-posta kanalını kaydedemedik" }, - "FINISH_MESSAGE": "Start forwarding your emails to the following email address." + "FINISH_MESSAGE": "E-postalarınızı aşağıdaki e-posta adresine iletmeye başlayın." }, "AUTH": { - "TITLE": "Channels", + "TITLE": "Kanallar", "DESC": "Currently we support Website live chat widgets, Facebook Pages and Twitter profiles as platforms. We have more platforms like Whatsapp, Email, Telegram and Line in the works, which will be out soon." }, "AGENTS": { - "TITLE": "Agents", - "DESC": "Here you can add agents to manage your newly created inbox. Only these selected agents will have access to your inbox. Agents which are not part of this inbox will not be able to see or respond to messages in this inbox when they login.
PS: As an administrator, if you need access to all inboxes, you should add yourself as agent to all inboxes that you create." + "TITLE": "Kullanıcılar", + "DESC": "Burada yeni oluşturulan gelen kutunuzu yönetmek için aracılar ekleyebilirsiniz. Yalnızca bu seçilen temsilciler gelen kutunuza erişebilir. Bu gelen kutusunun parçası olmayan temsilciler, oturum açtıklarında bu gelen kutusundaki mesajları göremeyecek veya yanıtlayamayacak.
Not: Bir yönetici olarak, tüm gelen kutularına erişmeniz gerekiyorsa, kendinizi oluşturduğunuz tüm gelen kutularına aracı olarak eklemelisiniz." }, "DETAILS": { - "TITLE": "Inbox Details", - "DESC": "From the dropdown below, select the Facebook Page you want to connect to Chatwoot. You can also give a custom name to your inbox for better identification." + "TITLE": "Gelen Kutusu Ayrıntıları", + "DESC": "Aşağıdaki açılır menüden, Chatwoot'a bağlanmak istediğiniz Facebook Sayfasını seçin. Daha iyi tanımlama için gelen kutunuza özel bir ad da verebilirsiniz." }, "FINISH": { - "TITLE": "Nailed It!", - "DESC": "You have successfully finished integrating your Facebook Page with Chatwoot. Next time a customer messages your Page, the conversation will automatically appear on your inbox.
We are also providing you with a widget script that you can easily add to your website. Once this is live on your website, customers can message you right from your website without the help of any external tool and the conversation will appear right here, on Chatwoot.
Cool, huh? Well, we sure try to be :)" + "TITLE": "Başardın!", + "DESC": "Facebook Sayfanızı Chatwoot ile entegre etmeyi başarıyla tamamladınız. Bir müşteri Sayfanıza bir dahaki sefere mesaj gönderdiğinde, konuşma otomatik olarak gelen kutunuzda görünecektir.
Ayrıca, web sitenize kolayca ekleyebileceğiniz bir pencere öğesi komut dosyası da sağlıyoruz. Bu web sitenizde yayınlandıktan sonra, müşteriler herhangi bir harici aracın yardımı olmadan doğrudan web sitenizden size mesaj gönderebilir ve sohbet burada, Chatwoot'ta görünecektir.
Harika, ha? Peki, emin olmaya çalışıyoruz :)" } }, "DETAILS": { - "LOADING_FB": "Authenticating you with Facebook...", - "ERROR_FB_AUTH": "Something went wrong, Please refresh page...", - "CREATING_CHANNEL": "Creating your Inbox...", - "TITLE": "Configure Inbox Details", + "LOADING_FB": "Facebook ile kimliğinizi doğruluyoruz ...", + "ERROR_FB_AUTH": "Bir şeyler ters gitti, lütfen sayfayı yenileyin ...", + "CREATING_CHANNEL": "Gelen Kutunuz oluşturuluyor ...", + "TITLE": "Gelen Kutusu Ayrıntılarını Yapılandırın", "DESC": "" }, "AGENTS": { - "BUTTON_TEXT": "Add agents", - "ADD_AGENTS": "Adding Agents to your Inbox..." + "BUTTON_TEXT": "Kullanıcı Ekle", + "ADD_AGENTS": "Gelen Kutunuza Aracılar Ekleniyor ..." }, "FINISH": { - "TITLE": "Your Inbox is ready!", - "MESSAGE": "You can now engage with your customers through your new Channel. Happy supporting ", - "BUTTON_TEXT": "Take me there", - "WEBSITE_SUCCESS": "You have successfully finished creating a website channel. Copy the code shown below and paste it on your website. Next time a customer use the live chat, the conversation will automatically appear on your inbox." + "TITLE": "Gelen Kutunuz hazır!", + "MESSAGE": "Artık yeni Kanalınız üzerinden müşterilerinizle etkileşim kurabilirsiniz. Mutlu destek", + "BUTTON_TEXT": "Beni oraya götür", + "WEBSITE_SUCCESS": "Bir web sitesi kanalı oluşturmayı başarıyla tamamladınız. Aşağıda gösterilen kodu kopyalayın ve web sitenize yapıştırın. Bir müşteri canlı sohbeti bir dahaki sefere kullandığında, konuşma otomatik olarak gelen kutunuzda görünecektir." }, - "REAUTH": "Reauthorize", - "VIEW": "View", + "REAUTH": "Yeniden yetkilendir", + "VIEW": "Görünüm", "EDIT": { "API": { - "SUCCESS_MESSAGE": "Inbox settings updated successfully", - "AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Auto assignment updated successfully", - "ERROR_MESSAGE": "Could not update widget color. Please try again later." + "SUCCESS_MESSAGE": "Gelen kutusu ayarları başarıyla güncellendi", + "AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Otomatik atama başarıyla güncellendi", + "ERROR_MESSAGE": "Widget rengi güncellenemedi. Lütfen daha sonra tekrar deneyiniz." }, "AUTO_ASSIGNMENT": { - "ENABLED": "Enabled", - "DISABLED": "Disabled" + "ENABLED": "Etkin", + "DISABLED": "Devre dışı" } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Sil", "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "TITLE": "Silmeyi onayla", + "MESSAGE": "Silmek istediğinize emin misiniz ?", + "YES": "Evet, Sil ", + "NO": "Hayır, Tut" }, "API": { - "SUCCESS_MESSAGE": "Inbox deleted successfully", - "ERROR_MESSAGE": "Could not delete inbox. Please try again later." + "SUCCESS_MESSAGE": "Gelen kutusu başarıyla silindi", + "ERROR_MESSAGE": "Gelen kutusu silinemedi. Lütfen daha sonra tekrar deneyiniz." } }, "TABS": { - "SETTINGS": "Settings", - "COLLABORATORS": "Collaborators", - "CONFIGURATION": "Configuration" + "SETTINGS": "Ayarlar", + "COLLABORATORS": "Ortak çalışanlar", + "CONFIGURATION": "Yapılandırma" }, - "SETTINGS": "Settings", + "SETTINGS": "Ayarlar", "FEATURES": { - "LABEL": "Features", - "DISPLAY_FILE_PICKER": "Display file picker on the widget", - "DISPLAY_EMOJI_PICKER": "Display emoji picker on the widget" + "LABEL": "Özellikleri", + "DISPLAY_FILE_PICKER": "Widget'ta dosya seçiciyi görüntüle", + "DISPLAY_EMOJI_PICKER": "Widget'ta emoji seçiciyi görüntüleyin" }, "SETTINGS_POPUP": { - "MESSENGER_HEADING": "Messenger Script", - "MESSENGER_SUB_HEAD": "Place this button inside your body tag", - "INBOX_AGENTS": "Agents", - "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", - "UPDATE": "Update", - "AUTO_ASSIGNMENT": "Enable auto assignment", - "INBOX_UPDATE_TITLE": "Inbox Settings", - "INBOX_UPDATE_SUB_TEXT": "Update your inbox settings", - "AUTO_ASSIGNMENT_SUB_TEXT": "Enable or disable the automatic assignment of new conversations to the agents added to this inbox." + "MESSENGER_HEADING": "Messenger Komut Dosyası", + "MESSENGER_SUB_HEAD": "Bu düğmeyi gövde etiketinizin içine yerleştirin", + "INBOX_AGENTS": "Kullanıcılar", + "INBOX_AGENTS_SUB_TEXT": "Bu gelen kutusuna aracı ekleyin veya aracıları kaldırın", + "UPDATE": "Güncelleme", + "AUTO_ASSIGNMENT": "Otomatik atamayı etkinleştir", + "INBOX_UPDATE_TITLE": "Gelen Kutusu Ayarları", + "INBOX_UPDATE_SUB_TEXT": "Gelen kutusu ayarlarınızı güncelleyin", + "AUTO_ASSIGNMENT_SUB_TEXT": "Bu gelen kutusuna eklenen aracılara yeni görüşmelerin otomatik olarak atanmasını etkinleştirin veya devre dışı bırakın." }, "FACEBOOK_REAUTHORIZE": { - "TITLE": "Reauthorize", - "SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services", - "MESSAGE_SUCCESS": "Reconnection successful", - "MESSAGE_ERROR": "There was an error, please try again" + "TITLE": "Yeniden yetkilendir", + "SUBTITLE": "Facebook bağlantınızın süresi doldu, hizmetlere devam etmek için lütfen Facebook sayfanızı yeniden bağlayın", + "MESSAGE_SUCCESS": "Yeniden bağlantı başarılı", + "MESSAGE_ERROR": "Bir hata oluştu, lütfen tekrar deneyin" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/integrations.json b/app/javascript/dashboard/i18n/locale/tr/integrations.json index 17952efd1..466736043 100644 --- a/app/javascript/dashboard/i18n/locale/tr/integrations.json +++ b/app/javascript/dashboard/i18n/locale/tr/integrations.json @@ -1,63 +1,63 @@ { "INTEGRATION_SETTINGS": { - "HEADER": "Integrations", + "HEADER": "Entegrasyonlar", "WEBHOOK": { - "TITLE": "Webhook", - "CONFIGURE": "Configure", - "HEADER": "Webhook settings", - "HEADER_BTN_TXT": "Add new webhook", - "INTEGRATION_TXT": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks.", - "LOADING": "Fetching attached webhooks", - "SEARCH_404": "There are no items matching this query", - "SIDEBAR_TXT": "

Webhooks

Webhooks are HTTP callbacks which can be defined for every account. They are triggered by events like message creation in Chatwoot. You can create more than one webhook for this account.

For creating a webhook, click on the Add new webhook button. You can also remove any existing webhook by clicking on the Delete button.

", + "TITLE": "Web kancası", + "CONFIGURE": "Yapılandır", + "HEADER": "Web kancası ayarları", + "HEADER_BTN_TXT": "Yeni web kancası ekle", + "INTEGRATION_TXT": "Webhook etkinlikleri, Chatwoot hesabınızda neler olduğu hakkında size gerçek zamanlı bilgi sağlar. Etkinlikleri Slack veya Github gibi en sevdiğiniz uygulamalara iletmek için web kancalarından yararlanabilirsiniz. Web kancalarınızı kurmak için Yapılandır'a tıklayın.", + "LOADING": "Ekli web kancaları getiriliyor", + "SEARCH_404": "Bu sorgu ile eşleşen öğe yok", + "SIDEBAR_TXT": "

Web kancaları

Web kancaları, her hesap için tanımlanabilen HTTP geri aramalarıdır. Chatwoot'ta mesaj oluşturma gibi olaylar tarafından tetiklenirler. Bu hesap için birden fazla webhook oluşturabilirsiniz.

Bir web kancası oluşturmak için, Yeni web kancası ekle düğmesini tıklayın. Ayrıca, Sil düğmesini tıklayarak mevcut herhangi bir web kancasını kaldırabilirsiniz.

", "LIST": { - "404": "There are no webhooks configured for this account.", - "TITLE": "Manage webhooks", - "DESC": "Webhooks are predefined reply templates which can be used to quickly send out replies to tickets.", + "404": "Bu hesap için yapılandırılmış web kancası yok.", + "TITLE": "Web kancalarını yönet", + "DESC": "Web kancaları, çağrılara hızlı bir şekilde yanıt göndermek için kullanılabilen önceden tanımlanmış yanıt şablonlarıdır.", "TABLE_HEADER": [ - "Webhook endpoint", - "Actions" + "Web kancası uç noktası", + "Hareketler" ] }, "ADD": { - "CANCEL": "Cancel", - "TITLE": "Add new webhook", - "DESC": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. Please enter a valid URL to configure a callback.", + "CANCEL": "İptal Et", + "TITLE": "Yeni web kancası ekle", + "DESC": "Web kancası etkinlikleri size Chatwoot hesabınızda neler olduğu hakkında gerçek zamanlı bilgi sağlar. Bir geri aramayı yapılandırmak için lütfen geçerli bir URL girin.", "FORM": { "END_POINT": { - "LABEL": "Webhook URL", - "PLACEHOLDER": "Example: https://example/api/webhook", - "ERROR": "Please enter a valid URL" + "LABEL": "Web kancası URL'si", + "PLACEHOLDER": "Örnek: https://siteadi/api/webkancasi", + "ERROR": "Lütfen geçerli bir adres girin" }, - "SUBMIT": "Create webhook" + "SUBMIT": "Web kancası oluştur" }, "API": { - "SUCCESS_MESSAGE": "Webhook added successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Web kancası başarıyla eklendi", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Sil", "API": { - "SUCCESS_MESSAGE": "Webhook deleted successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Web kancası başarıyla silindi", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" }, "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete ", - "NO": "No, Keep it" + "TITLE": "Silmeyi onayla", + "MESSAGE": "Silmek istediğinize emin misiniz ?", + "YES": "Evet, Sil ", + "NO": "Hayır, kalsın" } } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Sil", "API": { - "SUCCESS_MESSAGE": "Integration deleted successfully" + "SUCCESS_MESSAGE": "Entegrasyon başarıyla silindi" } }, "CONNECT": { - "BUTTON_TEXT": "Connect" + "BUTTON_TEXT": "Bağlan" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/labelsMgmt.json b/app/javascript/dashboard/i18n/locale/tr/labelsMgmt.json index b0dbe439f..06201307a 100644 --- a/app/javascript/dashboard/i18n/locale/tr/labelsMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/labelsMgmt.json @@ -1,67 +1,67 @@ { "LABEL_MGMT": { - "HEADER": "Labels", - "HEADER_BTN_TXT": "Add label", - "LOADING": "Fetching labels", - "SEARCH_404": "There are no items matching this query", - "SIDEBAR_TXT": "

Labels

Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel.

Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.

", + "HEADER": "Etiketler", + "HEADER_BTN_TXT": "Etiket ekleyin", + "LOADING": "Etiketler getiriliyor", + "SEARCH_404": "Bu sorgu ile eşleşen öğe yok", + "SIDEBAR_TXT": "

Etiketler

Etiketler, sohbetleri kategorize etmenize ve önceliklerini belirlemenize yardımcı olur. Yan panelden bir görüşmeye etiket atayabilirsiniz.

Etiketler hesaba bağlıdır ve kuruluşunuzda özel iş akışları oluşturmak için kullanılabilir. Bir etikete özel renk atayabilirsiniz, etiketin tanımlanmasını kolaylaştırır. Sohbetleri kolayca filtrelemek için kenar çubuğunda etiketi görüntüleyebileceksiniz.

", "LIST": { - "404": "There are no labels available in this account.", - "TITLE": "Manage labels", - "DESC": "Labels let you group the conversations together.", + "404": "Bu hesapta mevcut etiket yok.", + "TITLE": "Etiketleri yönet", + "DESC": "Etiketler, konuşmaları birlikte gruplamanıza olanak tanır.", "TABLE_HEADER": [ - "Name", - "Description", - "Color" + "İsim", + "Açıklama", + "Renk" ] }, "FORM": { "NAME": { - "LABEL": "Label Name", - "PLACEHOLDER": "Label name", - "ERROR": "Label Name is required" + "LABEL": "Etiket adı", + "PLACEHOLDER": "Etiket adı", + "ERROR": "Etiket Adı gerekli" }, "DESCRIPTION": { - "LABEL": "Description", - "PLACEHOLDER": "Label Description" + "LABEL": "Açıklama", + "PLACEHOLDER": "Etiket Açıklama" }, "COLOR": { - "LABEL": "Color" + "LABEL": "Renk" }, "SHOW_ON_SIDEBAR": { - "LABEL": "Show label on sidebar" + "LABEL": "Kenar çubuğunda etiketi göster" }, - "EDIT": "Edit", - "CREATE": "Create", - "DELETE": "Delete", - "CANCEL": "Cancel" + "EDIT": "Düzenle", + "CREATE": "Yarat", + "DELETE": "Sil", + "CANCEL": "İptal Et" }, "ADD": { - "TITLE": "Add label", - "DESC": "Labels let you group the conversations together.", + "TITLE": "Etiket ekleyin", + "DESC": "Etiketler, konuşmaları birlikte gruplamanıza olanak tanır.", "API": { - "SUCCESS_MESSAGE": "Label added successfully", - "ERROR_MESSAGE": "There was an error, please try again" + "SUCCESS_MESSAGE": "Etiket başarıyla eklendi", + "ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin" } }, "EDIT": { - "TITLE": "Edit label", + "TITLE": "Etiketi düzenleyin", "API": { - "SUCCESS_MESSAGE": "Label updated successfully", - "ERROR_MESSAGE": "There was an error, please try again" + "SUCCESS_MESSAGE": "Etiket başarıyla güncellendi", + "ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin" } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Sil", "API": { - "SUCCESS_MESSAGE": "Label deleted successfully", - "ERROR_MESSAGE": "There was an error, please try again" + "SUCCESS_MESSAGE": "Etiket başarıyla silindi", + "ERROR_MESSAGE": "Bir hata oluştu, lütfen tekrar deneyin" }, "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "TITLE": "Silmeyi onayla", + "MESSAGE": "Silmek istediğinize emin misiniz ?", + "YES": "Evet, Sil ", + "NO": "Hayır, Tut" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/login.json b/app/javascript/dashboard/i18n/locale/tr/login.json index 30f667052..c9f3c7ca9 100644 --- a/app/javascript/dashboard/i18n/locale/tr/login.json +++ b/app/javascript/dashboard/i18n/locale/tr/login.json @@ -1,21 +1,21 @@ { "LOGIN": { - "TITLE": "Login to Chatwoot", + "TITLE": "Chatwoot'ta oturum açın", "EMAIL": { - "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "LABEL": "E-Posta", + "PLACEHOLDER": "E-posta, örneğin: birisi@örnek.com" }, "PASSWORD": { - "LABEL": "Password", - "PLACEHOLDER": "Password" + "LABEL": "Parola", + "PLACEHOLDER": "Parola" }, "API": { - "SUCCESS_MESSAGE": "Login Successful", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later", - "UNAUTH": "Username / Password Incorrect. Please try again" + "SUCCESS_MESSAGE": "Giriş başarılı", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin", + "UNAUTH": "Kullanıcı Adı / Parola Yanlış. Lütfen tekrar deneyin" }, - "FORGOT_PASSWORD": "Forgot your password?", - "CREATE_NEW_ACCOUNT": "Create new account", - "SUBMIT": "Login" + "FORGOT_PASSWORD": "Parolanızı mı unuttunuz?", + "CREATE_NEW_ACCOUNT": "Yeni hesap oluştur", + "SUBMIT": "Oturum aç" } } diff --git a/app/javascript/dashboard/i18n/locale/tr/report.json b/app/javascript/dashboard/i18n/locale/tr/report.json index 8a4d53485..e66e58782 100644 --- a/app/javascript/dashboard/i18n/locale/tr/report.json +++ b/app/javascript/dashboard/i18n/locale/tr/report.json @@ -1,42 +1,42 @@ { "REPORT": { - "HEADER": "Reports", - "LOADING_CHART": "Loading chart data...", - "NO_ENOUGH_DATA": "We've not received enough data points to generate report, Please try again later.", + "HEADER": "Raporlar", + "LOADING_CHART": "Grafik verileri yükleniyor ...", + "NO_ENOUGH_DATA": "Rapor oluşturmak için yeterli veri yok, Lütfen daha sonra tekrar deneyin.", "METRICS": { "CONVERSATIONS": { - "NAME": "Conversations", - "DESC": "( Total )" + "NAME": "Konuşmalar", + "DESC": "( Toplam )\n" }, "INCOMING_MESSAGES": { - "NAME": "Incoming Messages", - "DESC": "( Total )" + "NAME": "Gelen Mesajlar", + "DESC": "( Toplam )\n" }, "OUTGOING_MESSAGES": { - "NAME": "Outgoing Messages", - "DESC": "( Total )" + "NAME": "Giden Mesajlar", + "DESC": "( Toplam )\n" }, "FIRST_RESPONSE_TIME": { - "NAME": "First response time", - "DESC": "( Avg )" + "NAME": "İlk yanıt süresi", + "DESC": "(Ort.)" }, "RESOLUTION_TIME": { - "NAME": "Resolution Time", - "DESC": "( Avg )" + "NAME": "Çözüm Süresi", + "DESC": "(Ort.)" }, "RESOLUTION_COUNT": { - "NAME": "Resolution Count", - "DESC": "( Total )" + "NAME": "Çözünürlük Sayısı", + "DESC": "( Toplam )\n" } }, "DATE_RANGE": [ { "id": 0, - "name": "Last 7 days" + "name": "Son 7 gün" }, { "id": 1, - "name": "Last 30 days" + "name": "Son 30 gün" } ] } diff --git a/app/javascript/dashboard/i18n/locale/tr/resetPassword.json b/app/javascript/dashboard/i18n/locale/tr/resetPassword.json index bb678e809..594ddc3b6 100644 --- a/app/javascript/dashboard/i18n/locale/tr/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/tr/resetPassword.json @@ -1,15 +1,15 @@ { "RESET_PASSWORD": { - "TITLE": "Reset Password", + "TITLE": "Şifreyi yenile", "EMAIL": { - "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "LABEL": "E-Posta", + "PLACEHOLDER": "Lütfen E-postanızı girin", + "ERROR": "lütfen geçerli e-posta adresini giriniz" }, "API": { - "SUCCESS_MESSAGE": "Password reset link has been sent to your email", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "E-postanıza parola sıfırlama bağlantısı gönderildi", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" }, - "SUBMIT": "Submit" + "SUBMIT": "Yolla" } } diff --git a/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json b/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json index 94a3fd2e1..0dde2fd90 100644 --- a/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json @@ -1,20 +1,20 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Yeni Parola Belirleyin", "PASSWORD": { - "LABEL": "Password", - "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "LABEL": "Parola", + "PLACEHOLDER": "Parola", + "ERROR": "Parola çok kısa" }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "LABEL": "Parolayı Onayla", + "PLACEHOLDER": "Parolayı Onayla", + "ERROR": "Parola eşleşmiyor" }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Parola başarıyla değiştirildi", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" }, - "SUBMIT": "Submit" + "SUBMIT": "Yolla" } } diff --git a/app/javascript/dashboard/i18n/locale/tr/settings.json b/app/javascript/dashboard/i18n/locale/tr/settings.json index e943912f4..f31c6bf43 100644 --- a/app/javascript/dashboard/i18n/locale/tr/settings.json +++ b/app/javascript/dashboard/i18n/locale/tr/settings.json @@ -1,142 +1,142 @@ { "PROFILE_SETTINGS": { - "LINK": "Profile Settings", - "TITLE": "Profile Settings", - "BTN_TEXT": "Update Profile", - "AFTER_EMAIL_CHANGED": "Your profile has been updated successfully, please login again as your login credentials are changed", + "LINK": "Profil ayarları", + "TITLE": "Profil ayarları", + "BTN_TEXT": "Profili Güncelle", + "AFTER_EMAIL_CHANGED": "Profiliniz başarıyla güncellendi, lütfen giriş bilgileriniz değiştiği için tekrar giriş yapın", "FORM": { - "AVATAR": "Profile Image", - "ERROR": "Please fix form errors", - "REMOVE_IMAGE": "Remove", - "UPLOAD_IMAGE": "Upload image", - "UPDATE_IMAGE": "Update image", + "AVATAR": "Profil Resmi", + "ERROR": "Lütfen form hatalarını düzeltin", + "REMOVE_IMAGE": "Kaldır", + "UPLOAD_IMAGE": "Resim yükleniyor", + "UPDATE_IMAGE": "Resmi güncelle", "PROFILE_SECTION": { - "TITLE": "Profile", - "NOTE": "Your email address is your identity and is used to log in." + "TITLE": "Profil", + "NOTE": "E-posta adresiniz kimliğinizdir ve oturum açmak için kullanılır." }, "PASSWORD_SECTION": { - "TITLE": "Password", - "NOTE": "Updating your password would reset your logins in multiple devices." + "TITLE": "Parola", + "NOTE": "Parolanızı güncellemek, giriş bilgilerinizi birden fazla cihazda sıfırlar." }, "ACCESS_TOKEN": { - "TITLE": "Access Token", - "NOTE": "This token can be used if you are building an API based integration" + "TITLE": "Erişim Jetonu", + "NOTE": "Bu simge, API tabanlı bir entegrasyon oluşturuyorsanız kullanılabilir" }, "EMAIL_NOTIFICATIONS_SECTION": { - "TITLE": "Email Notifications", - "NOTE": "Update your email notification preferences here", - "CONVERSATION_ASSIGNMENT": "Send email notifications when a conversation is assigned to me", - "CONVERSATION_CREATION": "Send email notifications when a new conversation is created", - "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in an assigned conversation" + "TITLE": "E-posta Bildirimleri", + "NOTE": "E-posta bildirim tercihlerinizi buradan güncelleyin", + "CONVERSATION_ASSIGNMENT": "Bana bir konuşma atandığında e-posta bildirimleri gönder", + "CONVERSATION_CREATION": "Yeni bir görüşme oluşturulduğunda e-posta bildirimleri gönderin", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Atanmış bir görüşmede yeni bir mesaj oluşturulduğunda e-posta bildirimleri gönderin" }, "API": { - "UPDATE_SUCCESS": "Your notification preferences are updated successfully", - "UPDATE_ERROR": "There is an error while updating the preferences, please try again" + "UPDATE_SUCCESS": "Bildirim tercihleriniz başarıyla güncellendi", + "UPDATE_ERROR": "Tercihler güncellenirken bir hata oluştu, lütfen tekrar deneyin" }, "PUSH_NOTIFICATIONS_SECTION": { - "TITLE": "Push Notifications", - "NOTE": "Update your push notification preferences here", - "CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me", - "CONVERSATION_CREATION": "Send push notifications when a new conversation is created", - "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in an assigned conversation", - "HAS_ENABLED_PUSH": "You have enabled push for this browser.", - "REQUEST_PUSH": "Enable push notifications" + "TITLE": "Bildirimler", + "NOTE": "Bildirim tercihlerinizi buradan güncelleyin", + "CONVERSATION_ASSIGNMENT": "Bana bir konuşma atandığında anında bildirim gönder", + "CONVERSATION_CREATION": "Yeni bir görüşme oluşturulduğunda anlık bildirimler gönderin", + "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Atanan bir görüşmede yeni bir mesaj oluşturulduğunda anlık bildirimler gönderin", + "HAS_ENABLED_PUSH": "Bu tarayıcı için bildirim özelliğini etkinleştirdiniz.", + "REQUEST_PUSH": "Bildirimlerini etkinleştirin" }, "PROFILE_IMAGE": { - "LABEL": "Profile Image" + "LABEL": "Profil Resmi" }, "NAME": { - "LABEL": "Your full name", - "ERROR": "Please enter a valid full name", - "PLACEHOLDER": "Please enter your full name" + "LABEL": "Tam adınız", + "ERROR": "Lütfen geçerli bir tam ad girin", + "PLACEHOLDER": "lütfen tam adınızı giriniz" }, "DISPLAY_NAME": { - "LABEL": "Display name", - "ERROR": "Please enter a valid display name", - "PLACEHOLDER": "Please enter a display name, this would be displayed in conversations" + "LABEL": "Ekran adı", + "ERROR": "Lütfen geçerli bir tam ad girin", + "PLACEHOLDER": "Lütfen bir görünen ad girin, bu görüşmelerde görüntülenecektir" }, "AVAILABILITY": { - "LABEL": "Availability", + "LABEL": "Uygun", "STATUSES_LIST": [ - "Online", - "Busy", - "Offline" + "Çevirimiçi", + "Meşgul", + "Çevirimdışı" ] }, "EMAIL": { - "LABEL": "Your email address", - "ERROR": "Please enter a valid email address", - "PLACEHOLDER": "Please enter your email address, this would be displayed in conversations" + "LABEL": "Sizin E-posta Adresiniz", + "ERROR": "Lütfen geçerli bir tam e-posta adresi", + "PLACEHOLDER": "Lütfen e-posta adresinizi girin, bu görüşmelerde görüntülenecektir" }, "PASSWORD": { - "LABEL": "Password", - "ERROR": "Please enter a password of length 6 or more", - "PLACEHOLDER": "Please enter a new password" + "LABEL": "Parola", + "ERROR": "Lütfen 6 veya daha uzun bir şifre girin", + "PLACEHOLDER": "Lütfen yeni bir şifre girin" }, "PASSWORD_CONFIRMATION": { - "LABEL": "Confirm new password", - "ERROR": "Confirm password should match the password", - "PLACEHOLDER": "Please re-enter your password" + "LABEL": "Yeni şifreyi onayla", + "ERROR": "Onay parolası, parolayla eşleşmelidir", + "PLACEHOLDER": "lütfen şifrenizi tekrar girin" } } }, "SIDEBAR_ITEMS": { - "CHANGE_AVAILABILITY_STATUS": "Change", - "CHANGE_ACCOUNTS": "Switch Account", - "SELECTOR_SUBTITLE": "Select an account from the following list", - "PROFILE_SETTINGS": "Profile Settings", - "LOGOUT": "Logout" + "CHANGE_AVAILABILITY_STATUS": "Değişiktir", + "CHANGE_ACCOUNTS": "Hesap değiştir", + "SELECTOR_SUBTITLE": "Aşağıdaki listeden bir hesap seçin", + "PROFILE_SETTINGS": "Profil ayarları", + "LOGOUT": "Çıkış Yap" }, "APP_GLOBAL": { - "TRIAL_MESSAGE": "days trial remaining.", - "TRAIL_BUTTON": "Buy Now" + "TRIAL_MESSAGE": "gün deneme kaldı.", + "TRAIL_BUTTON": "Şimdi satın al" }, "COMPONENTS": { "CODE": { - "BUTTON_TEXT": "Copy", - "COPY_SUCCESSFUL": "Code copied to clipboard successfully" + "BUTTON_TEXT": "Kopyala", + "COPY_SUCCESSFUL": "Kod panoya başarıyla kopyalandı" }, "FILE_BUBBLE": { - "DOWNLOAD": "Download", - "UPLOADING": "Uploading..." + "DOWNLOAD": "İndir", + "UPLOADING": "Yükleniyor ..." }, "FORM_BUBBLE": { - "SUBMIT": "Submit" + "SUBMIT": "Yolla" } }, - "CONFIRM_EMAIL": "Verifying...", + "CONFIRM_EMAIL": "Doğrulanıyor...", "SETTINGS": { "INBOXES": { - "NEW_INBOX": "Add Inbox" + "NEW_INBOX": "Gelen Kutusu Ekle" } }, "SIDEBAR": { - "CONVERSATIONS": "Conversations", - "REPORTS": "Reports", - "CONTACTS": "Contacts (Beta)", - "SETTINGS": "Settings", - "HOME": "Home", - "AGENTS": "Agents", - "INBOXES": "Inboxes", - "CANNED_RESPONSES": "Canned Responses", - "INTEGRATIONS": "Integrations", - "ACCOUNT_SETTINGS": "Account Settings", - "LABELS": "Labels" + "CONVERSATIONS": "Konuşmalar", + "REPORTS": "Raporlar", + "CONTACTS": "Kişiler (Beta)", + "SETTINGS": "Ayarlar", + "HOME": "Anasayfa", + "AGENTS": "Kullanıcılar", + "INBOXES": "Gelen kutuları", + "CANNED_RESPONSES": "Hazır Yanıtlar", + "INTEGRATIONS": "Entegrasyonlar", + "ACCOUNT_SETTINGS": "Hesap ayarları", + "LABELS": "Etiketler" }, "CREATE_ACCOUNT": { - "NEW_ACCOUNT": "New Account", - "SELECTOR_SUBTITLE": "Create a new account", + "NEW_ACCOUNT": "Yeni hesap", + "SELECTOR_SUBTITLE": "Yeni bir hesap oluştur", "API": { - "SUCCESS_MESSAGE": "Account created successfully", - "EXIST_MESSAGE": "Account already exists", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Hesap başarıyla oluşturuldu", + "EXIST_MESSAGE": "Bu Hesap Zaten Mevcut", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" }, "FORM": { "NAME": { - "LABEL": "Account Name", - "PLACEHOLDER": "Wayne Enterprises" + "LABEL": "Hesap adı", + "PLACEHOLDER": "Şirketiniz" }, - "SUBMIT": "Submit" + "SUBMIT": "Yolla" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/signup.json b/app/javascript/dashboard/i18n/locale/tr/signup.json index e52705224..98c254b7a 100644 --- a/app/javascript/dashboard/i18n/locale/tr/signup.json +++ b/app/javascript/dashboard/i18n/locale/tr/signup.json @@ -1,32 +1,32 @@ { "REGISTER": { - "TRY_WOOT": "Register an account", - "TITLE": "Register", - "TERMS_ACCEPT": "By signing up, you agree to our T & C and Privacy policy", + "TRY_WOOT": "Bir hesap oluştur", + "TITLE": "Kayıt ol", + "TERMS_ACCEPT": "Kaydolarak, T & C ve Gizlilik politikası kabul etmiş olursunuz.", "ACCOUNT_NAME": { - "LABEL": "Account Name", - "PLACEHOLDER": "Wayne Enterprises", - "ERROR": "Account Name is too short" + "LABEL": "Hesap adı", + "PLACEHOLDER": "Şirketiniz", + "ERROR": "Hesap Adı çok kısa" }, "EMAIL": { - "LABEL": "Email", - "PLACEHOLDER": "bruce@wayne.enterprises", - "ERROR": "Email is invalid" + "LABEL": "E-Posta", + "PLACEHOLDER": "adres@site.com", + "ERROR": "e-posta geçersiz" }, "PASSWORD": { - "LABEL": "Password", - "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "LABEL": "Parola", + "PLACEHOLDER": "Parola", + "ERROR": "Parola çok kısa" }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Parolayı Onayla", + "PLACEHOLDER": "Parolayı Onayla", + "ERROR": "Parola eşleşmiyor" }, "API": { - "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Kayıt başarılı", + "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" }, - "SUBMIT": "Submit" + "SUBMIT": "Yolla" } } diff --git a/app/javascript/dashboard/i18n/locale/tr/webhooks.json b/app/javascript/dashboard/i18n/locale/tr/webhooks.json index 347c96893..0ab81589b 100644 --- a/app/javascript/dashboard/i18n/locale/tr/webhooks.json +++ b/app/javascript/dashboard/i18n/locale/tr/webhooks.json @@ -1,5 +1,5 @@ { "WEBHOOKS_SETTINGS": { - "HEADER": "Webhook Settings" + "HEADER": "Webhook Ayarları" } } diff --git a/app/javascript/widget/i18n/locale/pt_BR.json b/app/javascript/widget/i18n/locale/pt_BR.json index eff1ee1ac..4463a9676 100644 --- a/app/javascript/widget/i18n/locale/pt_BR.json +++ b/app/javascript/widget/i18n/locale/pt_BR.json @@ -9,15 +9,15 @@ } }, "TEAM_AVAILABILITY": { - "ONLINE": "We are online", - "OFFLINE": "We are offline" + "ONLINE": "Estamos conectados", + "OFFLINE": "Não estamos conectados" }, "REPLY_TIME": { - "IN_A_FEW_MINUTES": "Typically replies in a few minutes", - "IN_A_FEW_HOURS": "Typically replies in a few hours", - "IN_A_DAY": "Typically replies in a day" + "IN_A_FEW_MINUTES": "Responde normalmente em alguns minutos", + "IN_A_FEW_HOURS": "Responde normalmente em algumas horas", + "IN_A_DAY": "Responde normalmente em um dia" }, - "START_CONVERSATION": "Start Conversation", + "START_CONVERSATION": "Iniciar Conversa", "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Ver novas mensagens", "CLOSE_MESSAGES_BUTTON": "Fechar" diff --git a/app/javascript/widget/i18n/locale/tr.json b/app/javascript/widget/i18n/locale/tr.json index e56a43a8a..997e61054 100644 --- a/app/javascript/widget/i18n/locale/tr.json +++ b/app/javascript/widget/i18n/locale/tr.json @@ -1,31 +1,31 @@ { "COMPONENTS": { "FILE_BUBBLE": { - "DOWNLOAD": "Download", - "UPLOADING": "Uploading..." + "DOWNLOAD": "İndir", + "UPLOADING": "Yükleniyor ..." }, "FORM_BUBBLE": { - "SUBMIT": "Submit" + "SUBMIT": "Yolla" } }, "TEAM_AVAILABILITY": { - "ONLINE": "We are online", - "OFFLINE": "We are offline" + "ONLINE": "Çevrimiçi", + "OFFLINE": "Çevrimdışı" }, "REPLY_TIME": { - "IN_A_FEW_MINUTES": "Typically replies in a few minutes", - "IN_A_FEW_HOURS": "Typically replies in a few hours", - "IN_A_DAY": "Typically replies in a day" + "IN_A_FEW_MINUTES": "Genellikle birkaç dakika içinde yanıt verir", + "IN_A_FEW_HOURS": "Genellikle birkaç saat içinde yanıt verir", + "IN_A_DAY": "Genellikle bir gün içinde yanıtlar" }, - "START_CONVERSATION": "Start Conversation", + "START_CONVERSATION": "Görüşmeyi Başlatın", "UNREAD_VIEW": { - "VIEW_MESSAGES_BUTTON": "See new messages", - "CLOSE_MESSAGES_BUTTON": "Close" + "VIEW_MESSAGES_BUTTON": "Yeni mesajları gör", + "CLOSE_MESSAGES_BUTTON": "Kapat" }, "BUBBLE": { - "LABEL": "Chat with us" + "LABEL": "Sohbet et" }, - "POWERED_BY": "Powered by Chatwoot", - "EMAIL_PLACEHOLDER": "Please enter your email", - "CHAT_PLACEHOLDER": "Type your message" + "POWERED_BY": "Chatwoot tarafından desteklenmektedir", + "EMAIL_PLACEHOLDER": "Lütfen E-postanızı Girin", + "CHAT_PLACEHOLDER": "Mesajınız" } diff --git a/config/initializers/languages.rb b/config/initializers/languages.rb index 05a492d17..09be87a82 100644 --- a/config/initializers/languages.rb +++ b/config/initializers/languages.rb @@ -24,7 +24,9 @@ LANGUAGES_CONFIG = { 19 => { name: 'فارسی (fa)', iso_639_3_code: 'fas', iso_639_1_code: 'fa', enabled: true }, 20 => { name: '中文 (台湾) (zh-TW)', iso_639_3_code: 'zho', iso_639_1_code: 'zh_TW', enabled: true }, 21 => { name: 'Tiếng Việt (vi)', iso_639_3_code: 'vie', iso_639_1_code: 'vi', enabled: true }, - 22 => { name: 'dansk (da)', iso_639_3_code: 'dan', iso_639_1_code: 'da', enabled: true } + 22 => { name: 'dansk (da)', iso_639_3_code: 'dan', iso_639_1_code: 'da', enabled: true }, + 23 => { name: 'Türkçe (tr)', iso_639_3_code: 'tur', iso_639_1_code: 'tr', enabled: true }, + 24 => { name: 'čeština (cs)', iso_639_3_code: 'ces', iso_639_1_code: 'cs', enabled: true } }.filter { |_key, val| val[:enabled] }.freeze Rails.configuration.i18n.available_locales = LANGUAGES_CONFIG.map { |_index, lang| lang[:iso_639_1_code].to_sym } diff --git a/config/locales/ar.yml b/config/locales/ar.yml index df6ec9182..52754c325 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -49,3 +49,10 @@ ar: reply: email_subject: "رسائل جديدة في هذه المحادثة" transcript_subject: "نص المحادثة" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 1db2a51c9..fce002c1d 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -49,3 +49,10 @@ ca: reply: email_subject: "Missatges nous en aquesta conversa" transcript_subject: "Transcripció de conversa" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 4c230eb4a..3d27cd921 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -49,3 +49,10 @@ cs: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/da.yml b/config/locales/da.yml index 4eb8e145a..d25a16a55 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -49,3 +49,10 @@ da: reply: email_subject: "Nye beskeder i denne samtale" transcript_subject: "Samtaleudskrift" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/de.yml b/config/locales/de.yml index 8af185395..86886e498 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -49,3 +49,10 @@ de: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/devise.tr.yml b/config/locales/devise.tr.yml index fae21f441..ef10b8d87 100644 --- a/config/locales/devise.tr.yml +++ b/config/locales/devise.tr.yml @@ -2,60 +2,60 @@ tr: devise: confirmations: - confirmed: "Your email address has been successfully confirmed." - send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes." - send_paranoid_instructions: "If your email address exists in our database, you will receive an email with instructions for how to confirm your email address in a few minutes." + confirmed: "E-posta adresiniz başarıyla onaylanmıştır." + send_instructions: "Birkaç dakika içinde e-posta adresinizi nasıl onaylayacağınıza dair talimatları içeren bir e-posta alacaksınız." + send_paranoid_instructions: "E-posta adresiniz Veri tabanımızda mevcutsa, birkaç dakika içinde e-posta adresinizi nasıl onaylayacağınıza dair talimatları içeren bir e-posta alacaksınız." failure: - already_authenticated: "You are already signed in." - inactive: "Your account is not activated yet." - invalid: "Invalid %{authentication_keys}/password or account is not verified yet." - locked: "Your account is locked." - last_attempt: "You have one more attempt before your account is locked." - not_found_in_database: "Invalid %{authentication_keys} or password." - timeout: "Your session expired. Please sign in again to continue." - unauthenticated: "You need to sign in or sign up before continuing." - unconfirmed: "You have to confirm your email address before continuing." + already_authenticated: "Zaten oturum açmış durumdasınız." + inactive: "Hesabınız henüz aktifleştirilmedi." + invalid: "Geçersiz %{authentication_keys} / parola veya hesap henüz doğrulanmadı." + locked: "Hesabınız kilitlendi." + last_attempt: "Hesabınız kilitlenmeden önce bir deneme hakkınız daha var." + not_found_in_database: "Geçersiz %{authentication_keys} veya parola." + timeout: "Oturumunuzun süresi doldu. Devam etmek için lütfen tekrar oturum açın." + unauthenticated: "Devam etmeden önce oturum açmanız veya kaydolmanız gerekiyor." + unconfirmed: "Devam etmeden önce e-posta adresinizi onaylamalısınız." mailer: confirmation_instructions: - subject: "Confirmation Instructions" + subject: "Onay Talimatları" reset_password_instructions: - subject: "Reset password instructions" + subject: "Şifre talimatlarını sıfırla" unlock_instructions: - subject: "Unlock instructions" + subject: "Talimatların kilidini aç" password_change: - subject: "Password Changed" + subject: "Şifre değişti" omniauth_callbacks: - failure: "Could not authenticate you from %{kind} because \"%{reason}\"." - success: "Successfully authenticated from %{kind} account." + failure: "%{kind} tarafından kimliğiniz doğrulanamadı çünkü \"%{reason}\"." + success: "%{kind} hesabından başarıyla kimlik doğrulaması yapıldı." passwords: - no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided." - send_instructions: "You will receive an email with instructions on how to reset your password in a few minutes." - send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes." - updated: "Your password has been changed successfully. You are now signed in." - updated_not_active: "Your password has been changed successfully." + no_token: "Parola sıfırlama e-postasından gelmeden bu sayfaya erişemezsiniz. Bir şifre sıfırlama e-postasından geliyorsanız, lütfen sağlanan tam URL'yi kullandığınızdan emin olun." + send_instructions: "Birkaç dakika içinde şifrenizi nasıl sıfırlayacağınıza dair talimatları içeren bir e-posta alacaksınız." + send_paranoid_instructions: "E-posta adresiniz veritabanımızda mevcutsa, birkaç dakika içinde e-posta adresinize bir şifre kurtarma bağlantısı alacaksınız." + updated: "Şifreniz başarıyla değiştirildi. Şimdi giriş yaptınız." + updated_not_active: "Şifreniz başarıyla değiştirildi." registrations: - destroyed: "Bye! Your account has been successfully cancelled. We hope to see you again soon." - signed_up: "Welcome! You have signed up successfully." - signed_up_but_inactive: "You have signed up successfully. However, we could not sign you in because your account is not yet activated." - signed_up_but_locked: "You have signed up successfully. However, we could not sign you in because your account is locked." - signed_up_but_unconfirmed: "A message with a confirmation link has been sent to your email address. Please follow the link to activate your account." - update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirm link to confirm your new email address." - updated: "Your account has been updated successfully." + destroyed: "Hoşçakal! Hesabınız başarıyla iptal edildi. Kısa süre sonra tekrar görüşmeyi umuyoruz." + signed_up: "Hoşgeldiniz! Başarıyla kaydoldunuz." + signed_up_but_inactive: "Başarıyla kaydoldunuz. Ancak, hesabınız henüz etkinleştirilmediğinden oturumunuzu açamadık." + signed_up_but_locked: "Başarıyla kaydoldunuz. Ancak, hesabınız kilitli olduğu için oturumunuzu açamadık." + signed_up_but_unconfirmed: "E-posta adresinize onay bağlantısı içeren bir mesaj gönderildi. Hesabınızı etkinleştirmek için lütfen bağlantıyı takip edin." + update_needs_confirmation: "Hesabınızı başarıyla güncellediniz, ancak yeni e-posta adresinizi doğrulamamız gerekiyor. Lütfen e-postanızı kontrol edin ve yeni e-posta adresinizi onaylamak için onay bağlantısını takip edin." + updated: "Hesabınız başarıyla güncellendi." sessions: - signed_in: "Signed in successfully." - signed_out: "Signed out successfully." - already_signed_out: "Signed out successfully." + signed_in: "Başarıyla oturum açıldı." + signed_out: "Başarıyla çıkış yapıldı." + already_signed_out: "Başarıyla çıkış yapıldı." unlocks: - send_instructions: "You will receive an email with instructions for how to unlock your account in a few minutes." - send_paranoid_instructions: "If your account exists, you will receive an email with instructions for how to unlock it in a few minutes." - unlocked: "Your account has been unlocked successfully. Please sign in to continue." + send_instructions: "Birkaç dakika içinde hesabınızın kilidini nasıl açacağınıza dair talimatları içeren bir e-posta alacaksınız." + send_paranoid_instructions: "Hesabınız varsa, birkaç dakika içinde kilidini nasıl açacağınıza dair talimatları içeren bir e-posta alacaksınız." + unlocked: "Hesabınızın kilidi başarıyla açıldı. Devam etmek için giriş yapın." errors: messages: - already_confirmed: "was already confirmed, please try signing in" - confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one" - expired: "has expired, please request a new one" - not_found: "not found" - not_locked: "was not locked" + already_confirmed: "zaten onaylandı, lütfen oturum açmayı deneyin" + confirmation_period_expired: "%{period} içinde onaylanması gerekiyor, lütfen yeni bir tane isteyin" + expired: "süresi doldu, lütfen yeni bir tane isteyin" + not_found: "bulunamadı" + not_locked: "kilitli değil" not_saved: - one: "1 error prohibited this %{resource} from being saved:" - other: "%{count} errors prohibited this %{resource} from being saved:" + one: "1 hata bu %{resource} 'un kaydedilmesini engelledi:" + other: "%{count} hatası, bu %{resource} kaynağının kaydedilmesini yasakladı:" diff --git a/config/locales/el.yml b/config/locales/el.yml index 2a10147ab..f861eeca9 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -49,3 +49,10 @@ el: reply: email_subject: "νέα μηνύματα σε αυτήν την συνομιλία" transcript_subject: "Μεταγραφή Συνομιλίας" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/es.yml b/config/locales/es.yml index d6cbca9af..7a595b83c 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -49,3 +49,10 @@ es: reply: email_subject: "Nuevos mensajes en esta conversación" transcript_subject: "Transcripción de la conversación" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 26cd7ca19..e3a1e09a7 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -49,3 +49,10 @@ fa: reply: email_subject: "پیام‌های جدید در این مکالمه" transcript_subject: "متن مکالمه" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 8eed04b1f..268425fcc 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -49,3 +49,10 @@ fi: reply: email_subject: "New messages on this conversation" transcript_subject: "Keskustelukopio" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/fr.yml b/config/locales/fr.yml index dea756ed3..229db4562 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -49,3 +49,10 @@ fr: reply: email_subject: "Nouveaux messages dans cette conversation" transcript_subject: "Transcription de conversation" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/hi.yml b/config/locales/hi.yml index f630407e4..f46c4af30 100644 --- a/config/locales/hi.yml +++ b/config/locales/hi.yml @@ -49,3 +49,10 @@ hi: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 4b8d0bc4c..e11d506b6 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -49,3 +49,10 @@ hu: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/it.yml b/config/locales/it.yml index d26fd0254..a7cead8c3 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -49,3 +49,10 @@ it: reply: email_subject: "Nuovi messaggi in questa conversazione" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 7f3d6d896..11d8625ac 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -49,3 +49,10 @@ ja: reply: email_subject: "この会話に新着メッセージがあります" transcript_subject: "会話の記録" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/ko.yml b/config/locales/ko.yml index ce75fd92d..cd2988af8 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -49,3 +49,10 @@ ko: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/ml.yml b/config/locales/ml.yml index 0e623bf71..39cc7db39 100644 --- a/config/locales/ml.yml +++ b/config/locales/ml.yml @@ -49,11 +49,10 @@ ml: reply: email_subject: "ഈ സംഭാഷണത്തിലെ പുതിയ സന്ദേശങ്ങൾ" transcript_subject: "സംഭാഷണ ട്രാൻസ്ക്രിപ്റ്റ്" - integration_apps: slack: - name: "സ്ലാക്ക്" - description: "നിങ്ങളുടെ എല്ലാ ആശയവിനിമയങ്ങളും ഒരിടത്ത് കൊണ്ടുവരുന്ന ഒരു ചാറ്റ് ഉപകരണമാണ് സ്ലാക്ക്. സ്ലാക്ക് സംയോജിപ്പിക്കുന്നതിലൂടെ, നിങ്ങളുടെ അക്കൗണ്ടിലെ എല്ലാ പുതിയ സംഭാഷണങ്ങളെയും നിങ്ങളുടെ സ്ലാക്കിനുള്ളിൽ തന്നെ അറിയാൻ കഴിയും." + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." webhooks: - name: "വെബ്‌ഹൂക്കുകൾ" - description: "നിങ്ങളുടെ അക്കൗണ്ടിൽ എന്താണ് സംഭവിക്കുന്നതെന്നതിനെക്കുറിച്ചുള്ള തത്സമയ വിവരങ്ങൾ വെബ്‌ഹൂക്ക് ഇവന്റുകൾ നൽകുന്നു. നിങ്ങളുടെ പ്രിയപ്പെട്ട അപ്ലിക്കേഷനുകളിലേക്ക് ഇവന്റുകൾ കൈമാറ്റം ചെയ്യാൻ നിങ്ങൾക്ക് വെബ്‌ഹൂക്കുകൾ ഉപയോഗിക്കാൻ കഴിയും. നിങ്ങളുടെ വെബ്‌ഹൂക്കുകൾ സജ്ജീകരിക്കുന്നതിന് ഇവിടെ ക്ലിക്കുചെയ്യുക." + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 28a79c4a0..c19510fdd 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -49,3 +49,10 @@ nl: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/pl.yml b/config/locales/pl.yml index f6ac67850..91dc7ec25 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -49,3 +49,10 @@ pl: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 78215e321..f9d5e3a64 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -49,3 +49,10 @@ pt: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/pt_BR.yml b/config/locales/pt_BR.yml index a0dc75497..a1191c347 100644 --- a/config/locales/pt_BR.yml +++ b/config/locales/pt_BR.yml @@ -32,16 +32,16 @@ pt: status: resolved: "Conversa foi marcada como resolvida por %{user_name}" open: "Conversa foi reaberta por %{user_name}" - auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" + auto_resolved: "Conversa foi marcada como resolvida pelo sistema por ter %{duration} dias de inatividade" assignee: - self_assigned: "%{user_name} self-assigned this conversation" + self_assigned: "%{user_name} atribuiu a si mesmo essa conversa" assigned: "Atribuído a %{assignee_name} por %{user_name}" removed: "Conversa não atribuída por %{user_name}" labels: - added: "%{user_name} added %{labels}" - removed: "%{user_name} removed %{labels}" - muted: "%{user_name} has muted the conversation" - unmuted: "%{user_name} has unmuted the conversation" + added: "%{user_name} adicionou %{labels}" + removed: "%{user_name} removeu %{labels}" + muted: "%{user_name} silenciou a conversa" + unmuted: "%{user_name} reativou a conversa" templates: greeting_message_body: "%{account_name} normalmente responde em algumas horas." ways_to_reach_you_message_body: "Informe uma forma para entrarmos em contato com você." @@ -49,3 +49,10 @@ pt: reply: email_subject: "Novas mensagens nesta conversa" transcript_subject: "Transcrição da conversa" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 2906e27e6..07261ae44 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -49,3 +49,10 @@ ro: reply: email_subject: "Mesaje noi în această conversație" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/ru.yml b/config/locales/ru.yml index b774787d2..fabc5142f 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -38,8 +38,8 @@ ru: assigned: "%{user_name} назначил %{assignee_name} ответственным" removed: "Ответственный снят %{user_name}" labels: - added: "%{user_name} added %{labels}" - removed: "%{user_name} removed %{labels}" + added: "%{user_name} добавил %{labels}" + removed: "%{user_name} удалил %{labels}" muted: "%{user_name} has muted the conversation" unmuted: "%{user_name} has unmuted the conversation" templates: @@ -49,3 +49,10 @@ ru: reply: email_subject: "Новые сообщения в этом диалоге" transcript_subject: "Субтитры общения" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/sk.yml b/config/locales/sk.yml index b011ccfc6..b82fbf6b2 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -49,3 +49,10 @@ sk: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 820b4b4d9..832b1e66c 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -49,3 +49,10 @@ sv: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/ta.yml b/config/locales/ta.yml index a42bfc15c..2a9e194ec 100644 --- a/config/locales/ta.yml +++ b/config/locales/ta.yml @@ -49,3 +49,10 @@ ta: reply: email_subject: "இந்த உரையாடலில் புதிய செய்திகள்" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/th.yml b/config/locales/th.yml index 91b8af59b..c41a2dd9a 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -49,3 +49,10 @@ th: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 09e8cd685..31eb4c860 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -17,35 +17,42 @@ #To learn more, please read the Rails Internationalization guide #available at https://guides.rubyonrails.org/i18n.html. tr: - hello: "Hello world" + hello: "Merhaba Dünya" messages: - reset_password_success: Woot! Request for password reset is successful. Check your mail for instructions. - reset_password_failure: Uh ho! We could not find any user with the specified email. + reset_password_success: Parola sıfırlama isteği başarılı. Talimatlar için postanızı kontrol edin. + reset_password_failure: Belirtilen e-postaya sahip herhangi bir kullanıcı bulamadık. errors: signup: - disposable_email: We do not allow disposable emails - invalid_email: You have entered an invalid email - email_already_exists: "You have already signed up for an account with %{email}" - failed: Signup failed + disposable_email: Tek kullanımlık e-postalara izin vermiyoruz + invalid_email: Geçersiz bir e-posta girdiniz + email_already_exists: "%{email} ile zaten bir hesaba kaydoldunuz" + failed: Kayıt başarısız oldu conversations: activity: status: - resolved: "Conversation was marked resolved by %{user_name}" - open: "Conversation was reopened by %{user_name}" - auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" + resolved: "Görüşme %{user_name} tarafından çözüldü olarak işaretlendi" + open: "Görüşme %{user_name} tarafından çözüldü olarak işaretlendi" + auto_resolved: " %{duration} günlük hareketsizlik nedeniyle görüşme, sistem tarafından çözümlendi olarak işaretlendi" assignee: - self_assigned: "%{user_name} self-assigned this conversation" - assigned: "Assigned to %{assignee_name} by %{user_name}" - removed: "Conversation unassigned by %{user_name}" + self_assigned: "%{user_name} bu görüşmeyi kendisi atadı" + assigned: "%{user_name} tarafından %{assignee_name} adına atandı" + removed: "Görüşmenin ataması %{user_name} tarafından kaldırıldı" labels: - added: "%{user_name} added %{labels}" - removed: "%{user_name} removed %{labels}" - muted: "%{user_name} has muted the conversation" - unmuted: "%{user_name} has unmuted the conversation" + added: "%{user_name},%{labels} ekledi" + removed: "%{user_name} , %{labels} kaldırdı" + muted: "%{user_name}, sohbeti sessize aldı" + unmuted: "%{user_name} görüşmenin sesini açtı" templates: - greeting_message_body: "%{account_name} typically replies in a few hours." - ways_to_reach_you_message_body: "Give the team a way to reach you." - email_input_box_message_body: "Get notified by email" + greeting_message_body: "%{account_name} genellikle birkaç saat içinde yanıt verir." + ways_to_reach_you_message_body: "Ekibin size ulaşması için bir bilgi verin." + email_input_box_message_body: "E-posta ile haberdar olun" reply: - email_subject: "New messages on this conversation" - transcript_subject: "Conversation Transcript" + email_subject: "Bu görüşmedeki yeni mesajlar" + transcript_subject: "Konuşma Metni" + integration_apps: + slack: + name: "Slack" + description: "Slack, tüm iletişiminizi tek bir yerde bir araya getiren bir sohbet aracıdır. Slack'i entegre ederek, hesabınızdaki tüm yeni konuşmalardan Slack'inizin içinde bildirim alabilirsiniz." + webhooks: + name: "Webhooks" + description: "Webhook olayları size hesabınızda gerçekleşen gerçek zamanlı bilgileri getirmenizi sağlar. Bu webhookları kullanarak olaylar ile favori uygulamalarınızı haberleştirebilirsiniz(ör: Slack , \n Github). Yapılandıra basarak webhooklarınızı ayarlayabilirsiniz." diff --git a/config/locales/uk.yml b/config/locales/uk.yml index e35a07374..3b64e6b2c 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -49,3 +49,10 @@ uk: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 588433857..15f13bc07 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -49,3 +49,10 @@ vi: reply: email_subject: "Tin nhắn mới về cuộc trò chuyện này" transcript_subject: "Bản ghi cuộc hội thoại" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/zh_CN.yml b/config/locales/zh_CN.yml index 508458cf4..e09b519a1 100644 --- a/config/locales/zh_CN.yml +++ b/config/locales/zh_CN.yml @@ -49,3 +49,10 @@ zh-CN: reply: email_subject: "此对话中的新消息" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks." diff --git a/config/locales/zh_TW.yml b/config/locales/zh_TW.yml index 2552d737b..eb7aa4520 100644 --- a/config/locales/zh_TW.yml +++ b/config/locales/zh_TW.yml @@ -49,3 +49,10 @@ zh-TW: reply: email_subject: "New messages on this conversation" transcript_subject: "Conversation Transcript" + integration_apps: + slack: + name: "Slack" + description: "Slack is a chat tool that brings all your communication together in one place. By integrating Slack, you can get notified of all the new conversations in your account right inside your Slack." + webhooks: + name: "Webhooks" + description: "Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks."