mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-12 07:14:14 +00:00
Adjust translation
This commit is contained in:
@@ -833,11 +833,12 @@
|
|||||||
"resourcePolicyAuthMethodsEmpty": "No authentication method",
|
"resourcePolicyAuthMethodsEmpty": "No authentication method",
|
||||||
"resourcePolicyOtpEmpty": "No one time password",
|
"resourcePolicyOtpEmpty": "No one time password",
|
||||||
"resourcePolicyReadOnly": "This policy is Read only",
|
"resourcePolicyReadOnly": "This policy is Read only",
|
||||||
"resourcePolicyReadOnlyDescription": "This resource policy is shared accross multiple resources, you cannot edit it in this page.",
|
"resourcePolicyReadOnlyDescription": "This resource policy is shared accross multiple resources, you cannot edit it on this page.",
|
||||||
"resourcePolicyTypeSave": "Save Resource type",
|
"resourcePolicyTypeSave": "Save Resource type",
|
||||||
"resourcePolicySelect": "Select resource policy",
|
"resourcePolicySelect": "Select resource policy",
|
||||||
"resourcePolicySelectError": "Select a resource policy",
|
"resourcePolicySelectError": "Select a resource policy",
|
||||||
"resourcePolicyNotFound": "Policy not found",
|
"resourcePolicyNotFound": "Policy not found",
|
||||||
|
"resourcePolicySearch": "Search policies",
|
||||||
"resourcePolicyRulesEmpty": "No authentication rules",
|
"resourcePolicyRulesEmpty": "No authentication rules",
|
||||||
"resourceAuthMethodsDescriptions": "Allow access to the resource via additional auth methods",
|
"resourceAuthMethodsDescriptions": "Allow access to the resource via additional auth methods",
|
||||||
"resourceAuthSettingsSave": "Saved successfully",
|
"resourceAuthSettingsSave": "Saved successfully",
|
||||||
|
|||||||
@@ -233,7 +233,7 @@ export default function ResourceAuthenticationPage() {
|
|||||||
<Command shouldFilter={false}>
|
<Command shouldFilter={false}>
|
||||||
<CommandInput
|
<CommandInput
|
||||||
placeholder={t(
|
placeholder={t(
|
||||||
"siteSearch"
|
"resourcePolicySearch"
|
||||||
)}
|
)}
|
||||||
value={
|
value={
|
||||||
resourcePolicysearchQuery
|
resourcePolicysearchQuery
|
||||||
|
|||||||
Reference in New Issue
Block a user