Add Japanese translations for v2.2.0

This commit is contained in:
Kazuhito Yokoi
2022-01-27 11:14:24 +09:00
parent bd6e35fea2
commit 0f50355deb
3 changed files with 121 additions and 119 deletions

View File

@@ -33,11 +33,11 @@ export default {
{
title: {
"en-US": "Remembering Zoom & Position",
// "ja": ""
"ja": "拡大/縮小のレベルや位置を記憶"
},
description: {
"en-US": "<p>The editor has new options to restore the zoom level and scroll position when reloading the editor.</p>",
// "ja": ""
"ja": "<p>エディタを再読み込みした時に、拡大/縮小のレベルやスクロール位置を復元するための新しいオプションを利用できます。</p>"
},
element: function() { return $("#user-settings-view-store-position").parent()},
prepare(done) {
@@ -125,12 +125,12 @@ export default {
{
title: {
"en-US": "Subflow Output Labels",
// "ja": ""
"ja": "サブフローの出力ラベル"
},
image: "images/subflow-labels.png",
description: {
"en-US": "<p>If a subflow has labels set for its outputs, they now get shown on the ports within the subflow template view.</p>",
// "ja": ""
"ja": "<p>サブフローの出力にラベルが設定されている場合、サブフローテンプレート画面内のポートにラベルが表示されるようになりました。</p>"
},
},
{