mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Add Japanese translations for mongoDB node (#710)
This commit is contained in:
parent
07e5d9fd65
commit
efcf91a6df
38
storage/mongodb/locales/ja/66-mongodb.json
Normal file
38
storage/mongodb/locales/ja/66-mongodb.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"mongodb": {
|
||||
"label": {
|
||||
"host": "ホスト",
|
||||
"topology":"接続トポロジ",
|
||||
"connectOptions":"接続オプション",
|
||||
"port": "ポート",
|
||||
"database": "データベース",
|
||||
"username": "ユーザ",
|
||||
"password": "パスワード",
|
||||
"server": "サーバ",
|
||||
"collection": "コレクション",
|
||||
"operation": "操作",
|
||||
"onlystore": "msg.payloadオブジェクトのみ保存",
|
||||
"createnew": "一致しなければ新しいドキュメントを作成",
|
||||
"updateall": "合致する全ドキュメントを更新"
|
||||
},
|
||||
"operation": {
|
||||
"save": "save",
|
||||
"insert": "insert",
|
||||
"update": "update",
|
||||
"remove": "remove",
|
||||
"find": "find",
|
||||
"count": "count",
|
||||
"aggregate": "aggregate"
|
||||
},
|
||||
"status": {
|
||||
"connecting": "接続中",
|
||||
"connected": "接続しました",
|
||||
"error": "エラー"
|
||||
},
|
||||
"tip": "<b> Tip:</b> コレクションが設定されていない場合、 <code>msg.collection</code>がコレクション名として使われます。",
|
||||
"errors": {
|
||||
"nocollection": "コレクションが定義されていません",
|
||||
"missingconfig": "mongodbの設定がみつかりません"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user