Skip to content

Commit

Permalink
Updated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskohl committed Aug 21, 2021
1 parent 1f18b42 commit 9defef1
Show file tree
Hide file tree
Showing 15 changed files with 1,239 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CapsLockIndicatorV3/CapsLockIndicatorV3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>strings.nl.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="strings.pl.resx" />
<EmbeddedResource Include="strings.pt-BR.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>strings.pt-BR.Designer.cs</LastGenOutput>
Expand All @@ -372,6 +373,7 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>strings.zh-CN.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="strings.zh-Hant-TW.resx" />
<EmbeddedResource Include="strings.zh-TW.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>strings.zh-TW.Designer.cs</LastGenOutput>
Expand Down
70 changes: 70 additions & 0 deletions CapsLockIndicatorV3/strings.cs.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>

<!--
<data name="adjustingColorScheme" xml:space="preserve">
<value>Adjusting color scheme... Please wait...</value>
<comment>Shown in a popup when toggling dark mode</comment>
</data>
-->
<data name="advancedSettings" xml:space="preserve">
<value>Pokročilá nastavení</value>
<comment>Label of the hyperlink that opens the settings file</comment>
Expand Down Expand Up @@ -169,6 +176,20 @@
<value>&amp;Zobrazit</value>
<comment>Used in the context menu of the CLI tray icon.</comment>
</data>

<!--
<data name="darkModeOption" xml:space="preserve">
<value>&amp;Dark mode</value>
<comment>Label of options checkbox for dark mode</comment>
</data>
-->

<!--
<data name="dismiss" xml:space="preserve">
<value>Dismiss</value>
<comment>Used as tooltip (but may be used in other places in the future</comment>
</data>
-->
<data name="dismissButton" xml:space="preserve">
<value>&amp;Zavřít</value>
<comment>The caption for the "Dismiss" button. The character after the "&amp;" is the hotkey that is used with the ALT key.</comment>
Expand Down Expand Up @@ -337,6 +358,20 @@
<value>Scroll lock</value>
<comment>The name of the scroll lock key</comment>
</data>

<!--
<data name="searchForUpdatesOnResumeOption" xml:space="preserve">
<value>Search for &amp;updates on resume</value>
<comment>Label of options checkbox for update search after resume</comment>
</data>
-->

<!--
<data name="settingsChangedToolTip" xml:space="preserve">
<value>The settings have moved! You will now find them in these tabs up here!</value>
<comment>The tutorial tooltip shown when upgrading to 3.13.0.0</comment>
</data>
-->
<data name="showIconsFor" xml:space="preserve">
<value>Zobrazit ikony pro…</value>
<comment>The title for the "Show icons for..." group box</comment>
Expand All @@ -361,6 +396,41 @@
<value>Spustit při přihlášení</value>
<comment>The label for the check box that enables or disabled the auto start.</comment>
</data>

<!--
<data name="tabAdvancedOptions" xml:space="preserve">
<value>Advanced Options</value>
<comment>Tab header for advanced options</comment>
</data>
-->

<!--
<data name="tabGeneral" xml:space="preserve">
<value>General</value>
<comment>Tab header for general settings</comment>
</data>
-->

<!--
<data name="tabNotification" xml:space="preserve">
<value>Notification</value>
<comment>Tab header for advanced settings</comment>
</data>
-->

<!--
<data name="unsupportedCLI" xml:space="preserve">
<value>This version of CapsLock Indicator (Version {version}) is not supported. Please update to the latest version!</value>
<comment>Banner text when CLI version is unsupported</comment>
</data>
-->

<!--
<data name="unsupportedWin" xml:space="preserve">
<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>
<comment>Banner text when Windows version is unsupported</comment>
</data>
-->
<data name="updateAvailable" xml:space="preserve">
<value>Dostupná aktualizace programu „CapsLock Indicator“</value>
<comment>The title for the update window.</comment>
Expand Down
3 changes: 3 additions & 0 deletions CapsLockIndicatorV3/strings.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@
<data name="searchForUpdatesOnResumeOption" xml:space="preserve">
<value>Nach dem Fortsetzen der Sitz&amp;ung nach Aktualisierungen suchen</value>
</data>
<data name="settingsChangedToolTip" xml:space="preserve">
<value>Die Einstellungen sind umgezogen! Sie finden sie jetzt in diesen Registerkarten hier oben!</value>
</data>
<data name="showIconsFor" xml:space="preserve">
<value>Icons zeigen für...</value>
</data>
Expand Down
70 changes: 70 additions & 0 deletions CapsLockIndicatorV3/strings.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>

<!--
<data name="adjustingColorScheme" xml:space="preserve">
<value>Adjusting color scheme... Please wait...</value>
<comment>Shown in a popup when toggling dark mode</comment>
</data>
-->
<data name="advancedSettings" xml:space="preserve">
<value>Ajustes avanzados</value>
<comment>Label of the hyperlink that opens the settings file</comment>
Expand Down Expand Up @@ -169,6 +176,20 @@
<value>&amp;Mostrar</value>
<comment>Used in the context menu of the CLI tray icon.</comment>
</data>

<!--
<data name="darkModeOption" xml:space="preserve">
<value>&amp;Dark mode</value>
<comment>Label of options checkbox for dark mode</comment>
</data>
-->

<!--
<data name="dismiss" xml:space="preserve">
<value>Dismiss</value>
<comment>Used as tooltip (but may be used in other places in the future</comment>
</data>
-->
<data name="dismissButton" xml:space="preserve">
<value>&amp;Descartar</value>
<comment>The caption for the "Dismiss" button. The character after the "&amp;" is the hotkey that is used with the ALT key.</comment>
Expand Down Expand Up @@ -337,6 +358,20 @@
<value>Bloq Despl</value>
<comment>The name of the scroll lock key</comment>
</data>

<!--
<data name="searchForUpdatesOnResumeOption" xml:space="preserve">
<value>Search for &amp;updates on resume</value>
<comment>Label of options checkbox for update search after resume</comment>
</data>
-->

<!--
<data name="settingsChangedToolTip" xml:space="preserve">
<value>The settings have moved! You will now find them in these tabs up here!</value>
<comment>The tutorial tooltip shown when upgrading to 3.13.0.0</comment>
</data>
-->
<data name="showIconsFor" xml:space="preserve">
<value>Mostrar íconos de</value>
<comment>The title for the "Show icons for..." group box</comment>
Expand All @@ -361,6 +396,41 @@
<value>Activar al iniciar</value>
<comment>The label for the check box that enables or disabled the auto start.</comment>
</data>

<!--
<data name="tabAdvancedOptions" xml:space="preserve">
<value>Advanced Options</value>
<comment>Tab header for advanced options</comment>
</data>
-->

<!--
<data name="tabGeneral" xml:space="preserve">
<value>General</value>
<comment>Tab header for general settings</comment>
</data>
-->

<!--
<data name="tabNotification" xml:space="preserve">
<value>Notification</value>
<comment>Tab header for advanced settings</comment>
</data>
-->

<!--
<data name="unsupportedCLI" xml:space="preserve">
<value>This version of CapsLock Indicator (Version {version}) is not supported. Please update to the latest version!</value>
<comment>Banner text when CLI version is unsupported</comment>
</data>
-->

<!--
<data name="unsupportedWin" xml:space="preserve">
<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>
<comment>Banner text when Windows version is unsupported</comment>
</data>
-->
<data name="updateAvailable" xml:space="preserve">
<value>¡Actualización disponible de CapsLock Indicator!</value>
<comment>The title for the update window.</comment>
Expand Down
72 changes: 71 additions & 1 deletion CapsLockIndicatorV3/strings.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>

<!--
<data name="adjustingColorScheme" xml:space="preserve">
<value>Adjusting color scheme... Please wait...</value>
<comment>Shown in a popup when toggling dark mode</comment>
</data>
-->
<data name="advancedSettings" xml:space="preserve">
<value>Paramètres Avancées</value>
<comment>Label of the hyperlink that opens the settings file</comment>
Expand Down Expand Up @@ -172,6 +179,20 @@
<value>&amp;Afficher</value>
<comment>Used in the context menu of the CLI tray icon.</comment>
</data>

<!--
<data name="darkModeOption" xml:space="preserve">
<value>&amp;Dark mode</value>
<comment>Label of options checkbox for dark mode</comment>
</data>
-->

<!--
<data name="dismiss" xml:space="preserve">
<value>Dismiss</value>
<comment>Used as tooltip (but may be used in other places in the future</comment>
</data>
-->
<data name="dismissButton" xml:space="preserve">
<value>&amp;Annuler</value>
<comment>The caption for the "Dismiss" button. The character after the "&amp;" is the hotkey that is used with the ALT key.</comment>
Expand Down Expand Up @@ -231,7 +252,7 @@

<!--
<data name="firstRunColorSchemeWin10Only" xml:space="preserve">
<value>Only available on Windows 10</value>
<value>Only available on Windows 10 or later</value>
<comment>Added to dark button if not running on Windows 10</comment>
</data>
-->
Expand Down Expand Up @@ -376,6 +397,20 @@
<value>Arrêt défil.</value>
<comment>The name of the scroll lock key</comment>
</data>

<!--
<data name="searchForUpdatesOnResumeOption" xml:space="preserve">
<value>Search for &amp;updates on resume</value>
<comment>Label of options checkbox for update search after resume</comment>
</data>
-->

<!--
<data name="settingsChangedToolTip" xml:space="preserve">
<value>The settings have moved! You will now find them in these tabs up here!</value>
<comment>The tutorial tooltip shown when upgrading to 3.13.0.0</comment>
</data>
-->
<data name="showIconsFor" xml:space="preserve">
<value>Afficher les icônes pour...</value>
<comment>The title for the "Show icons for..." group box</comment>
Expand All @@ -400,6 +435,41 @@
<value>Démarrer à l'ouverture de session</value>
<comment>The label for the check box that enables or disabled the auto start.</comment>
</data>

<!--
<data name="tabAdvancedOptions" xml:space="preserve">
<value>Advanced Options</value>
<comment>Tab header for advanced options</comment>
</data>
-->

<!--
<data name="tabGeneral" xml:space="preserve">
<value>General</value>
<comment>Tab header for general settings</comment>
</data>
-->

<!--
<data name="tabNotification" xml:space="preserve">
<value>Notification</value>
<comment>Tab header for advanced settings</comment>
</data>
-->

<!--
<data name="unsupportedCLI" xml:space="preserve">
<value>This version of CapsLock Indicator (Version {version}) is not supported. Please update to the latest version!</value>
<comment>Banner text when CLI version is unsupported</comment>
</data>
-->

<!--
<data name="unsupportedWin" xml:space="preserve">
<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>
<comment>Banner text when Windows version is unsupported</comment>
</data>
-->
<data name="updateAvailable" xml:space="preserve">
<value>Une mise à jour de CapsLock Indicator est disponible !</value>
<comment>The title for the update window.</comment>
Expand Down
Loading

0 comments on commit 9defef1

Please sign in to comment.