Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/cht/src/vs/workbench/browser/parts/notifications')
-rw-r--r--i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json4
-rw-r--r--i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json1
-rw-r--r--i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json4
3 files changed, 7 insertions, 2 deletions
diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json
index 2a14b85e9f7..c7bb64eaec1 100644
--- a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json
+++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json
@@ -6,9 +6,11 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
+ "clearNotification": "清除通知",
"clearNotifications": "清除所有通知",
"hideNotificationsCenter": "隱藏通知",
"expandNotification": "展開通知",
"collapseNotification": "摺疊通知",
- "configureNotification": "設定通知"
+ "configureNotification": "設定通知",
+ "copyNotification": "複製文字"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json
index d3952c67594..87b4e30eb9d 100644
--- a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json
+++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json
@@ -7,5 +7,6 @@
"Do not edit this file. It is machine generated."
],
"notifications": "通知",
+ "notificationsToolbar": "通知中心動作",
"notificationsList": "通知列表"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json
index a0e94f1a6cb..822dc55b542 100644
--- a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json
+++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json
@@ -8,5 +8,7 @@
],
"hideNotifications": "隱藏通知",
"zeroNotifications": "無通知",
- "noNotifications": "無新通知"
+ "noNotifications": "無新通知",
+ "oneNotification": "1 則新通知",
+ "notifications": "{0} 則新通知"
} \ No newline at end of file