diff --git a/lang/jdbc/strings/translations_da.properties b/lang/jdbc/strings/translations_da.properties index f5976d6d7..6509cadd9 100644 --- a/lang/jdbc/strings/translations_da.properties +++ b/lang/jdbc/strings/translations_da.properties @@ -18,3 +18,5 @@ connectionString=Forbindelsesstreng passwordAuth=Godkendelse af adgangskode windowsAuth=Windows-godkendelse psqlShell=Åbn PSQL Shell i Terminal +host=Vært +database=Database diff --git a/lang/jdbc/strings/translations_de.properties b/lang/jdbc/strings/translations_de.properties index 0b6a263b4..e2e688ddf 100644 --- a/lang/jdbc/strings/translations_de.properties +++ b/lang/jdbc/strings/translations_de.properties @@ -18,3 +18,5 @@ connectionString=Verbindungsstring passwordAuth=Passwort-Authentifizierung windowsAuth=Windows-Authentifizierung psqlShell=PSQL-Shell im Terminal öffnen +host=Host +database=Datenbank diff --git a/lang/jdbc/strings/translations_en.properties b/lang/jdbc/strings/translations_en.properties index 9998d944b..4324c2e8d 100644 --- a/lang/jdbc/strings/translations_en.properties +++ b/lang/jdbc/strings/translations_en.properties @@ -17,4 +17,6 @@ connectionUrl=Connection URL connectionString=Connection String passwordAuth=Password Authentication windowsAuth=Windows Authentication -psqlShell=Open PSQL Shell in Terminal \ No newline at end of file +psqlShell=Open PSQL Shell in Terminal +host=Host +database=Database diff --git a/lang/jdbc/strings/translations_es.properties b/lang/jdbc/strings/translations_es.properties index 091927fe1..e3bba56eb 100644 --- a/lang/jdbc/strings/translations_es.properties +++ b/lang/jdbc/strings/translations_es.properties @@ -18,3 +18,5 @@ connectionString=Cadena de conexión passwordAuth=Autenticación por contraseña windowsAuth=Autenticación de Windows psqlShell=Abrir PSQL Shell en Terminal +host=Anfitrión +database=Base de datos diff --git a/lang/jdbc/strings/translations_fr.properties b/lang/jdbc/strings/translations_fr.properties index 2ccb9c259..11052e0db 100644 --- a/lang/jdbc/strings/translations_fr.properties +++ b/lang/jdbc/strings/translations_fr.properties @@ -18,3 +18,5 @@ connectionString=Chaîne de connexion passwordAuth=Authentification par mot de passe windowsAuth=Authentification Windows psqlShell=Ouvrir le shell PSQL dans le terminal +host=Hôte +database=Base de données diff --git a/lang/jdbc/strings/translations_it.properties b/lang/jdbc/strings/translations_it.properties index 1d508cf60..a87ed9036 100644 --- a/lang/jdbc/strings/translations_it.properties +++ b/lang/jdbc/strings/translations_it.properties @@ -18,3 +18,5 @@ connectionString=Stringa di connessione passwordAuth=Autenticazione con password windowsAuth=Autenticazione di Windows psqlShell=Aprire la shell PSQL nel terminale +host=Ospite +database=Database diff --git a/lang/jdbc/strings/translations_ja.properties b/lang/jdbc/strings/translations_ja.properties index 42af0d885..ef59dbca5 100644 --- a/lang/jdbc/strings/translations_ja.properties +++ b/lang/jdbc/strings/translations_ja.properties @@ -18,3 +18,5 @@ connectionString=接続文字列 passwordAuth=パスワード認証 windowsAuth=Windows認証 psqlShell=ターミナルで PSQL シェルを開く +host=ホスト +database=データベース diff --git a/lang/jdbc/strings/translations_nl.properties b/lang/jdbc/strings/translations_nl.properties index 15a80744f..56c2aa701 100644 --- a/lang/jdbc/strings/translations_nl.properties +++ b/lang/jdbc/strings/translations_nl.properties @@ -18,3 +18,5 @@ connectionString=Verbindingsstring passwordAuth=Wachtwoordverificatie windowsAuth=Windows verificatie psqlShell=Open PSQL Shell in Terminal +host=Host +database=Databank diff --git a/lang/jdbc/strings/translations_pt.properties b/lang/jdbc/strings/translations_pt.properties index bc2ab5134..115b03722 100644 --- a/lang/jdbc/strings/translations_pt.properties +++ b/lang/jdbc/strings/translations_pt.properties @@ -18,3 +18,5 @@ connectionString=Cadeia de ligação passwordAuth=Autenticação por palavra-passe windowsAuth=Autenticação do Windows psqlShell=Abre o shell PSQL no Terminal +host=Apresenta +database=Base de dados diff --git a/lang/jdbc/strings/translations_ru.properties b/lang/jdbc/strings/translations_ru.properties index 0b9f6e48d..f8799786c 100644 --- a/lang/jdbc/strings/translations_ru.properties +++ b/lang/jdbc/strings/translations_ru.properties @@ -18,3 +18,5 @@ connectionString=Строка подключения passwordAuth=Проверка подлинности пароля windowsAuth=Аутентификация Windows psqlShell=Открыть оболочку PSQL в терминале +host=Хост +database=База данных diff --git a/lang/jdbc/strings/translations_tr.properties b/lang/jdbc/strings/translations_tr.properties index 9cc42112b..3424ceaac 100644 --- a/lang/jdbc/strings/translations_tr.properties +++ b/lang/jdbc/strings/translations_tr.properties @@ -21,3 +21,5 @@ connectionString=Bağlantı Dizesi passwordAuth=Şifre Doğrulama windowsAuth=Windows Kimlik Doğrulama psqlShell=Terminal'de PSQL Kabuğunu Açın +host=Ev sahibi +database=Veritabanı diff --git a/lang/jdbc/strings/translations_zh.properties b/lang/jdbc/strings/translations_zh.properties index b38044227..69f7b926a 100644 --- a/lang/jdbc/strings/translations_zh.properties +++ b/lang/jdbc/strings/translations_zh.properties @@ -18,3 +18,5 @@ connectionString=连接字符串 passwordAuth=密码验证 windowsAuth=Windows 身份验证 psqlShell=在终端中打开 PSQL Shell +host=主机 +database=数据库