Skip to content

Commit 906cb9b

Browse files
committed
Labels update.
1 parent 10ef0b4 commit 906cb9b

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

res/main/i18n/default/labels.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,13 @@
273273
"time_ms": "{@min}:{@sec^0%2d}.{@msec^0%3d} m",
274274
"time_s": "{@sec}.{@msec^0%3d} s"
275275
},
276-
"filter": "Filter",
277-
"filters": "Filters",
276+
"filter": {
277+
"": "Filter",
278+
"bp_width": "Bandpass width",
279+
"controls": "Filter controls",
280+
"gain": "Filter gain"
281+
},
282+
"filters": "Filters",
278283

279284
"flt": {
280285
"10k": "10k",

res/main/i18n/ru/labels.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,12 @@
273273
"time_ms": "{@min}:{@sec^0%2d}.{@msec^0%3d} м",
274274
"time_s": "{@sec}.{@msec^0%3d} с"
275275
},
276-
"filter": "Фильтр",
276+
"filter": {
277+
"": "Фильтр",
278+
"bp_width": "Ширина полосного",
279+
"controls": "Управление фильтром",
280+
"gain": "Усиление фильтра"
281+
},
277282
"filters": "Фильтры",
278283

279284
"flt": {

res/main/i18n/us/labels.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,12 @@
273273
"time_ms": "{@min}:{@sec^0%2d}.{@msec^0%3d} m",
274274
"time_s": "{@sec}.{@msec^0%3d} s"
275275
},
276-
"filter": "Filter",
276+
"filter": {
277+
"": "Filter",
278+
"bp_width": "Bandpass width",
279+
"controls": "Filter controls",
280+
"gain": "Filter gain"
281+
},
277282
"filters": "Filters",
278283

279284
"flt": {

0 commit comments

Comments
 (0)