From 26065fe2fcd22abf20356e8b4c3346b8fa576809 Mon Sep 17 00:00:00 2001 From: Jerry <92690997+TomStilson@users.noreply.github.com> Date: Sun, 28 May 2023 13:08:56 +0800 Subject: [PATCH] chore(locales): update zh-cn.json and zh-tw.json (#337) --- locales/zh-cn.json | 12 ++++++------ locales/zh-tw.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/locales/zh-cn.json b/locales/zh-cn.json index 27acbd8..2415b20 100644 --- a/locales/zh-cn.json +++ b/locales/zh-cn.json @@ -4,11 +4,11 @@ "cancel": "取消", "close": "关闭", "confirm": "确认", - "more": "More..." + "more": "更多..." }, - "txadmin_announcement": "Server announcement by %s", - "txadmin_dm": "Direct Message from %s", - "txadmin_warn": "You have been warned by %s", - "txadmin_warn_content": "%s \nAction ID: %s", - "txadmin_scheduledrestart": "Scheduled Restart" + "txadmin_announcement": "来自 %s 的服务器通告", + "txadmin_dm": "来自 %s 的信息", + "txadmin_warn": "您被 %s 警告了", + "txadmin_warn_content": "%s \n操作 ID: %s", + "txadmin_scheduledrestart": "计划内重启" } diff --git a/locales/zh-tw.json b/locales/zh-tw.json index 2eb767f..65b74ea 100644 --- a/locales/zh-tw.json +++ b/locales/zh-tw.json @@ -4,11 +4,11 @@ "cancel": "取消", "close": "關閉", "confirm": "確認", - "more": "More..." + "more": "更多..." }, - "txadmin_announcement": "Server announcement by %s", - "txadmin_dm": "Direct Message from %s", - "txadmin_warn": "You have been warned by %s", - "txadmin_warn_content": "%s \nAction ID: %s", - "txadmin_scheduledrestart": "Scheduled Restart" + "txadmin_announcement": "來自 %s 的伺服器通告", + "txadmin_dm": "來自 %s 的訊息", + "txadmin_warn": "您被 %s 警告了", + "txadmin_warn_content": "%s \n操作 ID: %s", + "txadmin_scheduledrestart": "計劃內重啟" }