mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-30 18:47:51 +00:00 
			
		
		
		
	chore: Update translations from Crowdin (#4772)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
		| @@ -41,5 +41,5 @@ describe('#Inbox Helpers', () => { | |||||||
|         'warning' |         'warning' | ||||||
|       ); |       ); | ||||||
|     }); |     }); | ||||||
|   }) |   }); | ||||||
| }); | }); | ||||||
|   | |||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/ar/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/ar/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "اختر وكيل", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "تكليف", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "إغلاق المحادثة", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "الرجاء اختيار محادثة من قائمة المحادثات", |     "404": "الرجاء اختيار محادثة من قائمة المحادثات", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "لم يتم التحقق من هوية هذا المستخدم", |     "UNVERIFIED_SESSION": "لم يتم التحقق من هوية هذا المستخدم", | ||||||
|     "NO_MESSAGE_1": "لا توجد رسائل بعد من العملاء في صندوق الوارد الخاص بك.", |     "NO_MESSAGE_1": "لا توجد رسائل بعد من العملاء في صندوق الوارد الخاص بك.", | ||||||
|     "NO_MESSAGE_2": " لإرسال رسالة إلى الصفحة الخاصة بك!", |     "NO_MESSAGE_2": " لإرسال رسالة إلى الصفحة الخاصة بك!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "أنت ترد على:", |     "REPLYING_TO": "أنت ترد على:", | ||||||
|     "REMOVE_SELECTION": "إزالة التحديد", |     "REMOVE_SELECTION": "إزالة التحديد", | ||||||
|     "DOWNLOAD": "تنزيل", |     "DOWNLOAD": "تنزيل", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "جاري تحميل المرفقات...", |     "UPLOADING_ATTACHMENTS": "جاري تحميل المرفقات...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "تم حذف الرسالة بنجاح", |     "SUCCESS_DELETE_MESSAGE": "تم حذف الرسالة بنجاح", | ||||||
|     "FAIL_DELETE_MESSSAGE": "تعذر حذف الرسالة! حاول مرة أخرى", |     "FAIL_DELETE_MESSSAGE": "تعذر حذف الرسالة! حاول مرة أخرى", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "توقيع الرسالة الشخصية", |         "TITLE": "توقيع الرسالة الشخصية", | ||||||
|         "NOTE": "إنشاء توقيع رسالة شخصية يتم إضافتها إلى جميع الرسائل التي ترسلها من المنصة. استخدم محرر المحتوى الغني لإنشاء توقيع شديد التخصيص.", |         "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.", | ||||||
|         "BTN_TEXT": "حفظ توقيع الرسالة", |         "BTN_TEXT": "حفظ توقيع الرسالة", | ||||||
|         "API_ERROR": "تعذر إرسال الرسالة! حاول مرة أخرى", |         "API_ERROR": "تعذر إرسال الرسالة! حاول مرة أخرى", | ||||||
|         "API_SUCCESS": "تم حفظ التوقيع بنجاح" |         "API_SUCCESS": "تم حفظ التوقيع بنجاح" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "الفريق", |     "REPORTS_TEAM": "الفريق", | ||||||
|     "SET_AVAILABILITY_TITLE": "تعيين نفسك كـ", |     "SET_AVAILABILITY_TITLE": "تعيين نفسك كـ", | ||||||
|     "BETA": "تجريبي", |     "BETA": "تجريبي", | ||||||
|     "REPORTS_OVERVIEW": "نظرة عامة" |     "REPORTS_OVERVIEW": "نظرة عامة", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "انتهت صلاحية اتصال الفيسبوك الخاص بك، يرجى إعادة الاتصال بصفحة الفيسبوك الخاصة بك لمواصلة الخدمات" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "أوه! لم نتمكن من العثور على الحساب. الرجاء إنشاء حساب جديد للمتابعة.", |     "NO_ACCOUNT_WARNING": "أوه! لم نتمكن من العثور على الحساب. الرجاء إنشاء حساب جديد للمتابعة.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/bg/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/bg/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Select Agent", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Assign", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Resolve", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Please select a conversation from left pane", |     "404": "Please select a conversation from left pane", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.", |     "NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.", | ||||||
|     "NO_MESSAGE_2": " to send a message to your page!", |     "NO_MESSAGE_2": " to send a message to your page!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "You are replying to:", |     "REPLYING_TO": "You are replying to:", | ||||||
|     "REMOVE_SELECTION": "Remove Selection", |     "REMOVE_SELECTION": "Remove Selection", | ||||||
|     "DOWNLOAD": "Download", |     "DOWNLOAD": "Download", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Uploading attachments...", |     "UPLOADING_ATTACHMENTS": "Uploading attachments...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/ca/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/ca/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Seleccionar Agent", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Assignar", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Resoldre", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Si us plau, selecciona una conversa al panell de l’esquerra", |     "404": "Si us plau, selecciona una conversa al panell de l’esquerra", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "Uh oh! Sembla que no hi ha missatges de clients a la safata d'entrada.", |     "NO_MESSAGE_1": "Uh oh! Sembla que no hi ha missatges de clients a la safata d'entrada.", | ||||||
|     "NO_MESSAGE_2": " per enviar un missatge a la vostra pàgina!", |     "NO_MESSAGE_2": " per enviar un missatge a la vostra pàgina!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Estas responent a:", |     "REPLYING_TO": "Estas responent a:", | ||||||
|     "REMOVE_SELECTION": "Elimina la selecció", |     "REMOVE_SELECTION": "Elimina la selecció", | ||||||
|     "DOWNLOAD": "Descarrega", |     "DOWNLOAD": "Descarrega", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Pujant fitxers adjunts...", |     "UPLOADING_ATTACHMENTS": "Pujant fitxers adjunts...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "La teva connexió a Facebook ha caducat, torna a connectar la vostra pàgina de Facebook per continuar els serveis" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/cs/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/cs/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Vybrat agenta", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Přiřadit", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Vyřešit", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Vyberte prosím konverzaci z levého panelu", |     "404": "Vyberte prosím konverzaci z levého panelu", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "Identita tohoto uživatele není ověřena", |     "UNVERIFIED_SESSION": "Identita tohoto uživatele není ověřena", | ||||||
|     "NO_MESSAGE_1": "Ale ne! Vypadá to, že ve vaší schránce nejsou žádné zprávy od zákazníků.", |     "NO_MESSAGE_1": "Ale ne! Vypadá to, že ve vaší schránce nejsou žádné zprávy od zákazníků.", | ||||||
|     "NO_MESSAGE_2": " pro odeslání zprávy na vaši stránku!", |     "NO_MESSAGE_2": " pro odeslání zprávy na vaši stránku!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Odpovídáte uživateli:", |     "REPLYING_TO": "Odpovídáte uživateli:", | ||||||
|     "REMOVE_SELECTION": "Odstranit výběr", |     "REMOVE_SELECTION": "Odstranit výběr", | ||||||
|     "DOWNLOAD": "Stáhnout", |     "DOWNLOAD": "Stáhnout", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Nahrávání příloh...", |     "UPLOADING_ATTACHMENTS": "Nahrávání příloh...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Zpráva byla úspěšně smazána", |     "SUCCESS_DELETE_MESSAGE": "Zpráva byla úspěšně smazána", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Zpráva se nepodařilo odstranit! Zkuste to znovu", |     "FAIL_DELETE_MESSSAGE": "Zpráva se nepodařilo odstranit! Zkuste to znovu", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/da/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/da/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Select Agent", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Assign", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Løs", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Vælg venligst en samtale fra venstre rude", |     "404": "Vælg venligst en samtale fra venstre rude", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "Åh oh! Det ser ud til, at der ikke er nogen beskeder fra kunder i din indbakke.", |     "NO_MESSAGE_1": "Åh oh! Det ser ud til, at der ikke er nogen beskeder fra kunder i din indbakke.", | ||||||
|     "NO_MESSAGE_2": " for at sende en besked til din side!", |     "NO_MESSAGE_2": " for at sende en besked til din side!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Du svarer til:", |     "REPLYING_TO": "Du svarer til:", | ||||||
|     "REMOVE_SELECTION": "Fjern Markering", |     "REMOVE_SELECTION": "Fjern Markering", | ||||||
|     "DOWNLOAD": "Download", |     "DOWNLOAD": "Download", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Uploading attachments...", |     "UPLOADING_ATTACHMENTS": "Uploading attachments...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Din Facebook-forbindelse er udløbet, tilslut venligst din Facebook-side igen for at fortsætte tjenesterne" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/de/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/de/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} Konversationen ausgewählt", | ||||||
|  |         "AGENT_SELECT_LABEL": "Agent auswählen", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Sind Sie sicher, dass Sie %{conversationCount} %{conversationLabel} zuweisen möchten", | ||||||
|  |         "GO_BACK_LABEL": "Zurück", | ||||||
|  |         "ASSIGN_LABEL": "Zuordnen", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Agent zuweisen", | ||||||
|  |         "RESOLVE_TOOLTIP": "Fall schließen", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Konversationen erfolgreich zugewiesen", | ||||||
|  |         "ASSIGN_FAILED": "Konversationen konnten nicht zugewiesen werden. Bitte versuchen Sie es erneut", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Konversationen erfolgreich gelöst", | ||||||
|  |         "RESOLVE_FAILED": "Konversationen konnten nicht gelöst werden. Bitte versuchen Sie es erneut", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Nur auf dieser Seite sichtbaren Konversationen sind ausgewählt.", | ||||||
|  |         "AGENT_LIST_LOADING": "Agenten werden geladen" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Bitte wählen Sie eine Konversation aus dem linken Bereich", |     "404": "Bitte wählen Sie eine Konversation aus dem linken Bereich", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Nachrichten", | ||||||
|     "UNVERIFIED_SESSION": "Die Identität dieses Benutzers ist nicht verifiziert", |     "UNVERIFIED_SESSION": "Die Identität dieses Benutzers ist nicht verifiziert", | ||||||
|     "NO_MESSAGE_1": "Oh oh! Anscheinend befinden sich keine Nachrichten von Kunden in Ihrem Posteingang.", |     "NO_MESSAGE_1": "Oh oh! Anscheinend befinden sich keine Nachrichten von Kunden in Ihrem Posteingang.", | ||||||
|     "NO_MESSAGE_2": "um eine Nachricht an Ihre Seite zu senden!", |     "NO_MESSAGE_2": "um eine Nachricht an Ihre Seite zu senden!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Sie antworten auf:", |     "REPLYING_TO": "Sie antworten auf:", | ||||||
|     "REMOVE_SELECTION": "Auswahl entfernen", |     "REMOVE_SELECTION": "Auswahl entfernen", | ||||||
|     "DOWNLOAD": "Herunterladen", |     "DOWNLOAD": "Herunterladen", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unbekannte Datei", | ||||||
|     "UPLOADING_ATTACHMENTS": "Anhänge werden hochgeladen...", |     "UPLOADING_ATTACHMENTS": "Anhänge werden hochgeladen...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Nachricht erfolgreich gelöscht", |     "SUCCESS_DELETE_MESSAGE": "Nachricht erfolgreich gelöscht", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Nachricht konnte nicht gelöscht werden! Versuchen Sie es erneut", |     "FAIL_DELETE_MESSSAGE": "Nachricht konnte nicht gelöscht werden! Versuchen Sie es erneut", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Persönliche Nachrichtensignatur", |         "TITLE": "Persönliche Nachrichtensignatur", | ||||||
|         "NOTE": "Erstelle eine persönliche Nachrichtensignatur, die allen Nachrichten hinzugefügt wird, die Du von der Plattform sendest. Verwende den Rich-Content-Editor, um eine stark personalisierte Signatur zu erstellen.", |         "NOTE": "Erstellen Sie eine persönliche Nachrichtensignatur, die allen Nachrichten hinzugefügt wird, die Sie aus Ihrem E-Mail-Posteingang senden. Verwenden Sie den Rich-Content-Editor, um eine stark personalisierte Signatur zu erstellen.", | ||||||
|         "BTN_TEXT": "Nachrichten-Signatur speichern", |         "BTN_TEXT": "Nachrichten-Signatur speichern", | ||||||
|         "API_ERROR": "Signatur konnte nicht gespeichert werden! Versuch es noch einmal", |         "API_ERROR": "Signatur konnte nicht gespeichert werden! Versuch es noch einmal", | ||||||
|         "API_SUCCESS": "Signatur erfolgreich gespeichert" |         "API_SUCCESS": "Signatur erfolgreich gespeichert" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Setzen Sie sich als", |     "SET_AVAILABILITY_TITLE": "Setzen Sie sich als", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Übersicht" |     "REPORTS_OVERVIEW": "Übersicht", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Ihre Facebook-Verbindung ist abgelaufen, bitte verbinden Sie sich neu, um die Dienste fortzuführen" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Oh oh! Wir konnten keine Chatwoot-Konten finden. Bitte erstellen Sie ein neues Konto um fortzufahren.", |     "NO_ACCOUNT_WARNING": "Oh oh! Wir konnten keine Chatwoot-Konten finden. Bitte erstellen Sie ein neues Konto um fortzufahren.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/el/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/el/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} σινομιλίες επιλέχθηκαν", | ||||||
|  |         "AGENT_SELECT_LABEL": "Επιλογή πράκτορα", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Είσαστε σίγουροι ότι θέλετε να αντιστοιχίσετε %{conversationCount} %{conversationLabel} στον", | ||||||
|  |         "GO_BACK_LABEL": "Πίσω", | ||||||
|  |         "ASSIGN_LABEL": "Αντιστοίχιση", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Ανάθεση σε πράκτορα", | ||||||
|  |         "RESOLVE_TOOLTIP": "Επίλυση", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Οι σινομιλίες αντιστοιχήθηκαν επιτυχώς", | ||||||
|  |         "ASSIGN_FAILED": "Αποτυχία στην αντιστοίχιση σινομιλιών, παρακαλώ δοκιμάστε αργότερα", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Οι σινομιλίες επιλύθηκαν επιτυχώς", | ||||||
|  |         "RESOLVE_FAILED": "Αποτυχία στην αντιστοίχιση σινομιλιών, παρακαλώ δοκιμάστε αργότερα", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Επιλέχθηκαν μόνο οι σινομιλίες που φαίνονται στην σελίδα.", | ||||||
|  |         "AGENT_LIST_LOADING": "Φόρτωση πρακτόρων" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Παρακαλώ επιλέξτε συζήτηση από το αριστερό τμήμα", |     "404": "Παρακαλώ επιλέξτε συζήτηση από το αριστερό τμήμα", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Μηνύματα", | ||||||
|     "UNVERIFIED_SESSION": "Η ταυτότητα αυτού του χρήστη δεν επαληθεύεται", |     "UNVERIFIED_SESSION": "Η ταυτότητα αυτού του χρήστη δεν επαληθεύεται", | ||||||
|     "NO_MESSAGE_1": "Ωχ ωχ! Φαίνεται ότι δεν υπάρχουν μηνύματα από τους πελάτες στα εισερχόμενά σας.", |     "NO_MESSAGE_1": "Ωχ ωχ! Φαίνεται ότι δεν υπάρχουν μηνύματα από τους πελάτες στα εισερχόμενά σας.", | ||||||
|     "NO_MESSAGE_2": " για να στείλετε ένα μήνυμα στην σελίδα σας!", |     "NO_MESSAGE_2": " για να στείλετε ένα μήνυμα στην σελίδα σας!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Απαντάτε στο:", |     "REPLYING_TO": "Απαντάτε στο:", | ||||||
|     "REMOVE_SELECTION": "Διαγραφή Επιλογής", |     "REMOVE_SELECTION": "Διαγραφή Επιλογής", | ||||||
|     "DOWNLOAD": "Κατέβασμα", |     "DOWNLOAD": "Κατέβασμα", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Άγνωστο Αρχείο", | ||||||
|     "UPLOADING_ATTACHMENTS": "Ανέβασμα επισυναπτόμενων...", |     "UPLOADING_ATTACHMENTS": "Ανέβασμα επισυναπτόμενων...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Το μήνυμα διαγράφηκε επιτυχώς", |     "SUCCESS_DELETE_MESSAGE": "Το μήνυμα διαγράφηκε επιτυχώς", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Δεν ήταν δυνατή η διαγραφή μηνύματος! Προσπαθήστε ξανά", |     "FAIL_DELETE_MESSSAGE": "Δεν ήταν δυνατή η διαγραφή μηνύματος! Προσπαθήστε ξανά", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Προσωπική υπογραφή μηνύματος", |         "TITLE": "Προσωπική υπογραφή μηνύματος", | ||||||
|         "NOTE": "Δημιουργήστε μια προσωπική υπογραφή μηνύματος που θα προστίθεται σε όλα τα μηνύματα που στέλνετε από την πλατφόρμα. Χρησιμοποιήστε τον επεξεργαστή πλούσιου περιεχομένου για να δημιουργήσετε μια εξατομικευμένη υπογραφή.", |         "NOTE": "Δημιουργήστε μια προσωπική υπογραφή, η οποία θα προστεθεί σε όλα τα μηνύματα που στέλνετε από τα εισερχόμενα email σας. Χρησιμοποιήστε τον επεξεργαστή πλούσιου περιεχομένου για να δημιουργήσετε μια εξατομικευμένη υπογραφή.", | ||||||
|         "BTN_TEXT": "Αποθήκευση υπογραφής μηνύματος", |         "BTN_TEXT": "Αποθήκευση υπογραφής μηνύματος", | ||||||
|         "API_ERROR": "Δεν ήταν δυνατή η αποθήκευση της υπογραφής! Δοκιμάστε ξανά", |         "API_ERROR": "Δεν ήταν δυνατή η αποθήκευση της υπογραφής! Δοκιμάστε ξανά", | ||||||
|         "API_SUCCESS": "Η υπογραφή αποθηκεύτηκε με επιτυχία" |         "API_SUCCESS": "Η υπογραφή αποθηκεύτηκε με επιτυχία" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Ομάδα", |     "REPORTS_TEAM": "Ομάδα", | ||||||
|     "SET_AVAILABILITY_TITLE": "Ορίστε τον εαυτό σας ως", |     "SET_AVAILABILITY_TITLE": "Ορίστε τον εαυτό σας ως", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Επισκόπηση" |     "REPORTS_OVERVIEW": "Επισκόπηση", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Η σύνδεση Facebook έχει λήξει, παρακαλώ ξανασυνδεθείτε στο Facebook για να συνεχίσετε" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Ωχ! Δεν μπορέσαμε να βρούμε κανένα λογαριασμό Chatwoot. Παρακαλούμε δημιουργήστε ένα νέο λογαριασμό για να συνεχίσετε.", |     "NO_ACCOUNT_WARNING": "Ωχ! Δεν μπορέσαμε να βρούμε κανένα λογαριασμό Chatwoot. Παρακαλούμε δημιουργήστε ένα νέο λογαριασμό για να συνεχίσετε.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -22,7 +23,6 @@ import { default as _settings } from './settings.json'; | |||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
| import { default as _whatsappTemplates } from './whatsappTemplates.json'; | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
| import { default as _bulkActions } from './bulkActions.json'; |  | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
|   | |||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/es/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/es/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Seleccionar agente", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Asignar", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Resolver", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Por favor, selecciona una conversación del panel izquierdo", |     "404": "Por favor, selecciona una conversación del panel izquierdo", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "La identidad de este usuario no está verificada", |     "UNVERIFIED_SESSION": "La identidad de este usuario no está verificada", | ||||||
|     "NO_MESSAGE_1": "¡Oh oh! Parece que no hay mensajes de los clientes en tu bandeja de entrada.", |     "NO_MESSAGE_1": "¡Oh oh! Parece que no hay mensajes de los clientes en tu bandeja de entrada.", | ||||||
|     "NO_MESSAGE_2": " para enviar un mensaje a tu página!", |     "NO_MESSAGE_2": " para enviar un mensaje a tu página!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Esta respondiendo a:", |     "REPLYING_TO": "Esta respondiendo a:", | ||||||
|     "REMOVE_SELECTION": "Eliminar selección", |     "REMOVE_SELECTION": "Eliminar selección", | ||||||
|     "DOWNLOAD": "Descargar", |     "DOWNLOAD": "Descargar", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Subiendo archivos adjuntos...", |     "UPLOADING_ATTACHMENTS": "Subiendo archivos adjuntos...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Mensaje eliminado correctamente", |     "SUCCESS_DELETE_MESSAGE": "Mensaje eliminado correctamente", | ||||||
|     "FAIL_DELETE_MESSSAGE": "¡No se pudo eliminar el mensaje! Inténtalo de nuevo", |     "FAIL_DELETE_MESSSAGE": "¡No se pudo eliminar el mensaje! Inténtalo de nuevo", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Firma de mensaje personal", |         "TITLE": "Firma de mensaje personal", | ||||||
|         "NOTE": "Cree una firma de mensaje personal que se añadiría a todos los mensajes que envíe desde la plataforma. Utilice el rico editor de contenidos para crear una firma altamente personalizada.", |         "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.", | ||||||
|         "BTN_TEXT": "Guardar firma de mensaje", |         "BTN_TEXT": "Guardar firma de mensaje", | ||||||
|         "API_ERROR": "¡No se pudo guardar la firma! Inténtalo de nuevo", |         "API_ERROR": "¡No se pudo guardar la firma! Inténtalo de nuevo", | ||||||
|         "API_SUCCESS": "Firma guardada correctamente" |         "API_SUCCESS": "Firma guardada correctamente" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Equipo", |     "REPORTS_TEAM": "Equipo", | ||||||
|     "SET_AVAILABILITY_TITLE": "Ponte como", |     "SET_AVAILABILITY_TITLE": "Ponte como", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Resumen" |     "REPORTS_OVERVIEW": "Resumen", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Su conexión de Facebook expiró, por favor reconecte si página de Facebook para continuar con el servicio" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "¡Oh oh! No hemos podido encontrar ninguna cuenta de \"Chatwoot\". Por favor, crea una nueva cuenta para continuar.", |     "NO_ACCOUNT_WARNING": "¡Oh oh! No hemos podido encontrar ninguna cuenta de \"Chatwoot\". Por favor, crea una nueva cuenta para continuar.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/fa/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/fa/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} گفتگو انتخاب شده است", | ||||||
|  |         "AGENT_SELECT_LABEL": "انتخاب ایجنت", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "بازگشت", | ||||||
|  |         "ASSIGN_LABEL": "اختصاص دادن", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "حل شد", | ||||||
|  |         "ASSIGN_SUCCESFUL": "گفتگو با موفقیت اختصاص داده شده", | ||||||
|  |         "ASSIGN_FAILED": "گفتگو اختصاص داده نشد، لطفا دوباره امتحان کنید", | ||||||
|  |         "RESOLVE_SUCCESFUL": "گفتگو با موفقیت حل شد", | ||||||
|  |         "RESOLVE_FAILED": "گفتگو حل نشد، لطفا دوباره امتحان کنید", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "گفتگوهای قابل مشاهده در این صفحه فقط انتخاب میشوند.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "لطفا یک گفتگو را از پنجره گفتگوها انتخاب کنید", |     "404": "لطفا یک گفتگو را از پنجره گفتگوها انتخاب کنید", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "پیامها", | ||||||
|     "UNVERIFIED_SESSION": "هویت این کاربر تایید نشده است", |     "UNVERIFIED_SESSION": "هویت این کاربر تایید نشده است", | ||||||
|     "NO_MESSAGE_1": "اوه اوه! به نظر میرسد هیچ پیامی از طرف مشتری در صندوق ورودی شما وجود ندارد.", |     "NO_MESSAGE_1": "اوه اوه! به نظر میرسد هیچ پیامی از طرف مشتری در صندوق ورودی شما وجود ندارد.", | ||||||
|     "NO_MESSAGE_2": " برای ارسال پیام به صفحه خود بروید!", |     "NO_MESSAGE_2": " برای ارسال پیام به صفحه خود بروید!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "شما در حال پاسخ دادن به:", |     "REPLYING_TO": "شما در حال پاسخ دادن به:", | ||||||
|     "REMOVE_SELECTION": "حذف انتخابشدهها", |     "REMOVE_SELECTION": "حذف انتخابشدهها", | ||||||
|     "DOWNLOAD": "دانلود", |     "DOWNLOAD": "دانلود", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "پرونده ناشناخته", | ||||||
|     "UPLOADING_ATTACHMENTS": "در حال بارگذاری پیوستها...", |     "UPLOADING_ATTACHMENTS": "در حال بارگذاری پیوستها...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "پیام با موفقیت حذف شد", |     "SUCCESS_DELETE_MESSAGE": "پیام با موفقیت حذف شد", | ||||||
|     "FAIL_DELETE_MESSSAGE": "پیام حذف نشد! دوباره امتحان کنید", |     "FAIL_DELETE_MESSSAGE": "پیام حذف نشد! دوباره امتحان کنید", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "امضای پیام شخصی", |         "TITLE": "امضای پیام شخصی", | ||||||
|         "NOTE": "یک امضای پیام شخصی ایجاد کنید که به همه پیامهایی که از پلتفرم ارسال میکنید اضافه شود. از ویرایشگر محتوای غنی برای ایجاد یک امضای بسیار شخصی استفاده کنید.", |         "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.", | ||||||
|         "BTN_TEXT": "ذخیره امضای پیام", |         "BTN_TEXT": "ذخیره امضای پیام", | ||||||
|         "API_ERROR": "امضا ذخیره نشد! دوباره امتحان کنید", |         "API_ERROR": "امضا ذخیره نشد! دوباره امتحان کنید", | ||||||
|         "API_SUCCESS": "امضا با موفقیت ذخیره شد" |         "API_SUCCESS": "امضا با موفقیت ذخیره شد" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "تیم", |     "REPORTS_TEAM": "تیم", | ||||||
|     "SET_AVAILABILITY_TITLE": "خود را به عنوان", |     "SET_AVAILABILITY_TITLE": "خود را به عنوان", | ||||||
|     "BETA": "آزمایشی", |     "BETA": "آزمایشی", | ||||||
|     "REPORTS_OVERVIEW": "بررسی اجمالی" |     "REPORTS_OVERVIEW": "بررسی اجمالی", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "اتصال فیس بوک شما منقضی شده است ، لطفاً برای ادامه خدمات دوباره صفحه فیس بوک خود را متصل کنید" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "اوه اوه! ما هیچ حسابی روی Chatwoot پاز شما پیدا نکردیم. لطفاً برای ادامه یک حساب جدید ایجاد کنید.", |     "NO_ACCOUNT_WARNING": "اوه اوه! ما هیچ حسابی روی Chatwoot پاز شما پیدا نکردیم. لطفاً برای ادامه یک حساب جدید ایجاد کنید.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/fi/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/fi/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Valitse edustaja", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Delegoi", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Ratkaise", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Ole hyvä ja valitse keskustelu vasemmasta paneelista", |     "404": "Ole hyvä ja valitse keskustelu vasemmasta paneelista", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "Voi voi! Näyttää siltä, että postilaatikossasi ei ole viestejä.", |     "NO_MESSAGE_1": "Voi voi! Näyttää siltä, että postilaatikossasi ei ole viestejä.", | ||||||
|     "NO_MESSAGE_2": " jotta voit lähettää viestin sivullesi!", |     "NO_MESSAGE_2": " jotta voit lähettää viestin sivullesi!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Olet vastaamassa:", |     "REPLYING_TO": "Olet vastaamassa:", | ||||||
|     "REMOVE_SELECTION": "Poista valinnat", |     "REMOVE_SELECTION": "Poista valinnat", | ||||||
|     "DOWNLOAD": "Lataa", |     "DOWNLOAD": "Lataa", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Ladataan liitteitä...", |     "UPLOADING_ATTACHMENTS": "Ladataan liitteitä...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Facebook-yhteytesi on vanhentunut, ole hyvä ja yhdistä uudelleen Facebook-sivusi jatkaaksesi palveluita" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/fr/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/fr/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Sélectionner un agent", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Assigner", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Résoudre", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Veuillez sélectionner une conversation à partir du panneau de gauche", |     "404": "Veuillez sélectionner une conversation à partir du panneau de gauche", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "L'identité de cet utilisateur n'est pas vérifiée", |     "UNVERIFIED_SESSION": "L'identité de cet utilisateur n'est pas vérifiée", | ||||||
|     "NO_MESSAGE_1": "Oh oh ! Il semble qu'il n'y ait aucun message de clients dans votre boîte de réception.", |     "NO_MESSAGE_1": "Oh oh ! Il semble qu'il n'y ait aucun message de clients dans votre boîte de réception.", | ||||||
|     "NO_MESSAGE_2": " pour envoyer un message à votre page !", |     "NO_MESSAGE_2": " pour envoyer un message à votre page !", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Vous répondez à :", |     "REPLYING_TO": "Vous répondez à :", | ||||||
|     "REMOVE_SELECTION": "Supprimer la sélection", |     "REMOVE_SELECTION": "Supprimer la sélection", | ||||||
|     "DOWNLOAD": "Télécharger", |     "DOWNLOAD": "Télécharger", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Envoi des pièces jointes...", |     "UPLOADING_ATTACHMENTS": "Envoi des pièces jointes...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Le message a bien été supprimé", |     "SUCCESS_DELETE_MESSAGE": "Le message a bien été supprimé", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Impossible de supprimer le message ! Veuillez réessayez", |     "FAIL_DELETE_MESSSAGE": "Impossible de supprimer le message ! Veuillez réessayez", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Signature du message personnel", |         "TITLE": "Signature du message personnel", | ||||||
|         "NOTE": "Créez une signature de message personnel qui serait ajoutée à tous les messages que vous envoyez depuis la plateforme. Utilisez l'éditeur de contenu riche pour créer une signature hautement personnalisée.", |         "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.", | ||||||
|         "BTN_TEXT": "Enregistrer la signature du message", |         "BTN_TEXT": "Enregistrer la signature du message", | ||||||
|         "API_ERROR": "Impossible d'enregistrer la signature ! Réessayez", |         "API_ERROR": "Impossible d'enregistrer la signature ! Réessayez", | ||||||
|         "API_SUCCESS": "Signature enregistrée avec succès" |         "API_SUCCESS": "Signature enregistrée avec succès" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Équipes", |     "REPORTS_TEAM": "Équipes", | ||||||
|     "SET_AVAILABILITY_TITLE": "Se définir comme", |     "SET_AVAILABILITY_TITLE": "Se définir comme", | ||||||
|     "BETA": "Bêta", |     "BETA": "Bêta", | ||||||
|     "REPORTS_OVERVIEW": "Vue d'ensemble" |     "REPORTS_OVERVIEW": "Vue d'ensemble", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Votre connexion Facebook a expiré, veuillez reconnecter votre page Facebook pour continuer les services" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Oh oh ! Nous n'avons pas trouvé de compte Chatwoot. Veuillez créer un nouveau compte pour continuer.", |     "NO_ACCOUNT_WARNING": "Oh oh ! Nous n'avons pas trouvé de compte Chatwoot. Veuillez créer un nouveau compte pour continuer.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/he/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/he/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "בחר סוכן", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "שייך", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "פתרון", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "אנא בחר שיחה מהחלונית השמאלית", |     "404": "אנא בחר שיחה מהחלונית השמאלית", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "זהות המשתמש לא מְאוּמָתת", |     "UNVERIFIED_SESSION": "זהות המשתמש לא מְאוּמָתת", | ||||||
|     "NO_MESSAGE_1": "או - או! נראה שאין הודעות מלקוחות בתיבת הדואר הנכנס שלך.", |     "NO_MESSAGE_1": "או - או! נראה שאין הודעות מלקוחות בתיבת הדואר הנכנס שלך.", | ||||||
|     "NO_MESSAGE_2": " לשלוח הודעה לעמוד שלך!", |     "NO_MESSAGE_2": " לשלוח הודעה לעמוד שלך!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "אתה משיב ל:", |     "REPLYING_TO": "אתה משיב ל:", | ||||||
|     "REMOVE_SELECTION": "הסר בחירה", |     "REMOVE_SELECTION": "הסר בחירה", | ||||||
|     "DOWNLOAD": "הורד", |     "DOWNLOAD": "הורד", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "מעלה קובץ מצורף...", |     "UPLOADING_ATTACHMENTS": "מעלה קובץ מצורף...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "ההודעה נמחקה בהצלחה", |     "SUCCESS_DELETE_MESSAGE": "ההודעה נמחקה בהצלחה", | ||||||
|     "FAIL_DELETE_MESSSAGE": "לא ניתן למחוק את ההודעה! נסה שוב", |     "FAIL_DELETE_MESSSAGE": "לא ניתן למחוק את ההודעה! נסה שוב", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "פג תוקף החיבור שלך לפייסבוק, אנא חבר מחדש את דף הפייסבוק שלך כדי להמשיך בשירותים" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/hi/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/hi/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Select Agent", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Assign", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Resolve", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Please select a conversation from left pane", |     "404": "Please select a conversation from left pane", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.", |     "NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.", | ||||||
|     "NO_MESSAGE_2": " to send a message to your page!", |     "NO_MESSAGE_2": " to send a message to your page!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "You are replying to:", |     "REPLYING_TO": "You are replying to:", | ||||||
|     "REMOVE_SELECTION": "Remove Selection", |     "REMOVE_SELECTION": "Remove Selection", | ||||||
|     "DOWNLOAD": "Download", |     "DOWNLOAD": "Download", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Uploading attachments...", |     "UPLOADING_ATTACHMENTS": "Uploading attachments...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/hu/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/hu/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Ügynök kiválasztása", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Hozzárendelés", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Megoldva", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Kérjük válassz egy beszélgetést a bal sávból", |     "404": "Kérjük válassz egy beszélgetést a bal sávból", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "Jajj ne! Úgy tűnik, hogy nincs több ügyfélbeszélgetés az inboxodban.", |     "NO_MESSAGE_1": "Jajj ne! Úgy tűnik, hogy nincs több ügyfélbeszélgetés az inboxodban.", | ||||||
|     "NO_MESSAGE_2": "egy üzenet küldéséhez az oldaladra!", |     "NO_MESSAGE_2": "egy üzenet küldéséhez az oldaladra!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Neki válaszolsz:", |     "REPLYING_TO": "Neki válaszolsz:", | ||||||
|     "REMOVE_SELECTION": "Kijelölés törlése", |     "REMOVE_SELECTION": "Kijelölés törlése", | ||||||
|     "DOWNLOAD": "Letöltés", |     "DOWNLOAD": "Letöltés", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Csatolt fileok feltöltése...", |     "UPLOADING_ATTACHMENTS": "Csatolt fileok feltöltése...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "A Facebook kapcsolatod lejárt, kérjük kapcsold össze oldalad újra a szolgáltatás folytatásához" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/id/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/id/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Pilih Agen", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Tugaskan", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Menyelesaikan", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Pilih percakapan dari panel kiri", |     "404": "Pilih percakapan dari panel kiri", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "Aduh! Sepertinya tidak ada pesan dari pelanggan di kotak masuk Anda.", |     "NO_MESSAGE_1": "Aduh! Sepertinya tidak ada pesan dari pelanggan di kotak masuk Anda.", | ||||||
|     "NO_MESSAGE_2": " untuk mengirim pesan ke halaman Anda!", |     "NO_MESSAGE_2": " untuk mengirim pesan ke halaman Anda!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Anda membalas:", |     "REPLYING_TO": "Anda membalas:", | ||||||
|     "REMOVE_SELECTION": "Hapus Pilihan", |     "REMOVE_SELECTION": "Hapus Pilihan", | ||||||
|     "DOWNLOAD": "Unduh", |     "DOWNLOAD": "Unduh", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Unggah lampiran...", |     "UPLOADING_ATTACHMENTS": "Unggah lampiran...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -48,7 +48,7 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "UPDATE_CHATWOOT": "Pembaharuan Chatwoot %{latestChatwootVersion} telah tersedia. Silahkan lakukan pembaharuan instance Anda.", |     "UPDATE_CHATWOOT": "Pembaharuan Chatwoot %{latestChatwootVersion} telah tersedia. Silahkan lakukan pembaharuan instance Anda.", | ||||||
|     "LEARN_MORE": "Learn more" |     "LEARN_MORE": "Pelajari lebih lanjut" | ||||||
|   }, |   }, | ||||||
|   "FORMS": { |   "FORMS": { | ||||||
|     "MULTISELECT": { |     "MULTISELECT": { | ||||||
| @@ -60,7 +60,7 @@ | |||||||
|   "NOTIFICATIONS_PAGE": { |   "NOTIFICATIONS_PAGE": { | ||||||
|     "HEADER": "Notifikasi", |     "HEADER": "Notifikasi", | ||||||
|     "MARK_ALL_DONE": "Tandai Semua Selesai", |     "MARK_ALL_DONE": "Tandai Semua Selesai", | ||||||
|     "DELETE_TITLE": "deleted", |     "DELETE_TITLE": "terhapus", | ||||||
|     "UNREAD_NOTIFICATION": { |     "UNREAD_NOTIFICATION": { | ||||||
|       "TITLE": "Unread Notifications", |       "TITLE": "Unread Notifications", | ||||||
|       "ALL_NOTIFICATIONS": "View all notifications", |       "ALL_NOTIFICATIONS": "View all notifications", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Tim", |     "REPORTS_TEAM": "Tim", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Gambaran" |     "REPORTS_OVERVIEW": "Gambaran", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Koneksi Facebook Anda telah kedaluwarsa, hubungkan kembali halaman Facebook Anda untuk melanjutkan layanan" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/it/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/it/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Seleziona agente", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Assegna", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Risolvi", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Si prega di selezionare una conversazione dal pannello sinistro", |     "404": "Si prega di selezionare una conversazione dal pannello sinistro", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messaggi", | ||||||
|     "UNVERIFIED_SESSION": "L'identità di questo utente non è verificata", |     "UNVERIFIED_SESSION": "L'identità di questo utente non è verificata", | ||||||
|     "NO_MESSAGE_1": "Oh oh! Sembra che non ci siano messaggi da parte dei clienti nella tua casella.", |     "NO_MESSAGE_1": "Oh oh! Sembra che non ci siano messaggi da parte dei clienti nella tua casella.", | ||||||
|     "NO_MESSAGE_2": " per inviare un messaggio alla tua pagina!", |     "NO_MESSAGE_2": " per inviare un messaggio alla tua pagina!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "Stai rispondendo a:", |     "REPLYING_TO": "Stai rispondendo a:", | ||||||
|     "REMOVE_SELECTION": "Rimuovi selezione", |     "REMOVE_SELECTION": "Rimuovi selezione", | ||||||
|     "DOWNLOAD": "Scarica", |     "DOWNLOAD": "Scarica", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "File sconosciuto", | ||||||
|     "UPLOADING_ATTACHMENTS": "Caricamento allegati...", |     "UPLOADING_ATTACHMENTS": "Caricamento allegati...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Messaggio eliminato con successo", |     "SUCCESS_DELETE_MESSAGE": "Messaggio eliminato con successo", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Impossibile eliminare il messaggio! Riprova", |     "FAIL_DELETE_MESSSAGE": "Impossibile eliminare il messaggio! Riprova", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Firma del messaggio personale", |         "TITLE": "Firma del messaggio personale", | ||||||
|         "NOTE": "Crea una firma personale del messaggio che sarà aggiunta a tutti i messaggi inviati dalla piattaforma. Usa l'editor di contenuti per creare una firma altamente personalizzata.", |         "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.", | ||||||
|         "BTN_TEXT": "Salva firma del messaggio", |         "BTN_TEXT": "Salva firma del messaggio", | ||||||
|         "API_ERROR": "Impossibile salvare la firma! Riprova", |         "API_ERROR": "Impossibile salvare la firma! Riprova", | ||||||
|         "API_SUCCESS": "Firma salvata con successo" |         "API_SUCCESS": "Firma salvata con successo" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Imposta te stesso come", |     "SET_AVAILABILITY_TITLE": "Imposta te stesso come", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Panoramica" |     "REPORTS_OVERVIEW": "Panoramica", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "La tua connessione a Facebook è scaduta, ricollegati alla tua pagina Facebook per continuare i servizi" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! Non abbiamo trovato alcun account Chatwoot. Si prega di creare un nuovo account per continuare.", |     "NO_ACCOUNT_WARNING": "Uh oh! Non abbiamo trovato alcun account Chatwoot. Si prega di creare un nuovo account per continuare.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -57,7 +57,7 @@ | |||||||
|         "TITLE": "Do you want to save this filter?", |         "TITLE": "Do you want to save this filter?", | ||||||
|         "LABEL": "Name this filter", |         "LABEL": "Name this filter", | ||||||
|         "PLACEHOLDER": "Enter a name for this filter", |         "PLACEHOLDER": "Enter a name for this filter", | ||||||
|         "ERROR_MESSAGE": "Name is required", |         "ERROR_MESSAGE": "名前が必須です", | ||||||
|         "SAVE_BUTTON": "フィルターの保存", |         "SAVE_BUTTON": "フィルターの保存", | ||||||
|         "CANCEL_BUTTON": "キャンセル", |         "CANCEL_BUTTON": "キャンセル", | ||||||
|         "API_FOLDERS": { |         "API_FOLDERS": { | ||||||
|   | |||||||
| @@ -1,18 +1,18 @@ | |||||||
| { | { | ||||||
|   "ATTRIBUTES_MGMT": { |   "ATTRIBUTES_MGMT": { | ||||||
|     "HEADER": "カスタム属性", |     "HEADER": "カスタム属性", | ||||||
|     "HEADER_BTN_TXT": "Add Custom Attribute", |     "HEADER_BTN_TXT": "カスタム属性を追加", | ||||||
|     "LOADING": "Fetching custom attributes", |     "LOADING": "カスタム属性が取得中", | ||||||
|     "SIDEBAR_TXT": "<p><b>Custom Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing  Custom Attribute by clicking on the Edit or Delete button.</p>", |     "SIDEBAR_TXT": "<p><b>Custom Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing  Custom Attribute by clicking on the Edit or Delete button.</p>", | ||||||
|     "ADD": { |     "ADD": { | ||||||
|       "TITLE": "Add Custom Attribute", |       "TITLE": "カスタム属性を追加", | ||||||
|       "SUBMIT": "作成", |       "SUBMIT": "作成", | ||||||
|       "CANCEL_BUTTON_TEXT": "キャンセル", |       "CANCEL_BUTTON_TEXT": "キャンセル", | ||||||
|       "FORM": { |       "FORM": { | ||||||
|         "NAME": { |         "NAME": { | ||||||
|           "LABEL": "Display Name", |           "LABEL": "Display Name", | ||||||
|           "PLACEHOLDER": "Enter custom attribute display name", |           "PLACEHOLDER": "Enter custom attribute display name", | ||||||
|           "ERROR": "Name is required" |           "ERROR": "名前が必須です" | ||||||
|         }, |         }, | ||||||
|         "DESC": { |         "DESC": { | ||||||
|           "LABEL": "説明", |           "LABEL": "説明", | ||||||
|   | |||||||
| @@ -12,7 +12,7 @@ | |||||||
|         "NAME": { |         "NAME": { | ||||||
|           "LABEL": "Rule Name", |           "LABEL": "Rule Name", | ||||||
|           "PLACEHOLDER": "Enter rule name", |           "PLACEHOLDER": "Enter rule name", | ||||||
|           "ERROR": "Name is required" |           "ERROR": "名前が必須です" | ||||||
|         }, |         }, | ||||||
|         "DESC": { |         "DESC": { | ||||||
|           "LABEL": "説明", |           "LABEL": "説明", | ||||||
|   | |||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/ja/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/ja/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Select Agent", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Assign", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "解決する", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "左のリストから会話を選択してください", |     "404": "左のリストから会話を選択してください", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "おっと!受信トレイに顧客からのメッセージがないようです。", |     "NO_MESSAGE_1": "おっと!受信トレイに顧客からのメッセージがないようです。", | ||||||
|     "NO_MESSAGE_2": " to send a message to your page!", |     "NO_MESSAGE_2": " to send a message to your page!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "以下に返信:", |     "REPLYING_TO": "以下に返信:", | ||||||
|     "REMOVE_SELECTION": "選択項目を削除", |     "REMOVE_SELECTION": "選択項目を削除", | ||||||
|     "DOWNLOAD": "ダウンロード", |     "DOWNLOAD": "ダウンロード", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Uploading attachments...", |     "UPLOADING_ATTACHMENTS": "Uploading attachments...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Facebookの接続が期限切れになりました。サービスを継続するには、Facebookページを再接続してください。" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/ko/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/ko/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "에이전트 선택", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "할당하다", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "해결함", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "왼쪽 창에서 대화를 선택하십시오.", |     "404": "왼쪽 창에서 대화를 선택하십시오.", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "어라! 받은 메시지함에 고객의 메시지가 없는 것 같아요.", |     "NO_MESSAGE_1": "어라! 받은 메시지함에 고객의 메시지가 없는 것 같아요.", | ||||||
|     "NO_MESSAGE_2": " 페이지에 메시지를 보내기 위해서!", |     "NO_MESSAGE_2": " 페이지에 메시지를 보내기 위해서!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "회신할 대상:", |     "REPLYING_TO": "회신할 대상:", | ||||||
|     "REMOVE_SELECTION": "선택 항목 제거", |     "REMOVE_SELECTION": "선택 항목 제거", | ||||||
|     "DOWNLOAD": "다운로드", |     "DOWNLOAD": "다운로드", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "첨부 업로드 중...", |     "UPLOADING_ATTACHMENTS": "첨부 업로드 중...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "페이스북 연결이 만료되었습니다. 서비스를 계속하려면 페이스북 페이지를 다시 연결하십시오." | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
| @@ -0,0 +1,25 @@ | |||||||
|  | { | ||||||
|  |     "WHATSAPP_TEMPLATES": { | ||||||
|  |         "MODAL": { | ||||||
|  |             "TITLE": "Whatsapp Templates", | ||||||
|  |             "SUBTITLE": "Select the whatsapp template you want to send", | ||||||
|  |             "TEMPLATE_SELECTED_SUBTITLE": "Process %{templateName}" | ||||||
|  |         }, | ||||||
|  |         "PICKER": { | ||||||
|  |             "SEARCH_PLACEHOLDER": "Search Templates", | ||||||
|  |             "NO_TEMPLATES_FOUND": "No templates found for", | ||||||
|  |             "LABELS": { | ||||||
|  |                 "LANGUAGE": "Language", | ||||||
|  |                 "TEMPLATE_BODY": "Template Body", | ||||||
|  |                 "CATEGORY": "Category" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "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" | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								app/javascript/dashboard/i18n/locale/lv/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/javascript/dashboard/i18n/locale/lv/bulkActions.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |     "BULK_ACTION": { | ||||||
|  |         "CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected", | ||||||
|  |         "AGENT_SELECT_LABEL": "Select Agent", | ||||||
|  |         "ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to", | ||||||
|  |         "GO_BACK_LABEL": "Go back", | ||||||
|  |         "ASSIGN_LABEL": "Assign", | ||||||
|  |         "ASSIGN_AGENT_TOOLTIP": "Assign Agent", | ||||||
|  |         "RESOLVE_TOOLTIP": "Resolve", | ||||||
|  |         "ASSIGN_SUCCESFUL": "Conversations assigned successfully", | ||||||
|  |         "ASSIGN_FAILED": "Failed to assign conversations, please try again", | ||||||
|  |         "RESOLVE_SUCCESFUL": "Conversations resolved successfully", | ||||||
|  |         "RESOLVE_FAILED": "Failed to resolve conversations, please try again", | ||||||
|  |         "ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.", | ||||||
|  |         "AGENT_LIST_LOADING": "Loading Agents" | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| { | { | ||||||
|   "CONVERSATION": { |   "CONVERSATION": { | ||||||
|     "404": "Please select a conversation from left pane", |     "404": "Please select a conversation from left pane", | ||||||
|  |     "DASHBOARD_APP_TAB_MESSAGES": "Messages", | ||||||
|     "UNVERIFIED_SESSION": "The identity of this user is not verified", |     "UNVERIFIED_SESSION": "The identity of this user is not verified", | ||||||
|     "NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.", |     "NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.", | ||||||
|     "NO_MESSAGE_2": " to send a message to your page!", |     "NO_MESSAGE_2": " to send a message to your page!", | ||||||
| @@ -30,6 +31,7 @@ | |||||||
|     "REPLYING_TO": "You are replying to:", |     "REPLYING_TO": "You are replying to:", | ||||||
|     "REMOVE_SELECTION": "Remove Selection", |     "REMOVE_SELECTION": "Remove Selection", | ||||||
|     "DOWNLOAD": "Download", |     "DOWNLOAD": "Download", | ||||||
|  |     "UNKNOWN_FILE_TYPE": "Unknown File", | ||||||
|     "UPLOADING_ATTACHMENTS": "Uploading attachments...", |     "UPLOADING_ATTACHMENTS": "Uploading attachments...", | ||||||
|     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", |     "SUCCESS_DELETE_MESSAGE": "Message deleted successfully", | ||||||
|     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", |     "FAIL_DELETE_MESSSAGE": "Couldn't delete message! Try again", | ||||||
|   | |||||||
| @@ -2,6 +2,7 @@ import { default as _advancedFilters } from './advancedFilters.json'; | |||||||
| import { default as _agentMgmt } from './agentMgmt.json'; | import { default as _agentMgmt } from './agentMgmt.json'; | ||||||
| import { default as _attributesMgmt } from './attributesMgmt.json'; | import { default as _attributesMgmt } from './attributesMgmt.json'; | ||||||
| import { default as _automation } from './automation.json'; | import { default as _automation } from './automation.json'; | ||||||
|  | import { default as _bulkActions } from './bulkActions.json'; | ||||||
| import { default as _campaign } from './campaign.json'; | import { default as _campaign } from './campaign.json'; | ||||||
| import { default as _cannedMgmt } from './cannedMgmt.json'; | import { default as _cannedMgmt } from './cannedMgmt.json'; | ||||||
| import { default as _chatlist } from './chatlist.json'; | import { default as _chatlist } from './chatlist.json'; | ||||||
| @@ -21,6 +22,7 @@ import { default as _setNewPassword } from './setNewPassword.json'; | |||||||
| import { default as _settings } from './settings.json'; | import { default as _settings } from './settings.json'; | ||||||
| import { default as _signup } from './signup.json'; | import { default as _signup } from './signup.json'; | ||||||
| import { default as _teamsSettings } from './teamsSettings.json'; | import { default as _teamsSettings } from './teamsSettings.json'; | ||||||
|  | import { default as _whatsappTemplates } from './whatsappTemplates.json'; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   ..._advancedFilters, |   ..._advancedFilters, | ||||||
| @@ -46,4 +48,6 @@ export default { | |||||||
|   ..._settings, |   ..._settings, | ||||||
|   ..._signup, |   ..._signup, | ||||||
|   ..._teamsSettings, |   ..._teamsSettings, | ||||||
|  |   ..._whatsappTemplates, | ||||||
|  |   ..._bulkActions, | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|       }, |       }, | ||||||
|       "MESSAGE_SIGNATURE_SECTION": { |       "MESSAGE_SIGNATURE_SECTION": { | ||||||
|         "TITLE": "Personal message signature", |         "TITLE": "Personal message signature", | ||||||
|         "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", |         "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.", | ||||||
|         "BTN_TEXT": "Save message signature", |         "BTN_TEXT": "Save message signature", | ||||||
|         "API_ERROR": "Couldn't save signature! Try again", |         "API_ERROR": "Couldn't save signature! Try again", | ||||||
|         "API_SUCCESS": "Signature saved successfully" |         "API_SUCCESS": "Signature saved successfully" | ||||||
| @@ -189,7 +189,8 @@ | |||||||
|     "REPORTS_TEAM": "Team", |     "REPORTS_TEAM": "Team", | ||||||
|     "SET_AVAILABILITY_TITLE": "Set yourself as", |     "SET_AVAILABILITY_TITLE": "Set yourself as", | ||||||
|     "BETA": "Beta", |     "BETA": "Beta", | ||||||
|     "REPORTS_OVERVIEW": "Overview" |     "REPORTS_OVERVIEW": "Overview", | ||||||
|  |     "FACEBOOK_REAUTHORIZE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services" | ||||||
|   }, |   }, | ||||||
|   "CREATE_ACCOUNT": { |   "CREATE_ACCOUNT": { | ||||||
|     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", |     "NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.", | ||||||
|   | |||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user
	 Sojan Jose
					Sojan Jose