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.
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.
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.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.
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.
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.
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.
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ă.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 整合。下次客户發送消息到您的頁面時,對話將自動出現在收件匣中。