Update EditChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2020-12-15 17:45:31 +01:00 committed by GitHub
parent 3e3d57b55c
commit ea4b44b277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -621,7 +621,7 @@ module.exports = (_ => {
context_localchannelsettings_text: "Ajustes local de canal",
submenu_channelsettings_text: "Cambiar ajustes",
submenu_resetsettings_text: "Restablecer canal",
modal_header_text: "Ajustes local de canal",
modal_header_text: "Ajustes locales de canal",
modal_channelname_text: "Nombre local del canal",
modal_colorpicker1_text: "Color local del canal",
modal_inheritcolor_text: "Heredar color a sub-canales"
@ -631,7 +631,7 @@ module.exports = (_ => {
context_localchannelsettings_text: "Paramètres locale du salon",
submenu_channelsettings_text: "Modifier les paramètres",
submenu_resetsettings_text: "Réinitialiser le salon",
modal_header_text: "Paramètres locale du salon",
modal_header_text: "Paramètres locaux du salon",
modal_channelname_text: "Nom local du salon",
modal_colorpicker1_text: "Couleur locale du salon",
modal_inheritcolor_text: "Hériter de la couleur sur les sous-salons"
@ -641,7 +641,7 @@ module.exports = (_ => {
context_localchannelsettings_text: "Impostazioni locale canale",
submenu_channelsettings_text: "Cambia impostazioni",
submenu_resetsettings_text: "Ripristina canale",
modal_header_text: "Impostazioni locale canale",
modal_header_text: "Impostazioni locali canale",
modal_channelname_text: "Nome locale canale",
modal_colorpicker1_text: "Colore locale canale",
modal_inheritcolor_text: "Eredita colore per sub-canali"
@ -800,4 +800,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
})();
})();