Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

German v1.9.0 Translation #149

Merged
merged 2 commits into from
Nov 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions StringDictionary.de.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:RaiDrive.Center.Languages"
Expand Down Expand Up @@ -54,7 +54,7 @@
<system:String x:Key="Vailidation.VolumeExist">Dieser Name existiert bereits</system:String>
<system:String x:Key="Vailidation.VolumeInvalidChar">Das Label kann folgende Zeichen nicht enthalten:</system:String>
<system:String x:Key="Vailidation.VolumeInvalidStr">Folgende Namen sind reserviert und nicht benutzbar:</system:String>
<system:String x:Key="Vailidation.Letter">Bitte wählen sie einen nicht zugewiesenen Laufwerkplatz</system:String>
<system:String x:Key="Vailidation.Letter">Bitte wählen sie einen nicht zugewiesenen Laufwerkbuchstabe</system:String>
<system:String x:Key="Vailidation.Address">Bitte geben Sie Hostname und IP Adresse ein</system:String>
<system:String x:Key="Vailidation.Address.WebDAV">Bitte geben Sie eine URL ein</system:String>
<system:String x:Key="Vailidation.Address.LocalDrive">Bitte wählen Sie einen Ordner auf Ihrem PC</system:String>
Expand Down Expand Up @@ -240,30 +240,30 @@
<!-- from version 1.8.0 -->
<system:String x:Key="Words.Public">Öffentlichkeit</system:String>
<system:String x:Key="Words.Private">Privatgelände</system:String>
<system:String x:Key="Words.Site">Site</system:String>
<system:String x:Key="Words.Site">Seite</system:String>

<!-- from version 1.9.0 -->
<system:String x:Key="Words.Project">Project</system:String>
<system:String x:Key="Words.Project">Projekt</system:String>
<system:String x:Key="Words.Bucket">Bucket</system:String>
<system:String x:Key="Words.Tenant">Tenant</system:String>
<system:String x:Key="Words.Subscription">Subscription</system:String>
<system:String x:Key="Words.Tenant">Mandanten</system:String>
<system:String x:Key="Words.Subscription">Abonnement</system:String>
<system:String x:Key="Words.Community">Community</system:String>
<system:String x:Key="Words.Document">Document</system:String>
<system:String x:Key="Words.Document">Dokument</system:String>

<system:String x:Key="Words.Cache">Cache</system:String>
<system:String x:Key="Words.Lifetime">Lifetime</system:String>
<system:String x:Key="Words.Read">Read</system:String>
<system:String x:Key="Words.Write">Write</system:String>
<system:String x:Key="Words.Second">second</system:String>
<system:String x:Key="Words.Cache">Zwischenspeicher</system:String>
<system:String x:Key="Words.Lifetime">Lebenszeit</system:String>
<system:String x:Key="Words.Read">Lesen</system:String>
<system:String x:Key="Words.Write">Schreiben</system:String>
<system:String x:Key="Words.Second">sekunden</system:String>

<system:String x:Key="Account.AccessKeyID">Access Key ID</system:String>
<system:String x:Key="Account.SecretAccessKey">Secret Access Key</system:String>
<system:String x:Key="Vailidation.AccessKeyID">Please enter Access Key ID</system:String>
<system:String x:Key="Vailidation.SecretAccessKey">Please enter Secret Access Key</system:String>
<system:String x:Key="Vailidation.AccessKeyID">Bitte gib den Access Key ID ein.</system:String>
<system:String x:Key="Vailidation.SecretAccessKey">Bitte gib den Secret Access Key ein.</system:String>

<system:String x:Key="Account.StorageAccount">Storage Account</system:String>
<system:String x:Key="Account.StorageKey">Key</system:String>
<system:String x:Key="Vailidation.StorageAccount">Please enter Storage account name</system:String>
<system:String x:Key="Vailidation.StorageKey">Please enter key1 or key2</system:String>
<system:String x:Key="Account.StorageAccount">Storage-Konto</system:String>
<system:String x:Key="Account.StorageKey">Schlüssel</system:String>
<system:String x:Key="Vailidation.StorageAccount">Bitte gib den Storage-Konto Name ein.</system:String>
<system:String x:Key="Vailidation.StorageKey">Bitte gib key1 oder key2 ein.</system:String>

</ResourceDictionary>