Add Japanese translations for outliner, jsonata and runtime

This commit is contained in:
Kazuhito Yokoi
2020-06-16 21:32:10 +09:00
parent afb782410d
commit 52eb158231
4 changed files with 20 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ RED.sidebar.info.outliner = (function() {
}
});
RED.popover.tooltip(toggleButton,function() {
return RED._("common.label."+((n.type==='tab' && n.disabled) || (n.type!=='tab' && n.d))?"enable":"disable")
return RED._("common.label."+(((n.type==='tab' && n.disabled) || (n.type!=='tab' && n.d))?"enable":"disable"));
});
} else {
$('<div class="red-ui-info-outline-item-control-spacer">').appendTo(controls)