Skip to content

Commit 45acf36

Browse files
committed
Updated language bundles.
1 parent 13b5a69 commit 45acf36

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

res/main/i18n/default/actions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
"ok": "OK",
6565
"open": "Open",
66-
66+
6767
"plugin_manual": "Plugin manual",
6868
"postprocess": "Post-process",
6969
"profile": "Profile",

res/main/i18n/default/files.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"text": {
2525
"txt": "Text files (*.txt)"
2626
}
27-
}
27+
}

res/main/i18n/default/labels.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
"tempo_based_feedback_delay": "Tempo-Based Feedback Delay",
646646

647647
"thr_eshold": "Thr",
648-
"thr_eshold_num_id": "Thr #{@id}",
648+
"thr_eshold_num_id": "Thr #{@id}",
649649
"threads": "Threads",
650650
"threshold": "Threshold",
651651
"threshold:db": "Threshold\n(dB)",

res/main/i18n/default/lists.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"off": "off",
44
"on": "on"
55
},
6-
6+
77
"dither": {
88
"none": "None",
99
"bits": {

res/main/i18n/default/schemas.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"legacy": "Legacy LSP Theme",
3-
"legacy_dark": "Legacy LSP Dark Theme",
4-
"modern": "Modern LSP Theme"
2+
"legacy": "Legacy",
3+
"legacy_dark": "Legacy Dark",
4+
"modern": "Modern"
55
}

res/main/i18n/us/messages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"file": {
2222
"confirm_load": "Do you really want to load the selected file?",
2323
"confirm_overwrite": "The selected file already exists. Overwrite?",
24-
24+
2525
"invalid_name": "The entered file name is not valid",
26-
26+
2727
"not_exists": "The selected file does not exist",
2828
"not_specified": "The file name is not specified"
2929
},
30-
30+
3131
"greetings": {
3232
"0": "You've just updated plugins to version {@meta_pkg_version}!",
3333
"1": "The '{@meta_pkg_full_name}' is non-commercial project and needs financial support for the further development.",
@@ -40,7 +40,7 @@
4040
"8": "To not to be very annoying, this dialog will be shown only after each version update of plugins.",
4141
"9": "Thanks in advance."
4242
},
43-
43+
4444
"postscript": "{@meta_pkg_full_name}",
4545
"site": "{@meta_pkg_site}"
46-
}
46+
}

res/main/i18n/us/statuses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"off": "OFF",
55
"on": "ON"
66
},
7-
7+
88
"load": {
99
"error": "Error",
1010
"load": "Load",

0 commit comments

Comments
 (0)