Skip to content

Commit 3409bfe

Browse files
committed
Added note names and note display bundle
1 parent 758aced commit 3409bfe

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

res/main/i18n/default/lists.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,27 @@
150150
"modern": "Modern"
151151
},
152152

153+
"notes": {
154+
"display": {
155+
"full": "{@frequency} Hz\n{@note}{@octave}{@cents}",
156+
"unknown": "{@frequency} Hz"
157+
},
158+
"names": {
159+
"a": "A",
160+
"a#": "A#",
161+
"b": "B",
162+
"c": "C",
163+
"c#": "C#",
164+
"d": "D",
165+
"d#": "D#",
166+
"e": "E",
167+
"f": "F",
168+
"f#": "F#",
169+
"g": "G",
170+
"g#": "G#"
171+
}
172+
},
173+
153174
"oversampler": {
154175
"full": {
155176
"2x2": "Full x2(2L)",

res/main/i18n/ru/lists.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,27 @@
150150
"modern": "Современный"
151151
},
152152

153+
"notes": {
154+
"display": {
155+
"full": "{@frequency} Гц\n{@note}{@octave}{@cents}",
156+
"unknown": "{@frequency} Гц"
157+
},
158+
"names": {
159+
"a": "A",
160+
"a#": "A#",
161+
"b": "B",
162+
"c": "C",
163+
"c#": "C#",
164+
"d": "D",
165+
"d#": "D#",
166+
"e": "E",
167+
"f": "F",
168+
"f#": "F#",
169+
"g": "G",
170+
"g#": "G#"
171+
}
172+
},
173+
153174
"oversampler": {
154175
"full": {
155176
"2x2": "Полн x2(2Л)",

res/main/i18n/us/lists.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,27 @@
150150
"modern": "Modern"
151151
},
152152

153+
"notes": {
154+
"display": {
155+
"full": "{@frequency} Hz\n{@note}{@octave}{@cents}",
156+
"unknown": "{@frequency} Hz"
157+
},
158+
"names": {
159+
"a": "A",
160+
"a#": "A#",
161+
"b": "B",
162+
"c": "C",
163+
"c#": "C#",
164+
"d": "D",
165+
"d#": "D#",
166+
"e": "E",
167+
"f": "F",
168+
"f#": "F#",
169+
"g": "G",
170+
"g#": "G#"
171+
}
172+
},
173+
153174
"oversampler": {
154175
"full": {
155176
"2x2": "Full x2(2L)",

0 commit comments

Comments
 (0)