mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add i18n support for project default files generation
This commit is contained in:
10
red/runtime/locales/ja/runtime.json
Normal file
10
red/runtime/locales/ja/runtime.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"storage": {
|
||||
"localfilesystem": {
|
||||
"projects": {
|
||||
"summary": "Node-REDプロジェクト",
|
||||
"readme": "### 説明\nこれはプロジェクトのREADME.mdファイルです。このファイルには、\nプロジェクトの説明、利用方法、その他の情報を記載します。"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user