mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add Japanese translations for v3.0.3
This commit is contained in:
parent
4d202a7a37
commit
8f27dae7ea
@ -20,6 +20,7 @@
|
|||||||
"errors-help": "詳細は -v を指定して実行してください",
|
"errors-help": "詳細は -v を指定して実行してください",
|
||||||
"missing-modules": "不足しているノードモジュール:",
|
"missing-modules": "不足しているノードモジュール:",
|
||||||
"node-version-mismatch": "ノードモジュールはこのバージョンではロードできません。必要なバージョン: __version__ ",
|
"node-version-mismatch": "ノードモジュールはこのバージョンではロードできません。必要なバージョン: __version__ ",
|
||||||
|
"set-has-no-types": "セットに型がありません。 名前: '__name__', モジュール: '__module__', ファイル: '__file__'",
|
||||||
"type-already-registered": "'__type__' はモジュール __module__ で登録済みです",
|
"type-already-registered": "'__type__' はモジュール __module__ で登録済みです",
|
||||||
"removing-modules": "設定からモジュールを削除します",
|
"removing-modules": "設定からモジュールを削除します",
|
||||||
"added-types": "追加したノード:",
|
"added-types": "追加したノード:",
|
||||||
@ -134,7 +135,8 @@
|
|||||||
"flow": {
|
"flow": {
|
||||||
"unknown-type": "不明なノード: __type__",
|
"unknown-type": "不明なノード: __type__",
|
||||||
"missing-types": "欠落したノード",
|
"missing-types": "欠落したノード",
|
||||||
"error-loop": "メッセージの例外補足回数が最大値を超えました"
|
"error-loop": "メッセージの例外補足回数が最大値を超えました",
|
||||||
|
"non-message-returned": "ノードが __type__ 型のメッセージの送信を試みました"
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
"unrecognised-id": "不明なID: __id__",
|
"unrecognised-id": "不明なID: __id__",
|
||||||
|
Loading…
Reference in New Issue
Block a user