Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Oct 27, 2023
1 parent 8d020c7 commit c981571
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 5 deletions.
28 changes: 28 additions & 0 deletions TwitchDownloaderWPF/Translations/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion TwitchDownloaderWPF/Translations/Strings.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -778,4 +778,13 @@
<data name="StatusDownloaderFFmpeg" xml:space="preserve">
<value>Descarga FFmpeg {0}%</value>
</data>
</root>
<data name="CopyVideoIDToClipboard" xml:space="preserve">
<value>Copy ID to clipboard</value>
</data>
<data name="CopyVideoURLToClipboard" xml:space="preserve">
<value>Copy URL to clipboard</value>
</data>
<data name="OpenVideoInBrowser" xml:space="preserve">
<value>Open in browser</value>
</data>
</root>
9 changes: 9 additions & 0 deletions TwitchDownloaderWPF/Translations/Strings.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -777,4 +777,13 @@
<data name="StatusDownloaderFFmpeg" xml:space="preserve">
<value>Downloading FFmpeg {0}%</value>
</data>
<data name="CopyVideoIDToClipboard" xml:space="preserve">
<value>Copier l'identifiant vidéo</value>
</data>
<data name="CopyVideoURLToClipboard" xml:space="preserve">
<value>Copier le lien vidéo</value>
</data>
<data name="OpenVideoInBrowser" xml:space="preserve">
<value>Ouvrir dans un navigateur web</value>
</data>
</root>
9 changes: 9 additions & 0 deletions TwitchDownloaderWPF/Translations/Strings.pl.resx
Original file line number Diff line number Diff line change
Expand Up @@ -777,4 +777,13 @@
<data name="StatusDownloaderFFmpeg" xml:space="preserve">
<value>Downloading FFmpeg {0}%</value>
</data>
<data name="CopyVideoIDToClipboard" xml:space="preserve">
<value>Copy ID to clipboard</value>
</data>
<data name="CopyVideoURLToClipboard" xml:space="preserve">
<value>Copy URL to clipboard</value>
</data>
<data name="OpenVideoInBrowser" xml:space="preserve">
<value>Open in browser</value>
</data>
</root>
9 changes: 9 additions & 0 deletions TwitchDownloaderWPF/Translations/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -776,4 +776,13 @@
<data name="StatusDownloaderFFmpeg" xml:space="preserve">
<value>Downloading FFmpeg {0}%</value>
</data>
<data name="CopyVideoIDToClipboard" xml:space="preserve">
<value>Copy ID to clipboard</value>
</data>
<data name="CopyVideoURLToClipboard" xml:space="preserve">
<value>Copy URL to clipboard</value>
</data>
<data name="OpenVideoInBrowser" xml:space="preserve">
<value>Open in browser</value>
</data>
</root>
9 changes: 9 additions & 0 deletions TwitchDownloaderWPF/Translations/Strings.ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -777,4 +777,13 @@
<data name="StatusDownloaderFFmpeg" xml:space="preserve">
<value>Downloading FFmpeg {0}%</value>
</data>
<data name="CopyVideoIDToClipboard" xml:space="preserve">
<value>Copy ID to clipboard</value>
</data>
<data name="CopyVideoURLToClipboard" xml:space="preserve">
<value>Copy URL to clipboard</value>
</data>
<data name="OpenVideoInBrowser" xml:space="preserve">
<value>Open in browser</value>
</data>
</root>
11 changes: 10 additions & 1 deletion TwitchDownloaderWPF/Translations/Strings.tr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -778,4 +778,13 @@
<data name="StatusDownloaderFFmpeg" xml:space="preserve">
<value>FFmpeg İndiriliyor {0}%</value>
</data>
</root>
<data name="CopyVideoIDToClipboard" xml:space="preserve">
<value>Copy ID to clipboard</value>
</data>
<data name="CopyVideoURLToClipboard" xml:space="preserve">
<value>Copy URL to clipboard</value>
</data>
<data name="OpenVideoInBrowser" xml:space="preserve">
<value>Open in browser</value>
</data>
</root>
9 changes: 9 additions & 0 deletions TwitchDownloaderWPF/Translations/Strings.uk.resx
Original file line number Diff line number Diff line change
Expand Up @@ -777,4 +777,13 @@
<data name="StatusDownloaderFFmpeg" xml:space="preserve">
<value>Завантаження FFmpeg {0}%</value>
</data>
<data name="CopyVideoIDToClipboard" xml:space="preserve">
<value>Copy ID to clipboard</value>
</data>
<data name="CopyVideoURLToClipboard" xml:space="preserve">
<value>Copy URL to clipboard</value>
</data>
<data name="OpenVideoInBrowser" xml:space="preserve">
<value>Open in browser</value>
</data>
</root>
9 changes: 9 additions & 0 deletions TwitchDownloaderWPF/Translations/Strings.zh.resx
Original file line number Diff line number Diff line change
Expand Up @@ -776,4 +776,13 @@
<data name="StatusDownloaderFFmpeg" xml:space="preserve">
<value>Downloading FFmpeg {0}%</value>
</data>
<data name="CopyVideoIDToClipboard" xml:space="preserve">
<value>Copy ID to clipboard</value>
</data>
<data name="CopyVideoURLToClipboard" xml:space="preserve">
<value>Copy URL to clipboard</value>
</data>
<data name="OpenVideoInBrowser" xml:space="preserve">
<value>Open in browser</value>
</data>
</root>
6 changes: 3 additions & 3 deletions TwitchDownloaderWPF/WindowMassDownload.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
<Border BorderThickness="1" CornerRadius="8" Margin="0,0,8,8" Padding="4" MouseLeftButtonUp="Border_OnMouseLeftButtonUp" Initialized="Border_Initialized" Background="{DynamicResource AppElementBackground}" BorderBrush="{DynamicResource AppElementBorder}">
<Border.ContextMenu>
<ContextMenu>
<MenuItem Header="Copy ID to clipboard" Click="MenuItemCopyVideoID_OnClick" Foreground="{DynamicResource AppText}">
<MenuItem Header="{lex:Loc CopyVideoIDToClipboard}" Click="MenuItemCopyVideoID_OnClick" Foreground="{DynamicResource AppText}">
<MenuItem.Icon>
<fa:SvgAwesome Icon="Solid_Copy" Foreground="{DynamicResource AppText}" />
</MenuItem.Icon>
</MenuItem>
<MenuItem Header="Copy URL to clipboard" Click="MenuItemCopyVideoUrl_OnClick" Foreground="{DynamicResource AppText}">
<MenuItem Header="{lex:Loc CopyVideoURLToClipboard}" Click="MenuItemCopyVideoUrl_OnClick" Foreground="{DynamicResource AppText}">
<MenuItem.Icon>
<fa:SvgAwesome Icon="Solid_Link" Foreground="{DynamicResource AppText}" />
</MenuItem.Icon>
</MenuItem>
<MenuItem Header="Open in browser" Click="MenuItemOpenInBrowser_OnClick" Foreground="{DynamicResource AppText}">
<MenuItem Header="{lex:Loc OpenVideoInBrowser}" Click="MenuItemOpenInBrowser_OnClick" Foreground="{DynamicResource AppText}">
<MenuItem.Icon>
<fa:SvgAwesome Icon="Solid_ExternalLinkAlt" Foreground="{DynamicResource AppText}" />
</MenuItem.Icon>
Expand Down

0 comments on commit c981571

Please sign in to comment.