Skip to content

Commit 9defef1

Browse files
committed
Updated translations
1 parent 1f18b42 commit 9defef1

15 files changed

Lines changed: 1239 additions & 7 deletions

CapsLockIndicatorV3/CapsLockIndicatorV3.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@
348348
<Generator>ResXFileCodeGenerator</Generator>
349349
<LastGenOutput>strings.nl.Designer.cs</LastGenOutput>
350350
</EmbeddedResource>
351+
<EmbeddedResource Include="strings.pl.resx" />
351352
<EmbeddedResource Include="strings.pt-BR.resx">
352353
<Generator>ResXFileCodeGenerator</Generator>
353354
<LastGenOutput>strings.pt-BR.Designer.cs</LastGenOutput>
@@ -372,6 +373,7 @@
372373
<Generator>ResXFileCodeGenerator</Generator>
373374
<LastGenOutput>strings.zh-CN.Designer.cs</LastGenOutput>
374375
</EmbeddedResource>
376+
<EmbeddedResource Include="strings.zh-Hant-TW.resx" />
375377
<EmbeddedResource Include="strings.zh-TW.resx">
376378
<Generator>ResXFileCodeGenerator</Generator>
377379
<LastGenOutput>strings.zh-TW.Designer.cs</LastGenOutput>

CapsLockIndicatorV3/strings.cs.resx

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120+
121+
<!--
122+
<data name="adjustingColorScheme" xml:space="preserve">
123+
<value>Adjusting color scheme... Please wait...</value>
124+
<comment>Shown in a popup when toggling dark mode</comment>
125+
</data>
126+
-->
120127
<data name="advancedSettings" xml:space="preserve">
121128
<value>Pokročilá nastavení</value>
122129
<comment>Label of the hyperlink that opens the settings file</comment>
@@ -169,6 +176,20 @@
169176
<value>&amp;Zobrazit</value>
170177
<comment>Used in the context menu of the CLI tray icon.</comment>
171178
</data>
179+
180+
<!--
181+
<data name="darkModeOption" xml:space="preserve">
182+
<value>&amp;Dark mode</value>
183+
<comment>Label of options checkbox for dark mode</comment>
184+
</data>
185+
-->
186+
187+
<!--
188+
<data name="dismiss" xml:space="preserve">
189+
<value>Dismiss</value>
190+
<comment>Used as tooltip (but may be used in other places in the future</comment>
191+
</data>
192+
-->
172193
<data name="dismissButton" xml:space="preserve">
173194
<value>&amp;Zavřít</value>
174195
<comment>The caption for the "Dismiss" button. The character after the "&amp;" is the hotkey that is used with the ALT key.</comment>
@@ -337,6 +358,20 @@
337358
<value>Scroll lock</value>
338359
<comment>The name of the scroll lock key</comment>
339360
</data>
361+
362+
<!--
363+
<data name="searchForUpdatesOnResumeOption" xml:space="preserve">
364+
<value>Search for &amp;updates on resume</value>
365+
<comment>Label of options checkbox for update search after resume</comment>
366+
</data>
367+
-->
368+
369+
<!--
370+
<data name="settingsChangedToolTip" xml:space="preserve">
371+
<value>The settings have moved! You will now find them in these tabs up here!</value>
372+
<comment>The tutorial tooltip shown when upgrading to 3.13.0.0</comment>
373+
</data>
374+
-->
340375
<data name="showIconsFor" xml:space="preserve">
341376
<value>Zobrazit ikony pro…</value>
342377
<comment>The title for the "Show icons for..." group box</comment>
@@ -361,6 +396,41 @@
361396
<value>Spustit při přihlášení</value>
362397
<comment>The label for the check box that enables or disabled the auto start.</comment>
363398
</data>
399+
400+
<!--
401+
<data name="tabAdvancedOptions" xml:space="preserve">
402+
<value>Advanced Options</value>
403+
<comment>Tab header for advanced options</comment>
404+
</data>
405+
-->
406+
407+
<!--
408+
<data name="tabGeneral" xml:space="preserve">
409+
<value>General</value>
410+
<comment>Tab header for general settings</comment>
411+
</data>
412+
-->
413+
414+
<!--
415+
<data name="tabNotification" xml:space="preserve">
416+
<value>Notification</value>
417+
<comment>Tab header for advanced settings</comment>
418+
</data>
419+
-->
420+
421+
<!--
422+
<data name="unsupportedCLI" xml:space="preserve">
423+
<value>This version of CapsLock Indicator (Version {version}) is not supported. Please update to the latest version!</value>
424+
<comment>Banner text when CLI version is unsupported</comment>
425+
</data>
426+
-->
427+
428+
<!--
429+
<data name="unsupportedWin" xml:space="preserve">
430+
<value>You are using {os} which is no longer supported by Microsoft. CapsLock Indicator will drop support for this OS in the future! Please upgrade to a modern version of Windows!</value>
431+
<comment>Banner text when Windows version is unsupported</comment>
432+
</data>
433+
-->
364434
<data name="updateAvailable" xml:space="preserve">
365435
<value>Dostupná aktualizace programu „CapsLock Indicator“</value>
366436
<comment>The title for the update window.</comment>

CapsLockIndicatorV3/strings.de.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@
294294
<data name="searchForUpdatesOnResumeOption" xml:space="preserve">
295295
<value>Nach dem Fortsetzen der Sitz&amp;ung nach Aktualisierungen suchen</value>
296296
</data>
297+
<data name="settingsChangedToolTip" xml:space="preserve">
298+
<value>Die Einstellungen sind umgezogen! Sie finden sie jetzt in diesen Registerkarten hier oben!</value>
299+
</data>
297300
<data name="showIconsFor" xml:space="preserve">
298301
<value>Icons zeigen für...</value>
299302
</data>

CapsLockIndicatorV3/strings.es.resx

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120+
121+
<!--
122+
<data name="adjustingColorScheme" xml:space="preserve">
123+
<value>Adjusting color scheme... Please wait...</value>
124+
<comment>Shown in a popup when toggling dark mode</comment>
125+
</data>
126+
-->
120127
<data name="advancedSettings" xml:space="preserve">
121128
<value>Ajustes avanzados</value>
122129
<comment>Label of the hyperlink that opens the settings file</comment>
@@ -169,6 +176,20 @@
169176
<value>&amp;Mostrar</value>
170177
<comment>Used in the context menu of the CLI tray icon.</comment>
171178
</data>
179+
180+
<!--
181+
<data name="darkModeOption" xml:space="preserve">
182+
<value>&amp;Dark mode</value>
183+
<comment>Label of options checkbox for dark mode</comment>
184+
</data>
185+
-->
186+
187+
<!--
188+
<data name="dismiss" xml:space="preserve">
189+
<value>Dismiss</value>
190+
<comment>Used as tooltip (but may be used in other places in the future</comment>
191+
</data>
192+
-->
172193
<data name="dismissButton" xml:space="preserve">
173194
<value>&amp;Descartar</value>
174195
<comment>The caption for the "Dismiss" button. The character after the "&amp;" is the hotkey that is used with the ALT key.</comment>
@@ -337,6 +358,20 @@
337358
<value>Bloq Despl</value>
338359
<comment>The name of the scroll lock key</comment>
339360
</data>
361+
362+
<!--
363+
<data name="searchForUpdatesOnResumeOption" xml:space="preserve">
364+
<value>Search for &amp;updates on resume</value>
365+
<comment>Label of options checkbox for update search after resume</comment>
366+
</data>
367+
-->
368+
369+
<!--
370+
<data name="settingsChangedToolTip" xml:space="preserve">
371+
<value>The settings have moved! You will now find them in these tabs up here!</value>
372+
<comment>The tutorial tooltip shown when upgrading to 3.13.0.0</comment>
373+
</data>
374+
-->
340375
<data name="showIconsFor" xml:space="preserve">
341376
<value>Mostrar íconos de</value>
342377
<comment>The title for the "Show icons for..." group box</comment>
@@ -361,6 +396,41 @@
361396
<value>Activar al iniciar</value>
362397
<comment>The label for the check box that enables or disabled the auto start.</comment>
363398
</data>
399+
400+
<!--
401+
<data name="tabAdvancedOptions" xml:space="preserve">
402+
<value>Advanced Options</value>
403+
<comment>Tab header for advanced options</comment>
404+
</data>
405+
-->
406+
407+
<!--
408+
<data name="tabGeneral" xml:space="preserve">
409+
<value>General</value>
410+
<comment>Tab header for general settings</comment>
411+
</data>
412+
-->
413+
414+
<!--
415+
<data name="tabNotification" xml:space="preserve">
416+
<value>Notification</value>
417+
<comment>Tab header for advanced settings</comment>
418+
</data>
419+
-->
420+
421+
<!--
422+
<data name="unsupportedCLI" xml:space="preserve">
423+
<value>This version of CapsLock Indicator (Version {version}) is not supported. Please update to the latest version!</value>
424+
<comment>Banner text when CLI version is unsupported</comment>
425+
</data>
426+
-->
427+
428+
<!--
429+
<data name="unsupportedWin" xml:space="preserve">
430+
<value>You are using {os} which is no longer supported by Microsoft. CapsLock Indicator will drop support for this OS in the future! Please upgrade to a modern version of Windows!</value>
431+
<comment>Banner text when Windows version is unsupported</comment>
432+
</data>
433+
-->
364434
<data name="updateAvailable" xml:space="preserve">
365435
<value>¡Actualización disponible de CapsLock Indicator!</value>
366436
<comment>The title for the update window.</comment>

CapsLockIndicatorV3/strings.fr.resx

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120+
121+
<!--
122+
<data name="adjustingColorScheme" xml:space="preserve">
123+
<value>Adjusting color scheme... Please wait...</value>
124+
<comment>Shown in a popup when toggling dark mode</comment>
125+
</data>
126+
-->
120127
<data name="advancedSettings" xml:space="preserve">
121128
<value>Paramètres Avancées</value>
122129
<comment>Label of the hyperlink that opens the settings file</comment>
@@ -172,6 +179,20 @@
172179
<value>&amp;Afficher</value>
173180
<comment>Used in the context menu of the CLI tray icon.</comment>
174181
</data>
182+
183+
<!--
184+
<data name="darkModeOption" xml:space="preserve">
185+
<value>&amp;Dark mode</value>
186+
<comment>Label of options checkbox for dark mode</comment>
187+
</data>
188+
-->
189+
190+
<!--
191+
<data name="dismiss" xml:space="preserve">
192+
<value>Dismiss</value>
193+
<comment>Used as tooltip (but may be used in other places in the future</comment>
194+
</data>
195+
-->
175196
<data name="dismissButton" xml:space="preserve">
176197
<value>&amp;Annuler</value>
177198
<comment>The caption for the "Dismiss" button. The character after the "&amp;" is the hotkey that is used with the ALT key.</comment>
@@ -231,7 +252,7 @@
231252

232253
<!--
233254
<data name="firstRunColorSchemeWin10Only" xml:space="preserve">
234-
<value>Only available on Windows 10</value>
255+
<value>Only available on Windows 10 or later</value>
235256
<comment>Added to dark button if not running on Windows 10</comment>
236257
</data>
237258
-->
@@ -376,6 +397,20 @@
376397
<value>Arrêt défil.</value>
377398
<comment>The name of the scroll lock key</comment>
378399
</data>
400+
401+
<!--
402+
<data name="searchForUpdatesOnResumeOption" xml:space="preserve">
403+
<value>Search for &amp;updates on resume</value>
404+
<comment>Label of options checkbox for update search after resume</comment>
405+
</data>
406+
-->
407+
408+
<!--
409+
<data name="settingsChangedToolTip" xml:space="preserve">
410+
<value>The settings have moved! You will now find them in these tabs up here!</value>
411+
<comment>The tutorial tooltip shown when upgrading to 3.13.0.0</comment>
412+
</data>
413+
-->
379414
<data name="showIconsFor" xml:space="preserve">
380415
<value>Afficher les icônes pour...</value>
381416
<comment>The title for the "Show icons for..." group box</comment>
@@ -400,6 +435,41 @@
400435
<value>Démarrer à l'ouverture de session</value>
401436
<comment>The label for the check box that enables or disabled the auto start.</comment>
402437
</data>
438+
439+
<!--
440+
<data name="tabAdvancedOptions" xml:space="preserve">
441+
<value>Advanced Options</value>
442+
<comment>Tab header for advanced options</comment>
443+
</data>
444+
-->
445+
446+
<!--
447+
<data name="tabGeneral" xml:space="preserve">
448+
<value>General</value>
449+
<comment>Tab header for general settings</comment>
450+
</data>
451+
-->
452+
453+
<!--
454+
<data name="tabNotification" xml:space="preserve">
455+
<value>Notification</value>
456+
<comment>Tab header for advanced settings</comment>
457+
</data>
458+
-->
459+
460+
<!--
461+
<data name="unsupportedCLI" xml:space="preserve">
462+
<value>This version of CapsLock Indicator (Version {version}) is not supported. Please update to the latest version!</value>
463+
<comment>Banner text when CLI version is unsupported</comment>
464+
</data>
465+
-->
466+
467+
<!--
468+
<data name="unsupportedWin" xml:space="preserve">
469+
<value>You are using {os} which is no longer supported by Microsoft. CapsLock Indicator will drop support for this OS in the future! Please upgrade to a modern version of Windows!</value>
470+
<comment>Banner text when Windows version is unsupported</comment>
471+
</data>
472+
-->
403473
<data name="updateAvailable" xml:space="preserve">
404474
<value>Une mise à jour de CapsLock Indicator est disponible !</value>
405475
<comment>The title for the update window.</comment>

0 commit comments

Comments
 (0)