Skip to content

Commit b3afb73

Browse files
committed
18nupdate:
1 parent 36e940d commit b3afb73

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"message": "Uninstall this extension"
2828
},
2929
"undoInfoMsg": {
30-
"message": "You can undo and redo your last action until you close this popup. <br>Press <kbd>ctrl+z</kbd> on Windows and <kbd>cmd+z</kbd> on macOS."
30+
"message": "You can undo and redo your last action until you close this popup. <br>Press <kbd>ctrl+z</kbd> on Windows and <kbd>cmd+z</kbd> on macOS, <kbd>super+z</kbd> on Ubuntu"
3131
},
3232
"hideInfoMsg": {
3333
"message": "Hide this"

_locales/zh_CN/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
},
2626
"uninstall": {
2727
"message": "卸载这个扩展"
28+
},
29+
"undoInfoMsg": {
30+
"message": "在关闭这个窗口前你可以撤销你的操作。 <br>在Windows中按 <kbd>ctrl+z</kbd> macOS中按<kbd>cmd+z</kbd>Linux中按<kbd>super+z</kbd>"
31+
},
32+
"hideInfoMsg": {
33+
"message": "知道了"
2834
}
2935
}

_locales/zh_TW/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,11 @@
3434
},
3535
"openOpt": {
3636
"message": "點擊以打開設置頁面"
37+
},
38+
"undoInfoMsg": {
39+
"message": "在關閉這個窗口前你可以撤銷你的操作。 <br>在Windows中按<kbd>ctrl+z</kbd>macOS中按<kbd>cmd+z</kbd>Linux中按<kbd>super+z</kbd>"
40+
},
41+
"hideInfoMsg": {
42+
"message": "知道了"
3743
}
3844
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_extName__",
33
"description": "__MSG_extDesc__",
4-
"version": "1.1.0",
4+
"version": "1.2.1",
55
"manifest_version": 2,
66
"homepage_url": "https://github.com/HangYang/ext_manager",
77
"default_locale": "en",

0 commit comments

Comments
 (0)