Add Japanese translations for mongoDB node (#710)

This commit is contained in:
piyonakajima 2020-10-28 20:21:14 +09:00 committed by GitHub
parent 07e5d9fd65
commit efcf91a6df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View 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の設定がみつかりません"
}
}
}