diff --git a/extensions/database/module/langs/translation-jp.json b/extensions/database/module/langs/translation-jp.json index fd1374a4d..41d3e910b 100644 --- a/extensions/database/module/langs/translation-jp.json +++ b/extensions/database/module/langs/translation-jp.json @@ -59,5 +59,6 @@ "database-source/databasePortPlaceholder": "ポート番号を入力してください(例: 3306)", "database-source/databaseHostPlaceholder": "データベースのドメイン名かIPアドレスを入力してください", "database-source/connectionNamePlaceholder": "新規接続名を入力してください", - "database-source/new-connection-legend": "新規接続エディタ" + "database-source/new-connection-legend": "新規接続エディタ", + "database-import/importer-name": "データベース" } diff --git a/extensions/database/module/langs/translation-tr.json b/extensions/database/module/langs/translation-tr.json index 55cb1782f..ef48f7c96 100644 --- a/extensions/database/module/langs/translation-tr.json +++ b/extensions/database/module/langs/translation-tr.json @@ -59,5 +59,6 @@ "database-source/alert-password": "Bir veri tabanı parolası belirtmelisiniz", "database-source/alert-user": "Bir veri tabanı kullanıcısı belirtmelisiniz", "database-source/alert-port": "Bir veri tabanı bağlantı noktası belirtmelisiniz", - "database-source/alert-host": "Bir veri tabanı sunucusu belirtmelisiniz" + "database-source/alert-host": "Bir veri tabanı sunucusu belirtmelisiniz", + "database-import/importer-name": "Veri tabanı" }