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

1677 lines
69 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>O aplikaci</value>
</data>
<data name="Add" xml:space="preserve">
<value>Přidat</value>
<comment>Add/create a new entity (verb).</comment>
</data>
<data name="AddFolder" xml:space="preserve">
<value>Přidat složku</value>
</data>
<data name="AddItem" xml:space="preserve">
<value>Přidat položku</value>
<comment>The title for the add item page.</comment>
</data>
<data name="AnErrorHasOccurred" xml:space="preserve">
<value>Došlo k chybě.</value>
<comment>Alert title when something goes wrong.</comment>
</data>
<data name="Back" xml:space="preserve">
<value>Zpět</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>Zrušit</value>
<comment>Cancel an operation.</comment>
</data>
<data name="Copy" xml:space="preserve">
<value>Kopírovat</value>
<comment>Copy some value to your clipboard.</comment>
</data>
<data name="CopyPassword" xml:space="preserve">
<value>Kopírovat heslo</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>Kopírovat uživatelské jméno</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>Autoři</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>Smazat</value>
<comment>Delete an entity (verb).</comment>
</data>
<data name="Deleting" xml:space="preserve">
<value>Mazání...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="DoYouReallyWantToDelete" xml:space="preserve">
<value>Opravdu chcete smazat tuto položku? Akce je nevratná.</value>
<comment>Confirmation alert message when deleteing something.</comment>
</data>
<data name="Edit" xml:space="preserve">
<value>Upravit</value>
</data>
<data name="EditFolder" xml:space="preserve">
<value>Upravit složku</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-mailová adresa</value>
<comment>Full label for a email address.</comment>
</data>
<data name="EmailUs" xml:space="preserve">
<value>Napište nám</value>
</data>
<data name="EmailUsDescription" xml:space="preserve">
<value>Napište nám e-mail pro získání pomoci nebo zanechání zpětné vazby.</value>
</data>
<data name="EnterPIN" xml:space="preserve">
<value>Zadejte PIN kód.</value>
</data>
<data name="Favorites" xml:space="preserve">
<value>Oblíbené</value>
<comment>Title for your favorite items in the vault.</comment>
</data>
<data name="FileBugReport" xml:space="preserve">
<value>Nahlásit chybu</value>
</data>
<data name="FileBugReportDescription" xml:space="preserve">
<value>Nahlaste chybu přímo v našem GitHub repositáři.</value>
</data>
<data name="FingerprintDirection" xml:space="preserve">
<value>Pro ověření použijte otisk prstu.</value>
</data>
<data name="Folder" xml:space="preserve">
<value>Složka</value>
<comment>Label for a folder.</comment>
</data>
<data name="FolderCreated" xml:space="preserve">
<value>Složka byla přidána</value>
</data>
<data name="FolderDeleted" xml:space="preserve">
<value>Složka byla smazána</value>
</data>
<data name="FolderNone" xml:space="preserve">
<value>Žádná složka</value>
<comment>Items that have no folder specified go in this special "catch-all" folder.</comment>
</data>
<data name="Folders" xml:space="preserve">
<value>Složky</value>
</data>
<data name="FolderUpdated" xml:space="preserve">
<value>Složka byla upravena</value>
</data>
<data name="GoToWebsite" xml:space="preserve">
<value>Otevřít webovou stránku</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>Nápověda a zpětná vazba</value>
</data>
<data name="Hide" xml:space="preserve">
<value>Skrýt</value>
<comment>Hide a secret value that is currently shown (password).</comment>
</data>
<data name="InternetConnectionRequiredMessage" xml:space="preserve">
<value>Prosím připojte se k internetu.</value>
<comment>Description message for the alert when internet connection is required to continue.</comment>
</data>
<data name="InternetConnectionRequiredTitle" xml:space="preserve">
<value>Je nutné připojení k internetu</value>
<comment>Title for the alert when internet connection is required to continue.</comment>
</data>
<data name="InvalidMasterPassword" xml:space="preserve">
<value>Chybné hlavní heslo. Zkuste to znovu.</value>
</data>
<data name="InvalidPIN" xml:space="preserve">
<value>Chybný PIN. Zkuste to znovu.</value>
</data>
<data name="Launch" xml:space="preserve">
<value>Spustit</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>Přihlásit se</value>
<comment>The login button text (verb).</comment>
</data>
<data name="LogInNoun" xml:space="preserve">
<value>Přihlašovací údaje</value>
<comment>Title for login page. (noun)</comment>
</data>
<data name="LogOut" xml:space="preserve">
<value>Odhlásit se</value>
<comment>The log out button text (verb).</comment>
</data>
<data name="LogoutConfirmation" xml:space="preserve">
<value>Opravdu se chcete odhlásit?</value>
</data>
<data name="MasterPassword" xml:space="preserve">
<value>Hlavní heslo</value>
<comment>Label for a master password.</comment>
</data>
<data name="More" xml:space="preserve">
<value>Více</value>
<comment>Text to define that there are more options things to see.</comment>
</data>
<data name="MyVault" xml:space="preserve">
<value>Můj trezor</value>
<comment>The title for the vault page.</comment>
</data>
<data name="Name" xml:space="preserve">
<value>Název</value>
<comment>Label for an entity name.</comment>
</data>
<data name="No" xml:space="preserve">
<value>Ne</value>
</data>
<data name="Notes" xml:space="preserve">
<value>Poznámky</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>Heslo</value>
<comment>Label for a password.</comment>
</data>
<data name="Save" xml:space="preserve">
<value>Uložit</value>
<comment>Button text for a save operation (verb).</comment>
</data>
<data name="Saving" xml:space="preserve">
<value>Ukládání...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="Settings" xml:space="preserve">
<value>Nastavení</value>
<comment>The title for the settings page.</comment>
</data>
<data name="Show" xml:space="preserve">
<value>Zobrazit</value>
<comment>Reveal a hidden value (password).</comment>
</data>
<data name="ItemDeleted" xml:space="preserve">
<value>Položka byla smazána</value>
<comment>Confirmation message after successfully deleting a login.</comment>
</data>
<data name="Submit" xml:space="preserve">
<value>Potvrdit</value>
</data>
<data name="Sync" xml:space="preserve">
<value>Synchronizace</value>
<comment>The title for the sync page.</comment>
</data>
<data name="ThankYou" xml:space="preserve">
<value>Poděkování</value>
</data>
<data name="Tools" xml:space="preserve">
<value>Nástroje</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>Odemknout otiskem prstu</value>
</data>
<data name="Username" xml:space="preserve">
<value>Uživatelské jméno</value>
<comment>Label for a username.</comment>
</data>
<data name="ValidationFieldRequired" xml:space="preserve">
<value>Pole {0} je povinné.</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} bylo zkopírováno.</value>
<comment>Confirmation message after suceessfully copying a value to the clipboard.</comment>
</data>
<data name="VerifyFingerprint" xml:space="preserve">
<value>Ověření otisku prstu</value>
</data>
<data name="VerifyMasterPassword" xml:space="preserve">
<value>Ověření hlavního hesla</value>
</data>
<data name="VerifyPIN" xml:space="preserve">
<value>Ověřit PIN</value>
</data>
<data name="Version" xml:space="preserve">
<value>Verze</value>
</data>
<data name="View" xml:space="preserve">
<value>Zobrazit</value>
</data>
<data name="VisitOurWebsite" xml:space="preserve">
<value>Navštivit naší webovou stránku</value>
</data>
<data name="VisitOurWebsiteDescription" xml:space="preserve">
<value>Navštivte náš web pro získání nápovědy, novinek, kontaktu, nebo návodů, jak používat Bitwarden.</value>
</data>
<data name="Website" xml:space="preserve">
<value>Webová stránka</value>
<comment>Label for a website.</comment>
</data>
<data name="Yes" xml:space="preserve">
<value>Ano</value>
</data>
<data name="Account" xml:space="preserve">
<value>Účet</value>
</data>
<data name="AccountCreated" xml:space="preserve">
<value>Váš účet byl vytvořen! Můžete se přihlásit.</value>
</data>
<data name="AddAnItem" xml:space="preserve">
<value>Přidat položku</value>
</data>
<data name="AppExtension" xml:space="preserve">
<value>Rozšíření aplikace</value>
</data>
<data name="AutofillAccessibilityDescription" xml:space="preserve">
<value>Služba přístupnosti Bitwarden umožňuje automatické vyplňování přihlašovacích údajů v aplikacích a na webových stránkách.</value>
</data>
<data name="AutofillService" xml:space="preserve">
<value>Služba automatického vyplňování</value>
</data>
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
<value>Použít nezaměnitelné znaky</value>
</data>
<data name="BitwardenAppExtension" xml:space="preserve">
<value>Rozšíření aplikace Bitwarden</value>
</data>
<data name="BitwardenAppExtensionAlert2" xml:space="preserve">
<value>Nejjednodušší způsob přidání nových přihlášení do trezoru je z rozšíření Bitwarden. Další informace o používání rozšíření Bitwarden získáte klepnutím na obrazovku Nastavení.</value>
</data>
<data name="BitwardenAppExtensionDescription" xml:space="preserve">
<value>Použijte Bitwarden v Safari a ostatních prohlížečích pro automatické vyplnění přihlašovacích údajů.</value>
</data>
<data name="BitwardenAutofillService" xml:space="preserve">
<value>Služba automatického vyplňování</value>
</data>
<data name="BitwardenAutofillAccessibilityServiceDescription" xml:space="preserve">
<value>Použijte službu přístupnosti pro automatické vyplňování přihlašovacích údajů.</value>
</data>
<data name="ChangeEmail" xml:space="preserve">
<value>Změnit e-mail</value>
</data>
<data name="ChangeEmailConfirmation" xml:space="preserve">
<value>E-mailovou adresu si můžete změnit na webové stránce bitwarden.com. Chcete tuto stránku nyní otevřít?</value>
</data>
<data name="ChangeMasterPassword" xml:space="preserve">
<value>Změnit hlavní heslo</value>
</data>
<data name="ChangePasswordConfirmation" xml:space="preserve">
<value>Hlavní heslo si můžete změnit na webové stránce bitwarden.com. Chcete tuto stránku nyní otevřít?</value>
</data>
<data name="Close" xml:space="preserve">
<value>Zavřít</value>
</data>
<data name="Continue" xml:space="preserve">
<value>Pokračovat</value>
</data>
<data name="CreateAccount" xml:space="preserve">
<value>Vytvořit účet</value>
</data>
<data name="CreatingAccount" xml:space="preserve">
<value>Vytváření účtu...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="EditItem" xml:space="preserve">
<value>Upravit položku</value>
</data>
<data name="EnableAutomaticSyncing" xml:space="preserve">
<value>Povolit automatickou synchronizaci</value>
</data>
<data name="EnterEmailForHint" xml:space="preserve">
<value>Zadejte e-mailovou adresu pro zaslání nápovědy k hlavnímu heslu.</value>
</data>
<data name="ExntesionReenable" xml:space="preserve">
<value>Znovu zapnout rozšíření aplikace</value>
</data>
<data name="ExtensionAlmostDone" xml:space="preserve">
<value>Téměř hotovo!</value>
</data>
<data name="ExtensionEnable" xml:space="preserve">
<value>Zapnout rozšíření aplikace</value>
</data>
<data name="ExtensionInSafari" xml:space="preserve">
<value>V Safari používá Bitwarden ikonku pro sdílení (nápověda: nachází se vpravo dole v menu).</value>
<comment>Safari is the name of apple's web browser</comment>
</data>
<data name="ExtensionInstantAccess" xml:space="preserve">
<value>Získejte okamžitý přístup ke svým heslům!</value>
</data>
<data name="ExtensionReady" xml:space="preserve">
<value>Jste připraveni se přihlásit!</value>
</data>
<data name="ExtensionSetup" xml:space="preserve">
<value>Vaše přihlašovací údaje jsou nyní snadno přístupné ze Safari, Chromu a dalších podporovaných aplikací.</value>
</data>
<data name="ExtensionSetup2" xml:space="preserve">
<value>V Safari a Chromu najdete Bitwarden pomocí ikony sdílení (nápověda: nachází se vpravo dole v menu).</value>
</data>
<data name="ExtensionTapIcon" xml:space="preserve">
<value>Pro spuštění rozšíření klikněte na ikonku Bitwarden v menu.</value>
</data>
<data name="ExtensionTurnOn" xml:space="preserve">
<value>Pro zapnutí Bitwarden v prohlížeči Safari a dalších aplikacích klepněte na ikonku „více“ v dolní části menu.</value>
</data>
<data name="Favorite" xml:space="preserve">
<value>Oblíbené</value>
</data>
<data name="Fingerprint" xml:space="preserve">
<value>Otisk prstu</value>
</data>
<data name="GeneratePassword" xml:space="preserve">
<value>Vygenerovat heslo</value>
</data>
<data name="GetPasswordHint" xml:space="preserve">
<value>Zaslat nápovědu k hlavnímu heslu</value>
</data>
<data name="ImportItems" xml:space="preserve">
<value>Importovat položky</value>
</data>
<data name="ImportItemsConfirmation" xml:space="preserve">
<value>Můžete hromadně importovat položky do vašeho trezoru na webové stránce bitwarden.com. Chcete tuto stránku nyní otevřít?</value>
</data>
<data name="ImportItemsDescription" xml:space="preserve">
<value>Importujte rychle a hromadně údaje z jiných aplikací pro správu hesel.</value>
</data>
<data name="LastSync" xml:space="preserve">
<value>Poslední synchronizace:</value>
</data>
<data name="Length" xml:space="preserve">
<value>Délka</value>
</data>
<data name="Lock" xml:space="preserve">
<value>Zamknout</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 minutes</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 hour</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 minuta</value>
</data>
<data name="FourHours" xml:space="preserve">
<value>4 hours</value>
</data>
<data name="Immediately" xml:space="preserve">
<value>Immediately</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>Vault 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>Vault Timeout Action</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="VaultTimeoutLogOutConfirmation" xml:space="preserve">
<value>Logging out will remove all access to your vault and requires online authentication after the timeout period. Are you sure you want to use this setting?</value>
</data>
<data name="LoggingIn" xml:space="preserve">
<value>Přihlašování…</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="LoginOrCreateNewAccount" xml:space="preserve">
<value>Pro přístup do vašeho bezpečného trezoru se přihlaste nebo si vytvořte nový účet.</value>
</data>
<data name="Manage" xml:space="preserve">
<value>Správa</value>
</data>
<data name="MasterPasswordConfirmationValMessage" xml:space="preserve">
<value>Potvrzení hesla se neshoduje.</value>
</data>
<data name="MasterPasswordDescription" xml:space="preserve">
<value>Hlavní heslo je heslo, které používáte k přístupu do vašeho trezoru. Je velmi důležité, abyste jej nezapomněli. Neexistuje totiž žádný způsob, jak heslo obnovit v případě, že jste na něj zapomněli.</value>
</data>
<data name="MasterPasswordHint" xml:space="preserve">
<value>Nápověda k hlavnímu heslu (volitelné)</value>
</data>
<data name="MasterPasswordHintDescription" xml:space="preserve">
<value>Nápověda k hlavnímu heslu vám pomůže zapamatovat si heslo, pokud ho zapomenete.</value>
</data>
<data name="MasterPasswordLengthValMessage" xml:space="preserve">
<value>Hlavní heslo musí obsahovat alespoň 8 znaků.</value>
</data>
<data name="MinNumbers" xml:space="preserve">
<value>Minimální počet číslic</value>
<comment>Minimum numeric characters for password generator settings</comment>
</data>
<data name="MinSpecial" xml:space="preserve">
<value>Minimální počet speciálních znaků</value>
<comment>Minimum special characters for password generator settings</comment>
</data>
<data name="MoreSettings" xml:space="preserve">
<value>Další nastavení</value>
</data>
<data name="MustLogInMainApp" xml:space="preserve">
<value>Před použitím rozšíření se musíte nejdříve přihlásit v hlavní aplikaci Bitwarden.</value>
</data>
<data name="Never" xml:space="preserve">
<value>Nikdy</value>
</data>
<data name="NewItemCreated" xml:space="preserve">
<value>Položka byla přidána</value>
</data>
<data name="NoFavorites" xml:space="preserve">
<value>Žádné oblíbené přihlašovací údaje.</value>
</data>
<data name="NoItems" xml:space="preserve">
<value>Žádné položky.</value>
</data>
<data name="NoItemsTap" xml:space="preserve">
<value>Pro tuto stránku neexistují žádné položky. Klikněte pro jejich přidání.</value>
</data>
<data name="NoUsernamePasswordConfigured" xml:space="preserve">
<value>Tyto přihlašovací údaje nemají nastavené uživatelské jméno nebo heslo.</value>
</data>
<data name="OkGotIt" xml:space="preserve">
<value>OK, rozumím!</value>
<comment>Confirmation, like "Ok, I understand it"</comment>
</data>
<data name="OptionDefaults" xml:space="preserve">
<value>Výchozí nastavení je převzato z nastavení generování hesel v aplikaci Bitwarden.</value>
</data>
<data name="Options" xml:space="preserve">
<value>Možnosti</value>
</data>
<data name="Other" xml:space="preserve">
<value>Ostatní</value>
</data>
<data name="PasswordGenerated" xml:space="preserve">
<value>Heslo bylo vygenerováno.</value>
</data>
<data name="PasswordGenerator" xml:space="preserve">
<value>Generátor hesla</value>
</data>
<data name="PasswordHint" xml:space="preserve">
<value>Nápověda k heslu</value>
</data>
<data name="PasswordHintAlert" xml:space="preserve">
<value>Odeslali jsme vám e-mail s nápovědou k hlavnímu heslu.</value>
</data>
<data name="PasswordOverrideAlert" xml:space="preserve">
<value>Opravdu chcete přepsat aktuální heslo?</value>
</data>
<data name="PushNotificationAlert" xml:space="preserve">
<value>Bitwarden udržuje váš trezor automaticky synchronizovaný pomocí nabízených oznámení. Pro nejlepší možný zážitek klikněte prosím na následující výzvě na "Ok", pokud budete požádáni o jejich povolení.</value>
<comment>Push notifications for apple products</comment>
</data>
<data name="RateTheApp" xml:space="preserve">
<value>Ohodnotit aplikaci</value>
</data>
<data name="RateTheAppDescription" xml:space="preserve">
<value>Pomozte nám napsáním dobré recenze!</value>
</data>
<data name="RegeneratePassword" xml:space="preserve">
<value>Vygenerovat další heslo</value>
</data>
<data name="RetypeMasterPassword" xml:space="preserve">
<value>Znovu zadejte hlavní heslo</value>
</data>
<data name="SearchVault" xml:space="preserve">
<value>Vyhledat v trezoru</value>
</data>
<data name="Security" xml:space="preserve">
<value>Zabezpečení</value>
</data>
<data name="Select" xml:space="preserve">
<value>Vybrat</value>
</data>
<data name="SetPIN" xml:space="preserve">
<value>Nastavit PIN</value>
</data>
<data name="SetPINDirection" xml:space="preserve">
<value>Zadejte 4místný PIN kód pro odemknutí aplikace.</value>
</data>
<data name="ItemInformation" xml:space="preserve">
<value>Informace o položce</value>
</data>
<data name="ItemUpdated" xml:space="preserve">
<value>Položka byla upravena</value>
</data>
<data name="Submitting" xml:space="preserve">
<value>Odesílání...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="Syncing" xml:space="preserve">
<value>Synchronizování...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="SyncingComplete" xml:space="preserve">
<value>Synchronizace je dokončena.</value>
</data>
<data name="SyncingFailed" xml:space="preserve">
<value>Synchronizace selhala.</value>
</data>
<data name="SyncVaultNow" xml:space="preserve">
<value>Synchronizovat nyní</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>Dvoufázové přihlášení</value>
</data>
<data name="TwoStepLoginConfirmation" xml:space="preserve">
<value>Dvoufázové přihlášení činí váš účet mnohem bezpečnějším díky nutnosti po každém úspěšném přihlášení zadat ověřovací kód získaný z aplikace, SMS, e-mailu nebo telefonního hovoru. Dvoufázové přihlášení lze aktivovat na webové stránce bitwarden.com. Chcete tuto stránku nyní otevřít?</value>
</data>
<data name="UnlockWith" xml:space="preserve">
<value>Odemknout pomocí {0}</value>
</data>
<data name="UnlockWithPIN" xml:space="preserve">
<value>Odemknout pomocí PIN kódu</value>
</data>
<data name="Validating" xml:space="preserve">
<value>Ověřování</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="VerificationCode" xml:space="preserve">
<value>Ověřovací kód</value>
</data>
<data name="ViewItem" xml:space="preserve">
<value>Zobrazit položku</value>
</data>
<data name="WebVault" xml:space="preserve">
<value>Webová aplikace</value>
</data>
<data name="Lost2FAApp" xml:space="preserve">
<value>Ztratili jste ověřovací aplikaci?</value>
</data>
<data name="Items" xml:space="preserve">
<value>Položky</value>
<comment>Screen title</comment>
</data>
<data name="ExtensionActivated" xml:space="preserve">
<value>Rozšíření aktivováno!</value>
</data>
<data name="Icons" xml:space="preserve">
<value>Ikony</value>
</data>
<data name="Translations" xml:space="preserve">
<value>Překlady</value>
</data>
<data name="ItemsForUri" xml:space="preserve">
<value>Položky pro {0}</value>
<comment>This is used for the autofill service. ex. "Logins for twitter.com"</comment>
</data>
<data name="NoItemsForUri" xml:space="preserve">
<value>Žádné položky pro {0}.</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>Když vyberete vstupní pole a uvidíte překrytí Bitwarden automatického vyplnění, můžete na něj klepnout a spustit službu automatického vyplnění.</value>
</data>
<data name="BitwardenAutofillServiceNotificationContent" xml:space="preserve">
<value>Klikněte pro automatické vyplnění přihlašovacích údajů.</value>
</data>
<data name="BitwardenAutofillServiceOpenAccessibilitySettings" xml:space="preserve">
<value>Otevřít nastavení přístupnosti</value>
</data>
<data name="BitwardenAutofillServiceStep1" xml:space="preserve">
<value>1. V nastavení Přístupnosti systému Android klepněte na „Bitwarden“ v části „Stažené služby“.</value>
</data>
<data name="BitwardenAutofillServiceStep2" xml:space="preserve">
<value>2. Zapněte přepínač a potvrďte stisknutím tlačítka OK.</value>
</data>
<data name="Disabled" xml:space="preserve">
<value>Zakázáno</value>
</data>
<data name="Enabled" xml:space="preserve">
<value>Povoleno</value>
</data>
<data name="Status" xml:space="preserve">
<value>Stav</value>
</data>
<data name="BitwardenAutofillServiceAlert2" xml:space="preserve">
<value>Nejjednodušší způsob, jak přidat nové přihlašovací údaje do trezoru, je pomocí služby automatického vyplňování Bitwarden. Další informace o používání služby automatického vyplňování Bitwarden naleznete na obrazovce Nastavení.</value>
</data>
<data name="Autofill" xml:space="preserve">
<value>Automatické vyplnění</value>
</data>
<data name="AutofillOrView" xml:space="preserve">
<value>Chcete automaticky vyplnit nebo zobrazit tyto přihlašovací údaje?</value>
</data>
<data name="BitwardenAutofillServiceMatchConfirm" xml:space="preserve">
<value>Opravdu chcete tyto přihlašovací údaje automaticky vyplnit? Nejsou úplně shodné s „{0}“.</value>
</data>
<data name="MatchingItems" xml:space="preserve">
<value>Odpovídající položky</value>
</data>
<data name="PossibleMatchingItems" xml:space="preserve">
<value>Možné odpovídající položky</value>
</data>
<data name="Search" xml:space="preserve">
<value>Hledat</value>
</data>
<data name="BitwardenAutofillServiceSearch" xml:space="preserve">
<value>Hledáte přihlašovací údaje k automatickému vyplnění pro „{0}“.</value>
</data>
<data name="ShareVault" xml:space="preserve">
<value>Sdílet trezor</value>
</data>
<data name="CannotOpenApp" xml:space="preserve">
<value>Aplikaci „{0}“ nelze otevřít.</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>Ověřovací aplikace</value>
<comment>For 2FA</comment>
</data>
<data name="EnterVerificationCodeApp" xml:space="preserve">
<value>Zadejte 6místný kód z ověřovací aplikace.</value>
<comment>For 2FA</comment>
</data>
<data name="EnterVerificationCodeEmail" xml:space="preserve">
<value>Zadejte 6místný kód z e-mailu, který byl zaslán na {0}.</value>
<comment>For 2FA</comment>
</data>
<data name="LoginUnavailable" xml:space="preserve">
<value>Přihlášení není dostupné</value>
<comment>For 2FA whenever there are no available providers on this device.</comment>
</data>
<data name="NoTwoStepAvailable" xml:space="preserve">
<value>Tento účet má zapnuté dvoufázové ověřování, ale žádný z nastavených poskytovalů dvoufázového přihlášení není na tomto zařízení podporován. Použijte prosím podporované zařízení a přidejte další poskytovatele, který je podporován na více různých zařízeních (například ověřovací aplikace).</value>
</data>
<data name="RecoveryCodeTitle" xml:space="preserve">
<value>Kód pro obnovení</value>
<comment>For 2FA</comment>
</data>
<data name="RememberMe" xml:space="preserve">
<value>Pamatovat přihlášení</value>
<comment>Remember my two-step login</comment>
</data>
<data name="SendVerificationCodeAgain" xml:space="preserve">
<value>Znovu zaslat ověřovací kód na e-mail</value>
<comment>For 2FA</comment>
</data>
<data name="TwoStepLoginOptions" xml:space="preserve">
<value>Možnosti dvoufázového přihlášení</value>
</data>
<data name="UseAnotherTwoStepMethod" xml:space="preserve">
<value>Použít jinou metodu dvoufázového přihlášení</value>
</data>
<data name="VerificationEmailNotSent" xml:space="preserve">
<value>Ověřovací e-mail se nepodařilo odeslat. Zkuste to znovu.</value>
<comment>For 2FA</comment>
</data>
<data name="VerificationEmailSent" xml:space="preserve">
<value>Ověřovací e-mail byl odeslán.</value>
<comment>For 2FA</comment>
</data>
<data name="YubiKeyInstruction" xml:space="preserve">
<value>Pro pokračování podržte YubiKey NEO blízko zadní strany vašeho zařízení nebo vložte YubiKey do USB portu a stiskněte tlačítko na klíči.</value>
</data>
<data name="YubiKeyTitle" xml:space="preserve">
<value>YubiKey NEO bezpečnostní klíč</value>
<comment>"YubiKey" is the product name and should not be translated.</comment>
</data>
<data name="AddNewAttachment" xml:space="preserve">
<value>Přidat přílohu</value>
</data>
<data name="Attachments" xml:space="preserve">
<value>Přílohy</value>
</data>
<data name="UnableToDownloadFile" xml:space="preserve">
<value>Soubor se nepodařilo stáhnout.</value>
</data>
<data name="UnableToOpenFile" xml:space="preserve">
<value>Vaše zařízení nemůže otevřít tento typ souboru.</value>
</data>
<data name="Downloading" xml:space="preserve">
<value>Stahování...</value>
<comment>Message shown when downloading a file</comment>
</data>
<data name="AttachmentLargeWarning" xml:space="preserve">
<value>Tato příloha je velká {0}. Opravdu jí chcete stáhnout do svého zařízení?</value>
<comment>The placeholder will show the file size of the attachment. Ex "25 MB"</comment>
</data>
<data name="AuthenticatorKey" xml:space="preserve">
<value>Autentizační klíč (TOTP)</value>
</data>
<data name="VerificationCodeTotp" xml:space="preserve">
<value>Ověřovací kód (TOTP)</value>
<comment>Totp code label</comment>
</data>
<data name="AuthenticatorKeyAdded" xml:space="preserve">
<value>Autentizační klíč byl přidán</value>
</data>
<data name="AuthenticatorKeyReadError" xml:space="preserve">
<value>Nelze přečíst ověřovací klíč.</value>
</data>
<data name="CameraInstructionBottom" xml:space="preserve">
<value>Načtení proběhne automaticky.</value>
</data>
<data name="CameraInstructionTop" xml:space="preserve">
<value>Namiřte fotoaparát na QR kód.</value>
</data>
<data name="ScanQrTitle" xml:space="preserve">
<value>Načíst QR kód</value>
</data>
<data name="Camera" xml:space="preserve">
<value>Fotoaparát</value>
</data>
<data name="Photos" xml:space="preserve">
<value>Fotografie</value>
</data>
<data name="CopyTotp" xml:space="preserve">
<value>Zkopírovat ověřovací kód (TOTP)</value>
</data>
<data name="DisableAutoTotpCopyDescription" xml:space="preserve">
<value>Pokud mají vaše přihlašovací údaje přidán autentizační klíč pro TOTP, vygenerovaný ověřovací kód (TOTP) se automaticky zkopíruje do schránky při každém automatickém vyplnění přihlašovacích údajů.</value>
</data>
<data name="DisableAutoTotpCopy" xml:space="preserve">
<value>Zakázat automatické kopírování TOTP kódu</value>
</data>
<data name="PremiumRequired" xml:space="preserve">
<value>Pro použití této funkce je potřebné prémiové členství.</value>
</data>
<data name="AttachementAdded" xml:space="preserve">
<value>Příloha byla přidána</value>
</data>
<data name="AttachmentDeleted" xml:space="preserve">
<value>Příloha byla smazána</value>
</data>
<data name="ChooseFile" xml:space="preserve">
<value>Vybrat soubor</value>
</data>
<data name="File" xml:space="preserve">
<value>Soubor</value>
</data>
<data name="NoFileChosen" xml:space="preserve">
<value>Není vybrán žádný soubor</value>
</data>
<data name="NoAttachments" xml:space="preserve">
<value>Žádné přílohy.</value>
</data>
<data name="FileSource" xml:space="preserve">
<value>Vybrat soubor</value>
</data>
<data name="FeatureUnavailable" xml:space="preserve">
<value>Funkce není dostupná</value>
</data>
<data name="MaxFileSize" xml:space="preserve">
<value>Maximální velikost souboru je 100 MB.</value>
</data>
<data name="UpdateKey" xml:space="preserve">
<value>Tuto funkci nemůžete použít dokud neaktualizujete svůj šifrovací klíč.</value>
</data>
<data name="LearnMore" xml:space="preserve">
<value>Dozvědět se více</value>
</data>
<data name="ApiUrl" xml:space="preserve">
<value>URL API serveru</value>
</data>
<data name="CustomEnvironment" xml:space="preserve">
<value>Vlastní prostředí</value>
</data>
<data name="CustomEnvironmentFooter" xml:space="preserve">
<value>Pro pokročilé uživatele. Můžete zadat základní URL adresu každé služby zvlášť.</value>
</data>
<data name="EnvironmentSaved" xml:space="preserve">
<value>URL adresy vlastního prostředí byly uloženy</value>
</data>
<data name="FormattedIncorrectly" xml:space="preserve">
<value>{0} má nesprávný formát.</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>URL serveru identity</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>Vlastnoručně hostované prostředí</value>
</data>
<data name="SelfHostedEnvironmentFooter" xml:space="preserve">
<value>Zadejte základní URL adresu vlastnoručně hostované aplikace Bitwarden.</value>
</data>
<data name="ServerUrl" xml:space="preserve">
<value>URL serveru</value>
</data>
<data name="WebVaultUrl" xml:space="preserve">
<value>URL serveru webového trezoru</value>
</data>
<data name="BitwardenAutofillServiceNotificationContentOld" xml:space="preserve">
<value>Klepnutím na toto oznámení zobrazíte přihlašovací údaje z trezoru.</value>
</data>
<data name="CustomFields" xml:space="preserve">
<value>Vlastní pole</value>
</data>
<data name="CopyNumber" xml:space="preserve">
<value>Kopírovat číslo</value>
</data>
<data name="CopySecurityCode" xml:space="preserve">
<value>Kopírovat bezpečnostní kód</value>
</data>
<data name="Number" xml:space="preserve">
<value>Číslo</value>
</data>
<data name="SecurityCode" xml:space="preserve">
<value>Bezpečnostní kód</value>
</data>
<data name="TypeCard" xml:space="preserve">
<value>Karta</value>
</data>
<data name="TypeIdentity" xml:space="preserve">
<value>Identita</value>
</data>
<data name="TypeLogin" xml:space="preserve">
<value>Přihlášení</value>
</data>
<data name="TypeSecureNote" xml:space="preserve">
<value>Poznámka</value>
</data>
<data name="Address1" xml:space="preserve">
<value>Adresa 1</value>
</data>
<data name="Address2" xml:space="preserve">
<value>Adresa 2</value>
</data>
<data name="Address3" xml:space="preserve">
<value>Adresa 3</value>
</data>
<data name="April" xml:space="preserve">
<value>Duben</value>
</data>
<data name="August" xml:space="preserve">
<value>Srpen</value>
</data>
<data name="Brand" xml:space="preserve">
<value>Značka</value>
</data>
<data name="CardholderName" xml:space="preserve">
<value>Jméno držitele karty</value>
</data>
<data name="CityTown" xml:space="preserve">
<value>Město</value>
</data>
<data name="Company" xml:space="preserve">
<value>Firma</value>
</data>
<data name="Country" xml:space="preserve">
<value>Stát</value>
</data>
<data name="December" xml:space="preserve">
<value>Prosinec</value>
</data>
<data name="Dr" xml:space="preserve">
<value>MUDr</value>
</data>
<data name="ExpirationMonth" xml:space="preserve">
<value>Měsíc expirace</value>
</data>
<data name="ExpirationYear" xml:space="preserve">
<value>Rok expirace</value>
</data>
<data name="February" xml:space="preserve">
<value>Únor</value>
</data>
<data name="FirstName" xml:space="preserve">
<value>Jméno</value>
</data>
<data name="January" xml:space="preserve">
<value>Leden</value>
</data>
<data name="July" xml:space="preserve">
<value>Červenec</value>
</data>
<data name="June" xml:space="preserve">
<value>Červen</value>
</data>
<data name="LastName" xml:space="preserve">
<value>Příjmení</value>
</data>
<data name="LicenseNumber" xml:space="preserve">
<value>Číslo dokladu totožnosti</value>
</data>
<data name="March" xml:space="preserve">
<value>Březen</value>
</data>
<data name="May" xml:space="preserve">
<value>Květen</value>
</data>
<data name="MiddleName" xml:space="preserve">
<value>Druhé jméno</value>
</data>
<data name="Mr" xml:space="preserve">
<value>Pan</value>
</data>
<data name="Mrs" xml:space="preserve">
<value>Paní</value>
</data>
<data name="Ms" xml:space="preserve">
<value>Slečna</value>
</data>
<data name="November" xml:space="preserve">
<value>Listopad</value>
</data>
<data name="October" xml:space="preserve">
<value>Říjen</value>
</data>
<data name="PassportNumber" xml:space="preserve">
<value>Číslo cestovního pasu</value>
</data>
<data name="Phone" xml:space="preserve">
<value>Telefon</value>
</data>
<data name="September" xml:space="preserve">
<value>Září</value>
</data>
<data name="SSN" xml:space="preserve">
<value>Číslo sociálního pojištění</value>
</data>
<data name="StateProvince" xml:space="preserve">
<value>Kraj / Provincie</value>
</data>
<data name="Title" xml:space="preserve">
<value>Oslovení</value>
</data>
<data name="ZipPostalCode" xml:space="preserve">
<value>PSČ</value>
</data>
<data name="Address" xml:space="preserve">
<value>Adresa</value>
</data>
<data name="Expiration" xml:space="preserve">
<value>Expirace</value>
</data>
<data name="DisableWebsiteIcons" xml:space="preserve">
<value>Zakázat ikonky webových stránek</value>
</data>
<data name="DisableWebsiteIconsDescription" xml:space="preserve">
<value>Ikonky webových stránek zobrazí snadno rozeznatelný obrázek vedle každé položky ve vašem trezoru.</value>
</data>
<data name="IconsUrl" xml:space="preserve">
<value>URL serveru ikonek</value>
</data>
<data name="AutofillWithBitwarden" xml:space="preserve">
<value>Automatické vyplnění s aplikací Bitwarden</value>
</data>
<data name="VaultIsLocked" xml:space="preserve">
<value>Trezor je zamknutý</value>
</data>
<data name="GoToMyVault" xml:space="preserve">
<value>Otevřít trezor</value>
</data>
<data name="Collections" xml:space="preserve">
<value>Kolekce</value>
</data>
<data name="NoItemsCollection" xml:space="preserve">
<value>V této kolekci nejsou žádné položky.</value>
</data>
<data name="NoItemsFolder" xml:space="preserve">
<value>V této složce nejsou žádné položky.</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">
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>V koši nejsou žádné položky.</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>Služba přístupnosti</value>
</data>
<data name="AutofillServiceDescription" xml:space="preserve">
<value>Služba Bitwarden automatického vyplnění používá Android Autofill framework pro vyplnění přihlašovacích údajů, čísel platebních karet a dalších osobních informací do dalších aplikací ve vašem zařízení.</value>
</data>
<data name="BitwardenAutofillServiceDescription" xml:space="preserve">
<value>Použijte službu přístupnosti pro automatické vyplňování přihlašovacích údajů, platebních karet či identit v ostatních aplikacích.</value>
</data>
<data name="BitwardenAutofillServiceOpenAutofillSettings" xml:space="preserve">
<value>Otevřít nastavení automatického vyplňování</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>Použít Face ID k ověření.</value>
</data>
<data name="UseFaceIDToUnlock" xml:space="preserve">
<value>Použít Face ID k odemknutí</value>
</data>
<data name="VerifyFaceID" xml:space="preserve">
<value>Ověření Face ID</value>
</data>
<data name="WindowsHello" xml:space="preserve">
<value>Windows Hello</value>
</data>
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
<value>Obrazovku nastavení automatického vyplňování Android se nepodařilo otevřít. Nastavení můžete otevřít ručně z Nastavení systému Android &gt; Systém &gt; Jazyky a zadávání &gt; Rozšířená nastavení &gt; Služba automatického vyplňování.</value>
</data>
<data name="CustomFieldName" xml:space="preserve">
<value>Název vlastního pole</value>
</data>
<data name="FieldTypeBoolean" xml:space="preserve">
<value>Ano/Ne</value>
</data>
<data name="FieldTypeHidden" xml:space="preserve">
<value>Skryté</value>
</data>
<data name="FieldTypeText" xml:space="preserve">
<value>Text</value>
</data>
<data name="NewCustomField" xml:space="preserve">
<value>Nové vlastní pole</value>
</data>
<data name="SelectTypeField" xml:space="preserve">
<value>Jaký typ vlastního pole chcete přidat?</value>
</data>
<data name="Remove" xml:space="preserve">
<value>Smazat</value>
</data>
<data name="NewUri" xml:space="preserve">
<value>Nová URI</value>
</data>
<data name="URIPosition" xml:space="preserve">
<value>URI {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>Základní doména</value>
</data>
<data name="Default" xml:space="preserve">
<value>Výchozí</value>
</data>
<data name="Exact" xml:space="preserve">
<value>Přesně</value>
</data>
<data name="Host" xml:space="preserve">
<value>Host</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ární výraz</value>
<comment>A programming term, also known as 'RegEx'.</comment>
</data>
<data name="StartsWith" xml:space="preserve">
<value>Začíná na</value>
</data>
<data name="URIMatchDetection" xml:space="preserve">
<value>Zjišťování shody URI</value>
</data>
<data name="MatchDetection" xml:space="preserve">
<value>Zjišťování shody</value>
<comment>URI match detection for auto-fill.</comment>
</data>
<data name="YesAndSave" xml:space="preserve">
<value>Ano a uložit</value>
</data>
<data name="AutofillAndSave" xml:space="preserve">
<value>Automaticky vyplnit a uložit</value>
</data>
<data name="Organization" xml:space="preserve">
<value>Organizace</value>
<comment>An entity of multiple related people (ex. a team or business organization).</comment>
</data>
<data name="HoldYubikeyNearTop" xml:space="preserve">
<value>Držte Yubikey v horní části zařízení.</value>
</data>
<data name="TryAgain" xml:space="preserve">
<value>Zkusit znovu</value>
</data>
<data name="YubiKeyInstructionIos" xml:space="preserve">
<value>Pro pokračování přidržte YubiKey NEO u zadní části zařízení.</value>
</data>
<data name="BitwardenAutofillAccessibilityServiceDescription2" xml:space="preserve">
<value>Služba přístupnosti může být užitečná, pokud aplikace nepodporují standardní službu automatického vyplňování.</value>
</data>
<data name="DatePasswordUpdated" xml:space="preserve">
<value>Heslo bylo změněno</value>
<comment>ex. Date this password was updated</comment>
</data>
<data name="DateUpdated" xml:space="preserve">
<value>Změněno</value>
<comment>ex. Date this item was updated</comment>
</data>
<data name="AutofillActivated" xml:space="preserve">
<value>Automatické vyplňování zapnuto.</value>
</data>
<data name="MustLogInMainAppAutofill" xml:space="preserve">
<value>Před použitím automatického vyplňování se musíte nejdříve přihlásit v hlavní aplikaci Bitwarden.</value>
</data>
<data name="AutofillSetup" xml:space="preserve">
<value>Vaše přihlašovací údaje jsou nyní snadno přístupné přímo z vaší klávesnice během přihlašování do aplikací či webů.</value>
</data>
<data name="AutofillSetup2" xml:space="preserve">
<value>Doporučujeme vypnout v nastavení všechny další aplikace pro automatické vyplňování údajů, pokud je neplánujete používat.</value>
</data>
<data name="BitwardenAutofillDescription" xml:space="preserve">
<value>Přistupujte k vašemu trezoru přímo z vaší klávesnice pro rychlejší automatické vyplnění hesel.</value>
</data>
<data name="AutofillTurnOn" xml:space="preserve">
<value>Pokyny pro zapnutí automatického vyplňování hesel na vašem zařízení:</value>
</data>
<data name="AutofillTurnOn1" xml:space="preserve">
<value>1. Přejděte do aplikace „Nastavení“ v iOS</value>
</data>
<data name="AutofillTurnOn2" xml:space="preserve">
<value>2. Klepněte na „Hesla a účty“</value>
</data>
<data name="AutofillTurnOn3" xml:space="preserve">
<value>3. Klepněte na „Automatické vyplňování hesel“</value>
</data>
<data name="AutofillTurnOn4" xml:space="preserve">
<value>4. Zapněte automatické vyplňování</value>
</data>
<data name="AutofillTurnOn5" xml:space="preserve">
<value>5. Vyberte „Bitwarden“</value>
</data>
<data name="PasswordAutofill" xml:space="preserve">
<value>Automatické vyplnění hesel</value>
</data>
<data name="BitwardenAutofillAlert2" xml:space="preserve">
<value>Nejjednodušší způsob, jak přidat nové přihlašovací údaje do trezoru, je pomocí rozšíření automatického vyplňování Bitwarden. Další informace o používání rozšíření automatického vyplňování Bitwarden naleznete na obrazovce Nastavení.</value>
</data>
<data name="InvalidEmail" xml:space="preserve">
<value>Neplatná e-mailová adresa.</value>
</data>
<data name="Cards" xml:space="preserve">
<value>Karty</value>
</data>
<data name="Identities" xml:space="preserve">
<value>Identity</value>
</data>
<data name="Logins" xml:space="preserve">
<value>Přihlašovací údaje</value>
</data>
<data name="SecureNotes" xml:space="preserve">
<value>Poznámky</value>
</data>
<data name="AllItems" xml:space="preserve">
<value>Všechny položky</value>
</data>
<data name="URIs" xml:space="preserve">
<value>URI</value>
<comment>Plural form of a URI</comment>
</data>
<data name="CheckingPassword" xml:space="preserve">
<value>Prověřování hesla…</value>
<comment>A loading message when doing an exposed password check.</comment>
</data>
<data name="CheckPassword" xml:space="preserve">
<value>Zkontrolujte, zda nedošlo k úniku hesla.</value>
</data>
<data name="PasswordExposed" xml:space="preserve">
<value>K úniku tohoto hesla došlo celkem {0} krát. Měli byste jej změnit.</value>
</data>
<data name="PasswordSafe" xml:space="preserve">
<value>Toto heslo nebylo nalezeno v žádném známém úniku dat. Mělo by být bezpečné ho použít.</value>
</data>
<data name="IdentityName" xml:space="preserve">
<value>Název identity</value>
</data>
<data name="Value" xml:space="preserve">
<value>Hodnota</value>
</data>
<data name="PasswordHistory" xml:space="preserve">
<value>Historie hesel</value>
</data>
<data name="Types" xml:space="preserve">
<value>Typy</value>
</data>
<data name="NoPasswordsToList" xml:space="preserve">
<value>Žádná hesla k zobrazení.</value>
</data>
<data name="NoItemsToList" xml:space="preserve">
<value>Žádné položky k zobrazení.</value>
</data>
<data name="SearchCollection" xml:space="preserve">
<value>Vyledat v kolekci</value>
</data>
<data name="SearchFolder" xml:space="preserve">
<value>Vyhledat ve složce</value>
</data>
<data name="SearchType" xml:space="preserve">
<value>Typ hledání</value>
</data>
<data name="Type" xml:space="preserve">
<value>Typ</value>
</data>
<data name="MoveDown" xml:space="preserve">
<value>Přesunout dolů</value>
</data>
<data name="MoveUp" xml:space="preserve">
<value>Posunout nahoru</value>
</data>
<data name="Miscellaneous" xml:space="preserve">
<value>Různé</value>
</data>
<data name="Ownership" xml:space="preserve">
<value>Vlastnictví</value>
</data>
<data name="WhoOwnsThisItem" xml:space="preserve">
<value>Kdo vlastní tuto položku?</value>
</data>
<data name="NoCollectionsToList" xml:space="preserve">
<value>Žádné kolekce k zobrazení.</value>
</data>
<data name="ItemShared" xml:space="preserve">
<value>Položka byla sdílena.</value>
</data>
<data name="SelectOneCollection" xml:space="preserve">
<value>Musíte vybrat alespoň jednu kolekci.</value>
</data>
<data name="Share" xml:space="preserve">
<value>Sdílet</value>
</data>
<data name="ShareItem" xml:space="preserve">
<value>Sdílet položku</value>
</data>
<data name="NoOrgsToList" xml:space="preserve">
<value>Žádné organizace k zobrazení.</value>
</data>
<data name="ShareDesc" xml:space="preserve">
<value>Vyberte organizaci se kterou chcete tuto položku sdílet. Sdílení přenese vlastnictví položky na onu organizaci a již nadále nebudete přímým vlastníkem.</value>
</data>
<data name="NumberOfWords" xml:space="preserve">
<value>Počet slov</value>
</data>
<data name="Passphrase" xml:space="preserve">
<value>Heslová fráze</value>
</data>
<data name="WordSeparator" xml:space="preserve">
<value>Oddělovač slov</value>
</data>
<data name="Clear" xml:space="preserve">
<value>Vymazat</value>
<comment>To clear something out. example: To clear browser history.</comment>
</data>
<data name="Generator" xml:space="preserve">
<value>Generátor</value>
<comment>Short for "Password Generator"</comment>
</data>
<data name="NoFoldersToList" xml:space="preserve">
<value>Nejsou k dispozici žádné složky k zobrazení.</value>
</data>
<data name="FingerprintPhrase" xml:space="preserve">
<value>Fráze otisku prstu</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>Fráze otisku prstu vašeho účtu</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 umožňuje sdílet váš trezor s ostatními prostřednictvím účtu organizace. Chcete přejít na bitwarden.com a dozvědět se víc?</value>
</data>
<data name="ExportVault" xml:space="preserve">
<value>Exportovat přihlašovací údaje</value>
</data>
<data name="LockNow" xml:space="preserve">
<value>Zamknout nyní</value>
</data>
<data name="PIN" xml:space="preserve">
<value>PIN</value>
</data>
<data name="Unlock" xml:space="preserve">
<value>Odemknout</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 minutes</value>
</data>
<data name="SetPINDescription" xml:space="preserve">
<value>Nastavte svůj PIN kód pro odemknutí trezoru. Pokud se zcela odhlásíte z aplikace bude váš současný PIN bude resetován.</value>
</data>
<data name="LoggedInAsOn" xml:space="preserve">
<value>Přihlášen jako {0} na {1}.</value>
<comment>ex: Logged in as user@example.com on bitwarden.com.</comment>
</data>
<data name="VaultLockedMasterPassword" xml:space="preserve">
<value>Váš trezor je uzamčen. Pro pokračování musíte zadat hlavní heslo.</value>
</data>
<data name="VaultLockedPIN" xml:space="preserve">
<value>Váš trezor je uzamčen. Pro pokračování musíte zadat PIN.</value>
</data>
<data name="Dark" xml:space="preserve">
<value>Tmavý</value>
<comment>A dark color</comment>
</data>
<data name="Light" xml:space="preserve">
<value>Světlý</value>
<comment>A light color</comment>
</data>
<data name="FiveMinutes" xml:space="preserve">
<value>5 minut</value>
</data>
<data name="TenSeconds" xml:space="preserve">
<value>10 sekund</value>
</data>
<data name="ThirtySeconds" xml:space="preserve">
<value>30 sekund</value>
</data>
<data name="TwentySeconds" xml:space="preserve">
<value>20 sekund</value>
</data>
<data name="TwoMinutes" xml:space="preserve">
<value>2 minuty</value>
</data>
<data name="ClearClipboard" xml:space="preserve">
<value>Vymazat schránku</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>Automaticky smazat zkopírované hodnoty z vaší schránky.</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>Výchozí detekce shody URI</value>
<comment>Default URI match detection for auto-fill.</comment>
</data>
<data name="DefaultUriMatchDetectionDescription" xml:space="preserve">
<value>Vyberte výchozí způsob, jakým se detekuje shoda URI přihlašovacích údajů. Používá se například pro automatické vyplňování.</value>
</data>
<data name="Theme" xml:space="preserve">
<value>Motiv</value>
<comment>Color theme</comment>
</data>
<data name="ThemeDescription" xml:space="preserve">
<value>Změna barevného motivu aplikace.</value>
</data>
<data name="RestartIsRequired" xml:space="preserve">
<value>Je vyžadován restart.</value>
<comment>Referring to restarting the application.</comment>
</data>
<data name="Restarting" xml:space="preserve">
<value>Restartování…</value>
</data>
<data name="CopyNotes" xml:space="preserve">
<value>Kopírovat poznámky</value>
</data>
<data name="Exit" xml:space="preserve">
<value>Ukončit</value>
</data>
<data name="ExitConfirmation" xml:space="preserve">
<value>Opravdu chcete ukončit Bitwarden?</value>
</data>
<data name="PINRequireMasterPasswordRestart" xml:space="preserve">
<value>Chcete po restartování aplikace vyžadovat hlavní heslo pro odemknutí trezoru?</value>
</data>
<data name="Black" xml:space="preserve">
<value>Černá</value>
<comment>The color black</comment>
</data>
<data name="BlacklistedUris" xml:space="preserve">
<value>URI na černé listině</value>
</data>
<data name="BlacklistedUrisDescription" xml:space="preserve">
<value>Pro URI na černé listině nebude nabízeno automatické vyplnění. Záznamy oddělujte čárkou. Např.: „https://twitter.com, androidapp://com.twitter.android“.</value>
</data>
<data name="DisableSavePrompt" xml:space="preserve">
<value>Zakázat výzvu o uložení</value>
</data>
<data name="DisableSavePromptDescription" xml:space="preserve">
<value>„Výzva k uložení“ vás automaticky vyzve k uložení nových položek do trezoru, kdykoli je poprvé zadáte.</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>On App Restart</value>
</data>
<data name="AutofillServiceNotEnabled" xml:space="preserve">
<value>Automatické vyplňování usnadňuje bezpečný přístup k trezoru Bitwarden z jiných webových stránek a aplikací. Vypadá to, že jste službu Bitwarden nepovolili. Povolte automatické vyplnění pro Bitwarden z obrazovky „Nastavení“.</value>
</data>
<data name="ThemeAppliedOnRestart" xml:space="preserve">
<value>Změna motivu se projeví po restartování aplikace.</value>
</data>
<data name="Capitalize" xml:space="preserve">
<value>Velká písmena na začátku slova</value>
<comment>ex. Uppercase the first character of a word.</comment>
</data>
<data name="IncludeNumber" xml:space="preserve">
<value>Zahrnout číslo</value>
</data>
<data name="Download" xml:space="preserve">
<value>Stáhnout</value>
</data>
<data name="Shared" xml:space="preserve">
<value>Sdílené</value>
</data>
<data name="ToggleVisibility" xml:space="preserve">
<value>Přepnout viditelnost</value>
</data>
<data name="LoginExpired" xml:space="preserve">
<value>Platnost přihlášení vypršela.</value>
</data>
<data name="BiometricsDirection" xml:space="preserve">
<value>Použít biometrii k ověření.</value>
</data>
<data name="Biometrics" xml:space="preserve">
<value>Biometrie</value>
</data>
<data name="UseBiometricsToUnlock" xml:space="preserve">
<value>Použít biometrii k odemknutí</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 vyžaduje pozornost Zkontrolujte „službu přístupnosti“ v Bitwarden nastavení </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. Na obrazovce Android nastavení aplikace Bitwarden přejděte v části Rozšířená nastavení do „Zobrazit přes ostatní aplikace“ a povolte zobrazení přes jiné aplikace.</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>Oprávnění</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="BitwardenAutofillServiceOpenOverlayPermissionSettings" xml:space="preserve">
<value>Otevřít nastavení oprávnění překrytí obrazovky</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="BitwardenAutofillServiceStep3" xml:space="preserve">
<value>3. Na obrazovce Android nastavení aplikace Bitwarden přejděte v části Rozšířená nastavení do „Zobrazit přes ostatní aplikace“ a povolte zobrazení přes jiné aplikace.</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>Zamítnuto</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="Granted" xml:space="preserve">
<value>Uděleno</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="FileFormat" xml:space="preserve">
<value>Formát souboru</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="ExportVaultMasterPasswordDescription" xml:space="preserve">
<value>Zadejte své hlavní heslo pro export dat.</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="ExportVaultWarning" xml:space="preserve">
<value>Tento export obsahuje data vašeho trezoru v nezašifrovaném formátu. Soubor exportu byste neměli ukládat ani odesílat přes nezabezpečené kanály (např. e-mailem). Odstraňte jej okamžitě po jeho použití.</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="Warning" xml:space="preserve">
<value>Upozornění</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>Při exportu vašeho trezoru došlo k chybě. Pokud problém přetrvává, proveďte export z webového trezoru.</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="ExportVaultSuccess" xml:space="preserve">
<value>Trezor byl úspěšně exportován</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="Clone" xml:space="preserve">
<value>Duplikovat</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
<comment>Clone an entity (verb).</comment>
</data>
<data name="PasswordGeneratorPolicyInEffect" xml:space="preserve">
<value>Jedna nebo více zásad organizace ovlivňují nastavení generátoru.</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="Open" xml:space="preserve">
<value>Otevřít</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
<comment>Button text for an open operation (verb).</comment>
</data>
<data name="UnableToSaveAttachment" xml:space="preserve">
<value>Při ukládání této přílohy došlo k chybě. Pokud problém přetrvává, můžete ji uložit z webového trezoru.</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="SaveAttachmentSuccess" xml:space="preserve">
<value>Příloha byla úspěšně uložena</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>
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 (#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>Povolte službu automatického vyplnění v nastavení Bitwarden pro použití dlaždice automatického vyplnění.</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>Nenalezena žádná pole pro hesla</value>
</data>
<data name="SoftDeleting" 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>Přesouvání do koše…</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">
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>Položka byla přesunuta do koše.</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">
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>Obnovit</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">
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>Obnovování…</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">
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>Položka byla obnovena.</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">
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>Koš</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">
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>Hledat v koši</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">
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>Opravdu chcete trvale smazat tuto položku? Akce je nevratná.</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">
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>Opravdu chcete tuto položku obnovit?</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">
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>Opravdu chcete položku přesunout do koše?</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 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>