From eb5619d70ff880c72cba575c846f7a9ec33a2f7e Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Tue, 15 Dec 2020 14:38:53 +0900 Subject: [PATCH] Add Japanese translations for sqlite node --- storage/sqlite/locales/en-US/sqlite.html | 28 +++++++++++ storage/sqlite/locales/en-US/sqlite.json | 18 +++++++ storage/sqlite/locales/ja/sqlite.html | 26 ++++++++++ storage/sqlite/locales/ja/sqlite.json | 18 +++++++ storage/sqlite/sqlite.html | 62 ++++++------------------ 5 files changed, 105 insertions(+), 47 deletions(-) create mode 100644 storage/sqlite/locales/en-US/sqlite.html create mode 100644 storage/sqlite/locales/en-US/sqlite.json create mode 100644 storage/sqlite/locales/ja/sqlite.html create mode 100644 storage/sqlite/locales/ja/sqlite.json diff --git a/storage/sqlite/locales/en-US/sqlite.html b/storage/sqlite/locales/en-US/sqlite.html new file mode 100644 index 00000000..7aedae62 --- /dev/null +++ b/storage/sqlite/locales/en-US/sqlite.html @@ -0,0 +1,28 @@ + + + diff --git a/storage/sqlite/locales/en-US/sqlite.json b/storage/sqlite/locales/en-US/sqlite.json new file mode 100644 index 00000000..ac0212f1 --- /dev/null +++ b/storage/sqlite/locales/en-US/sqlite.json @@ -0,0 +1,18 @@ +{ + "sqlite": { + "label": { + "database": "Database", + "sqlQuery": "SQL Query", + "viaMsgTopic": "Via msg.topic", + "fixedStatement": "Fixed Statement", + "preparedStatement": "Prepared Statement", + "batchWithoutResponse": "Batch without response", + "sqlStatement": "SQL Statement", + "mode": "Mode", + "readWriteCreate": "Read-Write-Create", + "readWrite": "Read-Write", + "readOnly": "Read-Only", + "tips": "Note: Setting the database name to :memory: will create a non-persistant in memory database." + } + } +} diff --git a/storage/sqlite/locales/ja/sqlite.html b/storage/sqlite/locales/ja/sqlite.html new file mode 100644 index 00000000..8bd4806c --- /dev/null +++ b/storage/sqlite/locales/ja/sqlite.html @@ -0,0 +1,26 @@ + + + diff --git a/storage/sqlite/locales/ja/sqlite.json b/storage/sqlite/locales/ja/sqlite.json new file mode 100644 index 00000000..187031ff --- /dev/null +++ b/storage/sqlite/locales/ja/sqlite.json @@ -0,0 +1,18 @@ +{ + "sqlite": { + "label": { + "database": "データベース", + "sqlQuery": "SQLクエリ", + "viaMsgTopic": "msg.topic経由", + "fixedStatement": "固定文", + "preparedStatement": "準備された文", + "batchWithoutResponse": "応答なしのBatch", + "sqlStatement": "SQL文", + "mode": "モード", + "readWriteCreate": "読み取り-書き込み-作成", + "readWrite": "読み取り-書き込み", + "readOnly": "読み取りのみ", + "tips": "注釈: データベース名に :memory: を設定すると、非永続的なメモリデータベースを作成します。" + } + } +} diff --git a/storage/sqlite/sqlite.html b/storage/sqlite/sqlite.html index ceeca265..aedac762 100644 --- a/storage/sqlite/sqlite.html +++ b/storage/sqlite/sqlite.html @@ -1,19 +1,17 @@ - - - - - -