Skip to content

Commit

Permalink
Merge branch 'devel' into fix/cb-4820/grid-focus-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniaBzzz authored May 27, 2024
2 parents d3230bd + ea1f346 commit d32374f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 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
11 changes: 9 additions & 2 deletions 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 All @@ -24,8 +31,8 @@ export default [
['connections_connection_create_custom', 'Настроить'],
['connections_connection_create_search_database', 'Найти'],
['connections_connection_edit_save_credentials', ' Запомнить данные'],
['connections_connection_share_credentials', 'Запомнить данные для всех пользователей'],
['connections_connection_share_credentials_tooltip', 'Запомнить данные для всех пользователей'],
['connections_connection_share_credentials', 'Запомнить данные для команды'],
['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 d32374f

Please sign in to comment.