Add Japanese translations for Outliner, help sidebar and loading progress bar

This commit is contained in:
Kazuhito Yokoi
2020-05-12 11:06:29 +09:00
parent 90ba761325
commit 9189db5531
3 changed files with 25 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ RED.sidebar.info = (function() {
RED.sidebar.info.outliner.reveal(selectedObject);
}
}).appendTo(propertiesPanelHeader);
RED.popover.tooltip(propertiesPanelHeaderReveal,"Show in outline");
RED.popover.tooltip(propertiesPanelHeaderReveal,RED._("sidebar.help.showInOutline"));
propertiesPanelContent = $("<div>").css({