Browse Source

New translations en.json (Chinese Traditional)

pull/7576/head
navi 9 months ago
parent
commit
8e32d4b5b6
  1. 28
      packages/nc-gui/lang/zh-Hant.json

28
packages/nc-gui/lang/zh-Hant.json

@ -301,6 +301,7 @@
"isNotNull": "內容不為 Null" "isNotNull": "內容不為 Null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "資料庫中的類型", "databaseType": "資料庫中的類型",
"lengthValue": "長度/值", "lengthValue": "長度/值",
"dbType": "資料庫類型", "dbType": "資料庫類型",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite 檔案", "sqliteFile": "SQLite 檔案",
"hostAddress": "主機位址", "hostAddress": "主機位址",
"port": "連線埠號碼", "port": "連線埠號碼",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "不支援在啟用的儲存格中執行貼上", "pasteNotSupported": "不支援在啟用的儲存格中執行貼上",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "無效的連結", "invalidURL": "無效的連結",
"invalidEmail": "無效的電子郵件", "invalidEmail": "無效的電子郵件",
"internalError": "發生內部錯誤", "internalError": "發生內部錯誤",

Loading…
Cancel
Save