Add Japanese translations for sqlite node (#725)

* Add Japanese translations for sqlite node

* Improve Japanese translations for sqlite node

* Restructure message catalog
This commit is contained in:
Kazuhito Yokoi
2020-12-17 17:26:32 +09:00
committed by GitHub
parent cbcb3036be
commit fa2ea96e67
5 changed files with 109 additions and 47 deletions

View File

@@ -0,0 +1,20 @@
{
"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": {
"memoryDb": "<b>Note</b>: Setting the database name to <code>:memory:</code> will create a non-persistant in memory database."
}
}
}