Add Japanese translations for 4.0.0-beta.2

This commit is contained in:
Kazuhito Yokoi
2024-04-28 21:22:15 +09:00
parent cfb300ec06
commit c05d18ada1
5 changed files with 39 additions and 14 deletions

View File

@@ -1346,13 +1346,13 @@ RED.palette.editor = (function() {
});
if (!found_onremove) {
let removeNotify = RED.notify("Removed plugin " + entry.name + ". Please reload the editor to clear left-overs.",{
let removeNotify = RED.notify(RED._("palette.editor.confirm.removePlugin.body",{module:entry.name}),{
modal: true,
fixed: true,
type: 'warning',
buttons: [
{
text: "Understood",
text: RED._("palette.editor.confirm.button.understood"),
class:"primary",
click: function(e) {
removeNotify.close();