Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 0170190

Browse files
committed
add translation
1 parent 4d85ef2 commit 0170190

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

Magento2/app/code/Werules/Chatbot/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"Cancel","Cancel"
12
"Sorry, no products found for this criteria.","Sorry, no products found for this criteria."
23
"Sorry, no products found in this category.","Sorry, no products found in this category."
34
"Please select a category.","Please select a category."
@@ -22,7 +23,6 @@
2223
"Track Order Status","Track Order Status"
2324
"Talk to Support","Talk to Support"
2425
"Send Email","Send Email"
25-
"Cancel","Cancel"
2626
"Help","Help"
2727
"About","About"
2828
"Logout","Logout"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"string","stringtranslated"
1+
"Cancel","Cancelar"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"string","stringtranslated"
1+
"Cancel","Cancelar"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"string","stringtranslated"
1+
"Cancel","取消。"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"string","stringtranslated"
1+
"Cancel","取消。"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"string","stringtranslated"
1+
"Cancel","取消。"

Magento2/app/code/Werules/Chatbot/view/frontend/layout/customer_account.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<block class="Magento\Framework\View\Element\Html\Link\Current" name="customer-account-navigation-chatbot">
66
<arguments>
77
<argument name="path" xsi:type="string">chatbot/customer</argument>
8-
<argument name="label" xsi:type="string">Chatbot</argument>
8+
<argument name="label" xsi:type="string">Chatbot Settings</argument>
99
</arguments>
1010
</block>
1111
</referenceBlock>
6.1 KB
Loading

0 commit comments

Comments
 (0)