Skip to content

Commit

Permalink
CB-4812 change tooltip text for share creds checkbox in connection cr…
Browse files Browse the repository at this point in the history
…eation
  • Loading branch information
sergeyteleshev committed May 24, 2024
1 parent 407259b commit 3325b46
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
9 changes: 8 additions & 1 deletion webapp/packages/core-connections/src/locales/en.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* CloudBeaver - Cloud Database Manager
* Copyright (C) 2020-2024 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/
export default [
['core_connections_connections_settings_group', 'Connections'],
['connections_administration_item', 'Connection Templates'],
Expand Down Expand Up @@ -28,7 +35,7 @@ export default [
['connections_connection_create_search_database', 'Search'],
['connections_connection_edit_save_credentials', 'Save credentials'],
['connections_connection_share_credentials', 'Share credentials'],
['connections_connection_share_credentials_tooltip', 'Share credentials across all users'],
['connections_connection_share_credentials_tooltip', 'Share credentials based on the team'],
['connections_connection_credentials_provisioning', 'Authentication credentials'],
['connections_connection_credentials_provisioning_description', 'You need to fill in or confirm the credentials to test this connection'],
['connections_connection_edit_authentication', 'Authentication'],
Expand Down
9 changes: 8 additions & 1 deletion webapp/packages/core-connections/src/locales/it.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* CloudBeaver - Cloud Database Manager
* Copyright (C) 2020-2024 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/
export default [
['core_connections_connections_settings_group', 'Connections'],
['connections_administration_item', 'Connection Templates'],
Expand Down Expand Up @@ -26,7 +33,7 @@ export default [
['connections_connection_create_search_database', 'Cerca'],
['connections_connection_edit_save_credentials', 'Salva le credenziali'],
['connections_connection_share_credentials', 'Share credentials'],
['connections_connection_share_credentials_tooltip', 'Share credentials across all users'],
['connections_connection_share_credentials_tooltip', 'Share credentials based on the team'],
['connections_connection_credentials_provisioning', 'Credenziali di autenticazione'],
['connections_connection_credentials_provisioning_description', 'Devi compilare o confermare le credenziali per provare questa connessione'],
['connections_connection_edit_authentication', 'Autenticazione'],
Expand Down
9 changes: 8 additions & 1 deletion webapp/packages/core-connections/src/locales/ru.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* CloudBeaver - Cloud Database Manager
* Copyright (C) 2020-2024 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/
export default [
['core_connections_connections_settings_group', 'Подключения'],
['connections_administration_item', 'Шаблоны подключений'],
Expand Down Expand Up @@ -25,7 +32,7 @@ export default [
['connections_connection_create_search_database', 'Найти'],
['connections_connection_edit_save_credentials', ' Запомнить данные'],
['connections_connection_share_credentials', 'Запомнить данные для всех пользователей'],
['connections_connection_share_credentials_tooltip', 'Запомнить данные для всех пользователей'],
['connections_connection_share_credentials_tooltip', 'Запомнить данные для команды'],
['connections_connection_credentials_provisioning', 'Аутентификационные данные'],
['connections_connection_credentials_provisioning_description', 'Чтобы проверить подключение, необходимо заполнить или подтвердить данные доступа'],
['connections_connection_edit_authentication', 'Авторизация'],
Expand Down
9 changes: 8 additions & 1 deletion webapp/packages/core-connections/src/locales/zh.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* CloudBeaver - Cloud Database Manager
* Copyright (C) 2020-2024 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/
export default [
['core_connections_connections_settings_group', 'Connections'],
['connections_administration_item', 'Connection Templates'],
Expand Down Expand Up @@ -27,7 +34,7 @@ export default [
['connections_connection_create_search_database', '搜索'],
['connections_connection_edit_save_credentials', '保存凭据'],
['connections_connection_share_credentials', 'Share credentials'],
['connections_connection_share_credentials_tooltip', 'Share credentials across all users'],
['connections_connection_share_credentials_tooltip', 'Share credentials based on the team'],
['connections_connection_credentials_provisioning', '认证凭据'],
['connections_connection_credentials_provisioning_description', '您却要填写或确认凭据以测试此连接。'],
['connections_connection_edit_authentication', '认证'],
Expand Down

0 comments on commit 3325b46

Please sign in to comment.