Skip to content

Commit ac4ae94

Browse files
committed
Updated labels
1 parent eb36199 commit ac4ae94

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

res/main/i18n/default/labels.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,12 @@
535535
"rating": "Rating",
536536

537537
"ratio": "Ratio",
538+
"ratio_down": "Ratio down",
538539
"ratio_high": "Ratio high",
539540
"ratio_low": "Ratio low",
540541
"ratio_low_high": "Ratio low,\nRatio high",
541542
"ratio_knee:db": "Ratio,\nKnee (dB)",
543+
"ratio_up": "Ratio up",
542544

543545
"reduction": "Reduction",
544546

@@ -692,6 +694,11 @@
692694
"thr_eshold": "Thr",
693695
"thr_eshold_num_id": "Thr #{@id}",
694696
"threads": "Threads",
697+
"thresh": {
698+
"down": "Downward\nthresh",
699+
"min": "Bottom\nthresh",
700+
"up": "Upward\nthresh"
701+
},
695702
"threshold": "Threshold",
696703
"threshold:db": "Threshold\n(dB)",
697704
"thresh_gain:db_db": "Thresh, Gain\n(dB, dB)",

res/main/i18n/ru/labels.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,12 @@
535535
"rating": "Рэйтинг",
536536

537537
"ratio": "Наклон",
538+
"ratio_down": "Понижение",
538539
"ratio_high": "Наклон верх",
539540
"ratio_low": "Наклон низ",
541+
"ratio_low_high": "Наклон низ,\nНаклон верх",
540542
"ratio_knee:db": "Наклон,\nКолено (dB)",
543+
"ratio_up": "Повышение",
541544

542545
"reduction": "Понижение",
543546

@@ -685,6 +688,11 @@
685688
"thr_eshold": "Пор",
686689
"thr_eshold_num_id": "Пор №{@id}",
687690
"threads": "Потоков",
691+
"thresh": {
692+
"down": "Пониж.\nпорог",
693+
"min": "Нижний\nпорог",
694+
"up": "Повыш.\nпорог"
695+
},
688696
"threshold": "Порог",
689697
"threshold:db": "Порог\n(дБ)",
690698
"thresh_gain:db_db": "Порог, Усил\n(дБ, дБ)",

res/main/i18n/us/labels.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,12 @@
534534
"rating": "Rating",
535535

536536
"ratio": "Ratio",
537+
"ratio_down": "Ratio down",
537538
"ratio_high": "Ratio high",
538539
"ratio_low": "Ratio low",
539540
"ratio_low_high": "Ratio low,\nRatio high",
540541
"ratio_knee:db": "Ratio,\nKnee (dB)",
542+
"ratio_up": "Ratio up",
541543

542544
"reduction": "Reduction",
543545

@@ -685,6 +687,11 @@
685687
"thr_eshold": "Thr",
686688
"thr_eshold_num_id": "Thr #{@id}",
687689
"threads": "Threads",
690+
"thresh": {
691+
"down": "Downward\nthresh",
692+
"min": "Bottom\nthresh",
693+
"up": "Upward\nthresh"
694+
},
688695
"threshold": "Threshold",
689696
"threshold:db": "Threshold\n(dB)",
690697
"thresh_gain:db_db": "Thresh, Gain\n(dB, dB)",

0 commit comments

Comments
 (0)