Skip to content

Commit

Permalink
feat: sql- add/edit/delete of sql configuration not working #283
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Oct 26, 2021
1 parent 15da0a6 commit 069fdb8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"attribute_edit_type": "Attribute Edit Type",
"attribute_view_type": "Attribute View Type",
"authentication_method": "Authentication method for the Token Endpoint",
"authorization_code_access_token": "Authorization Code Access Token",
"average_of_mau": "Average of MAU",
"base_dns": "Base DNs",
"bind_dn": "Bind DN",
"bind_password": "Bind Password",
Expand All @@ -39,6 +41,7 @@
"cache_configuration": "Cache Configuration",
"cache_provider_type": "Cache Provider Type",
"claims": "Claims",
"client_credentials_access_token": "Client Credentials Access Token",
"client_expiration_date": "Client Expiration Date",
"client_id": "Client Id",
"client_name": "Client Name",
Expand Down Expand Up @@ -104,6 +107,8 @@
"memcached_configuration": "memcachedConfiguration",
"maximum_length": "Maximum length",
"minimum_length": "Minimum length",
"month": "Month",
"monthly_active_users": "Monthly Active Users",
"multivalued": "Multivalued?",
"name": "Name",
"native_persistence_configuration": "nativePersistenceConfiguration",
Expand Down Expand Up @@ -804,7 +809,7 @@
"buckets": "The couchbase buckets to store data.",
"defaultBucket": "The default bucket for the Gluu Server.",
"connectTimeout": "Connection time out.",
"computationPoolSize": "",
"computationPoolSize": "Computation pool size.",
"useSSL":"Use this feature if the backend server allows SSL connectivity.",
"sslTrustStoreFile": "SSL truststore file.",
"sslTrustStoreFormat": "SSL truststore format.",
Expand Down

0 comments on commit 069fdb8

Please sign in to comment.