mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Restructure message catalog
This commit is contained in:
parent
ac2b586f49
commit
5fe9bc6e2b
@ -11,8 +11,10 @@
|
||||
"mode": "Mode",
|
||||
"readWriteCreate": "Read-Write-Create",
|
||||
"readWrite": "Read-Write",
|
||||
"readOnly": "Read-Only",
|
||||
"tips": "<b>Note</b>: Setting the database name to <code>:memory:</code> will create a non-persistant in memory database."
|
||||
"readOnly": "Read-Only"
|
||||
},
|
||||
"tips": {
|
||||
"memoryDb": "<b>Note</b>: Setting the database name to <code>:memory:</code> will create a non-persistant in memory database."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,8 +11,10 @@
|
||||
"mode": "モード",
|
||||
"readWriteCreate": "読み取り-書き込み-作成",
|
||||
"readWrite": "読み取り-書き込み",
|
||||
"readOnly": "読み取りのみ",
|
||||
"tips": "<b>注釈</b>: データベース名に <code>:memory:</code> を設定すると、非永続的なメモリデータベースを作成します。"
|
||||
"readOnly": "読み取りのみ"
|
||||
},
|
||||
"tips": {
|
||||
"memoryDb": "<b>注釈</b>: データベース名に <code>:memory:</code> を設定すると、非永続的なメモリデータベースを作成します。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
<option value="RO" data-i18n="sqlite.label.readOnly"></option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-tips" data-i18n="[html]sqlite.label.tips"></div>
|
||||
<div class="form-tips" data-i18n="[html]sqlite.tips.memoryDb"></div>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Loading…
x
Reference in New Issue
Block a user