From 7a403b3deb6680dafb126ec5082ef867126f205b Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 8 Jun 2026 16:08:46 -0700 Subject: [PATCH] New translations en-us.json (Chinese Simplified) [ci skip] --- messages/zh-CN.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/messages/zh-CN.json b/messages/zh-CN.json index 92c12b9d9..e19b04eca 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -179,6 +179,7 @@ "shareCreateDescription": "任何具有此链接的人都可以访问资源", "shareTitleOptional": "标题 (可选)", "sharePathOptional": "路径(可选)", + "sharePathDescription": "The link will redirect users to this path after authentication.", "expireIn": "过期时间", "neverExpire": "永不过期", "shareExpireDescription": "过期时间是链接可以使用并提供对资源的访问时间。 此时间后,链接将不再工作,使用此链接的用户将失去对资源的访问。", @@ -2164,6 +2165,21 @@ "sshCreateHomeDir": "创建主目录", "sshUnixGroups": "Unix 组", "sshUnixGroupsDescription": "Unix groups to add the user to on the target host, separated by commas, spaces, or new lines.", + "roleTextFieldPlaceholder": "Enter values, or drop a .txt or .csv file", + "roleTextImportTitle": "Import from File", + "roleTextImportDescription": "Importing {fileName} into {fieldLabel}.", + "roleTextImportSkipHeader": "Skip First Row (Header)", + "roleTextImportOverride": "Replace Existing", + "roleTextImportAppend": "Append to Existing", + "roleTextImportMode": "Import Mode", + "roleTextImportPreview": "Preview", + "roleTextImportItemCount": "{count, plural, =0 {No items to import} one {1 item to import} other {# items to import}}", + "roleTextImportTotalCount": "{existing} existing + {imported} imported = {total} total", + "roleTextImportConfirm": "Import", + "roleTextImportInvalidFile": "Unsupported file type", + "roleTextImportInvalidFileDescription": "Only .txt and .csv files are supported.", + "roleTextImportEmpty": "No items found in file", + "roleTextImportEmptyDescription": "The file does not contain any importable items.", "retryAttempts": "重试次数", "expectedResponseCodes": "期望响应代码", "expectedResponseCodesDescription": "HTTP 状态码表示健康状态。如留空,200-300 被视为健康。", @@ -3565,5 +3581,7 @@ "rdpFilesReadyToPaste": "Files ready to paste", "rdpFilesReadyToPasteDescription": "{count} file(s) copied to remote clipboard — press Ctrl+V on the remote desktop to paste.", "rdpUploadFailed": "Upload failed", - "rdpUnicodeKeyboardMode": "Unicode keyboard mode" + "rdpUnicodeKeyboardMode": "Unicode keyboard mode", + "sessionToolbarShow": "Show toolbar", + "sessionToolbarHide": "Hide toolbar" }