Skip to content

Commit d50611c

Browse files
chore(l10n): update translations (#3473)
1 parent bb79557 commit d50611c

File tree

12 files changed

+1686
-34
lines changed

12 files changed

+1686
-34
lines changed

docs/configuration.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ editing the `conf` file in a text editor. Use the examples as reference.
5757
@endcode</td>
5858
</tr>
5959
<tr>
60-
<td rowspan="13">Choices</td>
60+
<td rowspan="17">Choices</td>
61+
<td>bg</td>
62+
<td>Bulgarian</td>
63+
</tr>
64+
<tr>
6165
<td>de</td>
6266
<td>German</td>
6367
</tr>
@@ -89,10 +93,18 @@ editing the `conf` file in a text editor. Use the examples as reference.
8993
<td>ja</td>
9094
<td>Japanese</td>
9195
</tr>
96+
<tr>
97+
<td>pl</td>
98+
<td>Polish</td>
99+
</tr>
92100
<tr>
93101
<td>pt</td>
94102
<td>Portuguese</td>
95103
</tr>
104+
<tr>
105+
<td>pt_BR</td>
106+
<td>Portuguese (Brazilian)</td>
107+
</tr>
96108
<tr>
97109
<td>ru</td>
98110
<td>Russian</td>
@@ -105,6 +117,10 @@ editing the `conf` file in a text editor. Use the examples as reference.
105117
<td>tr</td>
106118
<td>Turkish</td>
107119
</tr>
120+
<tr>
121+
<td>uk</td>
122+
<td>Ukranian</td>
123+
</tr>
108124
<tr>
109125
<td>zh</td>
110126
<td>Chinese (Simplified)</td>

src/config.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ namespace config {
11181118
}
11191119

11201120
string_restricted_f(vars, "locale", config::sunshine.locale, {
1121+
"bg"sv, // Bulgarian
11211122
"de"sv, // German
11221123
"en"sv, // English
11231124
"en_GB"sv, // English (UK)
@@ -1126,10 +1127,13 @@ namespace config {
11261127
"fr"sv, // French
11271128
"it"sv, // Italian
11281129
"ja"sv, // Japanese
1130+
"pl"sv, // Polish
11291131
"pt"sv, // Portuguese
1132+
"pt_BR"sv, // Portuguese (Brazilian)
11301133
"ru"sv, // Russian
11311134
"sv"sv, // Swedish
11321135
"tr"sv, // Turkish
1136+
"uk"sv, // Ukrainian
11331137
"zh"sv, // Chinese
11341138
});
11351139

src_assets/common/assets/web/configs/tabs/General.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function removeCmd(index) {
3333
<div class="mb-3">
3434
<label for="locale" class="form-label">{{ $t('config.locale') }}</label>
3535
<select id="locale" class="form-select" v-model="config.locale">
36+
<option value="bg">Български (Bulgarian)</option>
3637
<option value="de">Deutsch (German)</option>
3738
<option value="en">English</option>
3839
<option value="en_GB">English, UK</option>
@@ -41,10 +42,13 @@ function removeCmd(index) {
4142
<option value="fr">Français (French)</option>
4243
<option value="it">Italiano (Italian)</option>
4344
<option value="ja">日本語 (Japanese)</option>
45+
<option value="pl">Polski (Polish)</option>
4446
<option value="pt">Português (Portuguese)</option>
47+
<option value="pt_BR">Português, Brasileiro (Portuguese, Brazilian)</option>
4548
<option value="ru">Русский (Russian)</option>
4649
<option value="sv">svenska (Swedish)</option>
4750
<option value="tr">Türkçe (Turkish)</option>
51+
<option value="uk">Українська (Ukranian)</option>
4852
<option value="zh">简体中文 (Chinese Simplified)</option>
4953
</select>
5054
<div class="form-text">{{ $t('config.locale_desc') }}</div>

src_assets/common/assets/web/public/assets/locale/bg.json

Lines changed: 407 additions & 0 deletions
Large diffs are not rendered by default.

src_assets/common/assets/web/public/assets/locale/de.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"add_cmds": "Befehle hinzufügen",
2929
"add_new": "Neu hinzufügen",
3030
"app_name": "Anwendungsname",
31-
"app_name_desc": "Anwendungsname, wie auf Mondlicht gezeigt",
31+
"app_name_desc": "Name der App, wie in Moonlight angezeigt",
3232
"applications_desc": "Anwendungen werden nur beim Neustart des Clients aktualisiert",
3333
"applications_title": "Anwendungen",
3434
"auto_detach": "Streaming fortsetzen, wenn die Anwendung schnell beendet wird",
@@ -256,7 +256,7 @@
256256
"output_name_unix": "Anzeigenummer",
257257
"output_name_windows": "Ausgabename",
258258
"ping_timeout": "Ping-Timeout",
259-
"ping_timeout_desc": "Wie lange warten Sie in Millisekunden auf Daten von Mondlicht bevor Sie den Strom herunterfahren",
259+
"ping_timeout_desc": "Verzögerung in Millisekunden beim Warten auf Daten von Moonlight bevor der Stream beendet wird",
260260
"pkey": "Privater Schlüssel",
261261
"pkey_desc": "Der private Schlüssel, der für das Web-UI- und Moonlight-Client-Paar verwendet wird. Für bestmögliche Kompatibilität sollte dies ein privater RSA-2048 Schlüssel sein.",
262262
"port": "Port",
@@ -360,7 +360,7 @@
360360
"pin": {
361361
"device_name": "Gerätename",
362362
"pair_failure": "Paarung fehlgeschlagen: Prüfen Sie, ob die PIN korrekt eingegeben wurde",
363-
"pair_success": "Erfolgreich! Bitte überprüfe Mondlicht um fortzufahren",
363+
"pair_success": "Erfolg! Weiter geht es in Moonlight",
364364
"pin_pairing": "PIN Pairing",
365365
"send": "Senden",
366366
"warning_msg": "Stellen Sie sicher, dass Sie Zugriff auf den Client haben, mit dem Sie sich verbinden. Diese Software kann Ihrem Computer die totale Kontrolle geben, also seien Sie vorsichtig!"

src_assets/common/assets/web/public/assets/locale/en_GB.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@
252252
"origin_web_ui_allowed_pc": "Only localhost may access Web UI",
253253
"origin_web_ui_allowed_wan": "Anyone may access Web UI",
254254
"output_name_desc_unix": "During Sunshine startup, you should see the list of detected displays. Note: You need to use the id value inside the parenthesis.",
255-
"output_name_desc_windows": "Manually specify a display to use for capture. If unset, the primary display is captured. Note: If you specified a GPU above, this display must be connected to that GPU. The appropriate values can be found using the following command:",
255+
"output_name_desc_windows": "Manually specify a display device id to use for capture. If unset, the primary display is captured. Note: If you specified a GPU above, this display must be connected to that GPU. During Sunshine startup, you should see the list of detected displays. Below is an example; the actual output can be found in the Troubleshooting tab.",
256256
"output_name_unix": "Display number",
257-
"output_name_windows": "Output Name",
257+
"output_name_windows": "Display Device Id",
258258
"ping_timeout": "Ping Timeout",
259259
"ping_timeout_desc": "How long to wait in milliseconds for data from moonlight before shutting down the stream",
260260
"pkey": "Private Key",

src_assets/common/assets/web/public/assets/locale/en_US.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@
252252
"origin_web_ui_allowed_pc": "Only localhost may access Web UI",
253253
"origin_web_ui_allowed_wan": "Anyone may access Web UI",
254254
"output_name_desc_unix": "During Sunshine startup, you should see the list of detected displays. Note: You need to use the id value inside the parenthesis. Below is an example; the actual output can be found in the Troubleshooting tab.",
255-
"output_name_desc_windows": "Manually specify a display to use for capture. If unset, the primary display is captured. Note: If you specified a GPU above, this display must be connected to that GPU. The appropriate values can be found using the following command:",
255+
"output_name_desc_windows": "Manually specify a display device id to use for capture. If unset, the primary display is captured. Note: If you specified a GPU above, this display must be connected to that GPU. During Sunshine startup, you should see the list of detected displays. Below is an example; the actual output can be found in the Troubleshooting tab.",
256256
"output_name_unix": "Display number",
257-
"output_name_windows": "Output Name",
257+
"output_name_windows": "Display Device Id",
258258
"ping_timeout": "Ping Timeout",
259259
"ping_timeout_desc": "How long to wait in milliseconds for data from moonlight before shutting down the stream",
260260
"pkey": "Private Key",

0 commit comments

Comments
 (0)