Skip to content

Commit 10ef0b4

Browse files
committed
Added filter lists.
1 parent f0b9d5f commit 10ef0b4

File tree

3 files changed

+208
-43
lines changed

3 files changed

+208
-43
lines changed

res/main/i18n/default/lists.json

Lines changed: 70 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"8": "8bit"
1818
}
1919
},
20-
20+
2121
"eq": {
2222
"flt": {
2323
"allpass": "Allpass",
@@ -69,12 +69,12 @@
6969
"spm": "SPM"
7070
}
7171
},
72-
72+
7373
"fade": {
7474
"const_power": "Constant power",
7575
"linear": "Linear"
7676
},
77-
77+
7878
"fft": {
7979
"env": {
8080
"blue": "Blue noise",
@@ -109,7 +109,7 @@
109109
"welch": "Welch"
110110
}
111111
},
112-
112+
113113
"file": {
114114
"f1": "File 1",
115115
"f1l": "File 1 Left",
@@ -123,11 +123,11 @@
123123
"f4": "File 4",
124124
"f4l": "File 4 Left",
125125
"f4r": "File 4 Right",
126-
126+
127127
"left": "Left",
128128
"none": "None",
129129
"right": "Right",
130-
130+
131131
"t1": "Track 1",
132132
"t2": "Track 2",
133133
"t3": "Track 3",
@@ -137,30 +137,86 @@
137137
"t7": "Track 7",
138138
"t8": "Track 8"
139139
},
140-
140+
141+
"filter": {
142+
"flt": {
143+
"allpass": "Allpass",
144+
"allpass2": "Allpass2",
145+
"bandpass": "Bandpass",
146+
"bell": "Bell",
147+
"envelope": "Envelope",
148+
"hipass": "Hi-pass",
149+
"hishelf": "Hi-shelf",
150+
"ladpass": "Ladder-pass",
151+
"ladrej": "Ladder-rej",
152+
"lopass": "Lo-pass",
153+
"loshelf": "Lo-shelf",
154+
"lufs": "LUFS",
155+
"notch": "Notch",
156+
"off": "Off",
157+
"resonance": "Resonance"
158+
},
159+
"mode": {
160+
"rlc_bt": "RLC (BT)",
161+
"rlc_mt": "RLC (MT)",
162+
"bwc_bt": "BWC (BT)",
163+
"bwc_mt": "BWC (MT)",
164+
"lrx_bt": "LRX (BT)",
165+
"lrx_mt": "LRX (MT)",
166+
"apo_dr": "APO (DR)"
167+
},
168+
"pos": {
169+
"post_eq": "Post-eq",
170+
"pre_eq": "Pre-eq"
171+
},
172+
"slope": {
173+
"6dbo": "6 dB/oct",
174+
"12dbo": "12 dB/oct",
175+
"18dbo": "18 dB/oct",
176+
"24dbo": "24 dB/oct",
177+
"30dbo": "30 dB/oct",
178+
"36dbo": "36 dB/oct",
179+
"off": "Off",
180+
"x1": "x1",
181+
"x2": "x2",
182+
"x3": "x3",
183+
"x4": "x4",
184+
"x6": "x6",
185+
"x8": "x8",
186+
"x12": "x12",
187+
"x16": "x16"
188+
},
189+
"type": {
190+
"fir": "FIR",
191+
"fft": "FFT",
192+
"iir": "IIR",
193+
"spm": "SPM"
194+
}
195+
},
196+
141197
"filters": {
142198
"index": {
143-
"filter_id": "Filter #{@id}",
199+
"filter_id": "Filter #{@id}",
144200
"left_id": "Left #{@id}",
145201
"mid_id": "Mid #{@id}",
146202
"right_id": "Right #{@id}",
147203
"side_id": "Side #{@id}"
148204
}
149205
},
150-
206+
151207
"metering": {
152208
"fft": {
153209
"off": "Off",
154210
"post_eq": "Post-eq",
155211
"pre_eq": "Pre-eq"
156212
}
157213
},
158-
214+
159215
"multiband": {
160216
"classic": "Classic",
161217
"modern": "Modern"
162218
},
163-
219+
164220
"notes": {
165221
"display": {
166222
"full": "{@filter}\n{@filter_type}\n{@frequency} Hz\n{@note}{@octave}{@cents}",
@@ -183,7 +239,7 @@
183239
"g#": "G#"
184240
}
185241
},
186-
242+
187243
"oversampler": {
188244
"full": {
189245
"2x2": "Full x2(2L)",
@@ -229,11 +285,11 @@
229285
},
230286
"none": "None"
231287
},
232-
288+
233289
"rendering": {
234290
"glx_opengl_v2": "OpenGL 2.0 (GLX)"
235291
},
236-
292+
237293
"sidechain": {
238294
"boost": {
239295
"brown_bt": "Brown BT",
@@ -258,4 +314,3 @@
258314
"sma": "SMA"
259315
}
260316
}
261-

res/main/i18n/ru/lists.json

Lines changed: 69 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"8": "8 бит"
1818
}
1919
},
20-
20+
2121
"eq": {
2222
"flt": {
2323
"allpass": "ППФ",
@@ -69,12 +69,12 @@
6969
"spm": "МСО"
7070
}
7171
},
72-
72+
7373
"fade": {
7474
"const_power": "Постоянная мощность",
7575
"linear": "Линейное"
7676
},
77-
77+
7878
"fft": {
7979
"env": {
8080
"blue": "Синий шум",
@@ -109,7 +109,7 @@
109109
"welch": "Вельча"
110110
}
111111
},
112-
112+
113113
"file": {
114114
"f1": "Файл 1",
115115
"f1l": "Файл 1 Левый",
@@ -123,11 +123,11 @@
123123
"f4": "Файл 4",
124124
"f4l": "Файл 4 Левый",
125125
"f4r": "Файл 4 Правый",
126-
126+
127127
"left": "Левый",
128128
"none": "Нет",
129129
"right": "Правый",
130-
130+
131131
"t1": "Дорожка 1",
132132
"t2": "Дорожка 2",
133133
"t3": "Дорожка 3",
@@ -137,7 +137,63 @@
137137
"t7": "Дорожка 7",
138138
"t8": "Дорожка 8"
139139
},
140-
140+
141+
"filter": {
142+
"flt": {
143+
"allpass": "ППФ",
144+
"allpass2": "ППФ 2",
145+
"bandpass": "Полосный",
146+
"bell": "Колокол",
147+
"envelope": "Огибающая",
148+
"hipass": "НЧ срез",
149+
"hishelf": "ВЧ полка",
150+
"ladpass": "Лестн проп",
151+
"ladrej": "Лестн задерж",
152+
"lopass": "ВЧ срез",
153+
"loshelf": "НЧ полка",
154+
"lufs": "LUFS",
155+
"notch": "Режектор",
156+
"off": "Выкл",
157+
"resonance": "Резонанс"
158+
},
159+
"mode": {
160+
"rlc_bt": "РИК (БП)",
161+
"rlc_mt": "РИК (ПП)",
162+
"bwc_bt": "БВЧ (БП)",
163+
"bwc_mt": "БВЧ (ПП)",
164+
"lrx_bt": "ЛРК (БП)",
165+
"lrx_mt": "ЛКР (ПП)",
166+
"apo_dr": "APO (ПО)"
167+
},
168+
"pos": {
169+
"post_eq": "Пост-экв",
170+
"pre_eq": "Пред-экв"
171+
},
172+
"slope": {
173+
"6dbo": "6 дБ/окт",
174+
"12dbo": "12 дБ/окт",
175+
"18dbo": "18 дБ/окт",
176+
"24dbo": "24 дБ/окт",
177+
"30dbo": "30 дБ/окт",
178+
"36dbo": "36 дБ/окт",
179+
"off": "Выкл",
180+
"x1": "x1",
181+
"x2": "x2",
182+
"x3": "x3",
183+
"x4": "x4",
184+
"x6": "x6",
185+
"x8": "x8",
186+
"x12": "x12",
187+
"x16": "x16"
188+
},
189+
"type": {
190+
"fir": "КИХ",
191+
"fft": "БПФ",
192+
"iir": "БИХ",
193+
"spm": "МСО"
194+
}
195+
},
196+
141197
"filters": {
142198
"index": {
143199
"filter_id": "Фильтр №{@id}",
@@ -147,20 +203,20 @@
147203
"side_id": "Сторона №{@id}"
148204
}
149205
},
150-
206+
151207
"metering": {
152208
"fft": {
153209
"off": "Выкл",
154210
"post_eq": "После экв",
155211
"pre_eq": "Перед экв"
156212
}
157213
},
158-
214+
159215
"multiband": {
160216
"classic": "Классический",
161217
"modern": "Современный"
162218
},
163-
219+
164220
"notes": {
165221
"display": {
166222
"full": "{@filter}\n{@filter_type}\n{@frequency} Гц\n{@note}{@octave}{@cents}",
@@ -183,7 +239,7 @@
183239
"g#": "G#"
184240
}
185241
},
186-
242+
187243
"oversampler": {
188244
"full": {
189245
"2x2": "Полн x2(2Л)",
@@ -229,11 +285,11 @@
229285
},
230286
"none": "Выкл"
231287
},
232-
288+
233289
"rendering": {
234290
"glx_opengl_v2": "OpenGL 2.0 (GLX)"
235291
},
236-
292+
237293
"sidechain": {
238294
"boost": {
239295
"brown_bt": "Броуновский БП",
@@ -258,4 +314,3 @@
258314
"sma": "ПСС"
259315
}
260316
}
261-

0 commit comments

Comments
 (0)