locale strings fix

This commit is contained in:
Deepak Prabhakara 2024-03-18 12:07:28 +00:00
parent 828e5b2ea3
commit 4688dfd87b
3 changed files with 6 additions and 19 deletions

View File

@ -59,25 +59,25 @@ const ConfigList = ({ hasValidLicense }: { hasValidLicense: boolean }) => {
const columns = [
{
key: 'name',
label: t('bui-dsync-name'),
label: t('bui-shared-name'),
wrap: true,
dataIndex: 'name',
},
{
key: 'type',
label: t('bui-dsync-type'),
label: t('bui-shared-type'),
wrap: true,
dataIndex: 'type',
},
{
key: 'tenant',
label: t('bui-dsync-tenant'),
label: t('bui-shared-tenant'),
wrap: true,
dataIndex: 'tenant',
},
{
key: 'actions',
label: t('bui-dsync-actions'),
label: t('bui-shared-actions'),
wrap: true,
dataIndex: null,
},

View File

@ -65,7 +65,7 @@ const NewConfiguration = ({ hasValidLicense }: { hasValidLicense: boolean }) =>
<div className='flex flex-col space-y-3'>
<div className='form-control w-full md:w-1/2'>
<label className='label'>
<span className='label-text'>{t('type')}</span>
<span className='label-text'>{t('bui-shared-type')}</span>
</label>
<select
className='select-bordered select w-full'

View File

@ -158,8 +158,6 @@
"choose_an_identity_provider_to_continue": "Choose an Identity Provider to continue. If you don't see your Identity Provider, please contact your administrator.",
"choose_an_app_to_continue": "Choose an app to continue. If you don't see your app, please contact your administrator.",
"no_saml_response_try_again": "No SAMLResponse found. Please try again.",
"customize_branding": "You can customize the look and feel Identity Provider selection page by setting following options",
"expiry_in_days": "Expiry in days",
"security_logs_config_new_success": "Security logs config created successfully.",
"security_logs_wont_be_sent_to_this": "Security logs won't be sent to this destination.",
"confirmation_modal_description_config": "This action cannot be undone. This will permanently delete the Configuration.",
@ -178,18 +176,6 @@
"delete_the_security_logs_config": "Delete the Security logs config?",
"new_security_logs_config": "New Configuration",
"select_type": "Select a type",
"enter_tenant": "Enter tenant",
"tenants": "Tenants",
"tenants_mapping_description": "Provide a custom mapping for SAML federation apps that lets you associate multiple tenants to it. Enter the tenant name and press ENTER or TAB.",
"generate_sp_entity_id": "Generate Entity ID",
"saml_federation_entity_id_instruction": "Use the button to create a distinctive identifier if your service provider does not provide a unique Entity ID and set that in your provider's configuration. If your service provider does provide a unique ID, you can use that instead.",
"entity_id_generated_copied": "Generated Entity ID copied to clipboard.",
"stack_trace": "Stack Trace",
"error_uri": "error_uri in error response (from OIDC Provider)",
"id_token_from_oidc_idp": "ID Token (from OIDC Provider)",
"access_token_from_oidc_idp": "Access Token (from OIDC Provider)",
"session_state_from_oidc_idp": "Session State (from OIDC Provider)",
"scope_from_op_error": "Scope (from OIDC Provider)",
"sso_connection_created_successfully": "SSO Connection created successfully",
"saml_federation_entity_id_generated": "SP Entity ID generated",
"setup-link-created": "A new setup link created.",
@ -197,6 +183,7 @@
"setup-link-copied": "The setup link copied to the clipboard.",
"setup-link-deleted": "The setup link deleted.",
"bui-shared-name": "Name",
"bui-shared-type": "Type",
"bui-shared-tenant": "Tenant",
"bui-shared-product": "Product",
"bui-shared-actions": "Actions",