New translations en.xaml (German)

[ci skip]
This commit is contained in:
Jeremy Wu 2022-04-01 06:16:13 +11:00
parent e876ee99e9
commit b5c5055ca6

View file

@ -1,37 +1,60 @@
<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">
<!--Program setting-->
<system:String x:Key="flowlauncher_plugin_program_delete">Löschen</system:String>
<system:String x:Key="flowlauncher_plugin_program_edit">Bearbeiten</system:String>
<system:String x:Key="flowlauncher_plugin_program_add">Hinzufügen</system:String>
<system:String x:Key="flowlauncher_plugin_program_location">Speicherort</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">Indexiere Dateiendungen</system:String>
<system:String x:Key="flowlauncher_plugin_program_reindex">erneut Indexieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">Indexierungs Startmenü</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Indexierungsspeicher</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Endungen</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Maximale Tiefe</system:String>
<system:String x:Key="flowlauncher_plugin_program_directory">Verzeichnis:</system:String>
<system:String x:Key="flowlauncher_plugin_program_browse">Durchsuchen</system:String>
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">Dateiendungen:</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maximale Suchtiefe (-1 ist unlimitiert):</system:String>
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Bitte wähle eine Programmquelle</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">Aktualisieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow Launcher indexiert nur Datien mit folgenden Endungen:</system:String>
<system:String x:Key="flowlauncher_plugin_program_split_by_tip">(Jede Endung muss durch ein ; getrennt werden)</system:String>
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Dateiendungen wurden erfolgreich aktualisiert</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">Dateiendungen dürfen nicht leer sein</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Als Administrator ausführen</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Enthaltenden Ordner öffnen</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Programm</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Suche Programme mit Flow Launcher</system:String>
</ResourceDictionary>
<?xml version="1.0"?>
<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">
<!-- Program setting -->
<system:String x:Key="flowlauncher_plugin_program_delete">Löschen</system:String>
<system:String x:Key="flowlauncher_plugin_program_edit">Bearbeiten</system:String>
<system:String x:Key="flowlauncher_plugin_program_add">Hinzufügen</system:String>
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable">Aktivieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
<system:String x:Key="flowlauncher_plugin_program_location">Speicherort</system:String>
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">Indexiere Dateiendungen</system:String>
<system:String x:Key="flowlauncher_plugin_program_reindex">erneut Indexieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">Indexierungs Startmenü</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">When enabled, Flow will load programs from the start menu</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Indexierungsspeicher</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">When enabled, Flow will load programs from the registry</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Disabling this will also stop Flow from searching via the program desciption</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Endungen</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Maximale Tiefe</system:String>
<system:String x:Key="flowlauncher_plugin_program_directory">Verzeichnis:</system:String>
<system:String x:Key="flowlauncher_plugin_program_browse">Durchsuchen</system:String>
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">Dateiendungen:</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maximale Suchtiefe (-1 ist unlimitiert):</system:String>
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Bitte wähle eine Programmquelle</system:String>
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">Are you sure you want to delete the selected program sources?</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">Aktualisieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow Launcher indexiert nur Datien mit folgenden Endungen:</system:String>
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Dateiendungen wurden erfolgreich aktualisiert</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">Dateiendungen dürfen nicht leer sein</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Als Administrator ausführen</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Enthaltenden Ordner öffnen</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable_program">Disable this program from displaying</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Programm</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Suche Programme mit Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String>
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
<system:String x:Key="flowlauncher_plugin_program_args">Args</system:String>
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is avaliable.</system:String>
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details.</system:String>
<!-- Dialogs -->
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Erfolgreich</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Successfully disabled this program from displaying in your query</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator_not_supported_message">This app is not intended to be run as administrator</system:String>
</ResourceDictionary>