diff --git a/Magento2/app/code/Werules/Chatbot/i18n/en_US.csv b/Magento2/app/code/Werules/Chatbot/i18n/en_US.csv index dcff767..b923d3b 100644 --- a/Magento2/app/code/Werules/Chatbot/i18n/en_US.csv +++ b/Magento2/app/code/Werules/Chatbot/i18n/en_US.csv @@ -1,3 +1,4 @@ +"Cancel","Cancel" "Sorry, no products found for this criteria.","Sorry, no products found for this criteria." "Sorry, no products found in this category.","Sorry, no products found in this category." "Please select a category.","Please select a category." @@ -22,7 +23,6 @@ "Track Order Status","Track Order Status" "Talk to Support","Talk to Support" "Send Email","Send Email" -"Cancel","Cancel" "Help","Help" "About","About" "Logout","Logout" diff --git a/Magento2/app/code/Werules/Chatbot/i18n/es_ES.csv b/Magento2/app/code/Werules/Chatbot/i18n/es_ES.csv index 6410f0d..c30a7e0 100644 --- a/Magento2/app/code/Werules/Chatbot/i18n/es_ES.csv +++ b/Magento2/app/code/Werules/Chatbot/i18n/es_ES.csv @@ -1 +1 @@ -"string","stringtranslated" \ No newline at end of file +"Cancel","Cancelar" \ No newline at end of file diff --git a/Magento2/app/code/Werules/Chatbot/i18n/pt_BR.csv b/Magento2/app/code/Werules/Chatbot/i18n/pt_BR.csv index 6410f0d..c30a7e0 100644 --- a/Magento2/app/code/Werules/Chatbot/i18n/pt_BR.csv +++ b/Magento2/app/code/Werules/Chatbot/i18n/pt_BR.csv @@ -1 +1 @@ -"string","stringtranslated" \ No newline at end of file +"Cancel","Cancelar" \ No newline at end of file diff --git a/Magento2/app/code/Werules/Chatbot/i18n/zh_Hans_CN.csv b/Magento2/app/code/Werules/Chatbot/i18n/zh_Hans_CN.csv index 6410f0d..01039ab 100644 --- a/Magento2/app/code/Werules/Chatbot/i18n/zh_Hans_CN.csv +++ b/Magento2/app/code/Werules/Chatbot/i18n/zh_Hans_CN.csv @@ -1 +1 @@ -"string","stringtranslated" \ No newline at end of file +"Cancel","取消。" \ No newline at end of file diff --git a/Magento2/app/code/Werules/Chatbot/i18n/zh_Hant_HK.csv b/Magento2/app/code/Werules/Chatbot/i18n/zh_Hant_HK.csv index 6410f0d..01039ab 100644 --- a/Magento2/app/code/Werules/Chatbot/i18n/zh_Hant_HK.csv +++ b/Magento2/app/code/Werules/Chatbot/i18n/zh_Hant_HK.csv @@ -1 +1 @@ -"string","stringtranslated" \ No newline at end of file +"Cancel","取消。" \ No newline at end of file diff --git a/Magento2/app/code/Werules/Chatbot/i18n/zh_Hant_TW.csv b/Magento2/app/code/Werules/Chatbot/i18n/zh_Hant_TW.csv index 6410f0d..01039ab 100644 --- a/Magento2/app/code/Werules/Chatbot/i18n/zh_Hant_TW.csv +++ b/Magento2/app/code/Werules/Chatbot/i18n/zh_Hant_TW.csv @@ -1 +1 @@ -"string","stringtranslated" \ No newline at end of file +"Cancel","取消。" \ No newline at end of file diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/layout/customer_account.xml b/Magento2/app/code/Werules/Chatbot/view/frontend/layout/customer_account.xml index 9d9227c..5c676a2 100644 --- a/Magento2/app/code/Werules/Chatbot/view/frontend/layout/customer_account.xml +++ b/Magento2/app/code/Werules/Chatbot/view/frontend/layout/customer_account.xml @@ -5,7 +5,7 @@ chatbot/customer - Chatbot + Chatbot Settings diff --git a/Magento2/app/code/Werules/Chatbot/view/frontend/web/image/messenger-icon.png b/Magento2/app/code/Werules/Chatbot/view/frontend/web/image/messenger-icon.png new file mode 100644 index 0000000..611e6d4 Binary files /dev/null and b/Magento2/app/code/Werules/Chatbot/view/frontend/web/image/messenger-icon.png differ