mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
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:
20
storage/sqlite/locales/en-US/sqlite.json
Normal file
20
storage/sqlite/locales/en-US/sqlite.json
Normal 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."
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user