0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 14:53:18 +00:00
nextcloud_server/apps/oauth2/l10n/zh_TW.js
Nextcloud bot 42c7aab402
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-30 00:20:49 +00:00

23 lines
1.6 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"oauth2",
{
"Your client is not authorized to connect. Please inform the administrator of your client." : "您的客戶端無連線授權。請通知您客戶端的管理員。",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "您的重新導向 URL 必須為完整的 URL例如https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "允許來自其他網路應用程式的 OAuth2 相容身份認證。",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 應用程式讓管理員可以設定內建的身份認證工作流程,以讓其他網路應用程式可以進行相容於 OAuth2 的身份認證。",
"OAuth 2.0 clients" : "OAuth 2.0 客戶端",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 讓外部服務請求能存取 {instanceName}。",
"Name" : "名稱",
"Redirection URI" : "重新導向 URI",
"Client Identifier" : "客戶端識別",
"Secret key" : "私密金鑰",
"Delete client" : "刪除客戶端",
"Make sure you store the secret key, it cannot be recovered." : "請確定您儲存了私鑰,其無法還原。",
"Add client" : "新增客戶端",
"Add" : "新增",
"Delete" : "刪除",
"Show client secret" : "顯示客戶端密碼",
"Hide client secret" : "隱藏客戶端密碼"
},
"nplurals=1; plural=0;");