mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Add German Translation
Add German Translation to Core and Defaultplugins
This commit is contained in:
21
Plugins/Wox.Plugin.Sys/Languages/de.xaml
Normal file
21
Plugins/Wox.Plugin.Sys/Languages/de.xaml
Normal file
@@ -0,0 +1,21 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<system:String x:Key="wox_plugin_sys_command">Befehl</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_desc">Beschreibung</system:String>
|
||||
|
||||
<system:String x:Key="wox_plugin_sys_shutdown_computer">Computer herunterfahren</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_restart_computer">Computer neu starten</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_log_off">Abmelden</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_lock">Computer sperren</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_exit">Wox schließen</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_restart">Wox neu starten</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_setting">Anwendung beschleunigen</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_sleep">Computer in Schlafmodus versetzen</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_emptyrecyclebin">Papierkorb leeren</system:String>
|
||||
|
||||
<system:String x:Key="wox_plugin_sys_plugin_name">Systembefehle</system:String>
|
||||
<system:String x:Key="wox_plugin_sys_plugin_description">Stellt Systemrelevante Befehle bereit. z.B. herunterfahren, sperren, Einstellungen, usw.</system:String>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -91,6 +91,11 @@
|
||||
<SubType>Designer</SubType>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<Content Include="Languages\de.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Page Include="SysSettings.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
|
||||
Reference in New Issue
Block a user