mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
fa2ea96e67
* Add Japanese translations for sqlite node * Improve Japanese translations for sqlite node * Restructure message catalog
21 lines
614 B
JSON
21 lines
614 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
}
|