bitwarden-mobile/src/App/Resources/AppResources.de.resx

1747 lines
72 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="About" xml:space="preserve">
<value>Über</value>
</data>
<data name="Add" xml:space="preserve">
<value>Hinzufügen</value>
<comment>Add/create a new entity (verb).</comment>
</data>
<data name="AddFolder" xml:space="preserve">
<value>Ordner hinzufügen</value>
</data>
<data name="AddItem" xml:space="preserve">
<value>Neuer Eintrag</value>
<comment>The title for the add item page.</comment>
</data>
<data name="AnErrorHasOccurred" xml:space="preserve">
<value>Es ist ein Fehler aufgetreten.</value>
<comment>Alert title when something goes wrong.</comment>
</data>
<data name="Back" xml:space="preserve">
<value>Zurück</value>
<comment>Navigate back to the previous screen.</comment>
</data>
<data name="Bitwarden" xml:space="preserve">
<value>Bitwarden</value>
<comment>App name. Shouldn't ever change.</comment>
</data>
<data name="Cancel" xml:space="preserve">
<value>Abbrechen</value>
<comment>Cancel an operation.</comment>
</data>
<data name="Copy" xml:space="preserve">
<value>Kopieren</value>
<comment>Copy some value to your clipboard.</comment>
</data>
<data name="CopyPassword" xml:space="preserve">
<value>Passwort kopieren</value>
<comment>The button text that allows a user to copy the login's password to their clipboard.</comment>
</data>
<data name="CopyUsername" xml:space="preserve">
<value>Nutzernamen kopieren</value>
<comment>The button text that allows a user to copy the login's username to their clipboard.</comment>
</data>
<data name="Credits" xml:space="preserve">
<value>Danksagungen</value>
<comment>Title for page that we use to give credit to resources that we use.</comment>
</data>
<data name="Delete" xml:space="preserve">
<value>Löschen</value>
<comment>Delete an entity (verb).</comment>
</data>
<data name="Deleting" xml:space="preserve">
<value>Lösche...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="DoYouReallyWantToDelete" xml:space="preserve">
<value>Wirklich löschen? Dieser Vorgang kann nicht rückgängig gemacht werden.</value>
<comment>Confirmation alert message when deleteing something.</comment>
</data>
<data name="Edit" xml:space="preserve">
<value>Bearbeiten</value>
</data>
<data name="EditFolder" xml:space="preserve">
<value>Ordner bearbeiten</value>
</data>
<data name="Email" xml:space="preserve">
<value>E-Mail</value>
<comment>Short label for an email address.</comment>
</data>
<data name="EmailAddress" xml:space="preserve">
<value>E-Mail Adresse</value>
<comment>Full label for a email address.</comment>
</data>
<data name="EmailUs" xml:space="preserve">
<value>Schreibe uns</value>
</data>
<data name="EmailUsDescription" xml:space="preserve">
<value>Kontaktiere uns direkt, um Hilfe zu bekommen oder um Feedback abzugeben.</value>
</data>
<data name="EnterPIN" xml:space="preserve">
<value>PIN-Code eingeben.</value>
</data>
<data name="Favorites" xml:space="preserve">
<value>Favoriten</value>
<comment>Title for your favorite items in the vault.</comment>
</data>
<data name="FileBugReport" xml:space="preserve">
<value>Einen Fehler melden</value>
</data>
<data name="FileBugReportDescription" xml:space="preserve">
<value>Einen Fehler bei GitHub eintragen.</value>
</data>
<data name="FingerprintDirection" xml:space="preserve">
<value>Mit Fingerabdruck bestätigen.</value>
</data>
<data name="Folder" xml:space="preserve">
<value>Ordner</value>
<comment>Label for a folder.</comment>
</data>
<data name="FolderCreated" xml:space="preserve">
<value>Neuer Ordner wurde erstellt.</value>
</data>
<data name="FolderDeleted" xml:space="preserve">
<value>Ordner wurde gelöscht.</value>
</data>
<data name="FolderNone" xml:space="preserve">
<value>Kein Ordner</value>
<comment>Items that have no folder specified go in this special "catch-all" folder.</comment>
</data>
<data name="Folders" xml:space="preserve">
<value>Ordner</value>
</data>
<data name="FolderUpdated" xml:space="preserve">
<value>Ordner wurde aktualisiert.</value>
</data>
<data name="GoToWebsite" xml:space="preserve">
<value>Webseite besuchen</value>
<comment>The button text that allows user to launch the website to their web browser.</comment>
</data>
<data name="HelpAndFeedback" xml:space="preserve">
<value>Hilfe und Feedback</value>
</data>
<data name="Hide" xml:space="preserve">
<value>Verstecken</value>
<comment>Hide a secret value that is currently shown (password).</comment>
</data>
<data name="InternetConnectionRequiredMessage" xml:space="preserve">
<value>Bitte verbinde dich mit dem Internet um fortzufahren.</value>
<comment>Description message for the alert when internet connection is required to continue.</comment>
</data>
<data name="InternetConnectionRequiredTitle" xml:space="preserve">
<value>Internetverbindung erforderlich</value>
<comment>Title for the alert when internet connection is required to continue.</comment>
</data>
<data name="InvalidMasterPassword" xml:space="preserve">
<value>Ungültiges Masterpasswort. Bitte erneut versuchen.</value>
</data>
<data name="InvalidPIN" xml:space="preserve">
<value>Ungültiger PIN. Bitte erneut versuchen.</value>
</data>
<data name="Launch" xml:space="preserve">
<value>Öffnen</value>
<comment>The button text that allows user to launch the website to their web browser.</comment>
</data>
<data name="LogIn" xml:space="preserve">
<value>Anmelden</value>
<comment>The login button text (verb).</comment>
</data>
<data name="LogInNoun" xml:space="preserve">
<value>Zugangsdaten</value>
<comment>Title for login page. (noun)</comment>
</data>
<data name="LogOut" xml:space="preserve">
<value>Abmelden</value>
<comment>The log out button text (verb).</comment>
</data>
<data name="LogoutConfirmation" xml:space="preserve">
<value>Bist du sicher, dass du dich abmelden möchtest?</value>
</data>
<data name="MasterPassword" xml:space="preserve">
<value>Masterpasswort</value>
<comment>Label for a master password.</comment>
</data>
<data name="More" xml:space="preserve">
<value>Mehr</value>
<comment>Text to define that there are more options things to see.</comment>
</data>
<data name="MyVault" xml:space="preserve">
<value>Mein Tresor</value>
<comment>The title for the vault page.</comment>
</data>
<data name="Name" xml:space="preserve">
<value>Name</value>
<comment>Label for an entity name.</comment>
</data>
<data name="No" xml:space="preserve">
<value>Nein</value>
</data>
<data name="Notes" xml:space="preserve">
<value>Notizen</value>
<comment>Label for notes.</comment>
</data>
<data name="Ok" xml:space="preserve">
<value>Ok</value>
<comment>Acknowledgement.</comment>
</data>
<data name="Password" xml:space="preserve">
<value>Passwort</value>
<comment>Label for a password.</comment>
</data>
<data name="Save" xml:space="preserve">
<value>Speichern</value>
<comment>Button text for a save operation (verb).</comment>
</data>
<data name="Saving" xml:space="preserve">
<value>Wird gespeichert...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="Settings" xml:space="preserve">
<value>Einstellungen</value>
<comment>The title for the settings page.</comment>
</data>
<data name="Show" xml:space="preserve">
<value>Anzeigen</value>
<comment>Reveal a hidden value (password).</comment>
</data>
<data name="ItemDeleted" xml:space="preserve">
<value>Eintrag wurde gelöscht.</value>
<comment>Confirmation message after successfully deleting a login.</comment>
</data>
<data name="Submit" xml:space="preserve">
<value>Absenden</value>
</data>
<data name="Sync" xml:space="preserve">
<value>Synchronisieren</value>
<comment>The title for the sync page.</comment>
</data>
<data name="ThankYou" xml:space="preserve">
<value>Vielen Dank</value>
</data>
<data name="Tools" xml:space="preserve">
<value>Werkzeuge</value>
<comment>The title for the tools page.</comment>
</data>
<data name="URI" xml:space="preserve">
<value>URI</value>
<comment>Label for a uri/url.</comment>
</data>
<data name="UseFingerprintToUnlock" xml:space="preserve">
<value>Fingerabdruck zum Entsperren nutzen</value>
</data>
<data name="Username" xml:space="preserve">
<value>Nutzername</value>
<comment>Label for a username.</comment>
</data>
<data name="ValidationFieldRequired" xml:space="preserve">
<value>Das Feld {0} ist ein Pflichtfeld.</value>
<comment>Validation message for when a form field is left blank and is required to be entered.</comment>
</data>
<data name="ValueHasBeenCopied" xml:space="preserve">
<value>{0} wurde kopiert.</value>
<comment>Confirmation message after suceessfully copying a value to the clipboard.</comment>
</data>
<data name="VerifyFingerprint" xml:space="preserve">
<value>Fingerabdruck überprüfen</value>
</data>
<data name="VerifyMasterPassword" xml:space="preserve">
<value>Masterpasswort überprüfen</value>
</data>
<data name="VerifyPIN" xml:space="preserve">
<value>PIN überprüfen</value>
</data>
<data name="Version" xml:space="preserve">
<value>Version</value>
</data>
<data name="View" xml:space="preserve">
<value>Ansicht</value>
</data>
<data name="VisitOurWebsite" xml:space="preserve">
<value>Besuche unsere Website</value>
</data>
<data name="VisitOurWebsiteDescription" xml:space="preserve">
<value>Besuche unsere Webseite um Hilfe zu erhalten, Neuigkeiten zu erfahren, Kontakt aufzunehmen und mehr über die Verwendung von Bitwarden zu lernen.</value>
</data>
<data name="Website" xml:space="preserve">
<value>Webseite</value>
<comment>Label for a website.</comment>
</data>
<data name="Yes" xml:space="preserve">
<value>Ja</value>
</data>
<data name="Account" xml:space="preserve">
<value>Benutzerkonto</value>
</data>
<data name="AccountCreated" xml:space="preserve">
<value>Dein neues Konto wurde erstellt! Du kannst dich jetzt anmelden.</value>
</data>
<data name="AddAnItem" xml:space="preserve">
<value>Neuer Eintrag</value>
</data>
<data name="AppExtension" xml:space="preserve">
<value>App Erweiterung</value>
</data>
<data name="AutofillAccessibilityDescription" xml:space="preserve">
<value>Verwende den Bitwarden Dienst in den Bedienungshilfen, um deine Zugangsdaten in Apps und im Web automatisch ausfüllen zu lassen.</value>
</data>
<data name="AutofillService" xml:space="preserve">
<value>Auto-Ausfüllen Funktion</value>
</data>
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
<value>Mehrdeutige Zeichen vermeiden</value>
</data>
<data name="BitwardenAppExtension" xml:space="preserve">
<value>Bitwarden App Erweiterung</value>
</data>
<data name="BitwardenAppExtensionAlert2" xml:space="preserve">
<value>Die einfachste Möglichkeit, neue Anmeldedaten zu Ihrem Tresor hinzuzufügen, ist die Bitwarden App Erweiterung. Erfahren Sie mehr über die Bitwarden App Erweiterung, indem Sie zu dem "Einstellungen"-Bildschirm navigieren.</value>
</data>
<data name="BitwardenAppExtensionDescription" xml:space="preserve">
<value>Nutze Bitwarden in Safari und anderen Apps, um Zugangsdaten automatisch einzufügen.</value>
</data>
<data name="BitwardenAutofillService" xml:space="preserve">
<value>Bitwarden Auto-Ausfüllen Funktion</value>
</data>
<data name="BitwardenAutofillAccessibilityServiceDescription" xml:space="preserve">
<value>Verwende den Bitwarden Dienst in den Bedienungshilfen um deine Zugangsdaten automatisch einzufügen.</value>
</data>
<data name="ChangeEmail" xml:space="preserve">
<value>E-Mail Adresse ändern</value>
</data>
<data name="ChangeEmailConfirmation" xml:space="preserve">
<value>Du kannst deine E-Mail Adresse im Bitwarden.com Web-Tresor ändern. Möchtest du die Seite jetzt öffnen?</value>
</data>
<data name="ChangeMasterPassword" xml:space="preserve">
<value>Masterpasswort ändern</value>
</data>
<data name="ChangePasswordConfirmation" xml:space="preserve">
<value>Du kannst dein Master-Passwort im Bitwarden.com Web-Tresor ändern. Möchtest du die Seite jetzt öffnen?</value>
</data>
<data name="Close" xml:space="preserve">
<value>Schließen</value>
</data>
<data name="Continue" xml:space="preserve">
<value>Fortsetzen</value>
</data>
<data name="CreateAccount" xml:space="preserve">
<value>Konto erstellen</value>
</data>
<data name="CreatingAccount" xml:space="preserve">
<value>Konto wird erstellt ...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="EditItem" xml:space="preserve">
<value>Eintrag bearbeiten</value>
</data>
<data name="EnableAutomaticSyncing" xml:space="preserve">
<value>Automatische Synchronisierung aktivieren</value>
</data>
<data name="EnterEmailForHint" xml:space="preserve">
<value>Gebe die E-Mail Adresse deines Kontos ein, um den Hinweis für dein Master-Passwort zu erhalten.</value>
</data>
<data name="ExntesionReenable" xml:space="preserve">
<value>App Erweiterung wieder aktivieren</value>
</data>
<data name="ExtensionAlmostDone" xml:space="preserve">
<value>Fast geschafft!</value>
</data>
<data name="ExtensionEnable" xml:space="preserve">
<value>App Erweiterung aktivieren</value>
</data>
<data name="ExtensionInSafari" xml:space="preserve">
<value>In Safari findest du Bitwarden unter dem Teilen-Symbol (Hinweis: scrolle auf der untersten Zeile des Menüs nach rechts).</value>
<comment>Safari is the name of apple's web browser</comment>
</data>
<data name="ExtensionInstantAccess" xml:space="preserve">
<value>Erhalte direkten Zugang zu deinen Passwörtern!</value>
</data>
<data name="ExtensionReady" xml:space="preserve">
<value>Du kannst dich jetzt anmelden!</value>
</data>
<data name="ExtensionSetup" xml:space="preserve">
<value>Deine Zugangsdaten sind jetzt in Safari, Chrome und anderen unterstützten Apps einfach zu erreichen.</value>
</data>
<data name="ExtensionSetup2" xml:space="preserve">
<value>In Safari und Chrome findest du Bitwarden unter dem Teilen-Symbol (Hinweis: scrolle auf der untersten Zeile des Menüs nach rechts).</value>
</data>
<data name="ExtensionTapIcon" xml:space="preserve">
<value>Tippe auf das Bitwarden Symbol im Menü, um die Erweiterung zu starten.</value>
</data>
<data name="ExtensionTurnOn" xml:space="preserve">
<value>Um Bitwarden in Safari und anderen Apps zu aktivieren, tippe auf das "Mehr"-Symbol in der untersten Zeile des Menüs.</value>
</data>
<data name="Favorite" xml:space="preserve">
<value>Favorit</value>
</data>
<data name="Fingerprint" xml:space="preserve">
<value>Fingerabdruck</value>
</data>
<data name="GeneratePassword" xml:space="preserve">
<value>Passwort erstellen</value>
</data>
<data name="GetPasswordHint" xml:space="preserve">
<value>Hinweis zum Masterpasswort zusenden</value>
</data>
<data name="ImportItems" xml:space="preserve">
<value>Einträge importieren</value>
</data>
<data name="ImportItemsConfirmation" xml:space="preserve">
<value>Du kannst deine Logins über den Bitwarden.com Web-Tresor importieren. Möchtest du die Seite jetzt öffnen?</value>
</data>
<data name="ImportItemsDescription" xml:space="preserve">
<value>Importiere all deine Zugangsdaten schnell und einfach von anderen Passwortmanagern.</value>
</data>
<data name="LastSync" xml:space="preserve">
<value>Zuletzt synchronisiert:</value>
</data>
<data name="Length" xml:space="preserve">
<value>Länge</value>
</data>
<data name="Lock" xml:space="preserve">
<value>Sperren</value>
</data>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<data name="FifteenMinutes" xml:space="preserve">
<value>15 Minuten</value>
</data>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<data name="OneHour" xml:space="preserve">
<value>1 Stunde</value>
</data>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<data name="OneMinute" xml:space="preserve">
<value>1 Minute</value>
</data>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<data name="FourHours" xml:space="preserve">
<value>4 Stunden</value>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
</data>
<data name="Immediately" xml:space="preserve">
<value>Sofort</value>
</data>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<data name="VaultTimeout" xml:space="preserve">
<value>Tresor-Timeout</value>
</data>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<data name="VaultTimeoutAction" xml:space="preserve">
<value>Aktion bei Tresor-Timeout</value>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
</data>
<data name="VaultTimeoutLogOutConfirmation" xml:space="preserve">
<value>Nach dem Ausloggen verlieren Sie jeglichen Zugriff auf Ihren Tresor und es ist nach Ablauf der Timeout-Zeit eine Online-Authentifizierung erforderlich. Sind Sie sicher, dass Sie diese Einstellung nutzen möchten?</value>
</data>
<data name="LoggingIn" xml:space="preserve">
<value>Anmeldung läuft...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="LoginOrCreateNewAccount" xml:space="preserve">
<value>Du musst dich anmelden oder einen neuen Account erstellen um auf den Tresor zuzugreifen.</value>
</data>
<data name="Manage" xml:space="preserve">
<value>Verwalten</value>
</data>
<data name="MasterPasswordConfirmationValMessage" xml:space="preserve">
<value>Passwortbestätigung ist nicht korrekt.</value>
</data>
<data name="MasterPasswordDescription" xml:space="preserve">
<value>Das Master-Passwort wird verwendet, um den Tresor zu öffnen. Es ist sehr wichtig, dass du das Passwort nicht vergisst, da es keine Möglichkeit gibt es zurückzusetzen.</value>
</data>
<data name="MasterPasswordHint" xml:space="preserve">
<value>Masterpassworthinweis (optional)</value>
</data>
<data name="MasterPasswordHintDescription" xml:space="preserve">
<value>Ein Hinweis auf dein Master-Passwort kann dir helfen, dich an das Passwort zu erinnern, solltest du es vergessen.</value>
</data>
<data name="MasterPasswordLengthValMessage" xml:space="preserve">
<value>Das Masterpasswort muss mindestens 8 Zeichen lang sein.</value>
</data>
<data name="MinNumbers" xml:space="preserve">
<value>Mindestanzahl Zahlen</value>
<comment>Minimum numeric characters for password generator settings</comment>
</data>
<data name="MinSpecial" xml:space="preserve">
<value>Mindestanzahl Sonderzeichen</value>
<comment>Minimum special characters for password generator settings</comment>
</data>
<data name="MoreSettings" xml:space="preserve">
<value>Weitere Einstellungen</value>
</data>
<data name="MustLogInMainApp" xml:space="preserve">
<value>Du musst dich in der Bitwarden App einloggen, bevor du die Erweiterung benutzen kannst.</value>
</data>
<data name="Never" xml:space="preserve">
<value>Niemals</value>
</data>
<data name="NewItemCreated" xml:space="preserve">
<value>Eintrag erstellt.</value>
</data>
<data name="NoFavorites" xml:space="preserve">
<value>Es befinden sich keine Favoriten in Ihrem Tresor.</value>
</data>
<data name="NoItems" xml:space="preserve">
<value>Keine Einträge in deinem Tresor.</value>
</data>
<data name="NoItemsTap" xml:space="preserve">
<value>Es befinden sich keine Zugangsdaten für diese Webseite in deinem Tresor. Zum Hinzufügen tippen.</value>
</data>
<data name="NoUsernamePasswordConfigured" xml:space="preserve">
<value>Diese Zugangsdaten sind noch nicht konfiguriert.</value>
</data>
<data name="OkGotIt" xml:space="preserve">
<value>Ok, verstanden!</value>
<comment>Confirmation, like "Ok, I understand it"</comment>
</data>
<data name="OptionDefaults" xml:space="preserve">
<value>Die Standardeinstellungen können mit dem Passwortgenerator der Bitwarden App definiert werden.</value>
</data>
<data name="Options" xml:space="preserve">
<value>Optionen</value>
</data>
<data name="Other" xml:space="preserve">
<value>Sonstige</value>
</data>
<data name="PasswordGenerated" xml:space="preserve">
<value>Passwort generiert.</value>
</data>
<data name="PasswordGenerator" xml:space="preserve">
<value>Passwortgenerator</value>
</data>
<data name="PasswordHint" xml:space="preserve">
<value>Passworthinweis</value>
</data>
<data name="PasswordHintAlert" xml:space="preserve">
<value>Wir haben Ihnen eine E-Mail mit Ihrem Masterpassworthinweis gesendet.</value>
</data>
<data name="PasswordOverrideAlert" xml:space="preserve">
<value>Bist du sicher, dass du das aktuelle Passwort überschreiben möchtest?</value>
</data>
<data name="PushNotificationAlert" xml:space="preserve">
<value>Bitwarden aktualisiert deinen Tresor mit Pushbenachrichtigungen. Für die bestmögliche Benutzererfahrung tippe im folgenden Dialogfenster auf "Ok", um Pushbenachrichtigungen zu aktivieren.</value>
<comment>Push notifications for apple products</comment>
</data>
<data name="RateTheApp" xml:space="preserve">
<value>App bewerten</value>
</data>
<data name="RateTheAppDescription" xml:space="preserve">
<value>Wir würden uns freuen, wenn du uns mit einer positiven Bewertung helfen könntest!</value>
</data>
<data name="RegeneratePassword" xml:space="preserve">
<value>Passwort neu generieren</value>
</data>
<data name="RetypeMasterPassword" xml:space="preserve">
<value>Masterpasswort wiederholen</value>
</data>
<data name="SearchVault" xml:space="preserve">
<value>Tresor durchsuchen</value>
</data>
<data name="Security" xml:space="preserve">
<value>Sicherheit</value>
</data>
<data name="Select" xml:space="preserve">
<value>Auswählen</value>
</data>
<data name="SetPIN" xml:space="preserve">
<value>PIN festlegen</value>
</data>
<data name="SetPINDirection" xml:space="preserve">
<value>Gebe deine 4-stellige PIN ein, um die App zu entsperren.</value>
</data>
<data name="ItemInformation" xml:space="preserve">
<value>Eintrags-Information</value>
</data>
<data name="ItemUpdated" xml:space="preserve">
<value>Eintrag aktualisiert.</value>
</data>
<data name="Submitting" xml:space="preserve">
<value>Wird übermittelt...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="Syncing" xml:space="preserve">
<value>Wird synchronisiert...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="SyncingComplete" xml:space="preserve">
<value>Synchronisierung abgeschlossen.</value>
</data>
<data name="SyncingFailed" xml:space="preserve">
<value>Synchronisierung fehlgeschlagen.</value>
</data>
<data name="SyncVaultNow" xml:space="preserve">
<value>Tresor jetzt synchronisieren</value>
</data>
<data name="TouchID" xml:space="preserve">
<value>Touch ID</value>
<comment>What Apple calls their fingerprint reader.</comment>
</data>
<data name="TwoStepLogin" xml:space="preserve">
<value>Zwei-Faktor Authentifizierung</value>
</data>
<data name="TwoStepLoginConfirmation" xml:space="preserve">
<value>Mit der Zwei-Faktor Authentifizierung wird dein Account zusätzlich abgesichert, da jede Anmeldung durch einen Sicherheitscode, eine Authentifizierungs-App, SMS, einen Anruf oder eine E-Mail verifiziert werden muss. Die Zwei-Faktor Authentifizierung kann im Bitwarden.com Web-Tresor aktiviert werden. Möchtest du die Seite jetzt öffnen?</value>
</data>
<data name="UnlockWith" xml:space="preserve">
<value>Mit {0} entsperren</value>
</data>
<data name="UnlockWithPIN" xml:space="preserve">
<value>Mit PIN-Code entsperren</value>
</data>
<data name="Validating" xml:space="preserve">
<value>Validierung</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="VerificationCode" xml:space="preserve">
<value>Bestätigungscode</value>
</data>
<data name="ViewItem" xml:space="preserve">
<value>Eintrag anzeigen</value>
</data>
<data name="WebVault" xml:space="preserve">
<value>Bitwarden Web-Tresor</value>
</data>
<data name="Lost2FAApp" xml:space="preserve">
<value>Authentifizierungs-App verloren?</value>
</data>
<data name="Items" xml:space="preserve">
<value>Einträge</value>
<comment>Screen title</comment>
</data>
<data name="ExtensionActivated" xml:space="preserve">
<value>Erweiterung aktiviert!</value>
</data>
<data name="Icons" xml:space="preserve">
<value>Icons</value>
</data>
<data name="Translations" xml:space="preserve">
<value>Übersetzungen</value>
</data>
<data name="ItemsForUri" xml:space="preserve">
<value>Zugangsdaten für {0}</value>
<comment>This is used for the autofill service. ex. "Logins for twitter.com"</comment>
</data>
<data name="NoItemsForUri" xml:space="preserve">
<value>Es befinden sich keine Zugangsdaten für {0} in deinem Tresor.</value>
<comment>This is used for the autofill service. ex. "There are no items in your vault for twitter.com".</comment>
</data>
New Crowdin translations (#754) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations copy.resx (Japanese) * New translations copy.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Russian) * New translations copy.resx (Russian) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Dutch) * New translations copy.resx (Belarusian) * New translations copy.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Dutch) * New translations copy.resx (Dutch) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (French) * New translations copy.resx (French) * New translations copy.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Greek) * New translations copy.resx (Greek) * New translations copy.resx (Greek) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Persian) * New translations AppResources.resx (German) * New translations AppResources.resx (Italian)
2020-03-05 15:39:05 +01:00
<data name="BitwardenAutofillServiceOverlay" xml:space="preserve">
<value>Wenn Sie ein Eingabefeld auswählen und ein Auto-Fill-Overlay von Bitwarden sehen, können Sie darauf tippen, um den Dienst zum automatischen Ausfüllen zu starten.</value>
</data>
<data name="BitwardenAutofillServiceNotificationContent" xml:space="preserve">
<value>Tippe auf diese Benachrichtigung, um automatisch Zugangsdaten aus deinem Tresor einzufügen.</value>
</data>
<data name="BitwardenAutofillServiceOpenAccessibilitySettings" xml:space="preserve">
<value>Einstellungen für Bedienungshilfen öffnen</value>
</data>
<data name="BitwardenAutofillServiceStep1" xml:space="preserve">
<value>1. Tippe auf "Bitwarden" unter "Heruntergeladene Dienste" in den Android Bedienungshilfen.</value>
</data>
<data name="BitwardenAutofillServiceStep2" xml:space="preserve">
<value>2. Aktiviere den Schalter und tippe auf "Ok".</value>
</data>
<data name="Disabled" xml:space="preserve">
<value>Deaktiviert</value>
</data>
<data name="Enabled" xml:space="preserve">
<value>Aktiviert</value>
</data>
<data name="Status" xml:space="preserve">
<value>Status</value>
</data>
<data name="BitwardenAutofillServiceAlert2" xml:space="preserve">
<value>Die einfachste Möglichkeit, neue Anmeldedaten zu Ihrem Tresor hinzuzufügen, ist der automatische Fülldienst von Bitwarden. Erfahren Sie mehr über den automatischen Fülldienst von Bitwarden, indem Sie zu dem "Einstellungen"-Bildschirm navigieren.</value>
</data>
<data name="Autofill" xml:space="preserve">
<value>Automatisch Einfügen</value>
</data>
<data name="AutofillOrView" xml:space="preserve">
<value>Möchtest du diese Zugangsdaten automatisch einfügen oder ansehen?</value>
</data>
<data name="BitwardenAutofillServiceMatchConfirm" xml:space="preserve">
<value>Bist du sicher, dass du diesen Eintrag automatisch einfügen möchtest? Er stimmt nicht komplett mit "{0}" überein.</value>
</data>
<data name="MatchingItems" xml:space="preserve">
<value>Passende Einträge</value>
</data>
<data name="PossibleMatchingItems" xml:space="preserve">
<value>Möglicherweise passende Einträge</value>
</data>
<data name="Search" xml:space="preserve">
<value>Durchsuchen</value>
</data>
<data name="BitwardenAutofillServiceSearch" xml:space="preserve">
<value>Du suchst nach einem Eintrag zum automatischen Einfügen für "{0}".</value>
</data>
<data name="ShareVault" xml:space="preserve">
<value>Ihren Tresor teilen</value>
</data>
<data name="CannotOpenApp" xml:space="preserve">
<value>Die App "{0}" kann nicht geöffnet werden.</value>
<comment>Message shown when trying to launch an app that does not exist on the user's device.</comment>
</data>
<data name="AuthenticatorAppTitle" xml:space="preserve">
<value>Authentifizierungs-App</value>
<comment>For 2FA</comment>
</data>
<data name="EnterVerificationCodeApp" xml:space="preserve">
<value>Gib den 6-stelligen Verifizierungscode aus deiner Authenticator App ein.</value>
<comment>For 2FA</comment>
</data>
<data name="EnterVerificationCodeEmail" xml:space="preserve">
<value>Gib den 6-stelligen Bestätigungscode ein, der an {0} gesendet wurde.</value>
<comment>For 2FA</comment>
</data>
<data name="LoginUnavailable" xml:space="preserve">
<value>Zugangsdaten nicht verfügbar</value>
<comment>For 2FA whenever there are no available providers on this device.</comment>
</data>
<data name="NoTwoStepAvailable" xml:space="preserve">
<value>Dieses Konto hat eine aktive Zwei-Faktor Authentifizierung, allerdings wird keiner der konfigurierten Zwei-Faktor Anbieter von diesem Gerät unterstützt. Bitte nutze ein unterstütztes Gerät und / oder füge zusätzliche Anbieter hinzu, die von mehr Geräten unterstützt werden (wie eine Authentifizierungs-App).</value>
</data>
<data name="RecoveryCodeTitle" xml:space="preserve">
<value>Wiederherstellungscode</value>
<comment>For 2FA</comment>
</data>
<data name="RememberMe" xml:space="preserve">
<value>Eingeloggt bleiben</value>
<comment>Remember my two-step login</comment>
</data>
<data name="SendVerificationCodeAgain" xml:space="preserve">
<value>E-Mail mit Bestätigungscode erneut versenden</value>
<comment>For 2FA</comment>
</data>
<data name="TwoStepLoginOptions" xml:space="preserve">
<value>Optionen für Zwei-Faktor Authentifizierung</value>
</data>
<data name="UseAnotherTwoStepMethod" xml:space="preserve">
<value>Verwende eine andere Zwei-Faktor Authentifizierungsmethode</value>
</data>
<data name="VerificationEmailNotSent" xml:space="preserve">
<value>Bestätigungsmail konnte nicht gesendet werden. Erneut versuchen.</value>
<comment>For 2FA</comment>
</data>
<data name="VerificationEmailSent" xml:space="preserve">
<value>Bestätigungsmail wurde gesendet.</value>
<comment>For 2FA</comment>
</data>
<data name="YubiKeyInstruction" xml:space="preserve">
<value>Halte deinen YubiKey NEO an die Rückseite des Geräts, um fortzufahren.</value>
</data>
<data name="YubiKeyTitle" xml:space="preserve">
<value>YubiKey NEO Sicherheitsschlüssel</value>
<comment>"YubiKey" is the product name and should not be translated.</comment>
</data>
<data name="AddNewAttachment" xml:space="preserve">
<value>Anhang hinzufügen</value>
</data>
<data name="Attachments" xml:space="preserve">
<value>Anhänge</value>
</data>
<data name="UnableToDownloadFile" xml:space="preserve">
<value>Datei kann nicht heruntergeladen werden.</value>
</data>
<data name="UnableToOpenFile" xml:space="preserve">
<value>Ihr Gerät kann diesen Dateitypen nicht öffnen.</value>
</data>
<data name="Downloading" xml:space="preserve">
<value>Wird heruntergeladen...</value>
<comment>Message shown when downloading a file</comment>
</data>
<data name="AttachmentLargeWarning" xml:space="preserve">
<value>Dieser Anhang ist {0} groß. Bist du sicher, dass du ihn herunterladen möchtest?</value>
<comment>The placeholder will show the file size of the attachment. Ex "25 MB"</comment>
</data>
<data name="AuthenticatorKey" xml:space="preserve">
<value>Authentifizierungsschlüssel (TOTP)</value>
</data>
<data name="VerificationCodeTotp" xml:space="preserve">
<value>Bestätigungscode (TOTP)</value>
<comment>Totp code label</comment>
</data>
<data name="AuthenticatorKeyAdded" xml:space="preserve">
<value>Authentifizierungsschlüssel hinzugefügt.</value>
</data>
<data name="AuthenticatorKeyReadError" xml:space="preserve">
<value>Authentifizierungsschlüssel kann nicht gelesen werden.</value>
</data>
<data name="CameraInstructionBottom" xml:space="preserve">
<value>Der Scan wird automatisch durchgeführt.</value>
</data>
<data name="CameraInstructionTop" xml:space="preserve">
<value>Richte deine Kamera auf den QR Code.</value>
</data>
<data name="ScanQrTitle" xml:space="preserve">
<value>QR Code scannen</value>
</data>
<data name="Camera" xml:space="preserve">
<value>Kamera</value>
</data>
<data name="Photos" xml:space="preserve">
<value>Fotos</value>
</data>
<data name="CopyTotp" xml:space="preserve">
<value>TOTP kopieren</value>
</data>
<data name="DisableAutoTotpCopyDescription" xml:space="preserve">
<value>Ist ein Authentifizierungsschlüssel mit deinen Zugangsdaten verknüpft, wird der TOTP Bestätigungscode automatisch in die Zwischenablage kopiert, wenn du die Zugangsdaten einfügen lässt.</value>
</data>
<data name="DisableAutoTotpCopy" xml:space="preserve">
<value>Automatisches Kopieren des TOTP deaktivieren</value>
</data>
<data name="PremiumRequired" xml:space="preserve">
<value>Für diese Funktion benötigst du eine Premiummitgliedschaft.</value>
</data>
<data name="AttachementAdded" xml:space="preserve">
<value>Anhang hinzugefügt</value>
</data>
<data name="AttachmentDeleted" xml:space="preserve">
<value>Anhang entfernt</value>
</data>
<data name="ChooseFile" xml:space="preserve">
<value>Datei auswählen</value>
</data>
<data name="File" xml:space="preserve">
<value>Datei</value>
</data>
<data name="NoFileChosen" xml:space="preserve">
<value>Keine Datei ausgewählt</value>
</data>
<data name="NoAttachments" xml:space="preserve">
<value>Keine Anhänge verfügbar.</value>
</data>
<data name="FileSource" xml:space="preserve">
<value>Dateiquelle</value>
</data>
<data name="FeatureUnavailable" xml:space="preserve">
<value>Funktion nicht verfügbar</value>
</data>
<data name="MaxFileSize" xml:space="preserve">
<value>Die maximale Dateigröße beträgt 100 MB.</value>
</data>
<data name="UpdateKey" xml:space="preserve">
<value>Du kannst diese Funktion nicht nutzen, solange du deinen Verschlüsselungsschlüssel nicht aktualisiert hast.</value>
</data>
<data name="LearnMore" xml:space="preserve">
<value>Mehr erfahren</value>
</data>
<data name="ApiUrl" xml:space="preserve">
<value>API Server URL</value>
</data>
<data name="CustomEnvironment" xml:space="preserve">
<value>Benutzerdefinierte Umgebung</value>
</data>
<data name="CustomEnvironmentFooter" xml:space="preserve">
<value>Für fortgeschrittene Benutzer. Du kannst die Basis-URL der jeweiligen Dienste unabhängig voneinander festlegen.</value>
</data>
<data name="EnvironmentSaved" xml:space="preserve">
<value>Die URLs der Umgebung wurden gespeichert.</value>
</data>
<data name="FormattedIncorrectly" xml:space="preserve">
<value>{0} ist nicht korrekt formatiert.</value>
<comment>Validation error when something is not formatted correctly, such as a URL or email address.</comment>
</data>
<data name="IdentityUrl" xml:space="preserve">
<value>Identitätsserver-URL</value>
<comment>"Identity" refers to an identity server. See more context here https://en.wikipedia.org/wiki/Identity_management</comment>
</data>
<data name="SelfHostedEnvironment" xml:space="preserve">
<value>Selbstgehostete Umgebung</value>
</data>
<data name="SelfHostedEnvironmentFooter" xml:space="preserve">
<value>Bitte gebe die Basis-URL deiner selbst gehosteten Bitwarden-Installation an.</value>
</data>
<data name="ServerUrl" xml:space="preserve">
<value>Server URL</value>
</data>
<data name="WebVaultUrl" xml:space="preserve">
<value>Web-Tresor Server URL</value>
</data>
<data name="BitwardenAutofillServiceNotificationContentOld" xml:space="preserve">
<value>Tippe auf diese Benachrichtigung um Einträge aus deinem Tresor anzusehen.</value>
</data>
<data name="CustomFields" xml:space="preserve">
<value>Benutzerdefinierte Felder</value>
</data>
<data name="CopyNumber" xml:space="preserve">
<value>Nummer kopieren</value>
</data>
<data name="CopySecurityCode" xml:space="preserve">
<value>Sicherheitscode kopieren</value>
</data>
<data name="Number" xml:space="preserve">
<value>Nummer</value>
</data>
<data name="SecurityCode" xml:space="preserve">
<value>Sicherheitscode</value>
</data>
<data name="TypeCard" xml:space="preserve">
<value>Karte</value>
</data>
<data name="TypeIdentity" xml:space="preserve">
<value>Identität</value>
</data>
<data name="TypeLogin" xml:space="preserve">
<value>Zugangsdaten</value>
</data>
<data name="TypeSecureNote" xml:space="preserve">
<value>Sichere Notiz</value>
</data>
<data name="Address1" xml:space="preserve">
<value>Adresse 1</value>
</data>
<data name="Address2" xml:space="preserve">
<value>Adresse 2</value>
</data>
<data name="Address3" xml:space="preserve">
<value>Adresse 3</value>
</data>
<data name="April" xml:space="preserve">
<value>April</value>
</data>
<data name="August" xml:space="preserve">
<value>August</value>
</data>
<data name="Brand" xml:space="preserve">
<value>Marke</value>
</data>
<data name="CardholderName" xml:space="preserve">
<value>Name des Karteninhabers</value>
</data>
<data name="CityTown" xml:space="preserve">
<value>Stadt oder Ort</value>
</data>
<data name="Company" xml:space="preserve">
<value>Firma</value>
</data>
<data name="Country" xml:space="preserve">
<value>Land</value>
</data>
<data name="December" xml:space="preserve">
<value>Dezember</value>
</data>
<data name="Dr" xml:space="preserve">
<value>Dr</value>
</data>
<data name="ExpirationMonth" xml:space="preserve">
<value>Ablaufmonat</value>
</data>
<data name="ExpirationYear" xml:space="preserve">
<value>Ablaufjahr</value>
</data>
<data name="February" xml:space="preserve">
<value>Februar</value>
</data>
<data name="FirstName" xml:space="preserve">
<value>Vorname</value>
</data>
<data name="January" xml:space="preserve">
<value>Januar</value>
</data>
<data name="July" xml:space="preserve">
<value>Juli</value>
</data>
<data name="June" xml:space="preserve">
<value>Juni</value>
</data>
<data name="LastName" xml:space="preserve">
<value>Nachname</value>
</data>
<data name="LicenseNumber" xml:space="preserve">
<value>Führerscheinnummer</value>
</data>
<data name="March" xml:space="preserve">
<value>März</value>
</data>
<data name="May" xml:space="preserve">
<value>Mai</value>
</data>
<data name="MiddleName" xml:space="preserve">
<value>Zweiter Vorname</value>
</data>
<data name="Mr" xml:space="preserve">
<value>Herr</value>
</data>
<data name="Mrs" xml:space="preserve">
<value>Frau</value>
</data>
<data name="Ms" xml:space="preserve">
<value>Frau</value>
</data>
<data name="November" xml:space="preserve">
<value>November</value>
</data>
<data name="October" xml:space="preserve">
<value>Oktober</value>
</data>
<data name="PassportNumber" xml:space="preserve">
<value>Reisepassnummer</value>
</data>
<data name="Phone" xml:space="preserve">
<value>Telefon</value>
</data>
<data name="September" xml:space="preserve">
<value>September</value>
</data>
<data name="SSN" xml:space="preserve">
<value>Sozialversicherungsnummer</value>
</data>
<data name="StateProvince" xml:space="preserve">
<value>Bundesland</value>
</data>
<data name="Title" xml:space="preserve">
<value>Titel</value>
</data>
<data name="ZipPostalCode" xml:space="preserve">
<value>Postleitzahl</value>
</data>
<data name="Address" xml:space="preserve">
<value>Adresse</value>
</data>
<data name="Expiration" xml:space="preserve">
<value>Gültig bis</value>
</data>
<data name="DisableWebsiteIcons" xml:space="preserve">
<value>Icons der Website deaktivieren</value>
</data>
<data name="DisableWebsiteIconsDescription" xml:space="preserve">
<value>Website-Symbole zeigen ein erkennbares Bild neben jedem Login in deinem Tresor.</value>
</data>
<data name="IconsUrl" xml:space="preserve">
<value>Icons Server URL</value>
</data>
<data name="AutofillWithBitwarden" xml:space="preserve">
<value>Mit Bitwarden automatisch ausfüllen</value>
</data>
<data name="VaultIsLocked" xml:space="preserve">
<value>Tresor ist gesperrt</value>
</data>
<data name="GoToMyVault" xml:space="preserve">
<value>Zum Tresor gehen</value>
</data>
<data name="Collections" xml:space="preserve">
<value>Sammlungen</value>
</data>
<data name="NoItemsCollection" xml:space="preserve">
<value>Es sind keine Objekte in dieser Sammlung.</value>
</data>
<data name="NoItemsFolder" xml:space="preserve">
<value>Es sind keine Objekte in diesem Ordner.</value>
</data>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<data name="NoItemsTrash" xml:space="preserve">
<value>Es sind keine Einträge im Papierkorb.</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
</data>
<data name="AutofillAccessibilityService" xml:space="preserve">
<value>Auto-Fill Bedienungshilfe</value>
</data>
<data name="AutofillServiceDescription" xml:space="preserve">
<value>Der Bitwarden Auto-Fill Service benutzt das Android Autofill Framework, um Logins, Kreditkarten und Identitätsinformationen in anderen Apps auf Ihrem Gerät zu befüllen.</value>
</data>
<data name="BitwardenAutofillServiceDescription" xml:space="preserve">
<value>Verwende den Bitwarden Dienst in den Bedienungshilfen, um deine Zugangsdaten automatisch einzufügen.</value>
</data>
<data name="BitwardenAutofillServiceOpenAutofillSettings" xml:space="preserve">
<value>Öffne Auto-Fill Einstellungen</value>
</data>
<data name="FaceID" xml:space="preserve">
<value>Face ID</value>
<comment>What Apple calls their facial recognition reader.</comment>
</data>
<data name="FaceIDDirection" xml:space="preserve">
<value>Verwende Face ID zum Verifizieren.</value>
</data>
<data name="UseFaceIDToUnlock" xml:space="preserve">
<value>Face ID zum Entsperren verwenden</value>
</data>
<data name="VerifyFaceID" xml:space="preserve">
<value>Face ID überprüfen</value>
</data>
<data name="WindowsHello" xml:space="preserve">
<value>Windows Hello</value>
</data>
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
<value>Die Android Auto-Fill Einstellungen konnten nicht automatisch geöffnet werden. Über Android Einstellungen &gt; Sprachen &amp; Eingabe &gt; AutoFill-Dienst kannst du manuell zu den Auto-Fill Einstellungen navigieren.</value>
</data>
<data name="CustomFieldName" xml:space="preserve">
<value>Name Benutzerdefiniertes Feld</value>
</data>
<data name="FieldTypeBoolean" xml:space="preserve">
<value>Boolean</value>
</data>
<data name="FieldTypeHidden" xml:space="preserve">
<value>Versteckt</value>
</data>
<data name="FieldTypeText" xml:space="preserve">
<value>Text</value>
</data>
<data name="NewCustomField" xml:space="preserve">
<value>Neues benutzerdefiniertes Feld</value>
</data>
<data name="SelectTypeField" xml:space="preserve">
<value>Welche Art Eintrag möchtest du hinzufügen?</value>
</data>
<data name="Remove" xml:space="preserve">
<value>Entfernen</value>
</data>
<data name="NewUri" xml:space="preserve">
<value>Neue URL</value>
</data>
<data name="URIPosition" xml:space="preserve">
<value>URL {0}</value>
<comment>Label for a uri/url with position. i.e. URI 1, URI 2, etc</comment>
</data>
<data name="BaseDomain" xml:space="preserve">
<value>Basis-Domäne</value>
</data>
<data name="Default" xml:space="preserve">
<value>Standard</value>
</data>
<data name="Exact" xml:space="preserve">
<value>Exakt</value>
</data>
<data name="Host" xml:space="preserve">
<value>Server</value>
<comment>A URL's host value. For example, the host of https://sub.domain.com:443 is 'sub.domain.com:443'.</comment>
</data>
<data name="RegEx" xml:space="preserve">
<value>Regulärer Ausdruck</value>
<comment>A programming term, also known as 'RegEx'.</comment>
</data>
<data name="StartsWith" xml:space="preserve">
<value>Beginnt mit</value>
</data>
<data name="URIMatchDetection" xml:space="preserve">
<value>Match-Erkennung</value>
</data>
<data name="MatchDetection" xml:space="preserve">
<value>Match-Erkennung</value>
<comment>URI match detection for auto-fill.</comment>
</data>
<data name="YesAndSave" xml:space="preserve">
<value>Ja, und speichern</value>
</data>
<data name="AutofillAndSave" xml:space="preserve">
<value>Automatisch ausfüllen und speichern</value>
</data>
<data name="Organization" xml:space="preserve">
<value>Organisation</value>
<comment>An entity of multiple related people (ex. a team or business organization).</comment>
</data>
<data name="HoldYubikeyNearTop" xml:space="preserve">
<value>Halte deinen Yubikey an den oberen Bereich deines Geräts.</value>
</data>
<data name="TryAgain" xml:space="preserve">
<value>Erneut versuchen</value>
</data>
<data name="YubiKeyInstructionIos" xml:space="preserve">
<value>Um fortzufahren, halte deinen YubiKey NEO gegen die Rückseite des Gerätes.</value>
</data>
<data name="BitwardenAutofillAccessibilityServiceDescription2" xml:space="preserve">
<value>Der Barrierefreiheits-Dienst kann möglicherweise hilfreich sein, wenn apps nicht den standard AutoFill-Dienst unterstützen.</value>
</data>
<data name="DatePasswordUpdated" xml:space="preserve">
<value>Passwort aktualisiert</value>
<comment>ex. Date this password was updated</comment>
</data>
<data name="DateUpdated" xml:space="preserve">
<value>Aktualisiert</value>
<comment>ex. Date this item was updated</comment>
</data>
<data name="AutofillActivated" xml:space="preserve">
<value>AutoFill aktiviert!</value>
</data>
<data name="MustLogInMainAppAutofill" xml:space="preserve">
<value>Du musst dich in der Bitwarden App einloggen, bevor du AutoFill nutzen kannst.</value>
</data>
<data name="AutofillSetup" xml:space="preserve">
<value>Du kannst nun direkt von der Tastatur auf deine Zugangsdaten zugreifen, wenn du dich auf Webseiten oder in Apps anmeldest.</value>
</data>
<data name="AutofillSetup2" xml:space="preserve">
<value>Wir empfehlen alle anderen Auto Ausfüllen Apps in den Einstellungen zu deaktivieren wenn du sie nicht nutzt.</value>
</data>
<data name="BitwardenAutofillDescription" xml:space="preserve">
<value>Greife auf deinen Tressor direkt von deiner Tastatur aus zu um Passwörter schnell und automatisch auszufüllen.</value>
</data>
<data name="AutofillTurnOn" xml:space="preserve">
<value>Um Autofill auf deinem Gerät zu aktivieren, befolge bitte diese Anweisungen:</value>
</data>
<data name="AutofillTurnOn1" xml:space="preserve">
<value>1. Gehe in die iOS Einstellungen</value>
</data>
<data name="AutofillTurnOn2" xml:space="preserve">
<value>2. Drücke "Passwörter &amp; Accounts"</value>
</data>
<data name="AutofillTurnOn3" xml:space="preserve">
<value>3. Drücke "AutoFill Passwörter"</value>
</data>
<data name="AutofillTurnOn4" xml:space="preserve">
<value>4. Schalte AutoFill ein</value>
</data>
<data name="AutofillTurnOn5" xml:space="preserve">
<value>5. Wähle "Bitwarden"</value>
</data>
<data name="PasswordAutofill" xml:space="preserve">
<value>Passwort AutoFill</value>
</data>
<data name="BitwardenAutofillAlert2" xml:space="preserve">
<value>Die einfachste Möglichkeit, neue Anmeldedaten zu Ihrem Tresor hinzuzufügen, ist der automatische Fülldienst von Bitwarden. Erfahren Sie mehr über den automatischen Fülldienst von Bitwarden, indem Sie zu dem "Einstellungen"-Bildschirm navigieren.</value>
</data>
<data name="InvalidEmail" xml:space="preserve">
<value>Ungültige E-Mail-Adresse.</value>
</data>
<data name="Cards" xml:space="preserve">
<value>Karten</value>
</data>
<data name="Identities" xml:space="preserve">
<value>Identitäten</value>
</data>
<data name="Logins" xml:space="preserve">
<value>Zugangsdaten</value>
</data>
<data name="SecureNotes" xml:space="preserve">
<value>Sichere Notizen</value>
</data>
<data name="AllItems" xml:space="preserve">
<value>Alle Einträge</value>
</data>
<data name="URIs" xml:space="preserve">
<value>URIs</value>
<comment>Plural form of a URI</comment>
</data>
<data name="CheckingPassword" xml:space="preserve">
<value>Passwort wird überprüft...</value>
<comment>A loading message when doing an exposed password check.</comment>
</data>
<data name="CheckPassword" xml:space="preserve">
<value>Überprüfen Sie, ob das Passwort kompromittiert wurde.</value>
</data>
<data name="PasswordExposed" xml:space="preserve">
<value>Dieses Passwort wurde {0}-mal in Datenlecks gefunden. Sie sollten es ändern.</value>
</data>
<data name="PasswordSafe" xml:space="preserve">
<value>Dieses Passwort wurde in keinem bekannten Datenleck gefunden. Seine Verwendung sollte sicher sein.</value>
</data>
<data name="IdentityName" xml:space="preserve">
<value>Identitätsname</value>
</data>
<data name="Value" xml:space="preserve">
<value>Wert</value>
</data>
<data name="PasswordHistory" xml:space="preserve">
<value>Passwortverlauf</value>
</data>
<data name="Types" xml:space="preserve">
<value>Typen</value>
</data>
<data name="NoPasswordsToList" xml:space="preserve">
<value>Keine Passwörter zum Anzeigen vorhanden.</value>
</data>
<data name="NoItemsToList" xml:space="preserve">
<value>Keine Einträge zum Anzeigen vorhanden.</value>
</data>
<data name="SearchCollection" xml:space="preserve">
<value>Sammlung durchsuchen</value>
</data>
<data name="SearchFolder" xml:space="preserve">
<value>Ordner durchsuchen</value>
</data>
<data name="SearchType" xml:space="preserve">
<value>Suchmodus</value>
</data>
<data name="Type" xml:space="preserve">
<value>Typ</value>
</data>
<data name="MoveDown" xml:space="preserve">
<value>Nach unten bewegen</value>
</data>
<data name="MoveUp" xml:space="preserve">
<value>Nach oben bewegen</value>
</data>
<data name="Miscellaneous" xml:space="preserve">
<value>Sonstiges</value>
</data>
<data name="Ownership" xml:space="preserve">
<value>Besitz</value>
</data>
<data name="WhoOwnsThisItem" xml:space="preserve">
<value>Wem gehört dieser Eintrag?</value>
</data>
<data name="NoCollectionsToList" xml:space="preserve">
<value>Keine Sammlungen vorhanden.</value>
</data>
<data name="ItemShared" xml:space="preserve">
<value>Eintrag wurde geteilt.</value>
</data>
<data name="SelectOneCollection" xml:space="preserve">
<value>Es muss mindestens eine Sammlung ausgewählt sein.</value>
</data>
<data name="Share" xml:space="preserve">
<value>Teilen</value>
</data>
<data name="ShareItem" xml:space="preserve">
<value>Eintrag teilen</value>
</data>
<data name="NoOrgsToList" xml:space="preserve">
<value>Keine Organisationen vorhanden.</value>
</data>
<data name="ShareDesc" xml:space="preserve">
<value>Wählen Sie eine Organisation, mit der Sie dieses Eintrag teilen möchten. Teilen überträgt den Besitz des Eintrages an die Organisation. Sie werden nicht mehr der direkte Bestitzer dieses Eintrages sein, sobald es geteilt wurde.</value>
</data>
<data name="NumberOfWords" xml:space="preserve">
<value>Anzahl der Wörter</value>
</data>
<data name="Passphrase" xml:space="preserve">
<value>Passphrase</value>
</data>
<data name="WordSeparator" xml:space="preserve">
<value>Trennzeichen</value>
</data>
<data name="Clear" xml:space="preserve">
<value>Leeren</value>
<comment>To clear something out. example: To clear browser history.</comment>
</data>
<data name="Generator" xml:space="preserve">
<value>Generator</value>
<comment>Short for "Password Generator"</comment>
</data>
<data name="NoFoldersToList" xml:space="preserve">
<value>Keine Ordner zum Auflisten vorhanden.</value>
</data>
<data name="FingerprintPhrase" xml:space="preserve">
<value>Prüfschlüssel</value>
<comment>A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing.</comment>
</data>
<data name="YourAccountsFingerprint" xml:space="preserve">
<value>Prüfschlüssel für deinen Account</value>
<comment>A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing.</comment>
</data>
<data name="ShareVaultConfirmation" xml:space="preserve">
<value>Bitwarden ermöglicht es dir, deinen Tresor mit anderen zu teilen, indem du ein Organisationskonto benutzt. Möchtest du bitwarden.com besuchen, um mehr zu erfahren?</value>
</data>
<data name="ExportVault" xml:space="preserve">
<value>Tresor exportieren</value>
</data>
<data name="LockNow" xml:space="preserve">
<value>Jetzt sperren</value>
</data>
<data name="PIN" xml:space="preserve">
<value>PIN</value>
</data>
<data name="Unlock" xml:space="preserve">
<value>Entsperren</value>
</data>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<data name="ThirtyMinutes" xml:space="preserve">
<value>30 Minuten</value>
</data>
<data name="SetPINDescription" xml:space="preserve">
<value>Legen Sie Ihre PIN für das Entsperren von Bitwarden fest. Ihre PIN-Einstellungen werden zurückgesetzt, wenn Sie sich jemals vollständig aus der Anwendung abmelden.</value>
</data>
<data name="LoggedInAsOn" xml:space="preserve">
<value>Als {0} angemeldet am {1}.</value>
<comment>ex: Logged in as user@example.com on bitwarden.com.</comment>
</data>
<data name="VaultLockedMasterPassword" xml:space="preserve">
<value>Ihr Tresor ist gesperrt. Verifizieren Sie ihr Master-Passwort um fortzufahren.</value>
</data>
<data name="VaultLockedPIN" xml:space="preserve">
<value>Ihr Tresor ist gesperrt. Verifizieren Sie ihre PIN um fortzufahren.</value>
</data>
<data name="Dark" xml:space="preserve">
<value>Dunkel</value>
<comment>A dark color</comment>
</data>
<data name="Light" xml:space="preserve">
<value>Hell</value>
<comment>A light color</comment>
</data>
<data name="FiveMinutes" xml:space="preserve">
<value>5 Minuten</value>
</data>
<data name="TenSeconds" xml:space="preserve">
<value>10 Sekunden</value>
</data>
<data name="ThirtySeconds" xml:space="preserve">
<value>30 Sekunden</value>
</data>
<data name="TwentySeconds" xml:space="preserve">
<value>20 Sekunden</value>
</data>
<data name="TwoMinutes" xml:space="preserve">
<value>2 Minuten</value>
</data>
<data name="ClearClipboard" xml:space="preserve">
<value>Zwischenablage leeren</value>
<comment>Clipboard is the operating system thing where you copy/paste data to on your device.</comment>
</data>
<data name="ClearClipboardDescription" xml:space="preserve">
<value>Kopierte Werte automatisch aus der Zwischenablage löschen.</value>
<comment>Clipboard is the operating system thing where you copy/paste data to on your device.</comment>
</data>
<data name="DefaultUriMatchDetection" xml:space="preserve">
<value>Standard URI Übereinstimmungserkennung</value>
<comment>Default URI match detection for auto-fill.</comment>
</data>
<data name="DefaultUriMatchDetectionDescription" xml:space="preserve">
<value>Wählen Sie die Standardmethode, wie Standard URI Übereinstimmungserkennung bei Aktionen wie z.B. Automatisches Füllen für Logins verwendet wird.</value>
</data>
<data name="Theme" xml:space="preserve">
<value>Schema</value>
<comment>Color theme</comment>
</data>
<data name="ThemeDescription" xml:space="preserve">
<value>Ändern Sie das Farbschema der Anwendung.</value>
</data>
<data name="RestartIsRequired" xml:space="preserve">
<value>Neustart ist erforderlich.</value>
<comment>Referring to restarting the application.</comment>
</data>
<data name="Restarting" xml:space="preserve">
<value>Wird neugestartet...</value>
</data>
<data name="CopyNotes" xml:space="preserve">
<value>Notizen kopieren</value>
</data>
<data name="Exit" xml:space="preserve">
<value>Beenden</value>
</data>
<data name="ExitConfirmation" xml:space="preserve">
<value>Sind Sie sicher, dass Sie Bitwarden verlassen möchten?</value>
</data>
<data name="PINRequireMasterPasswordRestart" xml:space="preserve">
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<value>Möchten Sie mit Ihrem Master-Passwort entsperren, wenn die Anwendung neu gestartet wird?</value>
</data>
<data name="Black" xml:space="preserve">
<value>Schwarz</value>
<comment>The color black</comment>
</data>
<data name="BlacklistedUris" xml:space="preserve">
<value>Gesperrte URIs</value>
</data>
<data name="BlacklistedUrisDescription" xml:space="preserve">
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<value>URIs auf der Sperrliste, werden nicht automatisch ausgefüllt. Die Listeneinträge sollten durch Komma getrennt sein. Z.B.: "https://twitter.com, androidapp://com.twitter.android".</value>
</data>
<data name="DisableSavePrompt" xml:space="preserve">
<value>Speichern-Prompt deaktivieren</value>
</data>
<data name="DisableSavePromptDescription" xml:space="preserve">
<value>Der "Speichern-Prompt" fordert Sie automatisch dazu auf, neue Einträge in den Tresor zu speichern, wenn Sie sie zum ersten Mal eingeben.</value>
</data>
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<data name="OnRestart" xml:space="preserve">
<value>Beim Neustart der App</value>
</data>
<data name="AutofillServiceNotEnabled" xml:space="preserve">
<value>Durch automatisches Füllen ist es leicht, auf Ihren Bitwarden Tresor von anderen Webseiten und Apps sicher zuzugreifen. Es sieht aus, als ob Sie den Automatisches Fülldienst für Bitwarden nicht aktiviert haben. Aktivieren Sie automatisches Füllen im "Einstellungen"-Bildschirm.</value>
</data>
<data name="ThemeAppliedOnRestart" xml:space="preserve">
<value>Ihre Änderungen am Aussehen der App werden beim nächsten Neustart der App angewendet.</value>
</data>
<data name="Capitalize" xml:space="preserve">
<value>Großschreiben</value>
<comment>ex. Uppercase the first character of a word.</comment>
</data>
<data name="IncludeNumber" xml:space="preserve">
<value>Ziffer hinzufügen</value>
</data>
<data name="Download" xml:space="preserve">
<value>Herunterladen</value>
</data>
<data name="Shared" xml:space="preserve">
<value>Geteilt</value>
</data>
<data name="ToggleVisibility" xml:space="preserve">
<value>Sichtbarkeit umschalten</value>
</data>
<data name="LoginExpired" xml:space="preserve">
<value>Ihre Sitzung ist abgelaufen.</value>
</data>
<data name="BiometricsDirection" xml:space="preserve">
<value>Biometrische Daten zur Verifizierung nutzen.</value>
</data>
<data name="Biometrics" xml:space="preserve">
<value>Biometrie-Verfahren</value>
</data>
<data name="UseBiometricsToUnlock" xml:space="preserve">
New Crowdin translations (#941) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 14:53:20 +02:00
<value>Biometrie zum Entsperren verwenden</value>
</data>
New Crowdin translations (#754) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations copy.resx (Japanese) * New translations copy.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Russian) * New translations copy.resx (Russian) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Dutch) * New translations copy.resx (Belarusian) * New translations copy.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Dutch) * New translations copy.resx (Dutch) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (French) * New translations copy.resx (French) * New translations copy.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Greek) * New translations copy.resx (Greek) * New translations copy.resx (Greek) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Persian) * New translations AppResources.resx (German) * New translations AppResources.resx (Italian)
2020-03-05 15:39:05 +01:00
<data name="AccessibilityOverlayPermissionAlert" xml:space="preserve">
<value>Bitwarden braucht Aufmerksamkeit - Siehe "Auto-Fill-Bedienungshilfe" in den Bitwarden-Einstellungen</value>
New Crowdin translations (#754) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations copy.resx (Japanese) * New translations copy.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Russian) * New translations copy.resx (Russian) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Dutch) * New translations copy.resx (Belarusian) * New translations copy.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Dutch) * New translations copy.resx (Dutch) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (French) * New translations copy.resx (French) * New translations copy.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Greek) * New translations copy.resx (Greek) * New translations copy.resx (Greek) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Persian) * New translations AppResources.resx (German) * New translations AppResources.resx (Italian)
2020-03-05 15:39:05 +01:00
</data>
<data name="BitwardenAutofillServiceOverlayPermission" xml:space="preserve">
<value>3. Gehen Sie unter Android in den App-Einstellungen für Bitwarden zur Option "Über anderen Apps einblenden" (unter Erweitert) und tippen Sie auf den Schalter, um die Overlay-Unterstützung zu aktivieren.</value>
New Crowdin translations (#754) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations copy.resx (Japanese) * New translations copy.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Russian) * New translations copy.resx (Russian) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Dutch) * New translations copy.resx (Belarusian) * New translations copy.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Dutch) * New translations copy.resx (Dutch) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (French) * New translations copy.resx (French) * New translations copy.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Greek) * New translations copy.resx (Greek) * New translations copy.resx (Greek) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Persian) * New translations AppResources.resx (German) * New translations AppResources.resx (Italian)
2020-03-05 15:39:05 +01:00
</data>
<data name="OverlayPermission" xml:space="preserve">
<value>Berechtigung</value>
</data>
<data name="BitwardenAutofillServiceOpenOverlayPermissionSettings" xml:space="preserve">
<value>Overlay-Berechtigungseinstellungen öffnen</value>
</data>
<data name="BitwardenAutofillServiceStep3" xml:space="preserve">
<value>3. Wählen Sie unter Android in den App-Einstellungen für Bitwarden "Über anderen Apps einblenden" (unter "Erweitert") und aktivieren Sie den Schalter, um das Overlay zu erlauben.</value>
New Crowdin translations (#754) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations copy.resx (Japanese) * New translations copy.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Russian) * New translations copy.resx (Russian) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Dutch) * New translations copy.resx (Belarusian) * New translations copy.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Dutch) * New translations copy.resx (Dutch) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (French) * New translations copy.resx (French) * New translations copy.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Greek) * New translations copy.resx (Greek) * New translations copy.resx (Greek) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Persian) * New translations AppResources.resx (German) * New translations AppResources.resx (Italian)
2020-03-05 15:39:05 +01:00
</data>
<data name="Denied" xml:space="preserve">
<value>Abgelehnt</value>
</data>
<data name="Granted" xml:space="preserve">
<value>Gewährt</value>
</data>
<data name="FileFormat" xml:space="preserve">
<value>Dateiformat</value>
</data>
<data name="ExportVaultMasterPasswordDescription" xml:space="preserve">
<value>Geben Sie das Master-Passwort ein, um Ihre Tresordaten zu exportieren.</value>
</data>
<data name="ExportVaultWarning" xml:space="preserve">
<value>Dieser Export enthält Ihre Tresor-Daten in einem unverschlüsseltem Format. Sie sollten die Datei daher nicht über unsichere Kanäle (z.B. E-Mail) versenden oder speichern. Löschen Sie die Datei sofort nach ihrer Verwendung.</value>
</data>
<data name="Warning" xml:space="preserve">
<value>Warnung</value>
New Crowdin translations (#754) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations copy.resx (Japanese) * New translations copy.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Russian) * New translations copy.resx (Russian) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Dutch) * New translations copy.resx (Belarusian) * New translations copy.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Dutch) * New translations copy.resx (Dutch) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (French) * New translations copy.resx (French) * New translations copy.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Greek) * New translations copy.resx (Greek) * New translations copy.resx (Greek) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Persian) * New translations AppResources.resx (German) * New translations AppResources.resx (Italian)
2020-03-05 15:39:05 +01:00
</data>
<data name="ExportVaultFailure" xml:space="preserve">
<value>Beim Exportieren Ihres Tresors ist ein Problem aufgetreten. Wenn das Problem weiterhin besteht, müssen Sie aus dem Web-Tresor exportieren.</value>
</data>
<data name="ExportVaultSuccess" xml:space="preserve">
<value>Tresor erfolgreich exportiert</value>
</data>
<data name="Clone" xml:space="preserve">
<value>Duplizieren</value>
<comment>Clone an entity (verb).</comment>
</data>
<data name="PasswordGeneratorPolicyInEffect" xml:space="preserve">
<value>Eine oder mehrere Organisationsrichtlinien beeinflussen Ihre Generator-Einstellungen</value>
</data>
<data name="Open" xml:space="preserve">
<value>Öffnen</value>
<comment>Button text for an open operation (verb).</comment>
</data>
<data name="UnableToSaveAttachment" xml:space="preserve">
<value>Beim Speichern dieses Anhangs ist ein Problem aufgetreten. Wenn das Problem weiterhin besteht, können Sie ihn aus dem Web-Tresor speichern.</value>
</data>
<data name="SaveAttachmentSuccess" xml:space="preserve">
<value>Anhang erfolgreich gespeichert</value>
</data>
New Crowdin translations (#908) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Hebrew) * New translations copy.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations copy.resx (Hungarian) * New translations copy.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations copy.resx (Italian) * New translations copy.resx (Italian) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Finnish) * New translations copy.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese) * New translations copy.resx (Portuguese) * New translations copy.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Finnish) * New translations copy.resx (Portuguese) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Bulgarian) * New translations copy.resx (German) * New translations AppResources.resx (French) * New translations AppResources.resx (Spanish) * New translations copy.resx (Spanish) * New translations copy.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations copy.resx (Afrikaans) * New translations copy.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Romanian) * New translations copy.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations copy.resx (Catalan) * New translations copy.resx (Catalan) * New translations AppResources.resx (Czech) * New translations copy.resx (Czech) * New translations AppResources.resx (Danish) * New translations copy.resx (Danish) * New translations AppResources.resx (German) * New translations copy.resx (Bulgarian) * New translations copy.resx (Persian) * New translations AppResources.resx (Thai) * New translations copy.resx (Portuguese, Brazilian) * New translations copy.resx (Persian) * New translations AppResources.resx (Persian) * New translations copy.resx (Indonesian) * New translations AppResources.resx (Indonesian) * New translations copy.resx (Thai) * New translations copy.resx (Estonian) * New translations copy.resx (Thai) * New translations AppResources.resx (Croatian) * New translations copy.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations copy.resx (English, United Kingdom) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Portuguese, Brazilian) * New translations copy.resx (Portuguese, Brazilian) * New translations copy.resx (Ukrainian) * New translations copy.resx (Vietnamese) * New translations copy.resx (Turkish) * New translations AppResources.resx (Slovak) * New translations copy.resx (Slovak) * New translations copy.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations copy.resx (Swedish) * New translations copy.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations copy.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations copy.resx (Vietnamese) * New translations copy.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations copy.resx (Chinese Simplified) * New translations copy.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations copy.resx (Chinese Traditional) * New translations copy.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations copy.resx (Norwegian Bokmal)
2020-05-18 21:57:30 +02:00
<data name="AutofillTileAccessibilityRequired" xml:space="preserve">
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<value>Bitte aktivieren Sie "Auto-Fill-Bedienungshilfe" in den Bitwarden-Einstellungen, um die Auto-Fill-Kachel zu verwenden.</value>
New Crowdin translations (#908) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Hebrew) * New translations copy.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations copy.resx (Hungarian) * New translations copy.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations copy.resx (Italian) * New translations copy.resx (Italian) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Finnish) * New translations copy.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese) * New translations copy.resx (Portuguese) * New translations copy.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Finnish) * New translations copy.resx (Portuguese) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Bulgarian) * New translations copy.resx (German) * New translations AppResources.resx (French) * New translations AppResources.resx (Spanish) * New translations copy.resx (Spanish) * New translations copy.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations copy.resx (Afrikaans) * New translations copy.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Romanian) * New translations copy.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations copy.resx (Catalan) * New translations copy.resx (Catalan) * New translations AppResources.resx (Czech) * New translations copy.resx (Czech) * New translations AppResources.resx (Danish) * New translations copy.resx (Danish) * New translations AppResources.resx (German) * New translations copy.resx (Bulgarian) * New translations copy.resx (Persian) * New translations AppResources.resx (Thai) * New translations copy.resx (Portuguese, Brazilian) * New translations copy.resx (Persian) * New translations AppResources.resx (Persian) * New translations copy.resx (Indonesian) * New translations AppResources.resx (Indonesian) * New translations copy.resx (Thai) * New translations copy.resx (Estonian) * New translations copy.resx (Thai) * New translations AppResources.resx (Croatian) * New translations copy.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations copy.resx (English, United Kingdom) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Portuguese, Brazilian) * New translations copy.resx (Portuguese, Brazilian) * New translations copy.resx (Ukrainian) * New translations copy.resx (Vietnamese) * New translations copy.resx (Turkish) * New translations AppResources.resx (Slovak) * New translations copy.resx (Slovak) * New translations copy.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations copy.resx (Swedish) * New translations copy.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations copy.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations copy.resx (Vietnamese) * New translations copy.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations copy.resx (Chinese Simplified) * New translations copy.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations copy.resx (Chinese Traditional) * New translations copy.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations copy.resx (Norwegian Bokmal)
2020-05-18 21:57:30 +02:00
</data>
<data name="AutofillTileUriNotFound" xml:space="preserve">
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<value>Keine Passwortfelder erkannt</value>
</data>
<data name="SoftDeleting" xml:space="preserve">
<value>Wird in den Papierkorb verschoben…</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>Message shown when interacting with the server</comment>
</data>
<data name="ItemSoftDeleted" xml:space="preserve">
<value>Eintrag wurde in den Papierkorb gelegt.</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>Confirmation message after successfully soft-deleting a login</comment>
</data>
<data name="Restore" xml:space="preserve">
<value>Wiederherstellen</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>Restores an entity (verb).</comment>
</data>
<data name="Restoring" xml:space="preserve">
<value>Wird wiederhergestellt...</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>Message shown when interacting with the server</comment>
</data>
<data name="ItemRestored" xml:space="preserve">
<value>Eintrag wurde wiederhergestellt.</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>Confirmation message after successfully restoring a soft-deleted item</comment>
</data>
<data name="Trash" xml:space="preserve">
<value>Papierkorb</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>(noun) Location of deleted items which have not yet been permanently deleted</comment>
</data>
<data name="SearchTrash" xml:space="preserve">
<value>Papierkorb durchsuchen</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>(action prompt) Label for the search text field when viewing the trash folder</comment>
</data>
<data name="DoYouReallyWantToPermanentlyDeleteCipher" xml:space="preserve">
<value>Wirklich dauerhaft löschen? Dies kann nicht rückgängig gemacht werden.</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>Confirmation alert message when permanently deleteing a cipher.</comment>
</data>
<data name="DoYouReallyWantToRestoreCipher" xml:space="preserve">
<value>Soll dieser Eintrag wirklich wiederhergestellt werden?</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>Confirmation alert message when restoring a soft-deleted cipher.</comment>
</data>
<data name="DoYouReallyWantToSoftDeleteCipher" xml:space="preserve">
<value>Wirklich in den Papierkorb legen?</value>
New Crowdin translations (#921) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Polish) * New translations AppResources.resx (French) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 15:42:00 +02:00
<comment>Confirmation alert message when soft-deleting a cipher.</comment>
New Crowdin translations (#908) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Hebrew) * New translations copy.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations copy.resx (Hungarian) * New translations copy.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations copy.resx (Italian) * New translations copy.resx (Italian) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Finnish) * New translations copy.resx (Korean) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese) * New translations copy.resx (Portuguese) * New translations copy.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Finnish) * New translations copy.resx (Portuguese) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Bulgarian) * New translations copy.resx (German) * New translations AppResources.resx (French) * New translations AppResources.resx (Spanish) * New translations copy.resx (Spanish) * New translations copy.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations copy.resx (Afrikaans) * New translations copy.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Romanian) * New translations copy.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations copy.resx (Catalan) * New translations copy.resx (Catalan) * New translations AppResources.resx (Czech) * New translations copy.resx (Czech) * New translations AppResources.resx (Danish) * New translations copy.resx (Danish) * New translations AppResources.resx (German) * New translations copy.resx (Bulgarian) * New translations copy.resx (Persian) * New translations AppResources.resx (Thai) * New translations copy.resx (Portuguese, Brazilian) * New translations copy.resx (Persian) * New translations AppResources.resx (Persian) * New translations copy.resx (Indonesian) * New translations AppResources.resx (Indonesian) * New translations copy.resx (Thai) * New translations copy.resx (Estonian) * New translations copy.resx (Thai) * New translations AppResources.resx (Croatian) * New translations copy.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations copy.resx (English, United Kingdom) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Portuguese, Brazilian) * New translations copy.resx (Portuguese, Brazilian) * New translations copy.resx (Ukrainian) * New translations copy.resx (Vietnamese) * New translations copy.resx (Turkish) * New translations AppResources.resx (Slovak) * New translations copy.resx (Slovak) * New translations copy.resx (Slovak) * New translations AppResources.resx (Swedish) * New translations copy.resx (Swedish) * New translations copy.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations copy.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations copy.resx (Vietnamese) * New translations copy.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations copy.resx (Chinese Simplified) * New translations copy.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations copy.resx (Chinese Traditional) * New translations copy.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations copy.resx (Norwegian Bokmal)
2020-05-18 21:57:30 +02:00
</data>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
<data name="BiometricInvalidated" xml:space="preserve">
<value>Biometrische Änderung erkannt, zum erneuten Aktivieren mit Master-Passwort anmelden.</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="EnableSyncOnRefresh" xml:space="preserve">
<value>Sync beim Aktualisieren aktivieren</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="EnableSyncOnRefreshDescription" xml:space="preserve">
<value>Tresor mit Pull-down-Geste synchronisieren.</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="LogInSso" xml:space="preserve">
<value>Enterprise Single Sign-On</value>
</data>
<data name="LogInSsoSummary" xml:space="preserve">
<value>Schnell über den Single Sign-on Ihrer Organisation anmelden. Bitte geben Sie Ihre Organisationskennung an, um zu beginnen.</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="OrgIdentifier" xml:space="preserve">
<value>Organisationskennung</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="LoginSsoError" xml:space="preserve">
<value>Anmeldung mit SSO derzeit nicht möglich</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="SetMasterPassword" xml:space="preserve">
<value>Masterpasswort festlegen</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="SetMasterPasswordSummary" xml:space="preserve">
<value>Bitte legen Sie ein Masterpasswort für den Schutz Ihres Tresors fest, um die Anmeldung über SSO abzuschließen.</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="MasterPasswordPolicyInEffect" xml:space="preserve">
<value>Eine oder mehrere Organisationsrichtlinien erfordern, dass Ihr Master-Passwort die folgenden Anforderungen erfüllt:</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="PolicyInEffectMinComplexity" xml:space="preserve">
<value>Kleinste Komplexitätsstufe von {0}</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="PolicyInEffectMinLength" xml:space="preserve">
<value>Mindestlänge von {0}</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="PolicyInEffectUppercase" xml:space="preserve">
<value>Enthält einen oder mehrere Großbuchstaben</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="PolicyInEffectLowercase" xml:space="preserve">
<value>Enthält einen oder mehrere Kleinbuchstaben</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="PolicyInEffectNumbers" xml:space="preserve">
<value>Enthält eine oder mehrere Zahlen</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="PolicyInEffectSpecial" xml:space="preserve">
<value>Enthält eines oder mehrere der folgenden Sonderzeichen: {0}</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="MasterPasswordPolicyValidationTitle" xml:space="preserve">
<value>Ungültiges Passwort</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="MasterPasswordPolicyValidationMessage" xml:space="preserve">
<value>Passwort entspricht nicht den Anforderungen der Organisation. Bitte überprüfen Sie die Richtlinien-Informationen und versuchen Sie es erneut.</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
<data name="Loading" xml:space="preserve">
<value>Wird geladen</value>
New Crowdin updates (#1062) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Belarusian) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (French) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (German) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Greek) * New translations copy.resx (Latvian) * New translations copy.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations copy.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations copy.resx (Malayalam) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Croatian)
2020-09-08 17:30:08 +02:00
</data>
New Crowdin updates (#1146) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Serbian (Cyrillic)) * New translations copy.resx (Serbian (Cyrillic)) * New translations copy.resx (Serbian (Cyrillic)) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Russian) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Latvian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Malayalam) * New translations AppResources.resx (Sinhala) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (English, India) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Portuguese) * New translations copy.resx (Romanian) * New translations AppResources.resx (Danish) * New translations AppResources.resx (French) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Belarusian) * New translations copy.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Czech) * New translations AppResources.resx (German) * New translations AppResources.resx (Polish) * New translations AppResources.resx (Greek) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Dutch) * New translations copy.resx (English, India) * New translations copy.resx (English, India)
2020-11-10 23:20:44 +01:00
<data name="AcceptPolicies" xml:space="preserve">
<value>By activating this switch you agree to the following:
</value>
</data>
<data name="AcceptPoliciesError" xml:space="preserve">
<value>Terms of Service and Privacy Policy have not been acknowledged.</value>
</data>
<data name="TermsOfService" xml:space="preserve">
<value>Terms of Service</value>
</data>
<data name="PrivacyPolicy" xml:space="preserve">
<value>Privacy Policy</value>
</data>
New Crowdin translations (#754) * New translations AppResources.resx (Afrikaans) * New translations AppResources.resx (Portuguese) * New translations AppResources.resx (Italian) * New translations AppResources.resx (Japanese) * New translations copy.resx (Japanese) * New translations copy.resx (Japanese) * New translations AppResources.resx (Korean) * New translations AppResources.resx (Norwegian Bokmal) * New translations AppResources.resx (Persian) * New translations AppResources.resx (Polish) * New translations copy.resx (Polish) * New translations copy.resx (Polish) * New translations AppResources.resx (Portuguese, Brazilian) * New translations AppResources.resx (Hungarian) * New translations AppResources.resx (Romanian) * New translations AppResources.resx (Russian) * New translations copy.resx (Russian) * New translations copy.resx (Russian) * New translations AppResources.resx (Slovak) * New translations AppResources.resx (Spanish) * New translations AppResources.resx (Swedish) * New translations AppResources.resx (Thai) * New translations AppResources.resx (Turkish) * New translations AppResources.resx (Ukrainian) * New translations AppResources.resx (Indonesian) * New translations AppResources.resx (Hindi) * New translations AppResources.resx (Belarusian) * New translations copy.resx (Dutch) * New translations copy.resx (Belarusian) * New translations copy.resx (Belarusian) * New translations AppResources.resx (Bulgarian) * New translations AppResources.resx (Catalan) * New translations AppResources.resx (Chinese Simplified) * New translations AppResources.resx (Chinese Traditional) * New translations AppResources.resx (Croatian) * New translations AppResources.resx (Czech) * New translations AppResources.resx (Danish) * New translations AppResources.resx (Dutch) * New translations copy.resx (Dutch) * New translations AppResources.resx (Hebrew) * New translations AppResources.resx (English, United Kingdom) * New translations AppResources.resx (Estonian) * New translations AppResources.resx (Finnish) * New translations AppResources.resx (French) * New translations copy.resx (French) * New translations copy.resx (French) * New translations AppResources.resx (German) * New translations AppResources.resx (Greek) * New translations copy.resx (Greek) * New translations copy.resx (Greek) * New translations AppResources.resx (Vietnamese) * New translations AppResources.resx (Dutch) * New translations AppResources.resx (Persian) * New translations AppResources.resx (German) * New translations AppResources.resx (Italian)
2020-03-05 15:39:05 +01:00
</root>