|
24 | 24 | },
|
25 | 25 | "fields": {
|
26 | 26 | "access_token_signing_alg": "Access Token Signing Algorithm",
|
27 |
| - "activate": "activate", |
| 27 | + "activate": "Activate", |
28 | 28 | "active": "Active",
|
29 | 29 | "application_type": "Application Type",
|
30 | 30 | "attributes": "Attributes",
|
31 | 31 | "attribute_edit_type": "Attribute Edit Type",
|
32 | 32 | "attribute_view_type": "Attribute View Type",
|
33 | 33 | "authentication_method": "Authentication method for the Token Endpoint",
|
34 |
| - "authorization_code_access_token": "Authorization Code Access Token", |
35 |
| - "average_of_mau": "Average of MAU", |
36 | 34 | "base_dns": "Base DNs",
|
37 | 35 | "bind_dn": "Bind DN",
|
38 | 36 | "bind_password": "Bind Password",
|
|
41 | 39 | "cache_configuration": "Cache Configuration",
|
42 | 40 | "cache_provider_type": "Cache Provider Type",
|
43 | 41 | "claims": "Claims",
|
44 |
| - "client_credentials_access_token": "Client Credentials Access Token", |
45 | 42 | "client_expiration_date": "Client Expiration Date",
|
46 | 43 | "client_id": "Client Id",
|
47 | 44 | "client_name": "Client Name",
|
|
107 | 104 | "memcached_configuration": "memcachedConfiguration",
|
108 | 105 | "maximum_length": "Maximum length",
|
109 | 106 | "minimum_length": "Minimum length",
|
110 |
| - "month": "Month", |
111 |
| - "monthly_active_users": "Monthly Active Users", |
112 | 107 | "multivalued": "Multivalued?",
|
113 | 108 | "name": "Name",
|
114 | 109 | "native_persistence_configuration": "nativePersistenceConfiguration",
|
|
221 | 216 | "companyName": "Company Name",
|
222 | 217 | "customerEmail": "Customer Email",
|
223 | 218 | "customerName": "Customer Name",
|
224 |
| - "licenseDetails": "License Details" |
| 219 | + "licenseDetails": "License Details", |
| 220 | + "username": "Username", |
| 221 | + "connectionUris": "Connection URIs", |
| 222 | + "schemaName": "Schema Name", |
| 223 | + "passwordEncryptionMethod": "Password Encryption Method", |
| 224 | + "serverTimezone": "Server Timezone", |
| 225 | + "binaryAttributes": "Binary Attributes", |
| 226 | + "certificateAttributes": "Certificate Attributes" |
225 | 227 | },
|
226 | 228 | "languages": {
|
227 | 229 | "french": "Français",
|
|
295 | 297 | "edit_ldap": "Edit Ldap",
|
296 | 298 | "edit_attribute": "Edit Attribute",
|
297 | 299 | "refresh_data": "Refresh Data",
|
298 |
| - "view_attribute": "View attribute" |
| 300 | + "view_attribute": "View attribute", |
| 301 | + "edit_sql": "Edit SQL", |
| 302 | + "add_sql": "Add SQL" |
299 | 303 | },
|
300 | 304 | "placeholders": {
|
301 | 305 | "action_commit_message": "Provide the reason of this change",
|
|
332 | 336 | "smtp_user_name": "Enter the SMTP user name",
|
333 | 337 | "smtp_user_password": "Enter the SMTP user password",
|
334 | 338 | "spontaneous_client_id": "Enter the spontaneous client id",
|
335 |
| - "typeahead_holder_message": "Enter multiple items by selecting from appeared dropdown after entering each item." |
| 339 | + "typeahead_holder_message": "Enter multiple items by selecting from appeared dropdown after entering each item.", |
| 340 | + "sql_config_name": "Enter the sql configuration name.", |
| 341 | + "sql_username": "Enter the Username.", |
| 342 | + "sql_password": "Enter the Password.", |
| 343 | + "sql_schemaname": "Enter the schema name.", |
| 344 | + "sql_passwordEncryptionMethod": "Add password encryption method.", |
| 345 | + "sql_serverTimezone": "Enter server timezone.", |
| 346 | + "activate_sql_configuration": "Activate SQL configuration." |
336 | 347 | },
|
337 | 348 | "titles": {
|
338 | 349 | "acrs": "ACRs",
|
|
793 | 804 | "buckets": "The couchbase buckets to store data.",
|
794 | 805 | "defaultBucket": "The default bucket for the Gluu Server.",
|
795 | 806 | "connectTimeout": "Connection time out.",
|
796 |
| - "computationPoolSize": "Computation pool size.", |
| 807 | + "computationPoolSize": "", |
797 | 808 | "useSSL":"Use this feature if the backend server allows SSL connectivity.",
|
798 | 809 | "sslTrustStoreFile": "SSL truststore file.",
|
799 | 810 | "sslTrustStoreFormat": "SSL truststore format.",
|
800 | 811 | "sslTrustStorePin": "Encoded truststore pin.",
|
801 | 812 | "userName": "Database username.",
|
802 | 813 | "userPassword": "Database password."
|
803 | 814 |
|
| 815 | + }, |
| 816 | + "sql": { |
| 817 | + "config_name": "Enter the sql configuration name.", |
| 818 | + "username": "Enter the database username.", |
| 819 | + "password": "Enter the database password.", |
| 820 | + "schemaname": "Enter the schema name.", |
| 821 | + "passwordEncryptionMethod": "Add password encryption method.", |
| 822 | + "serverTimezone": "Enter server timezone.", |
| 823 | + "binaryAttributes": "Binary attributes.", |
| 824 | + "certificateAttributes": "Certificate attributes.", |
| 825 | + "activate": "Activate SQL configuration.", |
| 826 | + "connectionUri": "Connection URI of database." |
804 | 827 | }
|
805 | 828 | }
|
806 | 829 | }
|
0 commit comments