Skip to content

Commit 398ef47

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 973e786 commit 398ef47

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

l10n/zh_TW.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ OC.L10N.register(
3939
"File name is required" : "檔案名稱為必填",
4040
"File or files parameter is required" : "必須提供檔案參數",
4141
"Invalid UUID" : "無效的 UUID",
42+
"Invalid id-doc request" : "無效的 id-doc 請求",
43+
"Invalid file" : "無效檔案",
4244
"Notification sent with success." : "通知傳送成功。",
4345
"File not found" : "找不到檔案",
4446
"File signed" : "檔案已簽署",
@@ -68,12 +70,15 @@ OC.L10N.register(
6870
"After the first signature, no further edits or signatures are allowed; any change invalidates the certification." : "在第一次簽章後,不允許進一步的編輯或簽章;任何變更將使認證無效。",
6971
"After the first signature, only form filling and additional signatures are allowed; other changes invalidate the certification." : "在第一次簽章後,僅允許填寫表單與額外簽章;其他變更將使認證無效。",
7072
"After the first signature, form filling, comments, and additional signatures are allowed; other changes invalidate the certification." : "在第一次簽章後,允許填寫表單、留言、額外簽章;其他變更將使認證無效。",
73+
"Not LibreSign file" : "非 LibreSign 檔案",
7174
"Draft" : "草稿",
7275
"Ready to sign" : "準備好簽署",
7376
"Partially signed" : "部份簽署",
7477
"Signed" : "已簽署",
7578
"Deleted" : "已刪除",
79+
"Signing in progress" : "正在簽署",
7680
"User not found." : "找不到使用者。",
81+
"Multiple DocMDP signatures detected. The first certifying signature determines the document's permission level." : "偵測到多個 DocMDP 簽章。第一個認證簽章將會決定文件的權限層級。",
7782
"Digitally signed by LibreSign." : "透過 LibreSign 數位簽署。",
7883
"Validate in %s." : "驗證於 %s。",
7984
"The admin hasn't set up LibreSign yet, please wait." : "管理員尚未設定 LibreSign,請稍候。",
@@ -188,6 +193,7 @@ OC.L10N.register(
188193
"Parameter '%s' should be betweeen %s and %s." : "參數「%s」應於 %s 至 %s 間。",
189194
"Invalid OID format. Expected pattern: %s" : "無效的 OID 格式。預期的樣式:%s",
190195
"This document has been certified with no changes allowed. You cannot add more signers to this document." : "此文件已被認證,不允許變更。您無法向此文件新增更多簽署者。",
196+
"Invalid file type" : "無效檔案類型",
191197
"Envelope feature is disabled" : "信封功能已停用",
192198
"Maximum number of files per envelope (%s) exceeded" : "已超過每個信封的最大檔案數 (%s)",
193199
"The specified ID is not an envelope" : "指定 ID 並非信封",
@@ -223,8 +229,13 @@ OC.L10N.register(
223229
"Certificate with password" : "有密碼的憑證",
224230
"Certificate has been revoked" : "憑證已被撤銷",
225231
"Invalid certificate" : "無效憑證",
232+
"Signal token" : "訊號權杖",
233+
"SMS token" : "簡訊權杖",
234+
"Telegram token" : "Telegram 權杖",
226235
"%s is your LibreSign verification code." : "%s 是您的 LibreSign 驗證碼。",
227236
"Gateway %s not configured on Two-Factor Gateway." : "未在兩步驟閘道上設定閘道 %s。",
237+
"WhatsApp token" : "WhatsApp 權杖",
238+
"XMPP token" : "XMPP 權杖",
228239
"SMS" : "簡訊",
229240
"Telegram" : "Telegram",
230241
"WhatsApp" : "WhatsApp",
@@ -243,6 +254,8 @@ OC.L10N.register(
243254
"%s already signed this file" : "%s 已簽署了此檔案",
244255
"Invalid signer data" : "無效的簽署者資料",
245256
"Envelope %s" : "信封 %s",
257+
"Empty signers list" : "空的簽署者清單",
258+
"Signers list needs to be an array" : "簽署者清單必須為陣列",
246259
"Sending authorization code not enabled." : "未啟用傳送授權碼。",
247260
"File already signed by you" : "檔案已被您簽署",
248261
"signed" : "已簽署",
@@ -314,6 +327,7 @@ OC.L10N.register(
314327
"Loading …" : "正在載入……",
315328
"Name" : "名稱",
316329
"Update" : "更新",
330+
"Failed to save or update signature request" : "儲存或更新簽章請求失敗",
317331
"Please enter signer name." : "請輸入簽署者名稱。",
318332
"This signer cannot be used because the identification method \"{method}\" has been disabled by the administrator." : "此簽署者無法使用,因為辨識方法「{method}」已被管理員停用。",
319333
"Signer name" : "簽署者名稱",
@@ -372,6 +386,7 @@ OC.L10N.register(
372386
"The original file was deleted. You can no longer add signers or open it." : "原始檔案已被刪除。您將無法再新增簽署者或開啟該檔案。",
373387
"Some signers use identification methods that have been disabled. Please remove or update them before requesting signatures." : "部分簽署者使用了已被停用的驗證方法。請在請求簽署前移除或更新這些方法。",
374388
"Add signer" : "新增簽署者",
389+
"Sign in order" : "簽署順序",
375390
"View signing order" : "檢視簽署順序",
376391
"Signing order" : "簽署順序",
377392
"Customize message" : "自訂訊息",

l10n/zh_TW.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"File name is required" : "檔案名稱為必填",
3838
"File or files parameter is required" : "必須提供檔案參數",
3939
"Invalid UUID" : "無效的 UUID",
40+
"Invalid id-doc request" : "無效的 id-doc 請求",
41+
"Invalid file" : "無效檔案",
4042
"Notification sent with success." : "通知傳送成功。",
4143
"File not found" : "找不到檔案",
4244
"File signed" : "檔案已簽署",
@@ -66,12 +68,15 @@
6668
"After the first signature, no further edits or signatures are allowed; any change invalidates the certification." : "在第一次簽章後,不允許進一步的編輯或簽章;任何變更將使認證無效。",
6769
"After the first signature, only form filling and additional signatures are allowed; other changes invalidate the certification." : "在第一次簽章後,僅允許填寫表單與額外簽章;其他變更將使認證無效。",
6870
"After the first signature, form filling, comments, and additional signatures are allowed; other changes invalidate the certification." : "在第一次簽章後,允許填寫表單、留言、額外簽章;其他變更將使認證無效。",
71+
"Not LibreSign file" : "非 LibreSign 檔案",
6972
"Draft" : "草稿",
7073
"Ready to sign" : "準備好簽署",
7174
"Partially signed" : "部份簽署",
7275
"Signed" : "已簽署",
7376
"Deleted" : "已刪除",
77+
"Signing in progress" : "正在簽署",
7478
"User not found." : "找不到使用者。",
79+
"Multiple DocMDP signatures detected. The first certifying signature determines the document's permission level." : "偵測到多個 DocMDP 簽章。第一個認證簽章將會決定文件的權限層級。",
7580
"Digitally signed by LibreSign." : "透過 LibreSign 數位簽署。",
7681
"Validate in %s." : "驗證於 %s。",
7782
"The admin hasn't set up LibreSign yet, please wait." : "管理員尚未設定 LibreSign,請稍候。",
@@ -186,6 +191,7 @@
186191
"Parameter '%s' should be betweeen %s and %s." : "參數「%s」應於 %s 至 %s 間。",
187192
"Invalid OID format. Expected pattern: %s" : "無效的 OID 格式。預期的樣式:%s",
188193
"This document has been certified with no changes allowed. You cannot add more signers to this document." : "此文件已被認證,不允許變更。您無法向此文件新增更多簽署者。",
194+
"Invalid file type" : "無效檔案類型",
189195
"Envelope feature is disabled" : "信封功能已停用",
190196
"Maximum number of files per envelope (%s) exceeded" : "已超過每個信封的最大檔案數 (%s)",
191197
"The specified ID is not an envelope" : "指定 ID 並非信封",
@@ -221,8 +227,13 @@
221227
"Certificate with password" : "有密碼的憑證",
222228
"Certificate has been revoked" : "憑證已被撤銷",
223229
"Invalid certificate" : "無效憑證",
230+
"Signal token" : "訊號權杖",
231+
"SMS token" : "簡訊權杖",
232+
"Telegram token" : "Telegram 權杖",
224233
"%s is your LibreSign verification code." : "%s 是您的 LibreSign 驗證碼。",
225234
"Gateway %s not configured on Two-Factor Gateway." : "未在兩步驟閘道上設定閘道 %s。",
235+
"WhatsApp token" : "WhatsApp 權杖",
236+
"XMPP token" : "XMPP 權杖",
226237
"SMS" : "簡訊",
227238
"Telegram" : "Telegram",
228239
"WhatsApp" : "WhatsApp",
@@ -241,6 +252,8 @@
241252
"%s already signed this file" : "%s 已簽署了此檔案",
242253
"Invalid signer data" : "無效的簽署者資料",
243254
"Envelope %s" : "信封 %s",
255+
"Empty signers list" : "空的簽署者清單",
256+
"Signers list needs to be an array" : "簽署者清單必須為陣列",
244257
"Sending authorization code not enabled." : "未啟用傳送授權碼。",
245258
"File already signed by you" : "檔案已被您簽署",
246259
"signed" : "已簽署",
@@ -312,6 +325,7 @@
312325
"Loading …" : "正在載入……",
313326
"Name" : "名稱",
314327
"Update" : "更新",
328+
"Failed to save or update signature request" : "儲存或更新簽章請求失敗",
315329
"Please enter signer name." : "請輸入簽署者名稱。",
316330
"This signer cannot be used because the identification method \"{method}\" has been disabled by the administrator." : "此簽署者無法使用,因為辨識方法「{method}」已被管理員停用。",
317331
"Signer name" : "簽署者名稱",
@@ -370,6 +384,7 @@
370384
"The original file was deleted. You can no longer add signers or open it." : "原始檔案已被刪除。您將無法再新增簽署者或開啟該檔案。",
371385
"Some signers use identification methods that have been disabled. Please remove or update them before requesting signatures." : "部分簽署者使用了已被停用的驗證方法。請在請求簽署前移除或更新這些方法。",
372386
"Add signer" : "新增簽署者",
387+
"Sign in order" : "簽署順序",
373388
"View signing order" : "檢視簽署順序",
374389
"Signing order" : "簽署順序",
375390
"Customize message" : "自訂訊息",

0 commit comments

Comments
 (0)