diff --git a/app/javascript/dashboard/i18n/locale/ar/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ar/advancedFilters.json index c6c850d7e..63c975ca4 100644 --- a/app/javascript/dashboard/i18n/locale/ar/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ar/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "اسم الحملة", "LABELS": "الوسوم", "BROWSER_LANGUAGE": "لغة المتصفح", + "PRIORITY": "Priority", "COUNTRY_NAME": "اسم الدولة", "REFERER_LINK": "رابط المرجع", "CUSTOM_ATTRIBUTE_LIST": "القائمة", diff --git a/app/javascript/dashboard/i18n/locale/ar/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ar/agentMgmt.json index 7cab8b7a1..e5552a9ea 100644 --- a/app/javascript/dashboard/i18n/locale/ar/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "البحث عن وكلاء", - "TEAM": "البحث عن فريق" + "TEAM": "البحث عن فريق", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ar/conversation.json b/app/javascript/dashboard/i18n/locale/ar/conversation.json index 4538f6bbd..314592e66 100644 --- a/app/javascript/dashboard/i18n/locale/ar/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ar/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "ملف غير معروف", "SAVE_CONTACT": "حفظ", "UPLOADING_ATTACHMENTS": "جاري تحميل المرفقات...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "تم حذف الرسالة بنجاح", "FAIL_DELETE_MESSSAGE": "تعذر حذف الرسالة! حاول مرة أخرى", "NO_RESPONSE": "لا توجد استجابة", @@ -66,6 +67,23 @@ "NEXT_WEEK": "الأسبوع المقبل" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "لا شيء", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "لا شيء", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "لم يتم العثور على النتائج", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "تحديد كمعلق", "RESOLVED": "تحديد كمحلولة", diff --git a/app/javascript/dashboard/i18n/locale/ar/generalSettings.json b/app/javascript/dashboard/i18n/locale/ar/generalSettings.json index 3bac19919..f82eb3256 100644 --- a/app/javascript/dashboard/i18n/locale/ar/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ar/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "التقارير", "CONVERSATION": "المحادثات", "CHANGE_ASSIGNEE": "تغيير المحال إليه", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "تغيير الفريق", "ADD_LABEL": "إضافة تسمية إلى المحادثة", "REMOVE_LABEL": "إزالة التسمية من المحادثة", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "الذهاب إلى الإشعارات", "ADD_LABELS_TO_CONVERSATION": "إضافة تسمية إلى المحادثة", "ASSIGN_AN_AGENT": "تعيين وكيل", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "تعيين فريق", "MUTE_CONVERSATION": "كتم المحادثة", "UNMUTE_CONVERSATION": "إلغاء كتم المحادثة", diff --git a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json index 9976d603d..8ae9bd735 100644 --- a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "حد الإسناد التلقائي", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "الرجاء إدخال قيمة أكبر من 0", diff --git a/app/javascript/dashboard/i18n/locale/ar/integrations.json b/app/javascript/dashboard/i18n/locale/ar/integrations.json index 361f02101..238e1fd02 100644 --- a/app/javascript/dashboard/i18n/locale/ar/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ar/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "إلغاء" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "حذف", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ar/login.json b/app/javascript/dashboard/i18n/locale/ar/login.json index c98fb00b2..770e8730b 100644 --- a/app/javascript/dashboard/i18n/locale/ar/login.json +++ b/app/javascript/dashboard/i18n/locale/ar/login.json @@ -3,16 +3,16 @@ "TITLE": "تسجيل الدخول إلى Chatwoot", "EMAIL": { "LABEL": "البريد الإلكتروني", - "PLACEHOLDER": "مثال: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "كلمة المرور", "PLACEHOLDER": "كلمة المرور" }, "API": { - "SUCCESS_MESSAGE": "تم تسجيل الدخول بنجاح", - "ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً", - "UNAUTH": "اسم المستخدم / كلمة المرور غير صحيحة. الرجاء المحاولة مرة أخرى" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ar/resetPassword.json b/app/javascript/dashboard/i18n/locale/ar/resetPassword.json index e862f7f13..daf695176 100644 --- a/app/javascript/dashboard/i18n/locale/ar/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ar/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "إعادة تعيين كلمة المرور", "EMAIL": { "LABEL": "البريد الإلكتروني", - "PLACEHOLDER": "الرجاء إدخال بريدك الإلكتروني", - "ERROR": "الرجاء إدخال بريد إلكتروني صالح" + "PLACEHOLDER": "الرجاء إدخال بريدك الإلكتروني.", + "ERROR": "الرجاء إدخال بريد إلكتروني صالح." }, "API": { - "SUCCESS_MESSAGE": "تم إرسال رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني", - "ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً" + "SUCCESS_MESSAGE": "تم إرسال رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "إرسال" } diff --git a/app/javascript/dashboard/i18n/locale/ar/search.json b/app/javascript/dashboard/i18n/locale/ar/search.json index ef665170a..5555f0358 100644 --- a/app/javascript/dashboard/i18n/locale/ar/search.json +++ b/app/javascript/dashboard/i18n/locale/ar/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "رد آلي", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ar/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ar/setNewPassword.json index 8ab16c39e..7fb41ec3f 100644 --- a/app/javascript/dashboard/i18n/locale/ar/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ar/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "تعيين كلمة مرور جديدة", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "كلمة المرور", "PLACEHOLDER": "كلمة المرور", - "ERROR": "كلمة المرور قصيرة جداً" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "تأكيد كلمة المرور", + "LABEL": "Confirm password", "PLACEHOLDER": "تأكيد كلمة المرور", - "ERROR": "كلمة المرور غير متطابقة" + "ERROR": "كلمة المرور غير متطابقة." }, "API": { - "SUCCESS_MESSAGE": "تم تغيير كلمة المرور بنجاح", - "ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً" + "SUCCESS_MESSAGE": "تم تغيير كلمة المرور بنجاح.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "انتهت صلاحية التحقق. الرجاء حل كلمة التحقق مرة أخرى." diff --git a/app/javascript/dashboard/i18n/locale/ar/signup.json b/app/javascript/dashboard/i18n/locale/ar/signup.json index e49d97f88..b676b7e98 100644 --- a/app/javascript/dashboard/i18n/locale/ar/signup.json +++ b/app/javascript/dashboard/i18n/locale/ar/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "الاسم الكامل", - "PLACEHOLDER": "أدخل اسمك الكامل. مثال: بروس وين", - "ERROR": "الاسم الكامل قصير جداً" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "البريد الإلكتروني للعمل", - "PLACEHOLDER": "أدخل عنوان بريدك الإلكتروني للعمل. مثال: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "كلمة المرور", "PLACEHOLDER": "كلمة المرور", - "ERROR": "كلمة المرور قصيرة جداً", - "IS_INVALID_PASSWORD": "يجب أن تحتوي كلمة المرور على الأقل على حرف كبير واحد وحرف صغير واحد ورقم واحد وحرف خاص واحد" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "يجب أن تحتوي كلمة المرور على الأقل على حرف كبير واحد وحرف صغير واحد ورقم واحد وحرف خاص واحد." }, "CONFIRM_PASSWORD": { - "LABEL": "تأكيد كلمة المرور", - "PLACEHOLDER": "تأكيد كلمة المرور", - "ERROR": "كلمة المرور غير متطابقة" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "كلمة المرور غير متطابقة." }, "API": { "SUCCESS_MESSAGE": "تم التسجيل بنجاح", - "ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "إرسال", "HAVE_AN_ACCOUNT": "هل لديك حساب مسبق؟" diff --git a/app/javascript/dashboard/i18n/locale/bg/advancedFilters.json b/app/javascript/dashboard/i18n/locale/bg/advancedFilters.json index 31b387436..cf74d2200 100644 --- a/app/javascript/dashboard/i18n/locale/bg/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/bg/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Име на кампания", "LABELS": "Етикети", "BROWSER_LANGUAGE": "Език на браузъра", + "PRIORITY": "Priority", "COUNTRY_NAME": "Име на държавата", "REFERER_LINK": "Референтна връзка", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/bg/agentMgmt.json b/app/javascript/dashboard/i18n/locale/bg/agentMgmt.json index 37441f1ba..7380d7530 100644 --- a/app/javascript/dashboard/i18n/locale/bg/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/bg/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Търсете агенти", - "TEAM": "Търсете екипи" + "TEAM": "Търсете екипи", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/bg/conversation.json b/app/javascript/dashboard/i18n/locale/bg/conversation.json index e064dc876..96582d5e5 100644 --- a/app/javascript/dashboard/i18n/locale/bg/conversation.json +++ b/app/javascript/dashboard/i18n/locale/bg/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Нито един", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Нито един", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Няма намерени резултати", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/bg/generalSettings.json b/app/javascript/dashboard/i18n/locale/bg/generalSettings.json index f2ba3f132..04058526c 100644 --- a/app/javascript/dashboard/i18n/locale/bg/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/bg/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Разговор", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json index 0f68b49a8..24293eee2 100644 --- a/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/bg/integrations.json b/app/javascript/dashboard/i18n/locale/bg/integrations.json index b5f214961..5ee01757b 100644 --- a/app/javascript/dashboard/i18n/locale/bg/integrations.json +++ b/app/javascript/dashboard/i18n/locale/bg/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Отмени" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Изтрий", "API": { diff --git a/app/javascript/dashboard/i18n/locale/bg/login.json b/app/javascript/dashboard/i18n/locale/bg/login.json index a75430cb2..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/bg/login.json +++ b/app/javascript/dashboard/i18n/locale/bg/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "API": { - "SUCCESS_MESSAGE": "Login Successful", - "ERROR_MESSAGE": "Не можа да се свърже с Woot сървър. Моля, опитайте отново по-късно", - "UNAUTH": "Username / Password Incorrect. Please try again" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/bg/resetPassword.json b/app/javascript/dashboard/i18n/locale/bg/resetPassword.json index 440ce1b6c..5af33879a 100644 --- a/app/javascript/dashboard/i18n/locale/bg/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/bg/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Нулиране на парола", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Моля, въведете имейла адреса си.", + "ERROR": "Please enter a valid email." }, "API": { - "SUCCESS_MESSAGE": "Password reset link has been sent to your email", - "ERROR_MESSAGE": "Не можа да се свърже с Woot сървър. Моля, опитайте отново по-късно" + "SUCCESS_MESSAGE": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Изпращане" } diff --git a/app/javascript/dashboard/i18n/locale/bg/search.json b/app/javascript/dashboard/i18n/locale/bg/search.json index 02d13552c..ff7ad2d06 100644 --- a/app/javascript/dashboard/i18n/locale/bg/search.json +++ b/app/javascript/dashboard/i18n/locale/bg/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Бот", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/bg/setNewPassword.json b/app/javascript/dashboard/i18n/locale/bg/setNewPassword.json index c2653e5c3..424c8b461 100644 --- a/app/javascript/dashboard/i18n/locale/bg/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/bg/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Не можа да се свърже с Woot сървър. Моля, опитайте отново по-късно" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/bg/signup.json b/app/javascript/dashboard/i18n/locale/bg/signup.json index aa9669b89..1ad4865ff 100644 --- a/app/javascript/dashboard/i18n/locale/bg/signup.json +++ b/app/javascript/dashboard/i18n/locale/bg/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Не можа да се свърже с Woot сървър. Моля, опитайте отново по-късно" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/ca/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ca/advancedFilters.json index c14c982df..97db8360c 100644 --- a/app/javascript/dashboard/i18n/locale/ca/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ca/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Etiquetes", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Nom del país", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/ca/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ca/agentMgmt.json index c59eb9c42..829bcc7ef 100644 --- a/app/javascript/dashboard/i18n/locale/ca/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Cerca agents", - "TEAM": "Cerca equips" + "TEAM": "Cerca equips", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ca/conversation.json b/app/javascript/dashboard/i18n/locale/ca/conversation.json index 7d13fdacc..93d18f940 100644 --- a/app/javascript/dashboard/i18n/locale/ca/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ca/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Pujant fitxers adjunts...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "Sense resposta", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Ningú", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Ningú", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No s'ha trobat agents", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/ca/generalSettings.json b/app/javascript/dashboard/i18n/locale/ca/generalSettings.json index 3fa6780f4..63be2176c 100644 --- a/app/javascript/dashboard/i18n/locale/ca/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ca/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Informes", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json index 28b7d8d70..60ea5f001 100644 --- a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ca/integrations.json b/app/javascript/dashboard/i18n/locale/ca/integrations.json index f15209a53..549ae08d6 100644 --- a/app/javascript/dashboard/i18n/locale/ca/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ca/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Cancel·la" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Suprimeix", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ca/login.json b/app/javascript/dashboard/i18n/locale/ca/login.json index 2b5bcdb71..d10c1455f 100644 --- a/app/javascript/dashboard/i18n/locale/ca/login.json +++ b/app/javascript/dashboard/i18n/locale/ca/login.json @@ -3,16 +3,16 @@ "TITLE": "Entra a Chatwoot", "EMAIL": { "LABEL": "Correu electrònic", - "PLACEHOLDER": "Correu electrònic p.e.: someone@exemple.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Contrasenya", "PLACEHOLDER": "Contrasenya" }, "API": { - "SUCCESS_MESSAGE": "Iniciada la sessió amb èxit", - "ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant", - "UNAUTH": "Nom d'usuari / contrasenya incorrecte. Torna-ho a provar-ho" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ca/resetPassword.json b/app/javascript/dashboard/i18n/locale/ca/resetPassword.json index d9f15ba8c..374ebc3e2 100644 --- a/app/javascript/dashboard/i18n/locale/ca/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ca/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reinicialitza la contrasenya", + "TITLE": "Restablir la contrasenya", "EMAIL": { "LABEL": "Correu electrònic", - "PLACEHOLDER": "Introduïu el correu electrònic", - "ERROR": "Introduïu un correu electrònic vàlid" + "PLACEHOLDER": "Introduïu el vostre correu electrònic.", + "ERROR": "Introduïu un correu electrònic vàlid." }, "API": { - "SUCCESS_MESSAGE": "L’enllaç de reinicialització de la contrasenya s’ha enviat al vostre correu electrònic", - "ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant" + "SUCCESS_MESSAGE": "L’enllaç de reinicialització de la contrasenya s’ha enviat al vostre correu electrònic.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Envia" } diff --git a/app/javascript/dashboard/i18n/locale/ca/search.json b/app/javascript/dashboard/i18n/locale/ca/search.json index efd6f1503..69f707f91 100644 --- a/app/javascript/dashboard/i18n/locale/ca/search.json +++ b/app/javascript/dashboard/i18n/locale/ca/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ca/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ca/setNewPassword.json index 8098a7271..90b9c1b04 100644 --- a/app/javascript/dashboard/i18n/locale/ca/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ca/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Estableix la nova contrasenya", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Contrasenya", "PLACEHOLDER": "Contrasenya", - "ERROR": "Contrasenya és massa curta" + "ERROR": "La contrasenya és massa curta." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirma la contrasenya", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirma la contrasenya", - "ERROR": "La contrasenya no coindeix" + "ERROR": "La contrasenya no coindeix." }, "API": { - "SUCCESS_MESSAGE": "S'ha canviat la contrasenya correctament", - "ERROR_MESSAGE": "No s'ha pogut connectar amb Woot Server. Torneu-ho a provar més endavant" + "SUCCESS_MESSAGE": "S'ha canviat la contrasenya correctament.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ca/signup.json b/app/javascript/dashboard/i18n/locale/ca/signup.json index 16dead7a5..1b7d96b78 100644 --- a/app/javascript/dashboard/i18n/locale/ca/signup.json +++ b/app/javascript/dashboard/i18n/locale/ca/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Nom complet", - "PLACEHOLDER": "Introdueix el teu nom complet. ex: Bruce Wayne", - "ERROR": "El nom del compte és massa curt" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "El nom del compte és massa curt." }, "EMAIL": { "LABEL": "Email de treball", - "PLACEHOLDER": "Introdueix la teva adreça email de treball. ex: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Contrasenya", "PLACEHOLDER": "Contrasenya", - "ERROR": "La contrasenya és massa curta", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "La contrasenya és massa curta.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirma la contrasenya", - "PLACEHOLDER": "Confirma la contrasenya", - "ERROR": "Les contrasenyes no coincideixen" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Les contrasenyes no coincideixen." }, "API": { "SUCCESS_MESSAGE": "Registrat correctament", - "ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Ja tens un compte?" diff --git a/app/javascript/dashboard/i18n/locale/cs/advancedFilters.json b/app/javascript/dashboard/i18n/locale/cs/advancedFilters.json index 1332d1519..ec6e093fa 100644 --- a/app/javascript/dashboard/i18n/locale/cs/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/cs/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Štítky", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json b/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json index 7ae18a6a3..883dcd0fa 100644 --- a/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Hledat agenty", - "TEAM": "Hledat týmy" + "TEAM": "Hledat týmy", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/cs/conversation.json b/app/javascript/dashboard/i18n/locale/cs/conversation.json index 48180e03a..beb496c38 100644 --- a/app/javascript/dashboard/i18n/locale/cs/conversation.json +++ b/app/javascript/dashboard/i18n/locale/cs/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Neznámý soubor", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Nahrávání příloh...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Zpráva byla úspěšně smazána", "FAIL_DELETE_MESSSAGE": "Zpráva se nepodařilo odstranit! Zkuste to znovu", "NO_RESPONSE": "Bez odpovědi", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Příští týden" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Nic", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Nic", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Žádné výsledky", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Označit jako nevyřízené", "RESOLVED": "Označit jako vyřešené", diff --git a/app/javascript/dashboard/i18n/locale/cs/generalSettings.json b/app/javascript/dashboard/i18n/locale/cs/generalSettings.json index 4563aae25..7601ea687 100644 --- a/app/javascript/dashboard/i18n/locale/cs/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/cs/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Zprávy", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json index 59aa1ce2d..b229b4a39 100644 --- a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/cs/integrations.json b/app/javascript/dashboard/i18n/locale/cs/integrations.json index ad1e104dc..3171c2123 100644 --- a/app/javascript/dashboard/i18n/locale/cs/integrations.json +++ b/app/javascript/dashboard/i18n/locale/cs/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Zrušit" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Vymazat", "API": { diff --git a/app/javascript/dashboard/i18n/locale/cs/login.json b/app/javascript/dashboard/i18n/locale/cs/login.json index cf7dad52a..da8421c07 100644 --- a/app/javascript/dashboard/i18n/locale/cs/login.json +++ b/app/javascript/dashboard/i18n/locale/cs/login.json @@ -3,16 +3,16 @@ "TITLE": "Přihlásit se do Chatwoot", "EMAIL": { "LABEL": "E-mailová adresa", - "PLACEHOLDER": "E-mail např: někdo@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Heslo", "PLACEHOLDER": "Heslo" }, "API": { - "SUCCESS_MESSAGE": "Přihlášení úspěšné", - "ERROR_MESSAGE": "Nelze se připojit k Woot serveru, opakujte akci později", - "UNAUTH": "Nesprávné uživatelské jméno / heslo. Zkuste to prosím znovu" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/cs/resetPassword.json b/app/javascript/dashboard/i18n/locale/cs/resetPassword.json index 0348bcbf1..ce1cead0e 100644 --- a/app/javascript/dashboard/i18n/locale/cs/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/cs/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Obnovit heslo", + "TITLE": "Reset password", "EMAIL": { "LABEL": "E-mailová adresa", - "PLACEHOLDER": "Prosím, zadejte svůj e-mail", - "ERROR": "Zadejte prosím platný e-mail" + "PLACEHOLDER": "Prosím, zadejte svůj e-mail.", + "ERROR": "Zadejte prosím platný e-mail." }, "API": { - "SUCCESS_MESSAGE": "Odkaz pro obnovení hesla byl odeslán na váš e-mail", - "ERROR_MESSAGE": "Nelze se připojit k Woot serveru, opakujte akci později" + "SUCCESS_MESSAGE": "Odkaz pro obnovení hesla byl odeslán na váš e-mail.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Odeslat" } diff --git a/app/javascript/dashboard/i18n/locale/cs/search.json b/app/javascript/dashboard/i18n/locale/cs/search.json index ba3d90461..0906d184e 100644 --- a/app/javascript/dashboard/i18n/locale/cs/search.json +++ b/app/javascript/dashboard/i18n/locale/cs/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/cs/setNewPassword.json b/app/javascript/dashboard/i18n/locale/cs/setNewPassword.json index e6421e12c..6fcc355fc 100644 --- a/app/javascript/dashboard/i18n/locale/cs/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/cs/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Nastavit nové heslo", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Heslo", "PLACEHOLDER": "Heslo", - "ERROR": "Heslo je příliš krátké" + "ERROR": "Heslo je příliš krátké." }, "CONFIRM_PASSWORD": { - "LABEL": "Potvrzení hesla", + "LABEL": "Confirm password", "PLACEHOLDER": "Potvrzení hesla", - "ERROR": "Hesla se neshodují" + "ERROR": "Hesla se neshodují." }, "API": { - "SUCCESS_MESSAGE": "Heslo bylo úspěšně změněno", - "ERROR_MESSAGE": "Nelze se připojit k Woot serveru, opakujte akci později" + "SUCCESS_MESSAGE": "Heslo bylo úspěšně změněno.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Ověření vypršelo. Vyřešte captchu znovu." diff --git a/app/javascript/dashboard/i18n/locale/cs/signup.json b/app/javascript/dashboard/i18n/locale/cs/signup.json index f05140e49..5cd92541d 100644 --- a/app/javascript/dashboard/i18n/locale/cs/signup.json +++ b/app/javascript/dashboard/i18n/locale/cs/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Celé jméno", - "PLACEHOLDER": "Zadejte celé jméno. např.: Jan Novák", - "ERROR": "Celé jméno je příliš krátké" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Celé jméno je příliš krátké." }, "EMAIL": { "LABEL": "Pracovní e-mail", - "PLACEHOLDER": "Zadejte svou pracovní e-mailovou adresu. např.: jan@novak.spolecnost", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Heslo", "PLACEHOLDER": "Heslo", - "ERROR": "Heslo je příliš krátké", - "IS_INVALID_PASSWORD": "Heslo by mělo obsahovat alespoň jedno velké písmeno, jedno malé písmeno, jedno číslo a jeden speciální znak" + "ERROR": "Heslo je příliš krátké.", + "IS_INVALID_PASSWORD": "Heslo by mělo obsahovat alespoň jedno velké písmeno, jedno malé písmeno, jedno číslo a jeden speciální znak." }, "CONFIRM_PASSWORD": { - "LABEL": "Potvrzení hesla", - "PLACEHOLDER": "Potvrzení hesla", - "ERROR": "Heslo se neshoduje" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Heslo se neshoduje." }, "API": { "SUCCESS_MESSAGE": "Registrace byla úspěšná", - "ERROR_MESSAGE": "Nelze se připojit k Woot serveru, opakujte akci později" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Máte již účet?" diff --git a/app/javascript/dashboard/i18n/locale/da/advancedFilters.json b/app/javascript/dashboard/i18n/locale/da/advancedFilters.json index a9b191eee..e4387fc7c 100644 --- a/app/javascript/dashboard/i18n/locale/da/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/da/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Kampagne Navn", "LABELS": "Etiketter", "BROWSER_LANGUAGE": "Browser Sprog", + "PRIORITY": "Priority", "COUNTRY_NAME": "Land Navn", "REFERER_LINK": "Refererer link", "CUSTOM_ATTRIBUTE_LIST": "Liste", diff --git a/app/javascript/dashboard/i18n/locale/da/agentMgmt.json b/app/javascript/dashboard/i18n/locale/da/agentMgmt.json index 0fa2b4825..549ae64ed 100644 --- a/app/javascript/dashboard/i18n/locale/da/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Søg agenter", - "TEAM": "Søg i teams" + "TEAM": "Søg i teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/da/conversation.json b/app/javascript/dashboard/i18n/locale/da/conversation.json index c759dd823..631e847fc 100644 --- a/app/javascript/dashboard/i18n/locale/da/conversation.json +++ b/app/javascript/dashboard/i18n/locale/da/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Ukendt Fil", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploader vedhæftede filer...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Besked slettet", "FAIL_DELETE_MESSSAGE": "Kunne ikke slette beskeden! Prøv igen", "NO_RESPONSE": "Intet svar", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Næste uge" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Ingen", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Ingen", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Ingen resultater fundet", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Markér som afventende", "RESOLVED": "Marker som løst", diff --git a/app/javascript/dashboard/i18n/locale/da/generalSettings.json b/app/javascript/dashboard/i18n/locale/da/generalSettings.json index 22251505b..3cc0e219e 100644 --- a/app/javascript/dashboard/i18n/locale/da/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/da/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Rapporter", "CONVERSATION": "Samtale", "CHANGE_ASSIGNEE": "Skift Modtager", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Skift Team", "ADD_LABEL": "Tilføj etiket til samtalen", "REMOVE_LABEL": "Fjern etiket fra samtalen", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Gå til Notifikationer", "ADD_LABELS_TO_CONVERSATION": "Tilføj etiket til samtalen", "ASSIGN_AN_AGENT": "Tildel en agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Tildel et team", "MUTE_CONVERSATION": "Gør samtale lydløs", "UNMUTE_CONVERSATION": "Fjern samtale", diff --git a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json index bb5c71699..5348f1fe4 100644 --- a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Grænse for automatisk tildeling", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Indtast en værdi større end 0", diff --git a/app/javascript/dashboard/i18n/locale/da/integrations.json b/app/javascript/dashboard/i18n/locale/da/integrations.json index 66d10290a..2868e45af 100644 --- a/app/javascript/dashboard/i18n/locale/da/integrations.json +++ b/app/javascript/dashboard/i18n/locale/da/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Annuller" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Slet", "API": { diff --git a/app/javascript/dashboard/i18n/locale/da/login.json b/app/javascript/dashboard/i18n/locale/da/login.json index 6f5f123eb..5f0104238 100644 --- a/app/javascript/dashboard/i18n/locale/da/login.json +++ b/app/javascript/dashboard/i18n/locale/da/login.json @@ -3,16 +3,16 @@ "TITLE": "Log ind på Chatwoot", "EMAIL": { "LABEL": "E-mail", - "PLACEHOLDER": "E-mail, fx: navn@eksempel.dk" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Adgangskode", "PLACEHOLDER": "Adgangskode" }, "API": { - "SUCCESS_MESSAGE": "Login Lykkedes", - "ERROR_MESSAGE": "Kunne ikke oprette forbindelse til Woot Server, Prøv igen senere", - "UNAUTH": "Brugernavn / adgangskode forkert. Prøv igen" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/da/resetPassword.json b/app/javascript/dashboard/i18n/locale/da/resetPassword.json index 4fd200d7c..b77d9e020 100644 --- a/app/javascript/dashboard/i18n/locale/da/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/da/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Nulstil Adgangskode", + "TITLE": "Reset password", "EMAIL": { "LABEL": "E-mail", - "PLACEHOLDER": "Indtast venligst din e-mail", - "ERROR": "Indtast venligst en gyldig e-mail" + "PLACEHOLDER": "Indtast venligst din e-mail.", + "ERROR": "Indtast venligst en gyldig e-mail." }, "API": { - "SUCCESS_MESSAGE": "Link til nulstilling af adgangskode er blevet sendt til din e-mail", - "ERROR_MESSAGE": "Kunne ikke oprette forbindelse til Woot Server, Prøv igen senere" + "SUCCESS_MESSAGE": "Link til nulstilling af adgangskode er blevet sendt til din e-mail.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Send" } diff --git a/app/javascript/dashboard/i18n/locale/da/search.json b/app/javascript/dashboard/i18n/locale/da/search.json index a87685f4b..84570b52d 100644 --- a/app/javascript/dashboard/i18n/locale/da/search.json +++ b/app/javascript/dashboard/i18n/locale/da/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/da/setNewPassword.json b/app/javascript/dashboard/i18n/locale/da/setNewPassword.json index 0f3f3b599..c46bca700 100644 --- a/app/javascript/dashboard/i18n/locale/da/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/da/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Angiv Ny Adgangskode", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Adgangskode", "PLACEHOLDER": "Adgangskode", - "ERROR": "Adgangskoden er for kort" + "ERROR": "Adgangskoden er for kort." }, "CONFIRM_PASSWORD": { - "LABEL": "Bekræft Adgangskode", + "LABEL": "Confirm password", "PLACEHOLDER": "Bekræft Adgangskode", - "ERROR": "Adgangskoder stemmer ikke overens" + "ERROR": "Adgangskoder stemmer ikke overens." }, "API": { - "SUCCESS_MESSAGE": "Adgangskoden blev ændret", - "ERROR_MESSAGE": "Kunne ikke oprette forbindelse til Woot Server, Prøv igen senere" + "SUCCESS_MESSAGE": "Adgangskoden blev ændret.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Bekræftelse er udløbet. Løs captcha igen." diff --git a/app/javascript/dashboard/i18n/locale/da/signup.json b/app/javascript/dashboard/i18n/locale/da/signup.json index dd9206bd0..87fb06faf 100644 --- a/app/javascript/dashboard/i18n/locale/da/signup.json +++ b/app/javascript/dashboard/i18n/locale/da/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Firmanavn", - "PLACEHOLDER": "Indtast dit firmanavn, fx: Wayne Enterprises", - "ERROR": "Firmanavn er for kort" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Firmanavn er for kort." }, "FULL_NAME": { "LABEL": "Fulde navn", - "PLACEHOLDER": "Indtast dit fulde navn. fx: Bruce Wayne", - "ERROR": "Fulde navn er for kort" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Fulde navn er for kort." }, "EMAIL": { "LABEL": "Arbejde e-mail", - "PLACEHOLDER": "Indtast din arbejdsmailadresse fx: bruce@wayne.enterprises", - "ERROR": "Indtast venligst en gyldig arbejdsmail" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Indtast venligst en gyldig arbejdsmail." }, "PASSWORD": { "LABEL": "Adgangskode", "PLACEHOLDER": "Adgangskode", - "ERROR": "Adgangskoden er for kort", - "IS_INVALID_PASSWORD": "Adgangskoden skal indeholde mindst 1 stort bogstav, 1 lille bogstav, 1 nummer og 1 specialtegn" + "ERROR": "Adgangskoden er for kort.", + "IS_INVALID_PASSWORD": "Adgangskoden skal indeholde mindst 1 stort bogstav, 1 lille bogstav, 1 nummer og 1 specialtegn." }, "CONFIRM_PASSWORD": { - "LABEL": "Bekræft Adgangskode", - "PLACEHOLDER": "Bekræft Adgangskode", - "ERROR": "Adgangskode stemmer ikke overens" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Adgangskode stemmer ikke overens." }, "API": { "SUCCESS_MESSAGE": "Registrering Succesfuld", - "ERROR_MESSAGE": "Kunne ikke oprette forbindelse til Woot Server, Prøv igen senere" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Har du allerede en konto?" diff --git a/app/javascript/dashboard/i18n/locale/de/advancedFilters.json b/app/javascript/dashboard/i18n/locale/de/advancedFilters.json index e6eb76b63..594bda7e3 100644 --- a/app/javascript/dashboard/i18n/locale/de/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/de/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Kampagnenname", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browsersprache", + "PRIORITY": "Priority", "COUNTRY_NAME": "Ländername", "REFERER_LINK": "Referer-Link", "CUSTOM_ATTRIBUTE_LIST": "Liste", diff --git a/app/javascript/dashboard/i18n/locale/de/agentMgmt.json b/app/javascript/dashboard/i18n/locale/de/agentMgmt.json index 4d77637ca..3a3956a5d 100644 --- a/app/javascript/dashboard/i18n/locale/de/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Agenten suchen", - "TEAM": "Teams suchen" + "TEAM": "Teams suchen", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/de/conversation.json b/app/javascript/dashboard/i18n/locale/de/conversation.json index faf4b2db7..88f6cfb01 100644 --- a/app/javascript/dashboard/i18n/locale/de/conversation.json +++ b/app/javascript/dashboard/i18n/locale/de/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unbekannte Datei", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Anhänge werden hochgeladen...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Nachricht erfolgreich gelöscht", "FAIL_DELETE_MESSSAGE": "Nachricht konnte nicht gelöscht werden! Versuchen Sie es erneut", "NO_RESPONSE": "Keine Antwort", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Nächste Woche" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Keine", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Keine", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Keine Ergebnisse gefunden", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Als ausstehend markieren", "RESOLVED": "Als gelöst markieren", diff --git a/app/javascript/dashboard/i18n/locale/de/generalSettings.json b/app/javascript/dashboard/i18n/locale/de/generalSettings.json index bd448e524..c380319e5 100644 --- a/app/javascript/dashboard/i18n/locale/de/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/de/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Berichte", "CONVERSATION": "Konversation", "CHANGE_ASSIGNEE": "Beauftragten ändern", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Team wechseln", "ADD_LABEL": "Label zur Konversation hinzufügen", "REMOVE_LABEL": "Label aus der Konversation entfernen", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Zu Benachrichtigungen", "ADD_LABELS_TO_CONVERSATION": "Label zur Konversation hinzufügen", "ASSIGN_AN_AGENT": "Einen Agent zuweisen", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Ein Team zuweisen", "MUTE_CONVERSATION": "Konversation stummschalten", "UNMUTE_CONVERSATION": "Konversation entstummen", diff --git a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json index f4d04fe87..ff6da5db0 100644 --- a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Limit für automatische Zuweisung", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Bitte geben Sie einen Wert größer als 0 ein", diff --git a/app/javascript/dashboard/i18n/locale/de/integrations.json b/app/javascript/dashboard/i18n/locale/de/integrations.json index 0a289f896..26c711f7e 100644 --- a/app/javascript/dashboard/i18n/locale/de/integrations.json +++ b/app/javascript/dashboard/i18n/locale/de/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "Beim Verbinden des Anrufs ist ein Fehler aufgetreten, bitte versuche es erneut", "CREATE_ERROR": "Beim Erstellen eines Meeting-Links ist ein Fehler aufgetreten, bitte versuchen Sie es erneut" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Stornieren" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Löschen", "API": { diff --git a/app/javascript/dashboard/i18n/locale/de/login.json b/app/javascript/dashboard/i18n/locale/de/login.json index 37542c323..b6d13ed39 100644 --- a/app/javascript/dashboard/i18n/locale/de/login.json +++ b/app/javascript/dashboard/i18n/locale/de/login.json @@ -3,16 +3,16 @@ "TITLE": "Melden Sie sich bei Chatwoot an", "EMAIL": { "LABEL": "E-Mail", - "PLACEHOLDER": "E-Mail zB: jemand@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Passwort", "PLACEHOLDER": "Passwort" }, "API": { - "SUCCESS_MESSAGE": "Anmeldung erfolgreich", - "ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut", - "UNAUTH": "Benutzername / Passwort falsch. Bitte versuche es erneut" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/de/resetPassword.json b/app/javascript/dashboard/i18n/locale/de/resetPassword.json index ccb8f35d4..7a527749c 100644 --- a/app/javascript/dashboard/i18n/locale/de/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/de/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "Passwort zurücksetzen", "EMAIL": { "LABEL": "E-Mail", - "PLACEHOLDER": "Bitte geben Sie ihre E-Mail-Adresse ein", - "ERROR": "Bitte geben Sie eine gültige Email-Adresse ein" + "PLACEHOLDER": "Bitte geben Sie Ihre E-Mail ein.", + "ERROR": "Bitte geben Sie eine gültige Email-Adresse ein." }, "API": { - "SUCCESS_MESSAGE": "Der Link zum Zurücksetzen des Passworts wurde an Ihre E-Mail gesendet", - "ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut" + "SUCCESS_MESSAGE": "Der Link zum Zurücksetzen des Passworts wurde an Ihre E-Mail gesendet.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Einreichen" } diff --git a/app/javascript/dashboard/i18n/locale/de/search.json b/app/javascript/dashboard/i18n/locale/de/search.json index b7ce03892..ca32126c3 100644 --- a/app/javascript/dashboard/i18n/locale/de/search.json +++ b/app/javascript/dashboard/i18n/locale/de/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/de/setNewPassword.json b/app/javascript/dashboard/i18n/locale/de/setNewPassword.json index 4eb8b36e0..f0bf0c581 100644 --- a/app/javascript/dashboard/i18n/locale/de/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/de/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Neues Passwort festlegen", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Passwort", "PLACEHOLDER": "Passwort", - "ERROR": "Das Passwort ist zu kurz" + "ERROR": "Das Passwort ist zu kurz." }, "CONFIRM_PASSWORD": { - "LABEL": "Bestätige das Passwort", + "LABEL": "Confirm password", "PLACEHOLDER": "Bestätige das Passwort", - "ERROR": "Passwörter stimmen nicht überein" + "ERROR": "Passwörter stimmen nicht überein." }, "API": { - "SUCCESS_MESSAGE": "Das Passwort wurde erfolgreich geändert", - "ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut" + "SUCCESS_MESSAGE": "Das Passwort wurde erfolgreich geändert.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verifizierung abgelaufen. Bitte Captcha erneut lösen." diff --git a/app/javascript/dashboard/i18n/locale/de/signup.json b/app/javascript/dashboard/i18n/locale/de/signup.json index 1107b6e4a..07c6f96be 100644 --- a/app/javascript/dashboard/i18n/locale/de/signup.json +++ b/app/javascript/dashboard/i18n/locale/de/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Firmenname", - "PLACEHOLDER": "Geben Sie Ihren Firmennamen ein, z. B.: Wayne Enterprises", - "ERROR": "Firmenname ist zu kurz" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Firmenname ist zu kurz." }, "FULL_NAME": { "LABEL": "Vollständiger Name", - "PLACEHOLDER": "Geben Sie Ihren vollständigen Namen ein, z. B.: Bruce Wayne", - "ERROR": "Vollständiger Name ist zu kurz" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Vollständiger Name ist zu kurz." }, "EMAIL": { "LABEL": "Geschäftliche E-Mail-Adresse", - "PLACEHOLDER": "Geben Sie Ihre geschäftliche E-Mail-Adresse ein, z. B.: bruce@wayne.enterprises", - "ERROR": "Bitte geben Sie eine gültige Arbeits-E-Mail-Adresse ein" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Bitte geben Sie eine gültige Arbeits-E-Mail-Adresse ein." }, "PASSWORD": { "LABEL": "Passwort", "PLACEHOLDER": "Passwort", - "ERROR": "Das Passwort ist zu kurz", - "IS_INVALID_PASSWORD": "Das Passwort sollte mindestens 1 Großbuchstaben, 1 Kleinbuchstaben, 1 Ziffer und 1 Sonderzeichen enthalten" + "ERROR": "Das Passwort ist zu kurz.", + "IS_INVALID_PASSWORD": "Das Passwort sollte mindestens 1 Großbuchstaben, 1 Kleinbuchstaben, 1 Ziffer und 1 Sonderzeichen enthalten." }, "CONFIRM_PASSWORD": { - "LABEL": "Bestätige das Passwort", - "PLACEHOLDER": "Bestätige das Passwort", - "ERROR": "Passwort stimmt nicht überein" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Passwort stimmt nicht überein." }, "API": { "SUCCESS_MESSAGE": "Registrierung erfolgreich", - "ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Konto erstellen", "HAVE_AN_ACCOUNT": "Haben Sie bereits ein Konto?" diff --git a/app/javascript/dashboard/i18n/locale/el/advancedFilters.json b/app/javascript/dashboard/i18n/locale/el/advancedFilters.json index ada58acf8..dd996a342 100644 --- a/app/javascript/dashboard/i18n/locale/el/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/el/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Όνομα Καμπάνιας", "LABELS": "Ετικέτες", "BROWSER_LANGUAGE": "Γλώσσα Περιήγησης", + "PRIORITY": "Priority", "COUNTRY_NAME": "Όνομα Χώρας", "REFERER_LINK": "Σύνδεσμος αναφοράς", "CUSTOM_ATTRIBUTE_LIST": "Λίστα", diff --git a/app/javascript/dashboard/i18n/locale/el/agentMgmt.json b/app/javascript/dashboard/i18n/locale/el/agentMgmt.json index 56d66ebfa..ce1b8f80e 100644 --- a/app/javascript/dashboard/i18n/locale/el/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Αναζήτηση πράκτορων", - "TEAM": "Αναζήτηση ομάδων" + "TEAM": "Αναζήτηση ομάδων", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/el/conversation.json b/app/javascript/dashboard/i18n/locale/el/conversation.json index af15d1c34..19118258e 100644 --- a/app/javascript/dashboard/i18n/locale/el/conversation.json +++ b/app/javascript/dashboard/i18n/locale/el/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Άγνωστο Αρχείο", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Ανέβασμα επισυναπτόμενων...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Το μήνυμα διαγράφηκε επιτυχώς", "FAIL_DELETE_MESSSAGE": "Δεν ήταν δυνατή η διαγραφή μηνύματος! Προσπαθήστε ξανά", "NO_RESPONSE": "Καμία ανταπόκριση", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Επόμενη εβδομάδα" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Κανένα", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Κανένα", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Δεν βρέθηκαν αποτελέσματα", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Σήμανση ως εκκρεμής", "RESOLVED": "Σήμανση ως επιλυμένου", diff --git a/app/javascript/dashboard/i18n/locale/el/generalSettings.json b/app/javascript/dashboard/i18n/locale/el/generalSettings.json index 46d815076..1d82eb788 100644 --- a/app/javascript/dashboard/i18n/locale/el/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/el/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Αναφορές", "CONVERSATION": "Συνομιλία", "CHANGE_ASSIGNEE": "Αλλαγή Αναδόχου", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Αλλαγή Ομάδας", "ADD_LABEL": "Προσθήκη ετικέτας στη συνομιλία", "REMOVE_LABEL": "Αφαίρεση ετικέτας από την συνομιλία", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Μετάβαση στις ειδοποιήσεις", "ADD_LABELS_TO_CONVERSATION": "Προσθήκη ετικέτας στη συνομιλία", "ASSIGN_AN_AGENT": "Εκχώρηση πράκτορα", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Εκχώρηση ομάδας", "MUTE_CONVERSATION": "Σίγαση Συνομιλίας", "UNMUTE_CONVERSATION": "Επαναφορά Συνομιλίας", diff --git a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json index 8e630f1a4..e35e42ecc 100644 --- a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Αυτόματο όριο ανάθεσης", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Παρακαλώ εισάγετε μια τιμή μεγαλύτερη από 0", diff --git a/app/javascript/dashboard/i18n/locale/el/integrations.json b/app/javascript/dashboard/i18n/locale/el/integrations.json index bed8b48ed..d855ba479 100644 --- a/app/javascript/dashboard/i18n/locale/el/integrations.json +++ b/app/javascript/dashboard/i18n/locale/el/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "Παρουσιάστηκε σφάλμα κατά τη σύνδεση της κλήσης, παρακαλώ προσπαθήστε ξανά", "CREATE_ERROR": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία ενός συνδέσμου συνάντησης, παρακαλώ προσπαθήστε ξανά" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Άκυρο" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Διαγραφή", "API": { diff --git a/app/javascript/dashboard/i18n/locale/el/login.json b/app/javascript/dashboard/i18n/locale/el/login.json index d4f6a9185..e27d474a4 100644 --- a/app/javascript/dashboard/i18n/locale/el/login.json +++ b/app/javascript/dashboard/i18n/locale/el/login.json @@ -3,16 +3,16 @@ "TITLE": "Είσοδος στο Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email π.χ.: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Κωδικός", "PLACEHOLDER": "Κωδικός" }, "API": { - "SUCCESS_MESSAGE": "Επιτυχής είσοδος", - "ERROR_MESSAGE": "Αδυναμία σύνδεσης με τον Woot Server, Παρακαλώ προσπαθήστε αργότερα", - "UNAUTH": "Το όνομα χρήστη ή ο κωδικός δεν είναι σωστός. Παρακαλώ ξαναπροσπαθήστε" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/el/resetPassword.json b/app/javascript/dashboard/i18n/locale/el/resetPassword.json index 2a829cbdb..492ea506d 100644 --- a/app/javascript/dashboard/i18n/locale/el/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/el/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Επαναφορά Κωδικού", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Παρακαλώ εισάγετε το email σας", - "ERROR": "Παρακαλώ εισάγετε ένα έγκυρο email" + "PLACEHOLDER": "Παρακαλώ εισάγετε το email σας.", + "ERROR": "Παρακαλώ εισάγετε ένα έγκυρο email." }, "API": { - "SUCCESS_MESSAGE": "Σύνδεσμος για την επαναφορά του κωδικού έχει αποσταλεί στο email σας", - "ERROR_MESSAGE": "Αδυναμία σύνδεσης με τον Woot Server, Παρακαλώ προσπαθήστε αργότερα" + "SUCCESS_MESSAGE": "Σύνδεσμος για την επαναφορά του κωδικού έχει αποσταλεί στο email σας.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Καταχώρηση" } diff --git a/app/javascript/dashboard/i18n/locale/el/search.json b/app/javascript/dashboard/i18n/locale/el/search.json index 0fc63cfd2..e95ca251b 100644 --- a/app/javascript/dashboard/i18n/locale/el/search.json +++ b/app/javascript/dashboard/i18n/locale/el/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/el/setNewPassword.json b/app/javascript/dashboard/i18n/locale/el/setNewPassword.json index f682e98cf..e3914ffee 100644 --- a/app/javascript/dashboard/i18n/locale/el/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/el/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Ορίστε νέο κωδικό", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Κωδικός", "PLACEHOLDER": "Κωδικός", - "ERROR": "Ο κωδικός είναι πολύ σύντομος" + "ERROR": "Ο κωδικός είναι πολύ σύντομος." }, "CONFIRM_PASSWORD": { - "LABEL": "Επιβεβαίωση κωδικού", + "LABEL": "Confirm password", "PLACEHOLDER": "Επιβεβαίωση κωδικού", - "ERROR": "Οι κωδικοί δεν ταιριάζουν" + "ERROR": "Οι κωδικοί δεν ταιριάζουν." }, "API": { - "SUCCESS_MESSAGE": "Ο κωδικός άλλαξε με επιτυχία", - "ERROR_MESSAGE": "Αδυναμία σύνδεσης με τον Woot Server, Παρακαλώ προσπαθήστε αργότερα" + "SUCCESS_MESSAGE": "Ο κωδικός άλλαξε με επιτυχία.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Η επαλήθευση έληξε. Παρακαλώ λύστε ξανά captcha." diff --git a/app/javascript/dashboard/i18n/locale/el/signup.json b/app/javascript/dashboard/i18n/locale/el/signup.json index c610bb125..f4d4f2bcc 100644 --- a/app/javascript/dashboard/i18n/locale/el/signup.json +++ b/app/javascript/dashboard/i18n/locale/el/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Επωνυμία εταιρείας", - "PLACEHOLDER": "Εισάγετε το όνομα της εταιρείας σας. π. χ.: Wayne Enterprises", - "ERROR": "Το όνομα της εταιρείας είναι πολύ σύντομο" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Το όνομα της εταιρείας είναι πολύ σύντομο." }, "FULL_NAME": { "LABEL": "Πλήρες όνομα", - "PLACEHOLDER": "Συμπληρώστε το πλήρες σας όνομα: πχ: Χρήστος Παπαδόπουλος", - "ERROR": "Το πλήρες όνομα είναι πολύ σύντομο" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Το πλήρες όνομα είναι πολύ σύντομο." }, "EMAIL": { "LABEL": "email εργασίας", - "PLACEHOLDER": "συμπληρώστε το email εργασίας πχ: papadopoulos@wyane.com", - "ERROR": "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση email" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση email." }, "PASSWORD": { "LABEL": "Κωδικός", "PLACEHOLDER": "Κωδικός", - "ERROR": "Ο κωδικός είναι πολύ σύντομος", - "IS_INVALID_PASSWORD": "Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 1 κεφαλαίο γράμμα, 1 πεζό γράμμα, 1 αριθμό και 1 ειδικό χαρακτήρα" + "ERROR": "Ο κωδικός είναι πολύ σύντομος.", + "IS_INVALID_PASSWORD": "Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 1 κεφαλαίο γράμμα, 1 πεζό γράμμα, 1 αριθμό και 1 ειδικό χαρακτήρα." }, "CONFIRM_PASSWORD": { - "LABEL": "Επιβεβαίωση κωδικού", - "PLACEHOLDER": "Επιβεβαίωση κωδικού", - "ERROR": "Οι κωδικοί δεν συμφωνούν" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Οι κωδικοί δεν συμφωνούν." }, "API": { "SUCCESS_MESSAGE": "Επιτυχής καταχώρηση", - "ERROR_MESSAGE": "Αδυναμία σύνδεσης με τον Woot Server, Παρακαλώ προσπαθήστε αργότερα" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Έχετε ήδη ένα λογαριασμό?" diff --git a/app/javascript/dashboard/i18n/locale/es/advancedFilters.json b/app/javascript/dashboard/i18n/locale/es/advancedFilters.json index 2d2323d38..e01c94e21 100644 --- a/app/javascript/dashboard/i18n/locale/es/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/es/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Nombre de Campaña", "LABELS": "Etiquetas", "BROWSER_LANGUAGE": "Idioma del navegador", + "PRIORITY": "Priority", "COUNTRY_NAME": "Nombre del país", "REFERER_LINK": "Enlace de referencia", "CUSTOM_ATTRIBUTE_LIST": "Lista", diff --git a/app/javascript/dashboard/i18n/locale/es/agentMgmt.json b/app/javascript/dashboard/i18n/locale/es/agentMgmt.json index 04cd4c9e4..8fc403056 100644 --- a/app/javascript/dashboard/i18n/locale/es/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Buscar agentes", - "TEAM": "Buscar equipos" + "TEAM": "Buscar equipos", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/es/conversation.json b/app/javascript/dashboard/i18n/locale/es/conversation.json index 3ee75ac74..01bf3639e 100644 --- a/app/javascript/dashboard/i18n/locale/es/conversation.json +++ b/app/javascript/dashboard/i18n/locale/es/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Archivo desconocido", "SAVE_CONTACT": "Guardar", "UPLOADING_ATTACHMENTS": "Subiendo archivos adjuntos...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Mensaje eliminado correctamente", "FAIL_DELETE_MESSSAGE": "¡No se pudo eliminar el mensaje! Inténtalo de nuevo", "NO_RESPONSE": "No hay respuesta", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Próxima semana" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Ninguna", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Ninguna", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No se encontraron resultados", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Marcar como pendiente", "RESOLVED": "Marcar como resuelto", diff --git a/app/javascript/dashboard/i18n/locale/es/generalSettings.json b/app/javascript/dashboard/i18n/locale/es/generalSettings.json index a83693f8f..879c775d5 100644 --- a/app/javascript/dashboard/i18n/locale/es/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/es/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Informes", "CONVERSATION": "Conversación", "CHANGE_ASSIGNEE": "Cambiar Asignado", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Cambiar equipo", "ADD_LABEL": "Añadir etiqueta a la conversación", "REMOVE_LABEL": "Eliminar etiqueta de la conversación", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Ir a Notificaciones", "ADD_LABELS_TO_CONVERSATION": "Añadir etiqueta a la conversación", "ASSIGN_AN_AGENT": "Asignar un agente", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Asignar un equipo", "MUTE_CONVERSATION": "Silenciar conversación", "UNMUTE_CONVERSATION": "Quitar silencio de conversación", diff --git a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json index 2164c374a..52da031ae 100644 --- a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Actualizar configuración de Formulario de Chat" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Límite de asignación automática", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Por favor ingrese un valor mayor a 0", diff --git a/app/javascript/dashboard/i18n/locale/es/integrations.json b/app/javascript/dashboard/i18n/locale/es/integrations.json index 39484d6bb..43ff143fe 100644 --- a/app/javascript/dashboard/i18n/locale/es/integrations.json +++ b/app/javascript/dashboard/i18n/locale/es/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "Hubo un error al unirse a la llamada, por favor intente de nuevo", "CREATE_ERROR": "Hubo un error al crear un enlace de reunión, por favor inténtelo de nuevo" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Cancelar" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Eliminar", "API": { diff --git a/app/javascript/dashboard/i18n/locale/es/login.json b/app/javascript/dashboard/i18n/locale/es/login.json index a19bf3983..6f2a45b47 100644 --- a/app/javascript/dashboard/i18n/locale/es/login.json +++ b/app/javascript/dashboard/i18n/locale/es/login.json @@ -3,16 +3,16 @@ "TITLE": "Iniciar sesión en Chatwoot", "EMAIL": { "LABEL": "E-mail", - "PLACEHOLDER": "Email por ejemplo: alguien@ejemplo.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Contraseña", "PLACEHOLDER": "Contraseña" }, "API": { - "SUCCESS_MESSAGE": "Inicio de sesión exitoso", - "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" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Iniciar sesión con Google", diff --git a/app/javascript/dashboard/i18n/locale/es/resetPassword.json b/app/javascript/dashboard/i18n/locale/es/resetPassword.json index 60ff9b8d4..56a8ff278 100644 --- a/app/javascript/dashboard/i18n/locale/es/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/es/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "Restablecer contraseña", "EMAIL": { "LABEL": "E-mail", - "PLACEHOLDER": "Por favor ingrese su email", - "ERROR": "Por favor ingrese un email válido" + "PLACEHOLDER": "Por favor ingrese su email.", + "ERROR": "Por favor ingrese un email válido." }, "API": { - "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" + "SUCCESS_MESSAGE": "El enlace para restablecer la contraseña ha sido enviado a tu correo electrónico.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Enviar" } diff --git a/app/javascript/dashboard/i18n/locale/es/search.json b/app/javascript/dashboard/i18n/locale/es/search.json index 138d847cb..87bef1c1d 100644 --- a/app/javascript/dashboard/i18n/locale/es/search.json +++ b/app/javascript/dashboard/i18n/locale/es/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "Ningún %{item} encontrado para la consulta '%{query}'", "EMPTY_STATE_FULL": "No se han encontrado resultados para la consulta '%{query}'", "PLACEHOLDER_KEYBINDING": "/ para enfocar", - "INPUT_PLACEHOLDER": "Buscar mensajes, contactos o conversaciones", - "EMPTY_STATE_DEFAULT": "Buscar por Id de conversación, correo electrónico, número de teléfono, mensajes para mejores resultados de búsqueda.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Buscar por Id de conversación, correo electrónico, número de teléfono, mensajes para mejores resultados de búsqueda. ", "BOT_LABEL": "Bot", "READ_MORE": "Leer más", "WROTE": "escribió:" diff --git a/app/javascript/dashboard/i18n/locale/es/setNewPassword.json b/app/javascript/dashboard/i18n/locale/es/setNewPassword.json index 12f49daf8..112af61c9 100644 --- a/app/javascript/dashboard/i18n/locale/es/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/es/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Establecer nueva contraseña", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Contraseña", "PLACEHOLDER": "Contraseña", - "ERROR": "La contraseña es demasiado corta" + "ERROR": "La contraseña es demasiado corta." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirmar contraseña", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirmar contraseña", - "ERROR": "Las contraseñas no coinciden" + "ERROR": "Las contraseñas no coinciden." }, "API": { - "SUCCESS_MESSAGE": "Contraseña cambiada con éxito", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" + "SUCCESS_MESSAGE": "Contraseña cambiada con éxito.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "La verificación ha caducado. Por favor, resuelve el captcha de nuevo." diff --git a/app/javascript/dashboard/i18n/locale/es/signup.json b/app/javascript/dashboard/i18n/locale/es/signup.json index a50166b4c..62d252722 100644 --- a/app/javascript/dashboard/i18n/locale/es/signup.json +++ b/app/javascript/dashboard/i18n/locale/es/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Nombre de la empresa", - "PLACEHOLDER": "Introduce el nombre de tu empresa, por ejemplo: Wayne Enterprises", - "ERROR": "El nombre de la cuenta es demasiado corto" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "El nombre de la cuenta es demasiado corto." }, "FULL_NAME": { "LABEL": "Nombre completo", - "PLACEHOLDER": "Introduce tu nombre completo, por ejemplo: Bruce Wayne", - "ERROR": "El nombre completo es demasiado corto" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "El nombre completo es demasiado corto." }, "EMAIL": { "LABEL": "E-mail", - "PLACEHOLDER": "bruce@wayne.empresas", - "ERROR": "Por favor, introduzca una dirección de correo válida" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Por favor, introduzca una dirección de correo válida." }, "PASSWORD": { "LABEL": "Contraseña", "PLACEHOLDER": "Contraseña", - "ERROR": "La contraseña es demasiado corta", - "IS_INVALID_PASSWORD": "La contraseña debe contener al menos 1 letra mayúscula, 1 letra minúscula, 1 número y 1 carácter especial" + "ERROR": "La contraseña es demasiado corta.", + "IS_INVALID_PASSWORD": "La contraseña debe contener al menos 1 letra mayúscula, 1 letra minúscula, 1 número y 1 carácter especial." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirmar contraseña", - "PLACEHOLDER": "Confirmar contraseña", - "ERROR": "La contraseña no coincide" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "La contraseña no coincide." }, "API": { "SUCCESS_MESSAGE": "Registro Exitoso", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Crear una cuenta", "HAVE_AN_ACCOUNT": "¿Ya tienes una cuenta?" diff --git a/app/javascript/dashboard/i18n/locale/fa/advancedFilters.json b/app/javascript/dashboard/i18n/locale/fa/advancedFilters.json index 56f81139e..e4ae78280 100644 --- a/app/javascript/dashboard/i18n/locale/fa/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/fa/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "نام کمپین", "LABELS": "برچسب‌ها", "BROWSER_LANGUAGE": "مرور زبان", + "PRIORITY": "اولویت", "COUNTRY_NAME": "نام کشور", "REFERER_LINK": "پیوند ارجاع‌دهنده", "CUSTOM_ATTRIBUTE_LIST": "فهرست", diff --git a/app/javascript/dashboard/i18n/locale/fa/agentMgmt.json b/app/javascript/dashboard/i18n/locale/fa/agentMgmt.json index f9bb7c095..57a0e6388 100644 --- a/app/javascript/dashboard/i18n/locale/fa/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "جستجوی اپراتور", - "TEAM": "جستجوی تیم" + "TEAM": "جستجوی تیم", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/fa/auditLogs.json b/app/javascript/dashboard/i18n/locale/fa/auditLogs.json index 0714f7395..a3f496746 100644 --- a/app/javascript/dashboard/i18n/locale/fa/auditLogs.json +++ b/app/javascript/dashboard/i18n/locale/fa/auditLogs.json @@ -1,14 +1,14 @@ { "AUDIT_LOGS": { - "HEADER": "Audit Logs", - "HEADER_BTN_TXT": "Add Audit Logs", - "LOADING": "Fetching Audit Logs", + "HEADER": "گزارش های حسابرسی", + "HEADER_BTN_TXT": "اضافه کردن گزارش های حسابرسی", + "LOADING": "واکشی گزارش های حسابرسی", "SEARCH_404": "هیچ آیتمی با این مشخصات یافت نشد", - "SIDEBAR_TXT": "

Audit Logs

Audit Logs are trails for events and actions in a Chatwoot System.

", + "SIDEBAR_TXT": "

گزارش‌های حسابرسی

گزارش‌های حسابرسی مسیرهایی برای رویدادها و اقدامات در یک سیستم Chatwoot هستند.

", "LIST": { - "404": "There are no Audit Logs available in this account.", - "TITLE": "Manage Audit Logs", - "DESC": "Audit Logs are trails for events and actions in a Chatwoot System.", + "404": "هیچ گزارش حسابرسی در این حساب موجود نیست.", + "TITLE": "مدیریت گزارش های حسابرسی", + "DESC": "گزارش های حسابرسی مسیرهایی برای رویدادها و اقدامات در یک سیستم چت ووت هستند.", "TABLE_HEADER": [ "کاربر", "اقدام", @@ -17,7 +17,7 @@ ] }, "API": { - "SUCCESS_MESSAGE": "AuditLogs retrieved successfully", + "SUCCESS_MESSAGE": "گزارش های حسابرسی با موفقیت بازیابی شد", "ERROR_MESSAGE": "متاسفانه ارتباط با سرور برقرار نشد، مجددا امتحان کنید" } } diff --git a/app/javascript/dashboard/i18n/locale/fa/contact.json b/app/javascript/dashboard/i18n/locale/fa/contact.json index de04de6d1..b81e15748 100644 --- a/app/javascript/dashboard/i18n/locale/fa/contact.json +++ b/app/javascript/dashboard/i18n/locale/fa/contact.json @@ -120,9 +120,9 @@ "PHONE_NUMBER": { "PLACEHOLDER": "شماره تلفن مخاطب را وارد کنید", "LABEL": "شماره تلفن", - "HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]. You can select the dial code from the dropdown.", + "HELP": "شماره تلفن باید از قالب E.164 باشد، به عنوان مثال: +1415555555 [+][کد کشور][کد منطقه][شماره تلفن محلی]. می توانید کد شماره گیری را از منوی بازشو انتخاب کنید.", "ERROR": "شماره تلفن باید یا خالی باشد و یا با فرمت E.164", - "DIAL_CODE_ERROR": "Please select a dial code from the list", + "DIAL_CODE_ERROR": "لطفاً یک کد شماره گیری را از لیست انتخاب کنید", "DUPLICATE": "این شماره تلفن برای مخاطب دیگری در حال استفاده است." }, "LOCATION": { diff --git a/app/javascript/dashboard/i18n/locale/fa/conversation.json b/app/javascript/dashboard/i18n/locale/fa/conversation.json index ae7e82c7d..34d2bb303 100644 --- a/app/javascript/dashboard/i18n/locale/fa/conversation.json +++ b/app/javascript/dashboard/i18n/locale/fa/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "پرونده ناشناخته", "SAVE_CONTACT": "ذخیره", "UPLOADING_ATTACHMENTS": "در حال بارگذاری پیوست‌ها...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "پیام با موفقیت حذف شد", "FAIL_DELETE_MESSSAGE": "پیام حذف نشد! دوباره امتحان کنید", "NO_RESPONSE": "بدون پاسخ", @@ -66,6 +67,23 @@ "NEXT_WEEK": "هفته بعد" } }, + "PRIORITY": { + "TITLE": "اولویت", + "OPTIONS": { + "NONE": "هیچکدام", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "هیچکدام", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "نتیجه‌ای یافت نشد", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "علامت گذاری به عنوان در انتظار", "RESOLVED": "علامت زدن به عنوان حل شده", diff --git a/app/javascript/dashboard/i18n/locale/fa/generalSettings.json b/app/javascript/dashboard/i18n/locale/fa/generalSettings.json index 8156a063d..3ae56dc2e 100644 --- a/app/javascript/dashboard/i18n/locale/fa/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/fa/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "گزارشات", "CONVERSATION": "گفتگو", "CHANGE_ASSIGNEE": "نماینده را تغییر دهید", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "تیم را تغییر دهید", "ADD_LABEL": "برچسب را به مکالمه اضافه کنید", "REMOVE_LABEL": "برچسب را از مکالمه حذف کنید", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "به اعلان ها بروید", "ADD_LABELS_TO_CONVERSATION": "برچسب را به مکالمه اضافه کنید", "ASSIGN_AN_AGENT": "یک ایجنت تعیین کنید", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "یک تیم را تعیین کنید", "MUTE_CONVERSATION": "صدای گفتگو را قطع کن", "UNMUTE_CONVERSATION": "مکالمه را باصدا کنید", diff --git a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json index 26e480817..66d90ce2c 100644 --- a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json @@ -440,7 +440,7 @@ "DISPLAY_FILE_PICKER": "نمایش گزینه ضمیه فایل در ویجت", "DISPLAY_EMOJI_PICKER": "نمایش گزینه انتخاب ایموجی در ویجت", "ALLOW_END_CONVERSATION": "به کاربران اجازه دهید مکالمه را از ویجت پایان دهند", - "USE_INBOX_AVATAR_FOR_BOT": "Use inbox name and avatar for the bot" + "USE_INBOX_AVATAR_FOR_BOT": "از نام صندوق ورودی و آواتار برای ربات استفاده کنید" }, "SETTINGS_POPUP": { "MESSENGER_HEADING": "اسکریپت ویجت", @@ -479,9 +479,16 @@ "WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "کلید API جدید را در اینجا وارد کنید", "WHATSAPP_SECTION_UPDATE_BUTTON": "اعمال شود", "WHATSAPP_WEBHOOK_TITLE": "رمز تأیید وب هوک", - "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", + "WHATSAPP_WEBHOOK_SUBHEADER": "این توکن برای تأیید صحت نقطه پایانی webhook استفاده می شود.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "به‌روزرسانی تنظیمات فرم قبل از گفتگو" }, + "HELP_CENTER": { + "LABEL": "مرکز راهنما", + "PLACEHOLDER": "مرکز راهنما را انتخاب کنید", + "SELECT_PLACEHOLDER": "مرکز راهنما را انتخاب کنید", + "REMOVE": "مرکز راهنما را حذف کنید", + "SUB_TEXT": "یک مرکز راهنما را با صندوق ورودی پیوست کنید" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "محدودیت تخصیص خودکار", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "لطفا مقداری بزرگ‌تر از عدد 0 وارد کنید", diff --git a/app/javascript/dashboard/i18n/locale/fa/integrations.json b/app/javascript/dashboard/i18n/locale/fa/integrations.json index 5f41d1164..9313abf84 100644 --- a/app/javascript/dashboard/i18n/locale/fa/integrations.json +++ b/app/javascript/dashboard/i18n/locale/fa/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "هنگام پیوستن به تماس خطایی روی داد، لطفاً دوباره امتحان کنید", "CREATE_ERROR": "در ایجاد پیوند جلسه خطایی روی داد، لطفاً دوباره امتحان کنید" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "انصراف" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "حذف", "API": { diff --git a/app/javascript/dashboard/i18n/locale/fa/login.json b/app/javascript/dashboard/i18n/locale/fa/login.json index 0d75f9b03..3ea5715a2 100644 --- a/app/javascript/dashboard/i18n/locale/fa/login.json +++ b/app/javascript/dashboard/i18n/locale/fa/login.json @@ -3,16 +3,16 @@ "TITLE": "ورود به چت ووت", "EMAIL": { "LABEL": "ایمیل", - "PLACEHOLDER": "ایمیل به عنوان مثال: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "رمز عبور", "PLACEHOLDER": "رمز عبور" }, "API": { - "SUCCESS_MESSAGE": "ورود موفق", - "ERROR_MESSAGE": "متاسفانه ارتباط با سرور برقرار نشد، مجددا امتحان کنید", - "UNAUTH": "این نام کاربری و رمز عبور صحیح نیست" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "با گوگل وارد شوید", diff --git a/app/javascript/dashboard/i18n/locale/fa/resetPassword.json b/app/javascript/dashboard/i18n/locale/fa/resetPassword.json index c26df9e8f..f8cdf3b2e 100644 --- a/app/javascript/dashboard/i18n/locale/fa/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/fa/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "ریست کردن رمز عبور", + "TITLE": "تغییر رمز عبور", "EMAIL": { "LABEL": "ایمیل", - "PLACEHOLDER": "لطفا ایمیل خود را وارد کنید", - "ERROR": "ظاهرا این ایمیل صحیح نیست، لطفا اصلاح کنید" + "PLACEHOLDER": "لطفا ایمیل خود را وارد کنید.", + "ERROR": "ظاهرا این ایمیل صحیح نیست، لطفا اصلاح کنید." }, "API": { - "SUCCESS_MESSAGE": "لینک ریست کردن رمز عبور به ایمیلتان ارسال شد", - "ERROR_MESSAGE": "ارتباط با سرور برقرار نشد، لطفا مجددا امتحان کنید" + "SUCCESS_MESSAGE": "لینک ریست کردن رمز عبور به ایمیلتان ارسال شد.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "ثبت" } diff --git a/app/javascript/dashboard/i18n/locale/fa/search.json b/app/javascript/dashboard/i18n/locale/fa/search.json index b695bc8b0..68f391cbf 100644 --- a/app/javascript/dashboard/i18n/locale/fa/search.json +++ b/app/javascript/dashboard/i18n/locale/fa/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "هیچ %{item} برای درخواست '%{query}' یافت نشد", "EMPTY_STATE_FULL": "هیچ نتیجه ای برای پرس و جو «%{query}» یافت نشد", "PLACEHOLDER_KEYBINDING": "/ برای تمرکز", - "INPUT_PLACEHOLDER": "جستجوی پیام‌ها، مخاطبین یا گفتگوها", - "EMPTY_STATE_DEFAULT": "جستجو بر اساس شناسه گفتگو، ایمیل، شماره تلفن، پیام‌ها برای نتایج جستجوی بهتر.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "جستجو بر اساس شناسه گفتگو، ایمیل، شماره تلفن، پیام‌ها برای نتایج جستجوی بهتر. ", "BOT_LABEL": "ربات", "READ_MORE": "ادامه مطلب", "WROTE": "نوشت:" diff --git a/app/javascript/dashboard/i18n/locale/fa/setNewPassword.json b/app/javascript/dashboard/i18n/locale/fa/setNewPassword.json index 0dda2d16e..d9f253aad 100644 --- a/app/javascript/dashboard/i18n/locale/fa/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/fa/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "گذاشتن رمز جدید", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "رمز عبور", "PLACEHOLDER": "رمز عبور", - "ERROR": "رمز عبور خیلی کوتاه است" + "ERROR": "رمز عبور خیلی کوتاه است." }, "CONFIRM_PASSWORD": { - "LABEL": "تکرار رمز عبور", + "LABEL": "Confirm password", "PLACEHOLDER": "لطفا رمز عبور را مجددا وارد کنید", - "ERROR": "تکرار رمز عبور می‌بایست با رمز عبور یکسان باشد" + "ERROR": "تکرار رمز عبور می‌بایست با رمز عبور یکسان باشد." }, "API": { - "SUCCESS_MESSAGE": "رمز عوض شد", - "ERROR_MESSAGE": "ارتباط با سرور برقرار نشد، لطفا مجددا امتحان کنید" + "SUCCESS_MESSAGE": "رمز عوض شد.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "تأیید اعتبار منقضی شد. لطفا دوباره کپچا را حل کنید." diff --git a/app/javascript/dashboard/i18n/locale/fa/settings.json b/app/javascript/dashboard/i18n/locale/fa/settings.json index 0d2945f22..3c8f81a3e 100644 --- a/app/javascript/dashboard/i18n/locale/fa/settings.json +++ b/app/javascript/dashboard/i18n/locale/fa/settings.json @@ -203,7 +203,7 @@ "HOME": "صفحه اصلی", "AGENTS": "ایجنت ها", "AGENT_BOTS": "ربات‌ها", - "AUDIT_LOGS": "Audit Logs", + "AUDIT_LOGS": "بررسی لاگ هاگزارش های حسابرسی", "INBOXES": "صندوق‌های ورودی", "NOTIFICATIONS": "اعلان ها", "CANNED_RESPONSES": "پاسخ‌های آماده", diff --git a/app/javascript/dashboard/i18n/locale/fa/signup.json b/app/javascript/dashboard/i18n/locale/fa/signup.json index fef19a0cb..705a52edb 100644 --- a/app/javascript/dashboard/i18n/locale/fa/signup.json +++ b/app/javascript/dashboard/i18n/locale/fa/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "نام شرکت", - "PLACEHOLDER": "نام شرکت خود را وارد کنید. به عنوان مثال: شرکت وین", - "ERROR": "نام شرکت خیلی کوتاه است" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "نام شرکت خیلی کوتاه است." }, "FULL_NAME": { "LABEL": "نام کامل", - "PLACEHOLDER": "نام کامل خود را وارد کنید به عنوان مثال: گودرز جعفری", - "ERROR": "نام کامل خیلی کوتاه است" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "نام کامل خیلی کوتاه است." }, "EMAIL": { "LABEL": "ایمیل کاری", - "PLACEHOLDER": "ایمیل کاری خود را وارد کنید به عنوان مثال: jafari@wayne.enterprises", - "ERROR": "لطفا یک آدرس ایمیل کاری معتبر وارد کنید" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "لطفا یک آدرس ایمیل کاری معتبر وارد کنید." }, "PASSWORD": { "LABEL": "رمز عبور", "PLACEHOLDER": "رمز عبور", - "ERROR": "رمز عبور خیلی کوتاه است", - "IS_INVALID_PASSWORD": "رمز عبور باید شامل حداقل ۱ حرف بزرگ، ۱ حرف کوچک، ۱ عدد و ۱ کاراکتر خاص باشد" + "ERROR": "رمز عبور خیلی کوتاه است.", + "IS_INVALID_PASSWORD": "رمز عبور باید شامل حداقل ۱ حرف بزرگ، ۱ حرف کوچک، ۱ عدد و ۱ کاراکتر خاص باشد." }, "CONFIRM_PASSWORD": { - "LABEL": "تکرار رمز عبور", - "PLACEHOLDER": "تکرار رمز عبور", - "ERROR": "رمز عبور و تکرار رمز عبور یکسان نیستند" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "رمز عبور و تکرار رمز عبور یکسان نیستند." }, "API": { "SUCCESS_MESSAGE": "ثبت نام با موفقیت انجام شد", - "ERROR_MESSAGE": "ارتباط با سرور برقرار نشد، لطفا بعدا امتحان کنید" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "ایجاد حساب کاربری", "HAVE_AN_ACCOUNT": "از قبل حساب‌کاربری دارید؟" diff --git a/app/javascript/dashboard/i18n/locale/fi/advancedFilters.json b/app/javascript/dashboard/i18n/locale/fi/advancedFilters.json index 013e51607..0fc1aef18 100644 --- a/app/javascript/dashboard/i18n/locale/fi/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/fi/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Tunnisteet", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/fi/agentMgmt.json b/app/javascript/dashboard/i18n/locale/fi/agentMgmt.json index 77c726d8f..81cf67bbf 100644 --- a/app/javascript/dashboard/i18n/locale/fi/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/fi/conversation.json b/app/javascript/dashboard/i18n/locale/fi/conversation.json index 78d5654ec..065edab34 100644 --- a/app/javascript/dashboard/i18n/locale/fi/conversation.json +++ b/app/javascript/dashboard/i18n/locale/fi/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Ladataan liitteitä...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/fi/generalSettings.json b/app/javascript/dashboard/i18n/locale/fi/generalSettings.json index b3a129d25..1ff91626b 100644 --- a/app/javascript/dashboard/i18n/locale/fi/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/fi/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Raportit", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json index 3b5f4a6b1..33ef27a92 100644 --- a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/fi/integrations.json b/app/javascript/dashboard/i18n/locale/fi/integrations.json index 96f2e48f0..c2ca9d517 100644 --- a/app/javascript/dashboard/i18n/locale/fi/integrations.json +++ b/app/javascript/dashboard/i18n/locale/fi/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Peruuta" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Poista", "API": { diff --git a/app/javascript/dashboard/i18n/locale/fi/login.json b/app/javascript/dashboard/i18n/locale/fi/login.json index c807d305a..6eada62c0 100644 --- a/app/javascript/dashboard/i18n/locale/fi/login.json +++ b/app/javascript/dashboard/i18n/locale/fi/login.json @@ -3,16 +3,16 @@ "TITLE": "Kirjaudu sisään Chatwootiin", "EMAIL": { "LABEL": "Sähköposti", - "PLACEHOLDER": "Sähköposti, esim: someone@example.fi" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Salasana", "PLACEHOLDER": "Salasana" }, "API": { - "SUCCESS_MESSAGE": "Kirjautuminen Onnistui", - "ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen", - "UNAUTH": "Käyttäjätunnus / salasana virheellinen. Yritä uudelleen" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/fi/resetPassword.json b/app/javascript/dashboard/i18n/locale/fi/resetPassword.json index db3a8fa71..4739c9b02 100644 --- a/app/javascript/dashboard/i18n/locale/fi/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/fi/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "Nollaa salasana", "EMAIL": { "LABEL": "Sähköposti", - "PLACEHOLDER": "Ole hyvä ja syötä sähköpostiosoitteesi", - "ERROR": "Ole hyvä ja syötä validi sähköposti" + "PLACEHOLDER": "Ole hyvä ja syötä sähköpostiosoitteesi.", + "ERROR": "Ole hyvä ja syötä validi sähköposti." }, "API": { - "SUCCESS_MESSAGE": "Salasanan palautuslinkki on lähetetty sähköpostiisi", - "ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen" + "SUCCESS_MESSAGE": "Salasanan palautuslinkki on lähetetty sähköpostiisi.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Lähetä" } diff --git a/app/javascript/dashboard/i18n/locale/fi/search.json b/app/javascript/dashboard/i18n/locale/fi/search.json index c9924167c..1b7aed36c 100644 --- a/app/javascript/dashboard/i18n/locale/fi/search.json +++ b/app/javascript/dashboard/i18n/locale/fi/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Botti", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/fi/setNewPassword.json b/app/javascript/dashboard/i18n/locale/fi/setNewPassword.json index 1cf732846..2d36ad65c 100644 --- a/app/javascript/dashboard/i18n/locale/fi/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/fi/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Aseta uusi salasana", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Salasana", "PLACEHOLDER": "Salasana", - "ERROR": "Salasana on liian lyhyt" + "ERROR": "Salasana on liian lyhyt." }, "CONFIRM_PASSWORD": { - "LABEL": "Vahvista salasana", + "LABEL": "Confirm password", "PLACEHOLDER": "Vahvista salasana", - "ERROR": "Salasanat eivät täsmää" + "ERROR": "Salasanat eivät täsmää." }, "API": { - "SUCCESS_MESSAGE": "Salasanan vaihtaminen onnistui", - "ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen" + "SUCCESS_MESSAGE": "Salasanan vaihtaminen onnistui.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/fi/signup.json b/app/javascript/dashboard/i18n/locale/fi/signup.json index 717809d30..a4b60728a 100644 --- a/app/javascript/dashboard/i18n/locale/fi/signup.json +++ b/app/javascript/dashboard/i18n/locale/fi/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Koko nimi", - "PLACEHOLDER": "Anna koko nimesi, esim: Bruce Wayne", - "ERROR": "Koko nimi on liian lyhyt" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Koko nimi on liian lyhyt." }, "EMAIL": { "LABEL": "Työsähköposti", - "PLACEHOLDER": "Anna työsi sähköpostiosoite, esim: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Salasana", "PLACEHOLDER": "Salasana", - "ERROR": "Salasana on liian lyhyt", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Salasana on liian lyhyt.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Vahvista salasana", - "PLACEHOLDER": "Vahvista salasana", - "ERROR": "Salasanat eivät täsmää" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Salasanat eivät täsmää." }, "API": { "SUCCESS_MESSAGE": "Rekisteröinti onnistui", - "ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Onko sinulla jo tili?" diff --git a/app/javascript/dashboard/i18n/locale/fr/advancedFilters.json b/app/javascript/dashboard/i18n/locale/fr/advancedFilters.json index 655912400..56017f757 100644 --- a/app/javascript/dashboard/i18n/locale/fr/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/fr/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Nom de la campagne", "LABELS": "Étiquettes", "BROWSER_LANGUAGE": "Langue du navigateur", + "PRIORITY": "Priority", "COUNTRY_NAME": "Nom du pays", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "Liste", diff --git a/app/javascript/dashboard/i18n/locale/fr/agentMgmt.json b/app/javascript/dashboard/i18n/locale/fr/agentMgmt.json index b43b374fe..495c92bee 100644 --- a/app/javascript/dashboard/i18n/locale/fr/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Chercher des agents", - "TEAM": "Chercher des équipes" + "TEAM": "Chercher des équipes", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/fr/conversation.json b/app/javascript/dashboard/i18n/locale/fr/conversation.json index c86781a3d..5f68b73f7 100644 --- a/app/javascript/dashboard/i18n/locale/fr/conversation.json +++ b/app/javascript/dashboard/i18n/locale/fr/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Envoi des pièces jointes...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Le message a bien été supprimé", "FAIL_DELETE_MESSSAGE": "Impossible de supprimer le message ! Veuillez réessayez", "NO_RESPONSE": "Pas de réponse", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Semaine prochaine" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Aucun", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Aucun", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Aucun résultat trouvé", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Marquer comme en attente", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/fr/generalSettings.json b/app/javascript/dashboard/i18n/locale/fr/generalSettings.json index 8c7109402..434e2e192 100644 --- a/app/javascript/dashboard/i18n/locale/fr/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/fr/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Rapports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Changer d’équipe", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json index cebe8d7e8..e20beab54 100644 --- a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/fr/integrations.json b/app/javascript/dashboard/i18n/locale/fr/integrations.json index 406238803..4f869cbd7 100644 --- a/app/javascript/dashboard/i18n/locale/fr/integrations.json +++ b/app/javascript/dashboard/i18n/locale/fr/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Annuler" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Supprimer", "API": { diff --git a/app/javascript/dashboard/i18n/locale/fr/login.json b/app/javascript/dashboard/i18n/locale/fr/login.json index 68d3d47b3..283478872 100644 --- a/app/javascript/dashboard/i18n/locale/fr/login.json +++ b/app/javascript/dashboard/i18n/locale/fr/login.json @@ -3,16 +3,16 @@ "TITLE": "Se connecter à Chatwoot", "EMAIL": { "LABEL": "Courriel", - "PLACEHOLDER": "Courriel ex : quelquun@exemple.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Mot de passe", "PLACEHOLDER": "Mot de passe" }, "API": { - "SUCCESS_MESSAGE": "Connexion réussie", - "ERROR_MESSAGE": "Impossible de se connecter au serveur Woot, veuillez réessayer plus tard", - "UNAUTH": "Nom d'utilisateur / Mot de passe incorrect. Veuillez réessayer" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/fr/resetPassword.json b/app/javascript/dashboard/i18n/locale/fr/resetPassword.json index 2f2750c95..55ef1ff67 100644 --- a/app/javascript/dashboard/i18n/locale/fr/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/fr/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "Réinitialiser le mot de passe", "EMAIL": { "LABEL": "Courriel", - "PLACEHOLDER": "Veuillez saisir votre adresse de courriel", - "ERROR": "Veuillez saisir une adresse de courriel valide" + "PLACEHOLDER": "Veuillez saisir votre adresse de courriel.", + "ERROR": "Veuillez saisir une adresse de courriel valide." }, "API": { - "SUCCESS_MESSAGE": "Le lien de réinitialisation du mot de passe a été envoyé à votre adresse de courriel", - "ERROR_MESSAGE": "Impossible de se connecter au serveur Woot, veuillez réessayer plus tard" + "SUCCESS_MESSAGE": "Le lien de réinitialisation du mot de passe a été envoyé à votre adresse de courriel.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Envoyer" } diff --git a/app/javascript/dashboard/i18n/locale/fr/search.json b/app/javascript/dashboard/i18n/locale/fr/search.json index c3129a175..2cdee1d40 100644 --- a/app/javascript/dashboard/i18n/locale/fr/search.json +++ b/app/javascript/dashboard/i18n/locale/fr/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/fr/setNewPassword.json b/app/javascript/dashboard/i18n/locale/fr/setNewPassword.json index 0d9777fbf..a0c131f41 100644 --- a/app/javascript/dashboard/i18n/locale/fr/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/fr/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Définir un nouveau mot de passe", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Mot de passe", "PLACEHOLDER": "Mot de passe", - "ERROR": "Le mot de passe est trop court" + "ERROR": "Le mot de passe est trop court." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirmer le mot de passe", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirmer le mot de passe", - "ERROR": "Les mots de passe ne correspondent pas" + "ERROR": "Les mots de passe ne correspondent pas." }, "API": { - "SUCCESS_MESSAGE": "Mot de passe modifié avec succès", - "ERROR_MESSAGE": "Impossible de se connecter au serveur Woot, veuillez réessayer plus tard" + "SUCCESS_MESSAGE": "Mot de passe modifié avec succès.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "La vérification a expiré. Veuillez résoudre le captcha à nouveau." diff --git a/app/javascript/dashboard/i18n/locale/fr/signup.json b/app/javascript/dashboard/i18n/locale/fr/signup.json index 81e4fd50f..9deaf33f9 100644 --- a/app/javascript/dashboard/i18n/locale/fr/signup.json +++ b/app/javascript/dashboard/i18n/locale/fr/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Nom de la société", - "PLACEHOLDER": "Entrez le nom de votre entreprise. Ex : Wayne Enterprises", - "ERROR": "Le nom de la société est trop court" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Le nom de la société est trop court." }, "FULL_NAME": { "LABEL": "Nom complet", - "PLACEHOLDER": "Entrez votre nom complet. Ex. : Bruce Wayne", - "ERROR": "Le nom complet est trop court" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Le nom complet est trop court." }, "EMAIL": { "LABEL": "E-mail professionnel", - "PLACEHOLDER": "Entrez votre adresse e-mail professionnelle. Ex. : bruce@wayne.enterprises", - "ERROR": "Veuillez entrer une adresse e-mail professionnelle valide" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Veuillez entrer une adresse e-mail professionnelle valide." }, "PASSWORD": { "LABEL": "Mot de passe", "PLACEHOLDER": "Mot de passe", - "ERROR": "Le mot de passe est trop court", - "IS_INVALID_PASSWORD": "Le mot de passe doit contenir au moins 1 lettre majuscule, 1 lettre minuscule, 1 chiffre et 1 caractère spécial" + "ERROR": "Le mot de passe est trop court.", + "IS_INVALID_PASSWORD": "Le mot de passe doit contenir au moins 1 lettre majuscule, 1 lettre minuscule, 1 chiffre et 1 caractère spécial." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirmer le mot de passe", - "PLACEHOLDER": "Confirmer le mot de passe", - "ERROR": "Les mots de passe ne correspondent pas" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Les mots de passe ne correspondent pas." }, "API": { "SUCCESS_MESSAGE": "Inscription réussie", - "ERROR_MESSAGE": "Impossible de se connecter au serveur Woot, veuillez réessayer plus tard" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Créer un compte", "HAVE_AN_ACCOUNT": "Vous avez déjà un compte ?" diff --git a/app/javascript/dashboard/i18n/locale/he/advancedFilters.json b/app/javascript/dashboard/i18n/locale/he/advancedFilters.json index 546eef447..dc2fa1c47 100644 --- a/app/javascript/dashboard/i18n/locale/he/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/he/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "שם קמפיין", "LABELS": "תוויות", "BROWSER_LANGUAGE": "שפת דפדפן", + "PRIORITY": "Priority", "COUNTRY_NAME": "שם המדינה", "REFERER_LINK": "קישור מפנה", "CUSTOM_ATTRIBUTE_LIST": "רשימה", diff --git a/app/javascript/dashboard/i18n/locale/he/agentMgmt.json b/app/javascript/dashboard/i18n/locale/he/agentMgmt.json index 740bf130e..52ab71ea5 100644 --- a/app/javascript/dashboard/i18n/locale/he/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "חפש נציגים", - "TEAM": "חפש קבוצות" + "TEAM": "חפש קבוצות", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/he/conversation.json b/app/javascript/dashboard/i18n/locale/he/conversation.json index f1c842a17..d7e23e216 100644 --- a/app/javascript/dashboard/i18n/locale/he/conversation.json +++ b/app/javascript/dashboard/i18n/locale/he/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "קובץ לא ידוע", "SAVE_CONTACT": "שמור", "UPLOADING_ATTACHMENTS": "מעלה קובץ מצורף...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "ההודעה נמחקה בהצלחה", "FAIL_DELETE_MESSSAGE": "לא ניתן למחוק את ההודעה! נסה שוב", "NO_RESPONSE": "אין תגובה", @@ -66,6 +67,23 @@ "NEXT_WEEK": "שבוע הבא" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "כלום", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "כלום", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "לא נמצאו תוצאות", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "סמן כממתין", "RESOLVED": "סמן כפתור", diff --git a/app/javascript/dashboard/i18n/locale/he/generalSettings.json b/app/javascript/dashboard/i18n/locale/he/generalSettings.json index 4e44207a8..388a8cae2 100644 --- a/app/javascript/dashboard/i18n/locale/he/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/he/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "דוחות", "CONVERSATION": "שיחה", "CHANGE_ASSIGNEE": "שנה מוקצה", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "להחליף קבוצה", "ADD_LABEL": "הוסף תווית לשיחה", "REMOVE_LABEL": "הסר תווית מהשיחה", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "עבור להודעות", "ADD_LABELS_TO_CONVERSATION": "הוסף תווית לשיחה", "ASSIGN_AN_AGENT": "הקצה סוכן", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "הקצה צוות", "MUTE_CONVERSATION": "שיחה אילמת", "UNMUTE_CONVERSATION": "בטל השתקת שיחה", diff --git a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json index ceda7781d..783383ebe 100644 --- a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "עדכון הגדרות טופס טרום צ'אט" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "מגבלת הקצאה אוטומטית", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "אנא הזן ערך גדול מ-0", diff --git a/app/javascript/dashboard/i18n/locale/he/integrations.json b/app/javascript/dashboard/i18n/locale/he/integrations.json index 05b41e289..5371fdc62 100644 --- a/app/javascript/dashboard/i18n/locale/he/integrations.json +++ b/app/javascript/dashboard/i18n/locale/he/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "אירעה שגיאה בהצטרפות לשיחה, אנא נסה שוב", "CREATE_ERROR": "אירעה שגיאה ביצירת קישור לפגישה, אנא נסה שוב" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "ביטול" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "מחק", "API": { diff --git a/app/javascript/dashboard/i18n/locale/he/login.json b/app/javascript/dashboard/i18n/locale/he/login.json index bc76228a5..16a9732d5 100644 --- a/app/javascript/dashboard/i18n/locale/he/login.json +++ b/app/javascript/dashboard/i18n/locale/he/login.json @@ -3,16 +3,16 @@ "TITLE": "התחבר ל Woot", "EMAIL": { "LABEL": "אימייל", - "PLACEHOLDER": "מייל לדוגמא: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "סיסמה", "PLACEHOLDER": "סיסמה" }, "API": { - "SUCCESS_MESSAGE": "נכנסת בהצלחה", - "ERROR_MESSAGE": "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר", - "UNAUTH": "שם משתמש / סיסמה שגויים. נסה שוב" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "התחבר עם גוגל", diff --git a/app/javascript/dashboard/i18n/locale/he/resetPassword.json b/app/javascript/dashboard/i18n/locale/he/resetPassword.json index 6e0cceebe..10da8c2e9 100644 --- a/app/javascript/dashboard/i18n/locale/he/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/he/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "אפס ססמה", + "TITLE": "אפס את הסיסמה", "EMAIL": { "LABEL": "אימייל", - "PLACEHOLDER": "הזן בבקשה את האימייל שלך", - "ERROR": "אנא הכנס כתובת דוא\"ל חוקית" + "PLACEHOLDER": "הזן בבקשה את האימייל שלך.", + "ERROR": "אנא הכנס כתובת דוא\"ל חוקית." }, "API": { - "SUCCESS_MESSAGE": "הקישור לאיפוס הסיסמה נשלח לדוא\"ל שלך", - "ERROR_MESSAGE": "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר" + "SUCCESS_MESSAGE": "הקישור לאיפוס הסיסמה נשלח לדוא\"ל שלך.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "שלח" } diff --git a/app/javascript/dashboard/i18n/locale/he/search.json b/app/javascript/dashboard/i18n/locale/he/search.json index dd211513c..b9ad4038c 100644 --- a/app/javascript/dashboard/i18n/locale/he/search.json +++ b/app/javascript/dashboard/i18n/locale/he/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "לא נמצא %{item} עבור השאילתה '%{query}'", "EMPTY_STATE_FULL": "לא נמצאו תוצאות עבור השאילתה '%{query}'", "PLACEHOLDER_KEYBINDING": "/ להתמקד", - "INPUT_PLACEHOLDER": "חפש הודעות, אנשי קשר או שיחות", - "EMPTY_STATE_DEFAULT": "חפש לפי מזהה שיחה, אימייל, מספר טלפון, הודעות לתוצאות חיפוש טובות יותר.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "חפש לפי מזהה שיחה, אימייל, מספר טלפון, הודעות לתוצאות חיפוש טובות יותר. ", "BOT_LABEL": "בוט", "READ_MORE": "קרא עוד", "WROTE": "נכתב:" diff --git a/app/javascript/dashboard/i18n/locale/he/setNewPassword.json b/app/javascript/dashboard/i18n/locale/he/setNewPassword.json index 59175d871..2d0b71229 100644 --- a/app/javascript/dashboard/i18n/locale/he/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/he/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "הגדר סיסמה חדשה", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "סיסמה", "PLACEHOLDER": "סיסמה", - "ERROR": "הסיסמה קצרה מדי" + "ERROR": "הסיסמה קצרה מדי." }, "CONFIRM_PASSWORD": { - "LABEL": "אמת סיסמה", + "LABEL": "Confirm password", "PLACEHOLDER": "אמת סיסמה", - "ERROR": "סיסמאות לא תואמות" + "ERROR": "סיסמאות לא תואמות." }, "API": { - "SUCCESS_MESSAGE": "שינתה את הסיסמה בהצלחה", - "ERROR_MESSAGE": "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר" + "SUCCESS_MESSAGE": "שינתה את הסיסמה בהצלחה.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "פג תוקף האימות. נא לפתור שוב את ה-captcha." diff --git a/app/javascript/dashboard/i18n/locale/he/signup.json b/app/javascript/dashboard/i18n/locale/he/signup.json index a8d580aa4..17dc4ed65 100644 --- a/app/javascript/dashboard/i18n/locale/he/signup.json +++ b/app/javascript/dashboard/i18n/locale/he/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "שם החברה", - "PLACEHOLDER": "הזן את שם החברה שלך. למשל: Wayne Enterprises", - "ERROR": "שם החברה קצר מדי" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "שם החברה קצר מדי." }, "FULL_NAME": { "LABEL": "שם מלא", - "PLACEHOLDER": "הזן את שמך המלא. למשל: ברוס וויין", - "ERROR": "השם המלא קצר מדי" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "השם המלא קצר מדי." }, "EMAIL": { "LABEL": "מייל עבודה", - "PLACEHOLDER": "הזן את כתובת הדוא\"ל שלך בעבודה. למשל: bruce@wayne.enterprises", - "ERROR": "אנא הזן כתובת דוא\"ל חוקית לעבודה" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "אנא הזן כתובת דוא\"ל חוקית לעבודה." }, "PASSWORD": { "LABEL": "סיסמה", "PLACEHOLDER": "סיסמה", - "ERROR": "הסיסמה קצרה מדי", - "IS_INVALID_PASSWORD": "הסיסמה צריכה להכיל לפחות אות אחת גדולה, אות קטנה אחת, מספר אחד ותו מיוחד אחד" + "ERROR": "הסיסמה קצרה מדי.", + "IS_INVALID_PASSWORD": "הסיסמה צריכה להכיל לפחות אות אחת גדולה, אות קטנה אחת, מספר אחד ותו מיוחד אחד." }, "CONFIRM_PASSWORD": { - "LABEL": "אמת סיסמה", - "PLACEHOLDER": "אמת סיסמה", - "ERROR": "סיסמה לא מתאימה" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "סיסמה לא מתאימה." }, "API": { "SUCCESS_MESSAGE": "ההרשמה הצליחה", - "ERROR_MESSAGE": "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "צור חשבון", "HAVE_AN_ACCOUNT": "כבר יש לך חשבון?" diff --git a/app/javascript/dashboard/i18n/locale/hi/advancedFilters.json b/app/javascript/dashboard/i18n/locale/hi/advancedFilters.json index 2875d51c2..1fe3e4f70 100644 --- a/app/javascript/dashboard/i18n/locale/hi/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/hi/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/hi/agentMgmt.json b/app/javascript/dashboard/i18n/locale/hi/agentMgmt.json index 97f7a4c55..d711762fa 100644 --- a/app/javascript/dashboard/i18n/locale/hi/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/hi/conversation.json b/app/javascript/dashboard/i18n/locale/hi/conversation.json index 597799c15..a20522108 100644 --- a/app/javascript/dashboard/i18n/locale/hi/conversation.json +++ b/app/javascript/dashboard/i18n/locale/hi/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/hi/generalSettings.json b/app/javascript/dashboard/i18n/locale/hi/generalSettings.json index 367b35b1c..7ed6d8925 100644 --- a/app/javascript/dashboard/i18n/locale/hi/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/hi/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json index bed0ec0c9..407441618 100644 --- a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/hi/integrations.json b/app/javascript/dashboard/i18n/locale/hi/integrations.json index 00d92f297..f0326fa78 100644 --- a/app/javascript/dashboard/i18n/locale/hi/integrations.json +++ b/app/javascript/dashboard/i18n/locale/hi/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Cancel" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Delete", "API": { diff --git a/app/javascript/dashboard/i18n/locale/hi/login.json b/app/javascript/dashboard/i18n/locale/hi/login.json index 25c956a81..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/hi/login.json +++ b/app/javascript/dashboard/i18n/locale/hi/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "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": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/hi/resetPassword.json b/app/javascript/dashboard/i18n/locale/hi/resetPassword.json index bb678e809..37aa1860a 100644 --- a/app/javascript/dashboard/i18n/locale/hi/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/hi/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reset Password", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "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": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Submit" } diff --git a/app/javascript/dashboard/i18n/locale/hi/search.json b/app/javascript/dashboard/i18n/locale/hi/search.json index 418572c0c..9044bf5f9 100644 --- a/app/javascript/dashboard/i18n/locale/hi/search.json +++ b/app/javascript/dashboard/i18n/locale/hi/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/hi/setNewPassword.json b/app/javascript/dashboard/i18n/locale/hi/setNewPassword.json index ec2d94744..4908dad02 100644 --- a/app/javascript/dashboard/i18n/locale/hi/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/hi/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/hi/signup.json b/app/javascript/dashboard/i18n/locale/hi/signup.json index 10ddc5b86..1ad4865ff 100644 --- a/app/javascript/dashboard/i18n/locale/hi/signup.json +++ b/app/javascript/dashboard/i18n/locale/hi/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/hr/advancedFilters.json b/app/javascript/dashboard/i18n/locale/hr/advancedFilters.json index 31a9b4056..b7ca33b82 100644 --- a/app/javascript/dashboard/i18n/locale/hr/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/hr/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Prioritet", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/hr/agentMgmt.json b/app/javascript/dashboard/i18n/locale/hr/agentMgmt.json index 4f0cdab51..e5af8f609 100644 --- a/app/javascript/dashboard/i18n/locale/hr/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hr/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Pretraga agenata" } } } diff --git a/app/javascript/dashboard/i18n/locale/hr/conversation.json b/app/javascript/dashboard/i18n/locale/hr/conversation.json index 597799c15..1c932b5a7 100644 --- a/app/javascript/dashboard/i18n/locale/hr/conversation.json +++ b/app/javascript/dashboard/i18n/locale/hr/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Prioritet", + "OPTIONS": { + "NONE": "Nijedno", + "URGENT": "Hitno", + "HIGH": "Visoko", + "MEDIUM": "Srednje", + "LOW": "Nisko" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Nijedno", + "INPUT_PLACEHOLDER": "Odaberi prioritet", + "NO_RESULTS": "Nisu pronađeni rezultati", + "SUCCESSFUL": "Prioritet razgovora id %{conversationId} promijenjen na %{priority}", + "FAILED": "Nije moguće promijeniti prioritet. Molim, pokušajte kasnije." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/hr/generalSettings.json b/app/javascript/dashboard/i18n/locale/hr/generalSettings.json index 367b35b1c..1dce7fd29 100644 --- a/app/javascript/dashboard/i18n/locale/hr/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/hr/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Promjena prioriteta", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Dodijeli prioritet", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json index ed77491a9..5887669b2 100644 --- a/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "Ovaj token se koristi za verifikaciju autentičnosti webhook endpoint-a.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Centar za pomoć", + "PLACEHOLDER": "Odaberi centar za pomoć", + "SELECT_PLACEHOLDER": "Odaberi centar za pomoć", + "REMOVE": "Makni Centar za Pomoć", + "SUB_TEXT": "Pridruži Centar za Pomoć inbox-u" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/hr/integrations.json b/app/javascript/dashboard/i18n/locale/hr/integrations.json index 00d92f297..dd8a351ff 100644 --- a/app/javascript/dashboard/i18n/locale/hr/integrations.json +++ b/app/javascript/dashboard/i18n/locale/hr/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Poboljšaj s AI", + "SUBTITLE": "Poboljšani odgovor će se generirati uz pomoć AI, bazirano na trenutnom odgovoru.", + "TONE": { + "TITLE": "Ton", + "OPTIONS": { + "PROFESSIONAL": "Profesionalno", + "FRIENDLY": "Prijateljski" + } + }, + "BUTTONS": { + "GENERATE": "Generiraj", + "GENERATING": "Generiranje...", + "CANCEL": "Odustani" + }, + "GENERATE_ERROR": "Došlo je do greške tijekom procesiranja sadržaja, molim pokušajte ponovno" + }, "DELETE": { "BUTTON_TEXT": "Delete", "API": { diff --git a/app/javascript/dashboard/i18n/locale/hr/login.json b/app/javascript/dashboard/i18n/locale/hr/login.json index 25c956a81..e8b8494a0 100644 --- a/app/javascript/dashboard/i18n/locale/hr/login.json +++ b/app/javascript/dashboard/i18n/locale/hr/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "primjer@imetvrtke.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "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": "Prijava uspješna", + "ERROR_MESSAGE": "Nije uspjelo spajanje na Woot server. Molimo pokušajte ponovno.", + "UNAUTH": "Korisničko ime ili lozinka je pogrešno. Molimo, pokušajte ponovno." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/hr/resetPassword.json b/app/javascript/dashboard/i18n/locale/hr/resetPassword.json index bb678e809..9208731c8 100644 --- a/app/javascript/dashboard/i18n/locale/hr/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/hr/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reset Password", + "TITLE": "Reset lozinke", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Molimo, unesite e-mail.", + "ERROR": "Molimo, unesite validan e-mail." }, "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": "Link za reset lozinke je poslan na zadani e-mail.", + "ERROR_MESSAGE": "Nije uspjelo spajanje na Woot server. Molimo pokušajte ponovno." }, "SUBMIT": "Submit" } diff --git a/app/javascript/dashboard/i18n/locale/hr/search.json b/app/javascript/dashboard/i18n/locale/hr/search.json index 418572c0c..2e2c9994d 100644 --- a/app/javascript/dashboard/i18n/locale/hr/search.json +++ b/app/javascript/dashboard/i18n/locale/hr/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Unesi 3 ili više znakova za pretragu", + "EMPTY_STATE_DEFAULT": "Traži po conversation id, e-mail, broj telefona, poruke za bolje rezultate pretrage. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/hr/setNewPassword.json b/app/javascript/dashboard/i18n/locale/hr/setNewPassword.json index ec2d94744..84575c6a1 100644 --- a/app/javascript/dashboard/i18n/locale/hr/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/hr/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Postavi novu lozinku", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Lozinka je prekratka." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Potvrdi lozinku", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Lozinke se ne poklapaju." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Lozinka je uspješno promijenjena.", + "ERROR_MESSAGE": "Nije uspjelo spajanje na Woot server. Molimo pokušajte ponovno." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/hr/signup.json b/app/javascript/dashboard/i18n/locale/hr/signup.json index 10ddc5b86..a9fec9396 100644 --- a/app/javascript/dashboard/i18n/locale/hr/signup.json +++ b/app/javascript/dashboard/i18n/locale/hr/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Unesi ime svoje tvrtke. Npr., Wayne Enterprises", + "ERROR": "Ime tvrtke je prekratko." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Unesi svoje puno ime. Npr, Bruce Wayne", + "ERROR": "Puno ime je prekratko." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Unesi svoju poslovnu e-mail adresu. Npr., bruce@wayne.enterprises", + "ERROR": "Unesi validnu poslovnu e-mail adresu." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Lozinka je prekratka.", + "IS_INVALID_PASSWORD": "Lozinka mora sadržavati barem 1 veliko slovo, 1 malo slovo, 1 broj i 1 posebni znak." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Potvrdi lozinku", + "PLACEHOLDER": "Potvrdi lozinku", + "ERROR": "Lozinke se ne poklapaju." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Nije uspjelo spajanje na Woot server. Molimo pokušajte ponovno." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/hu/advancedFilters.json b/app/javascript/dashboard/i18n/locale/hu/advancedFilters.json index 3e1ec395e..c330f2f2e 100644 --- a/app/javascript/dashboard/i18n/locale/hu/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/hu/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Cimkék", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/hu/agentMgmt.json b/app/javascript/dashboard/i18n/locale/hu/agentMgmt.json index df9edc981..d48453342 100644 --- a/app/javascript/dashboard/i18n/locale/hu/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Ügynökök keresése", - "TEAM": "Csapatok keresése" + "TEAM": "Csapatok keresése", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/hu/conversation.json b/app/javascript/dashboard/i18n/locale/hu/conversation.json index 0b4f87e45..5a137515a 100644 --- a/app/javascript/dashboard/i18n/locale/hu/conversation.json +++ b/app/javascript/dashboard/i18n/locale/hu/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Csatolt fileok feltöltése...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "Nincs válasz", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Nincs", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Nincs", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Nincs találat", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/hu/generalSettings.json b/app/javascript/dashboard/i18n/locale/hu/generalSettings.json index dc5853700..5478fa4a1 100644 --- a/app/javascript/dashboard/i18n/locale/hu/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/hu/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Jelentések", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json index 836483989..8865e5966 100644 --- a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/hu/integrations.json b/app/javascript/dashboard/i18n/locale/hu/integrations.json index ce89a7ec7..585a855b5 100644 --- a/app/javascript/dashboard/i18n/locale/hu/integrations.json +++ b/app/javascript/dashboard/i18n/locale/hu/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Mégse" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Törlés", "API": { diff --git a/app/javascript/dashboard/i18n/locale/hu/login.json b/app/javascript/dashboard/i18n/locale/hu/login.json index c99045ffd..f03db3997 100644 --- a/app/javascript/dashboard/i18n/locale/hu/login.json +++ b/app/javascript/dashboard/i18n/locale/hu/login.json @@ -3,16 +3,16 @@ "TITLE": "Chatwoot belépés", "EMAIL": { "LABEL": "E-mail", - "PLACEHOLDER": "E-mail pl.: valaki@példa.hu" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Jelszó", "PLACEHOLDER": "Jelszó" }, "API": { - "SUCCESS_MESSAGE": "Bejelentkezés sikeres", - "ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később", - "UNAUTH": "A felhasználó / jelszó helytelen. Kérjük próbálja újra" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/hu/resetPassword.json b/app/javascript/dashboard/i18n/locale/hu/resetPassword.json index 6303f19fb..acb9f3193 100644 --- a/app/javascript/dashboard/i18n/locale/hu/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/hu/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Új jelszó kérése", + "TITLE": "Jelszó megváltoztatása", "EMAIL": { "LABEL": "E-mail", - "PLACEHOLDER": "Add meg az e-mailed", - "ERROR": "Kérjük helyes e-mailcímet adj meg" + "PLACEHOLDER": "Kérjük add meg az e-mailcímed.", + "ERROR": "Kérjük helyes e-mailcímet adj meg." }, "API": { - "SUCCESS_MESSAGE": "A jelszó helyreállító linket e-mailben elküldtük", - "ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később" + "SUCCESS_MESSAGE": "A jelszó helyreállító linket e-mailben elküldtük.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Elküldés" } diff --git a/app/javascript/dashboard/i18n/locale/hu/search.json b/app/javascript/dashboard/i18n/locale/hu/search.json index 21d4522e5..739bc8c77 100644 --- a/app/javascript/dashboard/i18n/locale/hu/search.json +++ b/app/javascript/dashboard/i18n/locale/hu/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/hu/setNewPassword.json b/app/javascript/dashboard/i18n/locale/hu/setNewPassword.json index a213361d1..b3ff813ea 100644 --- a/app/javascript/dashboard/i18n/locale/hu/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/hu/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Új jelszó megadása", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Jelszó", "PLACEHOLDER": "Jelszó", - "ERROR": "A jelszó túl rövid" + "ERROR": "A jelszó túl rövid." }, "CONFIRM_PASSWORD": { - "LABEL": "Jelszó megerősítése", + "LABEL": "Confirm password", "PLACEHOLDER": "Jelszó megerősítése", - "ERROR": "A jelszavak nem egyeznek" + "ERROR": "A jelszavak nem egyeznek." }, "API": { - "SUCCESS_MESSAGE": "Jelszó sikeresen megváltoztatva", - "ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később" + "SUCCESS_MESSAGE": "Jelszó sikeresen megváltoztatva.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/hu/signup.json b/app/javascript/dashboard/i18n/locale/hu/signup.json index 13453510b..e43d2f960 100644 --- a/app/javascript/dashboard/i18n/locale/hu/signup.json +++ b/app/javascript/dashboard/i18n/locale/hu/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Teljes név", - "PLACEHOLDER": "Add meg a teljes neved. Pl.: Kovács János", - "ERROR": "A teljes név túl rövid" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "A teljes név túl rövid." }, "EMAIL": { "LABEL": "Munkahelyi e-mail", - "PLACEHOLDER": "Add meg munkahelyi e-mailcímed. Pl. kovacs.janos@email.hu", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Jelszó", "PLACEHOLDER": "Jelszó", - "ERROR": "A jelszó túl rövid", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "A jelszó túl rövid.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Jelszó megerősítése", - "PLACEHOLDER": "Jelszó megerősítése", - "ERROR": "A jelszavak nem egyeznek" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "A jelszavak nem egyeznek." }, "API": { "SUCCESS_MESSAGE": "Sikeres regisztráció", - "ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Már van fiókod?" diff --git a/app/javascript/dashboard/i18n/locale/hy/advancedFilters.json b/app/javascript/dashboard/i18n/locale/hy/advancedFilters.json index a32c1bd9d..361c0c8ae 100644 --- a/app/javascript/dashboard/i18n/locale/hy/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/hy/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/hy/agentMgmt.json b/app/javascript/dashboard/i18n/locale/hy/agentMgmt.json index b44e74542..b563de61f 100644 --- a/app/javascript/dashboard/i18n/locale/hy/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hy/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/hy/conversation.json b/app/javascript/dashboard/i18n/locale/hy/conversation.json index 597799c15..a20522108 100644 --- a/app/javascript/dashboard/i18n/locale/hy/conversation.json +++ b/app/javascript/dashboard/i18n/locale/hy/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/hy/generalSettings.json b/app/javascript/dashboard/i18n/locale/hy/generalSettings.json index 367b35b1c..7ed6d8925 100644 --- a/app/javascript/dashboard/i18n/locale/hy/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/hy/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json index 14f60eac8..97a4ee2f6 100644 --- a/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/hy/integrations.json b/app/javascript/dashboard/i18n/locale/hy/integrations.json index 00d92f297..f0326fa78 100644 --- a/app/javascript/dashboard/i18n/locale/hy/integrations.json +++ b/app/javascript/dashboard/i18n/locale/hy/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Cancel" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Delete", "API": { diff --git a/app/javascript/dashboard/i18n/locale/hy/login.json b/app/javascript/dashboard/i18n/locale/hy/login.json index 25c956a81..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/hy/login.json +++ b/app/javascript/dashboard/i18n/locale/hy/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "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": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/hy/resetPassword.json b/app/javascript/dashboard/i18n/locale/hy/resetPassword.json index bb678e809..37aa1860a 100644 --- a/app/javascript/dashboard/i18n/locale/hy/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/hy/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reset Password", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "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": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Submit" } diff --git a/app/javascript/dashboard/i18n/locale/hy/search.json b/app/javascript/dashboard/i18n/locale/hy/search.json index 418572c0c..9044bf5f9 100644 --- a/app/javascript/dashboard/i18n/locale/hy/search.json +++ b/app/javascript/dashboard/i18n/locale/hy/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/hy/setNewPassword.json b/app/javascript/dashboard/i18n/locale/hy/setNewPassword.json index ec2d94744..4908dad02 100644 --- a/app/javascript/dashboard/i18n/locale/hy/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/hy/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/hy/signup.json b/app/javascript/dashboard/i18n/locale/hy/signup.json index 10ddc5b86..1ad4865ff 100644 --- a/app/javascript/dashboard/i18n/locale/hy/signup.json +++ b/app/javascript/dashboard/i18n/locale/hy/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/id/advancedFilters.json b/app/javascript/dashboard/i18n/locale/id/advancedFilters.json index 81632e323..b4f4c805b 100644 --- a/app/javascript/dashboard/i18n/locale/id/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/id/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Label", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/id/agentMgmt.json b/app/javascript/dashboard/i18n/locale/id/agentMgmt.json index 6d9894075..c592f1b7d 100644 --- a/app/javascript/dashboard/i18n/locale/id/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/id/conversation.json b/app/javascript/dashboard/i18n/locale/id/conversation.json index 635b546a7..2cc401265 100644 --- a/app/javascript/dashboard/i18n/locale/id/conversation.json +++ b/app/javascript/dashboard/i18n/locale/id/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Unggah lampiran...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "Tidak ada respon", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Tidak ada", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Tidak ada", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Tidak ada hasil ditemukan", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/id/generalSettings.json b/app/javascript/dashboard/i18n/locale/id/generalSettings.json index 54d582e08..a2b55c7c7 100644 --- a/app/javascript/dashboard/i18n/locale/id/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/id/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Laporan", "CONVERSATION": "Percakapan", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json index 277ab2e3d..6953bb126 100644 --- a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/id/integrations.json b/app/javascript/dashboard/i18n/locale/id/integrations.json index dd4ac65d0..3a23356c1 100644 --- a/app/javascript/dashboard/i18n/locale/id/integrations.json +++ b/app/javascript/dashboard/i18n/locale/id/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Batalkan" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Hapus", "API": { diff --git a/app/javascript/dashboard/i18n/locale/id/login.json b/app/javascript/dashboard/i18n/locale/id/login.json index b9d216d61..ebb72c2b5 100644 --- a/app/javascript/dashboard/i18n/locale/id/login.json +++ b/app/javascript/dashboard/i18n/locale/id/login.json @@ -3,16 +3,16 @@ "TITLE": "Masuk ke Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email cth: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Kata Sandi", "PLACEHOLDER": "Kata Sandi" }, "API": { - "SUCCESS_MESSAGE": "Berhasil Masuk", - "ERROR_MESSAGE": "Tidak dapat terhubung ke Server Woot, Silahkan coba lagi nanti", - "UNAUTH": "Nama Pengguna / Kata Sandi Salah. Silahkan coba lagi" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/id/resetPassword.json b/app/javascript/dashboard/i18n/locale/id/resetPassword.json index 72996ca3a..99693c5f6 100644 --- a/app/javascript/dashboard/i18n/locale/id/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/id/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Atur Ulang Kata Sandi", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Harap masukkan email Anda", - "ERROR": "Harap masukkan email yang valid" + "PLACEHOLDER": "Harap masukkan email Anda.", + "ERROR": "Harap masukkan email yang valid." }, "API": { - "SUCCESS_MESSAGE": "Link pengaturan ulang kata sandi telah dikirim ke email Anda", - "ERROR_MESSAGE": "Tidak dapat terhubung ke Server Woot, Silahkan coba lagi nanti" + "SUCCESS_MESSAGE": "Link pengaturan ulang kata sandi telah dikirim ke email Anda.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Kirim" } diff --git a/app/javascript/dashboard/i18n/locale/id/search.json b/app/javascript/dashboard/i18n/locale/id/search.json index e79e2ee85..0a57ae342 100644 --- a/app/javascript/dashboard/i18n/locale/id/search.json +++ b/app/javascript/dashboard/i18n/locale/id/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/id/setNewPassword.json b/app/javascript/dashboard/i18n/locale/id/setNewPassword.json index b5d0bd0d7..e965fe73d 100644 --- a/app/javascript/dashboard/i18n/locale/id/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/id/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Setel Kata Sandi Baru", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Kata Sandi", "PLACEHOLDER": "Kata Sandi", - "ERROR": "Kata sandi terlalu pendek" + "ERROR": "Kata sandi terlalu pendek." }, "CONFIRM_PASSWORD": { - "LABEL": "Konfirmasi Kata Sandi", + "LABEL": "Confirm password", "PLACEHOLDER": "Konfirmasi Kata Sandi", - "ERROR": "Kata Sandi tidak cocok" + "ERROR": "Kata Sandi tidak cocok." }, "API": { - "SUCCESS_MESSAGE": "Berhasil mengubah kata sandi", - "ERROR_MESSAGE": "Tidak dapat terhubung ke Server Woot, Silahkan coba lagi nanti" + "SUCCESS_MESSAGE": "Berhasil mengubah kata sandi.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/id/signup.json b/app/javascript/dashboard/i18n/locale/id/signup.json index 3253f778a..a8f7e0292 100644 --- a/app/javascript/dashboard/i18n/locale/id/signup.json +++ b/app/javascript/dashboard/i18n/locale/id/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Nama Lengkap", - "PLACEHOLDER": "Masukkan nama lengkap Anda. cth: Bruce Wayne", - "ERROR": "Nama lengkap terlalu pendek" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Nama lengkap terlalu pendek." }, "EMAIL": { "LABEL": "Email kantor", - "PLACEHOLDER": "Masukkan alamat email kantor Anda. cth: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Kata Sandi", "PLACEHOLDER": "Kata Sandi", - "ERROR": "Kata sandi terlalu pendek", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Kata sandi terlalu pendek.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Konfirmasi Kata Sandi", - "PLACEHOLDER": "Konfirmasi Kata Sandi", - "ERROR": "Kata Sandi tidak cocok" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Kata Sandi tidak cocok." }, "API": { "SUCCESS_MESSAGE": "Pendaftaran Berhasil", - "ERROR_MESSAGE": "Tidak dapat terhubung ke Server Woot, Silahkan coba lagi nanti" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Sudah punya akun?" diff --git a/app/javascript/dashboard/i18n/locale/is/advancedFilters.json b/app/javascript/dashboard/i18n/locale/is/advancedFilters.json index eb5e0842a..be1fbaf18 100644 --- a/app/javascript/dashboard/i18n/locale/is/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/is/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", @@ -76,7 +77,7 @@ "CONFIRM": { "TITLE": "Staðfesta eyðingu", "MESSAGE": "Are you sure to delete the filter ", - "YES": "Yes, Delete", + "YES": "Já, eyða", "NO": "No, Keep it" } }, diff --git a/app/javascript/dashboard/i18n/locale/is/agentMgmt.json b/app/javascript/dashboard/i18n/locale/is/agentMgmt.json index c349a1e64..8836f13ac 100644 --- a/app/javascript/dashboard/i18n/locale/is/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/is/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Leita að þjónustufulltrúum", - "TEAM": "Leita að teymum" + "TEAM": "Leita að teymum", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/is/conversation.json b/app/javascript/dashboard/i18n/locale/is/conversation.json index be11937e3..e65177bae 100644 --- a/app/javascript/dashboard/i18n/locale/is/conversation.json +++ b/app/javascript/dashboard/i18n/locale/is/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Óþekkt skrá", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Hleður upp viðhengi...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Skilaboðum eytt", "FAIL_DELETE_MESSSAGE": "Gat ekki eytt skilaboðum! Reynið aftur", "NO_RESPONSE": "Ekkert svar", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Enginn", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Enginn", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Engar niðurstöður fundust", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/is/generalSettings.json b/app/javascript/dashboard/i18n/locale/is/generalSettings.json index ea1ff86a2..67e4c7201 100644 --- a/app/javascript/dashboard/i18n/locale/is/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/is/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Skýrslur", "CONVERSATION": "Samtal", "CHANGE_ASSIGNEE": "Breyta úthlutun", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Breyta Teymi", "ADD_LABEL": "Merkja samtalið", "REMOVE_LABEL": "Fjarlægja merki af samtali", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Opna Tilkynningar", "ADD_LABELS_TO_CONVERSATION": "Merkja samtalið", "ASSIGN_AN_AGENT": "Úthluta á þjónustufulltrúa", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Úthluta á teymi", "MUTE_CONVERSATION": "Þagga samtal", "UNMUTE_CONVERSATION": "Afþagga samtal", diff --git a/app/javascript/dashboard/i18n/locale/is/helpCenter.json b/app/javascript/dashboard/i18n/locale/is/helpCenter.json index c32cd653d..81e113c99 100644 --- a/app/javascript/dashboard/i18n/locale/is/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/is/helpCenter.json @@ -30,7 +30,7 @@ }, "ARTICLE_EDITOR": { "IMAGE_UPLOAD": { - "TITLE": "Upload image", + "TITLE": "Hlaða upp mynd", "UPLOADING": "Hleður upp...", "SUCCESS": "Image uploaded successfully", "ERROR": "Error while uploading image", diff --git a/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json index 86c59b96b..6dcfe152b 100644 --- a/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/is/integrations.json b/app/javascript/dashboard/i18n/locale/is/integrations.json index 4e3967785..b8826c657 100644 --- a/app/javascript/dashboard/i18n/locale/is/integrations.json +++ b/app/javascript/dashboard/i18n/locale/is/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Hætta við" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Eyða", "API": { diff --git a/app/javascript/dashboard/i18n/locale/is/login.json b/app/javascript/dashboard/i18n/locale/is/login.json index 06cd997da..622c97658 100644 --- a/app/javascript/dashboard/i18n/locale/is/login.json +++ b/app/javascript/dashboard/i18n/locale/is/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Tölvupóstfang", - "PLACEHOLDER": "Tölvupóstfang t.d. someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Lykilorð", "PLACEHOLDER": "Lykilorð" }, "API": { - "SUCCESS_MESSAGE": "Innskráning tókst", - "ERROR_MESSAGE": "Náði ekki að tengjast við netþjóna Woot, vinsamlegast reynið aftur", - "UNAUTH": "Notandanafn / lykilorð rangt. Vinsamlegast reyndu aftur" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/is/report.json b/app/javascript/dashboard/i18n/locale/is/report.json index a4c60ffcf..82f98f2c3 100644 --- a/app/javascript/dashboard/i18n/locale/is/report.json +++ b/app/javascript/dashboard/i18n/locale/is/report.json @@ -446,7 +446,7 @@ "AGENT_STATUS": { "HEADER": "Agent status", "ONLINE": "Online", - "BUSY": "Busy", + "BUSY": "Upptekinn", "OFFLINE": "Offline" } }, diff --git a/app/javascript/dashboard/i18n/locale/is/resetPassword.json b/app/javascript/dashboard/i18n/locale/is/resetPassword.json index 5d5067e2c..cb36d45d1 100644 --- a/app/javascript/dashboard/i18n/locale/is/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/is/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Endurstilla lykilorð", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Tölvupóstfang", - "PLACEHOLDER": "Vinsamlegast sláðu inn netfangið þitt", - "ERROR": "Vinsamlegast skrifaðu gilt netfang" + "PLACEHOLDER": "Vinsamlegast sláðu inn netfangið þitt.", + "ERROR": "Vinsamlegast skrifaðu gilt netfang." }, "API": { - "SUCCESS_MESSAGE": "Tengill til að endurstilla lykilorð hefur verið sendur á netfangið þitt", - "ERROR_MESSAGE": "Náði ekki að tengjast við netþjóna Woot, vinsamlegast reynið aftur" + "SUCCESS_MESSAGE": "Tengill til að endurstilla lykilorð hefur verið sendur á netfangið þitt.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Senda" } diff --git a/app/javascript/dashboard/i18n/locale/is/search.json b/app/javascript/dashboard/i18n/locale/is/search.json index 6ea79ef5f..b7529bebb 100644 --- a/app/javascript/dashboard/i18n/locale/is/search.json +++ b/app/javascript/dashboard/i18n/locale/is/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/is/setNewPassword.json b/app/javascript/dashboard/i18n/locale/is/setNewPassword.json index af28dc081..e1969d343 100644 --- a/app/javascript/dashboard/i18n/locale/is/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/is/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Lykilorð", "PLACEHOLDER": "Lykilorð", - "ERROR": "Password is too short" + "ERROR": "Lykilorið er of stutt." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Náði ekki að tengjast við netþjóna Woot, vinsamlegast reynið aftur" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Staðfesting rann út. Vinsamlegast leystu captcha aftur." diff --git a/app/javascript/dashboard/i18n/locale/is/settings.json b/app/javascript/dashboard/i18n/locale/is/settings.json index 6363bfe88..e85819bc1 100644 --- a/app/javascript/dashboard/i18n/locale/is/settings.json +++ b/app/javascript/dashboard/i18n/locale/is/settings.json @@ -1,8 +1,8 @@ { "PROFILE_SETTINGS": { - "LINK": "Profile Settings", - "TITLE": "Profile Settings", - "BTN_TEXT": "Update Profile", + "LINK": "Stillingar Prófíls", + "TITLE": "Stillingar Prófíls", + "BTN_TEXT": "Uppfæra Prófíl", "DELETE_AVATAR": "Eyða mynd", "AVATAR_DELETE_SUCCESS": "Avatar has been deleted successfully", "AVATAR_DELETE_FAILED": "Villa kom upp við að eyða notendamynd, vinsamlegast reyndu aftur", @@ -10,17 +10,17 @@ "PASSWORD_UPDATE_SUCCESS": "Lykilorðinu þínu hefur verið breytt", "AFTER_EMAIL_CHANGED": "Prófíllinn þinn hefur verið uppfærður, vinsamlegast skráðu þig inn aftur þar sem innskráningarskilríkjum þínum er breytt", "FORM": { - "AVATAR": "Profile Image", + "AVATAR": "Prófílmynd", "ERROR": "Vinsamlegast lagfærðu villurnar", - "REMOVE_IMAGE": "Remove", - "UPLOAD_IMAGE": "Upload image", - "UPDATE_IMAGE": "Update image", + "REMOVE_IMAGE": "Fjarlægja", + "UPLOAD_IMAGE": "Hlaða upp mynd", + "UPDATE_IMAGE": "Uppfæra mynd", "PROFILE_SECTION": { - "TITLE": "Profile", + "TITLE": "Prófíll", "NOTE": "Netfangið þitt er auðkenni þitt og er notað til að skrá þig inn." }, "SEND_MESSAGE": { - "TITLE": "Hotkey to send messages", + "TITLE": "Flýtilykill til að senda skilaboð", "NOTE": "Þú getur valið flýtilykil (annaðhvort Enter eða Cmd/Ctrl+Enter) eftir því hvernig þú vilt skrifa.", "UPDATE_SUCCESS": "Stillingar þínar hafa verið uppfærðar", "CARD": { @@ -35,46 +35,46 @@ } }, "MESSAGE_SIGNATURE_SECTION": { - "TITLE": "Personal message signature", + "TITLE": "Persónuleg undirskrift á skilaboðum", "NOTE": "Búðu til persónulega skilaboðaundirskrift sem verður bætt við öll skilaboðin sem þú sendir úr pósthólfinu þínu. Notaðu innihaldsríka ritilinn til að búa til mjög persónulega undirskrift.", - "BTN_TEXT": "Save message signature", - "API_ERROR": "Couldn't save signature! Try again", - "API_SUCCESS": "Signature saved successfully" + "BTN_TEXT": "Vista undirskrift á skilaboðum", + "API_ERROR": "Gat ekki vistað undirskrift! Reyndu aftur", + "API_SUCCESS": "Undirskrift var vistuð" }, "MESSAGE_SIGNATURE": { - "LABEL": "Message Signature", - "ERROR": "Message Signature cannot be empty", + "LABEL": "Undirskrift skilaboða", + "ERROR": "Undirskrift skilaboða getur ekki verið tóm", "PLACEHOLDER": "Settu inn persónulegu skilaboðaundirskriftina þína hér." }, "PASSWORD_SECTION": { "TITLE": "Lykilorð", "NOTE": "Að uppfæra lykilorðið þitt myndi endurstilla innskráningar þínar í mörgum tækjum.", - "BTN_TEXT": "Change password" + "BTN_TEXT": "Breyta lykilorði" }, "ACCESS_TOKEN": { - "TITLE": "Access Token", + "TITLE": "Aðgangslykill", "NOTE": "Þetta token er hægt að nota ef þú ert að byggja upp API byggða samþættingu" }, "AUDIO_NOTIFICATIONS_SECTION": { - "TITLE": "Audio Notifications", + "TITLE": "Hljóðtilkynningar", "NOTE": "Virkjaðu hljóðtilkynningar á mælaborðinu fyrir ný skilaboð og samtöl.", "ALERT_TYPE": { "TITLE": "Alert events:", "NONE": "Enginn", - "ASSIGNED": "Assigned Conversations", - "ALL_CONVERSATIONS": "All Conversations" + "ASSIGNED": "Úthlutuð Samtöl", + "ALL_CONVERSATIONS": "Öll Samtöl" }, "DEFAULT_TONE": { "TITLE": "Alert tone:" }, "CONDITIONS": { "TITLE": "Alert conditions:", - "CONDITION_ONE": "Send audio alerts only if the browser window is not active", + "CONDITION_ONE": "Senda hljóðviðvaranir aðeins ef vafraglugginn er ekki virkur", "CONDITION_TWO": "Send alerts every 30s until all the assigned conversations are read" } }, "EMAIL_NOTIFICATIONS_SECTION": { - "TITLE": "Email Notifications", + "TITLE": "Tilkynningar í tölvupósti", "NOTE": "Uppfærðu stillingar þínar fyrir tölvupósttilkynningar hér", "CONVERSATION_ASSIGNMENT": "Senda tilkynningar í tölvupósti þegar mér er úthlutað samtali", "CONVERSATION_CREATION": "Senda tilkynningar í tölvupósti þegar nýtt samtal er stofnað", @@ -98,7 +98,7 @@ "REQUEST_PUSH": "Enable push notifications" }, "PROFILE_IMAGE": { - "LABEL": "Profile Image" + "LABEL": "Prófílmynd" }, "NAME": { "LABEL": "Your full name", @@ -114,40 +114,40 @@ "LABEL": "Availability", "STATUSES_LIST": [ "Online", - "Busy", + "Upptekinn", "Offline" ], "SET_AVAILABILITY_SUCCESS": "Availability has been set successfully", "SET_AVAILABILITY_ERROR": "Couldn't set availability, please try again" }, "EMAIL": { - "LABEL": "Your email address", + "LABEL": "Þitt tölvupóstfang", "ERROR": "Vinsamlegast skrifaðu gilt netfang", "PLACEHOLDER": "Vinsamlegast sláðu inn netfangið þitt, þetta myndi birtast í samtölum" }, "CURRENT_PASSWORD": { - "LABEL": "Current password", + "LABEL": "Núverandi lykilorð", "ERROR": "Vinsamlegast sláðu inn núverandi lykilorð", "PLACEHOLDER": "Vinsamlegast sláðu inn núverandi lykilorð" }, "PASSWORD": { - "LABEL": "New password", + "LABEL": "Nýtt lykilorð", "ERROR": "Vinsamlegast sláðu inn lykilorð 6 stafa lengd eða meira", "PLACEHOLDER": "Vinsamlegast sláðu inn nýja lykilorðið" }, "PASSWORD_CONFIRMATION": { - "LABEL": "Confirm new password", + "LABEL": "Staðfesta nýtt lykilorð", "ERROR": "Staðfest lykilorð ætti að passa við lykilorðið", "PLACEHOLDER": "Vinsamlegasts staðfestu nýja lykilorðið" } } }, "SIDEBAR_ITEMS": { - "CHANGE_AVAILABILITY_STATUS": "Change", + "CHANGE_AVAILABILITY_STATUS": "Breyta", "CHANGE_ACCOUNTS": "Switch Account", "CONTACT_SUPPORT": "Contact Support", "SELECTOR_SUBTITLE": "Veldu reikning úr eftirfarandi lista", - "PROFILE_SETTINGS": "Profile Settings", + "PROFILE_SETTINGS": "Stillingar Prófíls", "KEYBOARD_SHORTCUTS": "Keyboard Shortcuts", "SUPER_ADMIN_CONSOLE": "Super Admin Console", "LOGOUT": "Logout" @@ -193,7 +193,7 @@ "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", "CONVERSATIONS": "Samtöl", - "ALL_CONVERSATIONS": "All Conversations", + "ALL_CONVERSATIONS": "Öll Samtöl", "MENTIONED_CONVERSATIONS": "Mentions", "PARTICIPATING_CONVERSATIONS": "Participating", "UNATTENDED_CONVERSATIONS": "Unattended", @@ -208,7 +208,7 @@ "NOTIFICATIONS": "Skilaboð", "CANNED_RESPONSES": "Stöðluð svör", "INTEGRATIONS": "Integrations", - "PROFILE_SETTINGS": "Profile Settings", + "PROFILE_SETTINGS": "Stillingar Prófíls", "ACCOUNT_SETTINGS": "Account Settings", "APPLICATIONS": "Applications", "LABELS": "Labels", @@ -265,7 +265,7 @@ "BUTTON_TXT": "Go to the billing portal" }, "CHAT_WITH_US": { - "TITLE": "Need help?", + "TITLE": "Vantar þig aðstoð?", "DESCRIPTION": "Stendur þú frammi fyrir einhverjum vandamálum í innheimtu? Við erum hér til að hjálpa.", "BUTTON_TXT": "Spjallaðu við okkur" }, @@ -274,7 +274,7 @@ "CREATE_ACCOUNT": { "NO_ACCOUNT_WARNING": "Uh ó! Við fundum enga Chatwoot reikninga. Vinsamlegast búðu til nýjan reikning til að halda áfram.", "NEW_ACCOUNT": "New Account", - "SELECTOR_SUBTITLE": "Create a new account", + "SELECTOR_SUBTITLE": "Stofna nýjan aðgang", "API": { "SUCCESS_MESSAGE": "Account created successfully", "EXIST_MESSAGE": "Account already exists", @@ -291,7 +291,7 @@ "KEYBOARD_SHORTCUTS": { "TOGGLE_MODAL": "View all shortcuts", "TITLE": { - "OPEN_CONVERSATION": "Open conversation", + "OPEN_CONVERSATION": "Opna samtal", "RESOLVE_AND_NEXT": "Resolve and move to next", "NAVIGATE_DROPDOWN": "Navigate dropdown items", "RESOLVE_CONVERSATION": "Resolve Conversation", diff --git a/app/javascript/dashboard/i18n/locale/is/signup.json b/app/javascript/dashboard/i18n/locale/is/signup.json index 7aeb485eb..ec290250f 100644 --- a/app/javascript/dashboard/i18n/locale/is/signup.json +++ b/app/javascript/dashboard/i18n/locale/is/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Nafn fyrirtækis", - "PLACEHOLDER": "Sláðu inn nafn fyrirtækisins þíns. Dæmi: Wayne Enterprises", - "ERROR": "Nafn fyrirtækis er of stutt" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Nafn fyrirtækis er of stutt." }, "FULL_NAME": { "LABEL": "Fullt nafn", - "PLACEHOLDER": "Skráðu inn fullt nafn. Dæmi: Bruce Wayne", - "ERROR": "Fullt nafn er of stutt" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Fullt nafn er of stutt." }, "EMAIL": { "LABEL": "Vinnu netfang", - "PLACEHOLDER": "Sláðu inn vinnunetfangið þitt. td: bruce@wayne.enterprises", - "ERROR": "Vinsamlegast sláðu inn gilt vinnu netfang" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Vinsamlegast sláðu inn gilt vinnu netfang." }, "PASSWORD": { "LABEL": "Lykilorð", "PLACEHOLDER": "Lykilorð", - "ERROR": "Lykilorið er of stutt", - "IS_INVALID_PASSWORD": "Lykilorð ætti að innihalda að minnsta kosti 1 hástaf, 1 lágstaf, 1 tölustaf og 1 tákn" + "ERROR": "Lykilorið er of stutt.", + "IS_INVALID_PASSWORD": "Lykilorð ætti að innihalda að minnsta kosti 1 hástaf, 1 lágstaf, 1 tölustaf og 1 tákn." }, "CONFIRM_PASSWORD": { - "LABEL": "Staðfesta Lykilorð", - "PLACEHOLDER": "Staðfesta Lykilorð", - "ERROR": "Lykilorðin stemma ekki" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Lykilorðin stemma ekki." }, "API": { "SUCCESS_MESSAGE": "Nýskráning tókst", - "ERROR_MESSAGE": "Náði ekki að tengjast við netþjóna Woot, vinsamlegast reynið aftur" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Ertu nú þegar með aðgang?" diff --git a/app/javascript/dashboard/i18n/locale/is/teamsSettings.json b/app/javascript/dashboard/i18n/locale/is/teamsSettings.json index abc333ac6..6bb916df0 100644 --- a/app/javascript/dashboard/i18n/locale/is/teamsSettings.json +++ b/app/javascript/dashboard/i18n/locale/is/teamsSettings.json @@ -1,27 +1,27 @@ { "TEAMS_SETTINGS": { - "NEW_TEAM": "Create new team", - "HEADER": "Teams", + "NEW_TEAM": "Stofna nýtt teymi", + "HEADER": "Teymi", "SIDEBAR_TXT": "

Teymi

Teymi leyfa þér að skipuleggja þjónustufulltrúa þína í hópa út frá ábyrgð þeirra.
Þjónustufulltrúi getur verið hluti af mörgum teymum. Þú getur úthlutað samtölum á teymi þegar þú ert að vinna í samvinnu.

", "LIST": { "404": "Það eru engin teymi til á þessum reikningi.", - "EDIT_TEAM": "Edit team" + "EDIT_TEAM": "Breyta teymi" }, "CREATE_FLOW": { "CREATE": { - "TITLE": "Create a new team", + "TITLE": "Stofna nýtt teymi", "DESC": "Bættu titli og lýsingu við nýja teymið þitt." }, "AGENTS": { - "BUTTON_TEXT": "Add agents to team", - "TITLE": "Add agents to team - %{teamName}", + "BUTTON_TEXT": "Bæta þjónustufulltrúum við teymið", + "TITLE": "Bæta þjónustufulltrúa við teymið - %{teamName}", "DESC": "Bættu þjónustufullrtúum við nýstofnað teymið þitt. Þetta gerir þér kleift að vinna sem teymi í samtölum, fá tilkynningu um nýja atburði í sama samtali." }, "WIZARD": [ { - "title": "Create", + "title": "Stofna", "route": "settings_teams_new", - "body": "Create a new team of agents." + "body": "Stofna nýtt teymi af þjónustufulltrúum." }, { "title": "Bæta við þjónustufulltrúa", @@ -43,7 +43,7 @@ }, "AGENTS": { "BUTTON_TEXT": "Update agents in team", - "TITLE": "Add agents to team - %{teamName}", + "TITLE": "Bæta þjónustufulltrúa við teymið - %{teamName}", "DESC": "Bættu þjónustufulltrúum við nýstofnaða teymið þitt. Allir þjónustufulltrúar sem bætt er við verða látnir vita þegar samtali er úthlutað þessu teymi." }, "WIZARD": [ @@ -77,7 +77,7 @@ "SELECTED_COUNT": "%{selected} af %{total} þjónustufulltrúum valdir." }, "ADD": { - "TITLE": "Add agents to team - %{teamName}", + "TITLE": "Bæta þjónustufulltrúa við teymið - %{teamName}", "DESC": "Bættu þjónustufullrtúum við nýstofnað teymið þitt. Þetta gerir þér kleift að vinna sem teymi í samtölum, fá tilkynningu um nýja atburði í sama samtali.", "SELECT": "select", "SELECT_ALL": "select all agents", diff --git a/app/javascript/dashboard/i18n/locale/it/advancedFilters.json b/app/javascript/dashboard/i18n/locale/it/advancedFilters.json index 5be8ea973..8f94e4915 100644 --- a/app/javascript/dashboard/i18n/locale/it/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/it/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Nome campagna", "LABELS": "Etichette", "BROWSER_LANGUAGE": "Lingua del browser", + "PRIORITY": "Priority", "COUNTRY_NAME": "Nome del paese", "REFERER_LINK": "Link referente", "CUSTOM_ATTRIBUTE_LIST": "Elenco", diff --git a/app/javascript/dashboard/i18n/locale/it/agentMgmt.json b/app/javascript/dashboard/i18n/locale/it/agentMgmt.json index b7d72cbe7..01385d110 100644 --- a/app/javascript/dashboard/i18n/locale/it/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Cerca agenti", - "TEAM": "Cerca team" + "TEAM": "Cerca team", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/it/conversation.json b/app/javascript/dashboard/i18n/locale/it/conversation.json index ccb5dbd4d..4f1ca6903 100644 --- a/app/javascript/dashboard/i18n/locale/it/conversation.json +++ b/app/javascript/dashboard/i18n/locale/it/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "File sconosciuto", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Caricamento allegati...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Messaggio eliminato con successo", "FAIL_DELETE_MESSSAGE": "Impossibile eliminare il messaggio! Riprova", "NO_RESPONSE": "Nessuna risposta", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Prossima settimana" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Nessuno", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Nessuno", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Nessun risultato trovato", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Segna come in sospeso", "RESOLVED": "Contrassegna come risolto", diff --git a/app/javascript/dashboard/i18n/locale/it/generalSettings.json b/app/javascript/dashboard/i18n/locale/it/generalSettings.json index 7ac365a8b..317a77b00 100644 --- a/app/javascript/dashboard/i18n/locale/it/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/it/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Rapporti", "CONVERSATION": "Conversazioni", "CHANGE_ASSIGNEE": "Cambia assegnatario", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Cambia Team", "ADD_LABEL": "Aggiungi etichetta alla conversazione", "REMOVE_LABEL": "Rimuovi etichetta dalla conversazione", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Vai alle notifiche", "ADD_LABELS_TO_CONVERSATION": "Aggiungi etichetta alla conversazione", "ASSIGN_AN_AGENT": "Assegna un agente", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assegna un team", "MUTE_CONVERSATION": "Silenzia conversazione", "UNMUTE_CONVERSATION": "Riattiva conversazione", diff --git a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json index 2c15ef8f8..f3cc154f5 100644 --- a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Limite assegnazione automatica", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Inserisci un valore maggiore di 0", diff --git a/app/javascript/dashboard/i18n/locale/it/integrations.json b/app/javascript/dashboard/i18n/locale/it/integrations.json index 09996a7cf..09ebb59de 100644 --- a/app/javascript/dashboard/i18n/locale/it/integrations.json +++ b/app/javascript/dashboard/i18n/locale/it/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "annulla" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Elimina", "API": { diff --git a/app/javascript/dashboard/i18n/locale/it/login.json b/app/javascript/dashboard/i18n/locale/it/login.json index a4d43ed0b..ce6435422 100644 --- a/app/javascript/dashboard/i18n/locale/it/login.json +++ b/app/javascript/dashboard/i18n/locale/it/login.json @@ -3,16 +3,16 @@ "TITLE": "Accedi a Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email es.: qualcuno@esempio.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "API": { - "SUCCESS_MESSAGE": "Accesso riuscito", - "ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi", - "UNAUTH": "Nome utente / Password errati. Riprova" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/it/resetPassword.json b/app/javascript/dashboard/i18n/locale/it/resetPassword.json index fadbcc482..004fe7b6f 100644 --- a/app/javascript/dashboard/i18n/locale/it/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/it/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reimposta la password", + "TITLE": "Reimposta password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Inserisci la tua email", - "ERROR": "Inserisci un indirizzo email valido" + "PLACEHOLDER": "Inserisci il tuo indirizzo email.", + "ERROR": "Inserisci un indirizzo email valido." }, "API": { - "SUCCESS_MESSAGE": "Il link per reimpostare la password è stato inviato alla tua email", - "ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi" + "SUCCESS_MESSAGE": "Il link per reimpostare la password è stato inviato alla tua email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Invia" } diff --git a/app/javascript/dashboard/i18n/locale/it/search.json b/app/javascript/dashboard/i18n/locale/it/search.json index 240306055..c05eeca37 100644 --- a/app/javascript/dashboard/i18n/locale/it/search.json +++ b/app/javascript/dashboard/i18n/locale/it/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/it/setNewPassword.json b/app/javascript/dashboard/i18n/locale/it/setNewPassword.json index 50cbee401..fe066733b 100644 --- a/app/javascript/dashboard/i18n/locale/it/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/it/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Imposta una nuova password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password troppo corta" + "ERROR": "Password troppo corta." }, "CONFIRM_PASSWORD": { - "LABEL": "Conferma password", + "LABEL": "Confirm password", "PLACEHOLDER": "Conferma password", - "ERROR": "Le password non corrispondono" + "ERROR": "Le password non corrispondono." }, "API": { - "SUCCESS_MESSAGE": "Password cambiata con successo", - "ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi" + "SUCCESS_MESSAGE": "Password cambiata con successo.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verifica scaduta. Si prega di risolvere nuovamente il captcha." diff --git a/app/javascript/dashboard/i18n/locale/it/signup.json b/app/javascript/dashboard/i18n/locale/it/signup.json index b230554ee..7a04fe9a2 100644 --- a/app/javascript/dashboard/i18n/locale/it/signup.json +++ b/app/javascript/dashboard/i18n/locale/it/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Nome completo", - "PLACEHOLDER": "Inserisci il tuo nome completo, es.: Bruce Wayne", - "ERROR": "Nome account troppo corto" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Nome account troppo corto." }, "EMAIL": { "LABEL": "Email di lavoro", - "PLACEHOLDER": "Inserisci il tuo indirizzo email di lavoro. es.: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password troppo corta", - "IS_INVALID_PASSWORD": "La password dovrebbe contenere almeno 1 lettera maiuscola, 1 lettera minuscola, 1 numero e 1 carattere speciale" + "ERROR": "Password troppo corta.", + "IS_INVALID_PASSWORD": "La password dovrebbe contenere almeno 1 lettera maiuscola, 1 lettera minuscola, 1 numero e 1 carattere speciale." }, "CONFIRM_PASSWORD": { - "LABEL": "Conferma password", - "PLACEHOLDER": "Conferma password", - "ERROR": "La password non corrisponde" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "La password non corrisponde." }, "API": { "SUCCESS_MESSAGE": "Registrazione riuscita", - "ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Hai già un account?" diff --git a/app/javascript/dashboard/i18n/locale/ja/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ja/advancedFilters.json index 65deca910..e5e114e01 100644 --- a/app/javascript/dashboard/i18n/locale/ja/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ja/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "キャンペーンの名前", "LABELS": "ラベル", "BROWSER_LANGUAGE": "ブラウザの言語", + "PRIORITY": "Priority", "COUNTRY_NAME": "国名", "REFERER_LINK": "参照者のリンク", "CUSTOM_ATTRIBUTE_LIST": "リスト", diff --git a/app/javascript/dashboard/i18n/locale/ja/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ja/agentMgmt.json index 9769712ae..2d3c7d272 100644 --- a/app/javascript/dashboard/i18n/locale/ja/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ja/conversation.json b/app/javascript/dashboard/i18n/locale/ja/conversation.json index faf331d28..ce085671c 100644 --- a/app/javascript/dashboard/i18n/locale/ja/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ja/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "不明なファイル", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "添付ファイルをアップロード中...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "メッセージの削除に成功", "FAIL_DELETE_MESSSAGE": "メッセージを削除できませんでした!もう一度お試しください", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "次週" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "該当なし", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "該当なし", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "保留としてマークする", "RESOLVED": "解決済みとしてマークする", diff --git a/app/javascript/dashboard/i18n/locale/ja/generalSettings.json b/app/javascript/dashboard/i18n/locale/ja/generalSettings.json index 194d79dad..35fb9504e 100644 --- a/app/javascript/dashboard/i18n/locale/ja/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ja/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "レポート", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json index ce1e994a9..83323ba93 100644 --- a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ja/integrations.json b/app/javascript/dashboard/i18n/locale/ja/integrations.json index 09e2e50b6..fd2ad9a61 100644 --- a/app/javascript/dashboard/i18n/locale/ja/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ja/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "キャンセル" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "削除", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ja/login.json b/app/javascript/dashboard/i18n/locale/ja/login.json index c2116ab5e..958467236 100644 --- a/app/javascript/dashboard/i18n/locale/ja/login.json +++ b/app/javascript/dashboard/i18n/locale/ja/login.json @@ -3,16 +3,16 @@ "TITLE": "Chatwootにログイン", "EMAIL": { "LABEL": "Eメール", - "PLACEHOLDER": "Eメール 例:someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "パスワード", "PLACEHOLDER": "パスワード" }, "API": { - "SUCCESS_MESSAGE": "ログインしました", - "ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。", - "UNAUTH": "ユーザー名/パスワードが正しくありません。もう一度やり直してください" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ja/resetPassword.json b/app/javascript/dashboard/i18n/locale/ja/resetPassword.json index 62f0afdb5..8ed5d613d 100644 --- a/app/javascript/dashboard/i18n/locale/ja/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ja/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "パスワードをリセットします", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Eメール", - "PLACEHOLDER": "メールアドレスを入力してください。", - "ERROR": "有効なメールアドレスを入力してください" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "有効なメールアドレスを入力してください." }, "API": { - "SUCCESS_MESSAGE": "パスワードリセット用のリンクがあなたのメールアドレス宛に送信されました", - "ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。" + "SUCCESS_MESSAGE": "パスワードリセット用のリンクがあなたのメールアドレス宛に送信されました.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "送信" } diff --git a/app/javascript/dashboard/i18n/locale/ja/search.json b/app/javascript/dashboard/i18n/locale/ja/search.json index 01e57baaa..ac17a4127 100644 --- a/app/javascript/dashboard/i18n/locale/ja/search.json +++ b/app/javascript/dashboard/i18n/locale/ja/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ja/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ja/setNewPassword.json index 79fff432a..90bdee19d 100644 --- a/app/javascript/dashboard/i18n/locale/ja/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ja/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "新しいパスワードを設定", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "パスワード", "PLACEHOLDER": "パスワード", - "ERROR": "パスワードが短すぎます" + "ERROR": "パスワードが短すぎます." }, "CONFIRM_PASSWORD": { - "LABEL": "パスワードの確認", + "LABEL": "Confirm password", "PLACEHOLDER": "パスワードの確認", - "ERROR": "パスワードが一致しません" + "ERROR": "パスワードが一致しません." }, "API": { - "SUCCESS_MESSAGE": "パスワードは正常に変更されました", - "ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。" + "SUCCESS_MESSAGE": "パスワードは正常に変更されました.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ja/signup.json b/app/javascript/dashboard/i18n/locale/ja/signup.json index 26461ba8e..24d32f1b6 100644 --- a/app/javascript/dashboard/i18n/locale/ja/signup.json +++ b/app/javascript/dashboard/i18n/locale/ja/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "パスワード", "PLACEHOLDER": "パスワード", - "ERROR": "パスワードが短すぎます", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "パスワードが短すぎます.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "パスワードの確認", - "PLACEHOLDER": "パスワードの確認", - "ERROR": "パスワードが一致しません" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "パスワードが一致しません." }, "API": { "SUCCESS_MESSAGE": "登録に成功しました", - "ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/ka/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ka/advancedFilters.json index a32c1bd9d..361c0c8ae 100644 --- a/app/javascript/dashboard/i18n/locale/ka/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ka/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/ka/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ka/agentMgmt.json index b44e74542..b563de61f 100644 --- a/app/javascript/dashboard/i18n/locale/ka/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ka/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ka/conversation.json b/app/javascript/dashboard/i18n/locale/ka/conversation.json index 597799c15..a20522108 100644 --- a/app/javascript/dashboard/i18n/locale/ka/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ka/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/ka/generalSettings.json b/app/javascript/dashboard/i18n/locale/ka/generalSettings.json index 367b35b1c..7ed6d8925 100644 --- a/app/javascript/dashboard/i18n/locale/ka/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ka/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json index bed0ec0c9..407441618 100644 --- a/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ka/integrations.json b/app/javascript/dashboard/i18n/locale/ka/integrations.json index 00d92f297..f0326fa78 100644 --- a/app/javascript/dashboard/i18n/locale/ka/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ka/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Cancel" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Delete", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ka/login.json b/app/javascript/dashboard/i18n/locale/ka/login.json index 25c956a81..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/ka/login.json +++ b/app/javascript/dashboard/i18n/locale/ka/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "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": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ka/resetPassword.json b/app/javascript/dashboard/i18n/locale/ka/resetPassword.json index bb678e809..37aa1860a 100644 --- a/app/javascript/dashboard/i18n/locale/ka/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ka/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reset Password", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "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": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Submit" } diff --git a/app/javascript/dashboard/i18n/locale/ka/search.json b/app/javascript/dashboard/i18n/locale/ka/search.json index 418572c0c..9044bf5f9 100644 --- a/app/javascript/dashboard/i18n/locale/ka/search.json +++ b/app/javascript/dashboard/i18n/locale/ka/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ka/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ka/setNewPassword.json index ec2d94744..4908dad02 100644 --- a/app/javascript/dashboard/i18n/locale/ka/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ka/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ka/signup.json b/app/javascript/dashboard/i18n/locale/ka/signup.json index 10ddc5b86..1ad4865ff 100644 --- a/app/javascript/dashboard/i18n/locale/ka/signup.json +++ b/app/javascript/dashboard/i18n/locale/ka/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/ko/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ko/advancedFilters.json index a0c25b1a8..ba4e5741a 100644 --- a/app/javascript/dashboard/i18n/locale/ko/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ko/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "캠페인 이름", "LABELS": "라벨", "BROWSER_LANGUAGE": "언어 표시", + "PRIORITY": "Priority", "COUNTRY_NAME": "국가 이름", "REFERER_LINK": "참고 링크", "CUSTOM_ATTRIBUTE_LIST": "리스트", diff --git a/app/javascript/dashboard/i18n/locale/ko/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ko/agentMgmt.json index 289837d54..61f00d5da 100644 --- a/app/javascript/dashboard/i18n/locale/ko/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "에이전트 찾기", - "TEAM": "팀 찾기" + "TEAM": "팀 찾기", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ko/conversation.json b/app/javascript/dashboard/i18n/locale/ko/conversation.json index 3e998acf6..06af1f45d 100644 --- a/app/javascript/dashboard/i18n/locale/ko/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ko/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "알 수 없는 파일", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "첨부 업로드 중...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "응답없음", @@ -66,6 +67,23 @@ "NEXT_WEEK": "다음 주" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "없음", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "없음", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "검색 결과가 없습니다", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/ko/generalSettings.json b/app/javascript/dashboard/i18n/locale/ko/generalSettings.json index dd08c70ee..de082ef19 100644 --- a/app/javascript/dashboard/i18n/locale/ko/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ko/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "보고서", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json index e100877fd..41ec1bb10 100644 --- a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ko/integrations.json b/app/javascript/dashboard/i18n/locale/ko/integrations.json index 9cb2d303b..f65641a49 100644 --- a/app/javascript/dashboard/i18n/locale/ko/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ko/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "취소" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "삭제", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ko/login.json b/app/javascript/dashboard/i18n/locale/ko/login.json index 830ab769f..14ce68b5b 100644 --- a/app/javascript/dashboard/i18n/locale/ko/login.json +++ b/app/javascript/dashboard/i18n/locale/ko/login.json @@ -3,7 +3,7 @@ "TITLE": "로그인", "EMAIL": { "LABEL": "이메일", - "PLACEHOLDER": "이메일 예시: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "비밀번호", @@ -11,8 +11,8 @@ }, "API": { "SUCCESS_MESSAGE": "로그인 성공", - "ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오.", - "UNAUTH": "사용자 이름/암호가 잘못됨. 다시 시도하십시오." + "ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요.", + "UNAUTH": "이름 또는 비밀번호가 올바르지 않습니다. 다시 시도해 주세요." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ko/resetPassword.json b/app/javascript/dashboard/i18n/locale/ko/resetPassword.json index 20498c881..d7726c36c 100644 --- a/app/javascript/dashboard/i18n/locale/ko/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ko/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "비밀번호 재설정", + "TITLE": "비밀번호 재설정하기", "EMAIL": { "LABEL": "이메일", - "PLACEHOLDER": "이메일 주소를 입력하세요.", + "PLACEHOLDER": "이메일을 입력해 주세요.", "ERROR": "올바른 이메일 주소를 입력하세요." }, "API": { - "SUCCESS_MESSAGE": "비밀번호 재설정 링크가 이메일로 전송됨", - "ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오." + "SUCCESS_MESSAGE": "비밀번호 재설정 링크가 이메일로 전송됨.", + "ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요." }, "SUBMIT": "보내기" } diff --git a/app/javascript/dashboard/i18n/locale/ko/search.json b/app/javascript/dashboard/i18n/locale/ko/search.json index 9f104952a..dca48807d 100644 --- a/app/javascript/dashboard/i18n/locale/ko/search.json +++ b/app/javascript/dashboard/i18n/locale/ko/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "봇", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ko/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ko/setNewPassword.json index 272774422..1456ba40e 100644 --- a/app/javascript/dashboard/i18n/locale/ko/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ko/setNewPassword.json @@ -4,16 +4,16 @@ "PASSWORD": { "LABEL": "비밀번호", "PLACEHOLDER": "비밀번호", - "ERROR": "비밀번호가 너무 짧음" + "ERROR": "비밀번호가 너무 짧음." }, "CONFIRM_PASSWORD": { "LABEL": "비밀번호 확인", "PLACEHOLDER": "비밀번호 확인", - "ERROR": "비밀번호가 일치하지 않음" + "ERROR": "비밀번호가 일치하지 않음." }, "API": { - "SUCCESS_MESSAGE": "비밀번호 변경 성공", - "ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오." + "SUCCESS_MESSAGE": "비밀번호 변경 성공.", + "ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ko/signup.json b/app/javascript/dashboard/i18n/locale/ko/signup.json index e38ef41f6..cc1e38503 100644 --- a/app/javascript/dashboard/i18n/locale/ko/signup.json +++ b/app/javascript/dashboard/i18n/locale/ko/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "전체 이름", - "PLACEHOLDER": "전체 이름을 입력합니다. 예: Taeyeon Kim", - "ERROR": "계정 이름이 너무 짧음" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "계정 이름이 너무 짧음." }, "EMAIL": { "LABEL": "회사 이메일", - "PLACEHOLDER": "회사 이메일 주소를 입력하세요. 예: taeyeon@girls.generation", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "비밀번호", "PLACEHOLDER": "비밀번호", - "ERROR": "비밀번호가 너무 짧음", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "비밀번호가 너무 짧음.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { "LABEL": "비밀번호 확인", "PLACEHOLDER": "비밀번호 확인", - "ERROR": "비밀번호가 일치하지 않음" + "ERROR": "비밀번호가 일치하지 않음." }, "API": { "SUCCESS_MESSAGE": "등록 성공", - "ERROR_MESSAGE": "Woot Server에 연결할 수 없음. 나중에 다시 시도하십시오." + "ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "이미 계정이 있습니까?" diff --git a/app/javascript/dashboard/i18n/locale/lt/advancedFilters.json b/app/javascript/dashboard/i18n/locale/lt/advancedFilters.json index a32c1bd9d..d8f4af8eb 100644 --- a/app/javascript/dashboard/i18n/locale/lt/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/lt/advancedFilters.json @@ -2,16 +2,16 @@ "FILTER": { "TITLE": "Filter Conversations", "SUBTITLE": "Add filters below and hit 'Apply filters' to filter conversations.", - "ADD_NEW_FILTER": "Add Filter", + "ADD_NEW_FILTER": "Pridėti Filtrą", "FILTER_DELETE_ERROR": "You should have atleast one filter to save", "SUBMIT_BUTTON_LABEL": "Apply filters", - "CANCEL_BUTTON_LABEL": "Cancel", + "CANCEL_BUTTON_LABEL": "Atšaukti", "CLEAR_BUTTON_LABEL": "Clear Filters", "EMPTY_VALUE_ERROR": "Value is required", "TOOLTIP_LABEL": "Filter conversations", "QUERY_DROPDOWN_LABELS": { - "AND": "AND", - "OR": "OR" + "AND": "IR", + "OR": "AR" }, "OPERATOR_LABELS": { "equal_to": "Equal to", @@ -26,11 +26,11 @@ "starts_with": "Starts with" }, "ATTRIBUTE_LABELS": { - "TRUE": "True", + "TRUE": "Tiesa", "FALSE": "False" }, "ATTRIBUTES": { - "STATUS": "Status", + "STATUS": "Būsena", "ASSIGNEE_NAME": "Assignee Name", "INBOX_NAME": "Inbox Name", "TEAM_NAME": "Team Name", @@ -38,29 +38,30 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", - "CUSTOM_ATTRIBUTE_LIST": "List", - "CUSTOM_ATTRIBUTE_TEXT": "Text", - "CUSTOM_ATTRIBUTE_NUMBER": "Number", - "CUSTOM_ATTRIBUTE_LINK": "Link", + "CUSTOM_ATTRIBUTE_LIST": "Sąrašas", + "CUSTOM_ATTRIBUTE_TEXT": "Tekstas", + "CUSTOM_ATTRIBUTE_NUMBER": "Numeris", + "CUSTOM_ATTRIBUTE_LINK": "Nuoroda", "CUSTOM_ATTRIBUTE_CHECKBOX": "Checkbox", "CREATED_AT": "Created At", "LAST_ACTIVITY": "Last Activity" }, "GROUPS": { - "STANDARD_FILTERS": "Standard Filters", - "ADDITIONAL_FILTERS": "Additional Filters", + "STANDARD_FILTERS": "Standartinis Filtras", + "ADDITIONAL_FILTERS": "Papildomas Filtras", "CUSTOM_ATTRIBUTES": "Custom Attributes" }, "CUSTOM_VIEWS": { "ADD": { - "TITLE": "Do you want to save this filter?", - "LABEL": "Name this filter", - "PLACEHOLDER": "Enter a name for this filter", - "ERROR_MESSAGE": "Name is required", - "SAVE_BUTTON": "Save filter", - "CANCEL_BUTTON": "Cancel", + "TITLE": "Ar nori išsaugoti šį filtrą?", + "LABEL": "Suteikti filtrui pavadinimą", + "PLACEHOLDER": "Įveskti šio filtro vardą", + "ERROR_MESSAGE": "Yra reikalingas vardas", + "SAVE_BUTTON": "Išsaugoti filtrą", + "CANCEL_BUTTON": "Atšaukti", "API_FOLDERS": { "SUCCESS_MESSAGE": "Folder created successfully", "ERROR_MESSAGE": "Error while creating folder" @@ -71,12 +72,12 @@ } }, "DELETE": { - "DELETE_BUTTON": "Delete filter", + "DELETE_BUTTON": "Trinti filtrą", "MODAL": { "CONFIRM": { - "TITLE": "Confirm Deletion", + "TITLE": "Patvirtinti Ištrynimą", "MESSAGE": "Are you sure to delete the filter ", - "YES": "Yes, Delete", + "YES": "Taip, Ištrinti", "NO": "No, Keep it" } }, diff --git a/app/javascript/dashboard/i18n/locale/lt/agentBots.json b/app/javascript/dashboard/i18n/locale/lt/agentBots.json index 5403bb18c..81771901d 100644 --- a/app/javascript/dashboard/i18n/locale/lt/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/lt/agentBots.json @@ -1,6 +1,6 @@ { "AGENT_BOTS": { - "HEADER": "Bots", + "HEADER": "Botai", "LOADING_EDITOR": "Loading Editor...", "HEADER_BTN_TXT": "Add Bot Configuration", "SIDEBAR_TXT": "

Agent Bots

Agent bots allows you to automate the conversations

", @@ -33,7 +33,7 @@ }, "ADD": { "TITLE": "Configure new bot", - "CANCEL_BUTTON_TEXT": "Cancel", + "CANCEL_BUTTON_TEXT": "Atšaukti", "API": { "SUCCESS_MESSAGE": "Bot added successfully", "ERROR_MESSAGE": "Could not add bot, Please try again later" @@ -45,10 +45,10 @@ "TYPE": "Bot Type" }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "TITLE": "Delete Bot", - "SUBMIT": "Delete", - "CANCEL_BUTTON_TEXT": "Cancel", + "SUBMIT": "Ištrinti", + "CANCEL_BUTTON_TEXT": "Atšaukti", "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", "API": { "SUCCESS_MESSAGE": "Bot deleted successfully", @@ -56,10 +56,10 @@ } }, "EDIT": { - "BUTTON_TEXT": "Edit", + "BUTTON_TEXT": "Redaguoti", "LOADING": "Fetching Bots...", "TITLE": "Edit Bot", - "CANCEL_BUTTON_TEXT": "Cancel", + "CANCEL_BUTTON_TEXT": "Atšaukti", "API": { "SUCCESS_MESSAGE": "Bot updated successfully", "ERROR_MESSAGE": "Could not update bot, Please try again later" diff --git a/app/javascript/dashboard/i18n/locale/lt/agentMgmt.json b/app/javascript/dashboard/i18n/locale/lt/agentMgmt.json index b44e74542..e13d52eab 100644 --- a/app/javascript/dashboard/i18n/locale/lt/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/agentMgmt.json @@ -1,96 +1,96 @@ { "AGENT_MGMT": { - "HEADER": "Agents", - "HEADER_BTN_TXT": "Add Agent", - "LOADING": "Fetching Agent List", + "HEADER": "Agentai", + "HEADER_BTN_TXT": "Pridėti Agentą", + "LOADING": "Gaunamas agentų sąrašas", "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.

", "AGENT_TYPES": { - "ADMINISTRATOR": "Administrator", - "AGENT": "Agent" + "ADMINISTRATOR": "Administratorius", + "AGENT": "Agentas" }, "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": "Su šia paskyra nėra susietų agentų", + "TITLE": "Valdyti agentus jūsų komandoje", + "DESC": "Jūs galite įtraukti/pašalinti agentus į/iš savo komandos.", + "NAME": "Vardas", + "EMAIL": "El. paštas", + "STATUS": "Būsena", + "ACTIONS": "Veiksmai", + "VERIFIED": "Patikrinta", + "VERIFICATION_PENDING": "Laukiama patvirtinimo" }, "ADD": { - "TITLE": "Add agent to your team", + "TITLE": "Pridėti agentą prie komandos", "DESC": "You can add people who will be able to handle support for your inboxes.", - "CANCEL_BUTTON_TEXT": "Cancel", + "CANCEL_BUTTON_TEXT": "Atšaukti", "FORM": { "NAME": { - "LABEL": "Agent Name", - "PLACEHOLDER": "Please enter a name of the agent" + "LABEL": "Agento Vardas", + "PLACEHOLDER": "Įveskite agento vardą" }, "AGENT_TYPE": { - "LABEL": "Role", - "PLACEHOLDER": "Please select a role", - "ERROR": "Role is required" + "LABEL": "Agento tipas", + "PLACEHOLDER": "Prašau pasirinkti agento tipą", + "ERROR": "Yra reikalingas agento tipas" }, "EMAIL": { - "LABEL": "Email Address", - "PLACEHOLDER": "Please enter an email address of the agent" + "LABEL": "El. pašto adresas", + "PLACEHOLDER": "Įveskite agento el. pašto adresą" }, - "SUBMIT": "Add Agent" + "SUBMIT": "Pridėti Agentą" }, "API": { - "SUCCESS_MESSAGE": "Agent added successfully", + "SUCCESS_MESSAGE": "Agentas pridėtas sėkmingai", "EXIST_MESSAGE": "Agent email already in use, Please try another email address", "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "API": { - "SUCCESS_MESSAGE": "Agent deleted successfully", + "SUCCESS_MESSAGE": "Agentas ištrintas sėkmingai", "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" }, "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "TITLE": "Patvirtinti Ištrynimą", + "MESSAGE": "Ar tikrai norite ištrinti ", + "YES": "Taip, Trinti ", + "NO": "Ne, Išsaugoti " } }, "EDIT": { - "TITLE": "Edit agent", + "TITLE": "Keisti Agentą", "FORM": { "NAME": { - "LABEL": "Agent Name", - "PLACEHOLDER": "Please enter a name of the agent" + "LABEL": "Agento Vardas", + "PLACEHOLDER": "Įveskite agento vardą" }, "AGENT_TYPE": { - "LABEL": "Role", - "PLACEHOLDER": "Please select a role", - "ERROR": "Role is required" + "LABEL": "Agento tipas", + "PLACEHOLDER": "Prašau pasirinkti agento tipą", + "ERROR": "Yra reikalingas agento tipas" }, "EMAIL": { - "LABEL": "Email Address", - "PLACEHOLDER": "Please enter an email address of the agent" + "LABEL": "El. pašto adresas", + "PLACEHOLDER": "Įveskite agento el. pašto adresą" }, "AGENT_AVAILABILITY": { - "LABEL": "Availability", + "LABEL": "Prieinamumas", "PLACEHOLDER": "Please select an availability status", - "ERROR": "Availability is required" + "ERROR": "Būtinas prieinamumas" }, - "SUBMIT": "Edit Agent" + "SUBMIT": "Keisti Agentą" }, - "BUTTON_TEXT": "Edit", - "CANCEL_BUTTON_TEXT": "Cancel", + "BUTTON_TEXT": "Redaguoti", + "CANCEL_BUTTON_TEXT": "Atšaukti", "API": { - "SUCCESS_MESSAGE": "Agent updated successfully", + "SUCCESS_MESSAGE": "Agentas atnaujintas sėkmingai", "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" }, "PASSWORD_RESET": { - "ADMIN_RESET_BUTTON": "Reset Password", + "ADMIN_RESET_BUTTON": "Atstatyti slaptažodį", "ADMIN_SUCCESS_MESSAGE": "An email with reset password instructions has been sent to the agent", - "SUCCESS_MESSAGE": "Agent password reset successfully", + "SUCCESS_MESSAGE": "Agento slaptažodis atstatytas sėkmingai", "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" } }, @@ -98,19 +98,20 @@ "NO_RESULTS": "No results found." }, "MULTI_SELECTOR": { - "PLACEHOLDER": "None", + "PLACEHOLDER": "Nėra", "TITLE": { - "AGENT": "Select agent", - "TEAM": "Select team" + "AGENT": "Pasirinkti agentą", + "TEAM": "Pasirinkite komandą" }, "SEARCH": { "NO_RESULTS": { - "AGENT": "No agents found", - "TEAM": "No teams found" + "AGENT": "Agentų nerasta", + "TEAM": "Komandų nerasta" }, "PLACEHOLDER": { - "AGENT": "Search agents", - "TEAM": "Search teams" + "AGENT": "Ieškoti agentų", + "TEAM": "Ieškoti komandų", + "INPUT": "Ieškoti agentų" } } } diff --git a/app/javascript/dashboard/i18n/locale/lt/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/lt/attributesMgmt.json index 2a9ea7de3..5544caf74 100644 --- a/app/javascript/dashboard/i18n/locale/lt/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/attributesMgmt.json @@ -6,16 +6,16 @@ "SIDEBAR_TXT": "

Custom Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

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

", "ADD": { "TITLE": "Add Custom Attribute", - "SUBMIT": "Create", - "CANCEL_BUTTON_TEXT": "Cancel", + "SUBMIT": "Sukurti", + "CANCEL_BUTTON_TEXT": "Atšaukti", "FORM": { "NAME": { "LABEL": "Display Name", "PLACEHOLDER": "Enter custom attribute display name", - "ERROR": "Name is required" + "ERROR": "Yra reikalingas vardas" }, "DESC": { - "LABEL": "Description", + "LABEL": "Aprašymas", "PLACEHOLDER": "Enter custom attribute description", "ERROR": "Description is required" }, @@ -25,9 +25,9 @@ "ERROR": "Model is required" }, "TYPE": { - "LABEL": "Type", - "PLACEHOLDER": "Please select a type", - "ERROR": "Type is required", + "LABEL": "Tipas", + "PLACEHOLDER": "Prašau pasirinkti tipą", + "ERROR": "Yra reikalingas tipas", "LIST": { "LABEL": "List Values", "PLACEHOLDER": "Please enter value and press enter key", @@ -35,7 +35,7 @@ } }, "KEY": { - "LABEL": "Key", + "LABEL": "Raktas", "PLACEHOLDER": "Enter custom attribute key", "ERROR": "Key is required", "IN_VALID": "Invalid key" @@ -47,7 +47,7 @@ } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "API": { "SUCCESS_MESSAGE": "Custom Attribute deleted successfully.", "ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again." @@ -56,8 +56,8 @@ "TITLE": "Are you sure want to delete - %{attributeName}", "PLACE_HOLDER": "Please type {attributeName} to confirm", "MESSAGE": "Deleting will remove the custom attribute", - "YES": "Delete ", - "NO": "Cancel" + "YES": "Ištrinti ", + "NO": "Atšaukti" } }, "EDIT": { @@ -81,14 +81,14 @@ }, "LIST": { "TABLE_HEADER": [ - "Name", - "Description", - "Type", - "Key" + "Vardas", + "Aprašymas", + "Tipas", + "Raktas" ], "BUTTONS": { - "EDIT": "Edit", - "DELETE": "Delete" + "EDIT": "Redaguoti", + "DELETE": "Ištrinti" }, "EMPTY_RESULT": { "404": "There are no custom attributes created", diff --git a/app/javascript/dashboard/i18n/locale/lt/auditLogs.json b/app/javascript/dashboard/i18n/locale/lt/auditLogs.json index e288e2959..c1f67fbbc 100644 --- a/app/javascript/dashboard/i18n/locale/lt/auditLogs.json +++ b/app/javascript/dashboard/i18n/locale/lt/auditLogs.json @@ -3,17 +3,17 @@ "HEADER": "Audit Logs", "HEADER_BTN_TXT": "Add Audit Logs", "LOADING": "Fetching Audit Logs", - "SEARCH_404": "There are no items matching this query", + "SEARCH_404": "Šią užklausą atitinkančių elementų nėra", "SIDEBAR_TXT": "

Audit Logs

Audit Logs are trails for events and actions in a Chatwoot System.

", "LIST": { "404": "There are no Audit Logs available in this account.", "TITLE": "Manage Audit Logs", "DESC": "Audit Logs are trails for events and actions in a Chatwoot System.", "TABLE_HEADER": [ - "User", + "Vartotojas", "Action", "IP Address", - "Time" + "Laikas" ] }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/lt/automation.json b/app/javascript/dashboard/i18n/locale/lt/automation.json index 469df1c24..07dbfac01 100644 --- a/app/javascript/dashboard/i18n/locale/lt/automation.json +++ b/app/javascript/dashboard/i18n/locale/lt/automation.json @@ -6,21 +6,21 @@ "SIDEBAR_TXT": "

Automation Rules

Automation can replace and automate existing processes that require manual effort. You can do many things with automation, including adding labels and assigning conversation to the best agent. So the team focuses on what they do best and spends more little time on manual tasks.

", "ADD": { "TITLE": "Add Automation Rule", - "SUBMIT": "Create", - "CANCEL_BUTTON_TEXT": "Cancel", + "SUBMIT": "Sukurti", + "CANCEL_BUTTON_TEXT": "Atšaukti", "FORM": { "NAME": { - "LABEL": "Rule Name", - "PLACEHOLDER": "Enter rule name", - "ERROR": "Name is required" + "LABEL": "Taisyklės pavadinimas", + "PLACEHOLDER": "Įvesti taisyklės pavadinimą", + "ERROR": "Yra reikalingas vardas" }, "DESC": { - "LABEL": "Description", + "LABEL": "Aprašymas", "PLACEHOLDER": "Enter rule description", "ERROR": "Description is required" }, "EVENT": { - "LABEL": "Event", + "LABEL": "Įvykis", "PLACEHOLDER": "Please select one", "ERROR": "Event is required" }, @@ -28,7 +28,7 @@ "LABEL": "Conditions" }, "ACTIONS": { - "LABEL": "Actions" + "LABEL": "Veiksmai" } }, "CONDITION_BUTTON_LABEL": "Add Condition", @@ -40,22 +40,22 @@ }, "LIST": { "TABLE_HEADER": [ - "Name", - "Description", - "Active", + "Vardas", + "Aprašymas", + "Aktyvus", "Created on" ], "404": "No automation rules found" }, "DELETE": { "TITLE": "Delete Automation Rule", - "SUBMIT": "Delete", - "CANCEL_BUTTON_TEXT": "Cancel", + "SUBMIT": "Ištrinti", + "CANCEL_BUTTON_TEXT": "Atšaukti", "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "TITLE": "Patvirtinti Ištrynimą", + "MESSAGE": "Ar tikrai norite ištrinti ", + "YES": "Taip, Trinti ", + "NO": "Ne, Išsaugoti " }, "API": { "SUCCESS_MESSAGE": "Automation rule deleted successfully", @@ -65,24 +65,24 @@ "EDIT": { "TITLE": "Edit Automation Rule", "SUBMIT": "Update", - "CANCEL_BUTTON_TEXT": "Cancel", + "CANCEL_BUTTON_TEXT": "Atšaukti", "API": { "SUCCESS_MESSAGE": "Automation rule updated successfully", "ERROR_MESSAGE": "Could not update automation rule, Please try again later" } }, "CLONE": { - "TOOLTIP": "Clone", + "TOOLTIP": "Klonuoti", "API": { "SUCCESS_MESSAGE": "Automation cloned successfully", "ERROR_MESSAGE": "Could not clone automation rule, Please try again later" } }, "FORM": { - "EDIT": "Edit", - "CREATE": "Create", - "DELETE": "Delete", - "CANCEL": "Cancel", + "EDIT": "Redaguoti", + "CREATE": "Sukurti", + "DELETE": "Ištrinti", + "CANCEL": "Atšaukti", "RESET_MESSAGE": "Changing event type will reset the conditions and events you have added below" }, "CONDITION": { diff --git a/app/javascript/dashboard/i18n/locale/lt/bulkActions.json b/app/javascript/dashboard/i18n/locale/lt/bulkActions.json index d5145f1bb..267ae69dc 100644 --- a/app/javascript/dashboard/i18n/locale/lt/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/lt/bulkActions.json @@ -4,10 +4,10 @@ "AGENT_SELECT_LABEL": "Select Agent", "ASSIGN_CONFIRMATION_LABEL": "Are you sure to assign %{conversationCount} %{conversationLabel} to", "UNASSIGN_CONFIRMATION_LABEL": "Are you sure to unassign %{conversationCount} %{conversationLabel}?", - "GO_BACK_LABEL": "Go back", - "ASSIGN_LABEL": "Assign", + "GO_BACK_LABEL": "Grįžti", + "ASSIGN_LABEL": "Priskirti", "YES": "Yes", - "ASSIGN_AGENT_TOOLTIP": "Assign Agent", + "ASSIGN_AGENT_TOOLTIP": "Priskirti Agentą", "ASSIGN_TEAM_TOOLTIP": "Assign team", "ASSIGN_SUCCESFUL": "Conversations assigned successfully", "ASSIGN_FAILED": "Failed to assign conversations, please try again", diff --git a/app/javascript/dashboard/i18n/locale/lt/campaign.json b/app/javascript/dashboard/i18n/locale/lt/campaign.json index bbcc463ee..64a49e016 100644 --- a/app/javascript/dashboard/i18n/locale/lt/campaign.json +++ b/app/javascript/dashboard/i18n/locale/lt/campaign.json @@ -9,18 +9,18 @@ "ADD": { "TITLE": "Create a campaign", "DESC": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations.", - "CANCEL_BUTTON_TEXT": "Cancel", - "CREATE_BUTTON_TEXT": "Create", + "CANCEL_BUTTON_TEXT": "Atšaukti", + "CREATE_BUTTON_TEXT": "Sukurti", "FORM": { "TITLE": { - "LABEL": "Title", + "LABEL": "Pavadinimas", "PLACEHOLDER": "Please enter the title of campaign", "ERROR": "Title is required" }, "SCHEDULED_AT": { "LABEL": "Scheduled time", "PLACEHOLDER": "Please select the time", - "CONFIRM": "Confirm", + "CONFIRM": "Patvirtinti", "ERROR": "Scheduled time is required" }, "AUDIENCE": { @@ -34,12 +34,12 @@ "ERROR": "Inbox is required" }, "MESSAGE": { - "LABEL": "Message", + "LABEL": "Žinutė", "PLACEHOLDER": "Please enter the message of campaign", "ERROR": "Message is required" }, "SENT_BY": { - "LABEL": "Sent by", + "LABEL": "Siuntėjas", "PLACEHOLDER": "Please select the the content of campaign", "ERROR": "Sender is required" }, @@ -63,12 +63,12 @@ } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "CONFIRM": { - "TITLE": "Confirm Deletion", + "TITLE": "Patvirtinti Ištrynimą", "MESSAGE": "Are you sure to delete?", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "YES": "Taip, Trinti ", + "NO": "Ne, Išsaugoti " }, "API": { "SUCCESS_MESSAGE": "Campaign deleted successfully", @@ -87,29 +87,29 @@ "LOADING_MESSAGE": "Loading campaigns...", "404": "There are no campaigns created for this inbox.", "TABLE_HEADER": { - "TITLE": "Title", - "MESSAGE": "Message", + "TITLE": "Pavadinimas", + "MESSAGE": "Žinutė", "INBOX": "Inbox", - "STATUS": "Status", - "SENDER": "Sender", + "STATUS": "Būsena", + "SENDER": "Siuntėjas", "URL": "URL", "SCHEDULED_AT": "Scheduled time", - "TIME_ON_PAGE": "Time(Seconds)", + "TIME_ON_PAGE": "Laikas(sekundės)", "CREATED_AT": "Created at" }, "BUTTONS": { "ADD": "Add", - "EDIT": "Edit", - "DELETE": "Delete" + "EDIT": "Redaguoti", + "DELETE": "Ištrinti" }, "STATUS": { "ENABLED": "Enabled", "DISABLED": "Disabled", "COMPLETED": "Completed", - "ACTIVE": "Active" + "ACTIVE": "Aktyvus" }, "SENDER": { - "BOT": "Bot" + "BOT": "Botas" } }, "ONE_OFF": { diff --git a/app/javascript/dashboard/i18n/locale/lt/cannedMgmt.json b/app/javascript/dashboard/i18n/locale/lt/cannedMgmt.json index 9c14f5a52..9b65a48a1 100644 --- a/app/javascript/dashboard/i18n/locale/lt/cannedMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/cannedMgmt.json @@ -1,36 +1,36 @@ { "CANNED_MGMT": { - "HEADER": "Canned Responses", - "HEADER_BTN_TXT": "Add Canned Response", - "LOADING": "Fetching Canned Responses", - "SEARCH_404": "There are no items matching this query", + "HEADER": "Atsakymų Ruošiniai", + "HEADER_BTN_TXT": "Pridėti Atsakymą Ruošinį", + "LOADING": "Atsakymų Ruošinių Gavimas", + "SEARCH_404": "Šią užklausą atitinkančių elementų nėra", "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.

", "LIST": { "404": "There are no canned responses available in this account.", - "TITLE": "Manage canned responses", + "TITLE": "Tvarkyti atsakymų ruošinius", "DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to tickets.", "TABLE_HEADER": [ - "Short Code", - "Content", - "Actions" + "Trumpas Kodas", + "Turinys", + "Veiksmai" ] }, "ADD": { - "TITLE": "Add Canned Response", + "TITLE": "Pridėti Atsakymą Ruošinį", "DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation.", - "CANCEL_BUTTON_TEXT": "Cancel", + "CANCEL_BUTTON_TEXT": "Atšaukti", "FORM": { "SHORT_CODE": { - "LABEL": "Short Code", + "LABEL": "Trumpas Kodas", "PLACEHOLDER": "Please enter a short code", "ERROR": "Short Code is required" }, "CONTENT": { - "LABEL": "Content", + "LABEL": "Turinys", "PLACEHOLDER": "Please enter a content", "ERROR": "Content is required" }, - "SUBMIT": "Submit" + "SUBMIT": "Pateikti" }, "API": { "SUCCESS_MESSAGE": "Canned Response added successfully", @@ -39,37 +39,37 @@ }, "EDIT": { "TITLE": "Edit Canned Response", - "CANCEL_BUTTON_TEXT": "Cancel", + "CANCEL_BUTTON_TEXT": "Atšaukti", "FORM": { "SHORT_CODE": { - "LABEL": "Short Code", + "LABEL": "Trumpas Kodas", "PLACEHOLDER": "Please enter a shortcode", "ERROR": "Short Code is required" }, "CONTENT": { - "LABEL": "Content", - "PLACEHOLDER": "Please enter a content", + "LABEL": "Turinys", + "PLACEHOLDER": "Prašome įrašyti turinį", "ERROR": "Content is required" }, - "SUBMIT": "Submit" + "SUBMIT": "Pateikti" }, - "BUTTON_TEXT": "Edit", + "BUTTON_TEXT": "Taisyti", "API": { - "SUCCESS_MESSAGE": "Canned Response updated successfully", + "SUCCESS_MESSAGE": "Atsakymų Ruošinys atnaujintas sėkmingai", "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "API": { - "SUCCESS_MESSAGE": "Canned response deleted successfully", + "SUCCESS_MESSAGE": "Atsakymų Ruošinys ištrintas sėkmingai", "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" }, "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "TITLE": "Patvirtinti Ištrynimą", + "MESSAGE": "Ar tikrai norite ištrinti ", + "YES": "Taip, Ištrinti ", + "NO": "Ne, Išsaugoti " } } } diff --git a/app/javascript/dashboard/i18n/locale/lt/chatlist.json b/app/javascript/dashboard/i18n/locale/lt/chatlist.json index b96cfb976..78f77a3c0 100644 --- a/app/javascript/dashboard/i18n/locale/lt/chatlist.json +++ b/app/javascript/dashboard/i18n/locale/lt/chatlist.json @@ -6,33 +6,33 @@ "LIST": { "404": "There are no active conversations in this group." }, - "TAB_HEADING": "Conversations", - "MENTION_HEADING": "Mentions", - "UNATTENDED_HEADING": "Unattended", + "TAB_HEADING": "Pokalbiai", + "MENTION_HEADING": "Paminėjimai", + "UNATTENDED_HEADING": "Be priežiūros", "SEARCH": { "INPUT": "Search for People, Chats, Saved Replies .." }, - "FILTER_ALL": "All", + "FILTER_ALL": "Visi", "ASSIGNEE_TYPE_TABS": { - "me": "Mine", + "me": "Mano", "unassigned": "Unassigned", - "all": "All" + "all": "Visi" }, "CHAT_STATUS_FILTER_ITEMS": { "open": { "TEXT": "Open" }, "resolved": { - "TEXT": "Resolved" + "TEXT": "Išspręsta" }, "pending": { - "TEXT": "Pending" + "TEXT": "Laukiama" }, "snoozed": { - "TEXT": "Snoozed" + "TEXT": "Atidėta" }, "all": { - "TEXT": "All" + "TEXT": "Visi" } }, "ATTACHMENTS": { @@ -40,32 +40,32 @@ "CONTENT": "Picture message" }, "audio": { - "CONTENT": "Audio message" + "CONTENT": "Garso žinutė" }, "video": { - "CONTENT": "Video message" + "CONTENT": "Vaizdo žinutė" }, "file": { "CONTENT": "File Attachment" }, "location": { - "CONTENT": "Location" + "CONTENT": "Vieta" }, "fallback": { "CONTENT": "has shared a url" } }, - "RECEIVED_VIA_EMAIL": "Received via email", + "RECEIVED_VIA_EMAIL": "Gauta el. paštu", "VIEW_TWEET_IN_TWITTER": "View tweet in Twitter", "REPLY_TO_TWEET": "Reply to this tweet", "LINK_TO_STORY": "Go to instagram story", - "SENT": "Sent successfully", + "SENT": "Išsiųsta sėkmingai", "READ": "Read successfully", "DELIVERED": "Delivered successfully", - "NO_MESSAGES": "No Messages", + "NO_MESSAGES": "Nėra Pranešimų", "NO_CONTENT": "No content available", "HIDE_QUOTED_TEXT": "Hide Quoted Text", "SHOW_QUOTED_TEXT": "Show Quoted Text", - "MESSAGE_READ": "Read" + "MESSAGE_READ": "Skaityti" } } diff --git a/app/javascript/dashboard/i18n/locale/lt/contact.json b/app/javascript/dashboard/i18n/locale/lt/contact.json index 4d1736ed0..252a9f055 100644 --- a/app/javascript/dashboard/i18n/locale/lt/contact.json +++ b/app/javascript/dashboard/i18n/locale/lt/contact.json @@ -1,16 +1,16 @@ { "CONTACT_PANEL": { "NOT_AVAILABLE": "Not Available", - "EMAIL_ADDRESS": "Email Address", - "PHONE_NUMBER": "Phone number", + "EMAIL_ADDRESS": "El. pašto adresas", + "PHONE_NUMBER": "Telefono numeris", "IDENTIFIER": "Identifier", "COPY_SUCCESSFUL": "Copied to clipboard successfully", - "COMPANY": "Company", - "LOCATION": "Location", + "COMPANY": "Įmonė", + "LOCATION": "Vieta", "BROWSER_LANGUAGE": "Browser Language", "CONVERSATION_TITLE": "Conversation Details", "VIEW_PROFILE": "View Profile", - "BROWSER": "Browser", + "BROWSER": "Naršyklė", "OS": "Operating System", "INITIATED_FROM": "Initiated from", "INITIATED_AT": "Initiated at", @@ -43,7 +43,7 @@ "MUTED_SUCCESS": "This conversation is muted for 6 hours", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "Edit", + "EDIT_LABEL": "Redaguoti", "SIDEBAR_SECTIONS": { "CUSTOM_ATTRIBUTES": "Custom Attributes", "CONTACT_LABELS": "Contact Labels", @@ -66,29 +66,29 @@ "DESC": "Import contacts through a CSV file.", "DOWNLOAD_LABEL": "Download a sample csv.", "FORM": { - "LABEL": "CSV File", + "LABEL": "CSV failas", "SUBMIT": "Import", - "CANCEL": "Cancel" + "CANCEL": "Atšaukti" }, "SUCCESS_MESSAGE": "Contacts saved successfully", "ERROR_MESSAGE": "There was an error, please try again" }, "DELETE_NOTE": { "CONFIRM": { - "TITLE": "Confirm Deletion", + "TITLE": "Patvirtinti Ištrynimą", "MESSAGE": "Are you want sure to delete this note?", "YES": "Yes, Delete it", "NO": "No, Keep it" } }, "DELETE_CONTACT": { - "BUTTON_LABEL": "Delete Contact", - "TITLE": "Delete contact", + "BUTTON_LABEL": "Trinti kontaktą", + "TITLE": "Trinti kontaktą", "DESC": "Delete contact details", "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete", + "TITLE": "Patvirtinti Ištrynimą", + "MESSAGE": "Ar tikrai norite ištrinti ", + "YES": "Taip, Ištrinti", "NO": "No, Keep" }, "API": { @@ -98,14 +98,14 @@ }, "CONTACT_FORM": { "FORM": { - "SUBMIT": "Submit", - "CANCEL": "Cancel", + "SUBMIT": "Pateikti", + "CANCEL": "Atšaukti", "AVATAR": { "LABEL": "Contact Avatar" }, "NAME": { "PLACEHOLDER": "Enter the full name of the contact", - "LABEL": "Full Name" + "LABEL": "Pilnas vardas" }, "BIO": { "PLACEHOLDER": "Enter the bio of the contact", @@ -113,7 +113,7 @@ }, "EMAIL_ADDRESS": { "PLACEHOLDER": "Enter the email address of the contact", - "LABEL": "Email Address", + "LABEL": "El. pašto adresas", "DUPLICATE": "This email address is in use for another contact.", "ERROR": "Please enter a valid email address." }, @@ -127,7 +127,7 @@ }, "LOCATION": { "PLACEHOLDER": "Enter the location of the contact", - "LABEL": "Location" + "LABEL": "Vieta" }, "COMPANY_NAME": { "PLACEHOLDER": "Enter the company name", @@ -142,7 +142,7 @@ }, "CITY": { "PLACEHOLDER": "Enter the city name", - "LABEL": "City Name" + "LABEL": "Miesto pavadinimas" }, "SOCIAL_PROFILES": { "FACEBOOK": { @@ -192,12 +192,12 @@ "ERROR": "Subject can't be empty" }, "MESSAGE": { - "LABEL": "Message", + "LABEL": "Žinutė", "PLACEHOLDER": "Write your message here", "ERROR": "Message can't be empty" }, "SUBMIT": "Send message", - "CANCEL": "Cancel", + "CANCEL": "Atšaukti", "SUCCESS_MESSAGE": "Message sent!", "GO_TO_CONVERSATION": "View", "ERROR_MESSAGE": "Couldn't send! try again" @@ -206,26 +206,26 @@ "CONTACTS_PAGE": { "HEADER": "Contacts", "FIELDS": "Contact fields", - "SEARCH_BUTTON": "Search", + "SEARCH_BUTTON": "Ieškoti", "SEARCH_INPUT_PLACEHOLDER": "Search for contacts", - "FILTER_CONTACTS": "Filter", - "FILTER_CONTACTS_SAVE": "Save filter", - "FILTER_CONTACTS_DELETE": "Delete filter", + "FILTER_CONTACTS": "Filtruoti", + "FILTER_CONTACTS_SAVE": "Išsaugoti filtrą", + "FILTER_CONTACTS_DELETE": "Trinti filtrą", "LIST": { "LOADING_MESSAGE": "Loading contacts...", "404": "No contacts matches your search 🔍", "NO_CONTACTS": "There are no available contacts", "TABLE_HEADER": { - "NAME": "Name", + "NAME": "Vardas", "PHONE_NUMBER": "Phone Number", - "CONVERSATIONS": "Conversations", + "CONVERSATIONS": "Pokalbiai", "LAST_ACTIVITY": "Last Activity", "CREATED_AT": "Created At", - "COUNTRY": "Country", - "CITY": "City", + "COUNTRY": "Šalis", + "CITY": "Miestas", "SOCIAL_PROFILES": "Social Profiles", - "COMPANY": "Company", - "EMAIL_ADDRESS": "Email Address" + "COMPANY": "Įmonė", + "EMAIL_ADDRESS": "El. pašto adresas" }, "VIEW_DETAILS": "View details" } @@ -267,8 +267,8 @@ "TITLE": "Activities" }, "BUTTON": { - "PILL_BUTTON_NOTES": "notes", - "PILL_BUTTON_EVENTS": "events", + "PILL_BUTTON_NOTES": "pastabos", + "PILL_BUTTON_EVENTS": "įvykiai", "PILL_BUTTON_CONVO": "conversations" } }, @@ -288,7 +288,7 @@ }, "FORM": { "CREATE": "Add attribute", - "CANCEL": "Cancel", + "CANCEL": "Atšaukti", "NAME": { "LABEL": "Custom attribute name", "PLACEHOLDER": "Eg: shopify id", @@ -333,7 +333,7 @@ "TITLE": "Merge contacts", "DESCRIPTION": "Merge contacts to combine two profiles into one, including all attributes and conversations. In case of conflict, the Primary contact’ s attributes will take precedence.", "PRIMARY": { - "TITLE": "Primary contact", + "TITLE": "Pirminis kontaktas", "HELP_LABEL": "To be kept" }, "CHILD": { @@ -351,7 +351,7 @@ }, "FORM": { "SUBMIT": " Merge contacts", - "CANCEL": "Cancel", + "CANCEL": "Atšaukti", "CHILD_CONTACT": { "ERROR": "Select a child contact to merge" }, diff --git a/app/javascript/dashboard/i18n/locale/lt/contactFilters.json b/app/javascript/dashboard/i18n/locale/lt/contactFilters.json index 3f84a8476..b8db02e73 100644 --- a/app/javascript/dashboard/i18n/locale/lt/contactFilters.json +++ b/app/javascript/dashboard/i18n/locale/lt/contactFilters.json @@ -2,17 +2,17 @@ "CONTACTS_FILTER": { "TITLE": "Filter Contacts", "SUBTITLE": "Add filters below and hit 'Submit' to filter contacts.", - "ADD_NEW_FILTER": "Add Filter", + "ADD_NEW_FILTER": "Pridėti Filtrą", "CLEAR_ALL_FILTERS": "Clear All Filters", "FILTER_DELETE_ERROR": "You should have atleast one filter to save", - "SUBMIT_BUTTON_LABEL": "Submit", - "CANCEL_BUTTON_LABEL": "Cancel", + "SUBMIT_BUTTON_LABEL": "Pateikti", + "CANCEL_BUTTON_LABEL": "Atšaukti", "CLEAR_BUTTON_LABEL": "Clear Filters", "EMPTY_VALUE_ERROR": "Value is required", "TOOLTIP_LABEL": "Filter contacts", "QUERY_DROPDOWN_LABELS": { - "AND": "AND", - "OR": "OR" + "AND": "IR", + "OR": "AR" }, "OPERATOR_LABELS": { "equal_to": "Equal to", @@ -26,24 +26,24 @@ "days_before": "Is x days before" }, "ATTRIBUTES": { - "NAME": "Name", + "NAME": "Vardas", "EMAIL": "Email", "PHONE_NUMBER": "Phone number", "IDENTIFIER": "Identifier", - "CITY": "City", - "COUNTRY": "Country", - "CUSTOM_ATTRIBUTE_LIST": "List", - "CUSTOM_ATTRIBUTE_TEXT": "Text", - "CUSTOM_ATTRIBUTE_NUMBER": "Number", - "CUSTOM_ATTRIBUTE_LINK": "Link", + "CITY": "Miestas", + "COUNTRY": "Šalis", + "CUSTOM_ATTRIBUTE_LIST": "Sąrašas", + "CUSTOM_ATTRIBUTE_TEXT": "Tekstas", + "CUSTOM_ATTRIBUTE_NUMBER": "Numeris", + "CUSTOM_ATTRIBUTE_LINK": "Nuoroda", "CUSTOM_ATTRIBUTE_CHECKBOX": "Checkbox", "CREATED_AT": "Created At", "LAST_ACTIVITY": "Last Activity", "REFERER_LINK": "Referrer link" }, "GROUPS": { - "STANDARD_FILTERS": "Standard Filters", - "ADDITIONAL_FILTERS": "Additional Filters", + "STANDARD_FILTERS": "Standartinis Filtras", + "ADDITIONAL_FILTERS": "Papildomas Filtras", "CUSTOM_ATTRIBUTES": "Custom Attributes" } } diff --git a/app/javascript/dashboard/i18n/locale/lt/conversation.json b/app/javascript/dashboard/i18n/locale/lt/conversation.json index 597799c15..b335f5805 100644 --- a/app/javascript/dashboard/i18n/locale/lt/conversation.json +++ b/app/javascript/dashboard/i18n/locale/lt/conversation.json @@ -21,7 +21,7 @@ }, "UNREAD_MESSAGES": "Unread Messages", "UNREAD_MESSAGE": "Unread Message", - "CLICK_HERE": "Click here", + "CLICK_HERE": "Paspausti čia", "LOADING_INBOXES": "Loading inboxes", "LOADING_CONVERSATIONS": "Loading Conversations", "CANNOT_REPLY": "You cannot reply due to", @@ -33,14 +33,15 @@ "SELECT_A_TWEET_TO_REPLY": "Please select a tweet to reply to.", "REPLYING_TO": "You are replying to:", "REMOVE_SELECTION": "Remove Selection", - "DOWNLOAD": "Download", - "UNKNOWN_FILE_TYPE": "Unknown File", - "SAVE_CONTACT": "Save", + "DOWNLOAD": "Parsisiųsti", + "UNKNOWN_FILE_TYPE": "Nežinomas failas", + "SAVE_CONTACT": "Išsaugoti", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", - "RATING_TITLE": "Rating", + "RATING_TITLE": "Reitingas", "FEEDBACK_TITLE": "Feedback", "CARD": { "SHOW_LABELS": "Show labels", @@ -62,8 +63,25 @@ "SNOOZE": { "TITLE": "Snooze until", "NEXT_REPLY": "Next reply", - "TOMORROW": "Tomorrow", - "NEXT_WEEK": "Next week" + "TOMORROW": "Rytoj", + "NEXT_WEEK": "Kitą savaitę" + } + }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Skubus", + "HIGH": "Aukštas", + "MEDIUM": "Vidutinis", + "LOW": "Žemas" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Pasirinkti prioritetą", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." } }, "CARD_CONTEXT_MENU": { @@ -106,9 +124,9 @@ "CLICK_HERE": "Click here to update" }, "REPLYBOX": { - "REPLY": "Reply", + "REPLY": "Atsakyti", "PRIVATE_NOTE": "Private Note", - "SEND": "Send", + "SEND": "Siųsti", "CREATE": "Add Note", "TWEET": "Tweet", "TIP_FORMAT_ICON": "Show rich text editor", @@ -138,8 +156,8 @@ "TITLE": "Undefined variables", "MESSAGE": "You have {undefinedVariablesCount} undefined variables in your message: {undefinedVariables}. Would you like to send the message anyway?", "CONFIRM": { - "YES": "Send", - "CANCEL": "Cancel" + "YES": "Siųsti", + "CANCEL": "Atšaukti" } } }, @@ -154,34 +172,34 @@ "FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_SUPPORTED_FILE_UPLOAD_SIZE} MB attachment limit", "MESSAGE_ERROR": "Unable to send this message, please try again later", "SENT_BY": "Sent by:", - "BOT": "Bot", + "BOT": "Botas", "SEND_FAILED": "Couldn't send message! Try again", "TRY_AGAIN": "retry", "ASSIGNMENT": { "SELECT_AGENT": "Select Agent", "REMOVE": "Remove", - "ASSIGN": "Assign" + "ASSIGN": "Priskirti" }, "CONTEXT_MENU": { "COPY": "Copy", - "DELETE": "Delete", + "DELETE": "Ištrinti", "CREATE_A_CANNED_RESPONSE": "Add to canned responses", - "TRANSLATE": "Translate", + "TRANSLATE": "Išversti", "COPY_PERMALINK": "Copy link to the message", "LINK_COPIED": "Message URL copied to the clipboard", "DELETE_CONFIRMATION": { "TITLE": "Are you sure you want to delete this message?", "MESSAGE": "You cannot undo this action", - "DELETE": "Delete", - "CANCEL": "Cancel" + "DELETE": "Ištrinti", + "CANCEL": "Atšaukti" } } }, "EMAIL_TRANSCRIPT": { "TITLE": "Send conversation transcript", "DESC": "Send a copy of the conversation transcript to the specified email address", - "SUBMIT": "Submit", - "CANCEL": "Cancel", + "SUBMIT": "Pateikti", + "CANCEL": "Atšaukti", "SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully", "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { diff --git a/app/javascript/dashboard/i18n/locale/lt/csatMgmt.json b/app/javascript/dashboard/i18n/locale/lt/csatMgmt.json index d7d2efc2a..fd2bc6217 100644 --- a/app/javascript/dashboard/i18n/locale/lt/csatMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/csatMgmt.json @@ -1,6 +1,6 @@ { "CSAT": { "TITLE": "Rate your conversation", - "PLACEHOLDER": "Tell us more..." + "PLACEHOLDER": "Papasakokit detaliau..." } } diff --git a/app/javascript/dashboard/i18n/locale/lt/generalSettings.json b/app/javascript/dashboard/i18n/locale/lt/generalSettings.json index 367b35b1c..6ac907b0e 100644 --- a/app/javascript/dashboard/i18n/locale/lt/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/lt/generalSettings.json @@ -61,7 +61,7 @@ "NOTIFICATIONS_PAGE": { "HEADER": "Notifications", "MARK_ALL_DONE": "Mark All Done", - "DELETE_TITLE": "deleted", + "DELETE_TITLE": "ištrinta", "UNREAD_NOTIFICATION": { "TITLE": "Unread Notifications", "ALL_NOTIFICATIONS": "View all notifications", @@ -72,9 +72,9 @@ "LOADING_MESSAGE": "Loading notifications...", "404": "No Notifications", "TABLE_HEADER": [ - "Name", + "Vardas", "Phone Number", - "Conversations", + "Pokalbiai", "Last Contacted" ] }, @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/lt/helpCenter.json b/app/javascript/dashboard/i18n/locale/lt/helpCenter.json index 621a16ae8..067e7067d 100644 --- a/app/javascript/dashboard/i18n/locale/lt/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/lt/helpCenter.json @@ -1,14 +1,14 @@ { "HELP_CENTER": { "HEADER": { - "FILTER": "Filter by", - "SORT": "Sort by", + "FILTER": "Filtruoti pagal", + "SORT": "Rūšiuoti pagal", "SETTINGS_BUTTON": "Settings", "NEW_BUTTON": "New Article", "DROPDOWN_OPTIONS": { - "PUBLISHED": "Published", - "DRAFT": "Draft", - "ARCHIVED": "Archived" + "PUBLISHED": "Paskelbta", + "DRAFT": "Ruošinys", + "ARCHIVED": "Suarchyvuota" }, "TITLES": { "ALL_ARTICLES": "All Articles", @@ -19,14 +19,14 @@ }, "EDIT_HEADER": { "ALL_ARTICLES": "All Articles", - "PUBLISH_BUTTON": "Publish", + "PUBLISH_BUTTON": "Skelbti", "MOVE_TO_ARCHIVE_BUTTON": "Move to archived", - "PREVIEW": "Preview", + "PREVIEW": "Peržiūrėti", "ADD_TRANSLATION": "Add translation", "OPEN_SIDEBAR": "Open sidebar", "CLOSE_SIDEBAR": "Close sidebar", - "SAVING": "Saving...", - "SAVED": "Saved" + "SAVING": "Išsaugoma...", + "SAVED": "Išsaugota" }, "ARTICLE_EDITOR": { "IMAGE_UPLOAD": { @@ -43,14 +43,14 @@ "TITLE": "Article Settings", "FORM": { "CATEGORY": { - "LABEL": "Category", + "LABEL": "Kategorija", "TITLE": "Select category", "PLACEHOLDER": "Select category", "NO_RESULT": "No category found", "SEARCH_PLACEHOLDER": "Search category" }, "AUTHOR": { - "LABEL": "Author", + "LABEL": "Autorius", "TITLE": "Select author", "PLACEHOLDER": "Select author", "NO_RESULT": "No authors found", @@ -88,7 +88,7 @@ "TITLE": "Portals", "PORTAL_SETTINGS": "Portal settings", "SUBTITLE": "You have multiple portals and can have different locales for each portal.", - "CANCEL_BUTTON_LABEL": "Cancel", + "CANCEL_BUTTON_LABEL": "Atšaukti", "CHOOSE_LOCALE_BUTTON": "Choose Locale" }, "PORTAL_SETTINGS": { @@ -98,12 +98,12 @@ "ADD": "Add locale", "VISIT": "Visit site", "SETTINGS": "Settings", - "DELETE": "Delete" + "DELETE": "Ištrinti" }, "PORTAL_CONFIG": { "TITLE": "Portal Configurations", "ITEMS": { - "NAME": "Name", + "NAME": "Vardas", "DOMAIN": "Custom domain", "SLUG": "Slug", "TITLE": "Portal title", @@ -118,8 +118,8 @@ "CODE": "Locale code", "ARTICLE_COUNT": "No. of articles", "CATEGORIES": "No. of categories", - "SWAP": "Swap", - "DELETE": "Delete", + "SWAP": "Sukeisti", + "DELETE": "Ištrinti", "DEFAULT_LOCALE": "Default" } } @@ -145,7 +145,7 @@ "TITLE": "Portal customization" }, "CATEGORY_SETTINGS": { - "TITLE": "Categories" + "TITLE": "Kategorijos" }, "LOCALE_SETTINGS": { "TITLE": "Locales" @@ -155,8 +155,8 @@ "TITLE": "Categories in", "NEW_CATEGORY": "New category", "TABLE": { - "NAME": "Name", - "DESCRIPTION": "Description", + "NAME": "Vardas", + "DESCRIPTION": "Aprašymas", "LOCALE": "Locale", "ARTICLE_COUNT": "No. of articles", "ACTION_BUTTON": { @@ -188,7 +188,7 @@ "title": "Voila! 🎉", "route": "portal_finish", "body": "You're all set!", - "FINISH": "Finish" + "FINISH": "Pabaigti" } ], "CREATE_FLOW_PAGE": { @@ -210,15 +210,15 @@ } }, "LOGO": { - "LABEL": "Logo", + "LABEL": "Logotipas", "UPLOAD_BUTTON": "Upload logo", "HELP_TEXT": "This logo will be displayed on the portal header." }, "NAME": { - "LABEL": "Name", + "LABEL": "Vardas", "PLACEHOLDER": "Portal name", "HELP_TEXT": "The name will be used in the public facing portal internally.", - "ERROR": "Name is required" + "ERROR": "Yra reikalingas vardas" }, "SLUG": { "LABEL": "Slug", @@ -271,7 +271,7 @@ }, "BUTTONS": { "CREATE": "Create locale", - "CANCEL": "Cancel" + "CANCEL": "Atšaukti" }, "API": { "SUCCESS_MESSAGE": "Locale added successfully", @@ -296,10 +296,10 @@ "404": "No articles matches your search 🔍", "NO_ARTICLES": "There are no available articles", "HEADERS": { - "TITLE": "Title", - "CATEGORY": "Category", + "TITLE": "Pavadinimas", + "CATEGORY": "Kategorija", "READ_COUNT": "Read count", - "STATUS": "Status", + "STATUS": "Būsena", "LAST_EDITED": "Last edited" }, "COLUMNS": { @@ -329,9 +329,9 @@ "DELETE_ARTICLE": { "MODAL": { "CONFIRM": { - "TITLE": "Confirm Deletion", + "TITLE": "Patvirtinti Ištrynimą", "MESSAGE": "Are you sure to delete the article?", - "YES": "Yes, Delete", + "YES": "Taip, Ištrinti", "NO": "No, Keep it" } }, @@ -355,10 +355,10 @@ "PORTAL": "Portal", "LOCALE": "Locale", "NAME": { - "LABEL": "Name", + "LABEL": "Vardas", "PLACEHOLDER": "Category name", "HELP_TEXT": "The category name will be used in the public facing portal to categorize articles.", - "ERROR": "Name is required" + "ERROR": "Yra reikalingas vardas" }, "SLUG": { "LABEL": "Slug", @@ -367,13 +367,13 @@ "ERROR": "Slug is required" }, "DESCRIPTION": { - "LABEL": "Description", + "LABEL": "Aprašymas", "PLACEHOLDER": "Give a short description about the category.", "ERROR": "Description is required" }, "BUTTONS": { "CREATE": "Create category", - "CANCEL": "Cancel" + "CANCEL": "Atšaukti" }, "API": { "SUCCESS_MESSAGE": "Category created successfully", @@ -386,10 +386,10 @@ "PORTAL": "Portal", "LOCALE": "Locale", "NAME": { - "LABEL": "Name", + "LABEL": "Vardas", "PLACEHOLDER": "Category name", "HELP_TEXT": "The category name will be used in the public facing portal to categorize articles.", - "ERROR": "Name is required" + "ERROR": "Yra reikalingas vardas" }, "SLUG": { "LABEL": "Slug", @@ -398,13 +398,13 @@ "ERROR": "Slug is required" }, "DESCRIPTION": { - "LABEL": "Description", + "LABEL": "Aprašymas", "PLACEHOLDER": "Give a short description about the category.", "ERROR": "Description is required" }, "BUTTONS": { "CREATE": "Update category", - "CANCEL": "Cancel" + "CANCEL": "Atšaukti" }, "API": { "SUCCESS_MESSAGE": "Category updated successfully", diff --git a/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json index bed0ec0c9..e62c1a4a9 100644 --- a/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json @@ -332,7 +332,7 @@ "DESC": "Chatwoot supports live-chat widgets, Facebook Messenger, Twitter profiles, WhatsApp, Emails, etc., as channels. If you want to build a custom channel, you can create it using the API channel. To get started, choose one of the channels below." }, "AGENTS": { - "TITLE": "Agents", + "TITLE": "Agentai", "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.", "VALIDATION_ERROR": "Add atleast one agent to your new Inbox", "PICK_AGENTS": "Pick agents for the inbox" @@ -408,14 +408,14 @@ } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "AVATAR_DELETE_BUTTON_TEXT": "Delete Avatar", "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", + "TITLE": "Patvirtinti Ištrynimą", + "MESSAGE": "Ar tikrai norite ištrinti ", "PLACE_HOLDER": "Please type {inboxName} to confirm", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "YES": "Taip, Trinti ", + "NO": "Ne, Išsaugoti " }, "API": { "SUCCESS_MESSAGE": "Inbox deleted successfully", @@ -445,7 +445,7 @@ "SETTINGS_POPUP": { "MESSENGER_HEADING": "Messenger Script", "MESSENGER_SUB_HEAD": "Place this button inside your body tag", - "INBOX_AGENTS": "Agents", + "INBOX_AGENTS": "Agentai", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", "AGENT_ASSIGNMENT_SUB_TEXT": "Update conversation assignment settings", @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", @@ -500,8 +507,8 @@ "FIELDS": "Fields", "LABEL": "Label", "PLACE_HOLDER": "Placeholder", - "KEY": "Key", - "TYPE": "Type", + "KEY": "Raktas", + "TYPE": "Tipas", "REQUIRED": "Required" }, "ENABLE": { @@ -654,7 +661,7 @@ } }, "WIDGET_VIEW_OPTION": { - "PREVIEW": "Preview", + "PREVIEW": "Peržiūrėti", "SCRIPT": "Script" }, "WIDGET_BUBBLE_POSITION": { diff --git a/app/javascript/dashboard/i18n/locale/lt/integrationApps.json b/app/javascript/dashboard/i18n/locale/lt/integrationApps.json index a80ecb837..39784efc2 100644 --- a/app/javascript/dashboard/i18n/locale/lt/integrationApps.json +++ b/app/javascript/dashboard/i18n/locale/lt/integrationApps.json @@ -12,17 +12,17 @@ "DELETE": { "TITLE": { "INBOX": "Confirm deletion", - "ACCOUNT": "Disconnect" + "ACCOUNT": "Atsijungti" }, "MESSAGE": { "INBOX": "Are you sure to delete?", "ACCOUNT": "Are you sure to disconnect?" }, "CONFIRM_BUTTON_TEXT": { - "INBOX": "Yes, Delete", - "ACCOUNT": "Yes, Disconnect" + "INBOX": "Taip, Ištrinti", + "ACCOUNT": "Taip, Atsijungti" }, - "CANCEL_BUTTON_TEXT": "Cancel", + "CANCEL_BUTTON_TEXT": "Atšaukti", "API": { "SUCCESS_MESSAGE": "Hook deleted successfully", "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" @@ -32,7 +32,7 @@ "FETCHING": "Fetching integration hooks", "INBOX": "Inbox", "DELETE": { - "BUTTON_TEXT": "Delete" + "BUTTON_TEXT": "Ištrinti" } }, "ADD": { @@ -41,8 +41,8 @@ "LABEL": "Select Inbox", "PLACEHOLDER": "Select Inbox" }, - "SUBMIT": "Create", - "CANCEL": "Cancel" + "SUBMIT": "Sukurti", + "CANCEL": "Atšaukti" }, "API": { "SUCCESS_MESSAGE": "Integration hook added successfully", @@ -53,7 +53,7 @@ "BUTTON_TEXT": "Connect" }, "DISCONNECT": { - "BUTTON_TEXT": "Disconnect" + "BUTTON_TEXT": "Atsijungti" }, "SIDEBAR_DESCRIPTION": { "DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on.

Dialogflow integration with %{installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc.

To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." diff --git a/app/javascript/dashboard/i18n/locale/lt/integrations.json b/app/javascript/dashboard/i18n/locale/lt/integrations.json index 00d92f297..5fd4807b3 100644 --- a/app/javascript/dashboard/i18n/locale/lt/integrations.json +++ b/app/javascript/dashboard/i18n/locale/lt/integrations.json @@ -4,7 +4,7 @@ "WEBHOOK": { "SUBSCRIBED_EVENTS": "Subscribed Events", "FORM": { - "CANCEL": "Cancel", + "CANCEL": "Atšaukti", "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.", "SUBSCRIPTIONS": { "LABEL": "Events", @@ -32,18 +32,18 @@ "HEADER": "Webhook settings", "HEADER_BTN_TXT": "Add new webhook", "LOADING": "Fetching attached webhooks", - "SEARCH_404": "There are no items matching this query", + "SEARCH_404": "Šią užklausą atitinkančių elementų nėra", "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.

", "LIST": { "404": "There are no webhooks configured for this account.", "TITLE": "Manage webhooks", "TABLE_HEADER": [ "Webhook endpoint", - "Actions" + "Veiksmai" ] }, "EDIT": { - "BUTTON_TEXT": "Edit", + "BUTTON_TEXT": "Redaguoti", "TITLE": "Edit webhook", "API": { "SUCCESS_MESSAGE": "Webhook configuration updated successfully", @@ -51,7 +51,7 @@ } }, "ADD": { - "CANCEL": "Cancel", + "CANCEL": "Atšaukti", "TITLE": "Add new webhook", "API": { "SUCCESS_MESSAGE": "Webhook configuration added successfully", @@ -59,15 +59,15 @@ } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "API": { "SUCCESS_MESSAGE": "Webhook deleted successfully", "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" }, "CONFIRM": { - "TITLE": "Confirm Deletion", + "TITLE": "Patvirtinti Ištrynimą", "MESSAGE": "Are you sure to delete the webhook? (%{webhookURL})", - "YES": "Yes, Delete ", + "YES": "Taip, Trinti ", "NO": "No, Keep it" } } @@ -85,8 +85,25 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Atšaukti" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "API": { "SUCCESS_MESSAGE": "Integration deleted successfully" } @@ -103,14 +120,14 @@ "404": "There are no dashboard apps configured on this account yet", "LOADING": "Fetching dashboard apps...", "TABLE_HEADER": [ - "Name", + "Vardas", "Endpoint" ], "EDIT_TOOLTIP": "Edit app", "DELETE_TOOLTIP": "Delete app" }, "FORM": { - "TITLE_LABEL": "Name", + "TITLE_LABEL": "Vardas", "TITLE_PLACEHOLDER": "Enter a name for your dashboard app", "TITLE_ERROR": "A name for the dashboard app is required", "URL_LABEL": "Endpoint", @@ -119,15 +136,15 @@ }, "CREATE": { "HEADER": "Add a new dashboard app", - "FORM_SUBMIT": "Submit", - "FORM_CANCEL": "Cancel", + "FORM_SUBMIT": "Pateikti", + "FORM_CANCEL": "Atšaukti", "API_SUCCESS": "Dashboard app configured successfully", "API_ERROR": "We couldn't create an app. Please try again later" }, "UPDATE": { "HEADER": "Edit dashboard app", "FORM_SUBMIT": "Update", - "FORM_CANCEL": "Cancel", + "FORM_CANCEL": "Atšaukti", "API_SUCCESS": "Dashboard app updated successfully", "API_ERROR": "We couldn't update the app. Please try again later" }, diff --git a/app/javascript/dashboard/i18n/locale/lt/labelsMgmt.json b/app/javascript/dashboard/i18n/locale/lt/labelsMgmt.json index db12fa32a..cc52d69bd 100644 --- a/app/javascript/dashboard/i18n/locale/lt/labelsMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/labelsMgmt.json @@ -3,16 +3,16 @@ "HEADER": "Labels", "HEADER_BTN_TXT": "Add label", "LOADING": "Fetching labels", - "SEARCH_404": "There are no items matching this query", + "SEARCH_404": "Šią užklausą atitinkančių elementų nėra", "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.

", "LIST": { "404": "There are no labels available in this account.", "TITLE": "Manage labels", "DESC": "Labels let you group the conversations together.", "TABLE_HEADER": [ - "Name", - "Description", - "Color" + "Vardas", + "Aprašymas", + "Spalva" ] }, "FORM": { @@ -24,19 +24,19 @@ "VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed" }, "DESCRIPTION": { - "LABEL": "Description", + "LABEL": "Aprašymas", "PLACEHOLDER": "Label Description" }, "COLOR": { - "LABEL": "Color" + "LABEL": "Spalva" }, "SHOW_ON_SIDEBAR": { "LABEL": "Show label on sidebar" }, - "EDIT": "Edit", - "CREATE": "Create", - "DELETE": "Delete", - "CANCEL": "Cancel" + "EDIT": "Redaguoti", + "CREATE": "Sukurti", + "DELETE": "Ištrinti", + "CANCEL": "Atšaukti" }, "ADD": { "TITLE": "Add label", @@ -54,16 +54,16 @@ } }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "API": { "SUCCESS_MESSAGE": "Label deleted successfully", "ERROR_MESSAGE": "There was an error, please try again" }, "CONFIRM": { - "TITLE": "Confirm Deletion", - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete ", - "NO": "No, Keep " + "TITLE": "Patvirtinti Ištrynimą", + "MESSAGE": "Ar tikrai norite ištrinti ", + "YES": "Taip, Trinti ", + "NO": "Ne, Išsaugoti " } } } diff --git a/app/javascript/dashboard/i18n/locale/lt/login.json b/app/javascript/dashboard/i18n/locale/lt/login.json index 25c956a81..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/lt/login.json +++ b/app/javascript/dashboard/i18n/locale/lt/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "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": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/lt/macros.json b/app/javascript/dashboard/i18n/locale/lt/macros.json index 3a59d4f26..2725064af 100644 --- a/app/javascript/dashboard/i18n/locale/lt/macros.json +++ b/app/javascript/dashboard/i18n/locale/lt/macros.json @@ -15,7 +15,7 @@ "ERROR": "Name is required for creating a macro" }, "ACTIONS": { - "LABEL": "Actions" + "LABEL": "Veiksmai" } }, "API": { @@ -25,7 +25,7 @@ }, "LIST": { "TABLE_HEADER": [ - "Name", + "Vardas", "Created by", "Last updated by", "Visibility" @@ -35,8 +35,8 @@ "DELETE": { "TOOLTIP": "Delete macro", "CONFIRM": { - "MESSAGE": "Are you sure to delete ", - "YES": "Yes, Delete", + "MESSAGE": "Ar tikrai norite ištrinti ", + "YES": "Taip, Ištrinti", "NO": "No" }, "API": { @@ -60,17 +60,17 @@ "VISIBILITY": { "LABEL": "Macro Visibility", "GLOBAL": { - "LABEL": "Public", + "LABEL": "Viešas", "DESCRIPTION": "This macro is available publicly for all agents in this account." }, "PERSONAL": { - "LABEL": "Private", + "LABEL": "Privatus", "DESCRIPTION": "This macro will be private to you and not be available to others." } } }, "EXECUTE": { - "BUTTON_TOOLTIP": "Execute", + "BUTTON_TOOLTIP": "Vykdyti", "PREVIEW": "Preview Macro", "EXECUTED_SUCCESSFULLY": "Macro executed successfully" } diff --git a/app/javascript/dashboard/i18n/locale/lt/report.json b/app/javascript/dashboard/i18n/locale/lt/report.json index 48dcccc2b..3b6a9221d 100644 --- a/app/javascript/dashboard/i18n/locale/lt/report.json +++ b/app/javascript/dashboard/i18n/locale/lt/report.json @@ -1,12 +1,12 @@ { "REPORT": { - "HEADER": "Conversations", + "HEADER": "Pokalbiai", "LOADING_CHART": "Loading chart data...", "NO_ENOUGH_DATA": "We've not received enough data points to generate report, Please try again later.", "DOWNLOAD_AGENT_REPORTS": "Download agent reports", "METRICS": { "CONVERSATIONS": { - "NAME": "Conversations", + "NAME": "Pokalbiai", "DESC": "( Total )" }, "INCOMING_MESSAGES": { @@ -61,60 +61,60 @@ } ], "CUSTOM_DATE_RANGE": { - "CONFIRM": "Apply", + "CONFIRM": "Taikyti", "PLACEHOLDER": "Select date range" }, "GROUP_BY_FILTER_DROPDOWN_LABEL": "Group By", - "DURATION_FILTER_LABEL": "Duration", + "DURATION_FILTER_LABEL": "Trukmė", "GROUP_BY_DAY_OPTIONS": [ { "id": 1, - "groupBy": "Day" + "groupBy": "Diena" } ], "GROUP_BY_WEEK_OPTIONS": [ { "id": 1, - "groupBy": "Day" + "groupBy": "Diena" }, { "id": 2, - "groupBy": "Week" + "groupBy": "Savaitė" } ], "GROUP_BY_MONTH_OPTIONS": [ { "id": 1, - "groupBy": "Day" + "groupBy": "Diena" }, { "id": 2, - "groupBy": "Week" + "groupBy": "Savaitė" }, { "id": 3, - "groupBy": "Month" + "groupBy": "Mėnuo" } ], "GROUP_BY_YEAR_OPTIONS": [ { "id": 1, - "groupBy": "Day" + "groupBy": "Diena" }, { "id": 2, - "groupBy": "Week" + "groupBy": "Savaitė" }, { "id": 3, - "groupBy": "Month" + "groupBy": "Mėnuo" }, { "id": 4, - "groupBy": "Year" + "groupBy": "Metai" } ], - "BUSINESS_HOURS": "Business Hours" + "BUSINESS_HOURS": "Darbo valandos" }, "AGENT_REPORTS": { "HEADER": "Agents Overview", @@ -124,16 +124,16 @@ "FILTER_DROPDOWN_LABEL": "Select Agent", "METRICS": { "CONVERSATIONS": { - "NAME": "Conversations", - "DESC": "( Total )" + "NAME": "Pokalbiai", + "DESC": "( Viso )" }, "INCOMING_MESSAGES": { "NAME": "Incoming Messages", - "DESC": "( Total )" + "DESC": "( Viso )" }, "OUTGOING_MESSAGES": { "NAME": "Outgoing Messages", - "DESC": "( Total )" + "DESC": "( Viso )" }, "FIRST_RESPONSE_TIME": { "NAME": "First Response Time", @@ -149,7 +149,7 @@ }, "RESOLUTION_COUNT": { "NAME": "Resolution Count", - "DESC": "( Total )" + "DESC": "( Viso )" } }, "DATE_RANGE": [ @@ -179,7 +179,7 @@ } ], "CUSTOM_DATE_RANGE": { - "CONFIRM": "Apply", + "CONFIRM": "Taikyti", "PLACEHOLDER": "Select date range" } }, @@ -191,7 +191,7 @@ "FILTER_DROPDOWN_LABEL": "Select Label", "METRICS": { "CONVERSATIONS": { - "NAME": "Conversations", + "NAME": "Pokalbiai", "DESC": "( Total )" }, "INCOMING_MESSAGES": { @@ -216,7 +216,7 @@ }, "RESOLUTION_COUNT": { "NAME": "Resolution Count", - "DESC": "( Total )" + "DESC": "( Viso )" } }, "DATE_RANGE": [ @@ -246,7 +246,7 @@ } ], "CUSTOM_DATE_RANGE": { - "CONFIRM": "Apply", + "CONFIRM": "Taikyti", "PLACEHOLDER": "Select date range" } }, @@ -258,12 +258,12 @@ "FILTER_DROPDOWN_LABEL": "Select Inbox", "METRICS": { "CONVERSATIONS": { - "NAME": "Conversations", - "DESC": "( Total )" + "NAME": "Pokalbiai", + "DESC": "( Viso )" }, "INCOMING_MESSAGES": { "NAME": "Incoming Messages", - "DESC": "( Total )" + "DESC": "( Viso )" }, "OUTGOING_MESSAGES": { "NAME": "Outgoing Messages", @@ -283,7 +283,7 @@ }, "RESOLUTION_COUNT": { "NAME": "Resolution Count", - "DESC": "( Total )" + "DESC": "( Viso )" } }, "DATE_RANGE": [ @@ -313,7 +313,7 @@ } ], "CUSTOM_DATE_RANGE": { - "CONFIRM": "Apply", + "CONFIRM": "Taikyti", "PLACEHOLDER": "Select date range" } }, @@ -325,12 +325,12 @@ "FILTER_DROPDOWN_LABEL": "Select Team", "METRICS": { "CONVERSATIONS": { - "NAME": "Conversations", - "DESC": "( Total )" + "NAME": "Pokalbiai", + "DESC": "( Viso )" }, "INCOMING_MESSAGES": { "NAME": "Incoming Messages", - "DESC": "( Total )" + "DESC": "( Viso )" }, "OUTGOING_MESSAGES": { "NAME": "Outgoing Messages", @@ -350,7 +350,7 @@ }, "RESOLUTION_COUNT": { "NAME": "Resolution Count", - "DESC": "( Total )" + "DESC": "( Viso )" } }, "DATE_RANGE": [ @@ -380,7 +380,7 @@ } ], "CUSTOM_DATE_RANGE": { - "CONFIRM": "Apply", + "CONFIRM": "Taikyti", "PLACEHOLDER": "Select date range" } }, @@ -397,7 +397,7 @@ "HEADER": { "CONTACT_NAME": "Contact", "AGENT_NAME": "Assigned agent", - "RATING": "Rating", + "RATING": "Reitingas", "FEEDBACK_TEXT": "Feedback comment" } }, @@ -437,26 +437,26 @@ "LOADING_MESSAGE": "Loading agent metrics...", "NO_AGENTS": "There are no conversations by agents", "TABLE_HEADER": { - "AGENT": "Agent", + "AGENT": "Agentas", "OPEN": "OPEN", "UNATTENDED": "Unattended", - "STATUS": "Status" + "STATUS": "Būsena" } }, "AGENT_STATUS": { "HEADER": "Agent status", "ONLINE": "Online", - "BUSY": "Busy", + "BUSY": "Užimta", "OFFLINE": "Offline" } }, "DAYS_OF_WEEK": { "SUNDAY": "Sunday", - "MONDAY": "Monday", + "MONDAY": "Pirmadienis", "TUESDAY": "Tuesday", "WEDNESDAY": "Wednesday", - "THURSDAY": "Thursday", - "FRIDAY": "Friday", + "THURSDAY": "Ketvirtadienis", + "FRIDAY": "Penktadienis", "SATURDAY": "Saturday" } } diff --git a/app/javascript/dashboard/i18n/locale/lt/resetPassword.json b/app/javascript/dashboard/i18n/locale/lt/resetPassword.json index bb678e809..a44f3d555 100644 --- a/app/javascript/dashboard/i18n/locale/lt/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/lt/resetPassword.json @@ -1,15 +1,15 @@ { "RESET_PASSWORD": { - "TITLE": "Reset Password", + "TITLE": "Reset password", "EMAIL": { - "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "LABEL": "El. paštas", + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "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": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, - "SUBMIT": "Submit" + "SUBMIT": "Pateikti" } } diff --git a/app/javascript/dashboard/i18n/locale/lt/search.json b/app/javascript/dashboard/i18n/locale/lt/search.json index 418572c0c..804dc8aa3 100644 --- a/app/javascript/dashboard/i18n/locale/lt/search.json +++ b/app/javascript/dashboard/i18n/locale/lt/search.json @@ -1,23 +1,23 @@ { "SEARCH": { "TABS": { - "ALL": "All", + "ALL": "Visi", "CONTACTS": "Contacts", - "CONVERSATIONS": "Conversations", + "CONVERSATIONS": "Pokalbiai", "MESSAGES": "Messages" }, "SECTION": { "CONTACTS": "Contacts", - "CONVERSATIONS": "Conversations", + "CONVERSATIONS": "Pokalbiai", "MESSAGES": "Messages" }, "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", - "BOT_LABEL": "Bot", - "READ_MORE": "Read more", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", + "BOT_LABEL": "Botas", + "READ_MORE": "Skaityti daugiau", "WROTE": "wrote:" } } diff --git a/app/javascript/dashboard/i18n/locale/lt/setNewPassword.json b/app/javascript/dashboard/i18n/locale/lt/setNewPassword.json index ec2d94744..5d3a48035 100644 --- a/app/javascript/dashboard/i18n/locale/lt/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/lt/setNewPassword.json @@ -1,23 +1,23 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { - "LABEL": "Password", - "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "LABEL": "Slaptažodis", + "PLACEHOLDER": "Slaptažodis", + "ERROR": "Slaptažodis yra pertrumpas." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "LABEL": "Patvirtinti slaptažodį", + "PLACEHOLDER": "Patvirtinti slaptažodį", + "ERROR": "Slaptažodžiai nesutampa." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." }, - "SUBMIT": "Submit" + "SUBMIT": "Pateikti" } } diff --git a/app/javascript/dashboard/i18n/locale/lt/settings.json b/app/javascript/dashboard/i18n/locale/lt/settings.json index ab850562b..c4f0a70e1 100644 --- a/app/javascript/dashboard/i18n/locale/lt/settings.json +++ b/app/javascript/dashboard/i18n/locale/lt/settings.json @@ -101,20 +101,20 @@ "LABEL": "Profile Image" }, "NAME": { - "LABEL": "Your full name", + "LABEL": "Jūsų pilnas vardas", "ERROR": "Please enter a valid full name", "PLACEHOLDER": "Please enter your full name" }, "DISPLAY_NAME": { - "LABEL": "Display name", + "LABEL": "Rodomas vardas", "ERROR": "Please enter a valid display name", "PLACEHOLDER": "Please enter a display name, this would be displayed in conversations" }, "AVAILABILITY": { - "LABEL": "Availability", + "LABEL": "Prieinamumas", "STATUSES_LIST": [ "Online", - "Busy", + "Užimta", "Offline" ], "SET_AVAILABILITY_SUCCESS": "Availability has been set successfully", @@ -143,7 +143,7 @@ } }, "SIDEBAR_ITEMS": { - "CHANGE_AVAILABILITY_STATUS": "Change", + "CHANGE_AVAILABILITY_STATUS": "Keisti", "CHANGE_ACCOUNTS": "Switch Account", "CONTACT_SUPPORT": "Contact Support", "SELECTOR_SUBTITLE": "Select an account from the following list", @@ -172,7 +172,7 @@ "SHOW_LESS": "Show Less" }, "FILE_BUBBLE": { - "DOWNLOAD": "Download", + "DOWNLOAD": "Parsisiųsti", "UPLOADING": "Uploading...", "INSTAGRAM_STORY_UNAVAILABLE": "This story is no longer available." }, @@ -180,7 +180,7 @@ "SEE_ON_MAP": "See on map" }, "FORM_BUBBLE": { - "SUBMIT": "Submit" + "SUBMIT": "Pateikti" } }, "CONFIRM_EMAIL": "Verifying...", @@ -192,21 +192,21 @@ "SIDEBAR": { "CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:", "SWITCH": "Switch", - "CONVERSATIONS": "Conversations", + "CONVERSATIONS": "Pokalbiai", "ALL_CONVERSATIONS": "All Conversations", - "MENTIONED_CONVERSATIONS": "Mentions", + "MENTIONED_CONVERSATIONS": "Paminėjimai", "PARTICIPATING_CONVERSATIONS": "Participating", "UNATTENDED_CONVERSATIONS": "Unattended", "REPORTS": "Reports", "SETTINGS": "Settings", "CONTACTS": "Contacts", "HOME": "Home", - "AGENTS": "Agents", - "AGENT_BOTS": "Bots", + "AGENTS": "Agentai", + "AGENT_BOTS": "Botai", "AUDIT_LOGS": "Audit Logs", "INBOXES": "Inboxes", "NOTIFICATIONS": "Notifications", - "CANNED_RESPONSES": "Canned Responses", + "CANNED_RESPONSES": "Atsakymų Ruošiniai", "INTEGRATIONS": "Integrations", "PROFILE_SETTINGS": "Profile Settings", "ACCOUNT_SETTINGS": "Account Settings", @@ -217,19 +217,19 @@ "MACROS": "Macros", "TEAMS": "Teams", "BILLING": "Billing", - "CUSTOM_VIEWS_FOLDER": "Folders", + "CUSTOM_VIEWS_FOLDER": "Papkės", "CUSTOM_VIEWS_SEGMENTS": "Segments", - "ALL_CONTACTS": "All Contacts", + "ALL_CONTACTS": "Visi Kontaktai", "TAGGED_WITH": "Tagged with", "NEW_LABEL": "New label", "NEW_TEAM": "New team", "NEW_INBOX": "New inbox", - "REPORTS_CONVERSATION": "Conversations", + "REPORTS_CONVERSATION": "Pokalbiai", "CSAT": "CSAT", "CAMPAIGNS": "Campaigns", "ONGOING": "Ongoing", - "ONE_OFF": "One off", - "REPORTS_AGENT": "Agents", + "ONE_OFF": "Vienas iš", + "REPORTS_AGENT": "Agentai", "REPORTS_LABEL": "Labels", "REPORTS_INBOX": "Inbox", "REPORTS_TEAM": "Team", @@ -241,9 +241,9 @@ "TITLE": "Help Center (Beta)", "ALL_ARTICLES": "All Articles", "MY_ARTICLES": "My Articles", - "DRAFT": "Draft", - "ARCHIVED": "Archived", - "CATEGORY": "Category", + "DRAFT": "Ruošinys", + "ARCHIVED": "Suarchyvuota", + "CATEGORY": "Kategorija", "SETTINGS": "Settings", "CATEGORY_EMPTY_MESSAGE": "No categories found" }, @@ -265,7 +265,7 @@ "BUTTON_TXT": "Go to the billing portal" }, "CHAT_WITH_US": { - "TITLE": "Need help?", + "TITLE": "Reikia pagalbos?", "DESCRIPTION": "Do you face any issues in billing? We are here to help.", "BUTTON_TXT": "Chat with us" }, @@ -274,7 +274,7 @@ "CREATE_ACCOUNT": { "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", "NEW_ACCOUNT": "New Account", - "SELECTOR_SUBTITLE": "Create a new account", + "SELECTOR_SUBTITLE": "Sukurti naują paskyrą", "API": { "SUCCESS_MESSAGE": "Account created successfully", "EXIST_MESSAGE": "Account already exists", @@ -285,7 +285,7 @@ "LABEL": "Company Name", "PLACEHOLDER": "Wayne Enterprises" }, - "SUBMIT": "Submit" + "SUBMIT": "Pateikti" } }, "KEYBOARD_SHORTCUTS": { @@ -301,7 +301,7 @@ "TOGGLE_SIDEBAR": "Toggle Sidebar", "GO_TO_REPORTS_SIDEBAR": "Go to Reports sidebar", "MOVE_TO_NEXT_TAB": "Move to next tab in conversation list", - "GO_TO_SETTINGS": "Go to Settings", + "GO_TO_SETTINGS": "Eiti į Nustatymus", "SWITCH_CONVERSATION_STATUS": "Switch to the next conversation status", "SWITCH_TO_PRIVATE_NOTE": "Switch to Private Note", "SWITCH_TO_REPLY": "Switch to Reply", diff --git a/app/javascript/dashboard/i18n/locale/lt/signup.json b/app/javascript/dashboard/i18n/locale/lt/signup.json index 10ddc5b86..32e089d74 100644 --- a/app/javascript/dashboard/i18n/locale/lt/signup.json +++ b/app/javascript/dashboard/i18n/locale/lt/signup.json @@ -1,44 +1,44 @@ { "REGISTER": { - "TRY_WOOT": "Create an account", - "TITLE": "Register", + "TRY_WOOT": "Sukurti paskyrą", + "TITLE": "Registras", "TESTIMONIAL_HEADER": "All it takes is one step to move forward", "TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.", "TERMS_ACCEPT": "By creating an account, you agree to our T & C and Privacy policy", "OAUTH": { - "GOOGLE_SIGNUP": "Sign up with Google" + "GOOGLE_SIGNUP": "Užsiregistruoti su Google" }, "COMPANY_NAME": { - "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "LABEL": "Įmonės pavadinimas", + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Įmonės vardas pertrumpas." }, "FULL_NAME": { - "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "LABEL": "Pilnas vardas", + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Pilnas vardas per trumpas." }, "EMAIL": { - "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "LABEL": "Darbinis el. paštas", + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { - "LABEL": "Password", - "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "LABEL": "Slaptažodis", + "PLACEHOLDER": "Slaptažodis", + "ERROR": "Slaptažodis yra pertrumpas.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Patvirtinti slaptažodį", + "PLACEHOLDER": "Patvirtinti slaptažodį", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, - "SUBMIT": "Create account", - "HAVE_AN_ACCOUNT": "Already have an account?" + "SUBMIT": "Sukurti paskyrą", + "HAVE_AN_ACCOUNT": "Jau turi prisijungimo paskyrą?" } } diff --git a/app/javascript/dashboard/i18n/locale/lt/teamsSettings.json b/app/javascript/dashboard/i18n/locale/lt/teamsSettings.json index f9ecaaaae..e078283a1 100644 --- a/app/javascript/dashboard/i18n/locale/lt/teamsSettings.json +++ b/app/javascript/dashboard/i18n/locale/lt/teamsSettings.json @@ -19,7 +19,7 @@ }, "WIZARD": [ { - "title": "Create", + "title": "Sukurti", "route": "settings_teams_new", "body": "Create a new team of agents." }, @@ -29,7 +29,7 @@ "body": "Add agents to the team." }, { - "title": "Finish", + "title": "Pabaigti", "route": "settings_teams_finish", "body": "You are all set to go!" } @@ -58,7 +58,7 @@ "body": "Edit agents in your team." }, { - "title": "Finish", + "title": "Pabaigti", "route": "settings_teams_edit_finish", "body": "You are all set to go!" } @@ -68,19 +68,19 @@ "ERROR_MESSAGE": "Couldn't save the team details. Try again." }, "AGENTS": { - "AGENT": "AGENT", - "EMAIL": "EMAIL", + "AGENT": "Agentas", + "EMAIL": "El. paštas", "BUTTON_TEXT": "Add agents", "ADD_AGENTS": "Adding Agents to your Team...", - "SELECT": "select", - "SELECT_ALL": "select all agents", + "SELECT": "pasirinkti", + "SELECT_ALL": "pasirinkti visus agentus", "SELECTED_COUNT": "%{selected} out of %{total} agents selected." }, "ADD": { "TITLE": "Add agents to team - %{teamName}", "DESC": "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation.", - "SELECT": "select", - "SELECT_ALL": "select all agents", + "SELECT": "pasirinkti", + "SELECT_ALL": "pasirinkti visus agentus", "SELECTED_COUNT": "%{selected} out of %{total} agents selected.", "BUTTON_TEXT": "Add agents", "AGENT_VALIDATION_ERROR": "Select at least one agent." @@ -88,10 +88,10 @@ "FINISH": { "TITLE": "Your team is ready!", "MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ", - "BUTTON_TEXT": "Finish" + "BUTTON_TEXT": "Pabaigti" }, "DELETE": { - "BUTTON_TEXT": "Delete", + "BUTTON_TEXT": "Ištrinti", "API": { "SUCCESS_MESSAGE": "Team deleted successfully.", "ERROR_MESSAGE": "Couldn't delete the team. Try again." @@ -100,8 +100,8 @@ "TITLE": "Are you sure want to delete - %{teamName}", "PLACE_HOLDER": "Please type {teamName} to confirm", "MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.", - "YES": "Delete ", - "NO": "Cancel" + "YES": "Ištrinti ", + "NO": "Atšaukti" } }, "SETTINGS": "Settings", diff --git a/app/javascript/dashboard/i18n/locale/lt/whatsappTemplates.json b/app/javascript/dashboard/i18n/locale/lt/whatsappTemplates.json index bbcf28156..3d21331a3 100644 --- a/app/javascript/dashboard/i18n/locale/lt/whatsappTemplates.json +++ b/app/javascript/dashboard/i18n/locale/lt/whatsappTemplates.json @@ -9,15 +9,15 @@ "SEARCH_PLACEHOLDER": "Search Templates", "NO_TEMPLATES_FOUND": "No templates found for", "LABELS": { - "LANGUAGE": "Language", + "LANGUAGE": "Kalba", "TEMPLATE_BODY": "Template Body", - "CATEGORY": "Category" + "CATEGORY": "Kategorija" } }, "PARSER": { - "VARIABLES_LABEL": "Variables", + "VARIABLES_LABEL": "Kintamieji", "VARIABLE_PLACEHOLDER": "Enter %{variable} value", - "GO_BACK_LABEL": "Go Back", + "GO_BACK_LABEL": "Grįžti", "SEND_MESSAGE_LABEL": "Send Message", "FORM_ERROR_MESSAGE": "Please fill all variables before sending" } diff --git a/app/javascript/dashboard/i18n/locale/lv/advancedFilters.json b/app/javascript/dashboard/i18n/locale/lv/advancedFilters.json index c4a98db3d..85651666b 100644 --- a/app/javascript/dashboard/i18n/locale/lv/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/lv/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Kampaņas Nosaukums", "LABELS": "Etiķetes", "BROWSER_LANGUAGE": "Pārlūkprogrammas Valoda", + "PRIORITY": "Prioritāte", "COUNTRY_NAME": "Valsts Nosaukums", "REFERER_LINK": "Atsauces saite", "CUSTOM_ATTRIBUTE_LIST": "Saraksts", diff --git a/app/javascript/dashboard/i18n/locale/lv/agentMgmt.json b/app/javascript/dashboard/i18n/locale/lv/agentMgmt.json index 125b72ff7..f8418bfbf 100644 --- a/app/javascript/dashboard/i18n/locale/lv/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lv/agentMgmt.json @@ -76,8 +76,8 @@ }, "AGENT_AVAILABILITY": { "LABEL": "Pieejamība", - "PLACEHOLDER": "Please select an availability status", - "ERROR": "Availability is required" + "PLACEHOLDER": "Lūdzu, izvēlieties pieejamības statusu", + "ERROR": "Nepieciešama pieejamība" }, "SUBMIT": "Rediģēt Aģentu" }, @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Meklēt aģentus", - "TEAM": "Meklēt komandas" + "TEAM": "Meklēt komandas", + "INPUT": "Meklēt aģentus" } } } diff --git a/app/javascript/dashboard/i18n/locale/lv/contact.json b/app/javascript/dashboard/i18n/locale/lv/contact.json index 5940a1f88..e940054ac 100644 --- a/app/javascript/dashboard/i18n/locale/lv/contact.json +++ b/app/javascript/dashboard/i18n/locale/lv/contact.json @@ -120,9 +120,9 @@ "PHONE_NUMBER": { "PLACEHOLDER": "Ievadiet kontaktpersonas tālruņa numuru", "LABEL": "Telefona numurs", - "HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]. You can select the dial code from the dropdown.", + "HELP": "Tālruņa numuram ir jābūt E.164 formātā, piemēram: +1415555555 [+][valsts kods][apgabala kods][vietējais tālruņa numurs]. Nolaižamajā izvēlnē varat izvēlēties numura sastādīšanas kodu.", "ERROR": "Tālruņa numuram ir jābūt tukšam, vai E.164 formātā", - "DIAL_CODE_ERROR": "Please select a dial code from the list", + "DIAL_CODE_ERROR": "Lūdzu, izvēlieties sastādīšanas kodu no saraksta", "DUPLICATE": "Šis tālruņa numurs tiek izmantots citai kontaktpersonai." }, "LOCATION": { @@ -134,15 +134,15 @@ "LABEL": "Uzņēmuma Nosaukums" }, "COUNTRY": { - "PLACEHOLDER": "Enter the country name", + "PLACEHOLDER": "Ievadiet valsts nosaukumu", "LABEL": "Valsts Nosaukums", "SELECT_PLACEHOLDER": "Izvēlieties", "REMOVE": "Noņemt", - "SELECT_COUNTRY": "Select Country" + "SELECT_COUNTRY": "Izvēlies valsti" }, "CITY": { - "PLACEHOLDER": "Enter the city name", - "LABEL": "City Name" + "PLACEHOLDER": "Ievadiet pilsētas nosaukumu", + "LABEL": "Pilsētas nosaukums" }, "SOCIAL_PROFILES": { "FACEBOOK": { @@ -182,8 +182,8 @@ "LABEL": "Kam" }, "INBOX": { - "LABEL": "Via Inbox", - "PLACEHOLDER": "Choose source inbox", + "LABEL": "Izmantojot iesūtni", + "PLACEHOLDER": "Izvēlieties avota iesūtni", "ERROR": "Izvēlieties iesūtni" }, "SUBJECT": { diff --git a/app/javascript/dashboard/i18n/locale/lv/conversation.json b/app/javascript/dashboard/i18n/locale/lv/conversation.json index 842a66dcd..7be501344 100644 --- a/app/javascript/dashboard/i18n/locale/lv/conversation.json +++ b/app/javascript/dashboard/i18n/locale/lv/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Nezināms Fails", "SAVE_CONTACT": "Saglabāt", "UPLOADING_ATTACHMENTS": "Notiek pielikumu augšupielāde...", + "REPLIED_TO_STORY": "Atbildēja uz Jūsu stāstu", "SUCCESS_DELETE_MESSAGE": "Ziņojums veiksmīgi izdzēsts", "FAIL_DELETE_MESSSAGE": "Nevarēja izdzēst ziņojumu! Mēģiniet vēlreiz", "NO_RESPONSE": "Nav atbildes", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Nākamā nedēļa" } }, + "PRIORITY": { + "TITLE": "Prioritāte", + "OPTIONS": { + "NONE": "Nav", + "URGENT": "Steidzama", + "HIGH": "Augsta", + "MEDIUM": "Vidēja", + "LOW": "Zema" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Nav", + "INPUT_PLACEHOLDER": "Izvēlieties prioritāti", + "NO_RESULTS": "Nav atrasts", + "SUCCESSFUL": "Sarunas Id %{conversationId} prioritāte nomainīta uz %{priority}", + "FAILED": "Nevarēja nomainīt prioritāti. Lūdzu, mēģiniet vēlreiz." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Atzīmēt kā neapstiprinātu", "RESOLVED": "Atzīmēt kā atrisinātu", diff --git a/app/javascript/dashboard/i18n/locale/lv/generalSettings.json b/app/javascript/dashboard/i18n/locale/lv/generalSettings.json index a51724d61..2ad6c8f73 100644 --- a/app/javascript/dashboard/i18n/locale/lv/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/lv/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Pārskati", "CONVERSATION": "Saruna", "CHANGE_ASSIGNEE": "Mainīt Pilnvaroto", + "CHANGE_PRIORITY": "Mainīt prioritāti", "CHANGE_TEAM": "Mainīt Komandu", "ADD_LABEL": "Pievienot sarunai etiķeti", "REMOVE_LABEL": "Noņemt etiķeti no sarunas", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Doties uz Paziņojumiem", "ADD_LABELS_TO_CONVERSATION": "Pievienot sarunai etiķeti", "ASSIGN_AN_AGENT": "Piešķirt aģentu", + "ASSIGN_PRIORITY": "Piešķirt prioritāti", "ASSIGN_A_TEAM": "Piešķirt komandu", "MUTE_CONVERSATION": "Izslēgt sarunu", "UNMUTE_CONVERSATION": "Ieslēgt sarunu", diff --git a/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json index 12c76e68f..6c2802644 100644 --- a/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "Šis marķieris tiek izmantots, lai pārbaudītu webhook endpoint autentiskumu.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Atjaunināt pirms-tērzēšanas veidlapas iestatījumus" }, + "HELP_CENTER": { + "LABEL": "Palīdzības centrs", + "PLACEHOLDER": "Izvēlēties Palīdzības Centru", + "SELECT_PLACEHOLDER": "Izvēlēties Palīdzības Centru", + "REMOVE": "Noņemt Palīdzības Centru", + "SUB_TEXT": "Pievienot Palīdzības Centru ar iesūtni" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Automātiskās piešķiršanas ierobežojums", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Lūdzu, ievadiet vērtību, kas ir lielāka par 0", diff --git a/app/javascript/dashboard/i18n/locale/lv/integrations.json b/app/javascript/dashboard/i18n/locale/lv/integrations.json index ebc03b297..b8bc345e4 100644 --- a/app/javascript/dashboard/i18n/locale/lv/integrations.json +++ b/app/javascript/dashboard/i18n/locale/lv/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "Pievienojoties zvanam, radās kļūda. Lūdzu, mēģiniet vēlreiz", "CREATE_ERROR": "Veidojot sapulces saiti, radās kļūda. Lūdzu, mēģiniet vēlreiz" }, + "OPEN_AI": { + "TITLE": "Uzlabot ar AI", + "SUBTITLE": "Izmantojot AI, tiks ģenerēta uzlabota atbilde, pamatojoties uz jūsu pašreizējo melnrakstu.", + "TONE": { + "TITLE": "Tonis", + "OPTIONS": { + "PROFESSIONAL": "Profesionāls", + "FRIENDLY": "Draudzīgs" + } + }, + "BUTTONS": { + "GENERATE": "Ģenerēt", + "GENERATING": "Notiek ģenerēšana...", + "CANCEL": "Atcelt" + }, + "GENERATE_ERROR": "Apstrādājot saturu, radās kļūda. Lūdzu, mēģiniet vēlreiz" + }, "DELETE": { "BUTTON_TEXT": "Dzēst", "API": { diff --git a/app/javascript/dashboard/i18n/locale/lv/login.json b/app/javascript/dashboard/i18n/locale/lv/login.json index 7cc74c8a0..a1ddf8695 100644 --- a/app/javascript/dashboard/i18n/locale/lv/login.json +++ b/app/javascript/dashboard/i18n/locale/lv/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "E-pasts", - "PLACEHOLDER": "E-pasts, piemēram: kāds@piemērs.com" + "PLACEHOLDER": "piemers@firmasnosaukums.com" }, "PASSWORD": { "LABEL": "Parole", "PLACEHOLDER": "Parole" }, "API": { - "SUCCESS_MESSAGE": "Pierakstīšanās Veiksmīga", - "ERROR_MESSAGE": "Nevar izveidot savienojumu ar Woot serveri. Lūdzu, vēlāk pamēģiniet vēlreiz", - "UNAUTH": "Nepareizs lietotājvārds/parole. Lūdzu mēģiniet vēlreiz" + "SUCCESS_MESSAGE": "Pieteikšanās veiksmīga", + "ERROR_MESSAGE": "Nevarēja izveidot savienojumu ar Woot serveri. Lūdzu mēģiniet vēlreiz.", + "UNAUTH": "Lietotājvārds vai parole ir nepareiza. Lūdzu mēģiniet vēlreiz." }, "OAUTH": { "GOOGLE_LOGIN": "Pieslēgties, izmantojot Google", diff --git a/app/javascript/dashboard/i18n/locale/lv/resetPassword.json b/app/javascript/dashboard/i18n/locale/lv/resetPassword.json index 4cca9bc79..f0de54f05 100644 --- a/app/javascript/dashboard/i18n/locale/lv/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/lv/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Atiestatīt Paroli", + "TITLE": "Atiestatīt paroli", "EMAIL": { "LABEL": "E-pasts", - "PLACEHOLDER": "Lūdzu, ievadiet savu e-pastu", - "ERROR": "Lūdzu, ievadiet derīgu e-pasta adresi" + "PLACEHOLDER": "Lūdzu, ievadiet savu e-pastu.", + "ERROR": "Lūdzu, ievadiet derīgu e-pasta adresi." }, "API": { - "SUCCESS_MESSAGE": "Paroles atiestatīšanas saite ir nosūtīta uz jūsu e-pastu", - "ERROR_MESSAGE": "Nevar izveidot savienojumu ar Woot serveri. Lūdzu, vēlāk pamēģiniet vēlreiz" + "SUCCESS_MESSAGE": "Paroles atiestatīšanas saite ir nosūtīta uz jūsu e-pastu.", + "ERROR_MESSAGE": "Nevarēja izveidot savienojumu ar Woot serveri. Lūdzu mēģiniet vēlreiz." }, "SUBMIT": "Iesniegt" } diff --git a/app/javascript/dashboard/i18n/locale/lv/search.json b/app/javascript/dashboard/i18n/locale/lv/search.json index 8bd65d985..8583c3318 100644 --- a/app/javascript/dashboard/i18n/locale/lv/search.json +++ b/app/javascript/dashboard/i18n/locale/lv/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "Vaicājumam '%{query}' nav atrasts neviens %{item} vienums", "EMPTY_STATE_FULL": "Vaicājumam '%{query}' nav atrasts neviens rezultāts", "PLACEHOLDER_KEYBINDING": "/ fokusēt", - "INPUT_PLACEHOLDER": "Meklēt ziņas, kontaktpersonas vai sarunas", - "EMPTY_STATE_DEFAULT": "Lai iegūtu labākus meklēšanas rezultātus, meklējiet pēc sarunas Id, e-pasta, tālruņa numura vai ziņām.", + "INPUT_PLACEHOLDER": "Ievadiet 3, vai vairāk, rakstzīmes, lai meklētu", + "EMPTY_STATE_DEFAULT": "Lai iegūtu labākus meklēšanas rezultātus, meklējiet pēc sarunas Id, e-pasta, tālruņa numura vai ziņām. ", "BOT_LABEL": "Bot", "READ_MORE": "Lasīt vairāk", "WROTE": "rakstīja:" diff --git a/app/javascript/dashboard/i18n/locale/lv/setNewPassword.json b/app/javascript/dashboard/i18n/locale/lv/setNewPassword.json index 4da6b70c3..1001e99e3 100644 --- a/app/javascript/dashboard/i18n/locale/lv/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/lv/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Iestatiet Jaunu Paroli", + "TITLE": "Ievadiet jauno paroli", "PASSWORD": { "LABEL": "Parole", "PLACEHOLDER": "Parole", - "ERROR": "Parole ir pārāk īsa" + "ERROR": "Parole ir pārāk īsa." }, "CONFIRM_PASSWORD": { - "LABEL": "Apstipriniet Paroli", + "LABEL": "Apstipriniet paroli", "PLACEHOLDER": "Apstipriniet Paroli", - "ERROR": "Paroles nesakrīt" + "ERROR": "Paroles nesakrīt." }, "API": { - "SUCCESS_MESSAGE": "Parole ir veiksmīgi nomainīta", - "ERROR_MESSAGE": "Nevar izveidot savienojumu ar Woot serveri. Lūdzu, vēlāk pamēģiniet vēlreiz" + "SUCCESS_MESSAGE": "Parole ir veiksmīgi nomainīta.", + "ERROR_MESSAGE": "Nevarēja izveidot savienojumu ar Woot serveri. Lūdzu mēģiniet vēlreiz." }, "CAPTCHA": { "ERROR": "Verifikācijas derīguma termiņš ir beidzies. Lūdzu, vēlreiz atrisiniet captcha." diff --git a/app/javascript/dashboard/i18n/locale/lv/settings.json b/app/javascript/dashboard/i18n/locale/lv/settings.json index f1a0441c0..04c4196e3 100644 --- a/app/javascript/dashboard/i18n/locale/lv/settings.json +++ b/app/javascript/dashboard/i18n/locale/lv/settings.json @@ -164,7 +164,7 @@ "COMPONENTS": { "CODE": { "BUTTON_TEXT": "Kopēt", - "CODEPEN": "Open in CodePen", + "CODEPEN": "Atvērt programmā CodePen", "COPY_SUCCESSFUL": "Kopēts starpliktuvē" }, "SHOW_MORE_BLOCK": { diff --git a/app/javascript/dashboard/i18n/locale/lv/signup.json b/app/javascript/dashboard/i18n/locale/lv/signup.json index 0f8bebdc2..b3ff56d4b 100644 --- a/app/javascript/dashboard/i18n/locale/lv/signup.json +++ b/app/javascript/dashboard/i18n/locale/lv/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Uzņēmuma nosaukums", - "PLACEHOLDER": "Ievadiet sava uzņēmuma nosaukumu. Piemēram: Wayne Enterprises", - "ERROR": "Uzņēmuma nosaukums ir pārāk īss" + "PLACEHOLDER": "Ievadiet sava uzņēmuma nosaukumu. Piemēram, Wayne Enterprises", + "ERROR": "Uzņēmuma nosaukums ir pārāk īss." }, "FULL_NAME": { "LABEL": "Pilnais vārds", - "PLACEHOLDER": "Ievadiet savu pilno vārdu. Piemēram: Bruce Wayne", - "ERROR": "Pilnais vārds ir pārāk īss" + "PLACEHOLDER": "Ievadiet savu pilno vārdu. Piemēram, Brūss Veins", + "ERROR": "Pilnais vārds ir pārāk īss." }, "EMAIL": { "LABEL": "Darba e-pasts", - "PLACEHOLDER": "Ievadiet savu darba e-pasta adresi. Piemēram: bruce@wayne.enterprises", - "ERROR": "Lūdzu, ievadiet derīgu darba e-pasta adresi" + "PLACEHOLDER": "Ievadiet savu darba e-pasta adresi. Piemēram, bruce@wayne.enterprises", + "ERROR": "Lūdzu, ievadiet derīgu darba e-pasta adresi." }, "PASSWORD": { "LABEL": "Parole", "PLACEHOLDER": "Parole", - "ERROR": "Parole ir pārāk īsa", - "IS_INVALID_PASSWORD": "Parolei ir jāsatur vismaz 1 lielais burts, 1 mazais burts, 1 cipars un 1 speciālā rakstzīme" + "ERROR": "Parole ir pārāk īsa.", + "IS_INVALID_PASSWORD": "Parolei ir jāsatur vismaz 1 lielais burts, 1 mazais burts, 1 cipars un 1 speciālā rakstzīme." }, "CONFIRM_PASSWORD": { - "LABEL": "Apstipriniet Paroli", - "PLACEHOLDER": "Apstipriniet Paroli", - "ERROR": "Parole nesakrīt" + "LABEL": "Apstipriniet paroli", + "PLACEHOLDER": "Apstipriniet paroli", + "ERROR": "Parole nesakrīt." }, "API": { "SUCCESS_MESSAGE": "Reģistrācija sekmīga", - "ERROR_MESSAGE": "Nevar izveidot savienojumu ar Woot serveri. Lūdzu, vēlāk pamēģiniet vēlreiz" + "ERROR_MESSAGE": "Nevarēja izveidot savienojumu ar Woot serveri. Lūdzu mēģiniet vēlreiz." }, "SUBMIT": "Izveidot kontu", "HAVE_AN_ACCOUNT": "Jau ir konts?" diff --git a/app/javascript/dashboard/i18n/locale/ml/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ml/advancedFilters.json index bf0899346..1809dc783 100644 --- a/app/javascript/dashboard/i18n/locale/ml/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ml/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "പ്രചാരണ നാമം", "LABELS": "ലേബലുകൾ", "BROWSER_LANGUAGE": "ബ്രൗസറിന്റെ ഭാഷ", + "PRIORITY": "Priority", "COUNTRY_NAME": "രാജ്യത്തിന്റെ പേര്", "REFERER_LINK": "റഫറർ ലിങ്ക്", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/ml/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ml/agentMgmt.json index fe7c43ad4..32825a222 100644 --- a/app/javascript/dashboard/i18n/locale/ml/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "ഏജന്റുകളെ തിരയുക", - "TEAM": "ടീമുകളെ തിരയുക" + "TEAM": "ടീമുകളെ തിരയുക", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ml/conversation.json b/app/javascript/dashboard/i18n/locale/ml/conversation.json index fc65b17ec..87cf27680 100644 --- a/app/javascript/dashboard/i18n/locale/ml/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ml/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "ഒന്നുമില്ല", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "ഒന്നുമില്ല", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "ഒരു ഫലവും കണ്ടെത്താനായില്ല", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/ml/generalSettings.json b/app/javascript/dashboard/i18n/locale/ml/generalSettings.json index d34d43ecb..17d841f4f 100644 --- a/app/javascript/dashboard/i18n/locale/ml/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ml/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "റിപ്പോർട്ടുകൾ", "CONVERSATION": "സംഭാഷണം", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json index 62ecc1bb0..c4559f31d 100644 --- a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ml/integrations.json b/app/javascript/dashboard/i18n/locale/ml/integrations.json index 99e0ccc5d..cf446a476 100644 --- a/app/javascript/dashboard/i18n/locale/ml/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ml/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "റദ്ദാക്കുക" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "ഇല്ലാതാക്കുക", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ml/login.json b/app/javascript/dashboard/i18n/locale/ml/login.json index 820979587..731a80c6e 100644 --- a/app/javascript/dashboard/i18n/locale/ml/login.json +++ b/app/javascript/dashboard/i18n/locale/ml/login.json @@ -3,16 +3,16 @@ "TITLE": "ചാറ്റ് വൂട്ടിലേക്ക് ലോഗിൻ ചെയ്യുക", "EMAIL": { "LABEL": "ഇമെയിൽ", - "PLACEHOLDER": "ഇമെയിൽ ഉദാ: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "പാസ്‌വേഡ്", "PLACEHOLDER": "പാസ്‌വേഡ്" }, "API": { - "SUCCESS_MESSAGE": "ലോഗിൻ വിജയകരം", - "ERROR_MESSAGE": "വൂട്ട് സെർവറിലേക്ക് കണക്റ്റു ചെയ്യാനായില്ല, ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക", - "UNAUTH": "ഉപയോക്തൃനാമം / പാസ്‌വേഡ് തെറ്റാണ്. ദയവായി വീണ്ടും ശ്രമിക്കുക" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ml/resetPassword.json b/app/javascript/dashboard/i18n/locale/ml/resetPassword.json index 66b59eec0..382cc8bcd 100644 --- a/app/javascript/dashboard/i18n/locale/ml/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ml/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "പാസ്‌വേഡ് പുനഃസജീകരിക്കുക", + "TITLE": "പാസ്‌വേഡ് പുനഃസജ്ജമാക്കുക", "EMAIL": { "LABEL": "ഇമെയിൽ", - "PLACEHOLDER": "ദയവായി നിങ്ങളുടെ ഇമെയിൽ നൽകുക", - "ERROR": "ദയവായി സാധുവായ ഒരു ഇമെയിൽ നൽകുക" + "PLACEHOLDER": "ദയവായി നിങ്ങളുടെ ഇമെയിൽ നൽകുക.", + "ERROR": "ദയവായി സാധുവായ ഒരു ഇമെയിൽ നൽകുക." }, "API": { - "SUCCESS_MESSAGE": "പാസ്‌വേഡ് പുനഃസജ്ജീകരണ ലിങ്ക് നിങ്ങളുടെ ഇമെയിലിലേക്ക് അയച്ചു", - "ERROR_MESSAGE": "വൂട്ട് സെർവറിലേക്ക് കണക്റ്റുചെയ്യാനായില്ല, ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക" + "SUCCESS_MESSAGE": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "സമർപ്പിക്കുക" } diff --git a/app/javascript/dashboard/i18n/locale/ml/search.json b/app/javascript/dashboard/i18n/locale/ml/search.json index 86dfcafd6..8c651dfab 100644 --- a/app/javascript/dashboard/i18n/locale/ml/search.json +++ b/app/javascript/dashboard/i18n/locale/ml/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "ബോട്ട്", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ml/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ml/setNewPassword.json index 3a852f0d5..312a7a4df 100644 --- a/app/javascript/dashboard/i18n/locale/ml/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ml/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "പുതിയ പാസ്‌വേഡ് സജ്ജമാക്കുക", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "പാസ്‌വേഡ്", "PLACEHOLDER": "പാസ്‌വേഡ്", - "ERROR": "പാസ്‌വേഡ് വളരെ ചെറുതാണ്" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "പാസ്‌വേഡ് സ്ഥിരീകരിക്കുക", + "LABEL": "Confirm password", "PLACEHOLDER": "പാസ്‌വേഡ് സ്ഥിരീകരിക്കുക", - "ERROR": "പാസ്‌വേഡുകൾ പൊരുത്തപ്പെടുന്നില്ല" + "ERROR": "പാസ്‌വേഡുകൾ പൊരുത്തപ്പെടുന്നില്ല." }, "API": { - "SUCCESS_MESSAGE": "പാസ്‌വേഡ് വിജയകരമായി മാറ്റി", - "ERROR_MESSAGE": "സെർവറിലേക്ക് കണക്റ്റുചെയ്യാനായില്ല, ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ml/signup.json b/app/javascript/dashboard/i18n/locale/ml/signup.json index e4d2ef6b7..ed67990ba 100644 --- a/app/javascript/dashboard/i18n/locale/ml/signup.json +++ b/app/javascript/dashboard/i18n/locale/ml/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "പാസ്‌വേഡ്", "PLACEHOLDER": "പാസ്‌വേഡ്", - "ERROR": "പാസ്‌വേഡ് വളരെ ചെറുതാണ്", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "പാസ്‌വേഡ് സ്ഥിരീകരിക്കുക", - "PLACEHOLDER": "പാസ്‌വേഡ് സ്ഥിരീകരിക്കുക", - "ERROR": "പാസ്‌വേഡുകൾ പൊരുത്തപ്പെടുന്നില്ല" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "പാസ്‌വേഡുകൾ പൊരുത്തപ്പെടുന്നില്ല." }, "API": { "SUCCESS_MESSAGE": "രജിസ്ട്രേഷൻ വിജയകരമാണ്", - "ERROR_MESSAGE": "സെർവറിലേക്ക് കണക്റ്റുചെയ്യാനായില്ല, ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/ms/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ms/advancedFilters.json index c064b75f5..05f3cfee3 100644 --- a/app/javascript/dashboard/i18n/locale/ms/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ms/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Nama Kempen", "LABELS": "Label", "BROWSER_LANGUAGE": "Bahasa Pelayar", + "PRIORITY": "Priority", "COUNTRY_NAME": "Nama Negara", "REFERER_LINK": "Perujuk pautan", "CUSTOM_ATTRIBUTE_LIST": "Senarai", diff --git a/app/javascript/dashboard/i18n/locale/ms/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ms/agentMgmt.json index 31e811ea5..eb331f5f5 100644 --- a/app/javascript/dashboard/i18n/locale/ms/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ms/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Cari ejen", - "TEAM": "Cari pasukan" + "TEAM": "Cari pasukan", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ms/conversation.json b/app/javascript/dashboard/i18n/locale/ms/conversation.json index 912511803..806957e16 100644 --- a/app/javascript/dashboard/i18n/locale/ms/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ms/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Tiada", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Tiada", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Tiada dijumpa", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/ms/generalSettings.json b/app/javascript/dashboard/i18n/locale/ms/generalSettings.json index 8b2f2017d..25178ae29 100644 --- a/app/javascript/dashboard/i18n/locale/ms/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ms/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json index 7071700cf..776253f1e 100644 --- a/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ms/integrations.json b/app/javascript/dashboard/i18n/locale/ms/integrations.json index c5728e00a..537720e15 100644 --- a/app/javascript/dashboard/i18n/locale/ms/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ms/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Batalkan" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Padamkan", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ms/login.json b/app/javascript/dashboard/i18n/locale/ms/login.json index ca8d181b9..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/ms/login.json +++ b/app/javascript/dashboard/i18n/locale/ms/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "API": { - "SUCCESS_MESSAGE": "Login Successful", - "ERROR_MESSAGE": "Masalah untuk hubungi Woot Server, Sila cuba sebentar lagi", - "UNAUTH": "Username / Password Incorrect. Please try again" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ms/resetPassword.json b/app/javascript/dashboard/i18n/locale/ms/resetPassword.json index b930d6e33..37aa1860a 100644 --- a/app/javascript/dashboard/i18n/locale/ms/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ms/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reset kata laluan", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "API": { - "SUCCESS_MESSAGE": "Password reset link has been sent to your email", - "ERROR_MESSAGE": "Masalah untuk hubungi Woot Server, Sila cuba sebentar lagi" + "SUCCESS_MESSAGE": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Submit" } diff --git a/app/javascript/dashboard/i18n/locale/ms/search.json b/app/javascript/dashboard/i18n/locale/ms/search.json index 418572c0c..9044bf5f9 100644 --- a/app/javascript/dashboard/i18n/locale/ms/search.json +++ b/app/javascript/dashboard/i18n/locale/ms/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ms/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ms/setNewPassword.json index 9781b25c0..4908dad02 100644 --- a/app/javascript/dashboard/i18n/locale/ms/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ms/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Masalah untuk hubungi Woot Server, Sila cuba sebentar lagi" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ms/signup.json b/app/javascript/dashboard/i18n/locale/ms/signup.json index dafa02ebc..1ad4865ff 100644 --- a/app/javascript/dashboard/i18n/locale/ms/signup.json +++ b/app/javascript/dashboard/i18n/locale/ms/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Masalah untuk hubungi Woot Server, Sila cuba sebentar lagi" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/ne/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ne/advancedFilters.json index a32c1bd9d..361c0c8ae 100644 --- a/app/javascript/dashboard/i18n/locale/ne/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ne/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/ne/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ne/agentMgmt.json index b44e74542..b563de61f 100644 --- a/app/javascript/dashboard/i18n/locale/ne/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ne/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ne/conversation.json b/app/javascript/dashboard/i18n/locale/ne/conversation.json index b1519d4e2..e4eb4e5dd 100644 --- a/app/javascript/dashboard/i18n/locale/ne/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ne/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/ne/generalSettings.json b/app/javascript/dashboard/i18n/locale/ne/generalSettings.json index 367b35b1c..7ed6d8925 100644 --- a/app/javascript/dashboard/i18n/locale/ne/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ne/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json index 726687bff..db5a83f7f 100644 --- a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ne/integrations.json b/app/javascript/dashboard/i18n/locale/ne/integrations.json index 3a6591d09..74b7ad047 100644 --- a/app/javascript/dashboard/i18n/locale/ne/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ne/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Cancel" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Delete", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ne/login.json b/app/javascript/dashboard/i18n/locale/ne/login.json index 25c956a81..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/ne/login.json +++ b/app/javascript/dashboard/i18n/locale/ne/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "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": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ne/resetPassword.json b/app/javascript/dashboard/i18n/locale/ne/resetPassword.json index 8024cad1c..9a8c1fadf 100644 --- a/app/javascript/dashboard/i18n/locale/ne/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ne/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reset Password", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "कृपया तपाईंको ईमेल दिनुहोस्", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "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": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "बुझाउनुहोस्" } diff --git a/app/javascript/dashboard/i18n/locale/ne/search.json b/app/javascript/dashboard/i18n/locale/ne/search.json index 418572c0c..9044bf5f9 100644 --- a/app/javascript/dashboard/i18n/locale/ne/search.json +++ b/app/javascript/dashboard/i18n/locale/ne/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ne/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ne/setNewPassword.json index ecb3303c2..9144cf364 100644 --- a/app/javascript/dashboard/i18n/locale/ne/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ne/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ne/signup.json b/app/javascript/dashboard/i18n/locale/ne/signup.json index 10ddc5b86..1ad4865ff 100644 --- a/app/javascript/dashboard/i18n/locale/ne/signup.json +++ b/app/javascript/dashboard/i18n/locale/ne/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/nl/advancedFilters.json b/app/javascript/dashboard/i18n/locale/nl/advancedFilters.json index a765fd026..9482bce5c 100644 --- a/app/javascript/dashboard/i18n/locale/nl/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/nl/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campagne Naam", "LABELS": "Labelen", "BROWSER_LANGUAGE": "Browser Taal", + "PRIORITY": "Priority", "COUNTRY_NAME": "Land Naam", "REFERER_LINK": "Verwijzende link", "CUSTOM_ATTRIBUTE_LIST": "Lijst", diff --git a/app/javascript/dashboard/i18n/locale/nl/agentMgmt.json b/app/javascript/dashboard/i18n/locale/nl/agentMgmt.json index f2ca70cb1..b70e6fcf8 100644 --- a/app/javascript/dashboard/i18n/locale/nl/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Zoek agenten", - "TEAM": "Teams zoeken" + "TEAM": "Teams zoeken", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/nl/conversation.json b/app/javascript/dashboard/i18n/locale/nl/conversation.json index 4cc12d255..6df5e2c49 100644 --- a/app/javascript/dashboard/i18n/locale/nl/conversation.json +++ b/app/javascript/dashboard/i18n/locale/nl/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Geen", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Geen", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Geen resultaten gevonden", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/nl/generalSettings.json b/app/javascript/dashboard/i18n/locale/nl/generalSettings.json index 8234ceee9..d0aee6bdb 100644 --- a/app/javascript/dashboard/i18n/locale/nl/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/nl/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Rapporten", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json index bd9715b71..0eafafb15 100644 --- a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/nl/integrations.json b/app/javascript/dashboard/i18n/locale/nl/integrations.json index 7545c6f5f..c1c63eb04 100644 --- a/app/javascript/dashboard/i18n/locale/nl/integrations.json +++ b/app/javascript/dashboard/i18n/locale/nl/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Annuleren" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Verwijderen", "API": { diff --git a/app/javascript/dashboard/i18n/locale/nl/login.json b/app/javascript/dashboard/i18n/locale/nl/login.json index 2df202817..272c3e5ce 100644 --- a/app/javascript/dashboard/i18n/locale/nl/login.json +++ b/app/javascript/dashboard/i18n/locale/nl/login.json @@ -3,16 +3,16 @@ "TITLE": "Inloggen bij Chatwoot", "EMAIL": { "LABEL": "E-mailadres", - "PLACEHOLDER": "E-mail bijvoorbeeld: iemone@voorbeeld.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Wachtwoord", "PLACEHOLDER": "Wachtwoord" }, "API": { - "SUCCESS_MESSAGE": "Inloggen geslaagd", - "ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw", - "UNAUTH": "Gebruikersnaam/wachtwoord onjuist. Probeer het opnieuw\n" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/nl/resetPassword.json b/app/javascript/dashboard/i18n/locale/nl/resetPassword.json index 0f0a063cc..6f9004456 100644 --- a/app/javascript/dashboard/i18n/locale/nl/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/nl/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "Wachtwoord opnieuw instellen", "EMAIL": { "LABEL": "E-mailadres", - "PLACEHOLDER": "Voer uw e-mailadres in", - "ERROR": "Voer een geldig e-mailadres in" + "PLACEHOLDER": "Voer uw e-mailadres in.", + "ERROR": "Voer een geldig e-mailadres in." }, "API": { - "SUCCESS_MESSAGE": "Wachtwoord reset link is verstuurd naar uw e-mail", - "ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw" + "SUCCESS_MESSAGE": "Wachtwoord reset link is verstuurd naar uw e-mail.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Bevestigen" } diff --git a/app/javascript/dashboard/i18n/locale/nl/search.json b/app/javascript/dashboard/i18n/locale/nl/search.json index 595cf3de3..504227272 100644 --- a/app/javascript/dashboard/i18n/locale/nl/search.json +++ b/app/javascript/dashboard/i18n/locale/nl/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/nl/setNewPassword.json b/app/javascript/dashboard/i18n/locale/nl/setNewPassword.json index 8fe328f4d..b1356d5bd 100644 --- a/app/javascript/dashboard/i18n/locale/nl/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/nl/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Nieuw wachtwoord instellen", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Wachtwoord", "PLACEHOLDER": "Wachtwoord", - "ERROR": "Wachtwoord is te kort" + "ERROR": "Wachtwoord is te kort." }, "CONFIRM_PASSWORD": { - "LABEL": "Bevestig wachtwoord", + "LABEL": "Confirm password", "PLACEHOLDER": "Bevestig wachtwoord", - "ERROR": "Wachtwoorden komen niet overeen" + "ERROR": "Wachtwoorden komen niet overeen." }, "API": { - "SUCCESS_MESSAGE": "Wachtwoord succesvol veranderd", - "ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw" + "SUCCESS_MESSAGE": "Wachtwoord succesvol veranderd.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verificatie verlopen. Los de captcha opnieuw op." diff --git a/app/javascript/dashboard/i18n/locale/nl/signup.json b/app/javascript/dashboard/i18n/locale/nl/signup.json index 7258af4b3..5d1f41be1 100644 --- a/app/javascript/dashboard/i18n/locale/nl/signup.json +++ b/app/javascript/dashboard/i18n/locale/nl/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Volledige naam", - "PLACEHOLDER": "Voer je volledige naam in, bijvoorbeeld Bruce Wayne", - "ERROR": "Volledige naam is te kort" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Volledige naam is te kort." }, "EMAIL": { "LABEL": "Werk e-mail", - "PLACEHOLDER": "Voer je werk-e-mailadres in, bijvoorbeeld: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Wachtwoord", "PLACEHOLDER": "Wachtwoord", - "ERROR": "Wachtwoord is te kort", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Wachtwoord is te kort.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Bevestig wachtwoord", - "PLACEHOLDER": "Bevestig wachtwoord", - "ERROR": "Wachtwoord komt niet overeen" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Wachtwoord komt niet overeen." }, "API": { "SUCCESS_MESSAGE": "Registratie geslaagd", - "ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Heeft u al een account?" diff --git a/app/javascript/dashboard/i18n/locale/no/advancedFilters.json b/app/javascript/dashboard/i18n/locale/no/advancedFilters.json index f93779ca4..8df726077 100644 --- a/app/javascript/dashboard/i18n/locale/no/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/no/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Etiketter", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/no/agentMgmt.json b/app/javascript/dashboard/i18n/locale/no/agentMgmt.json index 291b0dbc6..bd720bed4 100644 --- a/app/javascript/dashboard/i18n/locale/no/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/no/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/no/conversation.json b/app/javascript/dashboard/i18n/locale/no/conversation.json index 65fb5c34e..3e7b0ad4b 100644 --- a/app/javascript/dashboard/i18n/locale/no/conversation.json +++ b/app/javascript/dashboard/i18n/locale/no/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Laster opp vedlegg...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/no/generalSettings.json b/app/javascript/dashboard/i18n/locale/no/generalSettings.json index 698ae10d2..3cdcfaaf0 100644 --- a/app/javascript/dashboard/i18n/locale/no/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/no/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Rapporter", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json index 26907a930..9d38a5ab9 100644 --- a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/no/integrations.json b/app/javascript/dashboard/i18n/locale/no/integrations.json index 92ba6b1e1..50145ea7c 100644 --- a/app/javascript/dashboard/i18n/locale/no/integrations.json +++ b/app/javascript/dashboard/i18n/locale/no/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Avbryt" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Slett", "API": { diff --git a/app/javascript/dashboard/i18n/locale/no/login.json b/app/javascript/dashboard/i18n/locale/no/login.json index d01fea8d0..7bb4881c3 100644 --- a/app/javascript/dashboard/i18n/locale/no/login.json +++ b/app/javascript/dashboard/i18n/locale/no/login.json @@ -3,16 +3,16 @@ "TITLE": "Logg inn i Chatwoot", "EMAIL": { "LABEL": "E-post", - "PLACEHOLDER": "Eksempel: ola@nordmann.no" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Passord", "PLACEHOLDER": "Passord" }, "API": { - "SUCCESS_MESSAGE": "Innlogging vellykket", - "ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere", - "UNAUTH": "Brukernavn eller passord er feil. Prøv igjen" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/no/resetPassword.json b/app/javascript/dashboard/i18n/locale/no/resetPassword.json index 511938490..cc653776b 100644 --- a/app/javascript/dashboard/i18n/locale/no/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/no/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Tilbakestill passord", + "TITLE": "Reset password", "EMAIL": { "LABEL": "E-post", - "PLACEHOLDER": "Skriv inn din e-post", - "ERROR": "Vennligst skriv inn en gyldig e-postadresse" + "PLACEHOLDER": "Skriv inn din e-post.", + "ERROR": "Vennligst skriv inn en gyldig e-postadresse." }, "API": { - "SUCCESS_MESSAGE": "Link for å tilbakestille passordet ditt er sendt til e-postadressen din", - "ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere" + "SUCCESS_MESSAGE": "Link for å tilbakestille passordet ditt er sendt til e-postadressen din.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Send" } diff --git a/app/javascript/dashboard/i18n/locale/no/search.json b/app/javascript/dashboard/i18n/locale/no/search.json index f5d1a62a4..341635a74 100644 --- a/app/javascript/dashboard/i18n/locale/no/search.json +++ b/app/javascript/dashboard/i18n/locale/no/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/no/setNewPassword.json b/app/javascript/dashboard/i18n/locale/no/setNewPassword.json index 85464ab51..24332b67f 100644 --- a/app/javascript/dashboard/i18n/locale/no/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/no/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Angi nytt passord", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Passord", "PLACEHOLDER": "Passord", - "ERROR": "Passordet er for kort" + "ERROR": "Passordet er for kort." }, "CONFIRM_PASSWORD": { - "LABEL": "Bekreft passord", + "LABEL": "Confirm password", "PLACEHOLDER": "Bekreft passord", - "ERROR": "Passordet stemmer ikke" + "ERROR": "Passordet stemmer ikke." }, "API": { - "SUCCESS_MESSAGE": "Passordet ble endret", - "ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere" + "SUCCESS_MESSAGE": "Passordet ble endret.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/no/signup.json b/app/javascript/dashboard/i18n/locale/no/signup.json index 0028ddd43..37c018ca7 100644 --- a/app/javascript/dashboard/i18n/locale/no/signup.json +++ b/app/javascript/dashboard/i18n/locale/no/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Fullt navn", - "PLACEHOLDER": "Skriv inn fullt navn. F. eks: Ola Nordmann", - "ERROR": "Kontonavnet er for kort" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Kontonavnet er for kort." }, "EMAIL": { "LABEL": "Bedriftse-postadresse", - "PLACEHOLDER": "Skriv inn din profesjonelle e-postadresse. F.eks: ola@olasbedrift.no", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Passord", "PLACEHOLDER": "Passord", - "ERROR": "Passordet er for kort", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Passordet er for kort.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Bekreft passord", - "PLACEHOLDER": "Bekreft passord", - "ERROR": "Passordet stemmer ikke" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Passordet stemmer ikke." }, "API": { "SUCCESS_MESSAGE": "Registrering fullført", - "ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Har du allerede en konto?" diff --git a/app/javascript/dashboard/i18n/locale/pl/advancedFilters.json b/app/javascript/dashboard/i18n/locale/pl/advancedFilters.json index 8be415413..43f0193fd 100644 --- a/app/javascript/dashboard/i18n/locale/pl/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/pl/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Nazwa kampanii", "LABELS": "Etykiety", "BROWSER_LANGUAGE": "Język przeglądarki", + "PRIORITY": "Priority", "COUNTRY_NAME": "Nazwa kraju", "REFERER_LINK": "Strona odsyłająca", "CUSTOM_ATTRIBUTE_LIST": "Lista", diff --git a/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json b/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json index 8e9546501..937b12d2a 100644 --- a/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Wyszukaj konsultantów", - "TEAM": "Wyszukaj zespoły" + "TEAM": "Wyszukaj zespoły", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/pl/conversation.json b/app/javascript/dashboard/i18n/locale/pl/conversation.json index 61d046abe..73b925113 100644 --- a/app/javascript/dashboard/i18n/locale/pl/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pl/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Przesyłanie załączników...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Wiadomość usunięta pomyślnie", "FAIL_DELETE_MESSSAGE": "Nie można usunąć wiadomości! Spróbuj ponownie", "NO_RESPONSE": "Brak odpowiedzi", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Następny tydzień" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Brak", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Brak", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Brak wyników", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Oznacz jako oczekujące", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/pl/generalSettings.json b/app/javascript/dashboard/i18n/locale/pl/generalSettings.json index beb68218e..c772efe65 100644 --- a/app/javascript/dashboard/i18n/locale/pl/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/pl/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Raporty", "CONVERSATION": "Rozmowa", "CHANGE_ASSIGNEE": "Zmień przypisaną osobę", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Zmień zespół", "ADD_LABEL": "Dodaj etykietę do rozmowy", "REMOVE_LABEL": "Usuń etykietę z rozmowy", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Przejdź do Powiadomień", "ADD_LABELS_TO_CONVERSATION": "Dodaj etykietę do rozmowy", "ASSIGN_AN_AGENT": "Przypisz przedstawiciela", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Przypisz zespół", "MUTE_CONVERSATION": "Wycisz rozmowę", "UNMUTE_CONVERSATION": "Wyłącz wyciszenie rozmowy", diff --git a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json index dacdb0885..0394d91ab 100644 --- a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/pl/integrations.json b/app/javascript/dashboard/i18n/locale/pl/integrations.json index 684cc3972..dfedd1a22 100644 --- a/app/javascript/dashboard/i18n/locale/pl/integrations.json +++ b/app/javascript/dashboard/i18n/locale/pl/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Anuluj" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Usuń", "API": { diff --git a/app/javascript/dashboard/i18n/locale/pl/login.json b/app/javascript/dashboard/i18n/locale/pl/login.json index 87dfb39e3..7b497a5bb 100644 --- a/app/javascript/dashboard/i18n/locale/pl/login.json +++ b/app/javascript/dashboard/i18n/locale/pl/login.json @@ -3,16 +3,16 @@ "TITLE": "Zaloguj się do Chatwoot", "EMAIL": { "LABEL": "E-mail", - "PLACEHOLDER": "E-mail np. someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Hasło", "PLACEHOLDER": "Hasło" }, "API": { - "SUCCESS_MESSAGE": "Logowanie powiodło się", - "ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później", - "UNAUTH": "Nieprawidłowa nazwa użytkownika / hasło. Spróbuj ponownie" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/pl/resetPassword.json b/app/javascript/dashboard/i18n/locale/pl/resetPassword.json index 4900c42de..2841b722d 100644 --- a/app/javascript/dashboard/i18n/locale/pl/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/pl/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Resetuj hasło", + "TITLE": "Reset password", "EMAIL": { "LABEL": "E-mail", - "PLACEHOLDER": "Wprowadź swój adres e-mail", - "ERROR": "Wprowadź poprawny adres e-mail" + "PLACEHOLDER": "Wprowadź swój adres e-mail.", + "ERROR": "Wprowadź poprawny adres e-mail." }, "API": { - "SUCCESS_MESSAGE": "Link do resetowania hasła został wysłany na Twój adres e-mail", - "ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później" + "SUCCESS_MESSAGE": "Link do resetowania hasła został wysłany na Twój adres e-mail.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Prześlij" } diff --git a/app/javascript/dashboard/i18n/locale/pl/search.json b/app/javascript/dashboard/i18n/locale/pl/search.json index 3fed02781..ccfc887d2 100644 --- a/app/javascript/dashboard/i18n/locale/pl/search.json +++ b/app/javascript/dashboard/i18n/locale/pl/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/pl/setNewPassword.json b/app/javascript/dashboard/i18n/locale/pl/setNewPassword.json index 9265b0288..3a725aaef 100644 --- a/app/javascript/dashboard/i18n/locale/pl/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/pl/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Ustaw nowe hasło", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Hasło", "PLACEHOLDER": "Hasło", - "ERROR": "Hasło jest zbyt krótkie" + "ERROR": "Hasło jest zbyt krótkie." }, "CONFIRM_PASSWORD": { - "LABEL": "Potwierdź hasło", + "LABEL": "Confirm password", "PLACEHOLDER": "Potwierdź hasło", - "ERROR": "Hasła nie pasują" + "ERROR": "Hasła nie pasują." }, "API": { - "SUCCESS_MESSAGE": "Pomyślnie zmienione hasło", - "ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później" + "SUCCESS_MESSAGE": "Pomyślnie zmienione hasło.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/pl/signup.json b/app/javascript/dashboard/i18n/locale/pl/signup.json index 35fb911ae..78795b96d 100644 --- a/app/javascript/dashboard/i18n/locale/pl/signup.json +++ b/app/javascript/dashboard/i18n/locale/pl/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Imię i nazwisko", - "PLACEHOLDER": "Wpisz swoje imię i nazwisko, np. Bruce Wayne", - "ERROR": "Imię i nazwisko jest zbyt krótkie" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Imię i nazwisko jest zbyt krótkie." }, "EMAIL": { "LABEL": "E-mail służbowy", - "PLACEHOLDER": "Podaj swój służbowy adres e-mail, np. bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Hasło", "PLACEHOLDER": "Hasło", - "ERROR": "Hasło jest zbyt krótkie", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Hasło jest zbyt krótkie.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Potwierdź hasło", - "PLACEHOLDER": "Potwierdź hasło", - "ERROR": "Hasło nie zgadza się" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Hasło nie zgadza się." }, "API": { "SUCCESS_MESSAGE": "Rejestracja powiodła się", - "ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Masz już konto?" diff --git a/app/javascript/dashboard/i18n/locale/pt/advancedFilters.json b/app/javascript/dashboard/i18n/locale/pt/advancedFilters.json index d5f2bcf24..7f94ca4c7 100644 --- a/app/javascript/dashboard/i18n/locale/pt/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/pt/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Nome da Campanha", "LABELS": "Etiquetas", "BROWSER_LANGUAGE": "Idioma do Navegador", + "PRIORITY": "Priority", "COUNTRY_NAME": "Nome do País", "REFERER_LINK": "Link de referência", "CUSTOM_ATTRIBUTE_LIST": "Lista", diff --git a/app/javascript/dashboard/i18n/locale/pt/agentMgmt.json b/app/javascript/dashboard/i18n/locale/pt/agentMgmt.json index 54fdb46a2..d32fbc8b1 100644 --- a/app/javascript/dashboard/i18n/locale/pt/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Procurar Agentes", - "TEAM": "Procurar Equipas" + "TEAM": "Procurar Equipas", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/pt/conversation.json b/app/javascript/dashboard/i18n/locale/pt/conversation.json index d310c3d3e..d1f0fda39 100644 --- a/app/javascript/dashboard/i18n/locale/pt/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pt/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Arquivo Desconhecido", "SAVE_CONTACT": "Salvar", "UPLOADING_ATTACHMENTS": "Carregando anexos...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Mensagem apagada com sucesso", "FAIL_DELETE_MESSSAGE": "Não foi possível apagar a mensagem! Tente novamente", "NO_RESPONSE": "Sem resposta", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Próxima semana" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Nenhuma", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Nenhuma", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Nenhum resultado encontrado", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Marcar como pendente", "RESOLVED": "Marcar como resolvida", diff --git a/app/javascript/dashboard/i18n/locale/pt/generalSettings.json b/app/javascript/dashboard/i18n/locale/pt/generalSettings.json index 26edfa9c6..3f14afc52 100644 --- a/app/javascript/dashboard/i18n/locale/pt/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/pt/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "relatórios", "CONVERSATION": "Conversa", "CHANGE_ASSIGNEE": "Alterar Responsável", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Alterar Equipa", "ADD_LABEL": "Adicionar etiqueta à conversa", "REMOVE_LABEL": "Remover etiqueta da conversa", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Ir para Notificações", "ADD_LABELS_TO_CONVERSATION": "Adicionar etiqueta à conversa", "ASSIGN_AN_AGENT": "Atribuir um agente", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Atribuir uma equipa", "MUTE_CONVERSATION": "Silenciar Conversa", "UNMUTE_CONVERSATION": "Reativar conversa", diff --git a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json index 029049644..1a530a30e 100644 --- a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Atualizar configurações do Formulário Pre Chat" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/pt/integrations.json b/app/javascript/dashboard/i18n/locale/pt/integrations.json index 5f5d8a9dc..2b1adf605 100644 --- a/app/javascript/dashboard/i18n/locale/pt/integrations.json +++ b/app/javascript/dashboard/i18n/locale/pt/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "Houve um erro ao ingressar na chamada! Por favor, tente novamente", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "cancelar" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "excluir", "API": { diff --git a/app/javascript/dashboard/i18n/locale/pt/login.json b/app/javascript/dashboard/i18n/locale/pt/login.json index 0582e5153..954b347a3 100644 --- a/app/javascript/dashboard/i18n/locale/pt/login.json +++ b/app/javascript/dashboard/i18n/locale/pt/login.json @@ -3,7 +3,7 @@ "TITLE": "Entrar no Chatwoot", "EMAIL": { "LABEL": "e-mail", - "PLACEHOLDER": "E-mail: alguém@exemplo.com" + "PLACEHOLDER": "exemplo@nomedaempresa.com.br" }, "PASSWORD": { "LABEL": "Palavra-passe", @@ -11,8 +11,8 @@ }, "API": { "SUCCESS_MESSAGE": "Login bem sucedido", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde", - "UNAUTH": "Nome de usuário / senha incorreta. Por favor, tente novamente" + "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente.", + "UNAUTH": "Nome de usuário ou senha incorretos. Por favor, tente novamente." }, "OAUTH": { "GOOGLE_LOGIN": "Entrar com o Google", diff --git a/app/javascript/dashboard/i18n/locale/pt/resetPassword.json b/app/javascript/dashboard/i18n/locale/pt/resetPassword.json index 66668f5a6..da466c1e7 100644 --- a/app/javascript/dashboard/i18n/locale/pt/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/pt/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Redefinir a senha", + "TITLE": "Redefinir senha", "EMAIL": { "LABEL": "e-mail", - "PLACEHOLDER": "Por favor, digite seu e-mail", - "ERROR": "Por favor, digite um e-mail válido" + "PLACEHOLDER": "Por favor, digite seu e-mail.", + "ERROR": "Por favor, digite um e-mail válido." }, "API": { - "SUCCESS_MESSAGE": "Link para redefinir a senha foi enviado para seu e-mail", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" + "SUCCESS_MESSAGE": "Link para redefinir a senha foi enviado para seu e-mail.", + "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente." }, "SUBMIT": "submeter" } diff --git a/app/javascript/dashboard/i18n/locale/pt/search.json b/app/javascript/dashboard/i18n/locale/pt/search.json index 7d148d157..039060e40 100644 --- a/app/javascript/dashboard/i18n/locale/pt/search.json +++ b/app/javascript/dashboard/i18n/locale/pt/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/pt/setNewPassword.json b/app/javascript/dashboard/i18n/locale/pt/setNewPassword.json index 36b65ee6f..56e9c6bd6 100644 --- a/app/javascript/dashboard/i18n/locale/pt/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/pt/setNewPassword.json @@ -4,16 +4,16 @@ "PASSWORD": { "LABEL": "Palavra-passe", "PLACEHOLDER": "Palavra-passe", - "ERROR": "A senha é muito curta" + "ERROR": "A senha é muito curta." }, "CONFIRM_PASSWORD": { "LABEL": "Confirmar senha", "PLACEHOLDER": "Confirmar senha", - "ERROR": "As senhas não coincidem" + "ERROR": "As senhas não coincidem." }, "API": { - "SUCCESS_MESSAGE": "Senha alterada com sucesso", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" + "SUCCESS_MESSAGE": "Senha alterada com sucesso.", + "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/pt/signup.json b/app/javascript/dashboard/i18n/locale/pt/signup.json index 2d9efa5d4..41d45d57a 100644 --- a/app/javascript/dashboard/i18n/locale/pt/signup.json +++ b/app/javascript/dashboard/i18n/locale/pt/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Nome da empresa", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Digite o nome da sua empresa. Exemplo: Wayne Enterprises", + "ERROR": "Nome da empresa é muito curto." }, "FULL_NAME": { "LABEL": "Nome completo", - "PLACEHOLDER": "Digite o seu nome completo, por exemplo: António Almeida", - "ERROR": "O nome completo é muito pequeno" + "PLACEHOLDER": "Digite seu nome completo. Ex.: Wayne Bruce", + "ERROR": "O nome completo é muito pequeno." }, "EMAIL": { "LABEL": "E-mail de trabalho", - "PLACEHOLDER": "Digite o seu endereço de e-mail profissional. Por exemplo: geral@informatico.pt", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Digite seu endereço de e-mail profissional. Por exemplo, bruce@wayne.com.br", + "ERROR": "Por favor, insira um endereço de email profissional válido." }, "PASSWORD": { "LABEL": "Palavra-passe", "PLACEHOLDER": "Palavra-passe", - "ERROR": "A senha é muito curta", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "A senha é muito curta.", + "IS_INVALID_PASSWORD": "A senha deve conter pelo menos 1 letra maiúscula, 1 letra minúscula, 1 número e 1 caractere especial." }, "CONFIRM_PASSWORD": { "LABEL": "Confirmar senha", "PLACEHOLDER": "Confirmar senha", - "ERROR": "As senhas não conferem" + "ERROR": "As senhas não conferem." }, "API": { "SUCCESS_MESSAGE": "Registro Bem Sucedido", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" + "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Já tem uma conta?" diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/advancedFilters.json b/app/javascript/dashboard/i18n/locale/pt_BR/advancedFilters.json index d83fa12e1..22c63ae36 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Nome da Campanha", "LABELS": "Marcadores", "BROWSER_LANGUAGE": "Idioma do navegador", + "PRIORITY": "Priority", "COUNTRY_NAME": "Nome do País", "REFERER_LINK": "Link de origem", "CUSTOM_ATTRIBUTE_LIST": "Lista", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/agentMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/agentMgmt.json index 4ba866b9a..95d37a19a 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Pesquisar agentes", - "TEAM": "Pesquisar times" + "TEAM": "Pesquisar times", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json index 0975b0790..25b837d2f 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json @@ -3,7 +3,7 @@ "HEADER": "Atributos Personalizados", "HEADER_BTN_TXT": "Criar atributo personalizado", "LOADING": "Buscando atributos", - "SIDEBAR_TXT": "

Atributos personalizados

Um atributo customizado rastreia fatos sobre seus contatos/conversa — como o plano de inscrição, ou quando eles compraram o primeiro item, etc.

Para criar um atributo personalizado, basta clicar noAdicionar atributo personalizado. Você também pode editar ou apagar um atributo existente clicando em Editar ou Apagar botão.

", + "SIDEBAR_TXT": "

Atributos personalizados

Um atributo personalizado rastreia fatos sobre seus contatos/conversa — como o plano de inscrição, ou quando eles compraram o primeiro item, etc.

Para criar um atributo personalizado, basta clicar no Criar atributo Você também pode editar ou apagar um atributo já criado.

", "ADD": { "TITLE": "Adicionar atributo personalizado", "SUBMIT": "Criar", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json b/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json index d9945f448..5644d343a 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Arquivo Desconhecido", "SAVE_CONTACT": "Salvar", "UPLOADING_ATTACHMENTS": "Enviando anexos...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Mensagem excluída com sucesso", "FAIL_DELETE_MESSSAGE": "Não foi possível excluir a mensagem! Tente novamente", "NO_RESPONSE": "Sem resposta", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Próxima semana" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Nenhuma", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Nenhuma", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Nenhum resultado encontrado", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Marcar como pendente", "RESOLVED": "Marcar como resolvido", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json b/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json index f2e4eb5cf..5987f9dca 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Relatórios", "CONVERSATION": "Conversas", "CHANGE_ASSIGNEE": "Alterar Responsável", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Alterar a Equipe", "ADD_LABEL": "Adicionar etiqueta à conversa", "REMOVE_LABEL": "Remover etiqueta da conversa", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Ir para Notificações", "ADD_LABELS_TO_CONVERSATION": "Adicionar etiqueta à conversa", "ASSIGN_AN_AGENT": "Atribuir um agente", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Atribuir uma equipe", "MUTE_CONVERSATION": "Silenciar conversa", "UNMUTE_CONVERSATION": "Não silenciar conversa", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json index 9afa834e2..4d4d87e8a 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Atualizar configurações do Formulário Pre Chat" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Limite de atribuição automática", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Por favor, insira um valor maior que 0", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/integrations.json b/app/javascript/dashboard/i18n/locale/pt_BR/integrations.json index 69d2dbbcd..b1af2fdee 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/integrations.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "Houve um erro ao entrar na chamada, por favor tente novamente", "CREATE_ERROR": "Houve um erro ao criar o link da reunião, por favor tente novamente" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Cancelar" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Excluir", "API": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/login.json b/app/javascript/dashboard/i18n/locale/pt_BR/login.json index f7df0e412..462b0fd3f 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/login.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/login.json @@ -3,16 +3,16 @@ "TITLE": "Entrar no Chatwoot", "EMAIL": { "LABEL": "e-mail", - "PLACEHOLDER": "E-mail: alguém@exemplo.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Senha", "PLACEHOLDER": "Senha" }, "API": { - "SUCCESS_MESSAGE": "Acesso bem sucedido", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde", - "UNAUTH": "Nome de usuário / senha incorreta. Por favor, tente novamente" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login com o Google", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/resetPassword.json b/app/javascript/dashboard/i18n/locale/pt_BR/resetPassword.json index 5122ff6a2..a82a02031 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Alterar senha", + "TITLE": "Redefinir senha", "EMAIL": { "LABEL": "e-mail", - "PLACEHOLDER": "Por favor, insira seu e-mail", - "ERROR": "Por favor, insira um e-mail válido" + "PLACEHOLDER": "Por favor, digite seu e-mail.", + "ERROR": "Por favor, insira um e-mail válido." }, "API": { - "SUCCESS_MESSAGE": "O link para alteração de senha foi enviado para seu e-mail", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" + "SUCCESS_MESSAGE": "O link para alteração de senha foi enviado para seu e-mail.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Enviar" } diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/search.json b/app/javascript/dashboard/i18n/locale/pt_BR/search.json index c44e6d910..57b3a569b 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/search.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "Não foi encontrado %{item} para a consulta '%{query}'", "EMPTY_STATE_FULL": "Nenhum resultado encontrado para a consulta '%{query}'", "PLACEHOLDER_KEYBINDING": "/ para focar", - "INPUT_PLACEHOLDER": "Pesquisar mensagens, contatos ou conversas", - "EMPTY_STATE_DEFAULT": "Procurar por ID de conversa, e-mail, número de telefone, mensagens para melhores resultados de busca.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Procurar por ID de conversa, e-mail, número de telefone, mensagens para melhores resultados de busca. ", "BOT_LABEL": "Bot", "READ_MORE": "Saiba mais", "WROTE": "escreveu:" diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/setNewPassword.json b/app/javascript/dashboard/i18n/locale/pt_BR/setNewPassword.json index 5206b58f4..15d96fdad 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Definir nova senha", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Senha", "PLACEHOLDER": "Senha", - "ERROR": "A senha é muito curta" + "ERROR": "A senha é muito curta." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirme a senha", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirme a senha", - "ERROR": "As senhas não coincidem" + "ERROR": "As senhas não coincidem." }, "API": { - "SUCCESS_MESSAGE": "Senha alterada com sucesso", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" + "SUCCESS_MESSAGE": "Senha alterada com sucesso.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verificação expirada. Por favor, resolva o captcha novamente." diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/signup.json b/app/javascript/dashboard/i18n/locale/pt_BR/signup.json index 7b080659f..ecc77bf3c 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/signup.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Nome Empresa", - "PLACEHOLDER": "Digite seu nome da empresa. por exemplo: Wayne Enterprises", - "ERROR": "O nome da empresa é muito curto" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "O nome da empresa é muito curto." }, "FULL_NAME": { "LABEL": "Nome Completo", - "PLACEHOLDER": "Digite seu nome completo, por exemplo: Bruce Wayne", - "ERROR": "Nome completo é muito curto" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Nome completo é muito curto." }, "EMAIL": { "LABEL": "E-mail comercial", - "PLACEHOLDER": "Digite seu endereço de e-mail de trabalho. por exemplo: bruce@wayne.Business", - "ERROR": "Por favor, insira um endereço de e-mail de trabalho válido" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Por favor, insira um endereço de e-mail de trabalho válido." }, "PASSWORD": { "LABEL": "Senha", "PLACEHOLDER": "Senha", - "ERROR": "A senha é muito curta", - "IS_INVALID_PASSWORD": "A senha deve conter pelo menos 1 letra maiúscula, 1 letra minúscula, 1 número e 1 caractere especial" + "ERROR": "A senha é muito curta.", + "IS_INVALID_PASSWORD": "A senha deve conter pelo menos 1 letra maiúscula, 1 letra minúscula, 1 número e 1 caractere especial." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirme a senha", - "PLACEHOLDER": "Confirme a senha", - "ERROR": "As senhas não conferem" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "As senhas não conferem." }, "API": { "SUCCESS_MESSAGE": "Registro realizado com Sucesso", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Criar conta", "HAVE_AN_ACCOUNT": "Já possui uma conta?" diff --git a/app/javascript/dashboard/i18n/locale/ro/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ro/advancedFilters.json index a0f80f109..76b753de8 100644 --- a/app/javascript/dashboard/i18n/locale/ro/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ro/advancedFilters.json @@ -23,7 +23,7 @@ "is_greater_than": "Este mai mare decât", "is_less_than": "Este mai mică decât", "days_before": "Este x zile înainte", - "starts_with": "Starts with" + "starts_with": "Începe cu" }, "ATTRIBUTE_LABELS": { "TRUE": "Adevărat", @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Numele campaniei", "LABELS": "Etichete", "BROWSER_LANGUAGE": "Limba browserului", + "PRIORITY": "Prioritate", "COUNTRY_NAME": "Numele țării", "REFERER_LINK": "Link referer", "CUSTOM_ATTRIBUTE_LIST": "Listă", diff --git a/app/javascript/dashboard/i18n/locale/ro/agentBots.json b/app/javascript/dashboard/i18n/locale/ro/agentBots.json index 000279747..0ffe1f640 100644 --- a/app/javascript/dashboard/i18n/locale/ro/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/ro/agentBots.json @@ -1,72 +1,72 @@ { "AGENT_BOTS": { "HEADER": "Boți", - "LOADING_EDITOR": "Loading Editor...", - "HEADER_BTN_TXT": "Add Bot Configuration", - "SIDEBAR_TXT": "

Agent Bots

Agent bots allows you to automate the conversations

", + "LOADING_EDITOR": "Editor de încărcare ...", + "HEADER_BTN_TXT": "Adăugați configurația botului", + "SIDEBAR_TXT": "

Agent boti

Roboții de agent vă permit să automatizați conversațiile

", "CSML_BOT_EDITOR": { "NAME": { - "LABEL": "Bot Name", - "PLACEHOLDER": "Give your bot a name", - "ERROR": "Bot name is required" + "LABEL": "Numele botului", + "PLACEHOLDER": "Dă-i botului tău un nume", + "ERROR": "Numele botului este necesar" }, "DESCRIPTION": { - "LABEL": "Bot Description", - "PLACEHOLDER": "What does this bot do?" + "LABEL": "Descrierea botului", + "PLACEHOLDER": "Ce face acest bot?" }, "BOT_CONFIG": { - "ERROR": "Please enter your CSML bot configuration above", - "API_ERROR": "Your CSML configuration is invalid, please fix it and try again." + "ERROR": "Vă rugăm să introduceți configurația bot CSML de mai sus", + "API_ERROR": "Configurația CSML nu este validă, vă rugăm să o remediați și să încercați din nou." }, - "SUBMIT": "Validate and save" + "SUBMIT": "Validați și salvați" }, "BOT_CONFIGURATION": { - "TITLE": "Select an agent bot", - "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", + "TITLE": "Selectați un bot de agent", + "DESC": "Puteți seta un bot de agent din listă în acest inbox. Botul se poate ocupa inițial de conversație și îl poate transfera unui agent atunci când este necesar.", "SUBMIT": "Actualizare", - "DISCONNECT": "Disconnect Bot", - "SUCCESS_MESSAGE": "Successfully updated the agent bot", - "DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot", - "ERROR_MESSAGE": "Could not update the agent bot, please try again later", - "DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot, please try again later", - "SELECT_PLACEHOLDER": "Select Bot" + "DISCONNECT": "Deconectați botul", + "SUCCESS_MESSAGE": "A actualizat cu succes botul agentului", + "DISCONNECTED_SUCCESS_MESSAGE": "Deconectat cu succes botul agentului", + "ERROR_MESSAGE": "Nu s-a putut actualiza botul agentului, încercați din nou mai târziu", + "DISCONNECTED_ERROR_MESSAGE": "Nu a putut deconecta botul agentului, vă rugăm să încercați din nou mai târziu", + "SELECT_PLACEHOLDER": "Selectați Bot" }, "ADD": { - "TITLE": "Configure new bot", + "TITLE": "Configurați un bot nou", "CANCEL_BUTTON_TEXT": "Renunță", "API": { - "SUCCESS_MESSAGE": "Bot added successfully", - "ERROR_MESSAGE": "Could not add bot, Please try again later" + "SUCCESS_MESSAGE": "Bot adăugat cu succes", + "ERROR_MESSAGE": "Nu a putut adăuga bot, Vă rugăm să încercați din nou mai târziu" } }, "LIST": { - "404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗", - "LOADING": "Fetching Bots...", - "TYPE": "Bot Type" + "404": "Nu s-au găsit roboți, puteți crea un bot făcând clic pe butonul \"Configurați un bot nou\" ↗", + "LOADING": "Preluarea Bots ...", + "TYPE": "Tip bot" }, "DELETE": { "BUTTON_TEXT": "Şterge", - "TITLE": "Delete Bot", + "TITLE": "Ștergeți botul", "SUBMIT": "Şterge", "CANCEL_BUTTON_TEXT": "Renunță", - "DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible", + "DESCRIPTION": "Sunteți sigur că doriți să ștergeți acest bot? Această acțiune este ireversibilă", "API": { - "SUCCESS_MESSAGE": "Bot deleted successfully", - "ERROR_MESSAGE": "Could not able to delete bot, Please try again later" + "SUCCESS_MESSAGE": "Agent sters cu succes", + "ERROR_MESSAGE": "Nu a putut șterge o regulă de automatizare, Încercați din nou mai târziu" } }, "EDIT": { "BUTTON_TEXT": "Editare", - "LOADING": "Fetching Bots...", - "TITLE": "Edit Bot", + "LOADING": "Preluarea Bots ...", + "TITLE": "Editare bot", "CANCEL_BUTTON_TEXT": "Renunță", "API": { - "SUCCESS_MESSAGE": "Bot updated successfully", - "ERROR_MESSAGE": "Could not update bot, Please try again later" + "SUCCESS_MESSAGE": "Bot actualizat cu succes", + "ERROR_MESSAGE": "Nu s-a putut actualiza botul, Vă rugăm să încercați din nou mai târziu" } }, "TYPES": { - "WEBHOOK": "Webhook Bot", + "WEBHOOK": "Webhook", "CSML": "CSML Bot" } } diff --git a/app/javascript/dashboard/i18n/locale/ro/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ro/agentMgmt.json index 4bc47c5a8..cb2c1dd91 100644 --- a/app/javascript/dashboard/i18n/locale/ro/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Agenți de căutare", - "TEAM": "Echipele de căutare" + "TEAM": "Echipele de căutare", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json index 7e3d61dbb..e78fad5c3 100644 --- a/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json @@ -43,7 +43,7 @@ }, "API": { "SUCCESS_MESSAGE": "Atribut personalizat adăugat cu succes!", - "ERROR_MESSAGE": "Could not create a Custom Attribute. Please try again later." + "ERROR_MESSAGE": "Nu s-a putut crea un atribut particularizat. Încercați din nou mai târziu." } }, "DELETE": { diff --git a/app/javascript/dashboard/i18n/locale/ro/auditLogs.json b/app/javascript/dashboard/i18n/locale/ro/auditLogs.json index 3b6b82852..9976e91c8 100644 --- a/app/javascript/dashboard/i18n/locale/ro/auditLogs.json +++ b/app/javascript/dashboard/i18n/locale/ro/auditLogs.json @@ -1,23 +1,23 @@ { "AUDIT_LOGS": { - "HEADER": "Audit Logs", - "HEADER_BTN_TXT": "Add Audit Logs", - "LOADING": "Fetching Audit Logs", + "HEADER": "Jurnale de audit", + "HEADER_BTN_TXT": "Adăugarea jurnalelor de audit", + "LOADING": "Preluarea jurnalelor de audit", "SEARCH_404": "Nu există elemente care să corespundă acestei interogări", - "SIDEBAR_TXT": "

Audit Logs

Audit Logs are trails for events and actions in a Chatwoot System.

", + "SIDEBAR_TXT": "

Jurnale de audit

Jurnalele de audit sunt piste pentru evenimente și acțiuni într-un sistem Chatwoot.

", "LIST": { - "404": "There are no Audit Logs available in this account.", - "TITLE": "Manage Audit Logs", - "DESC": "Audit Logs are trails for events and actions in a Chatwoot System.", + "404": "Nu există jurnale de audit disponibile în acest cont.", + "TITLE": "Gestionarea jurnalelor de audit", + "DESC": "Jurnalele de audit sunt piste pentru evenimente și acțiuni într-un sistem Chatwoot.", "TABLE_HEADER": [ - "User", - "Action", + "Utilizator", + "Acțiune", "Adresă IP", - "Time" + "Timp" ] }, "API": { - "SUCCESS_MESSAGE": "AuditLogs retrieved successfully", + "SUCCESS_MESSAGE": "AuditLogs preluat cu succes", "ERROR_MESSAGE": "Nu s-a putut conecta la Woot Server, încercați din nou mai târziu" } } diff --git a/app/javascript/dashboard/i18n/locale/ro/bulkActions.json b/app/javascript/dashboard/i18n/locale/ro/bulkActions.json index 53892db64..f297ffc3e 100644 --- a/app/javascript/dashboard/i18n/locale/ro/bulkActions.json +++ b/app/javascript/dashboard/i18n/locale/ro/bulkActions.json @@ -31,10 +31,10 @@ "TEAMS": { "TEAM_SELECT_LABEL": "Selectați echipa", "NONE": "Nimic", - "NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.", - "ASSIGN_SELECTED_TEAMS": "Assign selected team", - "ASSIGN_SUCCESFUL": "Teams assiged successfully", - "ASSIGN_FAILED": "Failed to assign team, please try again" + "NO_TEAMS_AVAILABLE": "Nu există încă echipe adăugate la acest cont.", + "ASSIGN_SELECTED_TEAMS": "Atribuirea echipei selectate", + "ASSIGN_SUCCESFUL": "Echipe assiged cu succes", + "ASSIGN_FAILED": "Nu a reușit să atribuie echipa, vă rugăm să încercați din nou" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/contact.json b/app/javascript/dashboard/i18n/locale/ro/contact.json index 6ff634ce0..9f9748cb4 100644 --- a/app/javascript/dashboard/i18n/locale/ro/contact.json +++ b/app/javascript/dashboard/i18n/locale/ro/contact.json @@ -182,8 +182,8 @@ "LABEL": "Către" }, "INBOX": { - "LABEL": "Via Inbox", - "PLACEHOLDER": "Choose source inbox", + "LABEL": "Prin Inbox", + "PLACEHOLDER": "Alegeți căsuța poștală sursă", "ERROR": "Selectați un inbox" }, "SUBJECT": { diff --git a/app/javascript/dashboard/i18n/locale/ro/conversation.json b/app/javascript/dashboard/i18n/locale/ro/conversation.json index 7f24cf08f..bbd209364 100644 --- a/app/javascript/dashboard/i18n/locale/ro/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ro/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Fișier necunoscut", "SAVE_CONTACT": "Salvează", "UPLOADING_ATTACHMENTS": "Se încarcă atașamentele...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Mesaj şters cu succes", "FAIL_DELETE_MESSSAGE": "Mesajul nu a putut fi șters! Încercați din nou", "NO_RESPONSE": "Niciun răspuns", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Săptămâna viitoare" } }, + "PRIORITY": { + "TITLE": "Prioritate", + "OPTIONS": { + "NONE": "Nimic", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Nimic", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Niciun rezultat găsit", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Marchează ca în așteptare", "RESOLVED": "Marcați ca rezolvat", @@ -272,11 +290,11 @@ "REMANING_PARTICIPANT_TEXT": "+%{count} altele", "TOTAL_PARTICIPANTS_TEXT": "%{count} participă oamenii.", "TOTAL_PARTICIPANT_TEXT": "%{count} persoană participă.", - "NO_PARTICIPANTS_TEXT": "Nimeni nu participă!", + "NO_PARTICIPANTS_TEXT": "Nimeni nu participă!.", "WATCH_CONVERSATION": "Începe conversația", "YOU_ARE_WATCHING": "Participați", "API": { - "ERROR_MESSAGE": "Nu a putut actualiza, încercați din nou", + "ERROR_MESSAGE": "Nu s-a putut actualiza, încercați din nou!", "SUCCESS_MESSAGE": "Participanții au actualizat!" } }, diff --git a/app/javascript/dashboard/i18n/locale/ro/emoji.json b/app/javascript/dashboard/i18n/locale/ro/emoji.json index fd81268fb..aa23d7157 100644 --- a/app/javascript/dashboard/i18n/locale/ro/emoji.json +++ b/app/javascript/dashboard/i18n/locale/ro/emoji.json @@ -1,6 +1,6 @@ { "EMOJI": { - "PLACEHOLDER": "Search emojis", - "NOT_FOUND": "No emoji match your search" + "PLACEHOLDER": "Caută emoji-uri", + "NOT_FOUND": "Niciun emoji nu corespunde căutării tale" } } diff --git a/app/javascript/dashboard/i18n/locale/ro/generalSettings.json b/app/javascript/dashboard/i18n/locale/ro/generalSettings.json index 2f6f71726..db67f7058 100644 --- a/app/javascript/dashboard/i18n/locale/ro/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ro/generalSettings.json @@ -23,7 +23,7 @@ "ERROR": "Te rugăm să introduci un nume de cont valid" }, "LANGUAGE": { - "LABEL": "Site language", + "LABEL": "Limba site-ului", "PLACEHOLDER": "Numele contului tău", "ERROR": "" }, @@ -101,6 +101,7 @@ "REPORTS": "Rapoarte", "CONVERSATION": "Conversație", "CHANGE_ASSIGNEE": "Modificarea cesionarului", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Schimbarea echipei", "ADD_LABEL": "Adăugarea etichetei la conversație", "REMOVE_LABEL": "Eliminarea etichetei din conversație", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Accesați Notificări", "ADD_LABELS_TO_CONVERSATION": "Adăugarea etichetei la conversație", "ASSIGN_AN_AGENT": "Atribuirea unui agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Atribuirea unei echipe", "MUTE_CONVERSATION": "Silențios conversația", "UNMUTE_CONVERSATION": "Sunet conversația", diff --git a/app/javascript/dashboard/i18n/locale/ro/helpCenter.json b/app/javascript/dashboard/i18n/locale/ro/helpCenter.json index b7474bb1d..f1a6e7000 100644 --- a/app/javascript/dashboard/i18n/locale/ro/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/ro/helpCenter.json @@ -32,11 +32,11 @@ "IMAGE_UPLOAD": { "TITLE": "Încarcă imaginea", "UPLOADING": "Încărcare...", - "SUCCESS": "Image uploaded successfully", - "ERROR": "Error while uploading image", - "ERROR_FILE_SIZE": "Image size should be less than {size}MB", - "ERROR_FILE_FORMAT": "Image format should be jpg, jpeg or png", - "ERROR_FILE_DIMENSIONS": "Image dimensions should be less than 2000 x 2000" + "SUCCESS": "Imagine încărcată cu succes", + "ERROR": "Eroare la încărcarea imaginii", + "ERROR_FILE_SIZE": "Dimensiunea imaginii trebuie să fie mai mică de {size}MB", + "ERROR_FILE_FORMAT": "Formatul imaginii ar trebui să fie jpg, jpeg sau png", + "ERROR_FILE_DIMENSIONS": "Dimensiunile imaginii ar trebui să fie mai mici de 2000 x 2000" } }, "ARTICLE_SETTINGS": { diff --git a/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json index 22c4ccf2a..a0e58f888 100644 --- a/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json @@ -31,7 +31,7 @@ "CHANNEL_NAME": { "LABEL": "Nume Inbox", "PLACEHOLDER": "Introduceți numele inboxului (de exemplu: Acme Inc)", - "ERROR": "Please enter a valid inbox name" + "ERROR": "Vă rugăm să introduceți un nume valid de inbox" }, "WEBSITE_NAME": { "LABEL": "Nume website", @@ -83,7 +83,7 @@ }, "CHANNEL_GREETING_TOGGLE": { "LABEL": "Activare salut canal", - "HELP_TEXT": "Automatically send a greeting message when a new conversation is created.", + "HELP_TEXT": "Trimiteți automat un mesaj de salut atunci când se creează o conversație nouă.", "ENABLED": "Activat", "DISABLED": "Dezactivat" }, @@ -100,7 +100,7 @@ }, "SUBMIT_BUTTON": "Crează inbox", "API": { - "ERROR_MESSAGE": "We were not able to create a website channel, please try again" + "ERROR_MESSAGE": "Nu am reușit să creăm un canal de site web, vă rugăm să încercați din nou" } }, "TWILIO": { @@ -112,10 +112,10 @@ "ERROR": "Acest câmp este obligatoriu" }, "MESSAGING_SERVICE_SID": { - "LABEL": "Messaging Service SID", - "PLACEHOLDER": "Please enter your Twilio Messaging Service SID", + "LABEL": "Serviciul de mesagerie SID", + "PLACEHOLDER": "Vă rugăm să introduceți Twilio Messaging Service SID", "ERROR": "Acest câmp este obligatoriu", - "USE_MESSAGING_SERVICE": "Use a Twilio Messaging Service" + "USE_MESSAGING_SERVICE": "Utilizați un serviciu de mesagerie Twilio" }, "CHANNEL_TYPE": { "LABEL": "Tipul canalului", @@ -134,7 +134,7 @@ "PHONE_NUMBER": { "LABEL": "Număr de telefon", "PLACEHOLDER": "Introduceți numărul de telefon de la care va fi trimis mesajul.", - "ERROR": "Please provide a valid phone number that starts with a `+` sign and does not contain any spaces." + "ERROR": "Vă rugăm să furnizați un număr de telefon valid care începe cu semnul \"+\" și nu conține spații." }, "API_CALLBACK": { "TITLE": "Callback URL", @@ -185,7 +185,7 @@ "PHONE_NUMBER": { "LABEL": "Număr de telefon", "PLACEHOLDER": "Introduceți numărul de telefon de la care va fi trimis mesajul.", - "ERROR": "Please provide a valid phone number that starts with a `+` sign and does not contain any spaces." + "ERROR": "Vă rugăm să furnizați un număr de telefon valid care începe cu semnul \"+\" și nu conține spații." }, "SUBMIT_BUTTON": "Creați un canal de lățime de bandă", "API": { @@ -214,21 +214,21 @@ "PHONE_NUMBER": { "LABEL": "Număr de telefon", "PLACEHOLDER": "Introduceți numărul de telefon de la care va fi trimis mesajul.", - "ERROR": "Please provide a valid phone number that starts with a `+` sign and does not contain any spaces." + "ERROR": "Vă rugăm să furnizați un număr de telefon valid care începe cu semnul \"+\" și nu conține spații." }, "PHONE_NUMBER_ID": { - "LABEL": "Phone number ID", - "PLACEHOLDER": "Please enter the Phone number ID obtained from Facebook developer dashboard.", + "LABEL": "ID-ul numărului de telefon", + "PLACEHOLDER": "Te rugăm să introduci ID-ul numărului de telefon obținut din tabloul de bord al dezvoltatorului Facebook.", "ERROR": "Vă rugăm să introduceți o valoare validă." }, "BUSINESS_ACCOUNT_ID": { - "LABEL": "Business Account ID", - "PLACEHOLDER": "Please enter the Business Account ID obtained from Facebook developer dashboard.", + "LABEL": "ID-ul contului de companie", + "PLACEHOLDER": "Te rugăm să introduci ID-ul contului de companie obținut din tabloul de bord al dezvoltatorului Facebook.", "ERROR": "Vă rugăm să introduceți o valoare validă." }, "WEBHOOK_VERIFY_TOKEN": { - "LABEL": "Webhook Verify Token", - "PLACEHOLDER": "Enter a verify token which you want to configure for facebook webhooks.", + "LABEL": "Webhook Verifica token-ul", + "PLACEHOLDER": "Introduceți un simbol verifica pe care doriți să configurați pentru webhooks Facebook.", "ERROR": "Vă rugăm să introduceți o valoare validă." }, "API_KEY": { @@ -239,9 +239,9 @@ }, "API_CALLBACK": { "TITLE": "Callback URL", - "SUBTITLE": "You have to configure the webhook URL and the verification token in the Facebook Developer portal with the values shown below.", + "SUBTITLE": "Trebuie să configurezi adresa URL webhook și simbolul de verificare în portalul Facebook pentru dezvoltatori cu valorile afișate mai jos.", "WEBHOOK_URL": "URL Webhook", - "WEBHOOK_VERIFICATION_TOKEN": "Webhook Verification Token" + "WEBHOOK_VERIFICATION_TOKEN": "Token de verificare Webhook" }, "SUBMIT_BUTTON": "Creați canalul WhatsApp", "API": { @@ -276,7 +276,7 @@ }, "EMAIL": { "LABEL": "Email", - "SUBTITLE": "E-mail unde clienții vă trimit bilete de suport", + "SUBTITLE": "Furnizați adresa de e-mail la care clienții trimit solicitări de asistență.", "PLACEHOLDER": "Email" }, "SUBMIT_BUTTON": "Creare canal Email", @@ -329,7 +329,7 @@ }, "AUTH": { "TITLE": "Alege un canal", - "DESC": "Chatwoot supports live-chat widgets, Facebook Messenger, Twitter profiles, WhatsApp, Emails, etc., as channels. If you want to build a custom channel, you can create it using the API channel. To get started, choose one of the channels below." + "DESC": "Chatwoot acceptă widget-uri live-chat, Facebook Messenger, profiluri Twitter, WhatsApp, e-mailuri etc., ca canale. Dacă doriți să construiți un canal personalizat, îl puteți crea folosind canalul API. Pentru a începe, alegeți unul dintre canalele de mai jos." }, "AGENTS": { "TITLE": "Agenți", @@ -346,15 +346,15 @@ "DESC": "Ai reușit să integrezi pagina ta de Facebook cu Chatwoot. Data viitoare când un client trimite un mesaj paginii tale, conversația va apărea automat pe căsuța ta poștală.
Vă oferim și un script de widget pe care îl puteți adăuga cu ușurință la site-ul dvs. Odată ce aceasta este în direct pe site-ul tău, clienții vă pot trimite mesaje direct de pe site-ul dvs fără ajutorul niciunui instrument extern și conversația va apărea aici, pe Chatwoot.
Cool, nu? Păi, sigur că încercăm să fim :)" }, "EMAIL_PROVIDER": { - "TITLE": "Select your email provider", - "DESCRIPTION": "Select an email provider from the list below. If you don't see your email provider in the list, you can select the other provider option and provide the IMAP and SMTP Credentials." + "TITLE": "Selectați furnizorul de e-mail", + "DESCRIPTION": "Selectați un furnizor de e-mail din lista de mai jos. Dacă nu vedeți furnizorul de e-mail în listă, puteți selecta opțiunea celuilalt furnizor și furniza acreditările IMAP și SMTP." }, "MICROSOFT": { - "TITLE": "Microsoft Email", - "DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.", - "EMAIL_PLACEHOLDER": "Enter email address", - "HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ", - "ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again" + "TITLE": "E-mail Microsoft", + "DESCRIPTION": "Faceți clic pe butonul Conectare cu Microsoft pentru a începe. Veți redirecționa către pagina de conectare la e-mail. După ce acceptați permisiunile solicitate, veți fi redirecționat înapoi la pasul de creare a inboxului.", + "EMAIL_PLACEHOLDER": "Introdu adresa de e-mail", + "HELP": "Pentru a vă adăuga contul Microsoft ca canal, trebuie să vă autentificați contul Microsoft făcând clic pe \"Conectați-vă cu Microsoft\" ", + "ERROR_MESSAGE": "A existat o eroare la conectarea la Microsoft, încercați din nou" } }, "DETAILS": { @@ -381,7 +381,7 @@ "API": { "SUCCESS_MESSAGE": "Setări Inbox actualizate cu succes", "AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Atribuire automată actualizată cu succes", - "ERROR_MESSAGE": "We couldn't update inbox settings. Please try again later." + "ERROR_MESSAGE": "Nu am putut actualiza setările inboxului. Încercați din nou mai târziu." }, "EMAIL_COLLECT_BOX": { "ENABLED": "Activat", @@ -432,7 +432,7 @@ "PRE_CHAT_FORM": "Formular pre chat", "BUSINESS_HOURS": "Program de lucru", "WIDGET_BUILDER": "Widget Builder", - "BOT_CONFIGURATION": "Bot Configuration" + "BOT_CONFIGURATION": "Configurarea botului" }, "SETTINGS": "Setări", "FEATURES": { @@ -440,15 +440,15 @@ "DISPLAY_FILE_PICKER": "Afișarea selectorului de fișiere pe widget", "DISPLAY_EMOJI_PICKER": "Afișarea selectorului de emoji pe widget", "ALLOW_END_CONVERSATION": "Permite utilizatorilor să încheie conversația din widget", - "USE_INBOX_AVATAR_FOR_BOT": "Use inbox name and avatar for the bot" + "USE_INBOX_AVATAR_FOR_BOT": "Utilizați numele inboxului și avatarul pentru bot" }, "SETTINGS_POPUP": { "MESSENGER_HEADING": "Script Messenger", "MESSENGER_SUB_HEAD": "Plasează acest buton în interiorul interiorul paginii web", "INBOX_AGENTS": "Agenți", "INBOX_AGENTS_SUB_TEXT": "Adaugă sau elimină agenți din acest inbox", - "AGENT_ASSIGNMENT": "Conversation Assignment", - "AGENT_ASSIGNMENT_SUB_TEXT": "Update conversation assignment settings", + "AGENT_ASSIGNMENT": "Atribuirea conversației", + "AGENT_ASSIGNMENT_SUB_TEXT": "Actualizarea setărilor de atribuire a conversațiilor", "UPDATE": "Actualizare", "ENABLE_EMAIL_COLLECT_BOX": "Caseta Activare colectare e-mail", "ENABLE_EMAIL_COLLECT_BOX_SUB_TEXT": "Caseta Activarea sau dezactivarea colectării e-mailurilor în conversația nouă", @@ -457,35 +457,42 @@ "ENABLE_CSAT_SUB_TEXT": "Activați/dezactivați sondajul CSAT (Satisfacția clienților) după rezolvarea unei conversații", "ENABLE_CONTINUITY_VIA_EMAIL": "Activați continuitatea conversației prin e-mail", "ENABLE_CONTINUITY_VIA_EMAIL_SUB_TEXT": "Conversațiile vor continua prin e-mail dacă adresa de e-mail de contact este disponibilă.", - "LOCK_TO_SINGLE_CONVERSATION": "Lock to single conversation", - "LOCK_TO_SINGLE_CONVERSATION_SUB_TEXT": "Enable or disable multiple conversations for the same contact in this inbox", + "LOCK_TO_SINGLE_CONVERSATION": "Blocarea la o singură conversație", + "LOCK_TO_SINGLE_CONVERSATION_SUB_TEXT": "Activarea sau dezactivarea mai multor conversații pentru aceeași persoană de contact în acest inbox", "INBOX_UPDATE_TITLE": "Setări Inbox", "INBOX_UPDATE_SUB_TEXT": "Actualizează setările de inbox", "AUTO_ASSIGNMENT_SUB_TEXT": "Activează sau dezactivează atribuirea automată a conversațiilor noi la agenții adăugați la această căsuță poștală.", "HMAC_VERIFICATION": "Validarea identității utilizatorului", - "HMAC_DESCRIPTION": "In order to validate the user's identity, you can pass an `identifier_hash` for each user. You can generate a HMAC sha256 hash using the `identifier` with the key shown here.", + "HMAC_DESCRIPTION": "Pentru a valida identitatea utilizatorului, puteți trece un \"identifier_hash\" pentru fiecare utilizator. Puteți genera un hash HMAC sha256 folosind \"identificatorul\" cu cheia afișată aici.", "HMAC_MANDATORY_VERIFICATION": "Impuneți validarea identității utilizatorului", - "HMAC_MANDATORY_DESCRIPTION": "If enabled, requests missing the `identifier_hash` will be rejected.", + "HMAC_MANDATORY_DESCRIPTION": "Dacă este activată, solicitările care lipsesc din \"identifier_hash\" vor fi respinse.", "INBOX_IDENTIFIER": "Identificator inbox", "INBOX_IDENTIFIER_SUB_TEXT": "Utilizați simbolul \"inbox_identifier\" afișat aici pentru a vă autentifica clienții API.", "FORWARD_EMAIL_TITLE": "Redirecționare către e-mail", "FORWARD_EMAIL_SUB_TEXT": "Începeți să vă trimiteți e-mailuri la următoarea adresă de e-mail.", "ALLOW_MESSAGES_AFTER_RESOLVED": "Permiteți rezolvarea mesajelor după ce conversația a fost rezolvată", "ALLOW_MESSAGES_AFTER_RESOLVED_SUB_TEXT": "Permiteți utilizatorilor finali să trimită mesaje chiar și după rezolvarea conversației.", - "WHATSAPP_SECTION_SUBHEADER": "This API Key is used for the integration with the WhatsApp APIs.", - "WHATSAPP_SECTION_UPDATE_SUBHEADER": "Enter the updated key to be used for the integration with the WhatsApp APIs.", + "WHATSAPP_SECTION_SUBHEADER": "Această cheie API este utilizată pentru integrarea cu API-urile WhatsApp.", + "WHATSAPP_SECTION_UPDATE_SUBHEADER": "Introduceți cheia actualizată pentru a fi utilizată pentru integrarea cu API-urile WhatsApp.", "WHATSAPP_SECTION_TITLE": "Cheie API", - "WHATSAPP_SECTION_UPDATE_TITLE": "Update API Key", - "WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Enter the new API Key here", + "WHATSAPP_SECTION_UPDATE_TITLE": "Actualizați cheia API", + "WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Introduceți noua cheie API aici", "WHATSAPP_SECTION_UPDATE_BUTTON": "Actualizare", - "WHATSAPP_WEBHOOK_TITLE": "Webhook Verify Token", - "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", - "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" + "WHATSAPP_WEBHOOK_TITLE": "Webhook Verifica token-ul", + "WHATSAPP_WEBHOOK_SUBHEADER": "Acest simbol este utilizat pentru a verifica autenticitatea punctului final webhook.", + "UPDATE_PRE_CHAT_FORM_SETTINGS": "Actualizarea setărilor formularului pre-chat" + }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" }, "AUTO_ASSIGNMENT": { - "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", - "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", - "MAX_ASSIGNMENT_LIMIT_SUB_TEXT": "Limit the maximum number of conversations from this inbox that can be auto assigned to an agent" + "MAX_ASSIGNMENT_LIMIT": "Limita de atribuire automată", + "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Vă rugăm să introduceți o valoare mai mare de 0", + "MAX_ASSIGNMENT_LIMIT_SUB_TEXT": "Limitați numărul maxim de conversații din acest inbox care pot fi atribuite automat unui agent" }, "FACEBOOK_REAUTHORIZE": { "TITLE": "Reautorizează", @@ -495,14 +502,14 @@ }, "PRE_CHAT_FORM": { "DESCRIPTION": "Formularele pre-chat vă permit să capturați informații despre utilizatori înainte de a începe conversația cu dvs.", - "SET_FIELDS": "Pre chat form fields", + "SET_FIELDS": "Câmpuri de formular pre-chat", "SET_FIELDS_HEADER": { - "FIELDS": "Fields", - "LABEL": "Label", - "PLACE_HOLDER": "Placeholder", + "FIELDS": "Câmpuri", + "LABEL": "Etichetă", + "PLACE_HOLDER": "Înlocuitor", "KEY": "Cheie", "TYPE": "Tip", - "REQUIRED": "Required" + "REQUIRED": "Necesar" }, "ENABLE": { "LABEL": "Activați formularul de pre chat", @@ -541,7 +548,7 @@ "IMAP": { "TITLE": "IMAP", "SUBTITLE": "Setarea detaliilor IMAP", - "NOTE_TEXT": "To enable SMTP, please configure IMAP.", + "NOTE_TEXT": "Pentru a activa SMTP, vă rugăm să configurați IMAP.", "UPDATE": "Actualizarea setărilor IMAP", "TOGGLE_AVAILABILITY": "Activarea configurației IMAP pentru acest inbox", "TOGGLE_HELP": "Activarea IMAP va ajuta utilizatorul să primească e-mailuri", @@ -569,7 +576,7 @@ }, "MICROSOFT": { "TITLE": "Microsoft", - "SUBTITLE": "Reauthorize your MICROSOFT account" + "SUBTITLE": "Reautorizarea contului MICROSOFT" }, "SMTP": { "TITLE": "SMTP", @@ -605,16 +612,16 @@ "SSL_TLS": "SSL/TLS", "START_TLS": "STARTTL-URI", "OPEN_SSL_VERIFY_MODE": "Deschideți modul de verificare SSL", - "AUTH_MECHANISM": "Authentication" + "AUTH_MECHANISM": "Autentificare" }, - "NOTE": "Note: ", + "NOTE": "Observație: ", "WIDGET_BUILDER": { "WIDGET_OPTIONS": { "AVATAR": { - "LABEL": "Website Avatar", + "LABEL": "Avatar site-ul web", "DELETE": { "API": { - "SUCCESS_MESSAGE": "Avatar deleted successfully", + "SUCCESS_MESSAGE": "Avatar șters cu succes", "ERROR_MESSAGE": "A apărut o eroare, încercați din nou" } } @@ -622,52 +629,52 @@ "WEBSITE_NAME": { "LABEL": "Nume website", "PLACE_HOLDER": "Introduceți numele website-ului dvs. (de exemplu: Acme Inc)", - "ERROR": "Please enter a valid website name" + "ERROR": "Vă rugăm să introduceți un nume valid al site-ului web" }, "WELCOME_HEADING": { "LABEL": "Titlu de salut", - "PLACE_HOLDER": "Hi there!" + "PLACE_HOLDER": "Bună!" }, "WELCOME_TAGLINE": { "LABEL": "Tagline de Bun Venit", "PLACE_HOLDER": "Noi facem conectarea cu noi simplă. Întreabă-ne orice, sau partajează-ți feedback-ul." }, "REPLY_TIME": { - "LABEL": "Reply Time", + "LABEL": "Timp de răspuns", "IN_A_FEW_MINUTES": "În câteva minute", "IN_A_FEW_HOURS": "În câteva ore", "IN_A_DAY": "Într-o zi" }, "WIDGET_COLOR_LABEL": "Culoare widget", - "WIDGET_BUBBLE_POSITION_LABEL": "Widget Bubble Position", - "WIDGET_BUBBLE_TYPE_LABEL": "Widget Bubble Type", + "WIDGET_BUBBLE_POSITION_LABEL": "Widget Bubble Poziția", + "WIDGET_BUBBLE_TYPE_LABEL": "Widget Bubble Tip", "WIDGET_BUBBLE_LAUNCHER_TITLE": { "DEFAULT": "Discută cu noi", - "LABEL": "Widget Bubble Launcher Title", + "LABEL": "Widget Bubble Launcher Titlu", "PLACE_HOLDER": "Discută cu noi" }, "UPDATE": { - "BUTTON_TEXT": "Update Widget Settings", + "BUTTON_TEXT": "Actualizați setările", "API": { - "SUCCESS_MESSAGE": "Widget settings updated successfully", - "ERROR_MESSAGE": "Unable to update widget settings" + "SUCCESS_MESSAGE": "Setările widget-ului actualizate cu succes", + "ERROR_MESSAGE": "Imposibil de actualizat setările IMAP" } }, "WIDGET_VIEW_OPTION": { "PREVIEW": "Previzualizați", - "SCRIPT": "Script" + "SCRIPT": "Script Messenger" }, "WIDGET_BUBBLE_POSITION": { - "LEFT": "Left", - "RIGHT": "Right" + "LEFT": "Stânga", + "RIGHT": "Dreapta" }, "WIDGET_BUBBLE_TYPE": { "STANDARD": "Standard", - "EXPANDED_BUBBLE": "Expanded Bubble" + "EXPANDED_BUBBLE": "Bubble extins" } }, "WIDGET_SCREEN": { - "DEFAULT": "Default", + "DEFAULT": "Implicit", "CHAT": "Chat" }, "REPLY_TIME": { @@ -681,18 +688,18 @@ }, "BODY": { "TEAM_AVAILABILITY": { - "ONLINE": "We are Online", + "ONLINE": "Suntem online", "OFFLINE": "Suntem plecați în acest moment" }, - "USER_MESSAGE": "Hi", - "AGENT_MESSAGE": "Hello" + "USER_MESSAGE": "Salut", + "AGENT_MESSAGE": "Bună" }, "BRANDING_TEXT": "Oferit de Chatwoot", - "SCRIPT_SETTINGS": "\n window.chatwootSettings = {options};" + "SCRIPT_SETTINGS": "\nwindow.chatwootSettings = {options};" }, "EMAIL_PROVIDERS": { "MICROSOFT": "Microsoft", - "OTHER_PROVIDERS": "Other Providers" + "OTHER_PROVIDERS": "Alți furnizori" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/integrations.json b/app/javascript/dashboard/i18n/locale/ro/integrations.json index 6b9c8a960..4662b431a 100644 --- a/app/javascript/dashboard/i18n/locale/ro/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ro/integrations.json @@ -2,21 +2,21 @@ "INTEGRATION_SETTINGS": { "HEADER": "Integrări", "WEBHOOK": { - "SUBSCRIBED_EVENTS": "Subscribed Events", + "SUBSCRIBED_EVENTS": "Evenimente subscrise", "FORM": { "CANCEL": "Renunță", "DESC": "Evenimentele Webhook vă oferă informații în timp real despre ce se întâmplă în contul dvs. Chatwoot. Introduceți un URL valid pentru a configura un callback.", "SUBSCRIPTIONS": { - "LABEL": "Events", + "LABEL": "Evenimente", "EVENTS": { - "CONVERSATION_CREATED": "Conversation Created", - "CONVERSATION_STATUS_CHANGED": "Conversation Status Changed", - "CONVERSATION_UPDATED": "Conversation Updated", - "MESSAGE_CREATED": "Message created", - "MESSAGE_UPDATED": "Message updated", - "WEBWIDGET_TRIGGERED": "Live chat widget opened by the user", - "CONTACT_CREATED": "Contact created", - "CONTACT_UPDATED": "Contact updated" + "CONVERSATION_CREATED": "Conversație creată", + "CONVERSATION_STATUS_CHANGED": "Stare conversație schimbată", + "CONVERSATION_UPDATED": "Conversație actualizată", + "MESSAGE_CREATED": "Mesaj creat", + "MESSAGE_UPDATED": "Mesaj actualizat", + "WEBWIDGET_TRIGGERED": "Widget de chat live deschis de utilizator", + "CONTACT_CREATED": "Persoană de contact creată", + "CONTACT_UPDATED": "Persoană de contact actualizată" } }, "END_POINT": { @@ -24,7 +24,7 @@ "PLACEHOLDER": "Exemplu: https://example/api/webhook", "ERROR": "Te rog introdu un URL valid" }, - "EDIT_SUBMIT": "Update webhook", + "EDIT_SUBMIT": "Actualizați webhook", "ADD_SUBMIT": "Creează webhook" }, "TITLE": "Webhook", @@ -46,7 +46,7 @@ "BUTTON_TEXT": "Editare", "TITLE": "Editare webhook", "API": { - "SUCCESS_MESSAGE": "Webhook configuration updated successfully", + "SUCCESS_MESSAGE": "Configurația Webhook actualizată cu succes", "ERROR_MESSAGE": "Nu s-a putut conecta la Woot Server, încercați din nou mai târziu" } }, @@ -54,7 +54,7 @@ "CANCEL": "Renunță", "TITLE": "Adaugă un nou webhook", "API": { - "SUCCESS_MESSAGE": "Webhook configuration added successfully", + "SUCCESS_MESSAGE": "Configurare Webhook adăugată cu succes", "ERROR_MESSAGE": "Nu s-a putut conecta la Woot Server, încercați din nou mai târziu" } }, @@ -66,7 +66,7 @@ }, "CONFIRM": { "TITLE": "Confirmă ștergerea", - "MESSAGE": "Are you sure to delete the webhook? (%{webhookURL})", + "MESSAGE": "Sunteți sigur de a șterge webhook? (%{webhookURL})", "YES": "Da, șterge ", "NO": "Nu, păstreaza" } @@ -79,11 +79,28 @@ } }, "DYTE": { - "CLICK_HERE_TO_JOIN": "Click here to join", - "LEAVE_THE_ROOM": "Leave the room", - "START_VIDEO_CALL_HELP_TEXT": "Start a new video call with the customer", - "JOIN_ERROR": "There was an error joining the call, please try again", - "CREATE_ERROR": "There was an error creating a meeting link, please try again" + "CLICK_HERE_TO_JOIN": "Click aici pentru a vă alătura", + "LEAVE_THE_ROOM": "Părăsiți camera", + "START_VIDEO_CALL_HELP_TEXT": "Inițierea unui nou apel video cu clientul", + "JOIN_ERROR": "A existat o eroare la aderarea la apel, vă rugăm să încercați din nou", + "CREATE_ERROR": "A existat o eroare la crearea unui link de întâlnire, încercați din nou" + }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Renunță" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" }, "DELETE": { "BUTTON_TEXT": "Şterge", @@ -95,49 +112,49 @@ "BUTTON_TEXT": "Conectează-te" }, "DASHBOARD_APPS": { - "TITLE": "Dashboard Apps", - "HEADER_BTN_TXT": "Add a new dashboard app", - "SIDEBAR_TXT": "

Dashboard Apps

Dashboard Apps allow organizations to embed an application inside the Chatwoot dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that inside the dashboard to provide user information, their orders, or their previous payment history.

When you embed your application using the dashboard in Chatwoot, your application will get the context of the conversation and contact as a window event. Implement a listener for the message event on your page to receive the context.

To add a new dashboard app, click on the button 'Add a new dashboard app'.

", - "DESCRIPTION": "Dashboard Apps allow organizations to embed an application inside the dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that to provide user information, their orders, or their previous payment history.", + "TITLE": "Aplicații tablou de bord", + "HEADER_BTN_TXT": "Adăugarea unei noi aplicații pentru tabloul de bord", + "SIDEBAR_TXT": "

Aplicații tablou de bord

Aplicațiile tablou de bord permit organizațiilor să încorporeze o aplicație în tabloul de bord Chatwoot pentru a oferi contextul pentru agenții de asistență pentru clienți. Această caracteristică vă permite să creați o aplicație independent și să o încorporați în interiorul tabloului de bord pentru a furniza informații despre utilizator, comenzile lor sau istoricul plăților anterioare.

Când încorporați aplicația utilizând tabloul de bord în Chatwoot, aplicația va primi contextul conversației și al contactului ca eveniment de fereastră. Implementați un ascultător pentru evenimentul mesajului de pe pagina dvs., pentru a primi contextul.

Pentru a adăuga o nouă aplicație de tablou de bord, faceți clic pe butonul \"Adăugați o nouă aplicație de tablou de bord\".

", + "DESCRIPTION": "Aplicațiile tablou de bord permit organizațiilor să încorporeze o aplicație în interiorul tabloului de bord pentru a oferi contextul agenților de asistență pentru clienți. Această caracteristică vă permite să creați o aplicație independent și să o încorporați pentru a furniza informații despre utilizator, comenzile lor sau istoricul plăților anterioare.", "LIST": { - "404": "There are no dashboard apps configured on this account yet", - "LOADING": "Fetching dashboard apps...", + "404": "Nu există încă aplicații de tablou de bord configurate pe acest cont", + "LOADING": "Preluarea aplicațiilor de tablou de bord...", "TABLE_HEADER": [ "Nume", - "Endpoint" + "Punct final" ], - "EDIT_TOOLTIP": "Edit app", - "DELETE_TOOLTIP": "Delete app" + "EDIT_TOOLTIP": "Editarea aplicației", + "DELETE_TOOLTIP": "Ștergerea aplicației" }, "FORM": { "TITLE_LABEL": "Nume", - "TITLE_PLACEHOLDER": "Enter a name for your dashboard app", - "TITLE_ERROR": "A name for the dashboard app is required", - "URL_LABEL": "Endpoint", - "URL_PLACEHOLDER": "Enter the endpoint URL where your app is hosted", - "URL_ERROR": "A valid URL is required" + "TITLE_PLACEHOLDER": "Introduceți un nume pentru aplicația tablou de bord", + "TITLE_ERROR": "Este necesar un nume pentru aplicația tabloul de bord", + "URL_LABEL": "Punct final", + "URL_PLACEHOLDER": "Introduceți adresa URL a punctului final în care este găzduită aplicația dvs.", + "URL_ERROR": "Este necesară o adresă URL validă" }, "CREATE": { - "HEADER": "Add a new dashboard app", + "HEADER": "Adăugarea unei noi aplicații pentru tabloul de bord", "FORM_SUBMIT": "Trimite", "FORM_CANCEL": "Renunță", - "API_SUCCESS": "Dashboard app configured successfully", - "API_ERROR": "We couldn't create an app. Please try again later" + "API_SUCCESS": "Aplicația Tablou de bord configurată cu succes", + "API_ERROR": "Nu am putut crea o aplicație. Încercați din nou mai târziu" }, "UPDATE": { - "HEADER": "Edit dashboard app", + "HEADER": "Accesați Tabloul de bord conversație", "FORM_SUBMIT": "Actualizare", "FORM_CANCEL": "Renunță", - "API_SUCCESS": "Dashboard app updated successfully", - "API_ERROR": "We couldn't update the app. Please try again later" + "API_SUCCESS": "Setările IMAP actualizate cu succes", + "API_ERROR": "Nu am putut actualiza aplicația. Încercați din nou mai târziu" }, "DELETE": { - "CONFIRM_YES": "Yes, delete it", - "CONFIRM_NO": "No, keep it", + "CONFIRM_YES": "Da, ștergeți acest lucru", + "CONFIRM_NO": "Nu, păstreaza", "TITLE": "Confirmă ștergerea", - "MESSAGE": "Are you sure to delete the app - %{appName}?", - "API_SUCCESS": "Dashboard app deleted successfully", - "API_ERROR": "We couldn't delete the app. Please try again later" + "MESSAGE": "Sunteți sigur că ștergeți aplicația - %{appName}?", + "API_SUCCESS": "Aplicația Tablou de bord ștearsă cu succes", + "API_ERROR": "Nu am putut șterge aplicația. Încercați din nou mai târziu" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/login.json b/app/javascript/dashboard/i18n/locale/ro/login.json index 26759579a..680b8174c 100644 --- a/app/javascript/dashboard/i18n/locale/ro/login.json +++ b/app/javascript/dashboard/i18n/locale/ro/login.json @@ -3,21 +3,21 @@ "TITLE": "Conectează-te la Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email ex: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Parola", "PLACEHOLDER": "Parola" }, "API": { - "SUCCESS_MESSAGE": "Autentificare reușită", - "ERROR_MESSAGE": "Nu s-a putut conecta la Woot Server, încercați din nou mai târziu", - "UNAUTH": "Nume utilizator / parolă incorectă. Vă rugăm să încercaţi din nou" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { - "GOOGLE_LOGIN": "Login with Google", - "BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login", - "NO_ACCOUNT_FOUND": "We couldn't find an account for your email address." + "GOOGLE_LOGIN": "Autentifica-te cu Google+", + "BUSINESS_ACCOUNTS_ONLY": "Vă rugăm să utilizați adresa de e-mail a companiei pentru a vă autentifica", + "NO_ACCOUNT_FOUND": "Nu am putut găsi un cont pentru adresa ta de e-mail." }, "FORGOT_PASSWORD": "Ai uitat parola?", "CREATE_NEW_ACCOUNT": "Creează un cont nou", diff --git a/app/javascript/dashboard/i18n/locale/ro/macros.json b/app/javascript/dashboard/i18n/locale/ro/macros.json index d19d94199..822caef8b 100644 --- a/app/javascript/dashboard/i18n/locale/ro/macros.json +++ b/app/javascript/dashboard/i18n/locale/ro/macros.json @@ -1,78 +1,78 @@ { "MACROS": { - "HEADER": "Macros", - "HEADER_BTN_TXT": "Add a new macro", - "HEADER_BTN_TXT_SAVE": "Save macro", - "LOADING": "Fetching macros", - "SIDEBAR_TXT": "

Macros

A macro is a set of saved actions that help customer service agents easily complete tasks. The agents can define a set of actions like tagging a conversation with a label, sending an email transcript, updating a custom attribute, etc., and they can run these actions in a single click. When the agents run the macro, the actions would be performed sequentially in the order they are defined. Macros improve productivity and increase consistency in actions.

A macro can be helpful in 2 ways.

As an agent assist: If an agent performs a set of actions multiple times, they can save it as a macro and execute all the actions together using a single click.

As an option to onboard a team member: Every agent has to perform many different checks/actions during each conversation. Onboarding a new support team member will be easy if pre-defined macros are available on the account. Instead of describing each step in detail, the manager/team lead can point to the macros used in different scenarios.

", - "ERROR": "Something went wrong. Please try again", - "ORDER_INFO": "Macros will run in the order you add your actions. You can rearrange them by dragging them by the handle beside each node.", + "HEADER": "Macrocomenzi", + "HEADER_BTN_TXT": "Adaugă un nou webhook", + "HEADER_BTN_TXT_SAVE": "Salvarea macrocomenzii", + "LOADING": "Preluarea macrocomenzilor", + "SIDEBAR_TXT": "

Macrocomenzi

O macrocomandă este un set de acțiuni salvate care ajută agenții de servicii pentru clienți să finalizeze cu ușurință activitățile. Agenții pot defini un set de acțiuni, cum ar fi etichetarea unei conversații cu o etichetă, trimiterea unei transcrieri a e-mailului, actualizarea unui atribut particularizat etc., și pot rula aceste acțiuni cu un singur clic. Când agenții execută macrocomanda, acțiunile vor fi efectuate secvențial în ordinea în care sunt definite. Macrocomenzile îmbunătățesc productivitatea și cresc consecvența acțiunilor.

O macrocomandă poate fi utilă în 2 moduri.

În calitate de agent de asistență: Dacă un agent efectuează un set de acțiuni de mai multe ori, îl poate salva ca macrocomandă și poate executa toate acțiunile împreună folosind un singur clic.

Ca opțiune de a înscrie un membru al echipei: Fiecare agent trebuie să efectueze multe verificări / acțiuni diferite în timpul fiecărei conversații. Înscrierea unui nou membru al echipei de asistență va fi ușoară dacă macrocomenzi predefinite sunt disponibile în cont. În loc să descrie fiecare pas în detaliu, coordonatorul manager/echipă poate indica spre macrocomenzile utilizate în diferite scenarii.

", + "ERROR": "Ceva nu a mers bine. Vă rugăm să încercați din nou", + "ORDER_INFO": "Macrocomenzile vor rula în ordinea în care adăugați acțiunile. Le puteți rearanja trăgându-le de mânerul de lângă fiecare nod.", "ADD": { "FORM": { "NAME": { - "LABEL": "Macro name", - "PLACEHOLDER": "Enter a name for your macro", - "ERROR": "Name is required for creating a macro" + "LABEL": "Numele macrocomenzii", + "PLACEHOLDER": "Introducerea unui nume pentru macrocomandă", + "ERROR": "Numele este necesar pentru crearea unei macrocomenzi" }, "ACTIONS": { "LABEL": "Actiuni" } }, "API": { - "SUCCESS_MESSAGE": "Macro added successfully", - "ERROR_MESSAGE": "Unable to create macro, Please try again later" + "SUCCESS_MESSAGE": "Macrocomandă adăugată cu succes", + "ERROR_MESSAGE": "Imposibil de creat macrocomanda, încercați din nou mai târziu" } }, "LIST": { "TABLE_HEADER": [ "Nume", - "Created by", - "Last updated by", - "Visibility" + "Creat de", + "Ultima actualizare de către", + "Vizibilitate" ], - "404": "No macros found" + "404": "Nu s-au găsit macrocomenzi" }, "DELETE": { - "TOOLTIP": "Delete macro", + "TOOLTIP": "Ștergerea macrocomenzii", "CONFIRM": { "MESSAGE": "Sigur doriți să ștergeți ", "YES": "Da, șterge", "NO": "Nu" }, "API": { - "SUCCESS_MESSAGE": "Macro deleted successfully", - "ERROR_MESSAGE": "There was an error deleting the macro. Please try again later" + "SUCCESS_MESSAGE": "Macrocomanda ștearsă cu succes", + "ERROR_MESSAGE": "A existat o eroare la ștergerea macrocomenzii. Încercați din nou mai târziu" } }, "EDIT": { - "TOOLTIP": "Edit macro", + "TOOLTIP": "Editarea macrocomenzii", "API": { - "SUCCESS_MESSAGE": "Macro updated successfully", - "ERROR_MESSAGE": "Could not update Macro, Please try again later" + "SUCCESS_MESSAGE": "Macrocomenzi actualizate cu succes", + "ERROR_MESSAGE": "Nu s-a putut actualiza macrocomanda, încercați din nou mai târziu" } }, "EDITOR": { - "START_FLOW": "Start Flow", - "END_FLOW": "End Flow", - "LOADING": "Fetching macro", - "ADD_BTN_TOOLTIP": "Add new action", - "DELETE_BTN_TOOLTIP": "Delete Action", + "START_FLOW": "Flux de pornire", + "END_FLOW": "Fluxul final", + "LOADING": "Preluarea macrocomenzii", + "ADD_BTN_TOOLTIP": "Adăugarea unei acțiuni noi", + "DELETE_BTN_TOOLTIP": "Ștergere acțiune", "VISIBILITY": { - "LABEL": "Macro Visibility", + "LABEL": "Vizibilitatea macrocomenzilor", "GLOBAL": { "LABEL": "Public", - "DESCRIPTION": "This macro is available publicly for all agents in this account." + "DESCRIPTION": "Această macrocomandă este disponibilă public pentru toți agenții din acest cont." }, "PERSONAL": { - "LABEL": "Private", - "DESCRIPTION": "This macro will be private to you and not be available to others." + "LABEL": "Privat", + "DESCRIPTION": "Această macrocomandă va fi privată pentru tine și nu va fi disponibilă pentru alte persoane." } } }, "EXECUTE": { - "BUTTON_TOOLTIP": "Execute", - "PREVIEW": "Preview Macro", - "EXECUTED_SUCCESSFULLY": "Macro executed successfully" + "BUTTON_TOOLTIP": "Executa", + "PREVIEW": "Previzualizarea macrocomenzii", + "EXECUTED_SUCCESSFULLY": "Macrocomandă executată cu succes" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/report.json b/app/javascript/dashboard/i18n/locale/ro/report.json index 3620f380d..31d08a846 100644 --- a/app/javascript/dashboard/i18n/locale/ro/report.json +++ b/app/javascript/dashboard/i18n/locale/ro/report.json @@ -21,13 +21,13 @@ "NAME": "Primul timp de răspuns", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Primul timp de răspuns este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_TIME": { "NAME": "Timp Rezolutie", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Timpul de rezolvare este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_COUNT": { "NAME": "Număr de rezoluții", @@ -65,7 +65,7 @@ "PLACEHOLDER": "Selectarea intervalului de date" }, "GROUP_BY_FILTER_DROPDOWN_LABEL": "Nu sunt conversații active în acest grup.", - "DURATION_FILTER_LABEL": "Duration", + "DURATION_FILTER_LABEL": "Durata", "GROUP_BY_DAY_OPTIONS": [ { "id": 1, @@ -139,13 +139,13 @@ "NAME": "Primul timp de răspuns", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Primul timp de răspuns este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_TIME": { "NAME": "Timp Rezolutie", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Timpul de rezolvare este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_COUNT": { "NAME": "Număr de rezoluții", @@ -206,13 +206,13 @@ "NAME": "Primul timp de răspuns", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Primul timp de răspuns este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_TIME": { "NAME": "Timp Rezolutie", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Timpul de rezolvare este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_COUNT": { "NAME": "Număr de rezoluții", @@ -273,13 +273,13 @@ "NAME": "Primul timp de răspuns", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Primul timp de răspuns este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_TIME": { "NAME": "Timp Rezolutie", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Timpul de rezolvare este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_COUNT": { "NAME": "Număr de rezoluții", @@ -340,13 +340,13 @@ "NAME": "Primul timp de răspuns", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Primul timp de răspuns este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_TIME": { "NAME": "Timp Rezolutie", "DESC": "(Medie)", "INFO_TEXT": "Numărul total de conversații utilizate pentru calcul:", - "TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)" + "TOOLTIP_TEXT": "Timpul de rezolvare este %{metricValue} (pe baza conversațiilor %{conversationCount})" }, "RESOLUTION_COUNT": { "NAME": "Număr de rezoluții", @@ -387,7 +387,7 @@ "CSAT_REPORTS": { "HEADER": "Rapoarte CSAT", "NO_RECORDS": "Nu există răspunsuri predefinite disponibile în acest cont.", - "DOWNLOAD": "Download CSAT Reports", + "DOWNLOAD": "Descărcați rapoartele CSAT", "FILTERS": { "AGENTS": { "PLACEHOLDER": "Alege agenți" @@ -420,43 +420,43 @@ "HEADER": "Prezentare generală", "LIVE": "Live", "ACCOUNT_CONVERSATIONS": { - "HEADER": "Open Conversations", - "LOADING_MESSAGE": "Loading conversation metrics...", + "HEADER": "Deschiderea conversațiilor", + "LOADING_MESSAGE": "Încărcarea valorilor conversației...", "OPEN": "Deschide", - "UNATTENDED": "Unattended", + "UNATTENDED": "Neasistat", "UNASSIGNED": "Neatribuit" }, "CONVERSATION_HEATMAP": { - "HEADER": "Conversation Traffic", - "NO_CONVERSATIONS": "No conversations", - "CONVERSATION": "%{count} conversation", - "CONVERSATIONS": "%{count} conversations" + "HEADER": "Trafic de conversație", + "NO_CONVERSATIONS": "Fără conversații", + "CONVERSATION": "%{count} conversație", + "CONVERSATIONS": "conversații %{count}" }, "AGENT_CONVERSATIONS": { - "HEADER": "Conversations by agents", - "LOADING_MESSAGE": "Loading agent metrics...", - "NO_AGENTS": "There are no conversations by agents", + "HEADER": "Conversațiile agenților", + "LOADING_MESSAGE": "Măsurătorile agentului de încărcare...", + "NO_AGENTS": "Nu există conversații ale agenților", "TABLE_HEADER": { "AGENT": "Agent", - "OPEN": "OPEN", - "UNATTENDED": "Unattended", + "OPEN": "DESCHIS", + "UNATTENDED": "Neasistat", "STATUS": "Status" } }, "AGENT_STATUS": { - "HEADER": "Agent status", + "HEADER": "Starea agentului", "ONLINE": "Online", "BUSY": "Ocupat", "OFFLINE": "Deconectat" } }, "DAYS_OF_WEEK": { - "SUNDAY": "Sunday", - "MONDAY": "Monday", - "TUESDAY": "Tuesday", - "WEDNESDAY": "Wednesday", - "THURSDAY": "Thursday", - "FRIDAY": "Friday", - "SATURDAY": "Saturday" + "SUNDAY": "Duminică", + "MONDAY": "Luni", + "TUESDAY": "Marți", + "WEDNESDAY": "Miercuri", + "THURSDAY": "Joi", + "FRIDAY": "Vineri", + "SATURDAY": "Sâmbătă" } } diff --git a/app/javascript/dashboard/i18n/locale/ro/resetPassword.json b/app/javascript/dashboard/i18n/locale/ro/resetPassword.json index c7e30267a..44f63583b 100644 --- a/app/javascript/dashboard/i18n/locale/ro/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ro/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Resetează Parola", + "TITLE": "Resetare parolă", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Te rugăm să introduci adresa de e-mail", - "ERROR": "Te rugăm să introduci adresa de e-mail" + "PLACEHOLDER": "Te rugăm să introduci adresa de e-mail.", + "ERROR": "Te rugăm să introduci adresa de e-mail." }, "API": { - "SUCCESS_MESSAGE": "Link-ul de resetare a parolei a fost trimis pe e-mail", - "ERROR_MESSAGE": "Nu s-a putut conecta la Woot Server, încercați din nou mai târziu" + "SUCCESS_MESSAGE": "Link-ul de resetare a parolei a fost trimis pe e-mail.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Trimite" } diff --git a/app/javascript/dashboard/i18n/locale/ro/search.json b/app/javascript/dashboard/i18n/locale/ro/search.json index 8f6d7b783..afee80937 100644 --- a/app/javascript/dashboard/i18n/locale/ro/search.json +++ b/app/javascript/dashboard/i18n/locale/ro/search.json @@ -11,13 +11,13 @@ "CONVERSATIONS": "Conversații", "MESSAGES": "Mesaje" }, - "EMPTY_STATE": "No %{item} found for query '%{query}'", - "EMPTY_STATE_FULL": "No results found for query '%{query}'", - "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "EMPTY_STATE": "Nu există elemente care să corespundă acestei interogări", + "EMPTY_STATE_FULL": "Niciun rezultat găsit", + "PLACEHOLDER_KEYBINDING": "/ să se concentreze", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Căutați după id-ul conversației, e-mail, numărul de telefon, mesajele pentru rezultate de căutare mai bune. ", "BOT_LABEL": "Bot", - "READ_MORE": "Read more", - "WROTE": "wrote:" + "READ_MORE": "Citeşte mai mult", + "WROTE": "Wrote:" } } diff --git a/app/javascript/dashboard/i18n/locale/ro/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ro/setNewPassword.json index 72fc275bf..edd786d44 100644 --- a/app/javascript/dashboard/i18n/locale/ro/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ro/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Setare parolă nouă", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Parola", "PLACEHOLDER": "Parola", - "ERROR": "Parola este prea scurta" + "ERROR": "Parola este prea scurta." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirmă parola", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirmă parola", - "ERROR": "Parola nu coincide" + "ERROR": "Parola nu coincide." }, "API": { - "SUCCESS_MESSAGE": "Parola a fost schimbată cu succes", - "ERROR_MESSAGE": "Nu s-a putut conecta la Woot Server, încercați din nou mai târziu" + "SUCCESS_MESSAGE": "Parola a fost schimbată cu succes.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verificarea a expirat. Vă rugăm să rezolvați captcha din nou." diff --git a/app/javascript/dashboard/i18n/locale/ro/settings.json b/app/javascript/dashboard/i18n/locale/ro/settings.json index 00ca627f4..21384574a 100644 --- a/app/javascript/dashboard/i18n/locale/ro/settings.json +++ b/app/javascript/dashboard/i18n/locale/ro/settings.json @@ -20,23 +20,23 @@ "NOTE": "Adresa ta de email este identitatea ta și este folosită pentru a te autentifica." }, "SEND_MESSAGE": { - "TITLE": "Hotkey to send messages", - "NOTE": "You can select a hotkey (either Enter or Cmd/Ctrl+Enter) based on your preference of writing.", - "UPDATE_SUCCESS": "Your settings have been updated successfully", + "TITLE": "Taste rapide pentru a trimite mesaje", + "NOTE": "Puteți selecta o tastă rapidă (enter sau Cmd/Ctrl+Enter) în funcție de preferințele dumneavoastră de a scrie.", + "UPDATE_SUCCESS": "Setările au fost actualizate cu succes", "CARD": { "ENTER_KEY": { - "HEADING": "Enter (↵)", - "CONTENT": "Send messages by pressing Enter key instead of clicking the send button." + "HEADING": "Introduceți (↵)", + "CONTENT": "Trimiteți mesaje apăsând tasta Enter în loc să faceți clic pe butonul trimitere." }, "CMD_ENTER_KEY": { "HEADING": "Cmd/Ctrl + Enter (⌘ + ↵)", - "CONTENT": "Send messages by pressing Cmd/Ctrl + enter key instead of clicking the send button." + "CONTENT": "Trimiteți mesaje apăsând tasta Cmd/ Ctrl + enter în loc să faceți clic pe butonul trimitere." } } }, "MESSAGE_SIGNATURE_SECTION": { "TITLE": "Semnătura mesajului personal", - "NOTE": "Create a personal message signature that would be added to all the messages you send from your email inbox. Use the rich content editor to create a highly personalised signature.", + "NOTE": "Creați o semnătură de mesaj personal care ar fi adăugată la toate mesajele pe care le trimiteți din inboxul de e-mail. Utilizați editorul de conținut îmbogățit pentru a crea o semnătură extrem de personalizată.", "BTN_TEXT": "Salvarea semnăturii mesajului", "API_ERROR": "Nu s-a putut trimite! Încearcă din nou", "API_SUCCESS": "Semnătura salvată cu succes" @@ -59,18 +59,18 @@ "TITLE": "Notificări audio", "NOTE": "Activați notificările audio în tabloul de bord pentru mesaje și conversații noi.", "ALERT_TYPE": { - "TITLE": "Alert events:", + "TITLE": "Evenimente de alertă:", "NONE": "Nimic", "ASSIGNED": "Conversații atribuite", "ALL_CONVERSATIONS": "Toate conversațiile" }, "DEFAULT_TONE": { - "TITLE": "Alert tone:" + "TITLE": "Tonul de alertă:" }, "CONDITIONS": { - "TITLE": "Alert conditions:", - "CONDITION_ONE": "Send audio alerts only if the browser window is not active", - "CONDITION_TWO": "Send alerts every 30s until all the assigned conversations are read" + "TITLE": "Condiții de alertă:", + "CONDITION_ONE": "Trimiteți alerte audio numai dacă fereastra browserului nu este activă", + "CONDITION_TWO": "Trimiteți alerte la fiecare 30 de ani până când toate conversațiile atribuite sunt citite" } }, "EMAIL_NOTIFICATIONS_SECTION": { @@ -80,7 +80,7 @@ "CONVERSATION_CREATION": "Trimite notificări prin e-mail atunci când o conversație nouă este creată", "CONVERSATION_MENTION": "Trimiterea notificărilor prin e-mail atunci când sunteți menționat într-o conversație", "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Trimiterea notificărilor prin e-mail atunci când se creează un mesaj nou într-o conversație atribuită", - "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in a participating conversation" + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Trimiterea notificărilor prin e-mail atunci când se creează un mesaj nou într-o conversație atribuită" }, "API": { "UPDATE_SUCCESS": "Preferințele de notificare sunt actualizate cu succes", @@ -93,7 +93,7 @@ "CONVERSATION_CREATION": "Trimite notificări push atunci când o conversație nouă este creată", "CONVERSATION_MENTION": "Trimiterea notificărilor push atunci când sunteți menționat într-o conversație", "ASSIGNED_CONVERSATION_NEW_MESSAGE": "Trimiterea notificărilor push atunci când se creează un mesaj nou într-o conversație atribuită", - "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in a participating conversation", + "PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Trimiterea notificărilor push atunci când se creează un mesaj nou într-o conversație participantă", "HAS_ENABLED_PUSH": "Ați activat apăsarea pentru acest browser.", "REQUEST_PUSH": "Activează notificările push" }, @@ -117,8 +117,8 @@ "Ocupat", "Deconectat" ], - "SET_AVAILABILITY_SUCCESS": "Availability has been set successfully", - "SET_AVAILABILITY_ERROR": "Couldn't set availability, please try again" + "SET_AVAILABILITY_SUCCESS": "Avatar a fost șters cu succes", + "SET_AVAILABILITY_ERROR": "Nu s-a putut atribui agentul. Vă rugăm încercați din nou." }, "EMAIL": { "LABEL": "Adresa ta de email", @@ -149,7 +149,7 @@ "SELECTOR_SUBTITLE": "Selectaţi un cont din următoarea listă", "PROFILE_SETTINGS": "Setări profil", "KEYBOARD_SHORTCUTS": "Scurtături Tastatură", - "SUPER_ADMIN_CONSOLE": "Super Admin Console", + "SUPER_ADMIN_CONSOLE": "Super Admin Consola", "LOGOUT": "Deconectare" }, "APP_GLOBAL": { @@ -157,19 +157,19 @@ "TRAIL_BUTTON": "Cumpara acum", "DELETED_USER": "Utilizator șters", "ACCOUNT_SUSPENDED": { - "TITLE": "Account Suspended", - "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." + "TITLE": "Cont suspendat", + "MESSAGE": "Contul tău este suspendat. Vă rugăm să contactați echipa de asistență pentru mai multe informații." } }, "COMPONENTS": { "CODE": { "BUTTON_TEXT": "Copiază", - "CODEPEN": "Open in CodePen", + "CODEPEN": "Deschis în CodePen", "COPY_SUCCESSFUL": "Cod copiat în clipboard cu succes" }, "SHOW_MORE_BLOCK": { - "SHOW_MORE": "Show More", - "SHOW_LESS": "Show Less" + "SHOW_MORE": "Arată mai multe", + "SHOW_LESS": "Afișați mai puține" }, "FILE_BUBBLE": { "DOWNLOAD": "Descărcare", @@ -177,7 +177,7 @@ "INSTAGRAM_STORY_UNAVAILABLE": "Această poveste nu mai este disponibilă." }, "LOCATION_BUBBLE": { - "SEE_ON_MAP": "See on map" + "SEE_ON_MAP": "Vezi pe hartă" }, "FORM_BUBBLE": { "SUBMIT": "Trimite" @@ -191,19 +191,19 @@ }, "SIDEBAR": { "CURRENTLY_VIEWING_ACCOUNT": "În prezent, vizualizarea:", - "SWITCH": "Switch", + "SWITCH": "Comută contul", "CONVERSATIONS": "Conversații", "ALL_CONVERSATIONS": "Toate conversațiile", "MENTIONED_CONVERSATIONS": "Menţionări", "PARTICIPATING_CONVERSATIONS": "Participante", - "UNATTENDED_CONVERSATIONS": "Unattended", + "UNATTENDED_CONVERSATIONS": "Neasistat", "REPORTS": "Rapoarte", "SETTINGS": "Setări", "CONTACTS": "Contacte", "HOME": "Acasa", "AGENTS": "Agenți", "AGENT_BOTS": "Boți", - "AUDIT_LOGS": "Audit Logs", + "AUDIT_LOGS": "Jurnale de audit", "INBOXES": "Căsuțe", "NOTIFICATIONS": "Notificări", "CANNED_RESPONSES": "Răspunsuri predefinite", @@ -214,9 +214,9 @@ "LABELS": "Etichete", "CUSTOM_ATTRIBUTES": "Editează atribut personalizat", "AUTOMATION": "Automatizare", - "MACROS": "Macros", + "MACROS": "Macrocomenzi", "TEAMS": "Echipe", - "BILLING": "Billing", + "BILLING": "Facturare", "CUSTOM_VIEWS_FOLDER": "Foldere", "CUSTOM_VIEWS_SEGMENTS": "Segmente", "ALL_CONTACTS": "Toate persoanele de contact", @@ -238,38 +238,38 @@ "REPORTS_OVERVIEW": "Prezentare generală", "FACEBOOK_REAUTHORIZE": "Conexiunea ta de Facebook a expirat, te rugăm să-ți reconectezi pagina de Facebook pentru a continua serviciile", "HELP_CENTER": { - "TITLE": "Help Center (Beta)", - "ALL_ARTICLES": "All Articles", - "MY_ARTICLES": "My Articles", - "DRAFT": "Draft", - "ARCHIVED": "Archived", - "CATEGORY": "Category", + "TITLE": "Centrul de ajutor (Beta)", + "ALL_ARTICLES": "Toate articolele", + "MY_ARTICLES": "Articolele mele", + "DRAFT": "Schita", + "ARCHIVED": "Arhivate", + "CATEGORY": "Categorie", "SETTINGS": "Setări", - "CATEGORY_EMPTY_MESSAGE": "No categories found" + "CATEGORY_EMPTY_MESSAGE": "Nu s-au găsit categorii" }, "SET_AUTO_OFFLINE": { - "TEXT": "Mark offline automatically", - "INFO_TEXT": "Let the system automatically mark you offline when you aren't using the app or dashboard." + "TEXT": "Marcarea automată a offline-ului", + "INFO_TEXT": "Permiteți sistemului să vă marcheze automat offline atunci când nu utilizați aplicația sau tabloul de bord." }, - "DOCS": "Read docs" + "DOCS": "Citiți Documente" }, "BILLING_SETTINGS": { - "TITLE": "Billing", + "TITLE": "Facturare", "CURRENT_PLAN": { - "TITLE": "Current Plan", - "PLAN_NOTE": "You are currently subscribed to the **%{plan}** plan with **%{quantity}** licenses" + "TITLE": "Pentru acest plan nu sunt disponibile extraoptiuni", + "PLAN_NOTE": "În prezent sunteți abonat la planul **%{plan}** cu licențe **%{quantity}**" }, "MANAGE_SUBSCRIPTION": { - "TITLE": "Manage your subscription", - "DESCRIPTION": "View your previous invoices, edit your billing details, or cancel your subscription.", - "BUTTON_TXT": "Go to the billing portal" + "TITLE": "Gestionați-vă abonamentul", + "DESCRIPTION": "Vizualizați facturile anterioare, editați detaliile de facturare sau anulați abonamentul.", + "BUTTON_TXT": "Accesați portalul de facturare" }, "CHAT_WITH_US": { - "TITLE": "Need help?", - "DESCRIPTION": "Do you face any issues in billing? We are here to help.", + "TITLE": "Aveţi nevoie de ajutor?", + "DESCRIPTION": "Vă confruntați cu probleme în facturare? Suntem aici pentru a vă ajuta.", "BUTTON_TXT": "Discută cu noi" }, - "NO_BILLING_USER": "Your billing account is being configured. Please refresh the page and try again." + "NO_BILLING_USER": "Contul de facturare este configurat. Vă rugăm să reîmprospătați pagina și încercați din nou." }, "CREATE_ACCOUNT": { "NO_ACCOUNT_WARNING": "Uh oh! Nu am putut găsi niciun cont Chatwoot. Vă rugăm să creați un cont nou pentru a continua.", @@ -289,7 +289,7 @@ } }, "KEYBOARD_SHORTCUTS": { - "TOGGLE_MODAL": "View all shortcuts", + "TOGGLE_MODAL": "Vizualizați toate comenzile rapide", "TITLE": { "OPEN_CONVERSATION": "Deschiderea conversației", "RESOLVE_AND_NEXT": "Rezolvarea și trecerea la următorul", diff --git a/app/javascript/dashboard/i18n/locale/ro/signup.json b/app/javascript/dashboard/i18n/locale/ro/signup.json index 5a6249265..ec468d798 100644 --- a/app/javascript/dashboard/i18n/locale/ro/signup.json +++ b/app/javascript/dashboard/i18n/locale/ro/signup.json @@ -1,44 +1,44 @@ { "REGISTER": { - "TRY_WOOT": "Create an account", + "TRY_WOOT": "Creează cont", "TITLE": "Inregistrare", - "TESTIMONIAL_HEADER": "All it takes is one step to move forward", - "TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.", - "TERMS_ACCEPT": "By creating an account, you agree to our T & C and Privacy policy", + "TESTIMONIAL_HEADER": "Tot ce trebuie este un pas pentru a merge mai departe", + "TESTIMONIAL_CONTENT": "Ești la un pas de a-ți angaja clienții, de a-i păstra și de a găsi altele noi.", + "TERMS_ACCEPT": "Prin crearea unui cont, sunteți de acord cu T & C și politica noastră de confidențialitate", "OAUTH": { - "GOOGLE_SIGNUP": "Sign up with Google" + "GOOGLE_SIGNUP": "Înscrieți-vă cu Google" }, "COMPANY_NAME": { - "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "LABEL": "Numele Companiei", + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Numele companiei este prea scurt." }, "FULL_NAME": { "LABEL": "Nume complet", - "PLACEHOLDER": "Introduceți numele complet. de exemplu: Bruce Wayne", - "ERROR": "Numele complet este prea scurt" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Numele complet este prea scurt." }, "EMAIL": { "LABEL": "E-mail de lucru", - "PLACEHOLDER": "Introduceți adresa de e-mail de la locul de muncă. de exemplu: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Vă rugăm să introduceți o adresă de e-mail validă de lucru." }, "PASSWORD": { "LABEL": "Parola", "PLACEHOLDER": "Parola", - "ERROR": "Parola este prea scurta", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Parola este prea scurta.", + "IS_INVALID_PASSWORD": "Parola trebuie să conțină atleast 1 literă mare, 1 literă mică, 1 număr și 1 caracter special." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirmă parola", - "PLACEHOLDER": "Confirmă parola", - "ERROR": "Parola nu coincide" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Parola nu coincide." }, "API": { "SUCCESS_MESSAGE": "Înregistrare cu succes", - "ERROR_MESSAGE": "Nu s-a putut conecta la Woot Server, încercați din nou mai târziu" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, - "SUBMIT": "Create account", + "SUBMIT": "Creează cont", "HAVE_AN_ACCOUNT": "Ai deja un cont?" } } diff --git a/app/javascript/dashboard/i18n/locale/ro/whatsappTemplates.json b/app/javascript/dashboard/i18n/locale/ro/whatsappTemplates.json index bbcf28156..8443a412f 100644 --- a/app/javascript/dashboard/i18n/locale/ro/whatsappTemplates.json +++ b/app/javascript/dashboard/i18n/locale/ro/whatsappTemplates.json @@ -1,25 +1,25 @@ { "WHATSAPP_TEMPLATES": { "MODAL": { - "TITLE": "Whatsapp Templates", - "SUBTITLE": "Select the whatsapp template you want to send", - "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" + "TITLE": "Șabloane WhatsApp", + "SUBTITLE": "Selectați șablonul WhatsApp pe care doriți să trimiteți", + "TEMPLATE_SELECTED_SUBTITLE": "%{templateName} de proces" }, "PICKER": { - "SEARCH_PLACEHOLDER": "Search Templates", - "NO_TEMPLATES_FOUND": "No templates found for", + "SEARCH_PLACEHOLDER": "Caută Șabloane", + "NO_TEMPLATES_FOUND": "Nu s-au găsit șabloane pentru", "LABELS": { - "LANGUAGE": "Language", - "TEMPLATE_BODY": "Template Body", - "CATEGORY": "Category" + "LANGUAGE": "Limbă", + "TEMPLATE_BODY": "Corpul șablonului", + "CATEGORY": "Categorie" } }, "PARSER": { - "VARIABLES_LABEL": "Variables", - "VARIABLE_PLACEHOLDER": "Enter %{variable} value", - "GO_BACK_LABEL": "Go Back", - "SEND_MESSAGE_LABEL": "Send Message", - "FORM_ERROR_MESSAGE": "Please fill all variables before sending" + "VARIABLES_LABEL": "Variabile", + "VARIABLE_PLACEHOLDER": "Introducerea %{variable} valoare", + "GO_BACK_LABEL": "Înapoi", + "SEND_MESSAGE_LABEL": "Trimite mesaj", + "FORM_ERROR_MESSAGE": "Vă rugăm să completați toate variabilele înainte de a trimite" } } } diff --git a/app/javascript/dashboard/i18n/locale/ru/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ru/advancedFilters.json index c9efd268c..05fd115e1 100644 --- a/app/javascript/dashboard/i18n/locale/ru/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ru/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Название Кампании", "LABELS": "Категории", "BROWSER_LANGUAGE": "Язык браузера", + "PRIORITY": "Priority", "COUNTRY_NAME": "Страна", "REFERER_LINK": "Ссылка реферера", "CUSTOM_ATTRIBUTE_LIST": "Список", diff --git a/app/javascript/dashboard/i18n/locale/ru/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ru/agentMgmt.json index dc4a0897d..031ed4d7f 100644 --- a/app/javascript/dashboard/i18n/locale/ru/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ru/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Поиск агентов", - "TEAM": "Поиск команд" + "TEAM": "Поиск команд", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ru/conversation.json b/app/javascript/dashboard/i18n/locale/ru/conversation.json index 20322cf50..923a2219e 100644 --- a/app/javascript/dashboard/i18n/locale/ru/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ru/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Неизвестный файл", "SAVE_CONTACT": "Сохранить", "UPLOADING_ATTACHMENTS": "Загрузка вложений...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Сообщение успешно удалено", "FAIL_DELETE_MESSSAGE": "Не удалось удалить сообщение! Попробуйте еще раз", "NO_RESPONSE": "Нет ответа", @@ -66,6 +67,23 @@ "NEXT_WEEK": "На следующей неделе" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Ничего", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Ничего", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Результаты не найдены", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Отметить как ожидающие", "RESOLVED": "Пометить как разрешено", diff --git a/app/javascript/dashboard/i18n/locale/ru/generalSettings.json b/app/javascript/dashboard/i18n/locale/ru/generalSettings.json index e9b521d54..70ecbd01f 100644 --- a/app/javascript/dashboard/i18n/locale/ru/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ru/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Отчёты", "CONVERSATION": "Диалоги", "CHANGE_ASSIGNEE": "Изменить Назначенного", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Изменить команду", "ADD_LABEL": "Добавить метку в разговор", "REMOVE_LABEL": "Удалить метку из разговора", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Перейти к уведомлениям", "ADD_LABELS_TO_CONVERSATION": "Добавить метку в разговор", "ASSIGN_AN_AGENT": "Назначить сотрудника", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Назначить команду", "MUTE_CONVERSATION": "Заглушить диалог", "UNMUTE_CONVERSATION": "Включить диалог", diff --git a/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json index f4c93f689..66ecf7dce 100644 --- a/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Авто распределение лимита", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Пожалуйста, введите значение больше 0", diff --git a/app/javascript/dashboard/i18n/locale/ru/integrations.json b/app/javascript/dashboard/i18n/locale/ru/integrations.json index 25293495a..0cc285ddf 100644 --- a/app/javascript/dashboard/i18n/locale/ru/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ru/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "Произошла ошибка при подключении к вызову, попробуйте еще раз", "CREATE_ERROR": "Произошла ошибка при создании ссылки на встречу, попробуйте еще раз" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Отменить" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Удалить", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ru/login.json b/app/javascript/dashboard/i18n/locale/ru/login.json index 3ec6d96e5..0ce7fea96 100644 --- a/app/javascript/dashboard/i18n/locale/ru/login.json +++ b/app/javascript/dashboard/i18n/locale/ru/login.json @@ -3,16 +3,16 @@ "TITLE": "Войти в Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Например: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Пароль", "PLACEHOLDER": "Пароль" }, "API": { - "SUCCESS_MESSAGE": "Вход выполнен", - "ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже", - "UNAUTH": "Неверное имя пользователя / пароль. Пожалуйста, попробуйте еще раз" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Войти с помощью Google", diff --git a/app/javascript/dashboard/i18n/locale/ru/resetPassword.json b/app/javascript/dashboard/i18n/locale/ru/resetPassword.json index f68dd14bc..ad9aeaefe 100644 --- a/app/javascript/dashboard/i18n/locale/ru/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ru/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Восстановить пароль", + "TITLE": "Сбросить пароль", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Пожалуйста, введите ваш email", - "ERROR": "Пожалуйста, введите правильный email" + "PLACEHOLDER": "Пожалуйста, введите ваш email.", + "ERROR": "Пожалуйста, введите правильный email." }, "API": { - "SUCCESS_MESSAGE": "Ссылка для сброса пароля была отправлена на ваш email", - "ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже" + "SUCCESS_MESSAGE": "Ссылка для сброса пароля была отправлена на ваш email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Отправить" } diff --git a/app/javascript/dashboard/i18n/locale/ru/search.json b/app/javascript/dashboard/i18n/locale/ru/search.json index 41a9b22a3..112a968ad 100644 --- a/app/javascript/dashboard/i18n/locale/ru/search.json +++ b/app/javascript/dashboard/i18n/locale/ru/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "Не найдено %{item} для запроса '%{query}'", "EMPTY_STATE_FULL": "Ничего не найдено по запросу '%{query}'", "PLACEHOLDER_KEYBINDING": "/ фокусироваться", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Бот", "READ_MORE": "Читать далее", "WROTE": "написал:" diff --git a/app/javascript/dashboard/i18n/locale/ru/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ru/setNewPassword.json index 2eb18fe18..270652616 100644 --- a/app/javascript/dashboard/i18n/locale/ru/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ru/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Установить новый пароль", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Пароль", "PLACEHOLDER": "Пароль", - "ERROR": "Пароль слишком короткий" + "ERROR": "Пароль слишком короткий." }, "CONFIRM_PASSWORD": { - "LABEL": "Подтвердить пароль", + "LABEL": "Confirm password", "PLACEHOLDER": "Подтвердить пароль", - "ERROR": "Пароли не совпадают" + "ERROR": "Пароли не совпадают." }, "API": { - "SUCCESS_MESSAGE": "Пароль изменен", - "ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже" + "SUCCESS_MESSAGE": "Пароль изменен.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Время проверки истекло. Пожалуйста, решите задачу captcha еще раз." diff --git a/app/javascript/dashboard/i18n/locale/ru/signup.json b/app/javascript/dashboard/i18n/locale/ru/signup.json index 2d3104a4b..fa9516042 100644 --- a/app/javascript/dashboard/i18n/locale/ru/signup.json +++ b/app/javascript/dashboard/i18n/locale/ru/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Название компании", - "PLACEHOLDER": "Введите имя вашей компании, например: Wayne Enterprises", - "ERROR": "Название компании слишком короткое" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Название компании слишком короткое." }, "FULL_NAME": { "LABEL": "Полное имя", - "PLACEHOLDER": "Введите полное имя, например: Bruce Wayne", - "ERROR": "Имя слишком короткое" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Имя слишком короткое." }, "EMAIL": { "LABEL": "Рабочий email", - "PLACEHOLDER": "Введите ваш рабочий email адрес. Например: bruce@wayne.enterprises", - "ERROR": "Пожалуйста, введите действительный адрес электронной почты" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Пожалуйста, введите действительный адрес электронной почты." }, "PASSWORD": { "LABEL": "Пароль", "PLACEHOLDER": "Пароль", - "ERROR": "Пароль слишком короткий", - "IS_INVALID_PASSWORD": "Пароль должен содержать хотя бы одну заглавную букву, одну строчную букву, 1 цифру и 1 специальный символ" + "ERROR": "Пароль слишком короткий.", + "IS_INVALID_PASSWORD": "Пароль должен содержать хотя бы одну заглавную букву, одну строчную букву, 1 цифру и 1 специальный символ." }, "CONFIRM_PASSWORD": { - "LABEL": "Подтвердить пароль", - "PLACEHOLDER": "Подтвердить пароль", - "ERROR": "Пароли не совпадают" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Пароли не совпадают." }, "API": { "SUCCESS_MESSAGE": "Успешная регистрация", - "ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Создать новый аккаунт", "HAVE_AN_ACCOUNT": "Уже есть аккаунт?" diff --git a/app/javascript/dashboard/i18n/locale/sh/advancedFilters.json b/app/javascript/dashboard/i18n/locale/sh/advancedFilters.json index a32c1bd9d..361c0c8ae 100644 --- a/app/javascript/dashboard/i18n/locale/sh/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/sh/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/sh/agentMgmt.json b/app/javascript/dashboard/i18n/locale/sh/agentMgmt.json index b44e74542..b563de61f 100644 --- a/app/javascript/dashboard/i18n/locale/sh/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sh/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/sh/conversation.json b/app/javascript/dashboard/i18n/locale/sh/conversation.json index 597799c15..a20522108 100644 --- a/app/javascript/dashboard/i18n/locale/sh/conversation.json +++ b/app/javascript/dashboard/i18n/locale/sh/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/sh/generalSettings.json b/app/javascript/dashboard/i18n/locale/sh/generalSettings.json index 367b35b1c..7ed6d8925 100644 --- a/app/javascript/dashboard/i18n/locale/sh/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sh/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/sh/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sh/inboxMgmt.json index 14f60eac8..97a4ee2f6 100644 --- a/app/javascript/dashboard/i18n/locale/sh/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sh/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/sh/integrations.json b/app/javascript/dashboard/i18n/locale/sh/integrations.json index 00d92f297..f0326fa78 100644 --- a/app/javascript/dashboard/i18n/locale/sh/integrations.json +++ b/app/javascript/dashboard/i18n/locale/sh/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Cancel" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Delete", "API": { diff --git a/app/javascript/dashboard/i18n/locale/sh/login.json b/app/javascript/dashboard/i18n/locale/sh/login.json index 25c956a81..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/sh/login.json +++ b/app/javascript/dashboard/i18n/locale/sh/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "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": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/sh/resetPassword.json b/app/javascript/dashboard/i18n/locale/sh/resetPassword.json index bb678e809..37aa1860a 100644 --- a/app/javascript/dashboard/i18n/locale/sh/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/sh/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reset Password", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "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": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Submit" } diff --git a/app/javascript/dashboard/i18n/locale/sh/search.json b/app/javascript/dashboard/i18n/locale/sh/search.json index 418572c0c..9044bf5f9 100644 --- a/app/javascript/dashboard/i18n/locale/sh/search.json +++ b/app/javascript/dashboard/i18n/locale/sh/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/sh/setNewPassword.json b/app/javascript/dashboard/i18n/locale/sh/setNewPassword.json index ec2d94744..4908dad02 100644 --- a/app/javascript/dashboard/i18n/locale/sh/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/sh/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/sh/signup.json b/app/javascript/dashboard/i18n/locale/sh/signup.json index 10ddc5b86..1ad4865ff 100644 --- a/app/javascript/dashboard/i18n/locale/sh/signup.json +++ b/app/javascript/dashboard/i18n/locale/sh/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/sk/advancedFilters.json b/app/javascript/dashboard/i18n/locale/sk/advancedFilters.json index f6b1099ed..15be0bf7c 100644 --- a/app/javascript/dashboard/i18n/locale/sk/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/sk/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/sk/agentMgmt.json b/app/javascript/dashboard/i18n/locale/sk/agentMgmt.json index 14b18ca4d..9c0b2754d 100644 --- a/app/javascript/dashboard/i18n/locale/sk/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sk/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Hľadať agentov", - "TEAM": "Hľadať tímy" + "TEAM": "Hľadať tímy", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/sk/conversation.json b/app/javascript/dashboard/i18n/locale/sk/conversation.json index 324b49c44..b85fe0d98 100644 --- a/app/javascript/dashboard/i18n/locale/sk/conversation.json +++ b/app/javascript/dashboard/i18n/locale/sk/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Prílohy sa nahrávajú...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Správa bola úspešne odstránená", "FAIL_DELETE_MESSSAGE": "Správu sa nepodarilo vymazať! Skúste to znova", "NO_RESPONSE": "Žiadna odpoveď", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Ďalší ťýždeň" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Žiadne", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Žiadne", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Žiadne výsledky neboli nájdené", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Označiť ako čakajúce na vybavenie", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/sk/generalSettings.json b/app/javascript/dashboard/i18n/locale/sk/generalSettings.json index a04f32839..acd963a23 100644 --- a/app/javascript/dashboard/i18n/locale/sk/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sk/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reporty", "CONVERSATION": "Konverzácia", "CHANGE_ASSIGNEE": "Zmeniť prideleného agenta", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Zmeniť tím", "ADD_LABEL": "Pridať štítok do konverzácie", "REMOVE_LABEL": "Odstrániť štítok z konverzácie", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Pridať štítok do konverzácie", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json index 52004bc89..852aae4ee 100644 --- a/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/sk/integrations.json b/app/javascript/dashboard/i18n/locale/sk/integrations.json index 640befc2c..d919342f7 100644 --- a/app/javascript/dashboard/i18n/locale/sk/integrations.json +++ b/app/javascript/dashboard/i18n/locale/sk/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Zrušiť" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Vymazať", "API": { diff --git a/app/javascript/dashboard/i18n/locale/sk/login.json b/app/javascript/dashboard/i18n/locale/sk/login.json index 9a500cd7b..625ab92d0 100644 --- a/app/javascript/dashboard/i18n/locale/sk/login.json +++ b/app/javascript/dashboard/i18n/locale/sk/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "API": { - "SUCCESS_MESSAGE": "Login Successful", - "ERROR_MESSAGE": "Nepodarilo sa pripojiť k serveru Woot, skúste to prosím neskôr", - "UNAUTH": "Username / Password Incorrect. Please try again" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/sk/resetPassword.json b/app/javascript/dashboard/i18n/locale/sk/resetPassword.json index 260786f3a..83cfca332 100644 --- a/app/javascript/dashboard/i18n/locale/sk/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/sk/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Obnoviť heslo", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Zadajte svoj e-mail.", + "ERROR": "Please enter a valid email." }, "API": { - "SUCCESS_MESSAGE": "Password reset link has been sent to your email", - "ERROR_MESSAGE": "Nepodarilo sa pripojiť k serveru Woot, skúste to prosím neskôr" + "SUCCESS_MESSAGE": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Odoslať" } diff --git a/app/javascript/dashboard/i18n/locale/sk/search.json b/app/javascript/dashboard/i18n/locale/sk/search.json index b6b6230bc..ebe6a5877 100644 --- a/app/javascript/dashboard/i18n/locale/sk/search.json +++ b/app/javascript/dashboard/i18n/locale/sk/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/sk/setNewPassword.json b/app/javascript/dashboard/i18n/locale/sk/setNewPassword.json index 8beaa9920..9b06d68fc 100644 --- a/app/javascript/dashboard/i18n/locale/sk/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/sk/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Heslo je príliš krátke." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Nepodarilo sa pripojiť k serveru Woot, skúste to prosím neskôr" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/sk/signup.json b/app/javascript/dashboard/i18n/locale/sk/signup.json index 63e7160f7..38d86d16e 100644 --- a/app/javascript/dashboard/i18n/locale/sk/signup.json +++ b/app/javascript/dashboard/i18n/locale/sk/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Celé meno", - "PLACEHOLDER": "Zadajte svoje celé meno. Napr.: Bruce Wayne", - "ERROR": "Celé meno je príliš krátke" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Celé meno je príliš krátke." }, "EMAIL": { "LABEL": "Pracovný e-mail", - "PLACEHOLDER": "Zadajte svoju pracovnú e-mailovú adresu. Napr.: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Heslo", "PLACEHOLDER": "Heslo", - "ERROR": "Heslo je príliš krátke", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Heslo je príliš krátke.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Potvrďte heslo", - "PLACEHOLDER": "Potvrďte heslo", - "ERROR": "Heslá sa nezhodujú" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Heslá sa nezhodujú." }, "API": { "SUCCESS_MESSAGE": "Registrácia bola úspešná", - "ERROR_MESSAGE": "Nepodarilo sa pripojiť k serveru Woot, skúste to prosím neskôr" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Už máte účet?" diff --git a/app/javascript/dashboard/i18n/locale/sr/advancedFilters.json b/app/javascript/dashboard/i18n/locale/sr/advancedFilters.json index 4f629339b..93b9f2bd8 100644 --- a/app/javascript/dashboard/i18n/locale/sr/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/sr/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Naziv kampanje", "LABELS": "Oznake", "BROWSER_LANGUAGE": "Jezik pregledača", + "PRIORITY": "Priority", "COUNTRY_NAME": "Naziv zemlje", "REFERER_LINK": "Veza reference", "CUSTOM_ATTRIBUTE_LIST": "Lista", diff --git a/app/javascript/dashboard/i18n/locale/sr/agentMgmt.json b/app/javascript/dashboard/i18n/locale/sr/agentMgmt.json index bf48b8bc0..f0df14c23 100644 --- a/app/javascript/dashboard/i18n/locale/sr/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sr/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Traži agente", - "TEAM": "Traži tim" + "TEAM": "Traži tim", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/sr/conversation.json b/app/javascript/dashboard/i18n/locale/sr/conversation.json index 1071a1e5b..772e6ff46 100644 --- a/app/javascript/dashboard/i18n/locale/sr/conversation.json +++ b/app/javascript/dashboard/i18n/locale/sr/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Nepoznata datoteka", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Dodavanje priloga...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Poruka je uspešno obrisana", "FAIL_DELETE_MESSSAGE": "Nije bilo moguće obrisati poruku! Pokušajte ponovo", "NO_RESPONSE": "Nema odgovora", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Sledeće nedelje" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Niko", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Niko", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Ništa nije pronađeno", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Označeno na čekanju", "RESOLVED": "Označi kao rešeno", diff --git a/app/javascript/dashboard/i18n/locale/sr/generalSettings.json b/app/javascript/dashboard/i18n/locale/sr/generalSettings.json index 079553d83..89c17b9c9 100644 --- a/app/javascript/dashboard/i18n/locale/sr/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sr/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Izveštaji", "CONVERSATION": "Razgovor", "CHANGE_ASSIGNEE": "Promeni dodeljenog", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Promeni tim", "ADD_LABEL": "Dodaj oznaku razgovoru", "REMOVE_LABEL": "Ukloni oznaku sa razgovora", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Idi na obaveštenja", "ADD_LABELS_TO_CONVERSATION": "Dodaj oznaku razgovoru", "ASSIGN_AN_AGENT": "Dodeli agenta", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Dodeli tim", "MUTE_CONVERSATION": "Utišaj razgovor", "UNMUTE_CONVERSATION": "Poništi utišanje razgovora", diff --git a/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json index b52910a57..89ccf5fc7 100644 --- a/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sr/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Ograničenje automatskog dodeljivanja", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Molim vas unesite vrednost veću od 0", diff --git a/app/javascript/dashboard/i18n/locale/sr/integrations.json b/app/javascript/dashboard/i18n/locale/sr/integrations.json index c9019eb58..6a974924a 100644 --- a/app/javascript/dashboard/i18n/locale/sr/integrations.json +++ b/app/javascript/dashboard/i18n/locale/sr/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Otkaži" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Izbriši", "API": { diff --git a/app/javascript/dashboard/i18n/locale/sr/login.json b/app/javascript/dashboard/i18n/locale/sr/login.json index 0e5bbb667..863d9428c 100644 --- a/app/javascript/dashboard/i18n/locale/sr/login.json +++ b/app/javascript/dashboard/i18n/locale/sr/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "E-pošta", - "PLACEHOLDER": "E-pošta npr.: ime.prezime@primer.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Lozinka", "PLACEHOLDER": "Lozinka" }, "API": { - "SUCCESS_MESSAGE": "Prijava je uspešna", - "ERROR_MESSAGE": "Nije moguće se povezati sa Woot serverom, pokušajte ponovo kasnije", - "UNAUTH": "Korisničko ime / lozinka nije ispravna. Molim vas pokušajte ponovo" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/sr/resetPassword.json b/app/javascript/dashboard/i18n/locale/sr/resetPassword.json index 1a76b2e1b..4848656b1 100644 --- a/app/javascript/dashboard/i18n/locale/sr/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/sr/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Resetuj šifru", + "TITLE": "Reset password", "EMAIL": { "LABEL": "E-pošta", - "PLACEHOLDER": "Molim vas unesite vašu e-poštu", - "ERROR": "Molim vas unesite ispravnu e-poštu" + "PLACEHOLDER": "Molim vas unesite vašu e-poštu.", + "ERROR": "Molim vas unesite ispravnu e-poštu." }, "API": { - "SUCCESS_MESSAGE": "Veza za resetovanje lozinke je poslata na vašu e-poštu", - "ERROR_MESSAGE": "Nije moguće se povezati sa Woot serverom, pokušajte ponovo kasnije" + "SUCCESS_MESSAGE": "Veza za resetovanje lozinke je poslata na vašu e-poštu.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Pošalji" } diff --git a/app/javascript/dashboard/i18n/locale/sr/search.json b/app/javascript/dashboard/i18n/locale/sr/search.json index 8bdc6ade8..ee1054b81 100644 --- a/app/javascript/dashboard/i18n/locale/sr/search.json +++ b/app/javascript/dashboard/i18n/locale/sr/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/sr/setNewPassword.json b/app/javascript/dashboard/i18n/locale/sr/setNewPassword.json index 991e6c5ce..9ae7ebfe6 100644 --- a/app/javascript/dashboard/i18n/locale/sr/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/sr/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Postavite novu lozinku", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Lozinka", "PLACEHOLDER": "Lozinka", - "ERROR": "Lozinka je prekratka" + "ERROR": "Lozinka je prekratka." }, "CONFIRM_PASSWORD": { - "LABEL": "Potvrdite lozinku", + "LABEL": "Confirm password", "PLACEHOLDER": "Potvrdite lozinku", - "ERROR": "Lozinke se ne poklapaju" + "ERROR": "Lozinke se ne poklapaju." }, "API": { - "SUCCESS_MESSAGE": "Lozinka je uspešno promenjena", - "ERROR_MESSAGE": "Nije moguće se povezati sa Woot serverom, pokušajte ponovo kasnije" + "SUCCESS_MESSAGE": "Lozinka je uspešno promenjena.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Potvrda je istekla. Molim vas ponovo rešite captcha." diff --git a/app/javascript/dashboard/i18n/locale/sr/signup.json b/app/javascript/dashboard/i18n/locale/sr/signup.json index c6d4bfaaf..026564b26 100644 --- a/app/javascript/dashboard/i18n/locale/sr/signup.json +++ b/app/javascript/dashboard/i18n/locale/sr/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Puno ime", - "PLACEHOLDER": "Unesite vaše puno ime. npr.: Bruce Wayne", - "ERROR": "Puno ime je prekratko" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Puno ime je prekratko." }, "EMAIL": { "LABEL": "Poslovna e-pošta", - "PLACEHOLDER": "Unesite adresu vaše poslovne e-pošte. npr.: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Lozinka", "PLACEHOLDER": "Lozinka", - "ERROR": "Lozinka je prekratka", - "IS_INVALID_PASSWORD": "Lozinka bi trebalo da sadrži najmanje 1 veliko slovo, 1 malo slovo, 1 broj i 1 specijalni karakter" + "ERROR": "Lozinka je prekratka.", + "IS_INVALID_PASSWORD": "Lozinka bi trebalo da sadrži najmanje 1 veliko slovo, 1 malo slovo, 1 broj i 1 specijalni karakter." }, "CONFIRM_PASSWORD": { - "LABEL": "Potvrdite lozinku", - "PLACEHOLDER": "Potvrdite lozinku", - "ERROR": "Lozinka se ne poklapa" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Lozinka se ne poklapa." }, "API": { "SUCCESS_MESSAGE": "Registracija je uspešna", - "ERROR_MESSAGE": "Nije moguće se povezati sa Woot serverom, pokušajte ponovo kasnije" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Već imate nalog?" diff --git a/app/javascript/dashboard/i18n/locale/sv/advancedFilters.json b/app/javascript/dashboard/i18n/locale/sv/advancedFilters.json index a34e2aac9..242f1fd34 100644 --- a/app/javascript/dashboard/i18n/locale/sv/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/sv/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Etiketter", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/sv/agentMgmt.json b/app/javascript/dashboard/i18n/locale/sv/agentMgmt.json index f576559b7..ab5fdffe9 100644 --- a/app/javascript/dashboard/i18n/locale/sv/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sv/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Sök efter agenter", - "TEAM": "Sök efter team" + "TEAM": "Sök efter team", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/sv/conversation.json b/app/javascript/dashboard/i18n/locale/sv/conversation.json index a4cadd9f3..a2c5d2e98 100644 --- a/app/javascript/dashboard/i18n/locale/sv/conversation.json +++ b/app/javascript/dashboard/i18n/locale/sv/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Laddar upp bilagor...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Meddelandet har tagits bort", "FAIL_DELETE_MESSSAGE": "Det gick inte att ta bort meddelande! Försök igen", "NO_RESPONSE": "Inget svar", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Nästa vecka" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Inget", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Inget", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Inga resultat hittades", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Markera som väntande", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/sv/generalSettings.json b/app/javascript/dashboard/i18n/locale/sv/generalSettings.json index 0cbc814c2..e8385b85a 100644 --- a/app/javascript/dashboard/i18n/locale/sv/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/sv/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Rapporter", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json index 4f649db05..a02d44dd8 100644 --- a/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/sv/integrations.json b/app/javascript/dashboard/i18n/locale/sv/integrations.json index 16788fb9d..ec4ca4c83 100644 --- a/app/javascript/dashboard/i18n/locale/sv/integrations.json +++ b/app/javascript/dashboard/i18n/locale/sv/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Avbryt" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Radera", "API": { diff --git a/app/javascript/dashboard/i18n/locale/sv/login.json b/app/javascript/dashboard/i18n/locale/sv/login.json index 459c6b659..30ef0072a 100644 --- a/app/javascript/dashboard/i18n/locale/sv/login.json +++ b/app/javascript/dashboard/i18n/locale/sv/login.json @@ -3,16 +3,16 @@ "TITLE": "Logga in till Chatwoot", "EMAIL": { "LABEL": "E-post", - "PLACEHOLDER": "E-post t.ex.: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Lösenord", "PLACEHOLDER": "Lösenord" }, "API": { - "SUCCESS_MESSAGE": "Inloggning lyckades", - "ERROR_MESSAGE": "Kunde inte ansluta till Woot Server, försök igen senare", - "UNAUTH": "Användarnamn / lösenord felaktigt. Försök igen" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/sv/resetPassword.json b/app/javascript/dashboard/i18n/locale/sv/resetPassword.json index c19bc843b..0b945d6f1 100644 --- a/app/javascript/dashboard/i18n/locale/sv/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/sv/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "Återställ lösenord", "EMAIL": { "LABEL": "E-post", - "PLACEHOLDER": "Ange din e-postadress", - "ERROR": "Ange en giltig e-postadress" + "PLACEHOLDER": "Ange din e-postadress.", + "ERROR": "Ange en giltig e-postadress." }, "API": { - "SUCCESS_MESSAGE": "Länken för återställning av lösenord har skickats till din e-post", - "ERROR_MESSAGE": "Kunde inte ansluta till Woot Server, försök igen senare" + "SUCCESS_MESSAGE": "Länken för återställning av lösenord har skickats till din e-post.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Skicka" } diff --git a/app/javascript/dashboard/i18n/locale/sv/search.json b/app/javascript/dashboard/i18n/locale/sv/search.json index 1bd9f2553..b47abcd2b 100644 --- a/app/javascript/dashboard/i18n/locale/sv/search.json +++ b/app/javascript/dashboard/i18n/locale/sv/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/sv/setNewPassword.json b/app/javascript/dashboard/i18n/locale/sv/setNewPassword.json index eefdb1a29..00c5ed4f4 100644 --- a/app/javascript/dashboard/i18n/locale/sv/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/sv/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Ange nytt lösenord", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Lösenord", "PLACEHOLDER": "Lösenord", - "ERROR": "Lösenordet är för kort" + "ERROR": "Lösenordet är för kort." }, "CONFIRM_PASSWORD": { - "LABEL": "Bekräfta lösenord", + "LABEL": "Confirm password", "PLACEHOLDER": "Bekräfta lösenord", - "ERROR": "Lösenorden matchar inte" + "ERROR": "Lösenorden matchar inte." }, "API": { - "SUCCESS_MESSAGE": "Lösenordet ändrat", - "ERROR_MESSAGE": "Kunde inte ansluta till Woot Server, försök igen senare" + "SUCCESS_MESSAGE": "Lösenordet ändrat.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/sv/signup.json b/app/javascript/dashboard/i18n/locale/sv/signup.json index 6750a677e..1166b60e5 100644 --- a/app/javascript/dashboard/i18n/locale/sv/signup.json +++ b/app/javascript/dashboard/i18n/locale/sv/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Fullständigt namn", - "PLACEHOLDER": "Ange ditt fullständiga namn. t.ex.: Bruce Wayne", - "ERROR": "Fullständigt namn är för kort" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Fullständigt namn är för kort." }, "EMAIL": { "LABEL": "E-postadress, arbete", - "PLACEHOLDER": "Fyll i din e-postadress för arbete. t.ex.: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Lösenord", "PLACEHOLDER": "Lösenord", - "ERROR": "Lösenordet är för kort", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Lösenordet är för kort.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Bekräfta lösenord", - "PLACEHOLDER": "Bekräfta lösenord", - "ERROR": "Lösenorden matchar inte" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Lösenorden matchar inte." }, "API": { "SUCCESS_MESSAGE": "Registreringen lyckades", - "ERROR_MESSAGE": "Kunde inte ansluta till Woot Server, försök igen senare" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Har du redan ett konto?" diff --git a/app/javascript/dashboard/i18n/locale/ta/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ta/advancedFilters.json index a0ae9eec3..2b5dc5f16 100644 --- a/app/javascript/dashboard/i18n/locale/ta/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ta/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/ta/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ta/agentMgmt.json index 1526b5a9d..6cd62d27b 100644 --- a/app/javascript/dashboard/i18n/locale/ta/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ta/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ta/conversation.json b/app/javascript/dashboard/i18n/locale/ta/conversation.json index 1aaf78bab..2773177c8 100644 --- a/app/javascript/dashboard/i18n/locale/ta/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ta/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/ta/generalSettings.json b/app/javascript/dashboard/i18n/locale/ta/generalSettings.json index 8416ebe12..d2e6626b0 100644 --- a/app/javascript/dashboard/i18n/locale/ta/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ta/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "அறிக்கைகள்", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json index d3e2f538c..dc59ed42a 100644 --- a/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ta/integrations.json b/app/javascript/dashboard/i18n/locale/ta/integrations.json index 83b666842..4dffc43fe 100644 --- a/app/javascript/dashboard/i18n/locale/ta/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ta/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "ரத்துசெய்" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Delete", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ta/login.json b/app/javascript/dashboard/i18n/locale/ta/login.json index 7049de785..847cfd25a 100644 --- a/app/javascript/dashboard/i18n/locale/ta/login.json +++ b/app/javascript/dashboard/i18n/locale/ta/login.json @@ -3,16 +3,16 @@ "TITLE": "சாட்வூட்டில் உள்நுழையவும்", "EMAIL": { "LABEL": "இமெயில்", - "PLACEHOLDER": "இமெயில் எ.கா:someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "பாஸ்வேர்ட்", "PLACEHOLDER": "பாஸ்வேர்ட்" }, "API": { - "SUCCESS_MESSAGE": "வெற்றிகரமான உள்நுழைவு", - "ERROR_MESSAGE": "வூட் சர்வருடன் இணைக்க முடியவில்ல, மீண்டும் முயற்சிக்கவும்", - "UNAUTH": "பயனர்பெயர் / பாஸ்வேர்டு தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ta/resetPassword.json b/app/javascript/dashboard/i18n/locale/ta/resetPassword.json index 7d3dc9bc6..d8310f518 100644 --- a/app/javascript/dashboard/i18n/locale/ta/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ta/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "பாஸ்வேர்ட்டை மீட்டமைக்க", + "TITLE": "பாஸ்வேர்ட்டை மீட்டமைக்கவும்", "EMAIL": { "LABEL": "ஈ-மெயில்", - "PLACEHOLDER": "உங்கள் இமெயில் முகவரியை பதிவிடவும்", - "ERROR": "சரியான இமெயில் முகவரியை பதிவிடவும்" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "API": { - "SUCCESS_MESSAGE": "பாஸ்வேர்டை மீட்டமைக்கும் இணைப்பு உங்கள் ஈ-மெயிலுக்கு அனுப்பப்பட்டுள்ளது", - "ERROR_MESSAGE": "வூட் சர்வருடன் இணைக்க முடியவில்ல, மீண்டும் முயற்சிக்கவும்" + "SUCCESS_MESSAGE": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "சமர்பிக்கவும்" } diff --git a/app/javascript/dashboard/i18n/locale/ta/search.json b/app/javascript/dashboard/i18n/locale/ta/search.json index 1237029e7..1c97153f6 100644 --- a/app/javascript/dashboard/i18n/locale/ta/search.json +++ b/app/javascript/dashboard/i18n/locale/ta/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ta/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ta/setNewPassword.json index e21f0fcd2..da3995e8e 100644 --- a/app/javascript/dashboard/i18n/locale/ta/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ta/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "புதிய பாஸ்வேர்ட்டை அமைக்கவும்", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "பாஸ்வேர்ட்", "PLACEHOLDER": "பாஸ்வேர்ட்", - "ERROR": "பாஸ்வேர்டு மிகவும் சிறியதாக உள்ளது" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "பாஸ்வேர்டை உறுதிப்படுத்தவும்", + "LABEL": "Confirm password", "PLACEHOLDER": "பாஸ்வேர்டை உறுதிப்படுத்தவும்", - "ERROR": "பாஸ்வேர்டுகள் பொருந்தவில்லை" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "பாஸ்வேர்டு வெற்றிகரமாக மாற்றப்பட்டது", - "ERROR_MESSAGE": "வூட் சர்வருடன் இணைக்க முடியவில்ல, மீண்டும் முயற்சிக்கவும்" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ta/signup.json b/app/javascript/dashboard/i18n/locale/ta/signup.json index 5b3de3c38..4e7829dc0 100644 --- a/app/javascript/dashboard/i18n/locale/ta/signup.json +++ b/app/javascript/dashboard/i18n/locale/ta/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "பாஸ்வேர்ட்", "PLACEHOLDER": "பாஸ்வேர்ட்", - "ERROR": "பாஸ்வேர்டு மிகவும் சிறியதாக உள்ளது", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "பாஸ்வேர்டை உறுதிப்படுத்தவும்", - "PLACEHOLDER": "பாஸ்வேர்டை உறுதிப்படுத்தவும்", - "ERROR": "பாஸ்வேர்டு பொருந்தவில்லை" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "வெற்றிகரமாக பதிவு செய்துவிட்டிர்கள்", - "ERROR_MESSAGE": "வூட் சர்வருடன் இணைக்க முடியவில்ல, மீண்டும் முயற்சிக்கவும்" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/th/advancedFilters.json b/app/javascript/dashboard/i18n/locale/th/advancedFilters.json index d15bae9b5..0f6dd0550 100644 --- a/app/javascript/dashboard/i18n/locale/th/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/th/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "ชื่อแคมเปญ", "LABELS": "ป้ายกำกับ", "BROWSER_LANGUAGE": "ภาษาของเบราว์เซอร์", + "PRIORITY": "Priority", "COUNTRY_NAME": "ชื่อประเทศ", "REFERER_LINK": "ลิงก์อ้างอิง", "CUSTOM_ATTRIBUTE_LIST": "รายการ", diff --git a/app/javascript/dashboard/i18n/locale/th/agentMgmt.json b/app/javascript/dashboard/i18n/locale/th/agentMgmt.json index 959a73bc9..3837533c8 100644 --- a/app/javascript/dashboard/i18n/locale/th/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "ค้นหาพนักงาน", - "TEAM": "ค้นหาทีม" + "TEAM": "ค้นหาทีม", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/th/conversation.json b/app/javascript/dashboard/i18n/locale/th/conversation.json index c38f8b32f..6d2342da4 100644 --- a/app/javascript/dashboard/i18n/locale/th/conversation.json +++ b/app/javascript/dashboard/i18n/locale/th/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "กำลังอัปโหลดไฟล์แนบ", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "ลบข้อความสำเร็จเเล้ว", "FAIL_DELETE_MESSSAGE": "ไม่สามารถลบข้อความได้ โปรดลองใหม่อีกครั้ง", "NO_RESPONSE": "ไม่มีการตอบกลับ", @@ -66,6 +67,23 @@ "NEXT_WEEK": "สัปดาห์หน้า" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "ไม่มี", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "ไม่มี", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "ทำเครื่องหมายว่าอยู่ระหว่างดำเนินการ", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/th/generalSettings.json b/app/javascript/dashboard/i18n/locale/th/generalSettings.json index 422c87afc..d5b009aba 100644 --- a/app/javascript/dashboard/i18n/locale/th/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/th/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "รายงาน", "CONVERSATION": "การสนทนา", "CHANGE_ASSIGNEE": "เปลี่ยนผู้รับมอบหมาย", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "เปลี่ยนทีม", "ADD_LABEL": "เพิ่มป้ายกำกับให้การสนทนา", "REMOVE_LABEL": "ลบป้ายกำกับออกจากการสนทนา", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "ไปที่หน้าการแจ้งเตือน", "ADD_LABELS_TO_CONVERSATION": "เพิ่มป้ายกำกับให้บทสนทนา", "ASSIGN_AN_AGENT": "กำหนดพนักงาน", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "กำหนดทีม", "MUTE_CONVERSATION": "ปิดการแจ้งเตือน", "UNMUTE_CONVERSATION": "เปิดการแจ้งเตือน", diff --git a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json index 4daafc43a..04e72363a 100644 --- a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "กรุณากรอกค่าที่มากกว่า 0", diff --git a/app/javascript/dashboard/i18n/locale/th/integrations.json b/app/javascript/dashboard/i18n/locale/th/integrations.json index e2bec30fb..26855a136 100644 --- a/app/javascript/dashboard/i18n/locale/th/integrations.json +++ b/app/javascript/dashboard/i18n/locale/th/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "ยกเลิก" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "ลบ", "API": { diff --git a/app/javascript/dashboard/i18n/locale/th/login.json b/app/javascript/dashboard/i18n/locale/th/login.json index 224d5ee8a..bc501b03e 100644 --- a/app/javascript/dashboard/i18n/locale/th/login.json +++ b/app/javascript/dashboard/i18n/locale/th/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "อีเมล์", - "PLACEHOLDER": "อีเมล เช่น someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "หรัสผ่าน", "PLACEHOLDER": "หรัสผ่าน" }, "API": { - "SUCCESS_MESSAGE": "เข้าสู่ระบบสำเร็จ", - "ERROR_MESSAGE": "ไม่สามารถเชื่อมต่อเซิฟเวอร์ได้โปรดลองอีกครั้งในภายหลัง", - "UNAUTH": "ชื่อผู้ใช้งานหรือรหัสผ่านไม่ถูกต้อง โปรดลองใหม่อีกครั้ง" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/th/resetPassword.json b/app/javascript/dashboard/i18n/locale/th/resetPassword.json index 54f30565e..85547ecea 100644 --- a/app/javascript/dashboard/i18n/locale/th/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/th/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "กู้หรัสผ่าน", + "TITLE": "Reset password", "EMAIL": { "LABEL": "อีเมล์", - "PLACEHOLDER": "กรุณากรอกอีเมล์ของคุณ", - "ERROR": "กรุณากรอกอีเมล์ให้ถูกต้อง" + "PLACEHOLDER": "กรุณากรอกอีเมล์ของคุณ.", + "ERROR": "กรุณากรอกอีเมล์ให้ถูกต้อง." }, "API": { - "SUCCESS_MESSAGE": "ลิ้งกู้หรัสผผ่านถูกส่งไปยังอีเมล์ของคุณเเล้ว", - "ERROR_MESSAGE": "ไม่สามารถเชื่อมต่อเซิฟเวอร์ได้โปรดลองอีกครั้งในภายหลัง" + "SUCCESS_MESSAGE": "ลิ้งกู้หรัสผผ่านถูกส่งไปยังอีเมล์ของคุณเเล้ว.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "ส่ง" } diff --git a/app/javascript/dashboard/i18n/locale/th/search.json b/app/javascript/dashboard/i18n/locale/th/search.json index 5fd7fa49f..7893d47c7 100644 --- a/app/javascript/dashboard/i18n/locale/th/search.json +++ b/app/javascript/dashboard/i18n/locale/th/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "บอท", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/th/setNewPassword.json b/app/javascript/dashboard/i18n/locale/th/setNewPassword.json index 2ec30a2b3..6b56f455c 100644 --- a/app/javascript/dashboard/i18n/locale/th/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/th/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "ตั้งหรัสผ่านใหม่", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "หรัสผ่าน", "PLACEHOLDER": "หรัสผ่าน", - "ERROR": "หรัสผ่านนั้นสั้นเกินไป" + "ERROR": "หรัสผ่านนั้นสั้นเกินไป." }, "CONFIRM_PASSWORD": { - "LABEL": "ยืนยันหรัสผ่าน", + "LABEL": "Confirm password", "PLACEHOLDER": "ยืนยันหรัสผ่าน", - "ERROR": "หรัสผ่านไม่ตรงกัน" + "ERROR": "หรัสผ่านไม่ตรงกัน." }, "API": { - "SUCCESS_MESSAGE": "เปลี่ยนหรัสผ่านเเล้ว", - "ERROR_MESSAGE": "ไม่สามารถเชื่อมต่อเซิฟเวอร์ได้โปรดลองอีกครั้งในภายหลัง" + "SUCCESS_MESSAGE": "เปลี่ยนหรัสผ่านเเล้ว.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "การยืนยันหมดอายุ โปรดแก้ไขแคปช่าอีกครั้ง" diff --git a/app/javascript/dashboard/i18n/locale/th/signup.json b/app/javascript/dashboard/i18n/locale/th/signup.json index 030ffd81d..3b158c57a 100644 --- a/app/javascript/dashboard/i18n/locale/th/signup.json +++ b/app/javascript/dashboard/i18n/locale/th/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "ชื่อเต็ม", - "PLACEHOLDER": "ใส่ชื่อเต็มของคุณ", - "ERROR": "ชื่อเต็มสั้นเกินไป" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "ชื่อเต็มสั้นเกินไป." }, "EMAIL": { "LABEL": "อีเมลบริษัท", - "PLACEHOLDER": "ใส่อีเมลบริษัทของคุณ", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "หรัสผ่าน", "PLACEHOLDER": "หรัสผ่าน", - "ERROR": "หรัสผ่านนั้นสั้นเกินไป", - "IS_INVALID_PASSWORD": "รหัสผ่านต้องมีอย่างน้อย 1 ตัวอักษรภาษาอังกฤษพิมพ์เล็ก, 1 ตัวอักษรภาษาอังกฤษพิมพ์ใหญ่, 1 ตัวเลข และอักขระพิเศษ 1 ตัว" + "ERROR": "หรัสผ่านนั้นสั้นเกินไป.", + "IS_INVALID_PASSWORD": "รหัสผ่านต้องมีอย่างน้อย 1 ตัวอักษรภาษาอังกฤษพิมพ์เล็ก, 1 ตัวอักษรภาษาอังกฤษพิมพ์ใหญ่, 1 ตัวเลข และอักขระพิเศษ 1 ตัว." }, "CONFIRM_PASSWORD": { - "LABEL": "ยืนยันหรัสผ่าน", - "PLACEHOLDER": "ยืนยันหรัสผ่าน", - "ERROR": "รหัสผ่านไม่เหมือนกัน" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "รหัสผ่านไม่เหมือนกัน." }, "API": { "SUCCESS_MESSAGE": "ลงทะเบียนสำเร็จแล้ว", - "ERROR_MESSAGE": "ไม่สามารถเชื่อมต่อเซิฟเวอร์ได้โปรดลองอีกครั้งในภายหลัง" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "มีบัญชีอยู่แล้ว?" diff --git a/app/javascript/dashboard/i18n/locale/tr/advancedFilters.json b/app/javascript/dashboard/i18n/locale/tr/advancedFilters.json index f9ba216cd..7999c5002 100644 --- a/app/javascript/dashboard/i18n/locale/tr/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/tr/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Kampanya Adı", "LABELS": "Etiketler", "BROWSER_LANGUAGE": "Tarayıcı Dili", + "PRIORITY": "Priority", "COUNTRY_NAME": "Ülke Adı", "REFERER_LINK": "Yönlendirme bağlantısı", "CUSTOM_ATTRIBUTE_LIST": "Liste", diff --git a/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json b/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json index a108e09f0..71d9cd03a 100644 --- a/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Temsilci ara", - "TEAM": "Takım ara" + "TEAM": "Takım ara", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/conversation.json b/app/javascript/dashboard/i18n/locale/tr/conversation.json index 06a9a5cde..cce09d484 100644 --- a/app/javascript/dashboard/i18n/locale/tr/conversation.json +++ b/app/javascript/dashboard/i18n/locale/tr/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Bilinmeyen Dosya", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Dosyalar gönderiliyor...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Mesaj başarıyla silindi", "FAIL_DELETE_MESSSAGE": "Mesaj silinemiyor. Tekrar deneyin", "NO_RESPONSE": "Cevap Yok", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Sonraki hafta" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Hiç", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Hiç", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Sonuç bulunamadı", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Beklemede olarak işaretle", "RESOLVED": "Çözüldü olarak işaretle", diff --git a/app/javascript/dashboard/i18n/locale/tr/generalSettings.json b/app/javascript/dashboard/i18n/locale/tr/generalSettings.json index 51dcd7356..fbcb8202f 100644 --- a/app/javascript/dashboard/i18n/locale/tr/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/tr/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Raporlar", "CONVERSATION": "Konuşma", "CHANGE_ASSIGNEE": "Atanan Kişiyi Değiştir", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Takım değiştir", "ADD_LABEL": "Konuşmaya etiket ekle", "REMOVE_LABEL": "Konuşmadan etiketi kaldır", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Konuşmaya etiket ekle", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json index 1fdc06c5e..838d29b28 100644 --- a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/tr/integrations.json b/app/javascript/dashboard/i18n/locale/tr/integrations.json index 1a866ae56..91173fea1 100644 --- a/app/javascript/dashboard/i18n/locale/tr/integrations.json +++ b/app/javascript/dashboard/i18n/locale/tr/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "İptal Et" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Sil", "API": { diff --git a/app/javascript/dashboard/i18n/locale/tr/login.json b/app/javascript/dashboard/i18n/locale/tr/login.json index 267933d03..ef2ba635b 100644 --- a/app/javascript/dashboard/i18n/locale/tr/login.json +++ b/app/javascript/dashboard/i18n/locale/tr/login.json @@ -3,16 +3,16 @@ "TITLE": "Chatwoot'ta oturum açın", "EMAIL": { "LABEL": "E-Posta", - "PLACEHOLDER": "E-posta, örneğin: birisi@örnek.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Parola", "PLACEHOLDER": "Parola" }, "API": { - "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" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/tr/resetPassword.json b/app/javascript/dashboard/i18n/locale/tr/resetPassword.json index 594ddc3b6..cc9ae6157 100644 --- a/app/javascript/dashboard/i18n/locale/tr/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/tr/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Şifreyi yenile", + "TITLE": "Parola yenile", "EMAIL": { "LABEL": "E-Posta", - "PLACEHOLDER": "Lütfen E-postanızı girin", - "ERROR": "lütfen geçerli e-posta adresini giriniz" + "PLACEHOLDER": "Lütfen E-postanızı girin.", + "ERROR": "lütfen geçerli e-posta adresini giriniz." }, "API": { - "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" + "SUCCESS_MESSAGE": "E-postanıza parola sıfırlama bağlantısı gönderildi.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Yolla" } diff --git a/app/javascript/dashboard/i18n/locale/tr/search.json b/app/javascript/dashboard/i18n/locale/tr/search.json index 10df26c50..56ac34436 100644 --- a/app/javascript/dashboard/i18n/locale/tr/search.json +++ b/app/javascript/dashboard/i18n/locale/tr/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json b/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json index 2b3c54a12..491328a01 100644 --- a/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/tr/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Yeni Parola Belirleyin", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Parola", "PLACEHOLDER": "Parola", - "ERROR": "Parola çok kısa" + "ERROR": "Parola çok kısa." }, "CONFIRM_PASSWORD": { - "LABEL": "Parolayı Onayla", + "LABEL": "Confirm password", "PLACEHOLDER": "Parolayı Onayla", - "ERROR": "Parola eşleşmiyor" + "ERROR": "Parola eşleşmiyor." }, "API": { - "SUCCESS_MESSAGE": "Parola başarıyla değiştirildi", - "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" + "SUCCESS_MESSAGE": "Parola başarıyla değiştirildi.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Doğrulama süresi sona erdi. Lütfen captchayı tekrar çözünüz." diff --git a/app/javascript/dashboard/i18n/locale/tr/signup.json b/app/javascript/dashboard/i18n/locale/tr/signup.json index d1b20e53c..4e8504df9 100644 --- a/app/javascript/dashboard/i18n/locale/tr/signup.json +++ b/app/javascript/dashboard/i18n/locale/tr/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Ad Soyad", - "PLACEHOLDER": "Ad Soyadınızı giriniz. örn: Bruce Wayne", - "ERROR": "Ad Soyad çok kısa" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Ad Soyad çok kısa." }, "EMAIL": { "LABEL": "İş emaili", - "PLACEHOLDER": "İş email adresinizi giriniz. örn: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Parola", "PLACEHOLDER": "Parola", - "ERROR": "Parola çok kısa", - "IS_INVALID_PASSWORD": "Şifre en az 1 büyük harf, 1 küçük harf, 1 rakam ve 1 özel karakter içermelidir" + "ERROR": "Parola çok kısa.", + "IS_INVALID_PASSWORD": "Şifre en az 1 büyük harf, 1 küçük harf, 1 rakam ve 1 özel karakter içermelidir." }, "CONFIRM_PASSWORD": { - "LABEL": "Parolayı Onayla", - "PLACEHOLDER": "Parolayı Onayla", - "ERROR": "Parola eşleşmiyor" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Parola eşleşmiyor." }, "API": { "SUCCESS_MESSAGE": "Kayıt başarılı", - "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Hesabın var mı?" diff --git a/app/javascript/dashboard/i18n/locale/uk/advancedFilters.json b/app/javascript/dashboard/i18n/locale/uk/advancedFilters.json index ed94affd6..b98ddd312 100644 --- a/app/javascript/dashboard/i18n/locale/uk/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/uk/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Назва Кампанії", "LABELS": "Мітки", "BROWSER_LANGUAGE": "Мова браузера", + "PRIORITY": "Пріоритет", "COUNTRY_NAME": "Назва країни", "REFERER_LINK": "Посилання", "CUSTOM_ATTRIBUTE_LIST": "Список", diff --git a/app/javascript/dashboard/i18n/locale/uk/agentMgmt.json b/app/javascript/dashboard/i18n/locale/uk/agentMgmt.json index 1c3958abc..b40f0582f 100644 --- a/app/javascript/dashboard/i18n/locale/uk/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/uk/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Пошук агентів", - "TEAM": "Пошук команд" + "TEAM": "Пошук команд", + "INPUT": "Пошук агентів" } } } diff --git a/app/javascript/dashboard/i18n/locale/uk/conversation.json b/app/javascript/dashboard/i18n/locale/uk/conversation.json index 87e57bf59..aa22dbc8d 100644 --- a/app/javascript/dashboard/i18n/locale/uk/conversation.json +++ b/app/javascript/dashboard/i18n/locale/uk/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Невідомий файл", "SAVE_CONTACT": "Зберегти", "UPLOADING_ATTACHMENTS": "Завантаження вкладень...", + "REPLIED_TO_STORY": "Відповів(-ла) на вашу історію", "SUCCESS_DELETE_MESSAGE": "Повідомлення успішно видалено", "FAIL_DELETE_MESSSAGE": "Не вдалося видалити повідомлення! Спробуйте ще раз", "NO_RESPONSE": "Немає відповіді", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Наступного тижня" } }, + "PRIORITY": { + "TITLE": "Пріоритет", + "OPTIONS": { + "NONE": "Нiчого", + "URGENT": "Терміновий", + "HIGH": "Високий", + "MEDIUM": "Середній", + "LOW": "Низький" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Нiчого", + "INPUT_PLACEHOLDER": "Оберіть пріоритет", + "NO_RESULTS": "Результатів не знайдено", + "SUCCESSFUL": "Змінено пріоритет для бесід з ID %{conversationId} на %{priority}", + "FAILED": "Не вдалося змінити пріоритет. Будь ласка, спробуйте ще раз." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Позначити як \"В очікуванні\"", "RESOLVED": "Позначити як вирішене", diff --git a/app/javascript/dashboard/i18n/locale/uk/generalSettings.json b/app/javascript/dashboard/i18n/locale/uk/generalSettings.json index ad3583826..857a4adcf 100644 --- a/app/javascript/dashboard/i18n/locale/uk/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/uk/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Звіти", "CONVERSATION": "Діалог", "CHANGE_ASSIGNEE": "Змінити виконавця", + "CHANGE_PRIORITY": "Змінити пріоритет", "CHANGE_TEAM": "Змінити команду", "ADD_LABEL": "Додати мітку до діалогу", "REMOVE_LABEL": "Видалити мітку з діалогу", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Перейти до сповіщень", "ADD_LABELS_TO_CONVERSATION": "Додати мітку до діалогу", "ASSIGN_AN_AGENT": "Призначити агента", + "ASSIGN_PRIORITY": "Призначити пріоритет", "ASSIGN_A_TEAM": "Призначити команду", "MUTE_CONVERSATION": "Вимкнути звук для розмови", "UNMUTE_CONVERSATION": "Увімкнути звук для розмови", diff --git a/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json index e1fd8a914..75792f962 100644 --- a/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "Цей токен використовується для перевірки аутентифікації кінцевої точки вебхука.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Оновити параметри форми чату" }, + "HELP_CENTER": { + "LABEL": "Довідковий центр", + "PLACEHOLDER": "Виберіть довідковий центр", + "SELECT_PLACEHOLDER": "Виберіть довідковий центр", + "REMOVE": "Видалити довідковий центр", + "SUB_TEXT": "Прикріпити Довідковий центр до папки Вхідні" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Ліміт автопризначення", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Будь ласка, введіть значення, більше за 0", diff --git a/app/javascript/dashboard/i18n/locale/uk/integrations.json b/app/javascript/dashboard/i18n/locale/uk/integrations.json index 786608c81..da46d0ed4 100644 --- a/app/javascript/dashboard/i18n/locale/uk/integrations.json +++ b/app/javascript/dashboard/i18n/locale/uk/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "Помилка при підключенні до дзвінка. Будь ласка, спробуйте ще раз", "CREATE_ERROR": "Помилка при створенні посилання на зустріч, будь ласка, спробуйте знову" }, + "OPEN_AI": { + "TITLE": "Покращити з ШІ", + "SUBTITLE": "Поліпшена відповідь буде згенерована за допомогою AI, основана на вашій чернетці.", + "TONE": { + "TITLE": "Тон", + "OPTIONS": { + "PROFESSIONAL": "Професійний", + "FRIENDLY": "Дружній" + } + }, + "BUTTONS": { + "GENERATE": "Згенерувати", + "GENERATING": "Генерація...", + "CANCEL": "Скасувати" + }, + "GENERATE_ERROR": "Сталася помилка при обробці контенту, будь ласка, спробуйте ще раз" + }, "DELETE": { "BUTTON_TEXT": "Видалити", "API": { diff --git a/app/javascript/dashboard/i18n/locale/uk/login.json b/app/javascript/dashboard/i18n/locale/uk/login.json index 9a6a2febc..7d19dcdf0 100644 --- a/app/javascript/dashboard/i18n/locale/uk/login.json +++ b/app/javascript/dashboard/i18n/locale/uk/login.json @@ -3,16 +3,16 @@ "TITLE": "Увійти до Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email як: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Пароль", "PLACEHOLDER": "Пароль" }, "API": { - "SUCCESS_MESSAGE": "Вхід успішно здійснено", - "ERROR_MESSAGE": "Не вдалося підключитися до Woot Server, спробуйте ще раз пізніше", - "UNAUTH": "Неправильне ім'я користувача / пароль. Будь ласка, спробуйте ще раз" + "SUCCESS_MESSAGE": "Вхід успішний", + "ERROR_MESSAGE": "Не вдалося підключитися до Woot сервера. Будь ласка, спробуйте ще раз.", + "UNAUTH": "Неправильне ім'я користувача / пароль. Будь ласка, спробуйте ще раз." }, "OAUTH": { "GOOGLE_LOGIN": "Увійти через Google", diff --git a/app/javascript/dashboard/i18n/locale/uk/resetPassword.json b/app/javascript/dashboard/i18n/locale/uk/resetPassword.json index 3099952de..22eb2c5b3 100644 --- a/app/javascript/dashboard/i18n/locale/uk/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/uk/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "Скинути пароль", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Введіть адресу електронної пошти", - "ERROR": "Введіть дійсну адресу електронної пошти" + "PLACEHOLDER": "Введіть адресу електронної пошти.", + "ERROR": "Введіть дійсну адресу електронної пошти." }, "API": { - "SUCCESS_MESSAGE": "Посилання для зміни пароля було надіслано на вашу електронну пошту", - "ERROR_MESSAGE": "Не вдалося підключитися до Woot Server, спробуйте ще раз пізніше" + "SUCCESS_MESSAGE": "Посилання для зміни пароля було надіслано на вашу електронну пошту.", + "ERROR_MESSAGE": "Не вдалося підключитися до Woot сервера. Будь ласка, спробуйте ще раз." }, "SUBMIT": "Додати" } diff --git a/app/javascript/dashboard/i18n/locale/uk/search.json b/app/javascript/dashboard/i18n/locale/uk/search.json index b9255eed9..8875bb8ed 100644 --- a/app/javascript/dashboard/i18n/locale/uk/search.json +++ b/app/javascript/dashboard/i18n/locale/uk/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "На запит '%{query} не знайдено %{item}", "EMPTY_STATE_FULL": "Немає результатів за запитом '%{query}", "PLACEHOLDER_KEYBINDING": "/ фокус", - "INPUT_PLACEHOLDER": "Пошук повідомлень, контактів або бесід", - "EMPTY_STATE_DEFAULT": "Пошук бесід по id, email, тел. номеру, повідомлень для кращого пошуку результатів.", + "INPUT_PLACEHOLDER": "Введіть 3 або більше символів для пошуку", + "EMPTY_STATE_DEFAULT": "Пошук бесід по id, email, тел. номеру, повідомлень для кращого пошуку результатів. ", "BOT_LABEL": "Бот", "READ_MORE": "Детальніше", "WROTE": "написав(ла):" diff --git a/app/javascript/dashboard/i18n/locale/uk/setNewPassword.json b/app/javascript/dashboard/i18n/locale/uk/setNewPassword.json index 62572c4d2..3c807ea00 100644 --- a/app/javascript/dashboard/i18n/locale/uk/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/uk/setNewPassword.json @@ -4,16 +4,16 @@ "PASSWORD": { "LABEL": "Пароль", "PLACEHOLDER": "Пароль", - "ERROR": "Пароль занадто короткий" + "ERROR": "Пароль занадто короткий." }, "CONFIRM_PASSWORD": { - "LABEL": "Підтвердження пароля", + "LABEL": "Підтвердити пароль", "PLACEHOLDER": "Підтвердження пароля", - "ERROR": "Паролі не збігаються" + "ERROR": "Паролі не збігаються." }, "API": { - "SUCCESS_MESSAGE": "Пароль успішно змінено", - "ERROR_MESSAGE": "Не вдалося підключитися до Woot Server, спробуйте ще раз пізніше" + "SUCCESS_MESSAGE": "Пароль успішно змінено.", + "ERROR_MESSAGE": "Не вдалося підключитися до Woot сервера. Будь ласка, спробуйте ще раз." }, "CAPTCHA": { "ERROR": "Верифікація закінчилася. Будь ласка, пройдіть captcha ще раз." diff --git a/app/javascript/dashboard/i18n/locale/uk/signup.json b/app/javascript/dashboard/i18n/locale/uk/signup.json index 816d89309..d79f96572 100644 --- a/app/javascript/dashboard/i18n/locale/uk/signup.json +++ b/app/javascript/dashboard/i18n/locale/uk/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Назва компанії", - "PLACEHOLDER": "Введіть назву вашої компанії; наприклад: Уейн Enterprises", - "ERROR": "Назва компанії закоротка" + "PLACEHOLDER": "Введіть ім'я вашої компанії. Наприклад Wayne Enterprises", + "ERROR": "Назва компанії закоротка." }, "FULL_NAME": { "LABEL": "Повне ім'я", - "PLACEHOLDER": "Введіть ваше повне ім'я. наприклад: Bruce Wayne", - "ERROR": "Повне ім’я занадто коротке" + "PLACEHOLDER": "Введіть ваше повне ім'я. Наприклад Брюс Вейн", + "ERROR": "Повне ім’я занадто коротке." }, "EMAIL": { "LABEL": "Робоча електронна пошта", - "PLACEHOLDER": "Введіть робочу адресу електронної пошти; наприклад: bruce@wayne.enterprises", - "ERROR": "Будь ласка, введіть робочу адресу електронної пошти" + "PLACEHOLDER": "Введіть робочу адресу електронної пошти. Наприклад, bruce@wayne.enterprises", + "ERROR": "Будь ласка, введіть робочу адресу електронної пошти." }, "PASSWORD": { "LABEL": "Пароль", "PLACEHOLDER": "Пароль", - "ERROR": "Пароль занадто короткий", - "IS_INVALID_PASSWORD": "Пароль повинен містити принаймні 1 велику літеру, хоча б 1 малу літеру, 1 цифру та 1 спеціальний символ" + "ERROR": "Пароль занадто короткий.", + "IS_INVALID_PASSWORD": "Пароль повинен містити принаймні 1 велику літеру, хоча б 1 малу літеру, 1 цифру та 1 спеціальний символ." }, "CONFIRM_PASSWORD": { - "LABEL": "Підтвердження пароля", - "PLACEHOLDER": "Підтвердження пароля", - "ERROR": "Пароль не підходить" + "LABEL": "Підтвердити пароль", + "PLACEHOLDER": "Підтвердити пароль", + "ERROR": "Пароль не підходить." }, "API": { "SUCCESS_MESSAGE": "Реєстрація пройшла успішно", - "ERROR_MESSAGE": "Не вдалося підключитися до Woot Server, спробуйте ще раз пізніше" + "ERROR_MESSAGE": "Не вдалося підключитися до Woot сервера. Будь ласка, спробуйте ще раз." }, "SUBMIT": "Створити акаунт", "HAVE_AN_ACCOUNT": "Вже маєте обліковий запис?" diff --git a/app/javascript/dashboard/i18n/locale/ur/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ur/advancedFilters.json index 404764cf8..2d58eff7f 100644 --- a/app/javascript/dashboard/i18n/locale/ur/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ur/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/ur/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ur/agentMgmt.json index 058b472f1..1ea47ccf1 100644 --- a/app/javascript/dashboard/i18n/locale/ur/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "ایجنٹوں کو تلاش کریں۔", - "TEAM": "ٹیمیں تلاش کریں۔" + "TEAM": "ٹیمیں تلاش کریں۔", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ur/conversation.json b/app/javascript/dashboard/i18n/locale/ur/conversation.json index 936527366..6036594c0 100644 --- a/app/javascript/dashboard/i18n/locale/ur/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ur/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "منسلکات اپ لوڈ ہو رہی ہیں...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "پیغام کامیابی سے حذف ہو گیا۔", "FAIL_DELETE_MESSSAGE": "پیغام کو حذف نہیں کیا جا سکا! دوبارہ کوشش کریں", "NO_RESPONSE": "کوئی ردعمل نہیں", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "کوئی نہیں۔", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "کوئی نہیں۔", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "کوئی نتیجہ نہیں", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/ur/generalSettings.json b/app/javascript/dashboard/i18n/locale/ur/generalSettings.json index bc290cddf..b8cce77e8 100644 --- a/app/javascript/dashboard/i18n/locale/ur/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ur/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json index e4f97b79f..f24d7c197 100644 --- a/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ur/integrations.json b/app/javascript/dashboard/i18n/locale/ur/integrations.json index 825c5ff5e..c49bd17d1 100644 --- a/app/javascript/dashboard/i18n/locale/ur/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ur/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "منسوخ کریں۔" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "حذف کریں۔", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ur/login.json b/app/javascript/dashboard/i18n/locale/ur/login.json index d65635b15..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/ur/login.json +++ b/app/javascript/dashboard/i18n/locale/ur/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "API": { - "SUCCESS_MESSAGE": "Login Successful", - "ERROR_MESSAGE": "ووٹ سرور کے ساتھ رابطہ ممکن نہی ہوسکا ، براہ کرم کچھ دیر بعد کوشش کریں", - "UNAUTH": "Username / Password Incorrect. Please try again" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ur/resetPassword.json b/app/javascript/dashboard/i18n/locale/ur/resetPassword.json index 1008b3ab0..cc9491eaa 100644 --- a/app/javascript/dashboard/i18n/locale/ur/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ur/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "پاس ورڈ دوبارہ مرتب کریں", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "API": { - "SUCCESS_MESSAGE": "Password reset link has been sent to your email", - "ERROR_MESSAGE": "ووٹ سرور کے ساتھ رابطہ ممکن نہی ہوسکا ، براہ کرم کچھ دیر بعد کوشش کریں" + "SUCCESS_MESSAGE": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "جمع کرائیں" } diff --git a/app/javascript/dashboard/i18n/locale/ur/search.json b/app/javascript/dashboard/i18n/locale/ur/search.json index 92a67f207..70e76b0d2 100644 --- a/app/javascript/dashboard/i18n/locale/ur/search.json +++ b/app/javascript/dashboard/i18n/locale/ur/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ur/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ur/setNewPassword.json index 1fafb2a96..575569bae 100644 --- a/app/javascript/dashboard/i18n/locale/ur/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ur/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "ووٹ سرور کے ساتھ رابطہ ممکن نہی ہوسکا ، براہ کرم کچھ دیر بعد کوشش کریں" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ur/signup.json b/app/javascript/dashboard/i18n/locale/ur/signup.json index 66224b2fb..1ad4865ff 100644 --- a/app/javascript/dashboard/i18n/locale/ur/signup.json +++ b/app/javascript/dashboard/i18n/locale/ur/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "ووٹ سرور کے ساتھ رابطہ ممکن نہی ہوسکا ، براہ کرم کچھ دیر بعد کوشش کریں" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/advancedFilters.json b/app/javascript/dashboard/i18n/locale/ur_IN/advancedFilters.json index a32c1bd9d..361c0c8ae 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "Labels", "BROWSER_LANGUAGE": "Browser Language", + "PRIORITY": "Priority", "COUNTRY_NAME": "Country Name", "REFERER_LINK": "Referer link", "CUSTOM_ATTRIBUTE_LIST": "List", diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/agentMgmt.json b/app/javascript/dashboard/i18n/locale/ur_IN/agentMgmt.json index b44e74542..b563de61f 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Search agents", - "TEAM": "Search teams" + "TEAM": "Search teams", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/conversation.json b/app/javascript/dashboard/i18n/locale/ur_IN/conversation.json index 597799c15..a20522108 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Uploading attachments...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Next week" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "None", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "None", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Mark as pending", "RESOLVED": "Mark as resolved", diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/generalSettings.json b/app/javascript/dashboard/i18n/locale/ur_IN/generalSettings.json index 367b35b1c..7ed6d8925 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Reports", "CONVERSATION": "Conversation", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", "ASSIGN_AN_AGENT": "Assign an agent", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Assign a team", "MUTE_CONVERSATION": "Mute conversation", "UNMUTE_CONVERSATION": "Unmute conversation", diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json index bed0ec0c9..407441618 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/integrations.json b/app/javascript/dashboard/i18n/locale/ur_IN/integrations.json index 00d92f297..f0326fa78 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/integrations.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Cancel" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Delete", "API": { diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/login.json b/app/javascript/dashboard/i18n/locale/ur_IN/login.json index 25c956a81..f2b2f51b9 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/login.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/login.json @@ -3,16 +3,16 @@ "TITLE": "Login to Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email eg: someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password" }, "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": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/resetPassword.json b/app/javascript/dashboard/i18n/locale/ur_IN/resetPassword.json index bb678e809..37aa1860a 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "Reset Password", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Please enter your email", - "ERROR": "Please enter a valid email" + "PLACEHOLDER": "Please enter your email.", + "ERROR": "Please enter a valid email." }, "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": "Password reset link has been sent to your email.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Submit" } diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/search.json b/app/javascript/dashboard/i18n/locale/ur_IN/search.json index 418572c0c..9044bf5f9 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/search.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/setNewPassword.json b/app/javascript/dashboard/i18n/locale/ur_IN/setNewPassword.json index ec2d94744..4908dad02 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Set New Password", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short" + "ERROR": "Password is too short." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", + "LABEL": "Confirm password", "PLACEHOLDER": "Confirm Password", - "ERROR": "Passwords do not match" + "ERROR": "Passwords do not match." }, "API": { - "SUCCESS_MESSAGE": "Successfully changed the password", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "SUCCESS_MESSAGE": "Successfully changed the password.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/ur_IN/signup.json b/app/javascript/dashboard/i18n/locale/ur_IN/signup.json index 10ddc5b86..1ad4865ff 100644 --- a/app/javascript/dashboard/i18n/locale/ur_IN/signup.json +++ b/app/javascript/dashboard/i18n/locale/ur_IN/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "Full name", - "PLACEHOLDER": "Enter your full name. eg: Bruce Wayne", - "ERROR": "Full name is too short" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Full name is too short." }, "EMAIL": { "LABEL": "Work email", - "PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "Password", "PLACEHOLDER": "Password", - "ERROR": "Password is too short", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "Password is too short.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "Confirm Password", - "PLACEHOLDER": "Confirm Password", - "ERROR": "Password doesnot match" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Password doesnot match." }, "API": { "SUCCESS_MESSAGE": "Registration Successfull", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Already have an account?" diff --git a/app/javascript/dashboard/i18n/locale/vi/advancedFilters.json b/app/javascript/dashboard/i18n/locale/vi/advancedFilters.json index 3a84d1e7a..55c6292ef 100644 --- a/app/javascript/dashboard/i18n/locale/vi/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/vi/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Tên Chiến dịch", "LABELS": "Nhãn", "BROWSER_LANGUAGE": "Ngôn ngữ của Trình duyệt", + "PRIORITY": "Priority", "COUNTRY_NAME": "Tên Nước", "REFERER_LINK": "Liên kết người giới thiệu", "CUSTOM_ATTRIBUTE_LIST": "Danh sách", diff --git a/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json b/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json index 9d0c79a9f..b9782e457 100644 --- a/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "Tìm kiếm tổng đài viên", - "TEAM": "Tìm kiếm nhóm" + "TEAM": "Tìm kiếm nhóm", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/vi/conversation.json b/app/javascript/dashboard/i18n/locale/vi/conversation.json index d7422eb2c..4a46a2cb3 100644 --- a/app/javascript/dashboard/i18n/locale/vi/conversation.json +++ b/app/javascript/dashboard/i18n/locale/vi/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Tập tin chưa xác định", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "Đang tải file đính kèm...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "Tin nhắn được xoá thành công", "FAIL_DELETE_MESSSAGE": "Không thể xoá tin nhắn! Thử lại", "NO_RESPONSE": "Không có phản hồi", @@ -66,6 +67,23 @@ "NEXT_WEEK": "Tuần sau" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "Không có", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "Không có", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "Không tìm thấy kết quả", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "Đánh dấu chưa giải quyết", "RESOLVED": "Đánh dấu là đã giải quyết", diff --git a/app/javascript/dashboard/i18n/locale/vi/generalSettings.json b/app/javascript/dashboard/i18n/locale/vi/generalSettings.json index f7c41e6d5..de9124c88 100644 --- a/app/javascript/dashboard/i18n/locale/vi/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/vi/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "Báo cáo", "CONVERSATION": "Hội thoại", "CHANGE_ASSIGNEE": "Thay đổi người được phân công", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Thay đổi nhóm", "ADD_LABEL": "Thêm nhãn vào hội thoại", "REMOVE_LABEL": "Xoá nhãn khỏi hội thoại", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "Đi đến Thông báo", "ADD_LABELS_TO_CONVERSATION": "Thêm nhãn vào hội thoại", "ASSIGN_AN_AGENT": "Gán cho tổng đài viên", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "Phân công một nhóm", "MUTE_CONVERSATION": "Tắt tiếng hội thoại", "UNMUTE_CONVERSATION": "Bật tiếng hội thoại", diff --git a/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json index 58f5b1afc..e63ebdcea 100644 --- a/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Giới hạn tự động phân công tối đa", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Xin nhập vào một số lớn hơn 0", diff --git a/app/javascript/dashboard/i18n/locale/vi/integrations.json b/app/javascript/dashboard/i18n/locale/vi/integrations.json index e03807a9f..1e70c287e 100644 --- a/app/javascript/dashboard/i18n/locale/vi/integrations.json +++ b/app/javascript/dashboard/i18n/locale/vi/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "Huỷ" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "Xoá", "API": { diff --git a/app/javascript/dashboard/i18n/locale/vi/login.json b/app/javascript/dashboard/i18n/locale/vi/login.json index 19065cb27..fed24abcd 100644 --- a/app/javascript/dashboard/i18n/locale/vi/login.json +++ b/app/javascript/dashboard/i18n/locale/vi/login.json @@ -3,16 +3,16 @@ "TITLE": "Đăng nhập Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "Email : someone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "Mật khẩu", "PLACEHOLDER": "Mật khẩu" }, "API": { - "SUCCESS_MESSAGE": "Đăng nhập thành công", - "ERROR_MESSAGE": "Không thể kết nối với Máy chủ Woot, Vui lòng thử lại sau", - "UNAUTH": "Tài khoản/Mật khẩu không đúng. Vui lòng thử lại" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/vi/resetPassword.json b/app/javascript/dashboard/i18n/locale/vi/resetPassword.json index 730d8fad6..3678b73a1 100644 --- a/app/javascript/dashboard/i18n/locale/vi/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/vi/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "Đặt lại mật khẩu", "EMAIL": { "LABEL": "Thư điện tử", - "PLACEHOLDER": "Vui lòng nhập email", - "ERROR": "Vui lòng nhập email hợp lệ" + "PLACEHOLDER": "Vui lòng nhập email.", + "ERROR": "Vui lòng nhập email hợp lệ." }, "API": { - "SUCCESS_MESSAGE": "Liên kết đặt lại mật khẩu đã được gửi đến email của bạn", - "ERROR_MESSAGE": "Không thể kết nối với Máy chủ Woot, Vui lòng thử lại sau" + "SUCCESS_MESSAGE": "Liên kết đặt lại mật khẩu đã được gửi đến email của bạn.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Gửi" } diff --git a/app/javascript/dashboard/i18n/locale/vi/search.json b/app/javascript/dashboard/i18n/locale/vi/search.json index 4b34c58f7..d36731de7 100644 --- a/app/javascript/dashboard/i18n/locale/vi/search.json +++ b/app/javascript/dashboard/i18n/locale/vi/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "Bot", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/vi/setNewPassword.json b/app/javascript/dashboard/i18n/locale/vi/setNewPassword.json index 47db18733..1a65e2e00 100644 --- a/app/javascript/dashboard/i18n/locale/vi/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/vi/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "Cài đặt mật khẩu mới", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "Mật khẩu", "PLACEHOLDER": "Mật khẩu", - "ERROR": "Mật khẩu quá ngắn" + "ERROR": "Mật khẩu quá ngắn." }, "CONFIRM_PASSWORD": { - "LABEL": "Xác nhận mật khẩu", + "LABEL": "Confirm password", "PLACEHOLDER": "Xác nhận mật khẩu", - "ERROR": "Mật khẩu không khớp" + "ERROR": "Mật khẩu không khớp." }, "API": { - "SUCCESS_MESSAGE": "Đổi mật khẩu thành công", - "ERROR_MESSAGE": "Không thể kết nối với Máy chủ Woot, Vui lòng thử lại sau" + "SUCCESS_MESSAGE": "Đổi mật khẩu thành công.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Đã hết hạn xác minh. Vui lòng giải mã captcha một lần nữa." diff --git a/app/javascript/dashboard/i18n/locale/vi/signup.json b/app/javascript/dashboard/i18n/locale/vi/signup.json index de38793bb..0c1f2fdb6 100644 --- a/app/javascript/dashboard/i18n/locale/vi/signup.json +++ b/app/javascript/dashboard/i18n/locale/vi/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Tên công ty", - "PLACEHOLDER": "Nhập tên công ty của bạn. ví dụ: Doanh nghiệp Wayne", - "ERROR": "Tên công ty quá ngắn" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Tên công ty quá ngắn." }, "FULL_NAME": { "LABEL": "Tên đầy đủ", - "PLACEHOLDER": "Nhập tên đầy đủ của bạn. ví dụ: Wayne Enterprises", - "ERROR": "Tên đầy đủ quá ngắn" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "Tên đầy đủ quá ngắn." }, "EMAIL": { "LABEL": "Email công việc", - "PLACEHOLDER": "Nhập email công việc của bạn. ví dụ: bruce@wayne.enterprises", - "ERROR": "Vui lòng nhập địa chỉ email công việc hợp lệ" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Vui lòng nhập địa chỉ email công việc hợp lệ." }, "PASSWORD": { "LABEL": "Mật khẩu", "PLACEHOLDER": "Mật khẩu", - "ERROR": "Mật khẩu quá ngắn", - "IS_INVALID_PASSWORD": "Mật khẩu phải chứa ít nhất 1 chữ hoa, 1 chữ thường, 1 số và 1 ký tự đặc biệt" + "ERROR": "Mật khẩu quá ngắn.", + "IS_INVALID_PASSWORD": "Mật khẩu phải chứa ít nhất 1 chữ hoa, 1 chữ thường, 1 số và 1 ký tự đặc biệt." }, "CONFIRM_PASSWORD": { - "LABEL": "Xác nhận mật khẩu", - "PLACEHOLDER": "Xác nhận mật khẩu", - "ERROR": "Mật khẩu không khớp" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "Mật khẩu không khớp." }, "API": { "SUCCESS_MESSAGE": "Đăng Kí Thành Công", - "ERROR_MESSAGE": "Không thể kết nối với Máy chủ Woot, Vui lòng thử lại sau." + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "Đã có tài khoản?" diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/advancedFilters.json b/app/javascript/dashboard/i18n/locale/zh_CN/advancedFilters.json index 9c94990fb..e1e750917 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "活动名称", "LABELS": "标签", "BROWSER_LANGUAGE": "浏览器语言", + "PRIORITY": "Priority", "COUNTRY_NAME": "国家", "REFERER_LINK": "引用链接", "CUSTOM_ATTRIBUTE_LIST": "列表", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/agentBots.json b/app/javascript/dashboard/i18n/locale/zh_CN/agentBots.json index 5f16f8222..7aa759983 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/agentBots.json @@ -12,7 +12,7 @@ }, "DESCRIPTION": { "LABEL": "Bot Description", - "PLACEHOLDER": "What does this bot do?" + "PLACEHOLDER": "这个机器人的用途是?" }, "BOT_CONFIG": { "ERROR": "Please enter your CSML bot configuration above", @@ -21,7 +21,7 @@ "SUBMIT": "Validate and save" }, "BOT_CONFIGURATION": { - "TITLE": "Select an agent bot", + "TITLE": "选择一个代理机器人", "DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.", "SUBMIT": "更新", "DISCONNECT": "Disconnect Bot", @@ -35,7 +35,7 @@ "TITLE": "Configure new bot", "CANCEL_BUTTON_TEXT": "取消", "API": { - "SUCCESS_MESSAGE": "Bot added successfully", + "SUCCESS_MESSAGE": "机器人添加成功", "ERROR_MESSAGE": "Could not add bot, Please try again later" } }, @@ -58,7 +58,7 @@ "EDIT": { "BUTTON_TEXT": "编辑", "LOADING": "Fetching Bots...", - "TITLE": "Edit Bot", + "TITLE": "配置机器人", "CANCEL_BUTTON_TEXT": "取消", "API": { "SUCCESS_MESSAGE": "Bot updated successfully", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/agentMgmt.json b/app/javascript/dashboard/i18n/locale/zh_CN/agentMgmt.json index 39d65f29f..3f790c249 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "搜索客服代表", - "TEAM": "查找团队" + "TEAM": "查找团队", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json b/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json index fafde9bd9..311971f10 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "未知文件", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "正在上传附件...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "已成功删除消息", "FAIL_DELETE_MESSSAGE": "无法删除消息,请重试!", "NO_RESPONSE": "No response", @@ -66,6 +67,23 @@ "NEXT_WEEK": "下周" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "啥都没有", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "啥都没有", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "标记为待处理", "RESOLVED": "标记为已解决", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/generalSettings.json b/app/javascript/dashboard/i18n/locale/zh_CN/generalSettings.json index f4555d7ee..867bacacc 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/generalSettings.json @@ -101,6 +101,7 @@ "REPORTS": "报告", "CONVERSATION": "会话", "CHANGE_ASSIGNEE": "更改分配", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "更改团队", "ADD_LABEL": "为对话添加标签", "REMOVE_LABEL": "从对话移除标签", @@ -126,6 +127,7 @@ "GO_TO_NOTIFICATIONS": "转到通知", "ADD_LABELS_TO_CONVERSATION": "为对话添加标签", "ASSIGN_AN_AGENT": "分配一位客服代表", + "ASSIGN_PRIORITY": "Assign priority", "ASSIGN_A_TEAM": "分配一个团队", "MUTE_CONVERSATION": "静音对话", "UNMUTE_CONVERSATION": "取消静音对话", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json index a16d4c8f6..99bfeb01d 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json @@ -482,6 +482,13 @@ "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/integrations.json b/app/javascript/dashboard/i18n/locale/zh_CN/integrations.json index 6bc7896d0..9a2563f1d 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/integrations.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "取消" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "删除", "API": { diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/login.json b/app/javascript/dashboard/i18n/locale/zh_CN/login.json index 29e45e169..1c06ff79a 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/login.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/login.json @@ -3,16 +3,16 @@ "TITLE": "登录到Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "电子邮址 例如:somone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "密码", "PLACEHOLDER": "密码" }, "API": { - "SUCCESS_MESSAGE": "登录成功", - "ERROR_MESSAGE": "无法连接服务器,请稍后再试", - "UNAUTH": "用户名/密码不正确。请重试" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/resetPassword.json b/app/javascript/dashboard/i18n/locale/zh_CN/resetPassword.json index 25e909ab0..72bca96f4 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/resetPassword.json @@ -3,12 +3,12 @@ "TITLE": "重置密码", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "请输入您的电子邮件", - "ERROR": "请输入一个有效的电子邮件" + "PLACEHOLDER": "请输入 Email 地址.", + "ERROR": "请输入一个有效的电子邮件." }, "API": { - "SUCCESS_MESSAGE": "密码重置链接已发送到您的电子邮件", - "ERROR_MESSAGE": "无法连接服务器,请稍后再试" + "SUCCESS_MESSAGE": "密码重置链接已发送到您的电子邮件.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "提交" } diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/search.json b/app/javascript/dashboard/i18n/locale/zh_CN/search.json index 0ca464482..bc2db4e70 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/search.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "No results found for query '%{query}'", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "Search messages, contacts or conversations", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "机器人", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/setNewPassword.json b/app/javascript/dashboard/i18n/locale/zh_CN/setNewPassword.json index d479388e7..6f5d6d6c5 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "设置新密码", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "密码", "PLACEHOLDER": "密码", - "ERROR": "密码太短了" + "ERROR": "密码太短了." }, "CONFIRM_PASSWORD": { - "LABEL": "请确认密码", + "LABEL": "Confirm password", "PLACEHOLDER": "确认密码", - "ERROR": "密码不匹配" + "ERROR": "密码不匹配." }, "API": { - "SUCCESS_MESSAGE": "成功修改密码", - "ERROR_MESSAGE": "无法连接服务器,请稍后再试" + "SUCCESS_MESSAGE": "成功修改密码.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/signup.json b/app/javascript/dashboard/i18n/locale/zh_CN/signup.json index 29656868e..828faebf6 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/signup.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "名字", - "PLACEHOLDER": "输入您的全名,例如 Bruce Wayne", - "ERROR": "帐号名称太短了" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "帐号名称太短了." }, "EMAIL": { "LABEL": "工作邮箱", - "PLACEHOLDER": "请输入您的工作电子邮件地址,例如 bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "密码", "PLACEHOLDER": "密码", - "ERROR": "密码太短了", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "密码太短了.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "请确认密码", - "PLACEHOLDER": "请确认密码", - "ERROR": "密码不匹配" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "密码不匹配." }, "API": { "SUCCESS_MESSAGE": "注册成功", - "ERROR_MESSAGE": "无法连接服务器,请稍后再试" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "已经有帐号?" diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/advancedFilters.json b/app/javascript/dashboard/i18n/locale/zh_TW/advancedFilters.json index b510ad238..2364bbb7c 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/advancedFilters.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/advancedFilters.json @@ -38,6 +38,7 @@ "CAMPAIGN_NAME": "Campaign Name", "LABELS": "標籤", "BROWSER_LANGUAGE": "瀏覽器語言", + "PRIORITY": "Priority", "COUNTRY_NAME": "國家名稱", "REFERER_LINK": "推薦人連結", "CUSTOM_ATTRIBUTE_LIST": "列表", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/agentBots.json b/app/javascript/dashboard/i18n/locale/zh_TW/agentBots.json index 6d426de09..e80af0899 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/agentBots.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/agentBots.json @@ -42,7 +42,7 @@ "LIST": { "404": "查無機器人,你可以點擊「設定新的機器人」按鈕設定一個機器人", "LOADING": "正在取得機器人", - "TYPE": "Bot Type" + "TYPE": "機器人類型" }, "DELETE": { "BUTTON_TEXT": "刪除", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/agentMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/agentMgmt.json index d32b0e9a8..0fe30a7a5 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/agentMgmt.json @@ -110,7 +110,8 @@ }, "PLACEHOLDER": { "AGENT": "搜尋客服", - "TEAM": "搜尋團隊" + "TEAM": "搜尋團隊", + "INPUT": "Search for agents" } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/contact.json b/app/javascript/dashboard/i18n/locale/zh_TW/contact.json index ae407ad05..0f6ed9a79 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/contact.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/contact.json @@ -136,7 +136,7 @@ "COUNTRY": { "PLACEHOLDER": "Enter the country name", "LABEL": "國家名稱", - "SELECT_PLACEHOLDER": "Select", + "SELECT_PLACEHOLDER": "選擇", "REMOVE": "刪除", "SELECT_COUNTRY": "Select Country" }, diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json b/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json index 3d1158182..e7006a25a 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json @@ -37,6 +37,7 @@ "UNKNOWN_FILE_TYPE": "Unknown File", "SAVE_CONTACT": "Save", "UPLOADING_ATTACHMENTS": "正在上傳附件...", + "REPLIED_TO_STORY": "Replied to your story", "SUCCESS_DELETE_MESSAGE": "已成功刪除訊息", "FAIL_DELETE_MESSSAGE": "無法刪除訊息!請再試一次", "NO_RESPONSE": "無回應", @@ -66,11 +67,28 @@ "NEXT_WEEK": "下週" } }, + "PRIORITY": { + "TITLE": "Priority", + "OPTIONS": { + "NONE": "無", + "URGENT": "Urgent", + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low" + }, + "CHANGE_PRIORITY": { + "SELECT_PLACEHOLDER": "無", + "INPUT_PLACEHOLDER": "Select priority", + "NO_RESULTS": "No results found", + "SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}", + "FAILED": "Couldn't change priority. Please try again." + } + }, "CARD_CONTEXT_MENU": { "PENDING": "標記為待處理", "RESOLVED": "Mark as resolved", "MARK_AS_UNREAD": "Mark as unread", - "REOPEN": "Reopen conversation", + "REOPEN": "重新開啟對話", "SNOOZE": { "TITLE": "Snooze", "NEXT_REPLY": "Until next reply", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/generalSettings.json b/app/javascript/dashboard/i18n/locale/zh_TW/generalSettings.json index 956892219..bb6a05759 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/generalSettings.json @@ -55,17 +55,17 @@ "ENTER_TO_SELECT": "按下 enter 以選擇", "ENTER_TO_REMOVE": "按下 enter 以移除", "SELECT_ONE": "選擇其中一項", - "SELECT": "Select" + "SELECT": "選擇" } }, "NOTIFICATIONS_PAGE": { "HEADER": "通知", "MARK_ALL_DONE": "全部標記完成", - "DELETE_TITLE": "deleted", + "DELETE_TITLE": "刪除", "UNREAD_NOTIFICATION": { - "TITLE": "Unread Notifications", - "ALL_NOTIFICATIONS": "View all notifications", - "LOADING_UNREAD_MESSAGE": "Loading unread notifications...", + "TITLE": "未讀通知", + "ALL_NOTIFICATIONS": "查看所有通知", + "LOADING_UNREAD_MESSAGE": "正在讀取未讀通知", "EMPTY_MESSAGE": "You have no unread notifications" }, "LIST": { @@ -101,6 +101,7 @@ "REPORTS": "報表", "CONVERSATION": "對話", "CHANGE_ASSIGNEE": "Change Assignee", + "CHANGE_PRIORITY": "Change Priority", "CHANGE_TEAM": "Change Team", "ADD_LABEL": "Add label to the conversation", "REMOVE_LABEL": "Remove label from the conversation", @@ -125,13 +126,14 @@ "GO_TO_SETTINGS_PROFILE": "Go to Profile Settings", "GO_TO_NOTIFICATIONS": "Go to Notifications", "ADD_LABELS_TO_CONVERSATION": "Add label to the conversation", - "ASSIGN_AN_AGENT": "Assign an agent", - "ASSIGN_A_TEAM": "Assign a team", - "MUTE_CONVERSATION": "Mute conversation", - "UNMUTE_CONVERSATION": "Unmute conversation", + "ASSIGN_AN_AGENT": "指派客服", + "ASSIGN_PRIORITY": "Assign priority", + "ASSIGN_A_TEAM": "指派團隊", + "MUTE_CONVERSATION": "將對話靜音", + "UNMUTE_CONVERSATION": "將對話解除靜音", "REMOVE_LABEL_FROM_CONVERSATION": "Remove label from the conversation", - "REOPEN_CONVERSATION": "Reopen conversation", - "RESOLVE_CONVERSATION": "Resolve conversation", + "REOPEN_CONVERSATION": "重新開啟對話", + "RESOLVE_CONVERSATION": "解決對話", "SEND_TRANSCRIPT": "Send an email transcript", "SNOOZE_CONVERSATION": "Snooze Conversation", "UNTIL_NEXT_REPLY": "Until next reply", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json index ff34b8695..0735e5584 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json @@ -146,7 +146,7 @@ } }, "SMS": { - "TITLE": "SMS Channel", + "TITLE": "SMS 頻道", "DESC": "Start supporting your customers via SMS.", "PROVIDERS": { "LABEL": "API Provider", @@ -324,11 +324,11 @@ }, "SUBMIT_BUTTON": "建立 Telegram Channel", "API": { - "ERROR_MESSAGE": "We were not able to save the telegram channel" + "ERROR_MESSAGE": "我們無法儲存 telegram 頻道" } }, "AUTH": { - "TITLE": "Choose a channel", + "TITLE": "選擇一個頻道", "DESC": "Chatwoot supports live-chat widgets, Facebook Messenger, Twitter profiles, WhatsApp, Emails, etc., as channels. If you want to build a custom channel, you can create it using the API channel. To get started, choose one of the channels below." }, "AGENTS": { @@ -346,13 +346,13 @@ "DESC": "您已成功地將您的 Facebook 頁面與 Chatwoot 整合。下次客户發送消息到您的頁面時,對話將自動出現在收件匣中。
我們還為您提供了一個小元件脚本,您可以輕鬆地建立到您的網站。 在您的網站上登入後, 客户可以在没有任何外部工具幫助的情况下,從您的網站向您發送消息,對話將會在這裡出現在 Chatwoot 上。
酷,對吧?好吧,我們很肯定 :)" }, "EMAIL_PROVIDER": { - "TITLE": "Select your email provider", + "TITLE": "選擇你的電子郵件供應商", "DESCRIPTION": "Select an email provider from the list below. If you don't see your email provider in the list, you can select the other provider option and provide the IMAP and SMTP Credentials." }, "MICROSOFT": { "TITLE": "Microsoft Email", "DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.", - "EMAIL_PLACEHOLDER": "Enter email address", + "EMAIL_PLACEHOLDER": "輸入電子信箱", "HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ", "ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again" } @@ -404,7 +404,7 @@ "DISABLED": "已停用" }, "ENABLE_HMAC": { - "LABEL": "Enable" + "LABEL": "啟用" } }, "DELETE": { @@ -413,7 +413,7 @@ "CONFIRM": { "TITLE": "確認刪除", "MESSAGE": "您確定要刪除吗? ", - "PLACE_HOLDER": "Please type {inboxName} to confirm", + "PLACE_HOLDER": "請輸入 {inboxName} 以確認", "YES": "是,刪除 ", "NO": "不,保留 " }, @@ -432,7 +432,7 @@ "PRE_CHAT_FORM": "Pre Chat Form", "BUSINESS_HOURS": "服務時間", "WIDGET_BUILDER": "Widget Builder", - "BOT_CONFIGURATION": "Bot Configuration" + "BOT_CONFIGURATION": "增機器人設定" }, "SETTINGS": "設定", "FEATURES": { @@ -475,13 +475,20 @@ "WHATSAPP_SECTION_SUBHEADER": "This API Key is used for the integration with the WhatsApp APIs.", "WHATSAPP_SECTION_UPDATE_SUBHEADER": "Enter the updated key to be used for the integration with the WhatsApp APIs.", "WHATSAPP_SECTION_TITLE": "API Key", - "WHATSAPP_SECTION_UPDATE_TITLE": "Update API Key", - "WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Enter the new API Key here", + "WHATSAPP_SECTION_UPDATE_TITLE": "更新 API Key", + "WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "在此輸入新的 API Key", "WHATSAPP_SECTION_UPDATE_BUTTON": "更新", "WHATSAPP_WEBHOOK_TITLE": "Webhook Verify Token", "WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.", "UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings" }, + "HELP_CENTER": { + "LABEL": "Help Center", + "PLACEHOLDER": "Select Help Center", + "SELECT_PLACEHOLDER": "Select Help Center", + "REMOVE": "Remove Help Center", + "SUB_TEXT": "Attach a Help Center with the inbox" + }, "AUTO_ASSIGNMENT": { "MAX_ASSIGNMENT_LIMIT": "Auto assignment limit", "MAX_ASSIGNMENT_LIMIT_RANGE_ERROR": "Please enter a value greater than 0", @@ -565,7 +572,7 @@ "LABEL": "密碼", "PLACE_HOLDER": "密碼" }, - "ENABLE_SSL": "Enable SSL" + "ENABLE_SSL": "啟用 SSL" }, "MICROSOFT": { "TITLE": "Microsoft", @@ -573,8 +580,8 @@ }, "SMTP": { "TITLE": "SMTP", - "SUBTITLE": "Set your SMTP details", - "UPDATE": "Update SMTP settings", + "SUBTITLE": "設定你的 SMTP", + "UPDATE": "更新 SMTP 設定", "TOGGLE_AVAILABILITY": "Enable SMTP configuration for this inbox", "TOGGLE_HELP": "Enabling SMTP will help the user to send email", "EDIT": { diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/integrations.json b/app/javascript/dashboard/i18n/locale/zh_TW/integrations.json index 4c717e66e..530d09bdc 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/integrations.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/integrations.json @@ -85,6 +85,23 @@ "JOIN_ERROR": "There was an error joining the call, please try again", "CREATE_ERROR": "There was an error creating a meeting link, please try again" }, + "OPEN_AI": { + "TITLE": "Improve With AI", + "SUBTITLE": "An improved reply will be generated using AI, based on your current draft.", + "TONE": { + "TITLE": "Tone", + "OPTIONS": { + "PROFESSIONAL": "Professional", + "FRIENDLY": "Friendly" + } + }, + "BUTTONS": { + "GENERATE": "Generate", + "GENERATING": "Generating...", + "CANCEL": "取消" + }, + "GENERATE_ERROR": "There was an error processing the content, please try again" + }, "DELETE": { "BUTTON_TEXT": "刪除", "API": { @@ -106,8 +123,8 @@ "姓名", "Endpoint" ], - "EDIT_TOOLTIP": "Edit app", - "DELETE_TOOLTIP": "Delete app" + "EDIT_TOOLTIP": "編輯應用程式", + "DELETE_TOOLTIP": "刪除應用程式" }, "FORM": { "TITLE_LABEL": "姓名", @@ -129,13 +146,13 @@ "FORM_SUBMIT": "更新", "FORM_CANCEL": "取消", "API_SUCCESS": "Dashboard app updated successfully", - "API_ERROR": "We couldn't update the app. Please try again later" + "API_ERROR": "無法更新應用程式,請稍後再試。" }, "DELETE": { - "CONFIRM_YES": "Yes, delete it", - "CONFIRM_NO": "No, keep it", + "CONFIRM_YES": "是,刪除", + "CONFIRM_NO": "否,保留", "TITLE": "刪除確認", - "MESSAGE": "Are you sure to delete the app - %{appName}?", + "MESSAGE": "你確定要刪除應用程式 %{appName} 嗎?", "API_SUCCESS": "Dashboard app deleted successfully", "API_ERROR": "We couldn't delete the app. Please try again later" } diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/login.json b/app/javascript/dashboard/i18n/locale/zh_TW/login.json index 30038bb33..c4a9ad26a 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/login.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/login.json @@ -3,16 +3,16 @@ "TITLE": "登入到 Chatwoot", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "電子信箱 例如:somone@example.com" + "PLACEHOLDER": "example@companyname.com" }, "PASSWORD": { "LABEL": "密碼", "PLACEHOLDER": "密碼" }, "API": { - "SUCCESS_MESSAGE": "登入成功", - "ERROR_MESSAGE": "無法連接伺服器,請稍後再試", - "UNAUTH": "用户名/密碼不正確。請重試" + "SUCCESS_MESSAGE": "Login successful", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again.", + "UNAUTH": "Username or password is incorrect. Please try again." }, "OAUTH": { "GOOGLE_LOGIN": "Login with Google", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/resetPassword.json b/app/javascript/dashboard/i18n/locale/zh_TW/resetPassword.json index 5a301dde3..9df177265 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/resetPassword.json @@ -1,14 +1,14 @@ { "RESET_PASSWORD": { - "TITLE": "重置密碼", + "TITLE": "Reset password", "EMAIL": { "LABEL": "Email", - "PLACEHOLDER": "請輸入您的電子信箱", - "ERROR": "請輸入一個有效的電子信箱" + "PLACEHOLDER": "請輸入您的電子信箱.", + "ERROR": "請輸入一個有效的電子信箱." }, "API": { - "SUCCESS_MESSAGE": "密碼重置連結已發送到您的電子信箱", - "ERROR_MESSAGE": "無法連接伺服器,請稍後再試" + "SUCCESS_MESSAGE": "密碼重置連結已發送到您的電子信箱.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "送出" } diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/search.json b/app/javascript/dashboard/i18n/locale/zh_TW/search.json index 5c9371aa9..fe5bb472c 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/search.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/search.json @@ -14,8 +14,8 @@ "EMPTY_STATE": "No %{item} found for query '%{query}'", "EMPTY_STATE_FULL": "查無 %{query} 條件的結果", "PLACEHOLDER_KEYBINDING": "/ to focus", - "INPUT_PLACEHOLDER": "根據訊息、聯絡人或是對話搜尋", - "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.", + "INPUT_PLACEHOLDER": "Type 3 or more characters to search", + "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ", "BOT_LABEL": "機器人", "READ_MORE": "Read more", "WROTE": "wrote:" diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/setNewPassword.json b/app/javascript/dashboard/i18n/locale/zh_TW/setNewPassword.json index 86743a16d..2707523dd 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/setNewPassword.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/setNewPassword.json @@ -1,19 +1,19 @@ { "SET_NEW_PASSWORD": { - "TITLE": "設定新密碼", + "TITLE": "Set new password", "PASSWORD": { "LABEL": "密碼", "PLACEHOLDER": "密碼", - "ERROR": "密碼太短了" + "ERROR": "密碼太短了." }, "CONFIRM_PASSWORD": { - "LABEL": "請確認密碼", + "LABEL": "Confirm password", "PLACEHOLDER": "確認密碼", - "ERROR": "密碼不匹配" + "ERROR": "密碼不匹配." }, "API": { - "SUCCESS_MESSAGE": "成功修改密碼", - "ERROR_MESSAGE": "無法連接伺服器,請稍後再試" + "SUCCESS_MESSAGE": "成功修改密碼.", + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "CAPTCHA": { "ERROR": "Verification expired. Please solve captcha again." diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/settings.json b/app/javascript/dashboard/i18n/locale/zh_TW/settings.json index d1127e9e5..e1454cfd9 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/settings.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/settings.json @@ -20,9 +20,9 @@ "NOTE": "您的電子信箱地址是您的身份並用於登入。" }, "SEND_MESSAGE": { - "TITLE": "Hotkey to send messages", + "TITLE": "傳送訊息熱鍵", "NOTE": "You can select a hotkey (either Enter or Cmd/Ctrl+Enter) based on your preference of writing.", - "UPDATE_SUCCESS": "Your settings have been updated successfully", + "UPDATE_SUCCESS": "你的設定已經成功更新", "CARD": { "ENTER_KEY": { "HEADING": "Enter (↵)", @@ -108,7 +108,7 @@ "DISPLAY_NAME": { "LABEL": "顯示名稱", "ERROR": "請輸入一個有效的顯示名稱", - "PLACEHOLDER": "Please enter a display name, this would be displayed in conversations" + "PLACEHOLDER": "請輸入一個名字,這將會在對話中顯示" }, "AVAILABILITY": { "LABEL": "有效的", @@ -155,7 +155,7 @@ "APP_GLOBAL": { "TRIAL_MESSAGE": "剩餘試用期天數", "TRAIL_BUTTON": "立即購買", - "DELETED_USER": "Deleted User", + "DELETED_USER": "刪除使用者", "ACCOUNT_SUSPENDED": { "TITLE": "Account Suspended", "MESSAGE": "Your account is suspended. Please reach out to the support team for more information." @@ -168,8 +168,8 @@ "COPY_SUCCESSFUL": "Copied to clipboard" }, "SHOW_MORE_BLOCK": { - "SHOW_MORE": "Show More", - "SHOW_LESS": "Show Less" + "SHOW_MORE": "顯示更多", + "SHOW_LESS": "顯示更少" }, "FILE_BUBBLE": { "DOWNLOAD": "下載", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/signup.json b/app/javascript/dashboard/i18n/locale/zh_TW/signup.json index b8178336a..1ff33fb93 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/signup.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/signup.json @@ -10,33 +10,33 @@ }, "COMPANY_NAME": { "LABEL": "Company name", - "PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises", - "ERROR": "Company name is too short" + "PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises", + "ERROR": "Company name is too short." }, "FULL_NAME": { "LABEL": "姓名", - "PLACEHOLDER": "請輸入您的完整姓名,如:王大明", - "ERROR": "姓名太短了" + "PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne", + "ERROR": "姓名太短了." }, "EMAIL": { "LABEL": "工作電子郵件", - "PLACEHOLDER": "輸入你的工作 Email。例如: bruce@wayne.enterprises", - "ERROR": "Please enter a valid work email address" + "PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises", + "ERROR": "Please enter a valid work email address." }, "PASSWORD": { "LABEL": "密碼", "PLACEHOLDER": "密碼", - "ERROR": "密碼太短了", - "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character" + "ERROR": "密碼太短了.", + "IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character." }, "CONFIRM_PASSWORD": { - "LABEL": "請確認密碼", - "PLACEHOLDER": "請確認密碼", - "ERROR": "密碼不匹配" + "LABEL": "Confirm password", + "PLACEHOLDER": "Confirm password", + "ERROR": "密碼不匹配." }, "API": { "SUCCESS_MESSAGE": "註冊成功", - "ERROR_MESSAGE": "無法連接伺服器,請稍後再試" + "ERROR_MESSAGE": "Could not connect to Woot server. Please try again." }, "SUBMIT": "Create account", "HAVE_AN_ACCOUNT": "已經有帳號了嗎?" diff --git a/app/javascript/widget/i18n/locale/lt.json b/app/javascript/widget/i18n/locale/lt.json index 0c286263d..f5201ae61 100644 --- a/app/javascript/widget/i18n/locale/lt.json +++ b/app/javascript/widget/i18n/locale/lt.json @@ -1,11 +1,11 @@ { "COMPONENTS": { "FILE_BUBBLE": { - "DOWNLOAD": "Download", + "DOWNLOAD": "Parsisiųsti", "UPLOADING": "Uploading..." }, "FORM_BUBBLE": { - "SUBMIT": "Submit" + "SUBMIT": "Pateikti" }, "MESSAGE_BUBBLE": { "RETRY": "Send message again", @@ -27,9 +27,9 @@ "START_NEW_CONVERSATION": "Start a new conversation", "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "See new messages", - "CLOSE_MESSAGES_BUTTON": "Close", - "COMPANY_FROM": "from", - "BOT": "Bot" + "CLOSE_MESSAGES_BUTTON": "Uždaryti", + "COMPANY_FROM": "nuo", + "BOT": "Botas" }, "BUBBLE": { "LABEL": "Chat with us" @@ -37,29 +37,29 @@ "POWERED_BY": "Powered by Chatwoot", "EMAIL_PLACEHOLDER": "Please enter your email", "CHAT_PLACEHOLDER": "Type your message", - "TODAY": "Today", + "TODAY": "Šiandien", "YESTERDAY": "Yesterday", "PRE_CHAT_FORM": { "FIELDS": { "FULL_NAME": { - "LABEL": "Full Name", + "LABEL": "Pilnas vardas", "PLACEHOLDER": "Please enter your full name", - "REQUIRED_ERROR": "Full Name is required" + "REQUIRED_ERROR": "Yra reikalingas pilnas vardas" }, "EMAIL_ADDRESS": { - "LABEL": "Email Address", - "PLACEHOLDER": "Please enter your email address", + "LABEL": "El. pašto adresas", + "PLACEHOLDER": "Prašau įveskite jūsų el. pašto adresą", "REQUIRED_ERROR": "Email Address is required", "VALID_ERROR": "Please enter a valid email address" }, "PHONE_NUMBER": { "LABEL": "Phone Number", - "PLACEHOLDER": "Please enter your phone number", + "PLACEHOLDER": "Prašau įveskite jūsų telefono numerį", "REQUIRED_ERROR": "Phone Number is required", "VALID_ERROR": "Phone number should be of E.164 format eg: +1415555555" }, "MESSAGE": { - "LABEL": "Message", + "LABEL": "Žinutė", "PLACEHOLDER": "Please enter your message", "ERROR": "Message too short" } @@ -81,7 +81,7 @@ "CSAT": { "TITLE": "Rate your conversation", "SUBMITTED_TITLE": "Thank you for submitting the rating", - "PLACEHOLDER": "Tell us more..." + "PLACEHOLDER": "Papasakokit detaliau..." }, "EMAIL_TRANSCRIPT": { "BUTTON_TEXT": "Request a conversation transcript", diff --git a/app/javascript/widget/i18n/locale/ro.json b/app/javascript/widget/i18n/locale/ro.json index 4e10e73f2..a4ac4008d 100644 --- a/app/javascript/widget/i18n/locale/ro.json +++ b/app/javascript/widget/i18n/locale/ro.json @@ -66,7 +66,7 @@ }, "CAMPAIGN_HEADER": "Vă rugăm să furnizați numele și e-mailul înainte de a începe conversația", "IS_REQUIRED": "este obligatoriu", - "REQUIRED": "Required" + "REQUIRED": "Necesar" }, "FILE_SIZE_LIMIT": "Fisierul depaseste limita de {MAXIMUM_FILE_UPLOAD_SIZE} atasamente", "CHAT_FORM": { diff --git a/config/locales/ar.yml b/config/locales/ar.yml index 3ebedceb5..0369a3f6c 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -113,6 +113,10 @@ ar: snoozed: "تم تأجيل المحادثة بواسطة %{user_name}" auto_resolved: "تم وضع علامة على المحادثة كمحلولة من قبل بالنظام بسبب %{duration} أيام من عدم النشاط" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} تم تعيينه تلقائياً لهذه المحادثة" assigned: "تم إسنادها إلى %{assignee_name} بواسطة %{user_name}" @@ -167,6 +171,9 @@ ar: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 239f8b8c9..9d83a485f 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -113,6 +113,10 @@ bg: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ bg: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 82569b375..c093a040c 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -113,6 +113,10 @@ ca: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "El sistema ha marcat que la conversa s'ha resolt a causa de %{duration} dies d'inactivitat" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} s'ha auto assignat aquesta conversa" assigned: "Assignada a %{assignee_name} per %{user_name}" @@ -167,6 +171,9 @@ ca: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/cs.yml b/config/locales/cs.yml index fdaa6f262..b6ae01a6a 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -113,6 +113,10 @@ cs: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Přiřazeno k %{assignee_name} uživatelem %{user_name}" @@ -167,6 +171,9 @@ cs: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/da.yml b/config/locales/da.yml index 889ffb109..54972a83e 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -113,6 +113,10 @@ da: snoozed: "Samtalen blev udskudt af %{user_name}" auto_resolved: "Samtalen blev markeret som løst af systemet på grund af %{duration} dages inaktivitet" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} selv-tildelte denne samtale" assigned: "Tildelt %{assignee_name} af %{user_name}" @@ -167,6 +171,9 @@ da: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/de.yml b/config/locales/de.yml index 84246ffd5..fc34c34a9 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -113,6 +113,10 @@ de: snoozed: "Das Gespräch wurde von %{user_name} zur Erinnerung markiert" auto_resolved: "Das Gespräch wurde vom System aufgrund von %{duration} Tagen Inaktivität gelöst" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} hat sich dieses Gespräch selbst zugewiesen" assigned: "%{user_name} von %{assignee_name} zugewiesen" @@ -167,6 +171,9 @@ de: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Artikel nach Titel oder Text suchen... @@ -178,11 +185,11 @@ de: common: home: Hauptseite last_updated_on: Last updated on %{last_updated_on} - view_all_articles: View all articles - article: article + view_all_articles: Alle Artikel anzeigen + article: Artikel articles: Artikel no_articles: There are no articles here footer: made_with: Made with header: - go_to_homepage: Go to the main site + go_to_homepage: Zur Hauptseite wechseln diff --git a/config/locales/devise.lt.yml b/config/locales/devise.lt.yml index 15c8151fc..7f0611e55 100644 --- a/config/locales/devise.lt.yml +++ b/config/locales/devise.lt.yml @@ -7,9 +7,9 @@ lt: 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." failure: already_authenticated: "You are already signed in." - inactive: "Your account is not activated yet." + inactive: "Tavo prisijungimo paskyra dar neaktyvuota." invalid: "Invalid %{authentication_keys}/password or account is not verified yet." - locked: "Your account is locked." + locked: "Tavo prisijungimo paskyra užrakinta." 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." @@ -23,7 +23,7 @@ lt: unlock_instructions: subject: "Unlock instructions" password_change: - subject: "Password Changed" + subject: "Slaptažodis pakeistas" omniauth_callbacks: failure: "Could not authenticate you from %{kind} because \"%{reason}\"." success: "Successfully authenticated from %{kind} account." @@ -42,9 +42,9 @@ lt: 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." sessions: - signed_in: "Signed in successfully." - signed_out: "Signed out successfully." - already_signed_out: "Signed out successfully." + signed_in: "Prisijungta sėkmingai." + signed_out: "Atsijungta sėkmingai." + already_signed_out: "Atsijungta sėkmingai." 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." @@ -54,7 +54,7 @@ lt: 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_found: "nerasta" not_locked: "was not locked" not_saved: one: "1 error prohibited this %{resource} from being saved:" diff --git a/config/locales/el.yml b/config/locales/el.yml index e38bf7429..417bc9a43 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -113,6 +113,10 @@ el: snoozed: "Η συνομιλία σημάνθηκε ως \"καθυστερημένη\" (snoozed) από τον %{user_name}" auto_resolved: "Η συνομιλία σημάνθηκε επιλυθείσα από το σύστημα με την παρέλευση %{duration} ημερών άνευ δραστηριότητας" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "Ο χρήστης %{user_name} ανέλαβε αυτήν την συνομιλία" assigned: "Ανατέθηκε στον %{assignee_name} από τον %{user_name}" @@ -167,6 +171,9 @@ el: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Αναζήτηση άρθρου με τίτλο ή περιεχόμενο... diff --git a/config/locales/es.yml b/config/locales/es.yml index ff23dcd66..275ce134e 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -113,6 +113,10 @@ es: snoozed: "La conversación fue pospuesta por %{user_name}" auto_resolved: "La conversación fue marcada por el sistema debido a %{duration} días de inactividad" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} auto-asignado a esta conversación" assigned: "Asignado a %{assignee_name} por %{user_name}" @@ -167,6 +171,9 @@ es: google_translate: name: "Traductor de Google" description: "Facilita a los agentes la traducción de mensajes añadiendo una integración de traducción de Google. Google Translate ayuda a identificar el idioma automáticamente y convertirlo al idioma elegido por el agente o administrador de la cuenta." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Buscar artículo por título o cuerpo... diff --git a/config/locales/fa.yml b/config/locales/fa.yml index a3d233e70..9ade1710c 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -112,7 +112,11 @@ fa: pending: "مکالمه توسط %{user_name} به عنوان معلق علامت گذاری شد" snoozed: "مکالمه توسط %{user_name} به تعویق افتاد" auto_resolved: "به دلیل %{duration} روز عدم فعالیت ، مکالمه توسط سیستم بسته شد" - system_auto_open: System reopened the conversation due to a new incoming message. + system_auto_open: سیستم به دلیل یک پیام دریافتی جدید، مکالمه را دوباره باز کرد. + priority: + added: '%{user_name} اولویت را روی %{new_priority} تنظیم کرد' + updated: '%{user_name} اولویت را از %{old_priority} به %{new_priority} تغییر داد' + removed: '%{user_name} اولویت را حذف کرد' assignee: self_assigned: "%{user_name} این مکالمه را به خود اختصاص داد" assigned: "%{user_name} گفتگو را به %{assignee_name} اختصاص داد" @@ -167,6 +171,9 @@ fa: google_translate: name: "مترجم گوگل" description: "با افزودن Google Translate یکپارچه سازی، ترجمه پیام ها را برای نمایندگان آسان تر کنید. Google translate به شناسایی خودکار زبان و تبدیل آن به زبان انتخاب شده توسط نماینده/مدیر حساب کمک می کند." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: جستجوی مقاله براساس عنوان یا متن... diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 0df1b47b8..f1cc130e9 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -113,6 +113,10 @@ fi: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Keskustelu merkittiin ratkaistuksi automaattisesti, sillä on kulunut %{duration} päivää viimeisestä viestistä" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} ilmottautui keskusteluun" assigned: "Delegoitu edustajalle %{assignee_name} edustajan %{user_name} toimesta" @@ -167,6 +171,9 @@ fi: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 2c94ab384..7191208f0 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -113,6 +113,10 @@ fr: snoozed: "La conversation a été reportée par %{user_name}" auto_resolved: "La conversation a été marquée comme résolue par le système en raison de %{duration} jours d'inactivité" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} s'est auto-assigné cette conversation" assigned: "Assigné à %{assignee_name} par %{user_name}" @@ -167,6 +171,9 @@ fr: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Rechercher un article par titre ou contenu... diff --git a/config/locales/he.yml b/config/locales/he.yml index 6fb4bf8c5..a735a8947 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -113,6 +113,10 @@ he: snoozed: "השיחה הושהה על ידי %{user_name}" auto_resolved: "השיחה סומנה כפתורה על ידי המערכת עקב חוסר פעילות של %{duration} ימים" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "הוקצה ל-%{assignee_name} על ידי %{user_name}" @@ -167,6 +171,9 @@ he: google_translate: name: "גוגל תרגום" description: "הקל על סוכנים לתרגם הודעות על ידי הוספת שילוב של Google Translate. Google translate עוזר לזהות את השפה באופן אוטומטי ולהמיר אותה לשפה שנבחרה על ידי הסוכן/מנהל החשבון." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/hi.yml b/config/locales/hi.yml index 49d71814a..203e2ecb9 100644 --- a/config/locales/hi.yml +++ b/config/locales/hi.yml @@ -113,6 +113,10 @@ hi: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ hi: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 329904cfe..e12b86ff3 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -113,6 +113,10 @@ hr: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: Sustav je ponovno otvorio razgovor zbog pristigle nove poruke. + priority: + added: '%{user_name} je postavio prioritet na %{new_priority}' + updated: '%{user_name} je promijenio prioritet s %{old_priority} na %{new_priority}' + removed: '%{user_name} je maknuo prioritet' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ hr: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integiraj napredne AI funkcionalnosti u Chatwoot koristeći GPT modele od OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 8ef49c3d0..d3d53b3eb 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -113,6 +113,10 @@ hu: snoozed: "A beszélgetést %{user_name} elnémította" auto_resolved: "A beszélgetést lezárta a rendszer mivel %{duration} napja inaktív volt" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} magára osztotta ezt a beszélgetést" assigned: "%{user_name} ráosztotta a beszélgetést: %{assignee_name}" @@ -167,6 +171,9 @@ hu: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/hy.yml b/config/locales/hy.yml index cb605ea99..210cdeb63 100644 --- a/config/locales/hy.yml +++ b/config/locales/hy.yml @@ -113,6 +113,10 @@ hy: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ hy: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/id.yml b/config/locales/id.yml index ae585c6ab..46345db7a 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -113,6 +113,10 @@ id: snoozed: "Percakapan telah ditunda oleh %{user_name}" auto_resolved: "Percakapan ditandai terselesaikan oleh sistem karena tidak ada aktifitas dalam %{duration} hari" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} menetapkan sendiri percakapan ini" assigned: "Ditugaskan ke %{assignee_name} oleh %{user_name}" @@ -167,6 +171,9 @@ id: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/is.yml b/config/locales/is.yml index b1d5f6857..7132d5e28 100644 --- a/config/locales/is.yml +++ b/config/locales/is.yml @@ -113,6 +113,10 @@ is: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Samtal var merkt sem leyst af kerfinu vegna óvirkni í %{duration} daga" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} úthlutaði þessu samtali á sig" assigned: "Úthlutað á %{assignee_name} af %{user_name}" @@ -167,6 +171,9 @@ is: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/it.yml b/config/locales/it.yml index b1cf8ad0b..c1e0eb148 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -113,6 +113,10 @@ it: snoozed: "La conversazione è stata posticipata da %{user_name}" auto_resolved: "La conversazione è stata contrassegnata come risolta dal sistema a causa di %{duration} giorni d'inattività" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} si è assegnato a questa conversazione" assigned: "Assegnato a %{assignee_name} da %{user_name}" @@ -167,6 +171,9 @@ it: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 266efcd87..a83e1d251 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -113,6 +113,10 @@ ja: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} がこの会話を自身で割り当てました" assigned: "%{assignee_name} によって %{user_name} に割り当てられました" @@ -167,6 +171,9 @@ ja: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/ka.yml b/config/locales/ka.yml index f48c80b04..50f09a5de 100644 --- a/config/locales/ka.yml +++ b/config/locales/ka.yml @@ -113,6 +113,10 @@ ka: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ ka: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 9d64be6b2..bbd4cdf98 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -113,6 +113,10 @@ ko: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ ko: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/lt.yml b/config/locales/lt.yml index a18ac5bd9..7aab7961c 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -31,15 +31,15 @@ lt: 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 + failed: Prisijungimas nesėkmingas data_import: data_type: invalid: Invalid data type contacts: import: - failed: File is blank + failed: Failas yra tuščias email: - invalid: Invalid email + invalid: Neteisingas el. paštas phone_number: invalid: should be in e164 format categories: @@ -60,7 +60,7 @@ lt: period: Reporting period %{since} to %{until} utc_warning: The report generated is in UTC timezone agent_csv: - agent_name: Agent name + agent_name: Agento Vardas conversations_count: Conversations count avg_first_response_time: Avg first response time (Minutes) avg_resolution_time: Avg resolution time (Minutes) @@ -81,18 +81,18 @@ lt: avg_first_response_time: Avg first response time (Minutes) avg_resolution_time: Avg resolution time (Minutes) conversation_traffic_csv: - timezone: Timezone - default_group_by: day + timezone: Laiko zona + default_group_by: diena csat: headers: contact_name: Contact Name contact_email_address: Contact Email Address contact_phone_number: Contact Phone Number link_to_the_conversation: Link to the conversation - agent_name: Agent Name - rating: Rating + agent_name: Agento Vardas + rating: Reitingas feedback: Feedback Comment - recorded_at: Recorded date + recorded_at: Įrašo data notifications: notification_title: conversation_creation: "[New conversation] - #%{display_id} has been created in %{inbox_name}" @@ -113,6 +113,10 @@ lt: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ lt: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 201217953..8795b473b 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -81,7 +81,7 @@ lv: avg_first_response_time: Vidējais pirmās atbildes laiks (Minūtes) avg_resolution_time: Vidējais atrisinājuma laiks (Minūtes) conversation_traffic_csv: - timezone: Timezone + timezone: Laika zona default_group_by: diena csat: headers: @@ -112,7 +112,11 @@ lv: pending: "%{user_name} sarunu atzīmēja kā neapstiprinātu" snoozed: "%{user_name} atlika sarunu" auto_resolved: "Sistēma sarunu atzīmēja kā atrisinātu %{duration} dienu neaktivitātes dēļ" - system_auto_open: System reopened the conversation due to a new incoming message. + system_auto_open: Sistēma atkārtoti atvēra sarunu jauna ienākoša ziņojuma dēļ. + priority: + added: '%{user_name} iestatīja prioritāti uz %{new_priority}' + updated: '%{user_name} nomainīja prioritāti no %{old_priority} uz %{new_priority}' + removed: '%{user_name} noņēma prioritāti' assignee: self_assigned: "%{user_name} sev piešķīra šo sarunu" assigned: "%{user_name} piešķīra sarunu %{assignee_name}" @@ -167,6 +171,9 @@ lv: google_translate: name: "Google Tulkotājs" description: "Atvieglojiet aģentiem ziņojumu tulkošanu, pievienojot Google tulkotāja integrāciju. Google tulkotājs palīdz automātiski identificēt valodu un pārvērst to aģenta/konta administratora izvēlētajā valodā." + openai: + name: "OpenAI" + description: "Integrēt jaudīgas AI funkcijas programmā Chatwoot, izmantojot OpenAI GPT modeļus." public_portal: search: search_placeholder: Meklēt rakstu pēc nosaukuma vai pamatteksta... diff --git a/config/locales/ml.yml b/config/locales/ml.yml index fec2fdb9c..018820568 100644 --- a/config/locales/ml.yml +++ b/config/locales/ml.yml @@ -113,6 +113,10 @@ ml: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "%{assignee_name} %{user_name}-നെ നിയുക്തനാക്കി " @@ -167,6 +171,9 @@ ml: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/ms.yml b/config/locales/ms.yml index abc286eb7..a373bd3c9 100644 --- a/config/locales/ms.yml +++ b/config/locales/ms.yml @@ -113,6 +113,10 @@ ms: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ ms: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/ne.yml b/config/locales/ne.yml index 7ace22deb..9ce441b5e 100644 --- a/config/locales/ne.yml +++ b/config/locales/ne.yml @@ -113,6 +113,10 @@ ne: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ ne: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/nl.yml b/config/locales/nl.yml index bbabee5bb..dbfed9b91 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -113,6 +113,10 @@ nl: snoozed: "Gesprek werd gesluimerd door %{user_name}" auto_resolved: "Gesprek werd door systeem gemarkeerd als opgelost na %{duration} dagen inactiviteit" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} heeft dit gesprek aan zichzelf toegewezen" assigned: "Toegewezen aan %{assignee_name} door %{user_name}" @@ -167,6 +171,9 @@ nl: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/no.yml b/config/locales/no.yml index e07474735..bbd96a0d5 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -113,6 +113,10 @@ snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Samtale ble automatisk merket løst på grunn av %{duration} dager med inaktivitet" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} tilordnet seg denne samtalen" assigned: "Tildelt til %{assignee_name} av %{user_name}" @@ -167,6 +171,9 @@ google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/pl.yml b/config/locales/pl.yml index c87e0cf36..002dad610 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -113,6 +113,10 @@ pl: snoozed: "Rozmowa została uśpiona przez %{user_name}" auto_resolved: "Rozmowa została oznaczona przez system jako rozwiązana z powodu %{duration} dni bezczynności" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} przypisał się do tej rozmowy" assigned: "Przypisane do %{assignee_name} przez %{user_name}" @@ -167,6 +171,9 @@ pl: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 51a7bb7a2..7454cf606 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -113,6 +113,10 @@ pt: snoozed: "Conversa adiada por %{user_name}" auto_resolved: "Conversa auto-resolvida pelo sistema por causa dos %{duration} dias sem inatividade" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} auto-atribuída esta conversa" assigned: "Atribuído a %{assignee_name} por %{user_name}" @@ -167,6 +171,9 @@ pt: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/pt_BR.yml b/config/locales/pt_BR.yml index cd60243f3..c78234cbf 100644 --- a/config/locales/pt_BR.yml +++ b/config/locales/pt_BR.yml @@ -113,6 +113,10 @@ pt_BR: snoozed: "Conversa não atribuída por %{user_name}" auto_resolved: "Conversa foi marcada como resolvida pelo sistema por ter %{duration} dias de inatividade" system_auto_open: O sistema reabriu a conversa devido a uma nova mensagem recebida. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} atribuiu a si mesmo essa conversa" assigned: "Atribuído a %{assignee_name} por %{user_name}" @@ -167,6 +171,9 @@ pt_BR: google_translate: name: "Tradutor do Google" description: "Torne isso mais fácil para agentes traduzirem mensagens adicionando uma integração com o Tradutor do Google. O Tradutor do Google ajuda a identificar automaticamente o idioma e convertê-lo para o idioma escolhido pelo administrador de conta/agente." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Pesquisar por artigo por título ou corpo... diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 634061b15..2a07e0809 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -21,7 +21,7 @@ ro: messages: reset_password_success: Woot! Cererea de resetare a parolei a reusit. Verifica emailul pentru instructiuni. reset_password_failure: Nu am putut găsi niciun utilizator cu e-mailul specificat. - inbox_deletetion_response: Your inbox deletion request will be processed in some time. + inbox_deletetion_response: Solicitarea de ștergere a inboxului va fi procesată într-un anumit timp. errors: validations: presence: nu trebuie să fie gol @@ -46,7 +46,7 @@ ro: locale: unique: ar trebui să fie unic în categorie și portal dyte: - invalid_message_type: "Invalid message type. Action not permitted" + invalid_message_type: "Tip de mesaj nevalid. Acțiune nepermisă" inboxes: imap: socket_error: Verificați conexiunea la rețea, adresa IMAP și încercați din nou. @@ -58,7 +58,7 @@ ro: name: nu ar trebui să înceapă sau să se termine cu simboluri și nu ar trebui să aibă < > / \ @ caractere. reports: period: Perioada de raportare %{since}-%{until} - utc_warning: The report generated is in UTC timezone + utc_warning: Raportul generat este în fusul orar UTC agent_csv: agent_name: Nume agent conversations_count: Conversațiile contează @@ -81,7 +81,7 @@ ro: avg_first_response_time: Avg primul timp de răspuns (minute) avg_resolution_time: Timp de rezoluție AVG (proces-verbal) conversation_traffic_csv: - timezone: Timezone + timezone: Fus orar default_group_by: zi csat: headers: @@ -112,7 +112,11 @@ ro: pending: "Conversația a fost marcată ca fiind în așteptare de către %{user_name}" snoozed: "Conversația a fost snoozed de %{user_name}" auto_resolved: "Conversația a fost marcată de sistem din cauza %{duration} zile de inactivitate" - system_auto_open: System reopened the conversation due to a new incoming message. + system_auto_open: Sistemul a redeschis conversația din cauza unui nou mesaj de intrare. + priority: + added: '%{user_name} setați prioritatea pentru a %{new_priority}' + updated: '%{user_name} schimbat prioritatea de la %{old_priority} la %{new_priority}' + removed: '%{user_name} eliminat prioritatea' assignee: self_assigned: "%{user_name} auto-atribuit această conversație" assigned: "Atribuit lui %{assignee_name} de %{user_name}" @@ -150,8 +154,8 @@ ro: integration_apps: dyte: name: "Dyte" - description: "Dyte is tool that helps you to add live audio & video to your application with just a few lines of code. This integration allows you to give an option to your agents to have a video or voice call with your customers from without leaving Chatwoot." - meeting_name: "%{agent_name} has started a meeting" + description: "Dyte este un instrument care vă ajută să adăugați audio și video live la aplicația dvs., cu doar câteva linii de cod. Această integrare vă permite să oferiți o opțiune agenților dumneavoastră de a efectua un apel video sau vocal cu clienții dvs., fără a părăsi Chatwoot." + meeting_name: "%{agent_name} a început o întâlnire" slack: name: "Slack" description: "Slack este un instrument de chat care vă reunește toate comunicările într-un singur loc. Prin integrarea Slack, puteți fi notificat cu privire la toate conversațiile noi din cont chiar în interiorul Slack-ului." @@ -166,23 +170,26 @@ ro: description: "Integrarea FullContact ajută la îmbogățirea profilurilor vizitatorilor. Identificați utilizatorii imediat ce își partajează adresa de e-mail și oferiți-le servicii personalizate pentru clienți. Conectați FullContact la contul dvs., partajând cheia API FullContact." google_translate: name: "Google Translate" - description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + description: "Simplificați traducerea mesajelor de către agenți prin adăugarea unei integrări Google Translate. Google translate ajută la identificarea automată a limbii și la conversia acesteia în limba aleasă de agent/administratorul contului." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: - search_placeholder: Search for article by title or body... + search_placeholder: Căutați articol după titlu sau corp... empty_placeholder: Niciun rezultat găsit. - loading_placeholder: Searching... - results_title: Search results + loading_placeholder: In căutare... + results_title: Rezultate căutare pentru hero: - sub_title: Search for the articles here or browse the categories below. + sub_title: Căutați articolele aici sau răsfoiți categoriile de mai jos. common: home: Acasa - last_updated_on: Last updated on %{last_updated_on} - view_all_articles: View all articles - article: article + last_updated_on: Participanții au actualizat! + view_all_articles: Vezi toate articolele + article: articol articles: articole - no_articles: There are no articles here + no_articles: Nu există articole aici footer: - made_with: Made with + made_with: Realizat cu header: - go_to_homepage: Go to the main site + go_to_homepage: Accesați site-ul principal diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 9c4054712..c12155406 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -113,6 +113,10 @@ ru: snoozed: "Разговор был помечен как отложенный %{user_name}" auto_resolved: "Разговор был помечен системой решённым из-за неактивности в течение %{duration} дней" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} назначил(а) разговор себе" assigned: "%{user_name} назначил %{assignee_name} ответственным" @@ -167,6 +171,9 @@ ru: google_translate: name: "Google Перевод" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Поиск статьи по названию или содержанию... diff --git a/config/locales/sh.yml b/config/locales/sh.yml index b8c0b5ad9..835a0ef75 100644 --- a/config/locales/sh.yml +++ b/config/locales/sh.yml @@ -113,6 +113,10 @@ sh: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ sh: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 64a6061ec..54b8b28f9 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -113,6 +113,10 @@ sk: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Pridelené %{assignee_name} od %{user_name}" @@ -167,6 +171,9 @@ sk: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 348ff17da..aa13cc466 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -113,6 +113,10 @@ sr-Latn: snoozed: "Razgovor je odložen od strane %{user_name}" auto_resolved: "Razgovor je označen kao rešen od strane sistema zbog %{duration} dana neaktivnosti" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} je samododelio sebe ovom razgovoru" assigned: "Dodeljeno %{assignee_name} od strane %{user_name}" @@ -167,6 +171,9 @@ sr-Latn: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 34dd2f04a..ac8251e88 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -113,6 +113,10 @@ sv: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Konversationen har markerats som löst av systemet på grund av %{duration} dagars inaktivitet" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} har tilldelat sig denna konversation" assigned: "Tilldelad till %{assignee_name} av %{user_name}" @@ -167,6 +171,9 @@ sv: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/ta.yml b/config/locales/ta.yml index aaf842bd9..654c38311 100644 --- a/config/locales/ta.yml +++ b/config/locales/ta.yml @@ -113,6 +113,10 @@ ta: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "%{user_name} இதை %{assignee_name}க்கு ஒதுக்கியுள்ளார்" @@ -167,6 +171,9 @@ ta: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/th.yml b/config/locales/th.yml index ac7ac5227..44f3f1cdb 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -113,6 +113,10 @@ th: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ th: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 90b76d0cb..451e74692 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -113,6 +113,10 @@ tr: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: " %{duration} günlük hareketsizlik nedeniyle görüşme, sistem tarafından çözümlendi olarak işaretlendi" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} bu görüşmeyi kendisi atadı" assigned: "%{user_name} tarafından %{assignee_name} adına atandı" @@ -167,6 +171,9 @@ tr: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 5d7d5ccfa..7d5eb12ee 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -113,6 +113,10 @@ uk: snoozed: "Розмова була відкладена %{user_name}" auto_resolved: "Діалог був закритий системою через %{duration} днів неактивності" system_auto_open: Система повторно відкрила розмову через нове вхідне повідомлення. + priority: + added: '%{user_name} встановив пріоритет %{new_priority}' + updated: '%{user_name} змінив пріоритет з %{old_priority} на %{new_priority}' + removed: '%{user_name} видалив пріоритет' assignee: self_assigned: "%{user_name} самостійно призначив цей діалог" assigned: "Призначено до %{assignee_name} користувачем %{user_name}" @@ -167,6 +171,9 @@ uk: google_translate: name: "Google Translate" description: "Зробіть простішим життя агентів перекладаючи повідомлення за допомогою Google Translate. Google Translate сам ідентифікує та перекладає у обрану дміністратором чи агентом мову." + openai: + name: "OpenAI" + description: "Інтегруйте потужні AI функції в Chatwoot, використовуючи моделі GPT з OpenAI." public_portal: search: search_placeholder: Пошук статті за заголовком або змістом... diff --git a/config/locales/ur.yml b/config/locales/ur.yml index 7ca91ebe4..a1b3f912e 100644 --- a/config/locales/ur.yml +++ b/config/locales/ur.yml @@ -113,6 +113,10 @@ ur: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ ur: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/ur_IN.yml b/config/locales/ur_IN.yml index 1797c52cd..7712abb19 100644 --- a/config/locales/ur_IN.yml +++ b/config/locales/ur_IN.yml @@ -113,6 +113,10 @@ ur: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "Assigned to %{assignee_name} by %{user_name}" @@ -167,6 +171,9 @@ ur: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 3f017f070..64f9a16a8 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -113,6 +113,10 @@ vi: snoozed: "Hội thoại đã được tạm dừng lại bởi %{user_name}" auto_resolved: "Hội thoại được đánh dấu là đã giải quyết bởi hệ thống vì %{duration} ngày không hoạt động" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} phân công chính mình vào hội thoại này" assigned: "Chỉ định %{assignee_name} bởi %{user_name}" @@ -167,6 +171,9 @@ vi: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Tìm bài viết theo tiêu đề hoặc nội dung... diff --git a/config/locales/zh_CN.yml b/config/locales/zh_CN.yml index f6ea8d232..a05a89b29 100644 --- a/config/locales/zh_CN.yml +++ b/config/locales/zh_CN.yml @@ -113,6 +113,10 @@ zh_CN: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "Conversation was marked resolved by system due to %{duration} days of inactivity" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} self-assigned this conversation" assigned: "由 %{assignee_name} 分配给 %{user_name}" @@ -167,6 +171,9 @@ zh_CN: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body... diff --git a/config/locales/zh_TW.yml b/config/locales/zh_TW.yml index bc4ce02dd..ea0df3746 100644 --- a/config/locales/zh_TW.yml +++ b/config/locales/zh_TW.yml @@ -113,6 +113,10 @@ zh_TW: snoozed: "Conversation was snoozed by %{user_name}" auto_resolved: "由於對話已經 %{duration} 天沒有新活動,已經被系統標記為完成" system_auto_open: System reopened the conversation due to a new incoming message. + priority: + added: '%{user_name} set the priority to %{new_priority}' + updated: '%{user_name} changed the priority from %{old_priority} to %{new_priority}' + removed: '%{user_name} removed the priority' assignee: self_assigned: "%{user_name} 將對話指派給自己" assigned: "被%{user_name}分配給%{assignee_name}。" @@ -167,6 +171,9 @@ zh_TW: google_translate: name: "Google Translate" description: "Make it easier for agents to translate messages by adding a Google Translate Integration. Google translate helps to identify the language automatically and convert it to the language chosen by the agent/account admin." + openai: + name: "OpenAI" + description: "Integrate powerful AI features into Chatwoot by leveraging the GPT models from OpenAI." public_portal: search: search_placeholder: Search for article by title or body...