Skip to content

Commit 3858686

Browse files
New Italian localization for Noise Generator
1 parent 171c725 commit 3858686

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

include/lsp-plug.in/shared/meta/developers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
#define LSP_LADSPA_ART_DELAY_BASE (LSP_LADSPA_BASE + 106)
6060
#define LSP_LADSPA_OSCILLOSCOPE_BASE (LSP_LADSPA_BASE + 108)
6161
#define LSP_LADSPA_MB_DYNA_PROCESSOR_BASE (LSP_LADSPA_BASE + 120)
62+
#define LSP_LADSPA_NOISE_GENERATOR_BASE (LSP_LADSPA_BASE + 128)
6263

6364
namespace lsp
6465
{

res/main/i18n/default/labels.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@
380380
"noise_floor_right": "Noise Floor Right",
381381

382382
"noise_generator": {
383-
"channel_selector": "Channel Selector",
384-
"global": "Global",
385383
"general": "General",
386384
"N_type": "Noise Type",
387385
"N_mode": "Noise Mode",
@@ -401,7 +399,6 @@
401399
"slope_dbd": "Slope",
402400
"channel": "Channel",
403401
"channel_controls": "Channel Controls",
404-
"use_global": "Use Global",
405402
"solo": "Solo",
406403
"mute": "Mute"
407404
},

res/main/i18n/it/labels.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,30 @@
378378
"noise_floor": "Fondo Rumore",
379379
"noise_floor_left": "Fondo Rumore Sinistro",
380380
"noise_floor_right": "Fondo Rumore Destro",
381+
382+
"noise_generator": {
383+
"general": "Generale",
384+
"N_type": "Tipo di Rumore",
385+
"N_mode": "Modo Rumore",
386+
"N_amplitude": "Ampiezza Rumore",
387+
"N_offset": "Offset Rumore",
388+
"M_inaudible": "Rendi Inaudible",
389+
"N_specs": "Controlli Specifici del Rumore",
390+
"distribution": "Distribuzione",
391+
"V_type": "Tipo",
392+
"V_window": "Finestra",
393+
"V_delta": "Delta",
394+
"V_crush": "Crush",
395+
"V_crush_prob": "Probabilità Crush",
396+
"color": "Colore",
397+
"slope_npn": "Pendenza",
398+
"slope_dbo": "Pendenza",
399+
"slope_dbd": "Pendenza",
400+
"channel": "Canale",
401+
"channel_controls": "Controlli Canale",
402+
"solo": "Solo",
403+
"mute": "Muto"
404+
},
381405

382406
"normalize": "Normalizza",
383407

0 commit comments

Comments
 (0)