mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-07 02:20:28 +08:00
Improve i18n
This commit is contained in:
@@ -153,10 +153,10 @@ class App extends Component {
|
|||||||
this.setState({selectedMenuKey: "/"});
|
this.setState({selectedMenuKey: "/"});
|
||||||
} else if (uri.includes("/organizations") || uri.includes("/trees") || uri.includes("/users") || uri.includes("/groups")) {
|
} else if (uri.includes("/organizations") || uri.includes("/trees") || uri.includes("/users") || uri.includes("/groups")) {
|
||||||
this.setState({selectedMenuKey: "/orgs"});
|
this.setState({selectedMenuKey: "/orgs"});
|
||||||
} else if (uri.includes("/roles") || uri.includes("/permissions") || uri.includes("/models") || uri.includes("/adapters") || uri.includes("/enforcers")) {
|
|
||||||
this.setState({selectedMenuKey: "/auth"});
|
|
||||||
} else if (uri.includes("/applications") || uri.includes("/providers") || uri.includes("/resources") || uri.includes("/certs")) {
|
} else if (uri.includes("/applications") || uri.includes("/providers") || uri.includes("/resources") || uri.includes("/certs")) {
|
||||||
this.setState({selectedMenuKey: "/identity"});
|
this.setState({selectedMenuKey: "/identity"});
|
||||||
|
} else if (uri.includes("/roles") || uri.includes("/permissions") || uri.includes("/models") || uri.includes("/adapters") || uri.includes("/enforcers")) {
|
||||||
|
this.setState({selectedMenuKey: "/auth"});
|
||||||
} else if (uri.includes("/records") || uri.includes("/tokens") || uri.includes("/sessions")) {
|
} else if (uri.includes("/records") || uri.includes("/tokens") || uri.includes("/sessions")) {
|
||||||
this.setState({selectedMenuKey: "/logs"});
|
this.setState({selectedMenuKey: "/logs"});
|
||||||
} else if (uri.includes("/products") || uri.includes("/payments") || uri.includes("/plans") || uri.includes("/pricings") || uri.includes("/subscriptions")) {
|
} else if (uri.includes("/products") || uri.includes("/payments") || uri.includes("/plans") || uri.includes("/pricings") || uri.includes("/subscriptions")) {
|
||||||
@@ -418,6 +418,13 @@ class App extends Component {
|
|||||||
Setting.getItem(<Link to="/users">{i18next.t("general:Users")}</Link>, "/users"),
|
Setting.getItem(<Link to="/users">{i18next.t("general:Users")}</Link>, "/users"),
|
||||||
]));
|
]));
|
||||||
|
|
||||||
|
res.push(Setting.getItem(<Link style={{color: "black"}} to="/applications">{i18next.t("general:Identity")}</Link>, "/identity", <LockTwoTone />, [
|
||||||
|
Setting.getItem(<Link to="/applications">{i18next.t("general:Applications")}</Link>, "/applications"),
|
||||||
|
Setting.getItem(<Link to="/providers">{i18next.t("general:Providers")}</Link>, "/providers"),
|
||||||
|
Setting.getItem(<Link to="/resources">{i18next.t("general:Resources")}</Link>, "/resources"),
|
||||||
|
Setting.getItem(<Link to="/certs">{i18next.t("general:Certs")}</Link>, "/certs"),
|
||||||
|
]));
|
||||||
|
|
||||||
res.push(Setting.getItem(<Link style={{color: "black"}} to="/roles">{i18next.t("general:Authorization")}</Link>, "/auth", <SafetyCertificateTwoTone />, [
|
res.push(Setting.getItem(<Link style={{color: "black"}} to="/roles">{i18next.t("general:Authorization")}</Link>, "/auth", <SafetyCertificateTwoTone />, [
|
||||||
Setting.getItem(<Link to="/roles">{i18next.t("general:Roles")}</Link>, "/roles"),
|
Setting.getItem(<Link to="/roles">{i18next.t("general:Roles")}</Link>, "/roles"),
|
||||||
Setting.getItem(<Link to="/permissions">{i18next.t("general:Permissions")}</Link>, "/permissions"),
|
Setting.getItem(<Link to="/permissions">{i18next.t("general:Permissions")}</Link>, "/permissions"),
|
||||||
@@ -431,15 +438,6 @@ class App extends Component {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
})));
|
})));
|
||||||
}
|
|
||||||
|
|
||||||
if (Setting.isLocalAdminUser(this.state.account)) {
|
|
||||||
res.push(Setting.getItem(<Link style={{color: "black"}} to="/applications">{i18next.t("general:Identity")}</Link>, "/identity", <LockTwoTone />, [
|
|
||||||
Setting.getItem(<Link to="/applications">{i18next.t("general:Applications")}</Link>, "/applications"),
|
|
||||||
Setting.getItem(<Link to="/providers">{i18next.t("general:Providers")}</Link>, "/providers"),
|
|
||||||
Setting.getItem(<Link to="/resources">{i18next.t("general:Resources")}</Link>, "/resources"),
|
|
||||||
Setting.getItem(<Link to="/certs">{i18next.t("general:Certs")}</Link>, "/certs"),
|
|
||||||
]));
|
|
||||||
|
|
||||||
res.push(Setting.getItem(<Link style={{color: "black"}} to="/records">{i18next.t("general:Logging & Auditing")}</Link>, "/logs", <WalletTwoTone />, [
|
res.push(Setting.getItem(<Link style={{color: "black"}} to="/records">{i18next.t("general:Logging & Auditing")}</Link>, "/logs", <WalletTwoTone />, [
|
||||||
Setting.getItem(<Link to="/records">{i18next.t("general:Records")}</Link>, "/records"),
|
Setting.getItem(<Link to="/records">{i18next.t("general:Records")}</Link>, "/records"),
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "Tabellenname des Policy Stores",
|
"Adapter - Tooltip": "Tabellenname des Policy Stores",
|
||||||
"Adapters": "Adapter",
|
"Adapters": "Adapter",
|
||||||
"Add": "Hinzufügen",
|
"Add": "Hinzufügen",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "Affiliation-URL",
|
"Affiliation URL": "Affiliation-URL",
|
||||||
"Affiliation URL - Tooltip": "Die Homepage-URL für die Zugehörigkeit",
|
"Affiliation URL - Tooltip": "Die Homepage-URL für die Zugehörigkeit",
|
||||||
"Application": "Applikation",
|
"Application": "Applikation",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Anwendungen",
|
"Applications": "Anwendungen",
|
||||||
"Applications that require authentication": "Anwendungen, die eine Authentifizierung erfordern",
|
"Applications that require authentication": "Anwendungen, die eine Authentifizierung erfordern",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Avatar",
|
"Avatar": "Avatar",
|
||||||
"Avatar - Tooltip": "Öffentliches Avatarbild für den Benutzer",
|
"Avatar - Tooltip": "Öffentliches Avatarbild für den Benutzer",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Zurück nach Hause",
|
"Back Home": "Zurück nach Hause",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Abbrechen",
|
"Cancel": "Abbrechen",
|
||||||
"Captcha": "Captcha",
|
"Captcha": "Captcha",
|
||||||
"Cert": "Zertifikat",
|
"Cert": "Zertifikat",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Homepage der Anwendung",
|
"Home - Tooltip": "Homepage der Anwendung",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "Einzigartiger Zufallsstring",
|
"ID - Tooltip": "Einzigartiger Zufallsstring",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Ist aktiviert",
|
"Is enabled": "Ist aktiviert",
|
||||||
"Is enabled - Tooltip": "Festlegen, ob es verwendet werden kann",
|
"Is enabled - Tooltip": "Festlegen, ob es verwendet werden kann",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Verfügbare Sprachen",
|
"Languages - Tooltip": "Verfügbare Sprachen",
|
||||||
"Last name": "Nachname",
|
"Last name": "Nachname",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "Symbole, die die Anwendung der Außenwelt präsentiert",
|
"Logo - Tooltip": "Symbole, die die Anwendung der Außenwelt präsentiert",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "Nutzer",
|
"User": "Nutzer",
|
||||||
"User - Tooltip": "Stellen Sie sicher, dass der Benutzername korrekt ist",
|
"User - Tooltip": "Stellen Sie sicher, dass der Benutzername korrekt ist",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "Nutzerpools",
|
"User containers": "Nutzerpools",
|
||||||
"User type": "Benutzertyp",
|
"User type": "Benutzertyp",
|
||||||
"User type - Tooltip": "Tags, denen der Benutzer angehört, standardmäßig auf \"normaler Benutzer\" festgelegt",
|
"User type - Tooltip": "Tags, denen der Benutzer angehört, standardmäßig auf \"normaler Benutzer\" festgelegt",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Wie USD, CNY usw.",
|
"Currency - Tooltip": "Wie USD, CNY usw.",
|
||||||
"Download Invoice": "Rechnung herunterladen",
|
"Download Invoice": "Rechnung herunterladen",
|
||||||
"Edit Payment": "Zahlung bearbeiten",
|
"Edit Payment": "Zahlung bearbeiten",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "individuell",
|
"Individual": "individuell",
|
||||||
"Invoice URL": "Rechnungs-URL",
|
"Invoice URL": "Rechnungs-URL",
|
||||||
"Invoice URL - Tooltip": "URL für den Download der Rechnung",
|
"Invoice URL - Tooltip": "URL für den Download der Rechnung",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Produktname",
|
"Product - Tooltip": "Produktname",
|
||||||
"Result": "Ergebnis",
|
"Result": "Ergebnis",
|
||||||
"Return to Website": "Zurück zur Website",
|
"Return to Website": "Zurück zur Website",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "Die Zahlung ist fehlgeschlagen",
|
"The payment has failed": "Die Zahlung ist fehlgeschlagen",
|
||||||
"The payment is still under processing": "Die Zahlung wird immer noch bearbeitet",
|
"The payment is still under processing": "Die Zahlung wird immer noch bearbeitet",
|
||||||
"Type - Tooltip": "Zahlungsmethode, die beim Kauf des Produkts verwendet wurde",
|
"Type - Tooltip": "Zahlungsmethode, die beim Kauf des Produkts verwendet wurde",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Zugriffsschlüssel",
|
"Access key - Tooltip": "Zugriffsschlüssel",
|
||||||
"Agent ID": "Agenten-ID",
|
"Agent ID": "Agenten-ID",
|
||||||
"Agent ID - Tooltip": "Agenten-ID",
|
"Agent ID - Tooltip": "Agenten-ID",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "App ID",
|
"App ID": "App ID",
|
||||||
"App ID - Tooltip": "App-ID",
|
"App ID - Tooltip": "App-ID",
|
||||||
"App key": "App-Key",
|
"App key": "App-Key",
|
||||||
"App key - Tooltip": "App-Schlüssel",
|
"App key - Tooltip": "App-Schlüssel",
|
||||||
"App secret": "App-Secret",
|
"App secret": "App-Secret",
|
||||||
"AppSecret - Tooltip": "App-Geheimnis",
|
"AppSecret - Tooltip": "App-Geheimnis",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "Auth-URL",
|
"Auth URL": "Auth-URL",
|
||||||
"Auth URL - Tooltip": "Auth-URL",
|
"Auth URL - Tooltip": "Auth-URL",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Bucket",
|
"Bucket": "Bucket",
|
||||||
"Bucket - Tooltip": "Name des Buckets",
|
"Bucket - Tooltip": "Name des Buckets",
|
||||||
"Can not parse metadata": "Kann Metadaten nicht durchsuchen / auswerten",
|
"Can not parse metadata": "Kann Metadaten nicht durchsuchen / auswerten",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Ob das Scannen von QR-Codes zum Einloggen aktiviert werden soll",
|
"Enable QR code - Tooltip": "Ob das Scannen von QR-Codes zum Einloggen aktiviert werden soll",
|
||||||
"Endpoint": "Endpoint",
|
"Endpoint": "Endpoint",
|
||||||
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "From address - Tooltip",
|
"From address - Tooltip": "From address - Tooltip",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Bitte verwenden Sie WeChat und scanne den QR-Code ein, um dich anzumelden",
|
"Please use WeChat and scan the QR code to sign in": "Bitte verwenden Sie WeChat und scanne den QR-Code ein, um dich anzumelden",
|
||||||
"Port": "Port",
|
"Port": "Port",
|
||||||
"Port - Tooltip": "Stellen Sie sicher, dass der Port offen ist",
|
"Port - Tooltip": "Stellen Sie sicher, dass der Port offen ist",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "ausgelöst",
|
"Prompted": "ausgelöst",
|
||||||
"Provider URL": "Provider-URL",
|
"Provider URL": "Provider-URL",
|
||||||
"Provider URL - Tooltip": "URL zur Konfiguration des Dienstanbieters, dieses Feld dient nur als Referenz und wird in Casdoor nicht verwendet",
|
"Provider URL - Tooltip": "URL zur Konfiguration des Dienstanbieters, dieses Feld dient nur als Referenz und wird in Casdoor nicht verwendet",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "Regions-ID",
|
"Region ID": "Regions-ID",
|
||||||
"Region ID - Tooltip": "Regions-ID für den Dienstleister",
|
"Region ID - Tooltip": "Regions-ID für den Dienstleister",
|
||||||
"Region endpoint for Internet": "Regionsendpunkt für das Internet",
|
"Region endpoint for Internet": "Regionsendpunkt für das Internet",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Vom Server verwendet, um die API des Verifizierungscodes-Providers für die Verifizierung aufzurufen",
|
"Secret key - Tooltip": "Vom Server verwendet, um die API des Verifizierungscodes-Providers für die Verifizierung aufzurufen",
|
||||||
"Send Testing Email": "Senden Sie eine Test-E-Mail",
|
"Send Testing Email": "Senden Sie eine Test-E-Mail",
|
||||||
"Send Testing SMS": "Sende Test-SMS",
|
"Send Testing SMS": "Sende Test-SMS",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Signatur Namen",
|
"Sign Name": "Signatur Namen",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "Fehlermeldung",
|
"Error text": "Fehlermeldung",
|
||||||
"Error text - Tooltip": "Fehler Text",
|
"Error text - Tooltip": "Fehler Text",
|
||||||
"Is hashed": "ist gehasht",
|
"Is hashed": "ist gehasht",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "Neuer Syncer",
|
"New Syncer": "Neuer Syncer",
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "Table name of the policy store",
|
"Adapter - Tooltip": "Table name of the policy store",
|
||||||
"Adapters": "Adapters",
|
"Adapters": "Adapters",
|
||||||
"Add": "Add",
|
"Add": "Add",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "Affiliation URL",
|
"Affiliation URL": "Affiliation URL",
|
||||||
"Affiliation URL - Tooltip": "The homepage URL for the affiliation",
|
"Affiliation URL - Tooltip": "The homepage URL for the affiliation",
|
||||||
"Application": "Application",
|
"Application": "Application",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Applications",
|
"Applications": "Applications",
|
||||||
"Applications that require authentication": "Applications that require authentication",
|
"Applications that require authentication": "Applications that require authentication",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Avatar",
|
"Avatar": "Avatar",
|
||||||
"Avatar - Tooltip": "Public avatar image for the user",
|
"Avatar - Tooltip": "Public avatar image for the user",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Back Home",
|
"Back Home": "Back Home",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
"Captcha": "Captcha",
|
"Captcha": "Captcha",
|
||||||
"Cert": "Cert",
|
"Cert": "Cert",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Home page of the application",
|
"Home - Tooltip": "Home page of the application",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "Unique random string",
|
"ID - Tooltip": "Unique random string",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Is enabled",
|
"Is enabled": "Is enabled",
|
||||||
"Is enabled - Tooltip": "Set whether it can use",
|
"Is enabled - Tooltip": "Set whether it can use",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Available languages",
|
"Languages - Tooltip": "Available languages",
|
||||||
"Last name": "Last name",
|
"Last name": "Last name",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "Icons that the application presents to the outside world",
|
"Logo - Tooltip": "Icons that the application presents to the outside world",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "User",
|
"User": "User",
|
||||||
"User - Tooltip": "Make sure the username is correct",
|
"User - Tooltip": "Make sure the username is correct",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "User pools",
|
"User containers": "User pools",
|
||||||
"User type": "User type",
|
"User type": "User type",
|
||||||
"User type - Tooltip": "Tags that the user belongs to, defaulting to \"normal-user\"",
|
"User type - Tooltip": "Tags that the user belongs to, defaulting to \"normal-user\"",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Like USD, CNY, etc.",
|
"Currency - Tooltip": "Like USD, CNY, etc.",
|
||||||
"Download Invoice": "Download Invoice",
|
"Download Invoice": "Download Invoice",
|
||||||
"Edit Payment": "Edit Payment",
|
"Edit Payment": "Edit Payment",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Individual",
|
"Individual": "Individual",
|
||||||
"Invoice URL": "Invoice URL",
|
"Invoice URL": "Invoice URL",
|
||||||
"Invoice URL - Tooltip": "URL for downloading the invoice",
|
"Invoice URL - Tooltip": "URL for downloading the invoice",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Product Name",
|
"Product - Tooltip": "Product Name",
|
||||||
"Result": "Result",
|
"Result": "Result",
|
||||||
"Return to Website": "Return to Website",
|
"Return to Website": "Return to Website",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "The payment has failed",
|
"The payment has failed": "The payment has failed",
|
||||||
"The payment is still under processing": "The payment is still under processing",
|
"The payment is still under processing": "The payment is still under processing",
|
||||||
"Type - Tooltip": "Payment method used when purchasing the product",
|
"Type - Tooltip": "Payment method used when purchasing the product",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Access key",
|
"Access key - Tooltip": "Access key",
|
||||||
"Agent ID": "Agent ID",
|
"Agent ID": "Agent ID",
|
||||||
"Agent ID - Tooltip": "Agent ID",
|
"Agent ID - Tooltip": "Agent ID",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "App ID",
|
"App ID": "App ID",
|
||||||
"App ID - Tooltip": "App ID",
|
"App ID - Tooltip": "App ID",
|
||||||
"App key": "App key",
|
"App key": "App key",
|
||||||
"App key - Tooltip": "App key",
|
"App key - Tooltip": "App key",
|
||||||
"App secret": "App secret",
|
"App secret": "App secret",
|
||||||
"AppSecret - Tooltip": "App secret",
|
"AppSecret - Tooltip": "App secret",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "Auth URL",
|
"Auth URL": "Auth URL",
|
||||||
"Auth URL - Tooltip": "Auth URL",
|
"Auth URL - Tooltip": "Auth URL",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Bucket",
|
"Bucket": "Bucket",
|
||||||
"Bucket - Tooltip": "Name of bucket",
|
"Bucket - Tooltip": "Name of bucket",
|
||||||
"Can not parse metadata": "Can not parse metadata",
|
"Can not parse metadata": "Can not parse metadata",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Whether to allow scanning QR code to login",
|
"Enable QR code - Tooltip": "Whether to allow scanning QR code to login",
|
||||||
"Endpoint": "Endpoint",
|
"Endpoint": "Endpoint",
|
||||||
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "Email address of \"From\"",
|
"From address - Tooltip": "Email address of \"From\"",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Please use WeChat and scan the QR code to sign in",
|
"Please use WeChat and scan the QR code to sign in": "Please use WeChat and scan the QR code to sign in",
|
||||||
"Port": "Port",
|
"Port": "Port",
|
||||||
"Port - Tooltip": "Make sure the port is open",
|
"Port - Tooltip": "Make sure the port is open",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Prompted",
|
"Prompted": "Prompted",
|
||||||
"Provider URL": "Provider URL",
|
"Provider URL": "Provider URL",
|
||||||
"Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor",
|
"Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "Region ID",
|
"Region ID": "Region ID",
|
||||||
"Region ID - Tooltip": "Region ID for the service provider",
|
"Region ID - Tooltip": "Region ID for the service provider",
|
||||||
"Region endpoint for Internet": "Region endpoint for Internet",
|
"Region endpoint for Internet": "Region endpoint for Internet",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Used by the server to call the verification code provider API for verification",
|
"Secret key - Tooltip": "Used by the server to call the verification code provider API for verification",
|
||||||
"Send Testing Email": "Send Testing Email",
|
"Send Testing Email": "Send Testing Email",
|
||||||
"Send Testing SMS": "Send Testing SMS",
|
"Send Testing SMS": "Send Testing SMS",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Sign Name",
|
"Sign Name": "Sign Name",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "Error text",
|
"Error text": "Error text",
|
||||||
"Error text - Tooltip": "Error text",
|
"Error text - Tooltip": "Error text",
|
||||||
"Is hashed": "Is hashed",
|
"Is hashed": "Is hashed",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "New Syncer",
|
"New Syncer": "New Syncer",
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "Nombre de la tabla de la tienda de políticas",
|
"Adapter - Tooltip": "Nombre de la tabla de la tienda de políticas",
|
||||||
"Adapters": "Adaptadores",
|
"Adapters": "Adaptadores",
|
||||||
"Add": "Añadir",
|
"Add": "Añadir",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "URL de afiliación",
|
"Affiliation URL": "URL de afiliación",
|
||||||
"Affiliation URL - Tooltip": "La URL de la página de inicio para la afiliación",
|
"Affiliation URL - Tooltip": "La URL de la página de inicio para la afiliación",
|
||||||
"Application": "Aplicación",
|
"Application": "Aplicación",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Aplicaciones",
|
"Applications": "Aplicaciones",
|
||||||
"Applications that require authentication": "Aplicaciones que requieren autenticación",
|
"Applications that require authentication": "Aplicaciones que requieren autenticación",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Avatar",
|
"Avatar": "Avatar",
|
||||||
"Avatar - Tooltip": "Imagen de avatar pública para el usuario",
|
"Avatar - Tooltip": "Imagen de avatar pública para el usuario",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Regreso a casa",
|
"Back Home": "Regreso a casa",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Cancelar",
|
"Cancel": "Cancelar",
|
||||||
"Captcha": "Captcha",
|
"Captcha": "Captcha",
|
||||||
"Cert": "ificado",
|
"Cert": "ificado",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Página de inicio de la aplicación",
|
"Home - Tooltip": "Página de inicio de la aplicación",
|
||||||
"ID": "identificación",
|
"ID": "identificación",
|
||||||
"ID - Tooltip": "Cadena aleatoria única",
|
"ID - Tooltip": "Cadena aleatoria única",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Está habilitado",
|
"Is enabled": "Está habilitado",
|
||||||
"Is enabled - Tooltip": "Establecer si se puede usar",
|
"Is enabled - Tooltip": "Establecer si se puede usar",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Idiomas disponibles",
|
"Languages - Tooltip": "Idiomas disponibles",
|
||||||
"Last name": "Apellido",
|
"Last name": "Apellido",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logotipo",
|
"Logo": "Logotipo",
|
||||||
"Logo - Tooltip": "Iconos que la aplicación presenta al mundo exterior",
|
"Logo - Tooltip": "Iconos que la aplicación presenta al mundo exterior",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "Usuario",
|
"User": "Usuario",
|
||||||
"User - Tooltip": "Asegúrate de que el nombre de usuario sea correcto",
|
"User - Tooltip": "Asegúrate de que el nombre de usuario sea correcto",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "Piscinas de usuarios",
|
"User containers": "Piscinas de usuarios",
|
||||||
"User type": "Tipo de usuario",
|
"User type": "Tipo de usuario",
|
||||||
"User type - Tooltip": "Etiquetas a las que el usuario pertenece, con una configuración predeterminada en \"usuario-normal\"",
|
"User type - Tooltip": "Etiquetas a las que el usuario pertenece, con una configuración predeterminada en \"usuario-normal\"",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Como USD, CNY, etc.",
|
"Currency - Tooltip": "Como USD, CNY, etc.",
|
||||||
"Download Invoice": "Descargar factura",
|
"Download Invoice": "Descargar factura",
|
||||||
"Edit Payment": "Editar pago",
|
"Edit Payment": "Editar pago",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Individuo",
|
"Individual": "Individuo",
|
||||||
"Invoice URL": "URL de factura",
|
"Invoice URL": "URL de factura",
|
||||||
"Invoice URL - Tooltip": "URL para descargar la factura",
|
"Invoice URL - Tooltip": "URL para descargar la factura",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Nombre del producto",
|
"Product - Tooltip": "Nombre del producto",
|
||||||
"Result": "Resultado",
|
"Result": "Resultado",
|
||||||
"Return to Website": "Regresar al sitio web",
|
"Return to Website": "Regresar al sitio web",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "El pago ha fallado",
|
"The payment has failed": "El pago ha fallado",
|
||||||
"The payment is still under processing": "El pago aún está en proceso",
|
"The payment is still under processing": "El pago aún está en proceso",
|
||||||
"Type - Tooltip": "Método de pago utilizado al comprar el producto",
|
"Type - Tooltip": "Método de pago utilizado al comprar el producto",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Clave de acceso",
|
"Access key - Tooltip": "Clave de acceso",
|
||||||
"Agent ID": "Identificador de agente",
|
"Agent ID": "Identificador de agente",
|
||||||
"Agent ID - Tooltip": "Identificador de agente",
|
"Agent ID - Tooltip": "Identificador de agente",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "ID de aplicación",
|
"App ID": "ID de aplicación",
|
||||||
"App ID - Tooltip": "Identificador de la aplicación",
|
"App ID - Tooltip": "Identificador de la aplicación",
|
||||||
"App key": "Clave de aplicación",
|
"App key": "Clave de aplicación",
|
||||||
"App key - Tooltip": "Clave de aplicación",
|
"App key - Tooltip": "Clave de aplicación",
|
||||||
"App secret": "Secreto de la aplicación",
|
"App secret": "Secreto de la aplicación",
|
||||||
"AppSecret - Tooltip": "Secreto de aplicación",
|
"AppSecret - Tooltip": "Secreto de aplicación",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "URL de autenticación",
|
"Auth URL": "URL de autenticación",
|
||||||
"Auth URL - Tooltip": "URL de autenticación",
|
"Auth URL - Tooltip": "URL de autenticación",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Cubo",
|
"Bucket": "Cubo",
|
||||||
"Bucket - Tooltip": "Nombre del balde",
|
"Bucket - Tooltip": "Nombre del balde",
|
||||||
"Can not parse metadata": "No se puede analizar los metadatos",
|
"Can not parse metadata": "No se puede analizar los metadatos",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Si permitir el escaneo de códigos QR para acceder",
|
"Enable QR code - Tooltip": "Si permitir el escaneo de códigos QR para acceder",
|
||||||
"Endpoint": "Punto final",
|
"Endpoint": "Punto final",
|
||||||
"Endpoint (Intranet)": "Punto final (intranet)",
|
"Endpoint (Intranet)": "Punto final (intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "From address - Tooltip",
|
"From address - Tooltip": "From address - Tooltip",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Por favor, utiliza WeChat y escanea el código QR para iniciar sesión",
|
"Please use WeChat and scan the QR code to sign in": "Por favor, utiliza WeChat y escanea el código QR para iniciar sesión",
|
||||||
"Port": "Puerto",
|
"Port": "Puerto",
|
||||||
"Port - Tooltip": "Asegúrate de que el puerto esté abierto",
|
"Port - Tooltip": "Asegúrate de que el puerto esté abierto",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Estimulado",
|
"Prompted": "Estimulado",
|
||||||
"Provider URL": "URL del proveedor",
|
"Provider URL": "URL del proveedor",
|
||||||
"Provider URL - Tooltip": "Dirección URL para configurar el proveedor de servicios, este campo sólo se utiliza como referencia y no se utiliza en Casdoor",
|
"Provider URL - Tooltip": "Dirección URL para configurar el proveedor de servicios, este campo sólo se utiliza como referencia y no se utiliza en Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "ID de región",
|
"Region ID": "ID de región",
|
||||||
"Region ID - Tooltip": "Identificación de región para el proveedor de servicios",
|
"Region ID - Tooltip": "Identificación de región para el proveedor de servicios",
|
||||||
"Region endpoint for Internet": "Punto final de la región para Internet",
|
"Region endpoint for Internet": "Punto final de la región para Internet",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Utilizado por el servidor para llamar a la API del proveedor de códigos de verificación para verificar",
|
"Secret key - Tooltip": "Utilizado por el servidor para llamar a la API del proveedor de códigos de verificación para verificar",
|
||||||
"Send Testing Email": "Enviar correo electrónico de prueba",
|
"Send Testing Email": "Enviar correo electrónico de prueba",
|
||||||
"Send Testing SMS": "Enviar SMS de prueba",
|
"Send Testing SMS": "Enviar SMS de prueba",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Firma de Nombre",
|
"Sign Name": "Firma de Nombre",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "Texto de error",
|
"Error text": "Texto de error",
|
||||||
"Error text - Tooltip": "Texto de error",
|
"Error text - Tooltip": "Texto de error",
|
||||||
"Is hashed": "Está encriptado",
|
"Is hashed": "Está encriptado",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "Nuevo Syncer",
|
"New Syncer": "Nuevo Syncer",
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "Nom de la table du magasin de politique",
|
"Adapter - Tooltip": "Nom de la table du magasin de politique",
|
||||||
"Adapters": "Adaptateurs",
|
"Adapters": "Adaptateurs",
|
||||||
"Add": "Ajouter",
|
"Add": "Ajouter",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "URL d'affiliation",
|
"Affiliation URL": "URL d'affiliation",
|
||||||
"Affiliation URL - Tooltip": "La URL de la page d'accueil pour l'affiliation",
|
"Affiliation URL - Tooltip": "La URL de la page d'accueil pour l'affiliation",
|
||||||
"Application": "Application",
|
"Application": "Application",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Applications",
|
"Applications": "Applications",
|
||||||
"Applications that require authentication": "Applications qui nécessitent une authentification",
|
"Applications that require authentication": "Applications qui nécessitent une authentification",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Avatar",
|
"Avatar": "Avatar",
|
||||||
"Avatar - Tooltip": "Image d'avatar public pour l'utilisateur",
|
"Avatar - Tooltip": "Image d'avatar public pour l'utilisateur",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Retour à la maison",
|
"Back Home": "Retour à la maison",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Annuler",
|
"Cancel": "Annuler",
|
||||||
"Captcha": "Captcha (prononcé « kæptʃə » en anglais) est un acronyme qui signifie « Completely Automated Public Turing test to tell Computers and Humans Apart ». En français, le terme est souvent traduit par « test de Turing complètement automatisé et public pour différencier les ordinateurs et les humains ». Le système est utilisé pour empêcher les spammeurs, les robots et les logiciels malveillants d'accéder aux sites Web en leur demandant de résoudre une tâche de reconnaissance de caractères ou d'images, qui peut être difficile pour les machines à comprendre mais facile pour les humains",
|
"Captcha": "Captcha (prononcé « kæptʃə » en anglais) est un acronyme qui signifie « Completely Automated Public Turing test to tell Computers and Humans Apart ». En français, le terme est souvent traduit par « test de Turing complètement automatisé et public pour différencier les ordinateurs et les humains ». Le système est utilisé pour empêcher les spammeurs, les robots et les logiciels malveillants d'accéder aux sites Web en leur demandant de résoudre une tâche de reconnaissance de caractères ou d'images, qui peut être difficile pour les machines à comprendre mais facile pour les humains",
|
||||||
"Cert": "ainement",
|
"Cert": "ainement",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Page d'accueil de l'application",
|
"Home - Tooltip": "Page d'accueil de l'application",
|
||||||
"ID": "Identité",
|
"ID": "Identité",
|
||||||
"ID - Tooltip": "Chaîne unique aléatoire",
|
"ID - Tooltip": "Chaîne unique aléatoire",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Est activé",
|
"Is enabled": "Est activé",
|
||||||
"Is enabled - Tooltip": "Définir s'il peut être utilisé",
|
"Is enabled - Tooltip": "Définir s'il peut être utilisé",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Langues disponibles",
|
"Languages - Tooltip": "Langues disponibles",
|
||||||
"Last name": "Nom de famille",
|
"Last name": "Nom de famille",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "Icônes que l'application présente au monde extérieur",
|
"Logo - Tooltip": "Icônes que l'application présente au monde extérieur",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "Utilisateur",
|
"User": "Utilisateur",
|
||||||
"User - Tooltip": "Assurez-vous que le nom d'utilisateur est correct",
|
"User - Tooltip": "Assurez-vous que le nom d'utilisateur est correct",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "Piscines d'utilisateurs",
|
"User containers": "Piscines d'utilisateurs",
|
||||||
"User type": "Type d'utilisateur",
|
"User type": "Type d'utilisateur",
|
||||||
"User type - Tooltip": "Balises auxquelles l'utilisateur appartient, avec une valeur par défaut \"utilisateur-normal\"",
|
"User type - Tooltip": "Balises auxquelles l'utilisateur appartient, avec une valeur par défaut \"utilisateur-normal\"",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Comme USD, CNY, etc.",
|
"Currency - Tooltip": "Comme USD, CNY, etc.",
|
||||||
"Download Invoice": "Télécharger la facture",
|
"Download Invoice": "Télécharger la facture",
|
||||||
"Edit Payment": "Modifier le paiement",
|
"Edit Payment": "Modifier le paiement",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Individu",
|
"Individual": "Individu",
|
||||||
"Invoice URL": "URL de facture",
|
"Invoice URL": "URL de facture",
|
||||||
"Invoice URL - Tooltip": "URL pour télécharger la facture",
|
"Invoice URL - Tooltip": "URL pour télécharger la facture",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Nom du produit",
|
"Product - Tooltip": "Nom du produit",
|
||||||
"Result": "Résultat",
|
"Result": "Résultat",
|
||||||
"Return to Website": "Retourner sur le site web",
|
"Return to Website": "Retourner sur le site web",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "Le paiement a échoué",
|
"The payment has failed": "Le paiement a échoué",
|
||||||
"The payment is still under processing": "Le paiement est encore en cours de traitement",
|
"The payment is still under processing": "Le paiement est encore en cours de traitement",
|
||||||
"Type - Tooltip": "Méthode de paiement utilisée lors de l'achat du produit",
|
"Type - Tooltip": "Méthode de paiement utilisée lors de l'achat du produit",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Clé d'accès",
|
"Access key - Tooltip": "Clé d'accès",
|
||||||
"Agent ID": "Identifiant d'agent",
|
"Agent ID": "Identifiant d'agent",
|
||||||
"Agent ID - Tooltip": "Identifiant d'agent",
|
"Agent ID - Tooltip": "Identifiant d'agent",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "Identifiant d'application",
|
"App ID": "Identifiant d'application",
|
||||||
"App ID - Tooltip": "Identifiant d'application",
|
"App ID - Tooltip": "Identifiant d'application",
|
||||||
"App key": "Clé d'application",
|
"App key": "Clé d'application",
|
||||||
"App key - Tooltip": "Clé d'application",
|
"App key - Tooltip": "Clé d'application",
|
||||||
"App secret": "Secret d'application",
|
"App secret": "Secret d'application",
|
||||||
"AppSecret - Tooltip": "Secret de l'application",
|
"AppSecret - Tooltip": "Secret de l'application",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "URL d'authentification",
|
"Auth URL": "URL d'authentification",
|
||||||
"Auth URL - Tooltip": "URL d'authentification",
|
"Auth URL - Tooltip": "URL d'authentification",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "seau",
|
"Bucket": "seau",
|
||||||
"Bucket - Tooltip": "Nom du seau",
|
"Bucket - Tooltip": "Nom du seau",
|
||||||
"Can not parse metadata": "Impossible d'analyser les métadonnées",
|
"Can not parse metadata": "Impossible d'analyser les métadonnées",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Doit-on autoriser la numérisation de QR code pour se connecter ?",
|
"Enable QR code - Tooltip": "Doit-on autoriser la numérisation de QR code pour se connecter ?",
|
||||||
"Endpoint": "Point final",
|
"Endpoint": "Point final",
|
||||||
"Endpoint (Intranet)": "Point final (intranet)",
|
"Endpoint (Intranet)": "Point final (intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "From address - Tooltip",
|
"From address - Tooltip": "From address - Tooltip",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Veuillez utiliser WeChat et scanner le code QR pour vous connecter",
|
"Please use WeChat and scan the QR code to sign in": "Veuillez utiliser WeChat et scanner le code QR pour vous connecter",
|
||||||
"Port": "Port",
|
"Port": "Port",
|
||||||
"Port - Tooltip": "Assurez-vous que le port est ouvert",
|
"Port - Tooltip": "Assurez-vous que le port est ouvert",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Incité",
|
"Prompted": "Incité",
|
||||||
"Provider URL": "URL du fournisseur",
|
"Provider URL": "URL du fournisseur",
|
||||||
"Provider URL - Tooltip": "URL pour configurer le fournisseur de services, ce champ est uniquement utilisé à titre de référence et n'est pas utilisé dans Casdoor",
|
"Provider URL - Tooltip": "URL pour configurer le fournisseur de services, ce champ est uniquement utilisé à titre de référence et n'est pas utilisé dans Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "Identifiant de région",
|
"Region ID": "Identifiant de région",
|
||||||
"Region ID - Tooltip": "Identifiant de région pour le fournisseur de services",
|
"Region ID - Tooltip": "Identifiant de région pour le fournisseur de services",
|
||||||
"Region endpoint for Internet": "Point de terminaison de région pour Internet",
|
"Region endpoint for Internet": "Point de terminaison de région pour Internet",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Utilisé par le serveur pour appeler l'API du fournisseur de code de vérification pour vérifier",
|
"Secret key - Tooltip": "Utilisé par le serveur pour appeler l'API du fournisseur de code de vérification pour vérifier",
|
||||||
"Send Testing Email": "Envoyer un e-mail de test",
|
"Send Testing Email": "Envoyer un e-mail de test",
|
||||||
"Send Testing SMS": "Envoyer des messages SMS de tests",
|
"Send Testing SMS": "Envoyer des messages SMS de tests",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Nom de signature",
|
"Sign Name": "Nom de signature",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "Texte d'erreur",
|
"Error text": "Texte d'erreur",
|
||||||
"Error text - Tooltip": "Texte d'erreur",
|
"Error text - Tooltip": "Texte d'erreur",
|
||||||
"Is hashed": "Est-haché",
|
"Is hashed": "Est-haché",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "Nouveau synchroniseur",
|
"New Syncer": "Nouveau synchroniseur",
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "Nama tabel dari penyimpanan kebijakan",
|
"Adapter - Tooltip": "Nama tabel dari penyimpanan kebijakan",
|
||||||
"Adapters": "Adaptor",
|
"Adapters": "Adaptor",
|
||||||
"Add": "Tambahkan",
|
"Add": "Tambahkan",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "URL Afiliasi",
|
"Affiliation URL": "URL Afiliasi",
|
||||||
"Affiliation URL - Tooltip": "URL halaman depan untuk afiliasi",
|
"Affiliation URL - Tooltip": "URL halaman depan untuk afiliasi",
|
||||||
"Application": "Aplikasi",
|
"Application": "Aplikasi",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Aplikasi",
|
"Applications": "Aplikasi",
|
||||||
"Applications that require authentication": "Aplikasi yang memerlukan autentikasi",
|
"Applications that require authentication": "Aplikasi yang memerlukan autentikasi",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Avatar",
|
"Avatar": "Avatar",
|
||||||
"Avatar - Tooltip": "Gambar avatar publik untuk pengguna",
|
"Avatar - Tooltip": "Gambar avatar publik untuk pengguna",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Kembali ke Rumah",
|
"Back Home": "Kembali ke Rumah",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Membatalkan",
|
"Cancel": "Membatalkan",
|
||||||
"Captcha": "Captcha",
|
"Captcha": "Captcha",
|
||||||
"Cert": "Sertifikat",
|
"Cert": "Sertifikat",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Halaman utama aplikasi",
|
"Home - Tooltip": "Halaman utama aplikasi",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "Karakter acak unik",
|
"ID - Tooltip": "Karakter acak unik",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Diaktifkan",
|
"Is enabled": "Diaktifkan",
|
||||||
"Is enabled - Tooltip": "Atur apakah itu dapat digunakan",
|
"Is enabled - Tooltip": "Atur apakah itu dapat digunakan",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Bahasa yang tersedia",
|
"Languages - Tooltip": "Bahasa yang tersedia",
|
||||||
"Last name": "Nama belakang",
|
"Last name": "Nama belakang",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "Ikon-ikon yang disajikan aplikasi ke dunia luar",
|
"Logo - Tooltip": "Ikon-ikon yang disajikan aplikasi ke dunia luar",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "Pengguna",
|
"User": "Pengguna",
|
||||||
"User - Tooltip": "Pastikan username-nya benar",
|
"User - Tooltip": "Pastikan username-nya benar",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "User pools",
|
"User containers": "User pools",
|
||||||
"User type": "Jenis pengguna",
|
"User type": "Jenis pengguna",
|
||||||
"User type - Tooltip": "Tag yang dimiliki oleh pengguna, defaultnya adalah \"normal-user\"",
|
"User type - Tooltip": "Tag yang dimiliki oleh pengguna, defaultnya adalah \"normal-user\"",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Seperti USD, CNY, dll.",
|
"Currency - Tooltip": "Seperti USD, CNY, dll.",
|
||||||
"Download Invoice": "Unduh Faktur",
|
"Download Invoice": "Unduh Faktur",
|
||||||
"Edit Payment": "Edit Pembayaran",
|
"Edit Payment": "Edit Pembayaran",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Individu",
|
"Individual": "Individu",
|
||||||
"Invoice URL": "URL Faktur",
|
"Invoice URL": "URL Faktur",
|
||||||
"Invoice URL - Tooltip": "URL untuk mengunduh faktur",
|
"Invoice URL - Tooltip": "URL untuk mengunduh faktur",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Nama Produk",
|
"Product - Tooltip": "Nama Produk",
|
||||||
"Result": "Hasil",
|
"Result": "Hasil",
|
||||||
"Return to Website": "Kembali ke Situs Web",
|
"Return to Website": "Kembali ke Situs Web",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "Pembayaran gagal",
|
"The payment has failed": "Pembayaran gagal",
|
||||||
"The payment is still under processing": "Pembayaran masih dalam proses",
|
"The payment is still under processing": "Pembayaran masih dalam proses",
|
||||||
"Type - Tooltip": "Metode pembayaran yang digunakan saat membeli produk",
|
"Type - Tooltip": "Metode pembayaran yang digunakan saat membeli produk",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Kunci akses",
|
"Access key - Tooltip": "Kunci akses",
|
||||||
"Agent ID": "ID agen",
|
"Agent ID": "ID agen",
|
||||||
"Agent ID - Tooltip": "ID Agen",
|
"Agent ID - Tooltip": "ID Agen",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "ID Aplikasi",
|
"App ID": "ID Aplikasi",
|
||||||
"App ID - Tooltip": "ID Aplikasi",
|
"App ID - Tooltip": "ID Aplikasi",
|
||||||
"App key": "Kunci aplikasi",
|
"App key": "Kunci aplikasi",
|
||||||
"App key - Tooltip": "Kunci aplikasi",
|
"App key - Tooltip": "Kunci aplikasi",
|
||||||
"App secret": "Rahasia aplikasi",
|
"App secret": "Rahasia aplikasi",
|
||||||
"AppSecret - Tooltip": "Rahasia aplikasi",
|
"AppSecret - Tooltip": "Rahasia aplikasi",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "URL Otorisasi",
|
"Auth URL": "URL Otorisasi",
|
||||||
"Auth URL - Tooltip": "URL terautentikasi",
|
"Auth URL - Tooltip": "URL terautentikasi",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Ember",
|
"Bucket": "Ember",
|
||||||
"Bucket - Tooltip": "Nama ember",
|
"Bucket - Tooltip": "Nama ember",
|
||||||
"Can not parse metadata": "Tidak dapat mengurai metadata",
|
"Can not parse metadata": "Tidak dapat mengurai metadata",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Apakah diizinkan untuk memindai kode QR untuk masuk?",
|
"Enable QR code - Tooltip": "Apakah diizinkan untuk memindai kode QR untuk masuk?",
|
||||||
"Endpoint": "Titik akhir",
|
"Endpoint": "Titik akhir",
|
||||||
"Endpoint (Intranet)": "Titik Akhir (Intranet)",
|
"Endpoint (Intranet)": "Titik Akhir (Intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "From address - Tooltip",
|
"From address - Tooltip": "From address - Tooltip",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Silakan gunakan WeChat dan pindai kode QR untuk masuk",
|
"Please use WeChat and scan the QR code to sign in": "Silakan gunakan WeChat dan pindai kode QR untuk masuk",
|
||||||
"Port": "Pelabuhan",
|
"Port": "Pelabuhan",
|
||||||
"Port - Tooltip": "Pastikan port terbuka",
|
"Port - Tooltip": "Pastikan port terbuka",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Mendorong",
|
"Prompted": "Mendorong",
|
||||||
"Provider URL": "URL penyedia",
|
"Provider URL": "URL penyedia",
|
||||||
"Provider URL - Tooltip": "URL untuk melakukan konfigurasi service provider, kolom ini hanya digunakan sebagai referensi dan tidak digunakan dalam Casdoor",
|
"Provider URL - Tooltip": "URL untuk melakukan konfigurasi service provider, kolom ini hanya digunakan sebagai referensi dan tidak digunakan dalam Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "Daerah ID",
|
"Region ID": "Daerah ID",
|
||||||
"Region ID - Tooltip": "Daerah ID untuk penyedia layanan",
|
"Region ID - Tooltip": "Daerah ID untuk penyedia layanan",
|
||||||
"Region endpoint for Internet": "Titik akhir wilayah untuk Internet",
|
"Region endpoint for Internet": "Titik akhir wilayah untuk Internet",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Digunakan oleh server untuk memanggil API penyedia kode verifikasi untuk melakukan verifikasi",
|
"Secret key - Tooltip": "Digunakan oleh server untuk memanggil API penyedia kode verifikasi untuk melakukan verifikasi",
|
||||||
"Send Testing Email": "Kirim Email Uji Coba",
|
"Send Testing Email": "Kirim Email Uji Coba",
|
||||||
"Send Testing SMS": "Kirim SMS Uji Coba",
|
"Send Testing SMS": "Kirim SMS Uji Coba",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Tanda Tangan",
|
"Sign Name": "Tanda Tangan",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "Teks kesalahan",
|
"Error text": "Teks kesalahan",
|
||||||
"Error text - Tooltip": "Teks kesalahan",
|
"Error text - Tooltip": "Teks kesalahan",
|
||||||
"Is hashed": "Apakah di-hash?",
|
"Is hashed": "Apakah di-hash?",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "Sinkronisasi Baru",
|
"New Syncer": "Sinkronisasi Baru",
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"account": {
|
"account": {
|
||||||
"Chats & Messages": "Chats & Messages",
|
|
||||||
"Logout": "Logout",
|
"Logout": "Logout",
|
||||||
"My Account": "My Account",
|
"My Account": "My Account",
|
||||||
"Sign Up": "Sign Up"
|
"Sign Up": "Sign Up"
|
||||||
@@ -127,19 +126,6 @@
|
|||||||
"Scope - Tooltip": "Usage scenarios of the certificate",
|
"Scope - Tooltip": "Usage scenarios of the certificate",
|
||||||
"Type - Tooltip": "Type of certificate"
|
"Type - Tooltip": "Type of certificate"
|
||||||
},
|
},
|
||||||
"chat": {
|
|
||||||
"AI": "AI",
|
|
||||||
"Edit Chat": "Edit Chat",
|
|
||||||
"Group": "Group",
|
|
||||||
"Message count": "Message count",
|
|
||||||
"New Chat": "New Chat",
|
|
||||||
"Single": "Single",
|
|
||||||
"User1": "User1",
|
|
||||||
"User1 - Tooltip": "User1 - Tooltip",
|
|
||||||
"User2": "User2",
|
|
||||||
"User2 - Tooltip": "User2 - Tooltip",
|
|
||||||
"Users - Tooltip": "Users - Tooltip"
|
|
||||||
},
|
|
||||||
"code": {
|
"code": {
|
||||||
"Code you received": "Code you received",
|
"Code you received": "Code you received",
|
||||||
"Email code": "Email code",
|
"Email code": "Email code",
|
||||||
@@ -179,22 +165,24 @@
|
|||||||
"Adapter - Tooltip": "Table name of the policy store",
|
"Adapter - Tooltip": "Table name of the policy store",
|
||||||
"Adapters": "Adapters",
|
"Adapters": "Adapters",
|
||||||
"Add": "Add",
|
"Add": "Add",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "Affiliation URL",
|
"Affiliation URL": "Affiliation URL",
|
||||||
"Affiliation URL - Tooltip": "The homepage URL for the affiliation",
|
"Affiliation URL - Tooltip": "The homepage URL for the affiliation",
|
||||||
"Application": "Application",
|
"Application": "Application",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Applications",
|
"Applications": "Applications",
|
||||||
"Applications that require authentication": "Applications that require authentication",
|
"Applications that require authentication": "Applications that require authentication",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Avatar",
|
"Avatar": "Avatar",
|
||||||
"Avatar - Tooltip": "Public avatar image for the user",
|
"Avatar - Tooltip": "Public avatar image for the user",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Back Home",
|
"Back Home": "Back Home",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
"Captcha": "Captcha",
|
"Captcha": "Captcha",
|
||||||
"Cert": "Cert",
|
"Cert": "Cert",
|
||||||
"Cert - Tooltip": "The public key certificate that needs to be verified by the client SDK corresponding to this application",
|
"Cert - Tooltip": "The public key certificate that needs to be verified by the client SDK corresponding to this application",
|
||||||
"Certs": "Certs",
|
"Certs": "Certs",
|
||||||
"Chats": "Chats",
|
|
||||||
"Click to Upload": "Click to Upload",
|
"Click to Upload": "Click to Upload",
|
||||||
"Client IP": "Client IP",
|
"Client IP": "Client IP",
|
||||||
"Close": "Close",
|
"Close": "Close",
|
||||||
@@ -224,7 +212,6 @@
|
|||||||
"Failed to connect to server": "Failed to connect to server",
|
"Failed to connect to server": "Failed to connect to server",
|
||||||
"Failed to delete": "Failed to delete",
|
"Failed to delete": "Failed to delete",
|
||||||
"Failed to enable": "Failed to enable",
|
"Failed to enable": "Failed to enable",
|
||||||
"Failed to get answer": "Failed to get answer",
|
|
||||||
"Failed to remove": "Failed to remove",
|
"Failed to remove": "Failed to remove",
|
||||||
"Failed to save": "Failed to save",
|
"Failed to save": "Failed to save",
|
||||||
"Failed to verify": "Failed to verify",
|
"Failed to verify": "Failed to verify",
|
||||||
@@ -242,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Home page of the application",
|
"Home - Tooltip": "Home page of the application",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "Unique random string",
|
"ID - Tooltip": "Unique random string",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Is enabled",
|
"Is enabled": "Is enabled",
|
||||||
"Is enabled - Tooltip": "Set whether it can use",
|
"Is enabled - Tooltip": "Set whether it can use",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -250,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Available languages",
|
"Languages - Tooltip": "Available languages",
|
||||||
"Last name": "Last name",
|
"Last name": "Last name",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "Icons that the application presents to the outside world",
|
"Logo - Tooltip": "Icons that the application presents to the outside world",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -257,7 +246,6 @@
|
|||||||
"Master password": "Master password",
|
"Master password": "Master password",
|
||||||
"Master password - Tooltip": "Can be used to log in to all users under this organization, making it convenient for administrators to log in as this user to solve technical issues",
|
"Master password - Tooltip": "Can be used to log in to all users under this organization, making it convenient for administrators to log in as this user to solve technical issues",
|
||||||
"Menu": "Menu",
|
"Menu": "Menu",
|
||||||
"Messages": "Messages",
|
|
||||||
"Method": "Method",
|
"Method": "Method",
|
||||||
"Model": "Model",
|
"Model": "Model",
|
||||||
"Model - Tooltip": "Casbin access control model",
|
"Model - Tooltip": "Casbin access control model",
|
||||||
@@ -344,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "User",
|
"User": "User",
|
||||||
"User - Tooltip": "Make sure the username is correct",
|
"User - Tooltip": "Make sure the username is correct",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "User pools",
|
"User containers": "User pools",
|
||||||
"User type": "User type",
|
"User type": "User type",
|
||||||
"User type - Tooltip": "Tags that the user belongs to, defaulting to \"normal-user\"",
|
"User type - Tooltip": "Tags that the user belongs to, defaulting to \"normal-user\"",
|
||||||
@@ -425,16 +414,6 @@
|
|||||||
"sign up now": "sign up now",
|
"sign up now": "sign up now",
|
||||||
"username, Email or phone": "username, Email or phone"
|
"username, Email or phone": "username, Email or phone"
|
||||||
},
|
},
|
||||||
"message": {
|
|
||||||
"Author": "Author",
|
|
||||||
"Author - Tooltip": "Author - Tooltip",
|
|
||||||
"Chat": "Chat",
|
|
||||||
"Chat - Tooltip": "Chat - Tooltip",
|
|
||||||
"Edit Message": "Edit Message",
|
|
||||||
"New Message": "New Message",
|
|
||||||
"Text": "Text",
|
|
||||||
"Text - Tooltip": "Text - Tooltip"
|
|
||||||
},
|
|
||||||
"mfa": {
|
"mfa": {
|
||||||
"Each time you sign in to your Account, you'll need your password and a authentication code": "Each time you sign in to your Account, you'll need your password and a authentication code",
|
"Each time you sign in to your Account, you'll need your password and a authentication code": "Each time you sign in to your Account, you'll need your password and a authentication code",
|
||||||
"Enable multi-factor authentication": "Enable multi-factor authentication",
|
"Enable multi-factor authentication": "Enable multi-factor authentication",
|
||||||
@@ -508,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Like USD, CNY, etc.",
|
"Currency - Tooltip": "Like USD, CNY, etc.",
|
||||||
"Download Invoice": "Download Invoice",
|
"Download Invoice": "Download Invoice",
|
||||||
"Edit Payment": "Edit Payment",
|
"Edit Payment": "Edit Payment",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Individual",
|
"Individual": "Individual",
|
||||||
"Invoice URL": "Invoice URL",
|
"Invoice URL": "Invoice URL",
|
||||||
"Invoice URL - Tooltip": "URL for downloading the invoice",
|
"Invoice URL - Tooltip": "URL for downloading the invoice",
|
||||||
@@ -541,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Product Name",
|
"Product - Tooltip": "Product Name",
|
||||||
"Result": "Result",
|
"Result": "Result",
|
||||||
"Return to Website": "Return to Website",
|
"Return to Website": "Return to Website",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "The payment has failed",
|
"The payment has failed": "The payment has failed",
|
||||||
"The payment is still under processing": "The payment is still under processing",
|
"The payment is still under processing": "The payment is still under processing",
|
||||||
"Type - Tooltip": "Payment method used when purchasing the product",
|
"Type - Tooltip": "Payment method used when purchasing the product",
|
||||||
@@ -635,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Access key",
|
"Access key - Tooltip": "Access key",
|
||||||
"Agent ID": "Agent ID",
|
"Agent ID": "Agent ID",
|
||||||
"Agent ID - Tooltip": "Agent ID",
|
"Agent ID - Tooltip": "Agent ID",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "App ID",
|
"App ID": "App ID",
|
||||||
"App ID - Tooltip": "App ID",
|
"App ID - Tooltip": "App ID",
|
||||||
"App key": "App key",
|
"App key": "App key",
|
||||||
"App key - Tooltip": "App key",
|
"App key - Tooltip": "App key",
|
||||||
"App secret": "App secret",
|
"App secret": "App secret",
|
||||||
"AppSecret - Tooltip": "App secret",
|
"AppSecret - Tooltip": "App secret",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "Auth URL",
|
"Auth URL": "Auth URL",
|
||||||
"Auth URL - Tooltip": "Auth URL",
|
"Auth URL - Tooltip": "Auth URL",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Bucket",
|
"Bucket": "Bucket",
|
||||||
"Bucket - Tooltip": "Name of bucket",
|
"Bucket - Tooltip": "Name of bucket",
|
||||||
"Can not parse metadata": "Can not parse metadata",
|
"Can not parse metadata": "Can not parse metadata",
|
||||||
@@ -676,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Whether to allow scanning QR code to login",
|
"Enable QR code - Tooltip": "Whether to allow scanning QR code to login",
|
||||||
"Endpoint": "Endpoint",
|
"Endpoint": "Endpoint",
|
||||||
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "Email address of \"From\"",
|
"From address - Tooltip": "Email address of \"From\"",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -701,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Please use WeChat and scan the QR code to sign in",
|
"Please use WeChat and scan the QR code to sign in": "Please use WeChat and scan the QR code to sign in",
|
||||||
"Port": "Port",
|
"Port": "Port",
|
||||||
"Port - Tooltip": "Make sure the port is open",
|
"Port - Tooltip": "Make sure the port is open",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Prompted",
|
"Prompted": "Prompted",
|
||||||
"Provider URL": "Provider URL",
|
"Provider URL": "Provider URL",
|
||||||
"Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor",
|
"Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "Region ID",
|
"Region ID": "Region ID",
|
||||||
"Region ID - Tooltip": "Region ID for the service provider",
|
"Region ID - Tooltip": "Region ID for the service provider",
|
||||||
"Region endpoint for Internet": "Region endpoint for Internet",
|
"Region endpoint for Internet": "Region endpoint for Internet",
|
||||||
@@ -728,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Used by the server to call the verification code provider API for verification",
|
"Secret key - Tooltip": "Used by the server to call the verification code provider API for verification",
|
||||||
"Send Testing Email": "Send Testing Email",
|
"Send Testing Email": "Send Testing Email",
|
||||||
"Send Testing SMS": "Send Testing SMS",
|
"Send Testing SMS": "Send Testing SMS",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Sign Name",
|
"Sign Name": "Sign Name",
|
||||||
@@ -842,6 +840,7 @@
|
|||||||
"Error text": "Error text",
|
"Error text": "Error text",
|
||||||
"Error text - Tooltip": "Error text",
|
"Error text - Tooltip": "Error text",
|
||||||
"Is hashed": "Is hashed",
|
"Is hashed": "Is hashed",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "New Syncer",
|
"New Syncer": "New Syncer",
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "ポリシー・ストアのテーブル名",
|
"Adapter - Tooltip": "ポリシー・ストアのテーブル名",
|
||||||
"Adapters": "アダプター",
|
"Adapters": "アダプター",
|
||||||
"Add": "追加",
|
"Add": "追加",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "所属するURL",
|
"Affiliation URL": "所属するURL",
|
||||||
"Affiliation URL - Tooltip": "所属先のホームページURL",
|
"Affiliation URL - Tooltip": "所属先のホームページURL",
|
||||||
"Application": "アプリケーション",
|
"Application": "アプリケーション",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "アプリケーション",
|
"Applications": "アプリケーション",
|
||||||
"Applications that require authentication": "認証が必要なアプリケーション",
|
"Applications that require authentication": "認証が必要なアプリケーション",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "アバター",
|
"Avatar": "アバター",
|
||||||
"Avatar - Tooltip": "ユーザーのパブリックアバター画像",
|
"Avatar - Tooltip": "ユーザーのパブリックアバター画像",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "帰宅",
|
"Back Home": "帰宅",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "キャンセルします",
|
"Cancel": "キャンセルします",
|
||||||
"Captcha": "キャプチャ",
|
"Captcha": "キャプチャ",
|
||||||
"Cert": "証明書",
|
"Cert": "証明書",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "アプリケーションのホームページ",
|
"Home - Tooltip": "アプリケーションのホームページ",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "ユニークなランダム文字列",
|
"ID - Tooltip": "ユニークなランダム文字列",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "可能になっています",
|
"Is enabled": "可能になっています",
|
||||||
"Is enabled - Tooltip": "使用可能かどうかを設定してください",
|
"Is enabled - Tooltip": "使用可能かどうかを設定してください",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "利用可能な言語",
|
"Languages - Tooltip": "利用可能な言語",
|
||||||
"Last name": "苗字",
|
"Last name": "苗字",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "ロゴ",
|
"Logo": "ロゴ",
|
||||||
"Logo - Tooltip": "アプリケーションが外部世界に示すアイコン",
|
"Logo - Tooltip": "アプリケーションが外部世界に示すアイコン",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "ユーザー",
|
"User": "ユーザー",
|
||||||
"User - Tooltip": "ユーザー名が正しいことを確認してください",
|
"User - Tooltip": "ユーザー名が正しいことを確認してください",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "ユーザープール",
|
"User containers": "ユーザープール",
|
||||||
"User type": "ユーザータイプ",
|
"User type": "ユーザータイプ",
|
||||||
"User type - Tooltip": "ユーザーが属するタグは、デフォルトでは「通常ユーザー」となります",
|
"User type - Tooltip": "ユーザーが属するタグは、デフォルトでは「通常ユーザー」となります",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "米ドル、人民元など。",
|
"Currency - Tooltip": "米ドル、人民元など。",
|
||||||
"Download Invoice": "請求書のダウンロード",
|
"Download Invoice": "請求書のダウンロード",
|
||||||
"Edit Payment": "支払い編集",
|
"Edit Payment": "支払い編集",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "個人",
|
"Individual": "個人",
|
||||||
"Invoice URL": "請求書のURL",
|
"Invoice URL": "請求書のURL",
|
||||||
"Invoice URL - Tooltip": "請求書のダウンロード用のURL",
|
"Invoice URL - Tooltip": "請求書のダウンロード用のURL",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "製品名",
|
"Product - Tooltip": "製品名",
|
||||||
"Result": "結果",
|
"Result": "結果",
|
||||||
"Return to Website": "ウェブサイトに戻る",
|
"Return to Website": "ウェブサイトに戻る",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "支払いに失敗しました",
|
"The payment has failed": "支払いに失敗しました",
|
||||||
"The payment is still under processing": "支払いはまだ処理中です",
|
"The payment is still under processing": "支払いはまだ処理中です",
|
||||||
"Type - Tooltip": "製品を購入する際に使用される支払方法",
|
"Type - Tooltip": "製品を購入する際に使用される支払方法",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "アクセスキー",
|
"Access key - Tooltip": "アクセスキー",
|
||||||
"Agent ID": "エージェントID",
|
"Agent ID": "エージェントID",
|
||||||
"Agent ID - Tooltip": "エージェントID",
|
"Agent ID - Tooltip": "エージェントID",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "アプリID",
|
"App ID": "アプリID",
|
||||||
"App ID - Tooltip": "アプリID",
|
"App ID - Tooltip": "アプリID",
|
||||||
"App key": "アプリキー",
|
"App key": "アプリキー",
|
||||||
"App key - Tooltip": "アプリキー",
|
"App key - Tooltip": "アプリキー",
|
||||||
"App secret": "アプリの秘密鍵",
|
"App secret": "アプリの秘密鍵",
|
||||||
"AppSecret - Tooltip": "アプリの秘密鍵",
|
"AppSecret - Tooltip": "アプリの秘密鍵",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "認証URL",
|
"Auth URL": "認証URL",
|
||||||
"Auth URL - Tooltip": "認証URL",
|
"Auth URL - Tooltip": "認証URL",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "バケツ",
|
"Bucket": "バケツ",
|
||||||
"Bucket - Tooltip": "バケットの名前",
|
"Bucket - Tooltip": "バケットの名前",
|
||||||
"Can not parse metadata": "メタデータを解析できません",
|
"Can not parse metadata": "メタデータを解析できません",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "ログインするためにQRコードをスキャンすることを許可するかどうか",
|
"Enable QR code - Tooltip": "ログインするためにQRコードをスキャンすることを許可するかどうか",
|
||||||
"Endpoint": "エンドポイント",
|
"Endpoint": "エンドポイント",
|
||||||
"Endpoint (Intranet)": "エンドポイント(イントラネット)",
|
"Endpoint (Intranet)": "エンドポイント(イントラネット)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "From address - Tooltip",
|
"From address - Tooltip": "From address - Tooltip",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "WeChatを使用し、QRコードをスキャンしてサインインしてください",
|
"Please use WeChat and scan the QR code to sign in": "WeChatを使用し、QRコードをスキャンしてサインインしてください",
|
||||||
"Port": "ポート",
|
"Port": "ポート",
|
||||||
"Port - Tooltip": "ポートが開いていることを確認してください",
|
"Port - Tooltip": "ポートが開いていることを確認してください",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "促された",
|
"Prompted": "促された",
|
||||||
"Provider URL": "プロバイダーURL",
|
"Provider URL": "プロバイダーURL",
|
||||||
"Provider URL - Tooltip": "サービスプロバイダーの設定用URL。このフィールドは参照用にのみ使用され、Casdoorでは使用されません",
|
"Provider URL - Tooltip": "サービスプロバイダーの設定用URL。このフィールドは参照用にのみ使用され、Casdoorでは使用されません",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "地域ID",
|
"Region ID": "地域ID",
|
||||||
"Region ID - Tooltip": "サービスプロバイダの地域ID",
|
"Region ID - Tooltip": "サービスプロバイダの地域ID",
|
||||||
"Region endpoint for Internet": "インターネットのリージョンエンドポイント",
|
"Region endpoint for Internet": "インターネットのリージョンエンドポイント",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "認証のためにサーバーによって使用され、認証コードプロバイダAPIを呼び出すためのもの",
|
"Secret key - Tooltip": "認証のためにサーバーによって使用され、認証コードプロバイダAPIを呼び出すためのもの",
|
||||||
"Send Testing Email": "テスト用メールを送信する",
|
"Send Testing Email": "テスト用メールを送信する",
|
||||||
"Send Testing SMS": "テストSMSを送信してください",
|
"Send Testing SMS": "テストSMSを送信してください",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "署名",
|
"Sign Name": "署名",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "エラーテキスト",
|
"Error text": "エラーテキスト",
|
||||||
"Error text - Tooltip": "エラーテキスト",
|
"Error text - Tooltip": "エラーテキスト",
|
||||||
"Is hashed": "ハッシュ化されました",
|
"Is hashed": "ハッシュ化されました",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "新しいシンクロナイザー",
|
"New Syncer": "新しいシンクロナイザー",
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "정책 저장소의 테이블 이름",
|
"Adapter - Tooltip": "정책 저장소의 테이블 이름",
|
||||||
"Adapters": "어댑터",
|
"Adapters": "어댑터",
|
||||||
"Add": "추가하다",
|
"Add": "추가하다",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "소속 URL",
|
"Affiliation URL": "소속 URL",
|
||||||
"Affiliation URL - Tooltip": "소속 홈페이지 URL",
|
"Affiliation URL - Tooltip": "소속 홈페이지 URL",
|
||||||
"Application": "응용 프로그램",
|
"Application": "응용 프로그램",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "응용 프로그램",
|
"Applications": "응용 프로그램",
|
||||||
"Applications that require authentication": "인증이 필요한 애플리케이션들",
|
"Applications that require authentication": "인증이 필요한 애플리케이션들",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "아바타",
|
"Avatar": "아바타",
|
||||||
"Avatar - Tooltip": "사용자를 위한 공개 아바타 이미지",
|
"Avatar - Tooltip": "사용자를 위한 공개 아바타 이미지",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "집으로 돌아오기",
|
"Back Home": "집으로 돌아오기",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "취소",
|
"Cancel": "취소",
|
||||||
"Captcha": "캡차",
|
"Captcha": "캡차",
|
||||||
"Cert": "인증서",
|
"Cert": "인증서",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "어플리케이션 홈 페이지",
|
"Home - Tooltip": "어플리케이션 홈 페이지",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "유일한 랜덤 문자열",
|
"ID - Tooltip": "유일한 랜덤 문자열",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "활성화됩니다",
|
"Is enabled": "활성화됩니다",
|
||||||
"Is enabled - Tooltip": "사용 가능한 지 여부를 설정하세요",
|
"Is enabled - Tooltip": "사용 가능한 지 여부를 설정하세요",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "사용 가능한 언어",
|
"Languages - Tooltip": "사용 가능한 언어",
|
||||||
"Last name": "성",
|
"Last name": "성",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "로고",
|
"Logo": "로고",
|
||||||
"Logo - Tooltip": "애플리케이션이 외부 세계에 제시하는 아이콘들",
|
"Logo - Tooltip": "애플리케이션이 외부 세계에 제시하는 아이콘들",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "사용자",
|
"User": "사용자",
|
||||||
"User - Tooltip": "사용자 이름이 정확한지 확인하세요",
|
"User - Tooltip": "사용자 이름이 정확한지 확인하세요",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "사용자 풀",
|
"User containers": "사용자 풀",
|
||||||
"User type": "사용자 유형",
|
"User type": "사용자 유형",
|
||||||
"User type - Tooltip": "사용자가 속한 태그는 기본적으로 \"보통 사용자\"로 설정됩니다",
|
"User type - Tooltip": "사용자가 속한 태그는 기본적으로 \"보통 사용자\"로 설정됩니다",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "USD, CNY 등과 같이.",
|
"Currency - Tooltip": "USD, CNY 등과 같이.",
|
||||||
"Download Invoice": "인보이스 다운로드",
|
"Download Invoice": "인보이스 다운로드",
|
||||||
"Edit Payment": "결제 수정",
|
"Edit Payment": "결제 수정",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "개인",
|
"Individual": "개인",
|
||||||
"Invoice URL": "송장 URL",
|
"Invoice URL": "송장 URL",
|
||||||
"Invoice URL - Tooltip": "송장 다운로드를 위한 URL",
|
"Invoice URL - Tooltip": "송장 다운로드를 위한 URL",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "제품 이름",
|
"Product - Tooltip": "제품 이름",
|
||||||
"Result": "결과",
|
"Result": "결과",
|
||||||
"Return to Website": "웹 사이트로 돌아가기",
|
"Return to Website": "웹 사이트로 돌아가기",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "결제가 실패했습니다",
|
"The payment has failed": "결제가 실패했습니다",
|
||||||
"The payment is still under processing": "지불은 아직 처리 중입니다",
|
"The payment is still under processing": "지불은 아직 처리 중입니다",
|
||||||
"Type - Tooltip": "제품을 구매할 때 사용되는 결제 방법",
|
"Type - Tooltip": "제품을 구매할 때 사용되는 결제 방법",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "액세스 키",
|
"Access key - Tooltip": "액세스 키",
|
||||||
"Agent ID": "에이전트 ID",
|
"Agent ID": "에이전트 ID",
|
||||||
"Agent ID - Tooltip": "에이전트 ID",
|
"Agent ID - Tooltip": "에이전트 ID",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "앱 ID",
|
"App ID": "앱 ID",
|
||||||
"App ID - Tooltip": "앱 식별자",
|
"App ID - Tooltip": "앱 식별자",
|
||||||
"App key": "앱 키",
|
"App key": "앱 키",
|
||||||
"App key - Tooltip": "앱 키",
|
"App key - Tooltip": "앱 키",
|
||||||
"App secret": "앱 비밀키",
|
"App secret": "앱 비밀키",
|
||||||
"AppSecret - Tooltip": "앱 비밀번호",
|
"AppSecret - Tooltip": "앱 비밀번호",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "인증 URL",
|
"Auth URL": "인증 URL",
|
||||||
"Auth URL - Tooltip": "인증 URL",
|
"Auth URL - Tooltip": "인증 URL",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "양동이",
|
"Bucket": "양동이",
|
||||||
"Bucket - Tooltip": "양동이의 이름",
|
"Bucket - Tooltip": "양동이의 이름",
|
||||||
"Can not parse metadata": "메타데이터를 구문 분석할 수 없습니다",
|
"Can not parse metadata": "메타데이터를 구문 분석할 수 없습니다",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "QR 코드를 스캔해서 로그인할 수 있는지 여부",
|
"Enable QR code - Tooltip": "QR 코드를 스캔해서 로그인할 수 있는지 여부",
|
||||||
"Endpoint": "엔드포인트",
|
"Endpoint": "엔드포인트",
|
||||||
"Endpoint (Intranet)": "엔드포인트 (Intranet)",
|
"Endpoint (Intranet)": "엔드포인트 (Intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "From address - Tooltip",
|
"From address - Tooltip": "From address - Tooltip",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "WeChat를 사용하시고 QR 코드를 스캔하여 로그인해주세요",
|
"Please use WeChat and scan the QR code to sign in": "WeChat를 사용하시고 QR 코드를 스캔하여 로그인해주세요",
|
||||||
"Port": "포트",
|
"Port": "포트",
|
||||||
"Port - Tooltip": "포트가 열려 있는지 확인하세요",
|
"Port - Tooltip": "포트가 열려 있는지 확인하세요",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "자극 받은",
|
"Prompted": "자극 받은",
|
||||||
"Provider URL": "제공자 URL",
|
"Provider URL": "제공자 URL",
|
||||||
"Provider URL - Tooltip": "서비스 제공 업체 구성을 위한 URL이며, 이 필드는 참조 용도로만 사용되며 Casdoor에서 사용되지 않습니다",
|
"Provider URL - Tooltip": "서비스 제공 업체 구성을 위한 URL이며, 이 필드는 참조 용도로만 사용되며 Casdoor에서 사용되지 않습니다",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "지역 ID",
|
"Region ID": "지역 ID",
|
||||||
"Region ID - Tooltip": "서비스 제공업체의 지역 ID",
|
"Region ID - Tooltip": "서비스 제공업체의 지역 ID",
|
||||||
"Region endpoint for Internet": "인터넷 지역 엔드포인트",
|
"Region endpoint for Internet": "인터넷 지역 엔드포인트",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "검증을 위해 서버에서 인증 코드 공급자 API를 호출하는 데 사용됩니다",
|
"Secret key - Tooltip": "검증을 위해 서버에서 인증 코드 공급자 API를 호출하는 데 사용됩니다",
|
||||||
"Send Testing Email": "테스트 이메일을 보내기",
|
"Send Testing Email": "테스트 이메일을 보내기",
|
||||||
"Send Testing SMS": "테스트 SMS를 보내세요",
|
"Send Testing SMS": "테스트 SMS를 보내세요",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "신명서",
|
"Sign Name": "신명서",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "오류 메시지",
|
"Error text": "오류 메시지",
|
||||||
"Error text - Tooltip": "에러 텍스트",
|
"Error text - Tooltip": "에러 텍스트",
|
||||||
"Is hashed": "해시화 되었습니다",
|
"Is hashed": "해시화 되었습니다",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "신규 싱크어",
|
"New Syncer": "신규 싱크어",
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"account": {
|
"account": {
|
||||||
"Chats & Messages": "Chats & Messages",
|
|
||||||
"Logout": "Logout",
|
"Logout": "Logout",
|
||||||
"My Account": "My Account",
|
"My Account": "My Account",
|
||||||
"Sign Up": "Sign Up"
|
"Sign Up": "Sign Up"
|
||||||
@@ -127,19 +126,6 @@
|
|||||||
"Scope - Tooltip": "Usage scenarios of the certificate",
|
"Scope - Tooltip": "Usage scenarios of the certificate",
|
||||||
"Type - Tooltip": "Type of certificate"
|
"Type - Tooltip": "Type of certificate"
|
||||||
},
|
},
|
||||||
"chat": {
|
|
||||||
"AI": "AI",
|
|
||||||
"Edit Chat": "Edit Chat",
|
|
||||||
"Group": "Group",
|
|
||||||
"Message count": "Message count",
|
|
||||||
"New Chat": "New Chat",
|
|
||||||
"Single": "Single",
|
|
||||||
"User1": "User1",
|
|
||||||
"User1 - Tooltip": "User1 - Tooltip",
|
|
||||||
"User2": "User2",
|
|
||||||
"User2 - Tooltip": "User2 - Tooltip",
|
|
||||||
"Users - Tooltip": "Users - Tooltip"
|
|
||||||
},
|
|
||||||
"code": {
|
"code": {
|
||||||
"Code you received": "Code you received",
|
"Code you received": "Code you received",
|
||||||
"Email code": "Email code",
|
"Email code": "Email code",
|
||||||
@@ -179,22 +165,24 @@
|
|||||||
"Adapter - Tooltip": "Table name of the policy store",
|
"Adapter - Tooltip": "Table name of the policy store",
|
||||||
"Adapters": "Adapters",
|
"Adapters": "Adapters",
|
||||||
"Add": "Add",
|
"Add": "Add",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "Affiliation URL",
|
"Affiliation URL": "Affiliation URL",
|
||||||
"Affiliation URL - Tooltip": "The homepage URL for the affiliation",
|
"Affiliation URL - Tooltip": "The homepage URL for the affiliation",
|
||||||
"Application": "Application",
|
"Application": "Application",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Applications",
|
"Applications": "Applications",
|
||||||
"Applications that require authentication": "Applications that require authentication",
|
"Applications that require authentication": "Applications that require authentication",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Avatar",
|
"Avatar": "Avatar",
|
||||||
"Avatar - Tooltip": "Public avatar image for the user",
|
"Avatar - Tooltip": "Public avatar image for the user",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Back Home",
|
"Back Home": "Back Home",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
"Captcha": "Captcha",
|
"Captcha": "Captcha",
|
||||||
"Cert": "Cert",
|
"Cert": "Cert",
|
||||||
"Cert - Tooltip": "The public key certificate that needs to be verified by the client SDK corresponding to this application",
|
"Cert - Tooltip": "The public key certificate that needs to be verified by the client SDK corresponding to this application",
|
||||||
"Certs": "Certs",
|
"Certs": "Certs",
|
||||||
"Chats": "Chats",
|
|
||||||
"Click to Upload": "Click to Upload",
|
"Click to Upload": "Click to Upload",
|
||||||
"Client IP": "Client IP",
|
"Client IP": "Client IP",
|
||||||
"Close": "Close",
|
"Close": "Close",
|
||||||
@@ -224,7 +212,6 @@
|
|||||||
"Failed to connect to server": "Failed to connect to server",
|
"Failed to connect to server": "Failed to connect to server",
|
||||||
"Failed to delete": "Failed to delete",
|
"Failed to delete": "Failed to delete",
|
||||||
"Failed to enable": "Failed to enable",
|
"Failed to enable": "Failed to enable",
|
||||||
"Failed to get answer": "Failed to get answer",
|
|
||||||
"Failed to remove": "Failed to remove",
|
"Failed to remove": "Failed to remove",
|
||||||
"Failed to save": "Failed to save",
|
"Failed to save": "Failed to save",
|
||||||
"Failed to verify": "Failed to verify",
|
"Failed to verify": "Failed to verify",
|
||||||
@@ -242,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Home page of the application",
|
"Home - Tooltip": "Home page of the application",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "Unique random string",
|
"ID - Tooltip": "Unique random string",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Is enabled",
|
"Is enabled": "Is enabled",
|
||||||
"Is enabled - Tooltip": "Set whether it can use",
|
"Is enabled - Tooltip": "Set whether it can use",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -250,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Available languages",
|
"Languages - Tooltip": "Available languages",
|
||||||
"Last name": "Last name",
|
"Last name": "Last name",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "Icons that the application presents to the outside world",
|
"Logo - Tooltip": "Icons that the application presents to the outside world",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -257,7 +246,6 @@
|
|||||||
"Master password": "Master password",
|
"Master password": "Master password",
|
||||||
"Master password - Tooltip": "Can be used to log in to all users under this organization, making it convenient for administrators to log in as this user to solve technical issues",
|
"Master password - Tooltip": "Can be used to log in to all users under this organization, making it convenient for administrators to log in as this user to solve technical issues",
|
||||||
"Menu": "Menu",
|
"Menu": "Menu",
|
||||||
"Messages": "Messages",
|
|
||||||
"Method": "Method",
|
"Method": "Method",
|
||||||
"Model": "Model",
|
"Model": "Model",
|
||||||
"Model - Tooltip": "Casbin access control model",
|
"Model - Tooltip": "Casbin access control model",
|
||||||
@@ -344,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "User",
|
"User": "User",
|
||||||
"User - Tooltip": "Make sure the username is correct",
|
"User - Tooltip": "Make sure the username is correct",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "User pools",
|
"User containers": "User pools",
|
||||||
"User type": "User type",
|
"User type": "User type",
|
||||||
"User type - Tooltip": "Tags that the user belongs to, defaulting to \"normal-user\"",
|
"User type - Tooltip": "Tags that the user belongs to, defaulting to \"normal-user\"",
|
||||||
@@ -425,16 +414,6 @@
|
|||||||
"sign up now": "sign up now",
|
"sign up now": "sign up now",
|
||||||
"username, Email or phone": "username, Email or phone"
|
"username, Email or phone": "username, Email or phone"
|
||||||
},
|
},
|
||||||
"message": {
|
|
||||||
"Author": "Author",
|
|
||||||
"Author - Tooltip": "Author - Tooltip",
|
|
||||||
"Chat": "Chat",
|
|
||||||
"Chat - Tooltip": "Chat - Tooltip",
|
|
||||||
"Edit Message": "Edit Message",
|
|
||||||
"New Message": "New Message",
|
|
||||||
"Text": "Text",
|
|
||||||
"Text - Tooltip": "Text - Tooltip"
|
|
||||||
},
|
|
||||||
"mfa": {
|
"mfa": {
|
||||||
"Each time you sign in to your Account, you'll need your password and a authentication code": "Each time you sign in to your Account, you'll need your password and a authentication code",
|
"Each time you sign in to your Account, you'll need your password and a authentication code": "Each time you sign in to your Account, you'll need your password and a authentication code",
|
||||||
"Enable multi-factor authentication": "Enable multi-factor authentication",
|
"Enable multi-factor authentication": "Enable multi-factor authentication",
|
||||||
@@ -508,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Like USD, CNY, etc.",
|
"Currency - Tooltip": "Like USD, CNY, etc.",
|
||||||
"Download Invoice": "Download Invoice",
|
"Download Invoice": "Download Invoice",
|
||||||
"Edit Payment": "Edit Payment",
|
"Edit Payment": "Edit Payment",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Individual",
|
"Individual": "Individual",
|
||||||
"Invoice URL": "Invoice URL",
|
"Invoice URL": "Invoice URL",
|
||||||
"Invoice URL - Tooltip": "URL for downloading the invoice",
|
"Invoice URL - Tooltip": "URL for downloading the invoice",
|
||||||
@@ -541,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Product Name",
|
"Product - Tooltip": "Product Name",
|
||||||
"Result": "Result",
|
"Result": "Result",
|
||||||
"Return to Website": "Return to Website",
|
"Return to Website": "Return to Website",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "The payment has failed",
|
"The payment has failed": "The payment has failed",
|
||||||
"The payment is still under processing": "The payment is still under processing",
|
"The payment is still under processing": "The payment is still under processing",
|
||||||
"Type - Tooltip": "Payment method used when purchasing the product",
|
"Type - Tooltip": "Payment method used when purchasing the product",
|
||||||
@@ -635,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Access key",
|
"Access key - Tooltip": "Access key",
|
||||||
"Agent ID": "Agent ID",
|
"Agent ID": "Agent ID",
|
||||||
"Agent ID - Tooltip": "Agent ID",
|
"Agent ID - Tooltip": "Agent ID",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "App ID",
|
"App ID": "App ID",
|
||||||
"App ID - Tooltip": "App ID",
|
"App ID - Tooltip": "App ID",
|
||||||
"App key": "App key",
|
"App key": "App key",
|
||||||
"App key - Tooltip": "App key",
|
"App key - Tooltip": "App key",
|
||||||
"App secret": "App secret",
|
"App secret": "App secret",
|
||||||
"AppSecret - Tooltip": "App secret",
|
"AppSecret - Tooltip": "App secret",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "Auth URL",
|
"Auth URL": "Auth URL",
|
||||||
"Auth URL - Tooltip": "Auth URL",
|
"Auth URL - Tooltip": "Auth URL",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Bucket",
|
"Bucket": "Bucket",
|
||||||
"Bucket - Tooltip": "Name of bucket",
|
"Bucket - Tooltip": "Name of bucket",
|
||||||
"Can not parse metadata": "Can not parse metadata",
|
"Can not parse metadata": "Can not parse metadata",
|
||||||
@@ -676,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Whether to allow scanning QR code to login",
|
"Enable QR code - Tooltip": "Whether to allow scanning QR code to login",
|
||||||
"Endpoint": "Endpoint",
|
"Endpoint": "Endpoint",
|
||||||
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "Email address of \"From\"",
|
"From address - Tooltip": "Email address of \"From\"",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -701,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Please use WeChat and scan the QR code to sign in",
|
"Please use WeChat and scan the QR code to sign in": "Please use WeChat and scan the QR code to sign in",
|
||||||
"Port": "Port",
|
"Port": "Port",
|
||||||
"Port - Tooltip": "Make sure the port is open",
|
"Port - Tooltip": "Make sure the port is open",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Prompted",
|
"Prompted": "Prompted",
|
||||||
"Provider URL": "Provider URL",
|
"Provider URL": "Provider URL",
|
||||||
"Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor",
|
"Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "Region ID",
|
"Region ID": "Region ID",
|
||||||
"Region ID - Tooltip": "Region ID for the service provider",
|
"Region ID - Tooltip": "Region ID for the service provider",
|
||||||
"Region endpoint for Internet": "Region endpoint for Internet",
|
"Region endpoint for Internet": "Region endpoint for Internet",
|
||||||
@@ -728,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Used by the server to call the verification code provider API for verification",
|
"Secret key - Tooltip": "Used by the server to call the verification code provider API for verification",
|
||||||
"Send Testing Email": "Send Testing Email",
|
"Send Testing Email": "Send Testing Email",
|
||||||
"Send Testing SMS": "Send Testing SMS",
|
"Send Testing SMS": "Send Testing SMS",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Sign Name",
|
"Sign Name": "Sign Name",
|
||||||
@@ -842,6 +840,7 @@
|
|||||||
"Error text": "Error text",
|
"Error text": "Error text",
|
||||||
"Error text - Tooltip": "Error text",
|
"Error text - Tooltip": "Error text",
|
||||||
"Is hashed": "Is hashed",
|
"Is hashed": "Is hashed",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "New Syncer",
|
"New Syncer": "New Syncer",
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "Nome da tabela do armazenamento de políticas",
|
"Adapter - Tooltip": "Nome da tabela do armazenamento de políticas",
|
||||||
"Adapters": "Adaptadores",
|
"Adapters": "Adaptadores",
|
||||||
"Add": "Adicionar",
|
"Add": "Adicionar",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "URL da Afiliação",
|
"Affiliation URL": "URL da Afiliação",
|
||||||
"Affiliation URL - Tooltip": "A URL da página inicial para a afiliação",
|
"Affiliation URL - Tooltip": "A URL da página inicial para a afiliação",
|
||||||
"Application": "Aplicação",
|
"Application": "Aplicação",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Aplicações",
|
"Applications": "Aplicações",
|
||||||
"Applications that require authentication": "Aplicações que requerem autenticação",
|
"Applications that require authentication": "Aplicações que requerem autenticação",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Avatar",
|
"Avatar": "Avatar",
|
||||||
"Avatar - Tooltip": "Imagem de avatar pública do usuário",
|
"Avatar - Tooltip": "Imagem de avatar pública do usuário",
|
||||||
"Back": "Voltar",
|
"Back": "Voltar",
|
||||||
"Back Home": "Voltar para a Página Inicial",
|
"Back Home": "Voltar para a Página Inicial",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Cancelar",
|
"Cancel": "Cancelar",
|
||||||
"Captcha": "Captcha",
|
"Captcha": "Captcha",
|
||||||
"Cert": "Certificado",
|
"Cert": "Certificado",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Página inicial do aplicativo",
|
"Home - Tooltip": "Página inicial do aplicativo",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "String única aleatória",
|
"ID - Tooltip": "String única aleatória",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Está habilitado",
|
"Is enabled": "Está habilitado",
|
||||||
"Is enabled - Tooltip": "Define se está habilitado",
|
"Is enabled - Tooltip": "Define se está habilitado",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Idiomas disponíveis",
|
"Languages - Tooltip": "Idiomas disponíveis",
|
||||||
"Last name": "Sobrenome",
|
"Last name": "Sobrenome",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "Ícones que o aplicativo apresenta para o mundo externo",
|
"Logo - Tooltip": "Ícones que o aplicativo apresenta para o mundo externo",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Hora de Atualização",
|
"Updated time": "Hora de Atualização",
|
||||||
"User": "Usuário",
|
"User": "Usuário",
|
||||||
"User - Tooltip": "Certifique-se de que o nome de usuário esteja correto",
|
"User - Tooltip": "Certifique-se de que o nome de usuário esteja correto",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "Pools de Usuários",
|
"User containers": "Pools de Usuários",
|
||||||
"User type": "Tipo de Usuário",
|
"User type": "Tipo de Usuário",
|
||||||
"User type - Tooltip": "Tags às quais o usuário pertence, com valor padrão de \"usuário-normal\"",
|
"User type - Tooltip": "Tags às quais o usuário pertence, com valor padrão de \"usuário-normal\"",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Como USD, CNY, etc.",
|
"Currency - Tooltip": "Como USD, CNY, etc.",
|
||||||
"Download Invoice": "Baixar Fatura",
|
"Download Invoice": "Baixar Fatura",
|
||||||
"Edit Payment": "Editar Pagamento",
|
"Edit Payment": "Editar Pagamento",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Individual",
|
"Individual": "Individual",
|
||||||
"Invoice URL": "URL da Fatura",
|
"Invoice URL": "URL da Fatura",
|
||||||
"Invoice URL - Tooltip": "URL para baixar a fatura",
|
"Invoice URL - Tooltip": "URL para baixar a fatura",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Nome do Produto",
|
"Product - Tooltip": "Nome do Produto",
|
||||||
"Result": "Resultado",
|
"Result": "Resultado",
|
||||||
"Return to Website": "Retornar ao Website",
|
"Return to Website": "Retornar ao Website",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "O pagamento falhou",
|
"The payment has failed": "O pagamento falhou",
|
||||||
"The payment is still under processing": "O pagamento ainda está sendo processado",
|
"The payment is still under processing": "O pagamento ainda está sendo processado",
|
||||||
"Type - Tooltip": "Método de pagamento utilizado ao comprar o produto",
|
"Type - Tooltip": "Método de pagamento utilizado ao comprar o produto",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Chave de acesso",
|
"Access key - Tooltip": "Chave de acesso",
|
||||||
"Agent ID": "ID do Agente",
|
"Agent ID": "ID do Agente",
|
||||||
"Agent ID - Tooltip": "ID do Agente",
|
"Agent ID - Tooltip": "ID do Agente",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "ID do aplicativo",
|
"App ID": "ID do aplicativo",
|
||||||
"App ID - Tooltip": "ID do aplicativo",
|
"App ID - Tooltip": "ID do aplicativo",
|
||||||
"App key": "Chave do aplicativo",
|
"App key": "Chave do aplicativo",
|
||||||
"App key - Tooltip": "Chave do aplicativo",
|
"App key - Tooltip": "Chave do aplicativo",
|
||||||
"App secret": "Segredo do aplicativo",
|
"App secret": "Segredo do aplicativo",
|
||||||
"AppSecret - Tooltip": "Segredo do aplicativo",
|
"AppSecret - Tooltip": "Segredo do aplicativo",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "URL de autenticação",
|
"Auth URL": "URL de autenticação",
|
||||||
"Auth URL - Tooltip": "URL de autenticação",
|
"Auth URL - Tooltip": "URL de autenticação",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Bucket",
|
"Bucket": "Bucket",
|
||||||
"Bucket - Tooltip": "Nome do bucket",
|
"Bucket - Tooltip": "Nome do bucket",
|
||||||
"Can not parse metadata": "Não é possível analisar metadados",
|
"Can not parse metadata": "Não é possível analisar metadados",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Se permite escanear código QR para fazer login",
|
"Enable QR code - Tooltip": "Se permite escanear código QR para fazer login",
|
||||||
"Endpoint": "Endpoint",
|
"Endpoint": "Endpoint",
|
||||||
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "Endereço do remetente",
|
"From address": "Endereço do remetente",
|
||||||
"From address - Tooltip": "Endereço de e-mail do remetente",
|
"From address - Tooltip": "Endereço de e-mail do remetente",
|
||||||
"From name": "Nome do remetente",
|
"From name": "Nome do remetente",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Por favor, use o WeChat e escaneie o código QR para fazer login",
|
"Please use WeChat and scan the QR code to sign in": "Por favor, use o WeChat e escaneie o código QR para fazer login",
|
||||||
"Port": "Porta",
|
"Port": "Porta",
|
||||||
"Port - Tooltip": "Certifique-se de que a porta esteja aberta",
|
"Port - Tooltip": "Certifique-se de que a porta esteja aberta",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Solicitado",
|
"Prompted": "Solicitado",
|
||||||
"Provider URL": "URL do Provedor",
|
"Provider URL": "URL do Provedor",
|
||||||
"Provider URL - Tooltip": "URL para configurar o provedor de serviço, este campo é apenas usado para referência e não é usado no Casdoor",
|
"Provider URL - Tooltip": "URL para configurar o provedor de serviço, este campo é apenas usado para referência e não é usado no Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "ID da Região",
|
"Region ID": "ID da Região",
|
||||||
"Region ID - Tooltip": "ID da região para o provedor de serviços",
|
"Region ID - Tooltip": "ID da região para o provedor de serviços",
|
||||||
"Region endpoint for Internet": "Endpoint da região para a Internet",
|
"Region endpoint for Internet": "Endpoint da região para a Internet",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Usada pelo servidor para chamar a API do fornecedor de código de verificação para verificação",
|
"Secret key - Tooltip": "Usada pelo servidor para chamar a API do fornecedor de código de verificação para verificação",
|
||||||
"Send Testing Email": "Enviar E-mail de Teste",
|
"Send Testing Email": "Enviar E-mail de Teste",
|
||||||
"Send Testing SMS": "Enviar SMS de Teste",
|
"Send Testing SMS": "Enviar SMS de Teste",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Nome do Sinal",
|
"Sign Name": "Nome do Sinal",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "Texto de erro",
|
"Error text": "Texto de erro",
|
||||||
"Error text - Tooltip": "Texto de erro",
|
"Error text - Tooltip": "Texto de erro",
|
||||||
"Is hashed": "Está criptografado",
|
"Is hashed": "Está criptografado",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "Novo Syncer",
|
"New Syncer": "Novo Syncer",
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "Имя таблицы хранилища политик",
|
"Adapter - Tooltip": "Имя таблицы хранилища политик",
|
||||||
"Adapters": "Адаптеры",
|
"Adapters": "Адаптеры",
|
||||||
"Add": "Добавить",
|
"Add": "Добавить",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "URL принадлежности",
|
"Affiliation URL": "URL принадлежности",
|
||||||
"Affiliation URL - Tooltip": "URL домашней страницы для аффилированности",
|
"Affiliation URL - Tooltip": "URL домашней страницы для аффилированности",
|
||||||
"Application": "Приложение",
|
"Application": "Приложение",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Приложения",
|
"Applications": "Приложения",
|
||||||
"Applications that require authentication": "Приложения, которые требуют аутентификации",
|
"Applications that require authentication": "Приложения, которые требуют аутентификации",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Аватар",
|
"Avatar": "Аватар",
|
||||||
"Avatar - Tooltip": "Публичное изображение аватара пользователя",
|
"Avatar - Tooltip": "Публичное изображение аватара пользователя",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Домой",
|
"Back Home": "Домой",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Отменить",
|
"Cancel": "Отменить",
|
||||||
"Captcha": "Капча",
|
"Captcha": "Капча",
|
||||||
"Cert": "Сертификат",
|
"Cert": "Сертификат",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Главная страница приложения",
|
"Home - Tooltip": "Главная страница приложения",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "Уникальная случайная строка",
|
"ID - Tooltip": "Уникальная случайная строка",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Включен",
|
"Is enabled": "Включен",
|
||||||
"Is enabled - Tooltip": "Установить, может ли использоваться",
|
"Is enabled - Tooltip": "Установить, может ли использоваться",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Доступные языки",
|
"Languages - Tooltip": "Доступные языки",
|
||||||
"Last name": "Фамилия",
|
"Last name": "Фамилия",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Логотип",
|
"Logo": "Логотип",
|
||||||
"Logo - Tooltip": "Иконки, которые приложение представляет во внешний мир",
|
"Logo - Tooltip": "Иконки, которые приложение представляет во внешний мир",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "Пользователь",
|
"User": "Пользователь",
|
||||||
"User - Tooltip": "Убедитесь, что имя пользователя правильное",
|
"User - Tooltip": "Убедитесь, что имя пользователя правильное",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "Пользовательские пулы",
|
"User containers": "Пользовательские пулы",
|
||||||
"User type": "Тип пользователя",
|
"User type": "Тип пользователя",
|
||||||
"User type - Tooltip": "Теги, к которым принадлежит пользователь, по умолчанию \"обычный пользователь\"",
|
"User type - Tooltip": "Теги, к которым принадлежит пользователь, по умолчанию \"обычный пользователь\"",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Как и USD, CNY и т.д.",
|
"Currency - Tooltip": "Как и USD, CNY и т.д.",
|
||||||
"Download Invoice": "Загрузить счет-фактуру",
|
"Download Invoice": "Загрузить счет-фактуру",
|
||||||
"Edit Payment": "Редактировать оплату",
|
"Edit Payment": "Редактировать оплату",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Индивидуальный",
|
"Individual": "Индивидуальный",
|
||||||
"Invoice URL": "URL счета-фактуры",
|
"Invoice URL": "URL счета-фактуры",
|
||||||
"Invoice URL - Tooltip": "URL для загрузки счета-фактуры",
|
"Invoice URL - Tooltip": "URL для загрузки счета-фактуры",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Название продукта",
|
"Product - Tooltip": "Название продукта",
|
||||||
"Result": "Результат",
|
"Result": "Результат",
|
||||||
"Return to Website": "Вернуться на веб-сайт",
|
"Return to Website": "Вернуться на веб-сайт",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "Оплата не удалась",
|
"The payment has failed": "Оплата не удалась",
|
||||||
"The payment is still under processing": "Оплата все еще обрабатывается",
|
"The payment is still under processing": "Оплата все еще обрабатывается",
|
||||||
"Type - Tooltip": "Способ оплаты, используемый при покупке товара",
|
"Type - Tooltip": "Способ оплаты, используемый при покупке товара",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Ключ доступа",
|
"Access key - Tooltip": "Ключ доступа",
|
||||||
"Agent ID": "Идентификатор агента",
|
"Agent ID": "Идентификатор агента",
|
||||||
"Agent ID - Tooltip": "Агент ID",
|
"Agent ID - Tooltip": "Агент ID",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "Идентификатор приложения",
|
"App ID": "Идентификатор приложения",
|
||||||
"App ID - Tooltip": "Идентификатор приложения",
|
"App ID - Tooltip": "Идентификатор приложения",
|
||||||
"App key": "Ключ приложения",
|
"App key": "Ключ приложения",
|
||||||
"App key - Tooltip": "Ключ приложения",
|
"App key - Tooltip": "Ключ приложения",
|
||||||
"App secret": "Секрет приложения",
|
"App secret": "Секрет приложения",
|
||||||
"AppSecret - Tooltip": "Секрет приложения",
|
"AppSecret - Tooltip": "Секрет приложения",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "Адрес авторизации",
|
"Auth URL": "Адрес авторизации",
|
||||||
"Auth URL - Tooltip": "URL авторизации",
|
"Auth URL - Tooltip": "URL авторизации",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Ведро",
|
"Bucket": "Ведро",
|
||||||
"Bucket - Tooltip": "Название ведра",
|
"Bucket - Tooltip": "Название ведра",
|
||||||
"Can not parse metadata": "Невозможно проанализировать метаданные",
|
"Can not parse metadata": "Невозможно проанализировать метаданные",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Разрешить ли сканирование QR-кода для входа в систему",
|
"Enable QR code - Tooltip": "Разрешить ли сканирование QR-кода для входа в систему",
|
||||||
"Endpoint": "Конечная точка",
|
"Endpoint": "Конечная точка",
|
||||||
"Endpoint (Intranet)": "Конечная точка (интранет)",
|
"Endpoint (Intranet)": "Конечная точка (интранет)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "From address - Tooltip",
|
"From address - Tooltip": "From address - Tooltip",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Пожалуйста, используйте WeChat и отсканируйте QR-код для входа в систему",
|
"Please use WeChat and scan the QR code to sign in": "Пожалуйста, используйте WeChat и отсканируйте QR-код для входа в систему",
|
||||||
"Port": "Порт",
|
"Port": "Порт",
|
||||||
"Port - Tooltip": "Убедитесь, что порт открыт",
|
"Port - Tooltip": "Убедитесь, что порт открыт",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Побудил",
|
"Prompted": "Побудил",
|
||||||
"Provider URL": "URL поставщика",
|
"Provider URL": "URL поставщика",
|
||||||
"Provider URL - Tooltip": "URL для настройки поставщика услуг, это поле используется только для ссылки и не используется в Casdoor",
|
"Provider URL - Tooltip": "URL для настройки поставщика услуг, это поле используется только для ссылки и не используется в Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "Идентификатор региона",
|
"Region ID": "Идентификатор региона",
|
||||||
"Region ID - Tooltip": "Идентификатор региона для провайдера услуг",
|
"Region ID - Tooltip": "Идентификатор региона для провайдера услуг",
|
||||||
"Region endpoint for Internet": "Региональный конечная точка для Интернета",
|
"Region endpoint for Internet": "Региональный конечная точка для Интернета",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Используется сервером для вызова API-интерфейса поставщика кода подтверждения для проверки",
|
"Secret key - Tooltip": "Используется сервером для вызова API-интерфейса поставщика кода подтверждения для проверки",
|
||||||
"Send Testing Email": "Отправить тестовое письмо",
|
"Send Testing Email": "Отправить тестовое письмо",
|
||||||
"Send Testing SMS": "Отправить тестовое SMS-сообщение",
|
"Send Testing SMS": "Отправить тестовое SMS-сообщение",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Подпись имени",
|
"Sign Name": "Подпись имени",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "Текст ошибки",
|
"Error text": "Текст ошибки",
|
||||||
"Error text - Tooltip": "Текст ошибки",
|
"Error text - Tooltip": "Текст ошибки",
|
||||||
"Is hashed": "Хешировано",
|
"Is hashed": "Хешировано",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "Новый синхронизатор",
|
"New Syncer": "Новый синхронизатор",
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"account": {
|
"account": {
|
||||||
"Chats & Messages": "Chats & Messages",
|
|
||||||
"Logout": "Logout",
|
"Logout": "Logout",
|
||||||
"My Account": "My Account",
|
"My Account": "My Account",
|
||||||
"Sign Up": "Sign Up"
|
"Sign Up": "Sign Up"
|
||||||
@@ -127,19 +126,6 @@
|
|||||||
"Scope - Tooltip": "Usage scenarios of the certificate",
|
"Scope - Tooltip": "Usage scenarios of the certificate",
|
||||||
"Type - Tooltip": "Type of certificate"
|
"Type - Tooltip": "Type of certificate"
|
||||||
},
|
},
|
||||||
"chat": {
|
|
||||||
"AI": "AI",
|
|
||||||
"Edit Chat": "Edit Chat",
|
|
||||||
"Group": "Group",
|
|
||||||
"Message count": "Message count",
|
|
||||||
"New Chat": "New Chat",
|
|
||||||
"Single": "Single",
|
|
||||||
"User1": "User1",
|
|
||||||
"User1 - Tooltip": "User1 - Tooltip",
|
|
||||||
"User2": "User2",
|
|
||||||
"User2 - Tooltip": "User2 - Tooltip",
|
|
||||||
"Users - Tooltip": "Users - Tooltip"
|
|
||||||
},
|
|
||||||
"code": {
|
"code": {
|
||||||
"Code you received": "Code you received",
|
"Code you received": "Code you received",
|
||||||
"Email code": "Email code",
|
"Email code": "Email code",
|
||||||
@@ -179,22 +165,24 @@
|
|||||||
"Adapter - Tooltip": "Table name of the policy store",
|
"Adapter - Tooltip": "Table name of the policy store",
|
||||||
"Adapters": "Adapters",
|
"Adapters": "Adapters",
|
||||||
"Add": "Add",
|
"Add": "Add",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "Affiliation URL",
|
"Affiliation URL": "Affiliation URL",
|
||||||
"Affiliation URL - Tooltip": "The homepage URL for the affiliation",
|
"Affiliation URL - Tooltip": "The homepage URL for the affiliation",
|
||||||
"Application": "Application",
|
"Application": "Application",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Applications",
|
"Applications": "Applications",
|
||||||
"Applications that require authentication": "Applications that require authentication",
|
"Applications that require authentication": "Applications that require authentication",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Avatar",
|
"Avatar": "Avatar",
|
||||||
"Avatar - Tooltip": "Public avatar image for the user",
|
"Avatar - Tooltip": "Public avatar image for the user",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Back Home",
|
"Back Home": "Back Home",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
"Captcha": "Captcha",
|
"Captcha": "Captcha",
|
||||||
"Cert": "Cert",
|
"Cert": "Cert",
|
||||||
"Cert - Tooltip": "The public key certificate that needs to be verified by the client SDK corresponding to this application",
|
"Cert - Tooltip": "The public key certificate that needs to be verified by the client SDK corresponding to this application",
|
||||||
"Certs": "Certs",
|
"Certs": "Certs",
|
||||||
"Chats": "Chats",
|
|
||||||
"Click to Upload": "Click to Upload",
|
"Click to Upload": "Click to Upload",
|
||||||
"Client IP": "Client IP",
|
"Client IP": "Client IP",
|
||||||
"Close": "Close",
|
"Close": "Close",
|
||||||
@@ -224,7 +212,6 @@
|
|||||||
"Failed to connect to server": "Failed to connect to server",
|
"Failed to connect to server": "Failed to connect to server",
|
||||||
"Failed to delete": "Failed to delete",
|
"Failed to delete": "Failed to delete",
|
||||||
"Failed to enable": "Failed to enable",
|
"Failed to enable": "Failed to enable",
|
||||||
"Failed to get answer": "Failed to get answer",
|
|
||||||
"Failed to remove": "Failed to remove",
|
"Failed to remove": "Failed to remove",
|
||||||
"Failed to save": "Failed to save",
|
"Failed to save": "Failed to save",
|
||||||
"Failed to verify": "Failed to verify",
|
"Failed to verify": "Failed to verify",
|
||||||
@@ -242,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Home page of the application",
|
"Home - Tooltip": "Home page of the application",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "Unique random string",
|
"ID - Tooltip": "Unique random string",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Is enabled",
|
"Is enabled": "Is enabled",
|
||||||
"Is enabled - Tooltip": "Set whether it can use",
|
"Is enabled - Tooltip": "Set whether it can use",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -250,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Available languages",
|
"Languages - Tooltip": "Available languages",
|
||||||
"Last name": "Last name",
|
"Last name": "Last name",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "Icons that the application presents to the outside world",
|
"Logo - Tooltip": "Icons that the application presents to the outside world",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -257,7 +246,6 @@
|
|||||||
"Master password": "Master password",
|
"Master password": "Master password",
|
||||||
"Master password - Tooltip": "Can be used to log in to all users under this organization, making it convenient for administrators to log in as this user to solve technical issues",
|
"Master password - Tooltip": "Can be used to log in to all users under this organization, making it convenient for administrators to log in as this user to solve technical issues",
|
||||||
"Menu": "Menu",
|
"Menu": "Menu",
|
||||||
"Messages": "Messages",
|
|
||||||
"Method": "Method",
|
"Method": "Method",
|
||||||
"Model": "Model",
|
"Model": "Model",
|
||||||
"Model - Tooltip": "Casbin access control model",
|
"Model - Tooltip": "Casbin access control model",
|
||||||
@@ -344,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "User",
|
"User": "User",
|
||||||
"User - Tooltip": "Make sure the username is correct",
|
"User - Tooltip": "Make sure the username is correct",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "User pools",
|
"User containers": "User pools",
|
||||||
"User type": "User type",
|
"User type": "User type",
|
||||||
"User type - Tooltip": "Tags that the user belongs to, defaulting to \"normal-user\"",
|
"User type - Tooltip": "Tags that the user belongs to, defaulting to \"normal-user\"",
|
||||||
@@ -425,16 +414,6 @@
|
|||||||
"sign up now": "sign up now",
|
"sign up now": "sign up now",
|
||||||
"username, Email or phone": "username, Email or phone"
|
"username, Email or phone": "username, Email or phone"
|
||||||
},
|
},
|
||||||
"message": {
|
|
||||||
"Author": "Author",
|
|
||||||
"Author - Tooltip": "Author - Tooltip",
|
|
||||||
"Chat": "Chat",
|
|
||||||
"Chat - Tooltip": "Chat - Tooltip",
|
|
||||||
"Edit Message": "Edit Message",
|
|
||||||
"New Message": "New Message",
|
|
||||||
"Text": "Text",
|
|
||||||
"Text - Tooltip": "Text - Tooltip"
|
|
||||||
},
|
|
||||||
"mfa": {
|
"mfa": {
|
||||||
"Each time you sign in to your Account, you'll need your password and a authentication code": "Each time you sign in to your Account, you'll need your password and a authentication code",
|
"Each time you sign in to your Account, you'll need your password and a authentication code": "Each time you sign in to your Account, you'll need your password and a authentication code",
|
||||||
"Enable multi-factor authentication": "Enable multi-factor authentication",
|
"Enable multi-factor authentication": "Enable multi-factor authentication",
|
||||||
@@ -508,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Like USD, CNY, etc.",
|
"Currency - Tooltip": "Like USD, CNY, etc.",
|
||||||
"Download Invoice": "Download Invoice",
|
"Download Invoice": "Download Invoice",
|
||||||
"Edit Payment": "Edit Payment",
|
"Edit Payment": "Edit Payment",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Individual",
|
"Individual": "Individual",
|
||||||
"Invoice URL": "Invoice URL",
|
"Invoice URL": "Invoice URL",
|
||||||
"Invoice URL - Tooltip": "URL for downloading the invoice",
|
"Invoice URL - Tooltip": "URL for downloading the invoice",
|
||||||
@@ -541,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Product Name",
|
"Product - Tooltip": "Product Name",
|
||||||
"Result": "Result",
|
"Result": "Result",
|
||||||
"Return to Website": "Return to Website",
|
"Return to Website": "Return to Website",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "The payment has failed",
|
"The payment has failed": "The payment has failed",
|
||||||
"The payment is still under processing": "The payment is still under processing",
|
"The payment is still under processing": "The payment is still under processing",
|
||||||
"Type - Tooltip": "Payment method used when purchasing the product",
|
"Type - Tooltip": "Payment method used when purchasing the product",
|
||||||
@@ -635,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Access key",
|
"Access key - Tooltip": "Access key",
|
||||||
"Agent ID": "Agent ID",
|
"Agent ID": "Agent ID",
|
||||||
"Agent ID - Tooltip": "Agent ID",
|
"Agent ID - Tooltip": "Agent ID",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "App ID",
|
"App ID": "App ID",
|
||||||
"App ID - Tooltip": "App ID",
|
"App ID - Tooltip": "App ID",
|
||||||
"App key": "App key",
|
"App key": "App key",
|
||||||
"App key - Tooltip": "App key",
|
"App key - Tooltip": "App key",
|
||||||
"App secret": "App secret",
|
"App secret": "App secret",
|
||||||
"AppSecret - Tooltip": "App secret",
|
"AppSecret - Tooltip": "App secret",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "Auth URL",
|
"Auth URL": "Auth URL",
|
||||||
"Auth URL - Tooltip": "Auth URL",
|
"Auth URL - Tooltip": "Auth URL",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Bucket",
|
"Bucket": "Bucket",
|
||||||
"Bucket - Tooltip": "Name of bucket",
|
"Bucket - Tooltip": "Name of bucket",
|
||||||
"Can not parse metadata": "Can not parse metadata",
|
"Can not parse metadata": "Can not parse metadata",
|
||||||
@@ -676,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Whether to allow scanning QR code to login",
|
"Enable QR code - Tooltip": "Whether to allow scanning QR code to login",
|
||||||
"Endpoint": "Endpoint",
|
"Endpoint": "Endpoint",
|
||||||
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
"Endpoint (Intranet)": "Endpoint (Intranet)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "Email address of \"From\"",
|
"From address - Tooltip": "Email address of \"From\"",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -701,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Please use WeChat and scan the QR code to sign in",
|
"Please use WeChat and scan the QR code to sign in": "Please use WeChat and scan the QR code to sign in",
|
||||||
"Port": "Port",
|
"Port": "Port",
|
||||||
"Port - Tooltip": "Make sure the port is open",
|
"Port - Tooltip": "Make sure the port is open",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Prompted",
|
"Prompted": "Prompted",
|
||||||
"Provider URL": "Provider URL",
|
"Provider URL": "Provider URL",
|
||||||
"Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor",
|
"Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "Region ID",
|
"Region ID": "Region ID",
|
||||||
"Region ID - Tooltip": "Region ID for the service provider",
|
"Region ID - Tooltip": "Region ID for the service provider",
|
||||||
"Region endpoint for Internet": "Region endpoint for Internet",
|
"Region endpoint for Internet": "Region endpoint for Internet",
|
||||||
@@ -728,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Used by the server to call the verification code provider API for verification",
|
"Secret key - Tooltip": "Used by the server to call the verification code provider API for verification",
|
||||||
"Send Testing Email": "Send Testing Email",
|
"Send Testing Email": "Send Testing Email",
|
||||||
"Send Testing SMS": "Send Testing SMS",
|
"Send Testing SMS": "Send Testing SMS",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Sign Name",
|
"Sign Name": "Sign Name",
|
||||||
@@ -842,6 +840,7 @@
|
|||||||
"Error text": "Error text",
|
"Error text": "Error text",
|
||||||
"Error text - Tooltip": "Error text",
|
"Error text - Tooltip": "Error text",
|
||||||
"Is hashed": "Is hashed",
|
"Is hashed": "Is hashed",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "New Syncer",
|
"New Syncer": "New Syncer",
|
||||||
|
@@ -165,16 +165,19 @@
|
|||||||
"Adapter - Tooltip": "Tên bảng của kho lưu trữ chính sách",
|
"Adapter - Tooltip": "Tên bảng của kho lưu trữ chính sách",
|
||||||
"Adapters": "Bộ chuyển đổi",
|
"Adapters": "Bộ chuyển đổi",
|
||||||
"Add": "Thêm vào",
|
"Add": "Thêm vào",
|
||||||
|
"Admin": "Admin",
|
||||||
"Affiliation URL": "Đường dẫn liên kết liên kết",
|
"Affiliation URL": "Đường dẫn liên kết liên kết",
|
||||||
"Affiliation URL - Tooltip": "Đường dẫn URL trang chủ của liên kết",
|
"Affiliation URL - Tooltip": "Đường dẫn URL trang chủ của liên kết",
|
||||||
"Application": "Ứng dụng",
|
"Application": "Ứng dụng",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "Ứng dụng",
|
"Applications": "Ứng dụng",
|
||||||
"Applications that require authentication": "Các ứng dụng yêu cầu xác thực",
|
"Applications that require authentication": "Các ứng dụng yêu cầu xác thực",
|
||||||
|
"Authorization": "Authorization",
|
||||||
"Avatar": "Ảnh đại diện",
|
"Avatar": "Ảnh đại diện",
|
||||||
"Avatar - Tooltip": "Ảnh đại diện công khai cho người dùng",
|
"Avatar - Tooltip": "Ảnh đại diện công khai cho người dùng",
|
||||||
"Back": "Back",
|
"Back": "Back",
|
||||||
"Back Home": "Trở về nhà",
|
"Back Home": "Trở về nhà",
|
||||||
|
"Business & Payments": "Business & Payments",
|
||||||
"Cancel": "Hủy bỏ",
|
"Cancel": "Hủy bỏ",
|
||||||
"Captcha": "Captcha",
|
"Captcha": "Captcha",
|
||||||
"Cert": "Chứng chỉ",
|
"Cert": "Chứng chỉ",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "Trang chủ của ứng dụng",
|
"Home - Tooltip": "Trang chủ của ứng dụng",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "Chuỗi ngẫu nhiên độc nhất",
|
"ID - Tooltip": "Chuỗi ngẫu nhiên độc nhất",
|
||||||
|
"Identity": "Identity",
|
||||||
"Is enabled": "Đã được kích hoạt",
|
"Is enabled": "Đã được kích hoạt",
|
||||||
"Is enabled - Tooltip": "Đặt liệu nó có thể sử dụng hay không",
|
"Is enabled - Tooltip": "Đặt liệu nó có thể sử dụng hay không",
|
||||||
"LDAPs": "LDAPs",
|
"LDAPs": "LDAPs",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "Các ngôn ngữ hiện có",
|
"Languages - Tooltip": "Các ngôn ngữ hiện có",
|
||||||
"Last name": "Họ",
|
"Last name": "Họ",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
"Logging & Auditing": "Logging & Auditing",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "Biểu tượng mà ứng dụng hiển thị ra ngoài thế giới",
|
"Logo - Tooltip": "Biểu tượng mà ứng dụng hiển thị ra ngoài thế giới",
|
||||||
"MFA items": "MFA items",
|
"MFA items": "MFA items",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "Updated time",
|
"Updated time": "Updated time",
|
||||||
"User": "Người dùng",
|
"User": "Người dùng",
|
||||||
"User - Tooltip": "Hãy đảm bảo tên đăng nhập chính xác",
|
"User - Tooltip": "Hãy đảm bảo tên đăng nhập chính xác",
|
||||||
|
"User Management": "User Management",
|
||||||
"User containers": "Nhóm người dùng",
|
"User containers": "Nhóm người dùng",
|
||||||
"User type": "Loại người dùng",
|
"User type": "Loại người dùng",
|
||||||
"User type - Tooltip": "Các thẻ mà người dùng thuộc vào, mặc định là \"người dùng bình thường\"",
|
"User type - Tooltip": "Các thẻ mà người dùng thuộc vào, mặc định là \"người dùng bình thường\"",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "Như USD, CNY, v.v.",
|
"Currency - Tooltip": "Như USD, CNY, v.v.",
|
||||||
"Download Invoice": "Tải hóa đơn",
|
"Download Invoice": "Tải hóa đơn",
|
||||||
"Edit Payment": "Chỉnh sửa thanh toán",
|
"Edit Payment": "Chỉnh sửa thanh toán",
|
||||||
|
"Failed reason": "Failed reason",
|
||||||
"Individual": "Cá nhân",
|
"Individual": "Cá nhân",
|
||||||
"Invoice URL": "Đường link hoá đơn",
|
"Invoice URL": "Đường link hoá đơn",
|
||||||
"Invoice URL - Tooltip": "Đường link để tải hóa đơn xuống",
|
"Invoice URL - Tooltip": "Đường link để tải hóa đơn xuống",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "Tên sản phẩm",
|
"Product - Tooltip": "Tên sản phẩm",
|
||||||
"Result": "Kết quả",
|
"Result": "Kết quả",
|
||||||
"Return to Website": "Trở lại trang web",
|
"Return to Website": "Trở lại trang web",
|
||||||
|
"The payment has been canceled": "The payment has been canceled",
|
||||||
"The payment has failed": "Thanh toán đã thất bại",
|
"The payment has failed": "Thanh toán đã thất bại",
|
||||||
"The payment is still under processing": "Thanh toán vẫn đang được xử lý",
|
"The payment is still under processing": "Thanh toán vẫn đang được xử lý",
|
||||||
"Type - Tooltip": "Phương thức thanh toán được sử dụng khi mua sản phẩm",
|
"Type - Tooltip": "Phương thức thanh toán được sử dụng khi mua sản phẩm",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Khóa truy cập",
|
"Access key - Tooltip": "Khóa truy cập",
|
||||||
"Agent ID": "Mã đại lý",
|
"Agent ID": "Mã đại lý",
|
||||||
"Agent ID - Tooltip": "Mã đại lý",
|
"Agent ID - Tooltip": "Mã đại lý",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "ID ứng dụng",
|
"App ID": "ID ứng dụng",
|
||||||
"App ID - Tooltip": "Định danh ứng dụng",
|
"App ID - Tooltip": "Định danh ứng dụng",
|
||||||
"App key": "Khóa ứng dụng",
|
"App key": "Khóa ứng dụng",
|
||||||
"App key - Tooltip": "Khóa ứng dụng",
|
"App key - Tooltip": "Khóa ứng dụng",
|
||||||
"App secret": "Mã bí mật ứng dụng",
|
"App secret": "Mã bí mật ứng dụng",
|
||||||
"AppSecret - Tooltip": "Bí mật ứng dụng",
|
"AppSecret - Tooltip": "Bí mật ứng dụng",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "URL xác thực",
|
"Auth URL": "URL xác thực",
|
||||||
"Auth URL - Tooltip": "URL chứng thực",
|
"Auth URL - Tooltip": "URL chứng thực",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "Thùng đựng nước",
|
"Bucket": "Thùng đựng nước",
|
||||||
"Bucket - Tooltip": "Tên của cái xô",
|
"Bucket - Tooltip": "Tên của cái xô",
|
||||||
"Can not parse metadata": "Không thể phân tích siêu dữ liệu",
|
"Can not parse metadata": "Không thể phân tích siêu dữ liệu",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "Cho phép quét mã QR để đăng nhập",
|
"Enable QR code - Tooltip": "Cho phép quét mã QR để đăng nhập",
|
||||||
"Endpoint": "Điểm cuối",
|
"Endpoint": "Điểm cuối",
|
||||||
"Endpoint (Intranet)": "Điểm kết thúc (mạng nội bộ)",
|
"Endpoint (Intranet)": "Điểm kết thúc (mạng nội bộ)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "From address",
|
"From address": "From address",
|
||||||
"From address - Tooltip": "From address - Tooltip",
|
"From address - Tooltip": "From address - Tooltip",
|
||||||
"From name": "From name",
|
"From name": "From name",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "Vui lòng sử dụng WeChat và quét mã QR để đăng nhập",
|
"Please use WeChat and scan the QR code to sign in": "Vui lòng sử dụng WeChat và quét mã QR để đăng nhập",
|
||||||
"Port": "Cảng",
|
"Port": "Cảng",
|
||||||
"Port - Tooltip": "Chắc chắn rằng cổng đang mở",
|
"Port - Tooltip": "Chắc chắn rằng cổng đang mở",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "Thúc đẩy",
|
"Prompted": "Thúc đẩy",
|
||||||
"Provider URL": "Địa chỉ URL nhà cung cấp",
|
"Provider URL": "Địa chỉ URL nhà cung cấp",
|
||||||
"Provider URL - Tooltip": "URL để cấu hình nhà cung cấp dịch vụ, trường này chỉ được sử dụng để tham khảo và không được sử dụng trong Casdoor",
|
"Provider URL - Tooltip": "URL để cấu hình nhà cung cấp dịch vụ, trường này chỉ được sử dụng để tham khảo và không được sử dụng trong Casdoor",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "Định danh khu vực",
|
"Region ID": "Định danh khu vực",
|
||||||
"Region ID - Tooltip": "Định danh khu vực cho nhà cung cấp dịch vụ",
|
"Region ID - Tooltip": "Định danh khu vực cho nhà cung cấp dịch vụ",
|
||||||
"Region endpoint for Internet": "Điểm cuối khu vực cho Internet",
|
"Region endpoint for Internet": "Điểm cuối khu vực cho Internet",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "Được sử dụng bởi máy chủ để gọi API nhà cung cấp mã xác minh để xác minh",
|
"Secret key - Tooltip": "Được sử dụng bởi máy chủ để gọi API nhà cung cấp mã xác minh để xác minh",
|
||||||
"Send Testing Email": "Gửi Email kiểm tra",
|
"Send Testing Email": "Gửi Email kiểm tra",
|
||||||
"Send Testing SMS": "Gửi SMS kiểm tra",
|
"Send Testing SMS": "Gửi SMS kiểm tra",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "Ký tên",
|
"Sign Name": "Ký tên",
|
||||||
@@ -815,6 +840,7 @@
|
|||||||
"Error text": "Văn bản lỗi",
|
"Error text": "Văn bản lỗi",
|
||||||
"Error text - Tooltip": "Văn bản lỗi",
|
"Error text - Tooltip": "Văn bản lỗi",
|
||||||
"Is hashed": "Đã được băm mã hóa",
|
"Is hashed": "Đã được băm mã hóa",
|
||||||
|
"Is key": "Is key",
|
||||||
"Is read-only": "Is read-only",
|
"Is read-only": "Is read-only",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "New Syncer: Đồng bộ mới",
|
"New Syncer": "New Syncer: Đồng bộ mới",
|
||||||
|
@@ -139,8 +139,8 @@
|
|||||||
"Submit and complete": "完成提交"
|
"Submit and complete": "完成提交"
|
||||||
},
|
},
|
||||||
"enforcer": {
|
"enforcer": {
|
||||||
"Edit Enforcer": "Edit Enforcer",
|
"Edit Enforcer": "编辑Casbin执行器",
|
||||||
"New Enforcer": "New Enforcer"
|
"New Enforcer": "新建Casbin执行器"
|
||||||
},
|
},
|
||||||
"forget": {
|
"forget": {
|
||||||
"Account": "账号",
|
"Account": "账号",
|
||||||
@@ -163,18 +163,21 @@
|
|||||||
"Action": "操作",
|
"Action": "操作",
|
||||||
"Adapter": "适配器",
|
"Adapter": "适配器",
|
||||||
"Adapter - Tooltip": "策略存储的表名",
|
"Adapter - Tooltip": "策略存储的表名",
|
||||||
"Adapters": "适配器",
|
"Adapters": "Casbin适配器",
|
||||||
"Add": "添加",
|
"Add": "添加",
|
||||||
|
"Admin": "管理工具",
|
||||||
"Affiliation URL": "工作单位URL",
|
"Affiliation URL": "工作单位URL",
|
||||||
"Affiliation URL - Tooltip": "工作单位的官网URL",
|
"Affiliation URL - Tooltip": "工作单位的官网URL",
|
||||||
"Application": "应用",
|
"Application": "应用",
|
||||||
"Application - Tooltip": "Application - Tooltip",
|
"Application - Tooltip": "Application - Tooltip",
|
||||||
"Applications": "应用",
|
"Applications": "应用",
|
||||||
"Applications that require authentication": "需要认证和鉴权的应用",
|
"Applications that require authentication": "需要认证和鉴权的应用",
|
||||||
|
"Authorization": "Casbin权限管理",
|
||||||
"Avatar": "头像",
|
"Avatar": "头像",
|
||||||
"Avatar - Tooltip": "公开展示的用户头像",
|
"Avatar - Tooltip": "公开展示的用户头像",
|
||||||
"Back": "返回",
|
"Back": "返回",
|
||||||
"Back Home": "返回到首页",
|
"Back Home": "返回到首页",
|
||||||
|
"Business & Payments": "商业 & 付款",
|
||||||
"Cancel": "取消",
|
"Cancel": "取消",
|
||||||
"Captcha": "人机验证码",
|
"Captcha": "人机验证码",
|
||||||
"Cert": "证书",
|
"Cert": "证书",
|
||||||
@@ -204,7 +207,7 @@
|
|||||||
"Enable": "启用",
|
"Enable": "启用",
|
||||||
"Enabled": "已开启",
|
"Enabled": "已开启",
|
||||||
"Enabled successfully": "启用成功",
|
"Enabled successfully": "启用成功",
|
||||||
"Enforcers": "Enforcers",
|
"Enforcers": "Casbin执行器",
|
||||||
"Failed to add": "添加失败",
|
"Failed to add": "添加失败",
|
||||||
"Failed to connect to server": "连接服务器失败",
|
"Failed to connect to server": "连接服务器失败",
|
||||||
"Failed to delete": "删除失败",
|
"Failed to delete": "删除失败",
|
||||||
@@ -226,6 +229,7 @@
|
|||||||
"Home - Tooltip": "应用的首页",
|
"Home - Tooltip": "应用的首页",
|
||||||
"ID": "ID",
|
"ID": "ID",
|
||||||
"ID - Tooltip": "唯一的随机字符串",
|
"ID - Tooltip": "唯一的随机字符串",
|
||||||
|
"Identity": "身份认证",
|
||||||
"Is enabled": "已启用",
|
"Is enabled": "已启用",
|
||||||
"Is enabled - Tooltip": "是否启用",
|
"Is enabled - Tooltip": "是否启用",
|
||||||
"LDAPs": "LDAP",
|
"LDAPs": "LDAP",
|
||||||
@@ -234,6 +238,7 @@
|
|||||||
"Languages - Tooltip": "可选语言",
|
"Languages - Tooltip": "可选语言",
|
||||||
"Last name": "姓氏",
|
"Last name": "姓氏",
|
||||||
"Later": "稍后",
|
"Later": "稍后",
|
||||||
|
"Logging & Auditing": "日志 & 审计",
|
||||||
"Logo": "Logo",
|
"Logo": "Logo",
|
||||||
"Logo - Tooltip": "应用程序向外展示的图标",
|
"Logo - Tooltip": "应用程序向外展示的图标",
|
||||||
"MFA items": "MFA 项",
|
"MFA items": "MFA 项",
|
||||||
@@ -244,7 +249,7 @@
|
|||||||
"Method": "方法",
|
"Method": "方法",
|
||||||
"Model": "模型",
|
"Model": "模型",
|
||||||
"Model - Tooltip": "Casbin的访问控制模型",
|
"Model - Tooltip": "Casbin的访问控制模型",
|
||||||
"Models": "模型",
|
"Models": "Casbin模型",
|
||||||
"Name": "名称",
|
"Name": "名称",
|
||||||
"Name - Tooltip": "唯一的、字符串式的ID",
|
"Name - Tooltip": "唯一的、字符串式的ID",
|
||||||
"None": "无",
|
"None": "无",
|
||||||
@@ -327,6 +332,7 @@
|
|||||||
"Updated time": "更新时间",
|
"Updated time": "更新时间",
|
||||||
"User": "用户",
|
"User": "用户",
|
||||||
"User - Tooltip": "请确保用户名正确",
|
"User - Tooltip": "请确保用户名正确",
|
||||||
|
"User Management": "用户管理",
|
||||||
"User containers": "用户池",
|
"User containers": "用户池",
|
||||||
"User type": "用户类型",
|
"User type": "用户类型",
|
||||||
"User type - Tooltip": "用户所属的标签,默认为\"normal-user\"",
|
"User type - Tooltip": "用户所属的标签,默认为\"normal-user\"",
|
||||||
@@ -481,6 +487,7 @@
|
|||||||
"Currency - Tooltip": "如USD(美元),CNY(人民币)等",
|
"Currency - Tooltip": "如USD(美元),CNY(人民币)等",
|
||||||
"Download Invoice": "下载发票",
|
"Download Invoice": "下载发票",
|
||||||
"Edit Payment": "编辑付款",
|
"Edit Payment": "编辑付款",
|
||||||
|
"Failed reason": "失败原因",
|
||||||
"Individual": "个人",
|
"Individual": "个人",
|
||||||
"Invoice URL": "发票URL",
|
"Invoice URL": "发票URL",
|
||||||
"Invoice URL - Tooltip": "发票的下载地址URL",
|
"Invoice URL - Tooltip": "发票的下载地址URL",
|
||||||
@@ -514,6 +521,7 @@
|
|||||||
"Product - Tooltip": "商品名称",
|
"Product - Tooltip": "商品名称",
|
||||||
"Result": "结果",
|
"Result": "结果",
|
||||||
"Return to Website": "返回原网站",
|
"Return to Website": "返回原网站",
|
||||||
|
"The payment has been canceled": "付款已取消",
|
||||||
"The payment has failed": "支付失败",
|
"The payment has failed": "支付失败",
|
||||||
"The payment is still under processing": "支付正在处理",
|
"The payment is still under processing": "支付正在处理",
|
||||||
"Type - Tooltip": "商品购买时的支付方式",
|
"Type - Tooltip": "商品购买时的支付方式",
|
||||||
@@ -608,14 +616,20 @@
|
|||||||
"Access key - Tooltip": "Access key",
|
"Access key - Tooltip": "Access key",
|
||||||
"Agent ID": "Agent ID",
|
"Agent ID": "Agent ID",
|
||||||
"Agent ID - Tooltip": "Agent ID",
|
"Agent ID - Tooltip": "Agent ID",
|
||||||
|
"Api Key": "Api Key",
|
||||||
|
"Api Key - Tooltip": "Api Key - Tooltip",
|
||||||
"App ID": "App ID",
|
"App ID": "App ID",
|
||||||
"App ID - Tooltip": "App ID",
|
"App ID - Tooltip": "App ID",
|
||||||
"App key": "App key",
|
"App key": "App key",
|
||||||
"App key - Tooltip": "App key",
|
"App key - Tooltip": "App key",
|
||||||
"App secret": "App secret",
|
"App secret": "App secret",
|
||||||
"AppSecret - Tooltip": "App secret",
|
"AppSecret - Tooltip": "App secret",
|
||||||
|
"Auth Key": "Auth Key",
|
||||||
|
"Auth Key - Tooltip": "Auth Key - Tooltip",
|
||||||
"Auth URL": "Auth URL",
|
"Auth URL": "Auth URL",
|
||||||
"Auth URL - Tooltip": "Auth URL",
|
"Auth URL - Tooltip": "Auth URL",
|
||||||
|
"Base URL": "Base URL",
|
||||||
|
"Base URL - Tooltip": "Base URL - Tooltip",
|
||||||
"Bucket": "存储桶",
|
"Bucket": "存储桶",
|
||||||
"Bucket - Tooltip": "Bucket名称",
|
"Bucket - Tooltip": "Bucket名称",
|
||||||
"Can not parse metadata": "无法解析元数据",
|
"Can not parse metadata": "无法解析元数据",
|
||||||
@@ -649,6 +663,7 @@
|
|||||||
"Enable QR code - Tooltip": "是否允许扫描二维码登录",
|
"Enable QR code - Tooltip": "是否允许扫描二维码登录",
|
||||||
"Endpoint": "地域节点 (外网)",
|
"Endpoint": "地域节点 (外网)",
|
||||||
"Endpoint (Intranet)": "地域节点 (内网)",
|
"Endpoint (Intranet)": "地域节点 (内网)",
|
||||||
|
"Endpoint - Tooltip": "Endpoint - Tooltip",
|
||||||
"From address": "发件人地址",
|
"From address": "发件人地址",
|
||||||
"From address - Tooltip": "邮件里发件人的邮箱地址",
|
"From address - Tooltip": "邮件里发件人的邮箱地址",
|
||||||
"From name": "发件人名称",
|
"From name": "发件人名称",
|
||||||
@@ -674,9 +689,17 @@
|
|||||||
"Please use WeChat and scan the QR code to sign in": "请使用微信扫描二维码登录",
|
"Please use WeChat and scan the QR code to sign in": "请使用微信扫描二维码登录",
|
||||||
"Port": "端口",
|
"Port": "端口",
|
||||||
"Port - Tooltip": "请确保端口号打开",
|
"Port - Tooltip": "请确保端口号打开",
|
||||||
|
"Private Key": "Private Key",
|
||||||
|
"Private Key - Tooltip": "Private Key - Tooltip",
|
||||||
|
"Project Id": "Project Id",
|
||||||
|
"Project Id - Tooltip": "Project Id - Tooltip",
|
||||||
"Prompted": "注册后提醒绑定",
|
"Prompted": "注册后提醒绑定",
|
||||||
"Provider URL": "提供商URL",
|
"Provider URL": "提供商URL",
|
||||||
"Provider URL - Tooltip": "提供商网址配置对应的URL,该字段仅用来方便跳转,在Casdoor平台中未使用",
|
"Provider URL - Tooltip": "提供商网址配置对应的URL,该字段仅用来方便跳转,在Casdoor平台中未使用",
|
||||||
|
"Public key": "Public key",
|
||||||
|
"Public key - Tooltip": "Public key - Tooltip",
|
||||||
|
"Region": "Region",
|
||||||
|
"Region - Tooltip": "Region - Tooltip",
|
||||||
"Region ID": "地域ID",
|
"Region ID": "地域ID",
|
||||||
"Region ID - Tooltip": "提供商服务所属的地域ID",
|
"Region ID - Tooltip": "提供商服务所属的地域ID",
|
||||||
"Region endpoint for Internet": "地域节点 (外网)",
|
"Region endpoint for Internet": "地域节点 (外网)",
|
||||||
@@ -701,6 +724,8 @@
|
|||||||
"Secret key - Tooltip": "用于服务端调用验证码提供商API进行验证",
|
"Secret key - Tooltip": "用于服务端调用验证码提供商API进行验证",
|
||||||
"Send Testing Email": "发送测试邮件",
|
"Send Testing Email": "发送测试邮件",
|
||||||
"Send Testing SMS": "发送测试短信",
|
"Send Testing SMS": "发送测试短信",
|
||||||
|
"Sender Id": "Sender Id",
|
||||||
|
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||||
"Sender number": "Sender number",
|
"Sender number": "Sender number",
|
||||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||||
"Sign Name": "签名名称",
|
"Sign Name": "签名名称",
|
||||||
@@ -815,7 +840,8 @@
|
|||||||
"Error text": "错误信息",
|
"Error text": "错误信息",
|
||||||
"Error text - Tooltip": "错误信息",
|
"Error text - Tooltip": "错误信息",
|
||||||
"Is hashed": "是否参与哈希计算",
|
"Is hashed": "是否参与哈希计算",
|
||||||
"Is read-only": "Is read-only",
|
"Is key": "是否为主键",
|
||||||
|
"Is read-only": "是否只读",
|
||||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||||
"New Syncer": "添加同步器",
|
"New Syncer": "添加同步器",
|
||||||
"Sync interval": "同步间隔",
|
"Sync interval": "同步间隔",
|
||||||
|
Reference in New Issue
Block a user