Skip to content

Commit 24235de

Browse files
committedMar 15, 2023
Update text
1 parent 881417f commit 24235de

File tree

7 files changed

+16675
-635
lines changed

7 files changed

+16675
-635
lines changed
 

‎package-lock.json

+16,033
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/_locales/en/messages.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"label-header-table": "Label",
2929
"action-header-table": "Action",
3030
"modal-cancel": "Cancel",
31-
"modal-add": "Add",
31+
"modal-add-wallet": "Add",
3232
"modal-edit": "Edit",
3333
"modal-delete": "Delete",
34-
"modal-address-label": "Wallet...",
35-
"modal-label-label": "Label...",
34+
"modal-address-label": "Wallet",
35+
"modal-label-label": "Label",
3636
"modal-add-title": "Add Your Wallet",
3737
"modal-add-sub-title": "Add your wallet will give you more option to see the information at page new tab",
3838
"modal-edit-title": "Edit Your wallet",

‎src/_locales/vi/messages.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"label-header-table": "Nhãn",
2929
"action-header-table": "Hành động",
3030
"modal-cancel": "Hủy",
31-
"modal-add": "Thêm",
31+
"modal-add-wallet": "Thêm",
3232
"modal-edit": "Sửa",
3333
"modal-delete": "Xóa",
34-
"modal-address-label": "Ví...",
35-
"modal-label-label": "Nhãn...",
34+
"modal-address-label": "Địa chỉ ví",
35+
"modal-label-label": "Tên",
3636
"modal-add-title": "Thêm ví của bạn",
3737
"modal-add-sub-title": "Việc thêm ví của bạn sẽ cho bạn thêm sự đa dạng hơn về các thông tin được hiển thị tại Tab mới",
3838
"modal-edit-title": "Thay đổi ví của bạn",

‎src/components/TabUI/TabWallets.svelte

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
"optionsPage.accounts-page-content.modal-cancel",
4949
"Cancel"
5050
),
51-
modal_add: i18n("optionsPage.accounts-page-content.modal-add", "Add"),
51+
modal_add: i18n(
52+
"optionsPage.accounts-page-content.modal-add-wallet",
53+
"Add"
54+
),
5255
modal_edit: i18n("optionsPage.accounts-page-content.modal-edit", "Edit"),
5356
modal_delete: i18n(
5457
"optionsPage.accounts-page-content.modal-delete",

‎src/entries/newTab/App.svelte

+4-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@
7474
"optionsPage.accounts-page-content.modal-cancel",
7575
"Cancel"
7676
),
77-
modal_add: i18n("optionsPage.accounts-page-content.modal-add", "Add"),
77+
modal_add: i18n(
78+
"optionsPage.accounts-page-content.modal-add-wallet",
79+
"Add"
80+
),
7881
7982
modal_address_label: i18n(
8083
"optionsPage.accounts-page-content.modal-address-label",

‎target/npmlist.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":"0.0.1","name":"nimbus-ext","dependencies":{"@metamask/detect-provider":{"version":"1.2.0"},"@popperjs/core":{"version":"2.11.6"},"@webcomponents/webcomponentsjs":{"version":"2.6.0"},"axios":{"version":"0.27.2"},"bind-mousetrap-global":{"version":"1.0.1"},"classnames":{"version":"2.3.2"},"countup.js":{"version":"2.5.0"},"dayjs":{"version":"1.11.4"},"echarts":{"version":"5.4.1"},"flowbite-svelte":{"version":"0.27.1"},"flowbite-windicss-plugin":{"version":"0.1.2"},"flowbite":{"version":"1.5.3"},"lightweight-charts":{"version":"3.8.0"},"lodash":{"version":"4.17.21"},"mark.js":{"version":"8.11.1"},"mousetrap":{"version":"1.6.5"},"numeral":{"version":"2.0.6"},"svelte-system-info":{"version":"1.0.0"},"svelte-windicss-preprocess":{"version":"4.2.8"},"tailwindcss":{"version":"3.1.8"},"tippy.js":{"version":"6.3.7"},"url-pattern":{"version":"1.0.3"},"uuid":{"version":"9.0.0"},"vite-imagetools":{"version":"4.0.4"},"webext-bridge":{"version":"5.0.5"},"webextension-polyfill":{"version":"0.9.0"},"windicss":{"version":"3.5.6"}}}

‎yarn.lock

+627-627
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.