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 @@
-
-
-
-
-
-