Skip to content

Commit 1cc58a8

Browse files
committed
Merge branch 'Qualphey-devel' into devel
* Updated localization bundles
2 parents 56a68b4 + 788aa63 commit 1cc58a8

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

res/main/i18n/default/labels.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
"search": "Search",
528528
"sedit": {
529529
"active": "Active",
530+
"compensate": "Compensate",
530531
"disabled": "Disabled",
531532
"enabled": "Enabled",
532533
"fade_in": "Fade in",
@@ -538,6 +539,12 @@
538539
"predelay": "Pre-delay",
539540
"reverse": "Reverse",
540541
"sample_num": "Sample #",
542+
"stretch": "Stretch",
543+
"stretch_chunk": "Chunk size",
544+
"stretch_end": "End",
545+
"stretch_fade": "Fade length",
546+
"stretch_fade_type": "Fade type",
547+
"stretch_start": "Start",
541548
"tail_cut": "Tail cut"
542549
},
543550
"settings": "Settings",

res/main/i18n/default/lists.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
}
7070
},
7171

72+
"fade": {
73+
"const_power": "Constant power",
74+
"linear": "Linear"
75+
},
76+
7277
"fft": {
7378
"env": {
7479
"blue": "Blue noise",

res/main/i18n/ru/labels.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@
526526
"search": "Поиск",
527527
"sedit": {
528528
"active": "Активен",
529+
"compensate": "Компенсация",
529530
"disabled": "Выключен",
530531
"enabled": "Включён",
531532
"fade_in": "Нараст",
@@ -537,6 +538,12 @@
537538
"predelay": "Задерж",
538539
"reverse": "Реверс",
539540
"sample_num": "№ сэмпла",
541+
"stretch": "Растяжение",
542+
"stretch_chunk": "Размер блока",
543+
"stretch_end": "Конец",
544+
"stretch_fade": "Длина затухания",
545+
"stretch_fade_type": "Тип затухания",
546+
"stretch_start": "Start",
540547
"tail_cut": "Кон срез"
541548
},
542549
"settings": "Настройки",

res/main/i18n/ru/lists.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
}
7070
},
7171

72+
"fade": {
73+
"const_power": "Постоянная мощность",
74+
"linear": "Линейное"
75+
},
76+
7277
"fft": {
7378
"env": {
7479
"blue": "Синий шум",

res/main/i18n/us/labels.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
"search": "Search",
528528
"sedit": {
529529
"active": "Active",
530+
"compensate": "Compensate",
530531
"disabled": "Disabled",
531532
"enabled": "Enabled",
532533
"fade_in": "Fade in",
@@ -538,6 +539,12 @@
538539
"predelay": "Pre-delay",
539540
"reverse": "Reverse",
540541
"sample_num": "Sample #",
542+
"stretch": "Stretch",
543+
"stretch_chunk": "Chunk size",
544+
"stretch_end": "End",
545+
"stretch_fade": "Fade length",
546+
"stretch_fade_type": "Fade type",
547+
"stretch_start": "Start",
541548
"tail_cut": "Tail cut"
542549
},
543550
"settings": "Settings",

res/main/i18n/us/lists.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
}
7070
},
7171

72+
"fade": {
73+
"const_power": "Constant power",
74+
"linear": "Linear"
75+
},
76+
7277
"fft": {
7378
"env": {
7479
"blue": "Blue noise",

0 commit comments

Comments
 (0)