feat: improve frontend i18n strings

This commit is contained in:
Yang Luo
2025-03-21 21:03:29 +08:00
parent 81102f8298
commit af55d0547f
31 changed files with 634 additions and 288 deletions

View File

@ -114,7 +114,7 @@ class InvitationEditPage extends React.Component {
const selectedOrganization = Setting.getArrayItem(this.state.organizations, "name", this.state.invitation.owner); const selectedOrganization = Setting.getArrayItem(this.state.organizations, "name", this.state.invitation.owner);
defaultApplication = selectedOrganization.defaultApplication; defaultApplication = selectedOrganization.defaultApplication;
if (!defaultApplication) { if (!defaultApplication) {
Setting.showMessage("error", i18next.t("invitation:You need to specify a default application for ") + selectedOrganization.name); Setting.showMessage("error", i18next.t("invitation:You need to first specify a default application for organization: ") + selectedOrganization.name);
return; return;
} }
} }

View File

@ -288,10 +288,8 @@ class ProviderEditPage extends React.Component {
default: default:
if (provider.type === "Aliyun Captcha") { if (provider.type === "Aliyun Captcha") {
return Setting.getLabel(i18next.t("provider:Scene"), i18next.t("provider:Scene - Tooltip")); return Setting.getLabel(i18next.t("provider:Scene"), i18next.t("provider:Scene - Tooltip"));
} else if (provider.type === "WeChat Pay") { } else if (provider.type === "WeChat Pay" || provider.type === "CUCloud") {
return Setting.getLabel(i18next.t("provider:App ID"), i18next.t("provider:App ID - Tooltip")); return Setting.getLabel(i18next.t("provider:App ID"), i18next.t("provider:App ID - Tooltip"));
} else if (provider.type === "CUCloud") {
return Setting.getLabel(i18next.t("provider:Account ID"), i18next.t("provider:Account ID - Tooltip"));
} else { } else {
return Setting.getLabel(i18next.t("provider:Client ID 2"), i18next.t("provider:Client ID 2 - Tooltip")); return Setting.getLabel(i18next.t("provider:Client ID 2"), i18next.t("provider:Client ID 2 - Tooltip"));
} }
@ -389,8 +387,8 @@ class ProviderEditPage extends React.Component {
text = i18next.t("provider:App Key"); text = i18next.t("provider:App Key");
tooltip = i18next.t("provider:App Key - Tooltip"); tooltip = i18next.t("provider:App Key - Tooltip");
} else if (provider.type === "CUCloud") { } else if (provider.type === "CUCloud") {
text = i18next.t("provider:Topic name"); text = "Topic name";
tooltip = i18next.t("provider:Topic name - Tooltip"); tooltip = "Topic name - Tooltip";
} }
} }
@ -1283,7 +1281,7 @@ class ProviderEditPage extends React.Component {
}} /> }} />
</Col> </Col>
<Col span={16} > <Col span={16} >
<Button type="primary" loading={this.state.metadataLoading} onClick={() => {this.fetchSamlMetadata();}}>{i18next.t("general:Request")}</Button> <Button style={{marginLeft: "10px"}} type="primary" loading={this.state.metadataLoading} onClick={() => {this.fetchSamlMetadata();}}>{i18next.t("general:Request")}</Button>
</Col> </Col>
</Row> </Row>
<Row style={{marginTop: "20px"}} > <Row style={{marginTop: "20px"}} >

View File

@ -306,7 +306,7 @@ class WebhookEditPage extends React.Component {
</Row> </Row>
<Row style={{marginTop: "20px"}} > <Row style={{marginTop: "20px"}} >
<Col style={{marginTop: "5px"}} span={(Setting.isMobile()) ? 22 : 2}> <Col style={{marginTop: "5px"}} span={(Setting.isMobile()) ? 22 : 2}>
{Setting.getLabel(i18next.t("application:Extended user fields"), i18next.t("application:Extended user fields - Tooltip"))} : {Setting.getLabel(i18next.t("webhook:Extended user fields"), i18next.t("webhook:Extended user fields - Tooltip"))} :
</Col> </Col>
<Col span={22} > <Col span={22} >
<Select virtual={false} mode="tags" showSearch style={{width: "100%"}} value={this.state.webhook.tokenFields} onChange={(value => {this.updateWebhookField("tokenFields", value);})}> <Select virtual={false} mode="tags" showSearch style={{width: "100%"}} value={this.state.webhook.tokenFields} onChange={(value => {this.updateWebhookField("tokenFields", value);})}>

View File

@ -305,7 +305,7 @@ const FaceRecognitionModal = (props) => {
if (maxScore < 0.9) { if (maxScore < 0.9) {
message.error(i18next.t("login:Face recognition failed")); message.error(i18next.t("login:Face recognition failed"));
} }
}}> {i18next.t("application:Generate faceId")}</Button> : null }}> {i18next.t("application:Generate Face ID")}</Button> : null
} }
</Space> </Space>
{ {

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Always", "Always": "Always",
"Auto signin": "Auto signin", "Auto signin": "Auto signin",
"Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login", "Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Delete", "Delete": "Delete",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Display name", "Display name": "Display name",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Použít stejnou DB jako Casdoor" "Use same DB - Tooltip": "Použít stejnou DB jako Casdoor"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Vždy", "Always": "Vždy",
"Auto signin": "Automatické přihlášení", "Auto signin": "Automatické přihlášení",
"Auto signin - Tooltip": "Když existuje přihlášená relace v Casdoor, je automaticky použita pro přihlášení na straně aplikace", "Auto signin - Tooltip": "Když existuje přihlášená relace v Casdoor, je automaticky použita pro přihlášení na straně aplikace",
"Background URL": "URL pozadí", "Background URL": "URL pozadí",
"Background URL - Tooltip": "URL obrázku pozadí použitého na přihlašovací stránce", "Background URL - Tooltip": "URL obrázku pozadí použitého na přihlašovací stránce",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Velká ikona", "Big icon": "Velká ikona",
"Binding providers": "Propojení poskytovatelé", "Binding providers": "Propojení poskytovatelé",
"CSS style": "CSS styl", "CSS style": "CSS styl",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Přizpůsobit patičku vaší aplikace", "Footer HTML - Tooltip": "Přizpůsobit patičku vaší aplikace",
"Form position": "Pozice formuláře", "Form position": "Pozice formuláře",
"Form position - Tooltip": "Umístění formulářů pro registraci, přihlášení a zapomenuté heslo", "Form position - Tooltip": "Umístění formulářů pro registraci, přihlášení a zapomenuté heslo",
"Generate Face ID": "Generate Face ID",
"Grant types": "Typy grantů", "Grant types": "Typy grantů",
"Grant types - Tooltip": "Vyberte, které typy grantů jsou povoleny v OAuth protokolu", "Grant types - Tooltip": "Vyberte, které typy grantů jsou povoleny v OAuth protokolu",
"Header HTML": "HTML hlavičky", "Header HTML": "HTML hlavičky",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Název tabulky úložiště politiky", "Adapter - Tooltip": "Název tabulky úložiště politiky",
"Adapters": "Adaptéry", "Adapters": "Adaptéry",
"Add": "Přidat", "Add": "Přidat",
"Add Face Id": "Přidat Face Id",
"Add custom item": "Přidat vlastní položku", "Add custom item": "Přidat vlastní položku",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL přidružení", "Affiliation URL": "URL přidružení",
@ -231,6 +235,7 @@
"Created time": "Čas vytvoření", "Created time": "Čas vytvoření",
"Custom": "Vlastní", "Custom": "Vlastní",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Výchozí", "Default": "Výchozí",
"Default application": "Výchozí aplikace", "Default application": "Výchozí aplikace",
"Default application - Tooltip": "Výchozí aplikace pro uživatele registrované přímo ze stránky organizace", "Default application - Tooltip": "Výchozí aplikace pro uživatele registrované přímo ze stránky organizace",
@ -241,6 +246,7 @@
"Delete": "Smazat", "Delete": "Smazat",
"Description": "Popis", "Description": "Popis",
"Description - Tooltip": "Podrobný popis pro referenci, Casdoor sám o sobě jej nepoužívá", "Description - Tooltip": "Podrobný popis pro referenci, Casdoor sám o sobě jej nepoužívá",
"Detail": "详情",
"Disable": "Zakázat", "Disable": "Zakázat",
"Display name": "Zobrazované jméno", "Display name": "Zobrazované jméno",
"Display name - Tooltip": "Uživatelsky přívětivé, snadno čitelné jméno zobrazené veřejně v UI", "Display name - Tooltip": "Uživatelsky přívětivé, snadno čitelné jméno zobrazené veřejně v UI",
@ -258,7 +264,6 @@
"Enabled": "Povoleno", "Enabled": "Povoleno",
"Enabled successfully": "Úspěšně povoleno", "Enabled successfully": "Úspěšně povoleno",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Nepodařilo se přidat", "Failed to add": "Nepodařilo se přidat",
"Failed to connect to server": "Nepodařilo se připojit k serveru", "Failed to connect to server": "Nepodařilo se připojit k serveru",
"Failed to delete": "Nepodařilo se smazat", "Failed to delete": "Nepodařilo se smazat",
@ -316,6 +321,8 @@
"Name": "Jméno", "Name": "Jméno",
"Name - Tooltip": "Unikátní, řetězcové ID", "Name - Tooltip": "Unikátní, řetězcové ID",
"Name format": "Formát jména", "Name format": "Formát jména",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "Žádný", "None": "Žádný",
"OAuth providers": "OAuth poskytovatelé", "OAuth providers": "OAuth poskytovatelé",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Telefonní číslo", "Phone - Tooltip": "Telefonní číslo",
"Phone only": "Pouze telefon", "Phone only": "Pouze telefon",
"Phone or Email": "Telefon nebo Email", "Phone or Email": "Telefon nebo Email",
"Plain": "Plain",
"Plan": "Plán", "Plan": "Plán",
"Plan - Tooltip": "Plán - Tooltip", "Plan - Tooltip": "Plán - Tooltip",
"Plans": "Plány", "Plans": "Plány",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Skutečné jméno", "Real name": "Skutečné jméno",
"Records": "Záznamy", "Records": "Záznamy",
"Request": "Request",
"Request URI": "Požadavek URI", "Request URI": "Požadavek URI",
"Resources": "Zdroje", "Resources": "Zdroje",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Nadřazená skupina - Tooltip", "Parent group - Tooltip": "Nadřazená skupina - Tooltip",
"Physical": "Fyzická", "Physical": "Fyzická",
"Show all": "Zobrazit vše", "Show all": "Zobrazit vše",
"Virtual": "Virtuální" "Virtual": "Virtuální",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "Noví uživatelé za posledních 30 dní", "New users past 30 days": "Noví uživatelé za posledních 30 dní",
@ -461,7 +471,8 @@
"Quota": "Kvóta", "Quota": "Kvóta",
"Quota - Tooltip": "Maximální počet uživatelů, kteří se mohou zaregistrovat pomocí tohoto pozvánkového kódu", "Quota - Tooltip": "Maximální počet uživatelů, kteří se mohou zaregistrovat pomocí tohoto pozvánkového kódu",
"Used count": "Počet použití", "Used count": "Počet použití",
"Used count - Tooltip": "Počet použití tohoto pozvánkového kódu" "Used count - Tooltip": "Počet použití tohoto pozvánkového kódu",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Váš telefon je", "Your phone is": "Váš telefon je",
"preferred": "preferované" "preferred": "preferované"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Pokročilý editor", "Advanced Editor": "Pokročilý editor",
"Basic Editor": "Základní editor", "Basic Editor": "Základní editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Kolekce štítků dostupných pro uživatele k výběru", "Tags - Tooltip": "Kolekce štítků dostupných pro uživatele k výběru",
"Use Email as username": "Použít email jako uživatelské jméno", "Use Email as username": "Použít email jako uživatelské jméno",
"Use Email as username - Tooltip": "Použít email jako uživatelské jméno, pokud není při registraci viditelné pole uživatelského jména", "Use Email as username - Tooltip": "Použít email jako uživatelské jméno, pokud není při registraci viditelné pole uživatelského jména",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Zobrazit pravidlo", "View rule": "Zobrazit pravidlo",
"Visible": "Viditelné", "Visible": "Viditelné",
"Website URL": "URL webových stránek", "Website URL": "URL webových stránek",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "placený uživatel nemá aktivní předplatné nebo čekající předplatné, prosím vyberte plán k nákupu" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "placený uživatel nemá aktivní předplatné nebo čekající předplatné, prosím vyberte plán k nákupu"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Koupit", "Buy": "Koupit",
"Buy Product": "Koupit produkt", "Buy Product": "Koupit produkt",
@ -757,7 +766,6 @@
"Sold": "Prodáno", "Sold": "Prodáno",
"Sold - Tooltip": "Prodávané množství", "Sold - Tooltip": "Prodávané množství",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Štítek produktu", "Tag - Tooltip": "Štítek produktu",
"Test buy page..": "Testovací stránka nákupu..", "Test buy page..": "Testovací stránka nákupu..",
"There is no payment channel for this product.": "Pro tento produkt neexistuje žádný platební kanál.", "There is no payment channel for this product.": "Pro tento produkt neexistuje žádný platební kanál.",
@ -817,6 +825,8 @@
"Edit Provider": "Upravit poskytovatele", "Edit Provider": "Upravit poskytovatele",
"Email content": "Obsah emailu", "Email content": "Obsah emailu",
"Email content - Tooltip": "Obsah emailu", "Email content - Tooltip": "Obsah emailu",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Název emailu", "Email title": "Název emailu",
"Email title - Tooltip": "Název emailu", "Email title - Tooltip": "Název emailu",
"Endpoint": "Koncový bod", "Endpoint": "Koncový bod",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Text klíče", "Key text - Tooltip": "Text klíče",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Metoda přihlášení, QR kód nebo tiché přihlášení", "Method - Tooltip": "Metoda přihlášení, QR kód nebo tiché přihlášení",
"New Provider": "Nový poskytovatel", "New Provider": "Nový poskytovatel",
"Normal": "Normální", "Normal": "Normální",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Upravit Webhook", "Edit Webhook": "Upravit Webhook",
"Events": "Události", "Events": "Události",
"Events - Tooltip": "Události", "Events - Tooltip": "Události",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Hlavičky", "Headers": "Hlavičky",
"Headers - Tooltip": "HTTP hlavičky (klíč-hodnota)", "Headers - Tooltip": "HTTP hlavičky (klíč-hodnota)",
"Is user extended": "Jsou rozšířená data uživatele", "Is user extended": "Jsou rozšířená data uživatele",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Immer", "Always": "Immer",
"Auto signin": "Automatische Anmeldung", "Auto signin": "Automatische Anmeldung",
"Auto signin - Tooltip": "Wenn eine angemeldete Session in Casdoor vorhanden ist, wird diese automatisch für die Anmeldung auf Anwendungsebene verwendet", "Auto signin - Tooltip": "Wenn eine angemeldete Session in Casdoor vorhanden ist, wird diese automatisch für die Anmeldung auf Anwendungsebene verwendet",
"Background URL": "Background-URL", "Background URL": "Background-URL",
"Background URL - Tooltip": "URL des Hintergrundbildes, das auf der Anmeldeseite angezeigt wird", "Background URL - Tooltip": "URL des Hintergrundbildes, das auf der Anmeldeseite angezeigt wird",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Formposition", "Form position": "Formposition",
"Form position - Tooltip": "Position der Anmelde-, Registrierungs- und Passwort-vergessen-Formulare", "Form position - Tooltip": "Position der Anmelde-, Registrierungs- und Passwort-vergessen-Formulare",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant-Typen", "Grant types": "Grant-Typen",
"Grant types - Tooltip": "Wählen Sie aus, welche Grant-Typen im OAuth-Protokoll zulässig sind", "Grant types - Tooltip": "Wählen Sie aus, welche Grant-Typen im OAuth-Protokoll zulässig sind",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Tabellenname des Policy Stores", "Adapter - Tooltip": "Tabellenname des Policy Stores",
"Adapters": "Adapter", "Adapters": "Adapter",
"Add": "Hinzufügen", "Add": "Hinzufügen",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Zugehörigkeits-URL", "Affiliation URL": "Zugehörigkeits-URL",
@ -231,6 +235,7 @@
"Created time": "Erstellte Zeit", "Created time": "Erstellte Zeit",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Standard Anwendung", "Default application": "Standard Anwendung",
"Default application - Tooltip": "Standard-Anwendung für Benutzer, die direkt von der Organisationsseite registriert wurden", "Default application - Tooltip": "Standard-Anwendung für Benutzer, die direkt von der Organisationsseite registriert wurden",
@ -241,6 +246,7 @@
"Delete": "Löschen", "Delete": "Löschen",
"Description": "Beschreibung", "Description": "Beschreibung",
"Description - Tooltip": "Detaillierte Beschreibungsinformationen zur Referenz, Casdoor selbst wird es nicht verwenden", "Description - Tooltip": "Detaillierte Beschreibungsinformationen zur Referenz, Casdoor selbst wird es nicht verwenden",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Anzeigename", "Display name": "Anzeigename",
"Display name - Tooltip": "Ein benutzerfreundlicher, leicht lesbarer Name, der öffentlich in der Benutzeroberfläche angezeigt wird", "Display name - Tooltip": "Ein benutzerfreundlicher, leicht lesbarer Name, der öffentlich in der Benutzeroberfläche angezeigt wird",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Fehler beim hinzufügen", "Failed to add": "Fehler beim hinzufügen",
"Failed to connect to server": "Die Verbindung zum Server konnte nicht hergestellt werden", "Failed to connect to server": "Die Verbindung zum Server konnte nicht hergestellt werden",
"Failed to delete": "Konnte nicht gelöscht werden", "Failed to delete": "Konnte nicht gelöscht werden",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Eindeutige, auf Strings basierende ID", "Name - Tooltip": "Eindeutige, auf Strings basierende ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth-Provider", "OAuth providers": "OAuth-Provider",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Telefonnummer", "Phone - Tooltip": "Telefonnummer",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Pläne", "Plans": "Pläne",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Echter Name", "Real name": "Echter Name",
"Records": "Datensätze", "Records": "Datensätze",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Ressourcen", "Resources": "Ressourcen",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Erweiterter Editor", "Advanced Editor": "Erweiterter Editor",
"Basic Editor": "Basis-Editor", "Basic Editor": "Basis-Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Sammlung von Tags, die für Benutzer zur Auswahl zur Verfügung stehen", "Tags - Tooltip": "Sammlung von Tags, die für Benutzer zur Auswahl zur Verfügung stehen",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Ansichtsregel", "View rule": "Ansichtsregel",
"Visible": "Sichtbar", "Visible": "Sichtbar",
"Website URL": "Website-URL", "Website URL": "Website-URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Kaufen", "Buy": "Kaufen",
"Buy Product": "Produkt kaufen", "Buy Product": "Produkt kaufen",
@ -757,7 +766,6 @@
"Sold": "Verkauft", "Sold": "Verkauft",
"Sold - Tooltip": "Menge verkauft", "Sold - Tooltip": "Menge verkauft",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag des Produkts", "Tag - Tooltip": "Tag des Produkts",
"Test buy page..": "Testkaufseite.", "Test buy page..": "Testkaufseite.",
"There is no payment channel for this product.": "Es gibt keinen Zahlungskanal für dieses Produkt.", "There is no payment channel for this product.": "Es gibt keinen Zahlungskanal für dieses Produkt.",
@ -817,6 +825,8 @@
"Edit Provider": "Provider bearbeiten", "Edit Provider": "Provider bearbeiten",
"Email content": "Email-Inhalt", "Email content": "Email-Inhalt",
"Email content - Tooltip": "Inhalt der E-Mail", "Email content - Tooltip": "Inhalt der E-Mail",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email-Titel", "Email title": "Email-Titel",
"Email title - Tooltip": "Betreff der E-Mail", "Email title - Tooltip": "Betreff der E-Mail",
"Endpoint": "Endpunkt", "Endpoint": "Endpunkt",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadaten", "Metadata": "Metadaten",
"Metadata - Tooltip": "SAML-Metadaten", "Metadata - Tooltip": "SAML-Metadaten",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Anmeldeverfahren, QR-Code oder Silent-Login", "Method - Tooltip": "Anmeldeverfahren, QR-Code oder Silent-Login",
"New Provider": "Neuer Provider", "New Provider": "Neuer Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Webhook bearbeiten", "Edit Webhook": "Webhook bearbeiten",
"Events": "Ereignisse", "Events": "Ereignisse",
"Events - Tooltip": "Ereignisse", "Events - Tooltip": "Ereignisse",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Überschriften", "Headers": "Überschriften",
"Headers - Tooltip": "HTTP-Header (Schlüssel-Wert-Paare)", "Headers - Tooltip": "HTTP-Header (Schlüssel-Wert-Paare)",
"Is user extended": "Wurde der Benutzer erweitert?", "Is user extended": "Wurde der Benutzer erweitert?",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use the same DB as Casdoor" "Use same DB - Tooltip": "Use the same DB as Casdoor"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Always", "Always": "Always",
"Auto signin": "Auto signin", "Auto signin": "Auto signin",
"Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login", "Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -259,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -317,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -345,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -363,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -443,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -462,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "The maximum number of users that can register using this invitation code", "Quota - Tooltip": "The maximum number of users that can register using this invitation code",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "The number of times this invitation code has been used" "Used count - Tooltip": "The number of times this invitation code has been used",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -587,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -623,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -729,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -758,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -818,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -845,6 +854,8 @@
"Key text - Tooltip": "Key text", "Key text - Tooltip": "Key text",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1245,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "siempre", "Always": "siempre",
"Auto signin": "Inicio de sesión automático", "Auto signin": "Inicio de sesión automático",
"Auto signin - Tooltip": "Cuando existe una sesión iniciada en Casdoor, se utiliza automáticamente para el inicio de sesión del lado de la aplicación", "Auto signin - Tooltip": "Cuando existe una sesión iniciada en Casdoor, se utiliza automáticamente para el inicio de sesión del lado de la aplicación",
"Background URL": "URL de fondo", "Background URL": "URL de fondo",
"Background URL - Tooltip": "URL de la imagen de fondo utilizada en la página de inicio de sesión", "Background URL - Tooltip": "URL de la imagen de fondo utilizada en la página de inicio de sesión",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Posición de la Forma", "Form position": "Posición de la Forma",
"Form position - Tooltip": "Ubicación de los formularios de registro, inicio de sesión y olvido de contraseña", "Form position - Tooltip": "Ubicación de los formularios de registro, inicio de sesión y olvido de contraseña",
"Generate Face ID": "Generate Face ID",
"Grant types": "Tipos de subvenciones", "Grant types": "Tipos de subvenciones",
"Grant types - Tooltip": "Selecciona cuáles tipos de subvenciones están permitidas en el protocolo OAuth", "Grant types - Tooltip": "Selecciona cuáles tipos de subvenciones están permitidas en el protocolo OAuth",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"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",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL de afiliación", "Affiliation URL": "URL de afiliación",
@ -231,6 +235,7 @@
"Created time": "Tiempo creado", "Created time": "Tiempo creado",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Aplicación predeterminada", "Default application": "Aplicación predeterminada",
"Default application - Tooltip": "Aplicación predeterminada para usuarios registrados directamente desde la página de la organización", "Default application - Tooltip": "Aplicación predeterminada para usuarios registrados directamente desde la página de la organización",
@ -241,6 +246,7 @@
"Delete": "Eliminar", "Delete": "Eliminar",
"Description": "Descripción", "Description": "Descripción",
"Description - Tooltip": "Información detallada de descripción para referencia, Casdoor en sí no la utilizará", "Description - Tooltip": "Información detallada de descripción para referencia, Casdoor en sí no la utilizará",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Nombre de pantalla", "Display name": "Nombre de pantalla",
"Display name - Tooltip": "Un nombre fácil de usar y leer que se muestra públicamente en la interfaz de usuario", "Display name - Tooltip": "Un nombre fácil de usar y leer que se muestra públicamente en la interfaz de usuario",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "No se pudo agregar", "Failed to add": "No se pudo agregar",
"Failed to connect to server": "No se pudo conectar al servidor", "Failed to connect to server": "No se pudo conectar al servidor",
"Failed to delete": "No se pudo eliminar", "Failed to delete": "No se pudo eliminar",
@ -316,6 +321,8 @@
"Name": "Nombre", "Name": "Nombre",
"Name - Tooltip": "ID único basado en cadenas", "Name - Tooltip": "ID único basado en cadenas",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "Proveedores de OAuth", "OAuth providers": "Proveedores de OAuth",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Número de teléfono", "Phone - Tooltip": "Número de teléfono",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Planes", "Plans": "Planes",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Nombre real", "Real name": "Nombre real",
"Records": "Registros", "Records": "Registros",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Recursos", "Resources": "Recursos",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Administrador", "Admin": "Administrador",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Editor avanzado", "Advanced Editor": "Editor avanzado",
"Basic Editor": "Editor básico", "Basic Editor": "Editor básico",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Colección de etiquetas disponibles para que los usuarios elijan", "Tags - Tooltip": "Colección de etiquetas disponibles para que los usuarios elijan",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Regla de visualización", "View rule": "Regla de visualización",
"Visible": "Visible - Visible", "Visible": "Visible - Visible",
"Website URL": "URL del sitio web", "Website URL": "URL del sitio web",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Comprar", "Buy": "Comprar",
"Buy Product": "Comprar producto", "Buy Product": "Comprar producto",
@ -757,7 +766,6 @@
"Sold": "Vendido", "Sold": "Vendido",
"Sold - Tooltip": "Cantidad vendida", "Sold - Tooltip": "Cantidad vendida",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Etiqueta de producto", "Tag - Tooltip": "Etiqueta de producto",
"Test buy page..": "Página de compra de prueba.", "Test buy page..": "Página de compra de prueba.",
"There is no payment channel for this product.": "No hay canal de pago para este producto.", "There is no payment channel for this product.": "No hay canal de pago para este producto.",
@ -817,6 +825,8 @@
"Edit Provider": "Editar proveedor", "Edit Provider": "Editar proveedor",
"Email content": "Contenido de correo electrónico", "Email content": "Contenido de correo electrónico",
"Email content - Tooltip": "Contenido del correo electrónico", "Email content - Tooltip": "Contenido del correo electrónico",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Título del correo electrónico", "Email title": "Título del correo electrónico",
"Email title - Tooltip": "Título del correo electrónico", "Email title - Tooltip": "Título del correo electrónico",
"Endpoint": "Punto final", "Endpoint": "Punto final",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadatos", "Metadata": "Metadatos",
"Metadata - Tooltip": "Metadatos SAML", "Metadata - Tooltip": "Metadatos SAML",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Método de inicio de sesión, código QR o inicio de sesión silencioso", "Method - Tooltip": "Método de inicio de sesión, código QR o inicio de sesión silencioso",
"New Provider": "Nuevo proveedor", "New Provider": "Nuevo proveedor",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Editar Webhook", "Edit Webhook": "Editar Webhook",
"Events": "Eventos", "Events": "Eventos",
"Events - Tooltip": "Eventos", "Events - Tooltip": "Eventos",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Encabezados", "Headers": "Encabezados",
"Headers - Tooltip": "Encabezados de HTTP (pares de clave-valor)", "Headers - Tooltip": "Encabezados de HTTP (pares de clave-valor)",
"Is user extended": "¿Está el usuario extendido?", "Is user extended": "¿Está el usuario extendido?",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "استفاده از همان پایگاه داده به عنوان Casdoor" "Use same DB - Tooltip": "استفاده از همان پایگاه داده به عنوان Casdoor"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "همیشه", "Always": "همیشه",
"Auto signin": "ورود خودکار", "Auto signin": "ورود خودکار",
"Auto signin - Tooltip": "هنگامی که یک جلسه ورود در Casdoor وجود دارد، به‌طور خودکار برای ورود به برنامه استفاده می‌شود", "Auto signin - Tooltip": "هنگامی که یک جلسه ورود در Casdoor وجود دارد، به‌طور خودکار برای ورود به برنامه استفاده می‌شود",
"Background URL": "آدرس پس‌زمینه", "Background URL": "آدرس پس‌زمینه",
"Background URL - Tooltip": "آدرس تصویر پس‌زمینه استفاده شده در صفحه ورود", "Background URL - Tooltip": "آدرس تصویر پس‌زمینه استفاده شده در صفحه ورود",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "آیکون بزرگ", "Big icon": "آیکون بزرگ",
"Binding providers": "اتصال ارائه‌دهندگان", "Binding providers": "اتصال ارائه‌دهندگان",
"CSS style": "استایل CSS", "CSS style": "استایل CSS",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "پاورقی برنامه خود را سفارشی کنید", "Footer HTML - Tooltip": "پاورقی برنامه خود را سفارشی کنید",
"Form position": "موقعیت فرم", "Form position": "موقعیت فرم",
"Form position - Tooltip": "مکان فرم‌های ثبت‌نام، ورود و فراموشی رمز عبور", "Form position - Tooltip": "مکان فرم‌های ثبت‌نام، ورود و فراموشی رمز عبور",
"Generate Face ID": "Generate Face ID",
"Grant types": "نوع‌های اعطا", "Grant types": "نوع‌های اعطا",
"Grant types - Tooltip": "انتخاب کنید کدام نوع‌های اعطا در پروتکل OAuth مجاز هستند", "Grant types - Tooltip": "انتخاب کنید کدام نوع‌های اعطا در پروتکل OAuth مجاز هستند",
"Header HTML": "HTML سربرگ", "Header HTML": "HTML سربرگ",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "نام جدول فروشگاه سیاست", "Adapter - Tooltip": "نام جدول فروشگاه سیاست",
"Adapters": "آداپتورها", "Adapters": "آداپتورها",
"Add": "افزودن", "Add": "افزودن",
"Add Face Id": "افزودن Face Id",
"Add custom item": "افزودن مورد سفارشی", "Add custom item": "افزودن مورد سفارشی",
"Admin": "مدیر", "Admin": "مدیر",
"Affiliation URL": "آدرس وابستگی", "Affiliation URL": "آدرس وابستگی",
@ -231,6 +235,7 @@
"Created time": "زمان ایجاد", "Created time": "زمان ایجاد",
"Custom": "سفارشی", "Custom": "سفارشی",
"Dashboard": "داشبورد", "Dashboard": "داشبورد",
"Data": "Data",
"Default": "پیش‌فرض", "Default": "پیش‌فرض",
"Default application": "برنامه پیش‌فرض", "Default application": "برنامه پیش‌فرض",
"Default application - Tooltip": "برنامه پیش‌فرض برای کاربرانی که مستقیماً از صفحه سازمان ثبت‌نام می‌کنند", "Default application - Tooltip": "برنامه پیش‌فرض برای کاربرانی که مستقیماً از صفحه سازمان ثبت‌نام می‌کنند",
@ -241,6 +246,7 @@
"Delete": "حذف", "Delete": "حذف",
"Description": "توضیحات", "Description": "توضیحات",
"Description - Tooltip": "اطلاعات توضیحات دقیق برای مرجع، خود Casdoor از آن استفاده نمی‌کند", "Description - Tooltip": "اطلاعات توضیحات دقیق برای مرجع، خود Casdoor از آن استفاده نمی‌کند",
"Detail": "详情",
"Disable": "غیرفعال", "Disable": "غیرفعال",
"Display name": "نام نمایشی", "Display name": "نام نمایشی",
"Display name - Tooltip": "نام کاربرپسند و قابل خواندن آسان که به‌صورت عمومی در رابط کاربری نمایش داده می‌شود", "Display name - Tooltip": "نام کاربرپسند و قابل خواندن آسان که به‌صورت عمومی در رابط کاربری نمایش داده می‌شود",
@ -258,7 +264,6 @@
"Enabled": "فعال شده", "Enabled": "فعال شده",
"Enabled successfully": "با موفقیت فعال شد", "Enabled successfully": "با موفقیت فعال شد",
"Enforcers": "Enforcerها", "Enforcers": "Enforcerها",
"FaceIdData": "داده‌های FaceId",
"Failed to add": "عدم موفقیت در افزودن", "Failed to add": "عدم موفقیت در افزودن",
"Failed to connect to server": "عدم موفقیت در اتصال به سرور", "Failed to connect to server": "عدم موفقیت در اتصال به سرور",
"Failed to delete": "عدم موفقیت در حذف", "Failed to delete": "عدم موفقیت در حذف",
@ -316,6 +321,8 @@
"Name": "نام", "Name": "نام",
"Name - Tooltip": "شناسه رشته‌ای منحصربه‌فرد", "Name - Tooltip": "شناسه رشته‌ای منحصربه‌فرد",
"Name format": "قالب نام", "Name format": "قالب نام",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "غیر LDAP", "Non-LDAP": "غیر LDAP",
"None": "هیچ‌کدام", "None": "هیچ‌کدام",
"OAuth providers": "ارائه‌دهندگان OAuth", "OAuth providers": "ارائه‌دهندگان OAuth",
@ -344,6 +351,7 @@
"Phone - Tooltip": "شماره تلفن", "Phone - Tooltip": "شماره تلفن",
"Phone only": "فقط تلفن", "Phone only": "فقط تلفن",
"Phone or Email": "تلفن یا ایمیل", "Phone or Email": "تلفن یا ایمیل",
"Plain": "Plain",
"Plan": "طرح", "Plan": "طرح",
"Plan - Tooltip": "طرح - راهنمای ابزار", "Plan - Tooltip": "طرح - راهنمای ابزار",
"Plans": "طرح‌ها", "Plans": "طرح‌ها",
@ -362,6 +370,7 @@
"QR code is too large": "کد QR بیش از حد بزرگ است", "QR code is too large": "کد QR بیش از حد بزرگ است",
"Real name": "نام واقعی", "Real name": "نام واقعی",
"Records": "سوابق", "Records": "سوابق",
"Request": "Request",
"Request URI": "آدرس URI درخواست", "Request URI": "آدرس URI درخواست",
"Resources": "منابع", "Resources": "منابع",
"Role": "نقش", "Role": "نقش",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "گروه والد - راهنمای ابزار", "Parent group - Tooltip": "گروه والد - راهنمای ابزار",
"Physical": "فیزیکی", "Physical": "فیزیکی",
"Show all": "نمایش همه", "Show all": "نمایش همه",
"Virtual": "مجازی" "Virtual": "مجازی",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "کاربران جدید در ۳۰ روز گذشته", "New users past 30 days": "کاربران جدید در ۳۰ روز گذشته",
@ -461,7 +471,8 @@
"Quota": "سهمیه", "Quota": "سهمیه",
"Quota - Tooltip": "حداکثر تعداد کاربرانی که می‌توانند با استفاده از این کد دعوت ثبت‌نام کنند", "Quota - Tooltip": "حداکثر تعداد کاربرانی که می‌توانند با استفاده از این کد دعوت ثبت‌نام کنند",
"Used count": "تعداد استفاده شده", "Used count": "تعداد استفاده شده",
"Used count - Tooltip": "تعداد دفعات استفاده از این کد دعوت" "Used count - Tooltip": "تعداد دفعات استفاده از این کد دعوت",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "مدیر", "Admin": "مدیر",
@ -586,11 +597,6 @@
"Your phone is": "تلفن شما", "Your phone is": "تلفن شما",
"preferred": "مورد علاقه" "preferred": "مورد علاقه"
}, },
"mfaAccount": {
"Account Name": "نام حساب",
"Issuer": "صادرکننده",
"Secret Key": "کلید مخفی"
},
"model": { "model": {
"Advanced Editor": "ویرایشگر پیشرفته", "Advanced Editor": "ویرایشگر پیشرفته",
"Basic Editor": "ویرایشگر ابتدایی", "Basic Editor": "ویرایشگر ابتدایی",
@ -622,6 +628,8 @@
"Tags - Tooltip": "مجموعه‌ای از برچسب‌های موجود برای انتخاب کاربران", "Tags - Tooltip": "مجموعه‌ای از برچسب‌های موجود برای انتخاب کاربران",
"Use Email as username": "استفاده از ایمیل به‌عنوان نام کاربری", "Use Email as username": "استفاده از ایمیل به‌عنوان نام کاربری",
"Use Email as username - Tooltip": "اگر فیلد نام کاربری در ثبت‌نام قابل مشاهده نباشد، از ایمیل به‌عنوان نام کاربری استفاده کنید", "Use Email as username - Tooltip": "اگر فیلد نام کاربری در ثبت‌نام قابل مشاهده نباشد، از ایمیل به‌عنوان نام کاربری استفاده کنید",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "قانون مشاهده", "View rule": "قانون مشاهده",
"Visible": "قابل مشاهده", "Visible": "قابل مشاهده",
"Website URL": "آدرس وب‌سایت", "Website URL": "آدرس وب‌سایت",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "کاربر پرداختی اشتراک فعال یا در انتظار ندارد، لطفاً یک طرح برای خرید انتخاب کنید" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "کاربر پرداختی اشتراک فعال یا در انتظار ندارد، لطفاً یک طرح برای خرید انتخاب کنید"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "خرید", "Buy": "خرید",
"Buy Product": "خرید محصول", "Buy Product": "خرید محصول",
@ -757,7 +766,6 @@
"Sold": "فروخته شده", "Sold": "فروخته شده",
"Sold - Tooltip": "تعداد فروخته شده", "Sold - Tooltip": "تعداد فروخته شده",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "برچسب محصول", "Tag - Tooltip": "برچسب محصول",
"Test buy page..": "صفحه تست خرید..", "Test buy page..": "صفحه تست خرید..",
"There is no payment channel for this product.": "برای این محصول کانال پرداختی وجود ندارد.", "There is no payment channel for this product.": "برای این محصول کانال پرداختی وجود ندارد.",
@ -817,6 +825,8 @@
"Edit Provider": "ویرایش ارائه‌دهنده", "Edit Provider": "ویرایش ارائه‌دهنده",
"Email content": "محتوای ایمیل", "Email content": "محتوای ایمیل",
"Email content - Tooltip": "محتوای ایمیل", "Email content - Tooltip": "محتوای ایمیل",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "عنوان ایمیل", "Email title": "عنوان ایمیل",
"Email title - Tooltip": "عنوان ایمیل", "Email title - Tooltip": "عنوان ایمیل",
"Endpoint": "نقطه پایانی", "Endpoint": "نقطه پایانی",
@ -844,6 +854,8 @@
"Key text - Tooltip": "متن کلید", "Key text - Tooltip": "متن کلید",
"Metadata": "فراداده", "Metadata": "فراداده",
"Metadata - Tooltip": "فراداده SAML", "Metadata - Tooltip": "فراداده SAML",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "روش ورود، کد QR یا ورود بی‌صدا", "Method - Tooltip": "روش ورود، کد QR یا ورود بی‌صدا",
"New Provider": "ارائه‌دهنده جدید", "New Provider": "ارائه‌دهنده جدید",
"Normal": "عادی", "Normal": "عادی",
@ -1244,6 +1256,8 @@
"Edit Webhook": "ویرایش Webhook", "Edit Webhook": "ویرایش Webhook",
"Events": "رویدادها", "Events": "رویدادها",
"Events - Tooltip": "رویدادها", "Events - Tooltip": "رویدادها",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "هدرها", "Headers": "هدرها",
"Headers - Tooltip": "هدرهای HTTP (کلید-مقدار)", "Headers - Tooltip": "هدرهای HTTP (کلید-مقدار)",
"Is user extended": "کاربر گسترش یافته است", "Is user extended": "کاربر گسترش یافته است",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Always", "Always": "Always",
"Auto signin": "Auto signin", "Auto signin": "Auto signin",
"Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login", "Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Delete", "Delete": "Delete",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Display name", "Display name": "Display name",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Toujours", "Always": "Toujours",
"Auto signin": "Connexion automatique", "Auto signin": "Connexion automatique",
"Auto signin - Tooltip": "Lorsqu'une session connectée existe dans Casdoor, elle est automatiquement utilisée pour la connexion côté application", "Auto signin - Tooltip": "Lorsqu'une session connectée existe dans Casdoor, elle est automatiquement utilisée pour la connexion côté application",
"Background URL": "URL de fond", "Background URL": "URL de fond",
"Background URL - Tooltip": "L'URL de l'image d'arrière-plan utilisée sur la page de connexion", "Background URL - Tooltip": "L'URL de l'image d'arrière-plan utilisée sur la page de connexion",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Fournisseurs liés", "Binding providers": "Fournisseurs liés",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Position du formulaire", "Form position": "Position du formulaire",
"Form position - Tooltip": "Emplacement des formulaires d'inscription, de connexion et de récupération de mot de passe", "Form position - Tooltip": "Emplacement des formulaires d'inscription, de connexion et de récupération de mot de passe",
"Generate Face ID": "Generate Face ID",
"Grant types": "Types d'autorisation", "Grant types": "Types d'autorisation",
"Grant types - Tooltip": "Sélectionnez les types d'autorisations autorisés dans le protocole OAuth", "Grant types - Tooltip": "Sélectionnez les types d'autorisations autorisés dans le protocole OAuth",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Nom de la table du magasin de règle", "Adapter - Tooltip": "Nom de la table du magasin de règle",
"Adapters": "Adaptateurs", "Adapters": "Adaptateurs",
"Add": "Ajouter", "Add": "Ajouter",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Administration", "Admin": "Administration",
"Affiliation URL": "URL d'affiliation", "Affiliation URL": "URL d'affiliation",
@ -231,6 +235,7 @@
"Created time": "Date de création", "Created time": "Date de création",
"Custom": "Personnalisée", "Custom": "Personnalisée",
"Dashboard": "Tableau de bord", "Dashboard": "Tableau de bord",
"Data": "Data",
"Default": "Par défaut", "Default": "Par défaut",
"Default application": "Application par défaut", "Default application": "Application par défaut",
"Default application - Tooltip": "Application par défaut pour les comptes enregistrés directement depuis la page de l'organisation", "Default application - Tooltip": "Application par défaut pour les comptes enregistrés directement depuis la page de l'organisation",
@ -241,6 +246,7 @@
"Delete": "Supprimer", "Delete": "Supprimer",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Description détaillée pour référence, Casdoor ne l'utilisera pas en soi", "Description - Tooltip": "Description détaillée pour référence, Casdoor ne l'utilisera pas en soi",
"Detail": "详情",
"Disable": "Désactiver", "Disable": "Désactiver",
"Display name": "Nom d'affichage", "Display name": "Nom d'affichage",
"Display name - Tooltip": "Un nom convivial et facilement lisible affiché publiquement dans l'interface utilisateur", "Display name - Tooltip": "Un nom convivial et facilement lisible affiché publiquement dans l'interface utilisateur",
@ -258,7 +264,6 @@
"Enabled": "Activé", "Enabled": "Activé",
"Enabled successfully": "Activé avec succès", "Enabled successfully": "Activé avec succès",
"Enforcers": "Exécuteurs", "Enforcers": "Exécuteurs",
"FaceIdData": "FaceIdData",
"Failed to add": "Échec d'ajout", "Failed to add": "Échec d'ajout",
"Failed to connect to server": "Échec de la connexion au serveur", "Failed to connect to server": "Échec de la connexion au serveur",
"Failed to delete": "Échec de la suppression", "Failed to delete": "Échec de la suppression",
@ -316,6 +321,8 @@
"Name": "Nom", "Name": "Nom",
"Name - Tooltip": "Identifiant unique à base de chaîne", "Name - Tooltip": "Identifiant unique à base de chaîne",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "Aucun", "None": "Aucun",
"OAuth providers": "Fournisseurs OAuth", "OAuth providers": "Fournisseurs OAuth",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Numéro de téléphone", "Phone - Tooltip": "Numéro de téléphone",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Offre", "Plan": "Offre",
"Plan - Tooltip": "Offre - Infobulle", "Plan - Tooltip": "Offre - Infobulle",
"Plans": "Offres", "Plans": "Offres",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Nom complet", "Real name": "Nom complet",
"Records": "Enregistrements", "Records": "Enregistrements",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Ressources", "Resources": "Ressources",
"Role": "Rôle", "Role": "Rôle",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Groupe parent - Infobulle", "Parent group - Tooltip": "Groupe parent - Infobulle",
"Physical": "Physique", "Physical": "Physique",
"Show all": "Tout afficher", "Show all": "Tout afficher",
"Virtual": "Virtuel" "Virtual": "Virtuel",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "Comptes créés dans les 30 derniers jours", "New users past 30 days": "Comptes créés dans les 30 derniers jours",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Compte d'administration", "Admin": "Compte d'administration",
@ -586,11 +597,6 @@
"Your phone is": "Votre téléphone est", "Your phone is": "Votre téléphone est",
"preferred": "préféré" "preferred": "préféré"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Éditeur avancé", "Advanced Editor": "Éditeur avancé",
"Basic Editor": "Éditeur de base", "Basic Editor": "Éditeur de base",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection d'étiquettes disponibles pour les comptes", "Tags - Tooltip": "Collection d'étiquettes disponibles pour les comptes",
"Use Email as username": "Utiliser l'e-mail comme identifiant", "Use Email as username": "Utiliser l'e-mail comme identifiant",
"Use Email as username - Tooltip": "Utiliser l'adresse e-mail comme identifiant pour les comptes lorsque l'identifiant ne fait pas partie des champs d'inscription", "Use Email as username - Tooltip": "Utiliser l'adresse e-mail comme identifiant pour les comptes lorsque l'identifiant ne fait pas partie des champs d'inscription",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Règle de visibilité", "View rule": "Règle de visibilité",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "URL du site web", "Website URL": "URL du site web",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Acheter", "Buy": "Acheter",
"Buy Product": "Acheter un produit", "Buy Product": "Acheter un produit",
@ -757,7 +766,6 @@
"Sold": "Vendu", "Sold": "Vendu",
"Sold - Tooltip": "Quantité vendue", "Sold - Tooltip": "Quantité vendue",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Étiquette de produit", "Tag - Tooltip": "Étiquette de produit",
"Test buy page..": "Page d'achat de test.", "Test buy page..": "Page d'achat de test.",
"There is no payment channel for this product.": "Il n'y a aucun canal de paiement pour ce produit.", "There is no payment channel for this product.": "Il n'y a aucun canal de paiement pour ce produit.",
@ -817,6 +825,8 @@
"Edit Provider": "Modifier le fournisseur", "Edit Provider": "Modifier le fournisseur",
"Email content": "Contenu de l'e-mail", "Email content": "Contenu de l'e-mail",
"Email content - Tooltip": "Contenu de l'e-mail", "Email content - Tooltip": "Contenu de l'e-mail",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Titre de l'email", "Email title": "Titre de l'email",
"Email title - Tooltip": "Titre de l'email", "Email title - Tooltip": "Titre de l'email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Métadonnées", "Metadata": "Métadonnées",
"Metadata - Tooltip": "Métadonnées SAML", "Metadata - Tooltip": "Métadonnées SAML",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Méthode de connexion, code QR ou connexion silencieuse", "Method - Tooltip": "Méthode de connexion, code QR ou connexion silencieuse",
"New Provider": "Nouveau fournisseur", "New Provider": "Nouveau fournisseur",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Modifier le Webhook", "Edit Webhook": "Modifier le Webhook",
"Events": "Événements", "Events": "Événements",
"Events - Tooltip": "Événements", "Events - Tooltip": "Événements",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "En-têtes", "Headers": "En-têtes",
"Headers - Tooltip": "En-têtes HTTP (paires clé-valeur)", "Headers - Tooltip": "En-têtes HTTP (paires clé-valeur)",
"Is user extended": "Inclure les champs étendus", "Is user extended": "Inclure les champs étendus",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Always", "Always": "Always",
"Auto signin": "Auto signin", "Auto signin": "Auto signin",
"Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login", "Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Delete", "Delete": "Delete",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Display name", "Display name": "Display name",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Selalu", "Always": "Selalu",
"Auto signin": "Masuk otomatis", "Auto signin": "Masuk otomatis",
"Auto signin - Tooltip": "Ketika sesi masuk yang terdaftar ada di Casdoor, secara otomatis digunakan untuk masuk ke sisi aplikasi", "Auto signin - Tooltip": "Ketika sesi masuk yang terdaftar ada di Casdoor, secara otomatis digunakan untuk masuk ke sisi aplikasi",
"Background URL": "URL latar belakang", "Background URL": "URL latar belakang",
"Background URL - Tooltip": "URL dari gambar latar belakang yang digunakan di halaman login", "Background URL - Tooltip": "URL dari gambar latar belakang yang digunakan di halaman login",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Posisi formulir", "Form position": "Posisi formulir",
"Form position - Tooltip": "Tempat pendaftaran, masuk, dan lupa kata sandi", "Form position - Tooltip": "Tempat pendaftaran, masuk, dan lupa kata sandi",
"Generate Face ID": "Generate Face ID",
"Grant types": "Jenis-jenis hibah", "Grant types": "Jenis-jenis hibah",
"Grant types - Tooltip": "Pilih jenis hibah apa yang diperbolehkan dalam protokol OAuth", "Grant types - Tooltip": "Pilih jenis hibah apa yang diperbolehkan dalam protokol OAuth",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Nama tabel dari penyimpanan kebijakan", "Adapter - Tooltip": "Nama tabel dari penyimpanan kebijakan",
"Adapters": "Adaptor", "Adapters": "Adaptor",
"Add": "Tambahkan", "Add": "Tambahkan",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL Afiliasi", "Affiliation URL": "URL Afiliasi",
@ -231,6 +235,7 @@
"Created time": "Waktu dibuat", "Created time": "Waktu dibuat",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Aplikasi default", "Default application": "Aplikasi default",
"Default application - Tooltip": "Aplikasi default untuk pengguna yang terdaftar langsung dari halaman organisasi", "Default application - Tooltip": "Aplikasi default untuk pengguna yang terdaftar langsung dari halaman organisasi",
@ -241,6 +246,7 @@
"Delete": "Hapus", "Delete": "Hapus",
"Description": "Deskripsi", "Description": "Deskripsi",
"Description - Tooltip": "Informasi deskripsi terperinci untuk referensi, Casdoor itu sendiri tidak akan menggunakannya", "Description - Tooltip": "Informasi deskripsi terperinci untuk referensi, Casdoor itu sendiri tidak akan menggunakannya",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Nama tampilan", "Display name": "Nama tampilan",
"Display name - Tooltip": "Sebuah nama yang mudah digunakan dan mudah dibaca yang ditampilkan secara publik di UI", "Display name - Tooltip": "Sebuah nama yang mudah digunakan dan mudah dibaca yang ditampilkan secara publik di UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Gagal menambahkan", "Failed to add": "Gagal menambahkan",
"Failed to connect to server": "Gagal terhubung ke server", "Failed to connect to server": "Gagal terhubung ke server",
"Failed to delete": "Gagal menghapus", "Failed to delete": "Gagal menghapus",
@ -316,6 +321,8 @@
"Name": "Nama", "Name": "Nama",
"Name - Tooltip": "ID unik berbasis string", "Name - Tooltip": "ID unik berbasis string",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "Penyedia OAuth", "OAuth providers": "Penyedia OAuth",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Nomor telepon", "Phone - Tooltip": "Nomor telepon",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Rencana", "Plans": "Rencana",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Nama asli", "Real name": "Nama asli",
"Records": "Catatan", "Records": "Catatan",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Sumber daya", "Resources": "Sumber daya",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Editor lanjutan", "Advanced Editor": "Editor lanjutan",
"Basic Editor": "Editor dasar", "Basic Editor": "Editor dasar",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Kumpulan tag yang tersedia bagi pengguna untuk dipilih", "Tags - Tooltip": "Kumpulan tag yang tersedia bagi pengguna untuk dipilih",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Aturan tampilan", "View rule": "Aturan tampilan",
"Visible": "Terlihat", "Visible": "Terlihat",
"Website URL": "URL situs web", "Website URL": "URL situs web",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Beli", "Buy": "Beli",
"Buy Product": "Beli Produk", "Buy Product": "Beli Produk",
@ -757,7 +766,6 @@
"Sold": "Terjual", "Sold": "Terjual",
"Sold - Tooltip": "Jumlah terjual", "Sold - Tooltip": "Jumlah terjual",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag produk", "Tag - Tooltip": "Tag produk",
"Test buy page..": "Halaman pembelian uji coba.", "Test buy page..": "Halaman pembelian uji coba.",
"There is no payment channel for this product.": "Tidak ada saluran pembayaran untuk produk ini.", "There is no payment channel for this product.": "Tidak ada saluran pembayaran untuk produk ini.",
@ -817,6 +825,8 @@
"Edit Provider": "Ubah Penyedia Layanan", "Edit Provider": "Ubah Penyedia Layanan",
"Email content": "Konten Email", "Email content": "Konten Email",
"Email content - Tooltip": "Isi Email", "Email content - Tooltip": "Isi Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Judul Email", "Email title": "Judul Email",
"Email title - Tooltip": "Judul email", "Email title - Tooltip": "Judul email",
"Endpoint": "Titik akhir", "Endpoint": "Titik akhir",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata: data yang menjelaskan atau memberikan informasi tentang data atau informasi digital lainnya, seperti informasi mengenai sumber data, format, waktu pembuatan, penulis, dan informasi lainnya yang dapat membantu dalam pengelolaan dan pemrosesan data", "Metadata": "Metadata: data yang menjelaskan atau memberikan informasi tentang data atau informasi digital lainnya, seperti informasi mengenai sumber data, format, waktu pembuatan, penulis, dan informasi lainnya yang dapat membantu dalam pengelolaan dan pemrosesan data",
"Metadata - Tooltip": "Metadata SAML", "Metadata - Tooltip": "Metadata SAML",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Metode login, kode QR atau login tanpa suara", "Method - Tooltip": "Metode login, kode QR atau login tanpa suara",
"New Provider": "Penyedia Baru", "New Provider": "Penyedia Baru",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Mengedit Webhook", "Edit Webhook": "Mengedit Webhook",
"Events": "Acara-acara", "Events": "Acara-acara",
"Events - Tooltip": "Acara-acara", "Events - Tooltip": "Acara-acara",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "Header HTTP (pasangan kunci-nilai)", "Headers - Tooltip": "Header HTTP (pasangan kunci-nilai)",
"Is user extended": "Apakah pengguna diperpanjang?", "Is user extended": "Apakah pengguna diperpanjang?",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Sempre", "Always": "Sempre",
"Auto signin": "Accesso automatico", "Auto signin": "Accesso automatico",
"Auto signin - Tooltip": "Quando una sessione esiste in Casdoor, viene utilizzata automaticamente per il login lato applicazione", "Auto signin - Tooltip": "Quando una sessione esiste in Casdoor, viene utilizzata automaticamente per il login lato applicazione",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Delete", "Delete": "Delete",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Display name", "Display name": "Display name",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "常に", "Always": "常に",
"Auto signin": "自動サインイン", "Auto signin": "自動サインイン",
"Auto signin - Tooltip": "Casdoorにログインセッションが存在する場合、アプリケーション側のログインに自動的に使用されます", "Auto signin - Tooltip": "Casdoorにログインセッションが存在する場合、アプリケーション側のログインに自動的に使用されます",
"Background URL": "背景URL", "Background URL": "背景URL",
"Background URL - Tooltip": "ログインページで使用される背景画像のURL", "Background URL - Tooltip": "ログインページで使用される背景画像のURL",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "フォームのポジション", "Form position": "フォームのポジション",
"Form position - Tooltip": "登録、ログイン、パスワード忘れフォームの位置", "Form position - Tooltip": "登録、ログイン、パスワード忘れフォームの位置",
"Generate Face ID": "Generate Face ID",
"Grant types": "グラント種類", "Grant types": "グラント種類",
"Grant types - Tooltip": "OAuthプロトコルで許可されているグラントタイプを選択してください", "Grant types - Tooltip": "OAuthプロトコルで許可されているグラントタイプを選択してください",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "ポリシー・ストアのテーブル名", "Adapter - Tooltip": "ポリシー・ストアのテーブル名",
"Adapters": "アダプター", "Adapters": "アダプター",
"Add": "追加", "Add": "追加",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "所属するURL", "Affiliation URL": "所属するURL",
@ -231,6 +235,7 @@
"Created time": "作成された時間", "Created time": "作成された時間",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "デフォルトアプリケーション", "Default application": "デフォルトアプリケーション",
"Default application - Tooltip": "組織ページから直接登録されたユーザーのデフォルトアプリケーション", "Default application - Tooltip": "組織ページから直接登録されたユーザーのデフォルトアプリケーション",
@ -241,6 +246,7 @@
"Delete": "削除", "Delete": "削除",
"Description": "説明", "Description": "説明",
"Description - Tooltip": "参照用の詳細な説明情報です。Casdoor自体はそれを使用しません", "Description - Tooltip": "参照用の詳細な説明情報です。Casdoor自体はそれを使用しません",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "表示名", "Display name": "表示名",
"Display name - Tooltip": "UIで公開されている使いやすく読みやすい名前", "Display name - Tooltip": "UIで公開されている使いやすく読みやすい名前",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "追加できませんでした", "Failed to add": "追加できませんでした",
"Failed to connect to server": "サーバーに接続できませんでした", "Failed to connect to server": "サーバーに接続できませんでした",
"Failed to delete": "削除に失敗しました", "Failed to delete": "削除に失敗しました",
@ -316,6 +321,8 @@
"Name": "名前", "Name": "名前",
"Name - Tooltip": "ユニークで文字列ベースのID", "Name - Tooltip": "ユニークで文字列ベースのID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuthプロバイダー", "OAuth providers": "OAuthプロバイダー",
@ -344,6 +351,7 @@
"Phone - Tooltip": "電話番号", "Phone - Tooltip": "電話番号",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "プラン", "Plans": "プラン",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "本名", "Real name": "本名",
"Records": "記録", "Records": "記録",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "リソース", "Resources": "リソース",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "管理者", "Admin": "管理者",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "ユーザーが選択できるタグのコレクション", "Tags - Tooltip": "ユーザーが選択できるタグのコレクション",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "ビュールール", "View rule": "ビュールール",
"Visible": "見える", "Visible": "見える",
"Website URL": "ウェブサイトのURL", "Website URL": "ウェブサイトのURL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "購入", "Buy": "購入",
"Buy Product": "製品を購入する", "Buy Product": "製品を購入する",
@ -757,7 +766,6 @@
"Sold": "売れました", "Sold": "売れました",
"Sold - Tooltip": "販売数量", "Sold - Tooltip": "販売数量",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "製品のタグ", "Tag - Tooltip": "製品のタグ",
"Test buy page..": "テスト購入ページ。", "Test buy page..": "テスト購入ページ。",
"There is no payment channel for this product.": "この製品には支払いチャネルがありません。", "There is no payment channel for this product.": "この製品には支払いチャネルがありません。",
@ -817,6 +825,8 @@
"Edit Provider": "編集プロバイダー", "Edit Provider": "編集プロバイダー",
"Email content": "Eメールの内容", "Email content": "Eメールの内容",
"Email content - Tooltip": "メールの内容", "Email content - Tooltip": "メールの内容",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "電子メールのタイトル", "Email title": "電子メールのタイトル",
"Email title - Tooltip": "メールのタイトル", "Email title - Tooltip": "メールのタイトル",
"Endpoint": "エンドポイント", "Endpoint": "エンドポイント",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "メタデータ", "Metadata": "メタデータ",
"Metadata - Tooltip": "SAMLのメタデータ", "Metadata - Tooltip": "SAMLのメタデータ",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "ログイン方法、QRコードまたはサイレントログイン", "Method - Tooltip": "ログイン方法、QRコードまたはサイレントログイン",
"New Provider": "新しい提供者", "New Provider": "新しい提供者",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Webhookを編集", "Edit Webhook": "Webhookを編集",
"Events": "イベント", "Events": "イベント",
"Events - Tooltip": "イベント", "Events - Tooltip": "イベント",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "ヘッダー", "Headers": "ヘッダー",
"Headers - Tooltip": "HTTPヘッダーキー値ペア", "Headers - Tooltip": "HTTPヘッダーキー値ペア",
"Is user extended": "ユーザーが拡張されましたか?", "Is user extended": "ユーザーが拡張されましたか?",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Always", "Always": "Always",
"Auto signin": "Auto signin", "Auto signin": "Auto signin",
"Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login", "Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Delete", "Delete": "Delete",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Display name", "Display name": "Display name",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "항상", "Always": "항상",
"Auto signin": "자동 로그인", "Auto signin": "자동 로그인",
"Auto signin - Tooltip": "카스도어에 로그인된 세션이 존재할 때, 애플리케이션 쪽 로그인에 자동으로 사용됩니다", "Auto signin - Tooltip": "카스도어에 로그인된 세션이 존재할 때, 애플리케이션 쪽 로그인에 자동으로 사용됩니다",
"Background URL": "배경 URL", "Background URL": "배경 URL",
"Background URL - Tooltip": "로그인 페이지에서 사용된 배경 이미지의 URL", "Background URL - Tooltip": "로그인 페이지에서 사용된 배경 이미지의 URL",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "양식 위치", "Form position": "양식 위치",
"Form position - Tooltip": "가입, 로그인 및 비밀번호 재설정 양식의 위치", "Form position - Tooltip": "가입, 로그인 및 비밀번호 재설정 양식의 위치",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types: 부여 유형", "Grant types": "Grant types: 부여 유형",
"Grant types - Tooltip": "OAuth 프로토콜에서 허용되는 그란트 유형을 선택하십시오", "Grant types - Tooltip": "OAuth 프로토콜에서 허용되는 그란트 유형을 선택하십시오",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "정책 저장소의 테이블 이름", "Adapter - Tooltip": "정책 저장소의 테이블 이름",
"Adapters": "어댑터", "Adapters": "어댑터",
"Add": "추가하다", "Add": "추가하다",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "소속 URL", "Affiliation URL": "소속 URL",
@ -231,6 +235,7 @@
"Created time": "작성한 시간", "Created time": "작성한 시간",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "기본 애플리케이션", "Default application": "기본 애플리케이션",
"Default application - Tooltip": "조직 페이지에서 직접 등록한 사용자의 기본 응용 프로그램", "Default application - Tooltip": "조직 페이지에서 직접 등록한 사용자의 기본 응용 프로그램",
@ -241,6 +246,7 @@
"Delete": "삭제하기", "Delete": "삭제하기",
"Description": "설명", "Description": "설명",
"Description - Tooltip": "참고용으로 자세한 설명 정보가 제공됩니다. Casdoor 자체는 사용하지 않습니다", "Description - Tooltip": "참고용으로 자세한 설명 정보가 제공됩니다. Casdoor 자체는 사용하지 않습니다",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "디스플레이 이름", "Display name": "디스플레이 이름",
"Display name - Tooltip": "UI에서 공개적으로 표시되는 사용자 친화적이고 쉽게 읽을 수 있는 이름", "Display name - Tooltip": "UI에서 공개적으로 표시되는 사용자 친화적이고 쉽게 읽을 수 있는 이름",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "추가하지 못했습니다", "Failed to add": "추가하지 못했습니다",
"Failed to connect to server": "서버에 연결하지 못했습니다", "Failed to connect to server": "서버에 연결하지 못했습니다",
"Failed to delete": "삭제에 실패했습니다", "Failed to delete": "삭제에 실패했습니다",
@ -316,6 +321,8 @@
"Name": "이름", "Name": "이름",
"Name - Tooltip": "고유한 문자열 기반 ID", "Name - Tooltip": "고유한 문자열 기반 ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth 공급자", "OAuth providers": "OAuth 공급자",
@ -344,6 +351,7 @@
"Phone - Tooltip": "전화 번호", "Phone - Tooltip": "전화 번호",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "플랜", "Plans": "플랜",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "실명", "Real name": "실명",
"Records": "기록", "Records": "기록",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "자원", "Resources": "자원",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "고급 편집기", "Advanced Editor": "고급 편집기",
"Basic Editor": "기본 편집기", "Basic Editor": "기본 편집기",
@ -622,6 +628,8 @@
"Tags - Tooltip": "사용자가 선택할 수 있는 태그 컬렉션", "Tags - Tooltip": "사용자가 선택할 수 있는 태그 컬렉션",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "보기 규칙", "View rule": "보기 규칙",
"Visible": "보이는", "Visible": "보이는",
"Website URL": "웹사이트 URL", "Website URL": "웹사이트 URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "구매하다", "Buy": "구매하다",
"Buy Product": "제품을 구입하세요", "Buy Product": "제품을 구입하세요",
@ -757,7 +766,6 @@
"Sold": "팔렸습니다", "Sold": "팔렸습니다",
"Sold - Tooltip": "판매량", "Sold - Tooltip": "판매량",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "제품 태그", "Tag - Tooltip": "제품 태그",
"Test buy page..": "시험 구매 페이지.", "Test buy page..": "시험 구매 페이지.",
"There is no payment channel for this product.": "이 제품에 대한 결제 채널이 없습니다.", "There is no payment channel for this product.": "이 제품에 대한 결제 채널이 없습니다.",
@ -817,6 +825,8 @@
"Edit Provider": "이전 공급 업체 편집", "Edit Provider": "이전 공급 업체 편집",
"Email content": "이메일 내용", "Email content": "이메일 내용",
"Email content - Tooltip": "이메일 내용", "Email content - Tooltip": "이메일 내용",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "이메일 제목", "Email title": "이메일 제목",
"Email title - Tooltip": "이메일 제목", "Email title - Tooltip": "이메일 제목",
"Endpoint": "엔드포인트", "Endpoint": "엔드포인트",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "메타 데이터", "Metadata": "메타 데이터",
"Metadata - Tooltip": "SAML 메타데이터", "Metadata - Tooltip": "SAML 메타데이터",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "로그인 방법, QR 코드 또는 음성 로그인", "Method - Tooltip": "로그인 방법, QR 코드 또는 음성 로그인",
"New Provider": "새로운 공급 업체", "New Provider": "새로운 공급 업체",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Webhook 편집", "Edit Webhook": "Webhook 편집",
"Events": "이벤트", "Events": "이벤트",
"Events - Tooltip": "이벤트", "Events - Tooltip": "이벤트",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "헤더들", "Headers": "헤더들",
"Headers - Tooltip": "HTTP 헤더 (키-값 쌍)", "Headers - Tooltip": "HTTP 헤더 (키-값 쌍)",
"Is user extended": "사용자가 확장되었습니까?", "Is user extended": "사용자가 확장되었습니까?",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Always", "Always": "Always",
"Auto signin": "Auto signin", "Auto signin": "Auto signin",
"Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login", "Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Delete", "Delete": "Delete",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Display name", "Display name": "Display name",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Always", "Always": "Always",
"Auto signin": "Auto signin", "Auto signin": "Auto signin",
"Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login", "Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Delete", "Delete": "Delete",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Display name", "Display name": "Display name",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Always", "Always": "Always",
"Auto signin": "Auto signin", "Auto signin": "Auto signin",
"Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login", "Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Delete", "Delete": "Delete",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Display name", "Display name": "Display name",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Sempre", "Always": "Sempre",
"Auto signin": "Login automático", "Auto signin": "Login automático",
"Auto signin - Tooltip": "Quando uma sessão logada existe no Casdoor, ela é automaticamente usada para o login no lado da aplicação", "Auto signin - Tooltip": "Quando uma sessão logada existe no Casdoor, ela é automaticamente usada para o login no lado da aplicação",
"Background URL": "URL de Fundo", "Background URL": "URL de Fundo",
"Background URL - Tooltip": "URL da imagem de fundo usada na página de login", "Background URL - Tooltip": "URL da imagem de fundo usada na página de login",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Posição do formulário", "Form position": "Posição do formulário",
"Form position - Tooltip": "Localização dos formulários de registro, login e recuperação de senha", "Form position - Tooltip": "Localização dos formulários de registro, login e recuperação de senha",
"Generate Face ID": "Generate Face ID",
"Grant types": "Tipos de concessão", "Grant types": "Tipos de concessão",
"Grant types - Tooltip": "Selecione quais tipos de concessão são permitidos no protocolo OAuth", "Grant types - Tooltip": "Selecione quais tipos de concessão são permitidos no protocolo OAuth",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"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",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL da Afiliação", "Affiliation URL": "URL da Afiliação",
@ -231,6 +235,7 @@
"Created time": "Hora de Criação", "Created time": "Hora de Criação",
"Custom": "Personalizar", "Custom": "Personalizar",
"Dashboard": "Painel", "Dashboard": "Painel",
"Data": "Data",
"Default": "Padrão", "Default": "Padrão",
"Default application": "Aplicação padrão", "Default application": "Aplicação padrão",
"Default application - Tooltip": "Aplicação padrão para usuários registrados diretamente na página da organização", "Default application - Tooltip": "Aplicação padrão para usuários registrados diretamente na página da organização",
@ -241,6 +246,7 @@
"Delete": "Excluir", "Delete": "Excluir",
"Description": "Descrição", "Description": "Descrição",
"Description - Tooltip": "Informações de descrição detalhadas para referência, o Casdoor em si não irá utilizá-las", "Description - Tooltip": "Informações de descrição detalhadas para referência, o Casdoor em si não irá utilizá-las",
"Detail": "详情",
"Disable": "Desativar", "Disable": "Desativar",
"Display name": "Nome de exibição", "Display name": "Nome de exibição",
"Display name - Tooltip": "Um nome amigável e facilmente legível exibido publicamente na interface do usuário", "Display name - Tooltip": "Um nome amigável e facilmente legível exibido publicamente na interface do usuário",
@ -258,7 +264,6 @@
"Enabled": "Habilitado", "Enabled": "Habilitado",
"Enabled successfully": "Habilitado com sucesso", "Enabled successfully": "Habilitado com sucesso",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Falha ao adicionar", "Failed to add": "Falha ao adicionar",
"Failed to connect to server": "Falha ao conectar ao servidor", "Failed to connect to server": "Falha ao conectar ao servidor",
"Failed to delete": "Falha ao excluir", "Failed to delete": "Falha ao excluir",
@ -316,6 +321,8 @@
"Name": "Nome", "Name": "Nome",
"Name - Tooltip": "ID único em formato de string", "Name - Tooltip": "ID único em formato de string",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "Provedores OAuth", "OAuth providers": "Provedores OAuth",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Número de telefone", "Phone - Tooltip": "Número de telefone",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Kế hoạch", "Plans": "Kế hoạch",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Nome real", "Real name": "Nome real",
"Records": "Registros", "Records": "Registros",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Recursos", "Resources": "Recursos",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Administrador", "Admin": "Administrador",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Editor Avançado", "Advanced Editor": "Editor Avançado",
"Basic Editor": "Editor Básico", "Basic Editor": "Editor Básico",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Coleção de tags disponíveis para os usuários escolherem", "Tags - Tooltip": "Coleção de tags disponíveis para os usuários escolherem",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Ver regra", "View rule": "Ver regra",
"Visible": "Visível", "Visible": "Visível",
"Website URL": "URL do website", "Website URL": "URL do website",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Comprar", "Buy": "Comprar",
"Buy Product": "Comprar Produto", "Buy Product": "Comprar Produto",
@ -757,7 +766,6 @@
"Sold": "Vendido", "Sold": "Vendido",
"Sold - Tooltip": "Quantidade vendida", "Sold - Tooltip": "Quantidade vendida",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag do produto", "Tag - Tooltip": "Tag do produto",
"Test buy page..": "Página de teste de compra...", "Test buy page..": "Página de teste de compra...",
"There is no payment channel for this product.": "Não há canal de pagamento disponível para este produto.", "There is no payment channel for this product.": "Não há canal de pagamento disponível para este produto.",
@ -817,6 +825,8 @@
"Edit Provider": "Editar Provedor", "Edit Provider": "Editar Provedor",
"Email content": "Conteúdo do e-mail", "Email content": "Conteúdo do e-mail",
"Email content - Tooltip": "Conteúdo do e-mail", "Email content - Tooltip": "Conteúdo do e-mail",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Título do e-mail", "Email title": "Título do e-mail",
"Email title - Tooltip": "Título do e-mail", "Email title - Tooltip": "Título do e-mail",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadados", "Metadata": "Metadados",
"Metadata - Tooltip": "Metadados SAML", "Metadata - Tooltip": "Metadados SAML",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Método de login, código QR ou login silencioso", "Method - Tooltip": "Método de login, código QR ou login silencioso",
"New Provider": "Novo Provedor", "New Provider": "Novo Provedor",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Editar Webhook", "Edit Webhook": "Editar Webhook",
"Events": "Eventos", "Events": "Eventos",
"Events - Tooltip": "Eventos", "Events - Tooltip": "Eventos",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Cabeçalhos", "Headers": "Cabeçalhos",
"Headers - Tooltip": "Cabeçalhos HTTP (pares chave-valor)", "Headers - Tooltip": "Cabeçalhos HTTP (pares chave-valor)",
"Is user extended": "É usuário estendido", "Is user extended": "É usuário estendido",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Всегда", "Always": "Всегда",
"Auto signin": "Автоматический вход в систему", "Auto signin": "Автоматический вход в систему",
"Auto signin - Tooltip": "Когда существует активная сессия входа в Casdoor, она автоматически используется для входа на стороне приложения", "Auto signin - Tooltip": "Когда существует активная сессия входа в Casdoor, она автоматически используется для входа на стороне приложения",
"Background URL": "Фоновый URL", "Background URL": "Фоновый URL",
"Background URL - Tooltip": "URL фонового изображения, используемого на странице входа", "Background URL - Tooltip": "URL фонового изображения, используемого на странице входа",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Связанные провайдеры", "Binding providers": "Связанные провайдеры",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Позиция формы", "Form position": "Позиция формы",
"Form position - Tooltip": "Местоположение форм регистрации, входа и восстановления пароля", "Form position - Tooltip": "Местоположение форм регистрации, входа и восстановления пароля",
"Generate Face ID": "Generate Face ID",
"Grant types": "Типы грантов", "Grant types": "Типы грантов",
"Grant types - Tooltip": "Выберите, какие типы грантов разрешены в протоколе OAuth", "Grant types - Tooltip": "Выберите, какие типы грантов разрешены в протоколе OAuth",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Имя таблицы хранилища политик", "Adapter - Tooltip": "Имя таблицы хранилища политик",
"Adapters": "Адаптеры", "Adapters": "Адаптеры",
"Add": "Добавить", "Add": "Добавить",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL принадлежности", "Affiliation URL": "URL принадлежности",
@ -231,6 +235,7 @@
"Created time": "Созданное время", "Created time": "Созданное время",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Панель мониторинга", "Dashboard": "Панель мониторинга",
"Data": "Data",
"Default": "По умолчанию", "Default": "По умолчанию",
"Default application": "Приложение по умолчанию", "Default application": "Приложение по умолчанию",
"Default application - Tooltip": "По умолчанию приложение для пользователей, зарегистрированных непосредственно со страницы организации", "Default application - Tooltip": "По умолчанию приложение для пользователей, зарегистрированных непосредственно со страницы организации",
@ -241,6 +246,7 @@
"Delete": "Удалить", "Delete": "Удалить",
"Description": "Описание", "Description": "Описание",
"Description - Tooltip": "Подробная описательная информация для справки, Casdoor сам не будет использовать ее", "Description - Tooltip": "Подробная описательная информация для справки, Casdoor сам не будет использовать ее",
"Detail": "详情",
"Disable": "Выключить", "Disable": "Выключить",
"Display name": "Отображаемое имя", "Display name": "Отображаемое имя",
"Display name - Tooltip": "Понятное для пользователя имя, легко читаемое и отображаемое публично в пользовательском интерфейсе (UI)", "Display name - Tooltip": "Понятное для пользователя имя, легко читаемое и отображаемое публично в пользовательском интерфейсе (UI)",
@ -258,7 +264,6 @@
"Enabled": "Включено", "Enabled": "Включено",
"Enabled successfully": "Успешно включено", "Enabled successfully": "Успешно включено",
"Enforcers": "Контролёры доступа", "Enforcers": "Контролёры доступа",
"FaceIdData": "FaceIdData",
"Failed to add": "Не удалось добавить", "Failed to add": "Не удалось добавить",
"Failed to connect to server": "Не удалось подключиться к серверу", "Failed to connect to server": "Не удалось подключиться к серверу",
"Failed to delete": "Не удалось удалить", "Failed to delete": "Не удалось удалить",
@ -316,6 +321,8 @@
"Name": "Имя", "Name": "Имя",
"Name - Tooltip": "Уникальный идентификатор на основе строки", "Name - Tooltip": "Уникальный идентификатор на основе строки",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "Провайдеры OAuth", "OAuth providers": "Провайдеры OAuth",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Номер телефона", "Phone - Tooltip": "Номер телефона",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "План", "Plan": "План",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Планы", "Plans": "Планы",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Реальное имя", "Real name": "Реальное имя",
"Records": "Записи", "Records": "Записи",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Ресурсы", "Resources": "Ресурсы",
"Role": "Роль", "Role": "Роль",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Админ", "Admin": "Админ",
@ -586,11 +597,6 @@
"Your phone is": "Ваш телефон", "Your phone is": "Ваш телефон",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Расширенный редактор", "Advanced Editor": "Расширенный редактор",
"Basic Editor": "Базовый редактор", "Basic Editor": "Базовый редактор",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Коллекция тегов, доступных для выбора пользователями", "Tags - Tooltip": "Коллекция тегов, доступных для выбора пользователями",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Правило просмотра", "View rule": "Правило просмотра",
"Visible": "Видимый", "Visible": "Видимый",
"Website URL": "Веб-адрес сайта", "Website URL": "Веб-адрес сайта",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Купить", "Buy": "Купить",
"Buy Product": "Купить продукт", "Buy Product": "Купить продукт",
@ -757,7 +766,6 @@
"Sold": "Продано", "Sold": "Продано",
"Sold - Tooltip": "Количество проданных", "Sold - Tooltip": "Количество проданных",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Метка продукта", "Tag - Tooltip": "Метка продукта",
"Test buy page..": "Страница для тестовой покупки.", "Test buy page..": "Страница для тестовой покупки.",
"There is no payment channel for this product.": "Для этого продукта нет канала оплаты.", "There is no payment channel for this product.": "Для этого продукта нет канала оплаты.",
@ -817,6 +825,8 @@
"Edit Provider": "Редактировать Провайдер", "Edit Provider": "Редактировать Провайдер",
"Email content": "Содержание электронной почты", "Email content": "Содержание электронной почты",
"Email content - Tooltip": "Содержание электронной почты", "Email content - Tooltip": "Содержание электронной почты",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Заголовок электронного письма", "Email title": "Заголовок электронного письма",
"Email title - Tooltip": "Заголовок электронной почты", "Email title - Tooltip": "Заголовок электронной почты",
"Endpoint": "Конечная точка", "Endpoint": "Конечная точка",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Метаданные", "Metadata": "Метаданные",
"Metadata - Tooltip": "Метаданные SAML", "Metadata - Tooltip": "Метаданные SAML",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Метод входа, QR-код или беззвучный вход", "Method - Tooltip": "Метод входа, QR-код или беззвучный вход",
"New Provider": "Новый провайдер", "New Provider": "Новый провайдер",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Редактировать вэбхук", "Edit Webhook": "Редактировать вэбхук",
"Events": "События", "Events": "События",
"Events - Tooltip": "События", "Events - Tooltip": "События",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Заголовки", "Headers": "Заголовки",
"Headers - Tooltip": "HTTP заголовки (пары «ключ-значение»)", "Headers - Tooltip": "HTTP заголовки (пары «ключ-значение»)",
"Is user extended": "Расширен ли пользователь?", "Is user extended": "Расширен ли пользователь?",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Použiť rovnakú databázu ako Casdoor" "Use same DB - Tooltip": "Použiť rovnakú databázu ako Casdoor"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Vždy", "Always": "Vždy",
"Auto signin": "Automatické prihlásenie", "Auto signin": "Automatické prihlásenie",
"Auto signin - Tooltip": "Keď existuje prihlásená relácia v Casdoor, automaticky sa používa na prihlásenie na strane aplikácie", "Auto signin - Tooltip": "Keď existuje prihlásená relácia v Casdoor, automaticky sa používa na prihlásenie na strane aplikácie",
"Background URL": "URL pozadia", "Background URL": "URL pozadia",
"Background URL - Tooltip": "URL obrázku pozadia používaného na prihlasovacej stránke", "Background URL - Tooltip": "URL obrázku pozadia používaného na prihlasovacej stránke",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Veľká ikona", "Big icon": "Veľká ikona",
"Binding providers": "Priradené poskytovatele", "Binding providers": "Priradené poskytovatele",
"CSS style": "Štýl CSS", "CSS style": "Štýl CSS",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Vlastná pätka vašej aplikácie", "Footer HTML - Tooltip": "Vlastná pätka vašej aplikácie",
"Form position": "Pozícia formulára", "Form position": "Pozícia formulára",
"Form position - Tooltip": "Miesto registračných, prihlasovacích a zabudnutých formulárov", "Form position - Tooltip": "Miesto registračných, prihlasovacích a zabudnutých formulárov",
"Generate Face ID": "Generate Face ID",
"Grant types": "Typy oprávnení", "Grant types": "Typy oprávnení",
"Grant types - Tooltip": "Vyberte, ktoré typy oprávnení sú povolené v OAuth protokole", "Grant types - Tooltip": "Vyberte, ktoré typy oprávnení sú povolené v OAuth protokole",
"Header HTML": "HTML hlavičky", "Header HTML": "HTML hlavičky",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Názov tabuľky úložiska pravidiel", "Adapter - Tooltip": "Názov tabuľky úložiska pravidiel",
"Adapters": "Adaptéry", "Adapters": "Adaptéry",
"Add": "Pridať", "Add": "Pridať",
"Add Face Id": "Pridať Face ID",
"Add custom item": "Pridať vlastný prvok", "Add custom item": "Pridať vlastný prvok",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL priradenia", "Affiliation URL": "URL priradenia",
@ -231,6 +235,7 @@
"Created time": "Čas vytvorenia", "Created time": "Čas vytvorenia",
"Custom": "Vlastné", "Custom": "Vlastné",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Predvolený", "Default": "Predvolený",
"Default application": "Predvolená aplikácia", "Default application": "Predvolená aplikácia",
"Default application - Tooltip": "Predvolená aplikácia pre používateľov registrovaných priamo z organizačnej stránky", "Default application - Tooltip": "Predvolená aplikácia pre používateľov registrovaných priamo z organizačnej stránky",
@ -241,6 +246,7 @@
"Delete": "Odstrániť", "Delete": "Odstrániť",
"Description": "Popis", "Description": "Popis",
"Description - Tooltip": "Podrobný popis pre referenciu, Casdoor ho sám nevyužije", "Description - Tooltip": "Podrobný popis pre referenciu, Casdoor ho sám nevyužije",
"Detail": "详情",
"Disable": "Zakázať", "Disable": "Zakázať",
"Display name": "Zobrazené meno", "Display name": "Zobrazené meno",
"Display name - Tooltip": "Prístupné a ľahko čitateľné meno zobrazené verejne v UI", "Display name - Tooltip": "Prístupné a ľahko čitateľné meno zobrazené verejne v UI",
@ -258,7 +264,6 @@
"Enabled": "Povolené", "Enabled": "Povolené",
"Enabled successfully": "Úspešne povolené", "Enabled successfully": "Úspešne povolené",
"Enforcers": "Vynútitelia", "Enforcers": "Vynútitelia",
"FaceIdData": "Dáta Face ID",
"Failed to add": "Neúspešne pridané", "Failed to add": "Neúspešne pridané",
"Failed to connect to server": "Nepodarilo sa pripojiť na server", "Failed to connect to server": "Nepodarilo sa pripojiť na server",
"Failed to delete": "Neúspešne odstránené", "Failed to delete": "Neúspešne odstránené",
@ -316,6 +321,8 @@
"Name": "Názov", "Name": "Názov",
"Name - Tooltip": "Jedinečný ID reťazec", "Name - Tooltip": "Jedinečný ID reťazec",
"Name format": "Formát názvu", "Name format": "Formát názvu",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "Žiadne", "None": "Žiadne",
"OAuth providers": "OAuth poskytovatelia", "OAuth providers": "OAuth poskytovatelia",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Telefónne číslo", "Phone - Tooltip": "Telefónne číslo",
"Phone only": "Iba telefón", "Phone only": "Iba telefón",
"Phone or Email": "Telefón alebo email", "Phone or Email": "Telefón alebo email",
"Plain": "Plain",
"Plan": "Plán", "Plan": "Plán",
"Plan - Tooltip": "Plán", "Plan - Tooltip": "Plán",
"Plans": "Plány", "Plans": "Plány",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Skutočné meno", "Real name": "Skutočné meno",
"Records": "Záznamy", "Records": "Záznamy",
"Request": "Request",
"Request URI": "URI požiadavky", "Request URI": "URI požiadavky",
"Resources": "Zdroje", "Resources": "Zdroje",
"Role": "Rola", "Role": "Rola",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Nadradená skupina - Nápoveda", "Parent group - Tooltip": "Nadradená skupina - Nápoveda",
"Physical": "Fyzická", "Physical": "Fyzická",
"Show all": "Zobraziť všetko", "Show all": "Zobraziť všetko",
"Virtual": "Virtuálna" "Virtual": "Virtuálna",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "Noví používatelia za posledných 30 dní", "New users past 30 days": "Noví používatelia za posledných 30 dní",
@ -461,7 +471,8 @@
"Quota": "Kvóta", "Quota": "Kvóta",
"Quota - Tooltip": "Maximálny počet používateľov, ktorí sa môžu zaregistrovať pomocou tohto pozývacieho kódu", "Quota - Tooltip": "Maximálny počet používateľov, ktorí sa môžu zaregistrovať pomocou tohto pozývacieho kódu",
"Used count": "Počet použití", "Used count": "Počet použití",
"Used count - Tooltip": "Počet použití tohto pozývacieho kódu" "Used count - Tooltip": "Počet použití tohto pozývacieho kódu",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Váš telefón je", "Your phone is": "Váš telefón je",
"preferred": "preferované" "preferred": "preferované"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Rozšírený editor", "Advanced Editor": "Rozšírený editor",
"Basic Editor": "Základný editor", "Basic Editor": "Základný editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Súbor štítkov dostupných na výber pre používateľov", "Tags - Tooltip": "Súbor štítkov dostupných na výber pre používateľov",
"Use Email as username": "Použiť Email ako meno používateľa", "Use Email as username": "Použiť Email ako meno používateľa",
"Use Email as username - Tooltip": "Použiť Email ako meno používateľa, ak pole mena používateľa nie je viditeľné pri registrácii", "Use Email as username - Tooltip": "Použiť Email ako meno používateľa, ak pole mena používateľa nie je viditeľné pri registrácii",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Zobraziť pravidlo", "View rule": "Zobraziť pravidlo",
"Visible": "Viditeľné", "Visible": "Viditeľné",
"Website URL": "URL webovej stránky", "Website URL": "URL webovej stránky",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "platiaci používateľ nemá aktívne predplatné ani čakajúce predplatné, vyberte plán na zakúpenie" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "platiaci používateľ nemá aktívne predplatné ani čakajúce predplatné, vyberte plán na zakúpenie"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Kúpiť", "Buy": "Kúpiť",
"Buy Product": "Kúpiť produkt", "Buy Product": "Kúpiť produkt",
@ -757,7 +766,6 @@
"Sold": "Predané", "Sold": "Predané",
"Sold - Tooltip": "Množstvo predaných kusov", "Sold - Tooltip": "Množstvo predaných kusov",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Štítok produktu", "Tag - Tooltip": "Štítok produktu",
"Test buy page..": "Testovať stránku nákupu..", "Test buy page..": "Testovať stránku nákupu..",
"There is no payment channel for this product.": "Pre tento produkt neexistuje platobný kanál.", "There is no payment channel for this product.": "Pre tento produkt neexistuje platobný kanál.",
@ -817,6 +825,8 @@
"Edit Provider": "Upraviť poskytovateľa", "Edit Provider": "Upraviť poskytovateľa",
"Email content": "Obsah e-mailu", "Email content": "Obsah e-mailu",
"Email content - Tooltip": "Obsah e-mailu", "Email content - Tooltip": "Obsah e-mailu",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Názov e-mailu", "Email title": "Názov e-mailu",
"Email title - Tooltip": "Názov e-mailu", "Email title - Tooltip": "Názov e-mailu",
"Endpoint": "Konečný bod", "Endpoint": "Konečný bod",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Text kľúča", "Key text - Tooltip": "Text kľúča",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Metóda prihlásenia, QR kód alebo tichý prístup", "Method - Tooltip": "Metóda prihlásenia, QR kód alebo tichý prístup",
"New Provider": "Nový poskytovateľ", "New Provider": "Nový poskytovateľ",
"Normal": "Normálny", "Normal": "Normálny",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Upraviť webhook", "Edit Webhook": "Upraviť webhook",
"Events": "Udalosti", "Events": "Udalosti",
"Events - Tooltip": "Udalosti", "Events - Tooltip": "Udalosti",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Hlavičky", "Headers": "Hlavičky",
"Headers - Tooltip": "HTTP hlavičky (kľúč-hodnota)", "Headers - Tooltip": "HTTP hlavičky (kľúč-hodnota)",
"Is user extended": "Je používateľ rozšírený", "Is user extended": "Je používateľ rozšírený",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Always", "Always": "Always",
"Auto signin": "Auto signin", "Auto signin": "Auto signin",
"Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login", "Auto signin - Tooltip": "When a logged-in session exists in Casdoor, it is automatically used for application-side login",
"Background URL": "Background URL", "Background URL": "Background URL",
"Background URL - Tooltip": "URL of the background image used in the login page", "Background URL - Tooltip": "URL of the background image used in the login page",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Created time", "Created time": "Created time",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Default application", "Default application": "Default application",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Delete", "Delete": "Delete",
"Description": "Description", "Description": "Description",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Display name", "Display name": "Display name",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"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",
@ -316,6 +321,8 @@
"Name": "Name", "Name": "Name",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Phone number", "Phone - Tooltip": "Phone number",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Real name", "Real name": "Real name",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Visible", "Visible": "Visible",
"Website URL": "Website URL", "Website URL": "Website URL",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Her zaman", "Always": "Her zaman",
"Auto signin": "Beni hatırla", "Auto signin": "Beni hatırla",
"Auto signin - Tooltip": "Varolan oturum ile giriş yap", "Auto signin - Tooltip": "Varolan oturum ile giriş yap",
"Background URL": "Arkaplan Resim URL", "Background URL": "Arkaplan Resim URL",
"Background URL - Tooltip": "Login sayfası için arkaplan resmi url'i", "Background URL - Tooltip": "Login sayfası için arkaplan resmi url'i",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Form position", "Form position": "Form position",
"Form position - Tooltip": "Location of the signup, signin and forget password forms", "Form position - Tooltip": "Location of the signup, signin and forget password forms",
"Generate Face ID": "Generate Face ID",
"Grant types": "Grant types", "Grant types": "Grant types",
"Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol", "Grant types - Tooltip": "Select which grant types are allowed in the OAuth protocol",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Ekle", "Add": "Ekle",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -231,6 +235,7 @@
"Created time": "Oluşturma zamanı", "Created time": "Oluşturma zamanı",
"Custom": "Özel", "Custom": "Özel",
"Dashboard": "Gösterge Paneli", "Dashboard": "Gösterge Paneli",
"Data": "Data",
"Default": "Varsayılan", "Default": "Varsayılan",
"Default application": "Varsayılan Uygulama", "Default application": "Varsayılan Uygulama",
"Default application - Tooltip": "Default application for users registered directly from the organization page", "Default application - Tooltip": "Default application for users registered directly from the organization page",
@ -241,6 +246,7 @@
"Delete": "Sil", "Delete": "Sil",
"Description": "Açıklama", "Description": "Açıklama",
"Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it", "Description - Tooltip": "Detailed description information for reference, Casdoor itself will not use it",
"Detail": "详情",
"Disable": "Devre dışı bırak", "Disable": "Devre dışı bırak",
"Display name": "Görünen isim", "Display name": "Görünen isim",
"Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI", "Display name - Tooltip": "A user-friendly, easily readable name displayed publicly in the UI",
@ -258,7 +264,6 @@
"Enabled": "Etkin", "Enabled": "Etkin",
"Enabled successfully": "Başarıyla etkinleştirildi", "Enabled successfully": "Başarıyla etkinleştirildi",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Ekleme başarısız oldu.", "Failed to add": "Ekleme başarısız oldu.",
"Failed to connect to server": "Sunucuya bağlanılamıyor", "Failed to connect to server": "Sunucuya bağlanılamıyor",
"Failed to delete": "Silme başarısız oldu", "Failed to delete": "Silme başarısız oldu",
@ -316,6 +321,8 @@
"Name": "Ad", "Name": "Ad",
"Name - Tooltip": "Unique, string-based ID", "Name - Tooltip": "Unique, string-based ID",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "OAuth providers", "OAuth providers": "OAuth providers",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Telefon numarası", "Phone - Tooltip": "Telefon numarası",
"Phone only": "Sadece telefon", "Phone only": "Sadece telefon",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Plans", "Plans": "Plans",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Gerçek isim", "Real name": "Gerçek isim",
"Records": "Records", "Records": "Records",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Resources", "Resources": "Resources",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Admin", "Admin": "Admin",
@ -586,11 +597,6 @@
"Your phone is": "Telefon numaranız", "Your phone is": "Telefon numaranız",
"preferred": "tercih edilen" "preferred": "tercih edilen"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Advanced Editor", "Advanced Editor": "Advanced Editor",
"Basic Editor": "Basic Editor", "Basic Editor": "Basic Editor",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Collection of tags available for users to choose from", "Tags - Tooltip": "Collection of tags available for users to choose from",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "View rule", "View rule": "View rule",
"Visible": "Görünür", "Visible": "Görünür",
"Website URL": "Web Sitesi URL'si", "Website URL": "Web Sitesi URL'si",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Buy", "Buy": "Buy",
"Buy Product": "Buy Product", "Buy Product": "Buy Product",
@ -757,7 +766,6 @@
"Sold": "Sold", "Sold": "Sold",
"Sold - Tooltip": "Quantity sold", "Sold - Tooltip": "Quantity sold",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Tag of product", "Tag - Tooltip": "Tag of product",
"Test buy page..": "Test buy page..", "Test buy page..": "Test buy page..",
"There is no payment channel for this product.": "There is no payment channel for this product.", "There is no payment channel for this product.": "There is no payment channel for this product.",
@ -817,6 +825,8 @@
"Edit Provider": "Edit Provider", "Edit Provider": "Edit Provider",
"Email content": "Email content", "Email content": "Email content",
"Email content - Tooltip": "Content of the Email", "Email content - Tooltip": "Content of the Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Email title", "Email title": "Email title",
"Email title - Tooltip": "Title of the email", "Email title - Tooltip": "Title of the email",
"Endpoint": "Endpoint", "Endpoint": "Endpoint",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Metadata", "Metadata": "Metadata",
"Metadata - Tooltip": "SAML metadata", "Metadata - Tooltip": "SAML metadata",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Login method, QR code or silent login", "Method - Tooltip": "Login method, QR code or silent login",
"New Provider": "New Provider", "New Provider": "New Provider",
"Normal": "Normal", "Normal": "Normal",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Edit Webhook", "Edit Webhook": "Edit Webhook",
"Events": "Events", "Events": "Events",
"Events - Tooltip": "Events", "Events - Tooltip": "Events",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Headers", "Headers": "Headers",
"Headers - Tooltip": "HTTP headers (key-value pairs)", "Headers - Tooltip": "HTTP headers (key-value pairs)",
"Is user extended": "Is user extended", "Is user extended": "Is user extended",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Використовувати ту саму базу даних - Підказка" "Use same DB - Tooltip": "Використовувати ту саму базу даних - Підказка"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "Завжди", "Always": "Завжди",
"Auto signin": "Автоматичний вхід", "Auto signin": "Автоматичний вхід",
"Auto signin - Tooltip": "Коли існує сеанс входу в Casdoor, він автоматично використовується для входу в програму", "Auto signin - Tooltip": "Коли існує сеанс входу в Casdoor, він автоматично використовується для входу в програму",
"Background URL": "URL фону", "Background URL": "URL фону",
"Background URL - Tooltip": "URL зображення фону, яке використовується на сторінці входу", "Background URL - Tooltip": "URL зображення фону, яке використовується на сторінці входу",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Велика іконка", "Big icon": "Велика іконка",
"Binding providers": "Прив’язка провайдерів", "Binding providers": "Прив’язка провайдерів",
"CSS style": "Стиль CSS", "CSS style": "Стиль CSS",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Налаштуйте нижній колонтитул вашої програми", "Footer HTML - Tooltip": "Налаштуйте нижній колонтитул вашої програми",
"Form position": "Положення форми", "Form position": "Положення форми",
"Form position - Tooltip": "Розташування форм для реєстрації, входу та забуття пароля", "Form position - Tooltip": "Розташування форм для реєстрації, входу та забуття пароля",
"Generate Face ID": "Generate Face ID",
"Grant types": "Види грантів", "Grant types": "Види грантів",
"Grant types - Tooltip": "Виберіть, які типи дозволів дозволені в протоколі OAuth", "Grant types - Tooltip": "Виберіть, які типи дозволів дозволені в протоколі OAuth",
"Header HTML": "Заголовок HTML", "Header HTML": "Заголовок HTML",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "Назва таблиці сховища полісів", "Adapter - Tooltip": "Назва таблиці сховища полісів",
"Adapters": "Перехідники", "Adapters": "Перехідники",
"Add": "додати", "Add": "додати",
"Add Face Id": "Додати ідентифікатор обличчя",
"Add custom item": "Додати нестандартний елемент", "Add custom item": "Додати нестандартний елемент",
"Admin": "адмін", "Admin": "адмін",
"Affiliation URL": "URL-адреса приналежності", "Affiliation URL": "URL-адреса приналежності",
@ -231,6 +235,7 @@
"Created time": "Створений час", "Created time": "Створений час",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Панель приладів", "Dashboard": "Панель приладів",
"Data": "Data",
"Default": "За замовчуванням", "Default": "За замовчуванням",
"Default application": "Програма за замовчуванням", "Default application": "Програма за замовчуванням",
"Default application - Tooltip": "Програма за замовчуванням для користувачів, зареєстрованих безпосередньо на сторінці організації", "Default application - Tooltip": "Програма за замовчуванням для користувачів, зареєстрованих безпосередньо на сторінці організації",
@ -241,6 +246,7 @@
"Delete": "Видалити", "Delete": "Видалити",
"Description": "опис", "Description": "опис",
"Description - Tooltip": "Детальний опис інформації для довідки, сам Casdoor не використовуватиме його", "Description - Tooltip": "Детальний опис інформації для довідки, сам Casdoor не використовуватиме його",
"Detail": "详情",
"Disable": "Вимкнути", "Disable": "Вимкнути",
"Display name": "Відображуване ім'я", "Display name": "Відображуване ім'я",
"Display name - Tooltip": "Зручне ім’я, яке легко читається, відображається публічно в інтерфейсі користувача", "Display name - Tooltip": "Зручне ім’я, яке легко читається, відображається публічно в інтерфейсі користувача",
@ -258,7 +264,6 @@
"Enabled": "Увімкнено", "Enabled": "Увімкнено",
"Enabled successfully": "Успішно ввімкнено", "Enabled successfully": "Успішно ввімкнено",
"Enforcers": "Силовики", "Enforcers": "Силовики",
"FaceIdData": "FaceIdData",
"Failed to add": "Не вдалося додати", "Failed to add": "Не вдалося додати",
"Failed to connect to server": "Не вдалося підключитися до сервера", "Failed to connect to server": "Не вдалося підключитися до сервера",
"Failed to delete": "Не вдалося видалити", "Failed to delete": "Не вдалося видалити",
@ -316,6 +321,8 @@
"Name": "Ім'я", "Name": "Ім'я",
"Name - Tooltip": "Унікальний ідентифікатор на основі рядка", "Name - Tooltip": "Унікальний ідентифікатор на основі рядка",
"Name format": "Формат імені", "Name format": "Формат імені",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Не LDAP", "Non-LDAP": "Не LDAP",
"None": "Жодного", "None": "Жодного",
"OAuth providers": "Постачальники OAuth", "OAuth providers": "Постачальники OAuth",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Номер телефону", "Phone - Tooltip": "Номер телефону",
"Phone only": "Тільки телефон", "Phone only": "Тільки телефон",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "План", "Plan": "План",
"Plan - Tooltip": "План підказка", "Plan - Tooltip": "План підказка",
"Plans": "Плани", "Plans": "Плани",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Справжнє ім'я", "Real name": "Справжнє ім'я",
"Records": "Записи", "Records": "Записи",
"Request": "Request",
"Request URI": "URI запиту", "Request URI": "URI запиту",
"Resources": "Ресурси", "Resources": "Ресурси",
"Role": "Роль", "Role": "Роль",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Батьківська група - підказка", "Parent group - Tooltip": "Батьківська група - підказка",
"Physical": "фізичний", "Physical": "фізичний",
"Show all": "Покажи все", "Show all": "Покажи все",
"Virtual": "Віртуальний" "Virtual": "Віртуальний",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "Нові користувачі за останні 30 днів", "New users past 30 days": "Нові користувачі за останні 30 днів",
@ -461,7 +471,8 @@
"Quota": "Квота", "Quota": "Квота",
"Quota - Tooltip": "Квота підказка", "Quota - Tooltip": "Квота підказка",
"Used count": "Кількість використаних", "Used count": "Кількість використаних",
"Used count - Tooltip": "Підрахунок використання підказка" "Used count - Tooltip": "Підрахунок використання підказка",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "адмін", "Admin": "адмін",
@ -586,11 +597,6 @@
"Your phone is": "Ваш телефон", "Your phone is": "Ваш телефон",
"preferred": "бажаний" "preferred": "бажаний"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Розширений редактор", "Advanced Editor": "Розширений редактор",
"Basic Editor": "Базовий редактор", "Basic Editor": "Базовий редактор",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Колекція тегів, доступна для вибору користувачами", "Tags - Tooltip": "Колекція тегів, доступна для вибору користувачами",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Переглянути правило", "View rule": "Переглянути правило",
"Visible": "Видно", "Visible": "Видно",
"Website URL": "адреса вебсайту", "Website URL": "адреса вебсайту",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "платний користувач не має активної або незавершеної підписки, виберіть план для покупки" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "платний користувач не має активної або незавершеної підписки, виберіть план для покупки"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "купити", "Buy": "купити",
"Buy Product": "Купити товар", "Buy Product": "Купити товар",
@ -757,7 +766,6 @@
"Sold": "Продано", "Sold": "Продано",
"Sold - Tooltip": "Продана кількість", "Sold - Tooltip": "Продана кількість",
"Stripe": "смужка", "Stripe": "смужка",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Тег товару", "Tag - Tooltip": "Тег товару",
"Test buy page..": "Сторінка тестової покупки..", "Test buy page..": "Сторінка тестової покупки..",
"There is no payment channel for this product.": "Для цього продукту немає платіжного каналу.", "There is no payment channel for this product.": "Для цього продукту немає платіжного каналу.",
@ -817,6 +825,8 @@
"Edit Provider": "Редагувати постачальника", "Edit Provider": "Редагувати постачальника",
"Email content": "Вміст електронної пошти", "Email content": "Вміст електронної пошти",
"Email content - Tooltip": "Зміст електронного листа", "Email content - Tooltip": "Зміст електронного листа",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Назва електронної пошти", "Email title": "Назва електронної пошти",
"Email title - Tooltip": "Заголовок електронного листа", "Email title - Tooltip": "Заголовок електронного листа",
"Endpoint": "Кінцева точка", "Endpoint": "Кінцева точка",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Ключовий текст - підказка", "Key text - Tooltip": "Ключовий текст - підказка",
"Metadata": "Метадані", "Metadata": "Метадані",
"Metadata - Tooltip": "Метадані SAML", "Metadata - Tooltip": "Метадані SAML",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Метод входу, QR-код або тихий вхід", "Method - Tooltip": "Метод входу, QR-код або тихий вхід",
"New Provider": "Новий постачальник", "New Provider": "Новий постачальник",
"Normal": "нормальний", "Normal": "нормальний",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Редагувати вебхук", "Edit Webhook": "Редагувати вебхук",
"Events": "Події", "Events": "Події",
"Events - Tooltip": "Події", "Events - Tooltip": "Події",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Заголовки", "Headers": "Заголовки",
"Headers - Tooltip": "Заголовки HTTP (пари ключ-значення)", "Headers - Tooltip": "Заголовки HTTP (пари ключ-значення)",
"Is user extended": "Розширено для користувача", "Is user extended": "Розширено для користувача",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "Use same DB - Tooltip" "Use same DB - Tooltip": "Use same DB - Tooltip"
}, },
"application": { "application": {
"Add Face ID": "Add Face ID",
"Add Face ID with Image": "Add Face ID with Image",
"Always": "luôn luôn", "Always": "luôn luôn",
"Auto signin": "Tự động đăng nhập", "Auto signin": "Tự động đăng nhập",
"Auto signin - Tooltip": "Khi một phiên đăng nhập đã được tạo trong Casdoor, nó sẽ tự động được sử dụng để đăng nhập tại ứng dụng", "Auto signin - Tooltip": "Khi một phiên đăng nhập đã được tạo trong Casdoor, nó sẽ tự động được sử dụng để đăng nhập tại ứng dụng",
"Background URL": "URL nền", "Background URL": "URL nền",
"Background URL - Tooltip": "Đường dẫn URL của hình ảnh nền được sử dụng trong trang đăng nhập", "Background URL - Tooltip": "Đường dẫn URL của hình ảnh nền được sử dụng trong trang đăng nhập",
"Background URL Mobile": "Background URL Mobile",
"Background URL Mobile - Tooltip": "Background URL Mobile - Tooltip",
"Big icon": "Big icon", "Big icon": "Big icon",
"Binding providers": "Binding providers", "Binding providers": "Binding providers",
"CSS style": "CSS style", "CSS style": "CSS style",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "Custom the footer of your application", "Footer HTML - Tooltip": "Custom the footer of your application",
"Form position": "Vị trí của hình thức", "Form position": "Vị trí của hình thức",
"Form position - Tooltip": "Vị trí của các biểu mẫu đăng ký, đăng nhập và quên mật khẩu", "Form position - Tooltip": "Vị trí của các biểu mẫu đăng ký, đăng nhập và quên mật khẩu",
"Generate Face ID": "Generate Face ID",
"Grant types": "Loại hỗ trợ", "Grant types": "Loại hỗ trợ",
"Grant types - Tooltip": "Chọn loại hỗ trợ được cho phép trong giao thức OAuth", "Grant types - Tooltip": "Chọn loại hỗ trợ được cho phép trong giao thức OAuth",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -201,7 +206,6 @@
"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": "Tạo mới", "Add": "Tạo mới",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "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",
@ -231,6 +235,7 @@
"Created time": "Thời gian tạo", "Created time": "Thời gian tạo",
"Custom": "Custom", "Custom": "Custom",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Data": "Data",
"Default": "Default", "Default": "Default",
"Default application": "Ứng dụng mặc định", "Default application": "Ứng dụng mặc định",
"Default application - Tooltip": "Ứng dụng mặc định cho người dùng đăng ký trực tiếp từ trang tổ chức", "Default application - Tooltip": "Ứng dụng mặc định cho người dùng đăng ký trực tiếp từ trang tổ chức",
@ -241,6 +246,7 @@
"Delete": "Xóa", "Delete": "Xóa",
"Description": "Mô tả", "Description": "Mô tả",
"Description - Tooltip": "Thông tin chi tiết mô tả cho tham khảo, Casdoor chính nó sẽ không sử dụng nó", "Description - Tooltip": "Thông tin chi tiết mô tả cho tham khảo, Casdoor chính nó sẽ không sử dụng nó",
"Detail": "详情",
"Disable": "Disable", "Disable": "Disable",
"Display name": "Tên hiển thị", "Display name": "Tên hiển thị",
"Display name - Tooltip": "Một tên dễ sử dụng, dễ đọc được hiển thị công khai trên giao diện người dùng", "Display name - Tooltip": "Một tên dễ sử dụng, dễ đọc được hiển thị công khai trên giao diện người dùng",
@ -258,7 +264,6 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Không thể thêm được", "Failed to add": "Không thể thêm được",
"Failed to connect to server": "Không thể kết nối đến máy chủ", "Failed to connect to server": "Không thể kết nối đến máy chủ",
"Failed to delete": "Không thể xoá", "Failed to delete": "Không thể xoá",
@ -316,6 +321,8 @@
"Name": "Tên", "Name": "Tên",
"Name - Tooltip": "ID duy nhất dựa trên chuỗi", "Name - Tooltip": "ID duy nhất dựa trên chuỗi",
"Name format": "Name format", "Name format": "Name format",
"Navbar items": "Navbar items",
"Navbar items - Tooltip": "Navbar items - Tooltip",
"Non-LDAP": "Non-LDAP", "Non-LDAP": "Non-LDAP",
"None": "None", "None": "None",
"OAuth providers": "Nhà cung cấp OAuth", "OAuth providers": "Nhà cung cấp OAuth",
@ -344,6 +351,7 @@
"Phone - Tooltip": "Số điện thoại", "Phone - Tooltip": "Số điện thoại",
"Phone only": "Phone only", "Phone only": "Phone only",
"Phone or Email": "Phone or Email", "Phone or Email": "Phone or Email",
"Plain": "Plain",
"Plan": "Plan", "Plan": "Plan",
"Plan - Tooltip": "Plan - Tooltip", "Plan - Tooltip": "Plan - Tooltip",
"Plans": "Kế hoạch", "Plans": "Kế hoạch",
@ -362,6 +370,7 @@
"QR code is too large": "QR code is too large", "QR code is too large": "QR code is too large",
"Real name": "Tên thật", "Real name": "Tên thật",
"Records": "Hồ sơ", "Records": "Hồ sơ",
"Request": "Request",
"Request URI": "Request URI", "Request URI": "Request URI",
"Resources": "Tài nguyên", "Resources": "Tài nguyên",
"Role": "Role", "Role": "Role",
@ -442,7 +451,8 @@
"Parent group - Tooltip": "Parent group - Tooltip", "Parent group - Tooltip": "Parent group - Tooltip",
"Physical": "Physical", "Physical": "Physical",
"Show all": "Show all", "Show all": "Show all",
"Virtual": "Virtual" "Virtual": "Virtual",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page"
}, },
"home": { "home": {
"New users past 30 days": "New users past 30 days", "New users past 30 days": "New users past 30 days",
@ -461,7 +471,8 @@
"Quota": "Quota", "Quota": "Quota",
"Quota - Tooltip": "Quota - Tooltip", "Quota - Tooltip": "Quota - Tooltip",
"Used count": "Used count", "Used count": "Used count",
"Used count - Tooltip": "Used count - Tooltip" "Used count - Tooltip": "Used count - Tooltip",
"You need to first specify a default application for organization: ": "You need to first specify a default application for organization: "
}, },
"ldap": { "ldap": {
"Admin": "Quản trị", "Admin": "Quản trị",
@ -586,11 +597,6 @@
"Your phone is": "Your phone is", "Your phone is": "Your phone is",
"preferred": "preferred" "preferred": "preferred"
}, },
"mfaAccount": {
"Account Name": "Account Name",
"Issuer": "Issuer",
"Secret Key": "Secret Key"
},
"model": { "model": {
"Advanced Editor": "Editor nâng cao", "Advanced Editor": "Editor nâng cao",
"Basic Editor": "Editor cơ bản", "Basic Editor": "Editor cơ bản",
@ -622,6 +628,8 @@
"Tags - Tooltip": "Bộ sưu tập các thẻ có sẵn cho người dùng lựa chọn", "Tags - Tooltip": "Bộ sưu tập các thẻ có sẵn cho người dùng lựa chọn",
"Use Email as username": "Use Email as username", "Use Email as username": "Use Email as username",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
"User types": "User types",
"User types - Tooltip": "User types - Tooltip",
"View rule": "Xem quy tắc", "View rule": "Xem quy tắc",
"Visible": "Rõ ràng", "Visible": "Rõ ràng",
"Website URL": "Địa chỉ trang web", "Website URL": "Địa chỉ trang web",
@ -728,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy"
}, },
"product": { "product": {
"AirWallex": "AirWallex",
"Alipay": "Alipay", "Alipay": "Alipay",
"Buy": "Mua", "Buy": "Mua",
"Buy Product": "Mua sản phẩm", "Buy Product": "Mua sản phẩm",
@ -757,7 +766,6 @@
"Sold": "Đã bán", "Sold": "Đã bán",
"Sold - Tooltip": "Số lượng bán ra", "Sold - Tooltip": "Số lượng bán ra",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "Nhãn sản phẩm", "Tag - Tooltip": "Nhãn sản phẩm",
"Test buy page..": "Trang mua thử.", "Test buy page..": "Trang mua thử.",
"There is no payment channel for this product.": "Không có kênh thanh toán cho sản phẩm này.", "There is no payment channel for this product.": "Không có kênh thanh toán cho sản phẩm này.",
@ -817,6 +825,8 @@
"Edit Provider": "Chỉnh sửa nhà cung cấp", "Edit Provider": "Chỉnh sửa nhà cung cấp",
"Email content": "Nội dung email", "Email content": "Nội dung email",
"Email content - Tooltip": "Nội dung của Email", "Email content - Tooltip": "Nội dung của Email",
"Email regex": "Email regex",
"Email regex - Tooltip": "Email regex - Tooltip",
"Email title": "Tiêu đề email", "Email title": "Tiêu đề email",
"Email title - Tooltip": "Tiêu đề của email", "Email title - Tooltip": "Tiêu đề của email",
"Endpoint": "Điểm cuối", "Endpoint": "Điểm cuối",
@ -844,6 +854,8 @@
"Key text - Tooltip": "Key text - Tooltip", "Key text - Tooltip": "Key text - Tooltip",
"Metadata": "Siêu dữ liệu", "Metadata": "Siêu dữ liệu",
"Metadata - Tooltip": "SAML metadata: siêu dữ liệu SAML", "Metadata - Tooltip": "SAML metadata: siêu dữ liệu SAML",
"Metadata url": "Metadata url",
"Metadata url - Tooltip": "Metadata url - Tooltip",
"Method - Tooltip": "Phương thức đăng nhập, mã QR hoặc đăng nhập im lặng", "Method - Tooltip": "Phương thức đăng nhập, mã QR hoặc đăng nhập im lặng",
"New Provider": "Nhà cung cấp mới", "New Provider": "Nhà cung cấp mới",
"Normal": "Thường", "Normal": "Thường",
@ -1244,6 +1256,8 @@
"Edit Webhook": "Sửa Webhook", "Edit Webhook": "Sửa Webhook",
"Events": "Sự kiện", "Events": "Sự kiện",
"Events - Tooltip": "Sự kiện", "Events - Tooltip": "Sự kiện",
"Extended user fields": "Extended user fields",
"Extended user fields - Tooltip": "Extended user fields - Tooltip",
"Headers": "Tiêu đề", "Headers": "Tiêu đề",
"Headers - Tooltip": "Tiêu đề HTTP (cặp key-value)", "Headers - Tooltip": "Tiêu đề HTTP (cặp key-value)",
"Is user extended": "Người dùng có được mở rộng không?", "Is user extended": "Người dùng có được mở rộng không?",

View File

@ -17,11 +17,15 @@
"Use same DB - Tooltip": "与Casdoor使用同一个数据库" "Use same DB - Tooltip": "与Casdoor使用同一个数据库"
}, },
"application": { "application": {
"Add Face ID": "添加人脸ID",
"Add Face ID with Image": "添加图片人脸ID",
"Always": "始终开启", "Always": "始终开启",
"Auto signin": "启用自动登录", "Auto signin": "启用自动登录",
"Auto signin - Tooltip": "当Casdoor存在已登录会话时自动采用该会话进行应用端的登录", "Auto signin - Tooltip": "当Casdoor存在已登录会话时自动采用该会话进行应用端的登录",
"Background URL": "背景图URL", "Background URL": "背景图URL",
"Background URL - Tooltip": "登录页背景图的链接", "Background URL - Tooltip": "登录页背景图的链接",
"Background URL Mobile": "背景图URL移动端",
"Background URL Mobile - Tooltip": "登录页背景图的链接(移动端)",
"Big icon": "大图标", "Big icon": "大图标",
"Binding providers": "绑定提供商", "Binding providers": "绑定提供商",
"CSS style": "CSS样式", "CSS style": "CSS样式",
@ -63,6 +67,7 @@
"Footer HTML - Tooltip": "自定义应用的footer", "Footer HTML - Tooltip": "自定义应用的footer",
"Form position": "表单位置", "Form position": "表单位置",
"Form position - Tooltip": "注册、登录、忘记密码等表单的位置", "Form position - Tooltip": "注册、登录、忘记密码等表单的位置",
"Generate Face ID": "生成人脸ID",
"Grant types": "OAuth授权类型", "Grant types": "OAuth授权类型",
"Grant types - Tooltip": "选择允许哪些OAuth协议中的grant types", "Grant types - Tooltip": "选择允许哪些OAuth协议中的grant types",
"Header HTML": "Header HTML", "Header HTML": "Header HTML",
@ -162,16 +167,16 @@
"Submit and complete": "完成提交" "Submit and complete": "完成提交"
}, },
"currency": { "currency": {
"AUD": "AUD", "AUD": "澳大利亚元",
"CAD": "CAD", "CAD": "加拿大元",
"CHF": "CHF", "CHF": "瑞士法郎",
"CNY": "CNY", "CNY": "人民币",
"EUR": "EUR", "EUR": "欧元",
"GBP": "GBP", "GBP": "英镑",
"HKD": "HKD", "HKD": "港币",
"JPY": "JPY", "JPY": "日元",
"SGD": "SGD", "SGD": "新加坡元",
"USD": "USD" "USD": "美元"
}, },
"enforcer": { "enforcer": {
"Edit Enforcer": "编辑Casbin执行器", "Edit Enforcer": "编辑Casbin执行器",
@ -201,7 +206,6 @@
"Adapter - Tooltip": "策略存储的表名", "Adapter - Tooltip": "策略存储的表名",
"Adapters": "Casbin适配器", "Adapters": "Casbin适配器",
"Add": "添加", "Add": "添加",
"Add Face Id": "添加人脸",
"Add custom item": "添加自定义项", "Add custom item": "添加自定义项",
"Admin": "管理工具", "Admin": "管理工具",
"Affiliation URL": "工作单位URL", "Affiliation URL": "工作单位URL",
@ -231,6 +235,7 @@
"Created time": "创建时间", "Created time": "创建时间",
"Custom": "自定义", "Custom": "自定义",
"Dashboard": "数据看板", "Dashboard": "数据看板",
"Data": "数据",
"Default": "默认", "Default": "默认",
"Default application": "默认应用", "Default application": "默认应用",
"Default application - Tooltip": "直接从组织页面注册的用户默认所属的应用", "Default application - Tooltip": "直接从组织页面注册的用户默认所属的应用",
@ -259,7 +264,6 @@
"Enabled": "已开启", "Enabled": "已开启",
"Enabled successfully": "启用成功", "Enabled successfully": "启用成功",
"Enforcers": "Casbin执行器", "Enforcers": "Casbin执行器",
"FaceIdData": "人脸数据",
"Failed to add": "添加失败", "Failed to add": "添加失败",
"Failed to connect to server": "连接服务器失败", "Failed to connect to server": "连接服务器失败",
"Failed to delete": "删除失败", "Failed to delete": "删除失败",
@ -317,6 +321,8 @@
"Name": "名称", "Name": "名称",
"Name - Tooltip": "唯一的、字符串式的ID", "Name - Tooltip": "唯一的、字符串式的ID",
"Name format": "名称格式", "Name format": "名称格式",
"Navbar items": "顶部栏条目",
"Navbar items - Tooltip": "设置顶部栏的各个条目是否开启",
"Non-LDAP": "禁用LDAP", "Non-LDAP": "禁用LDAP",
"None": "无", "None": "无",
"OAuth providers": "OAuth提供方", "OAuth providers": "OAuth提供方",
@ -328,10 +334,10 @@
"Password - Tooltip": "请确认密码正确", "Password - Tooltip": "请确认密码正确",
"Password complexity options": "密码复杂度选项", "Password complexity options": "密码复杂度选项",
"Password complexity options - Tooltip": "密码复杂度组合,登录密码复杂度必须符合该规范", "Password complexity options - Tooltip": "密码复杂度组合,登录密码复杂度必须符合该规范",
"Password obf key": "Password obf key", "Password obf key": "密码混淆秘钥",
"Password obf key - Tooltip": "Password obf key - Tooltip", "Password obf key - Tooltip": "密码混淆器所使用的秘钥",
"Password obfuscator": "Password obfuscator", "Password obfuscator": "密码混淆器",
"Password obfuscator - Tooltip": "Password obfuscator - Tooltip", "Password obfuscator - Tooltip": "前端向后端发送密码时所使用的密码混淆器",
"Password salt": "密码Salt值", "Password salt": "密码Salt值",
"Password salt - Tooltip": "用于密码加密的随机参数", "Password salt - Tooltip": "用于密码加密的随机参数",
"Password type": "密码类型", "Password type": "密码类型",
@ -345,6 +351,7 @@
"Phone - Tooltip": "手机号", "Phone - Tooltip": "手机号",
"Phone only": "仅支持手机号", "Phone only": "仅支持手机号",
"Phone or Email": "手机或电子邮件", "Phone or Email": "手机或电子邮件",
"Plain": "无",
"Plan": "计划", "Plan": "计划",
"Plan - Tooltip": "订阅里的计划", "Plan - Tooltip": "订阅里的计划",
"Plans": "计划", "Plans": "计划",
@ -363,6 +370,7 @@
"QR code is too large": "二维码过大", "QR code is too large": "二维码过大",
"Real name": "姓名", "Real name": "姓名",
"Records": "日志", "Records": "日志",
"Request": "请求",
"Request URI": "请求URI", "Request URI": "请求URI",
"Resources": "资源", "Resources": "资源",
"Role": "角色", "Role": "角色",
@ -443,7 +451,8 @@
"Parent group - Tooltip": "上级组", "Parent group - Tooltip": "上级组",
"Physical": "实体组", "Physical": "实体组",
"Show all": "显示全部", "Show all": "显示全部",
"Virtual": "虚拟组" "Virtual": "虚拟组",
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "您需要先删除所有子组。您可以在 [组织] -\u003e [群组] 页面左侧的群组树中查看子组"
}, },
"home": { "home": {
"New users past 30 days": "过去 30 天新增的用户", "New users past 30 days": "过去 30 天新增的用户",
@ -462,7 +471,8 @@
"Quota": "配额", "Quota": "配额",
"Quota - Tooltip": "该邀请码最多能注册多少个用户", "Quota - Tooltip": "该邀请码最多能注册多少个用户",
"Used count": "已使用个数", "Used count": "已使用个数",
"Used count - Tooltip": "该邀请码已使用次数" "Used count - Tooltip": "该邀请码已使用次数",
"You need to first specify a default application for organization: ": "你需要先为组织指定一个默认应用程序: "
}, },
"ldap": { "ldap": {
"Admin": "管理员", "Admin": "管理员",
@ -587,11 +597,6 @@
"Your phone is": "你的手机号", "Your phone is": "你的手机号",
"preferred": "首选" "preferred": "首选"
}, },
"mfaAccount": {
"Account Name": "账号名",
"Issuer": "Issuer",
"Secret Key": "密钥"
},
"model": { "model": {
"Advanced Editor": "高级编辑器", "Advanced Editor": "高级编辑器",
"Basic Editor": "基础编辑器", "Basic Editor": "基础编辑器",
@ -613,16 +618,18 @@
"Modify rule": "修改规则", "Modify rule": "修改规则",
"New Organization": "添加组织", "New Organization": "添加组织",
"Optional": "可选", "Optional": "可选",
"Password expire days": "Password expire days", "Password expire days": "密码过期天数",
"Password expire days - Tooltip": "Password expire days - Tooltip", "Password expire days - Tooltip": "密码过期时间,以天数为单位",
"Prompt": "提示", "Prompt": "提示",
"Required": "必须", "Required": "必须",
"Soft deletion": "软删除", "Soft deletion": "软删除",
"Soft deletion - Tooltip": "启用后,删除一个用户时不会在数据库彻底清除,只会标记为已删除状态", "Soft deletion - Tooltip": "启用后,删除一个用户时不会在数据库彻底清除,只会标记为已删除状态",
"Tags": "标签集合", "Tags": "标签集合",
"Tags - Tooltip": "可供用户选择的标签集合", "Tags - Tooltip": "可供用户选择的标签集合",
"Use Email as username": "Use Email as username", "Use Email as username": "邮箱作为用户名",
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup", "Use Email as username - Tooltip": "如果注册时用户名不可见,则使用邮箱作为用户名",
"User types": "用户类型",
"User types - Tooltip": "用户的类型",
"View rule": "查看规则", "View rule": "查看规则",
"Visible": "是否可见", "Visible": "是否可见",
"Website URL": "主页地址", "Website URL": "主页地址",
@ -729,6 +736,7 @@
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "付费用户找不到对应的订阅,请选择购买一个计划" "paid-user do not have active subscription or pending subscription, please select a plan to buy": "付费用户找不到对应的订阅,请选择购买一个计划"
}, },
"product": { "product": {
"AirWallex": "空中云汇",
"Alipay": "支付宝", "Alipay": "支付宝",
"Buy": "购买", "Buy": "购买",
"Buy Product": "购买商品", "Buy Product": "购买商品",
@ -758,7 +766,6 @@
"Sold": "售出", "Sold": "售出",
"Sold - Tooltip": "已售出的数量", "Sold - Tooltip": "已售出的数量",
"Stripe": "Stripe", "Stripe": "Stripe",
"AirWallex": "AirWallex",
"Tag - Tooltip": "商品类别", "Tag - Tooltip": "商品类别",
"Test buy page..": "测试购买页面..", "Test buy page..": "测试购买页面..",
"There is no payment channel for this product.": "该商品没有付款方式。", "There is no payment channel for this product.": "该商品没有付款方式。",
@ -784,8 +791,8 @@
"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": "基本 URL", "Base URL": "基本URL",
"Base URL - Tooltip": "基本 URL - 工具提示", "Base URL - Tooltip": "基本URL - 工具提示",
"Bucket": "存储桶", "Bucket": "存储桶",
"Bucket - Tooltip": "Bucket名称", "Bucket - Tooltip": "Bucket名称",
"Can not parse metadata": "无法解析元数据", "Can not parse metadata": "无法解析元数据",
@ -818,6 +825,8 @@
"Edit Provider": "编辑提供商", "Edit Provider": "编辑提供商",
"Email content": "邮件内容", "Email content": "邮件内容",
"Email content - Tooltip": "邮件内容", "Email content - Tooltip": "邮件内容",
"Email regex": "Email正则表达式",
"Email regex - Tooltip": "只有符合此正则表达式的Email才能进行注册或登录",
"Email title": "邮件标题", "Email title": "邮件标题",
"Email title - Tooltip": "邮件标题", "Email title - Tooltip": "邮件标题",
"Endpoint": "地域节点 (外网)", "Endpoint": "地域节点 (外网)",
@ -845,6 +854,8 @@
"Key text - Tooltip": "Key text", "Key text - Tooltip": "Key text",
"Metadata": "元数据", "Metadata": "元数据",
"Metadata - Tooltip": "SAML元数据", "Metadata - Tooltip": "SAML元数据",
"Metadata url": "Metadata链接",
"Metadata url - Tooltip": "SAML的Metadata链接",
"Method - Tooltip": "登录方法,二维码或者静默授权登录", "Method - Tooltip": "登录方法,二维码或者静默授权登录",
"New Provider": "添加提供商", "New Provider": "添加提供商",
"Normal": "标准", "Normal": "标准",
@ -1245,9 +1256,11 @@
"Edit Webhook": "编辑Webhook", "Edit Webhook": "编辑Webhook",
"Events": "事件", "Events": "事件",
"Events - Tooltip": "事件", "Events - Tooltip": "事件",
"Extended user fields": "扩展用户字段",
"Extended user fields - Tooltip": "扩展使用的用户字段",
"Headers": "协议头", "Headers": "协议头",
"Headers - Tooltip": "HTTP协议头键值对", "Headers - Tooltip": "HTTP协议头键值对",
"Is user extended": "扩展用户字段", "Is user extended": "是否扩展用户字段",
"Is user extended - Tooltip": "是否在JSON里加入用户的扩展字段", "Is user extended - Tooltip": "是否在JSON里加入用户的扩展字段",
"Method - Tooltip": "HTTP方法", "Method - Tooltip": "HTTP方法",
"New Webhook": "添加Webhook", "New Webhook": "添加Webhook",

View File

@ -84,7 +84,7 @@ class FaceIdTable extends React.Component {
}, },
}, },
{ {
title: i18next.t("general:FaceIdData"), title: i18next.t("general:Data"),
dataIndex: "faceIdData", dataIndex: "faceIdData",
key: "faceIdData", key: "faceIdData",
render: (text, record, index) => { render: (text, record, index) => {
@ -94,7 +94,7 @@ class FaceIdTable extends React.Component {
}, },
}, },
{ {
title: i18next.t("general:ImageUrl"), title: i18next.t("general:URL"),
dataIndex: "imageUrl", dataIndex: "imageUrl",
key: "imageUrl", key: "imageUrl",
render: (text, record, index) => { render: (text, record, index) => {
@ -139,10 +139,10 @@ class FaceIdTable extends React.Component {
<div> <div>
{i18next.t("user:Face IDs")}&nbsp;&nbsp;&nbsp;&nbsp; {i18next.t("user:Face IDs")}&nbsp;&nbsp;&nbsp;&nbsp;
<Button disabled={this.props.table?.length >= 5} style={{marginRight: "5px"}} type="primary" size="small" onClick={() => this.setState({openFaceRecognitionModal: true, withImage: false})}> <Button disabled={this.props.table?.length >= 5} style={{marginRight: "5px"}} type="primary" size="small" onClick={() => this.setState({openFaceRecognitionModal: true, withImage: false})}>
{i18next.t("general:Add Face Id")} {i18next.t("application:Add Face ID")}
</Button> </Button>
<Button disabled={this.props.table?.length >= 5} style={{marginRight: "5px"}} type="primary" size="small" onClick={() => this.setState({openFaceRecognitionModal: true, withImage: true})}> <Button disabled={this.props.table?.length >= 5} style={{marginRight: "5px"}} type="primary" size="small" onClick={() => this.setState({openFaceRecognitionModal: true, withImage: true})}>
{i18next.t("general:Add Face Id with image")} {i18next.t("application:Add Face ID with Image")}
</Button> </Button>
<Upload maxCount={1} accept="image/*" showUploadList={false} <Upload maxCount={1} accept="image/*" showUploadList={false}
beforeUpload={file => {return false;}} onChange={info => {handleUpload(info);}}> beforeUpload={file => {return false;}} onChange={info => {handleUpload(info);}}>

View File

@ -80,7 +80,7 @@ class MfaAccountTable extends React.Component {
renderTable(table) { renderTable(table) {
const columns = [ const columns = [
{ {
title: i18next.t("mfaAccount:Account Name"), title: i18next.t("forget:Account"),
dataIndex: "accountName", dataIndex: "accountName",
key: "accountName", key: "accountName",
width: "400px", width: "400px",
@ -93,7 +93,7 @@ class MfaAccountTable extends React.Component {
}, },
}, },
{ {
title: i18next.t("mfaAccount:Issuer"), title: "Issuer",
dataIndex: "issuer", dataIndex: "issuer",
key: "issuer", key: "issuer",
width: "300px", width: "300px",
@ -106,7 +106,7 @@ class MfaAccountTable extends React.Component {
}, },
}, },
{ {
title: i18next.t("mfaAccount:Origin"), title: "Origin",
dataIndex: "origin", dataIndex: "origin",
key: "origin", key: "origin",
render: (text, record, index) => { render: (text, record, index) => {
@ -118,7 +118,7 @@ class MfaAccountTable extends React.Component {
}, },
}, },
{ {
title: i18next.t("mfaAccount:Secret Key"), title: i18next.t("provider:Secret key"),
dataIndex: "secretKey", dataIndex: "secretKey",
key: "secretKey", key: "secretKey",
render: (text, record, index) => { render: (text, record, index) => {