New translations deleteaccount.en.resx (Bulgarian)

Update translations from Crowdin [ci skip]
This commit is contained in:
Leendert de Borst
2026-02-07 07:42:40 +01:00
parent 899e5da711
commit 8fa5df4ecf

View File

@@ -0,0 +1,139 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<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" 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="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
</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>
<!-- Page title and breadcrumbs -->
<data name="PageTitle" xml:space="preserve">
<value>Delete Account</value>
<comment>Page title for the delete account page</comment>
</data>
<data name="BreadcrumbSecuritySettings" xml:space="preserve">
<value>Security settings</value>
<comment>Breadcrumb text for security settings</comment>
</data>
<data name="BreadcrumbDeleteAccount" xml:space="preserve">
<value>Delete Account</value>
<comment>Breadcrumb text for delete account</comment>
</data>
<!-- Warning messages -->
<data name="PermanentActionWarning" xml:space="preserve">
<value>Warning: This action is permanent and cannot be undone. All your data will be permanently deleted.</value>
<comment>Warning message about permanent deletion</comment>
</data>
<data name="FinalWarning" xml:space="preserve">
<value>Final warning: Enter your password to permanently delete your account.</value>
<comment>Final warning message before account deletion</comment>
</data>
<!-- Note sections -->
<data name="PleaseNote" xml:space="preserve">
<value>Please note:</value>
<comment>Header for note section</comment>
</data>
<data name="VaultsDeletedNote" xml:space="preserve">
<value>All encrypted vaults which includes all of your credentials will be permanently deleted</value>
<comment>Note about vault deletion</comment>
</data>
<data name="EmailAliasesOrphanedNote" xml:space="preserve">
<value>Your email aliases will be orphaned and cannot be claimed by other users</value>
<comment>Note about email aliases being orphaned</comment>
</data>
<data name="AccountCannotBeRecoveredNote" xml:space="preserve">
<value>Your account cannot be recovered after deletion</value>
<comment>Note about account recovery</comment>
</data>
<data name="DeletionIrreversibleNote" xml:space="preserve">
<value>Account deletion is irreversible and cannot be undone. Pressing the button below will delete your account immmediately and permanently.</value>
<comment>Note about deletion being irreversible</comment>
</data>
<!-- Form labels -->
<data name="ConfirmUsernameLabel" xml:space="preserve">
<value>Confirm your username</value>
<comment>Label for username confirmation input field</comment>
</data>
<data name="EnterPasswordLabel" xml:space="preserve">
<value>Enter your password</value>
<comment>Label for password input field</comment>
</data>
<!-- Button text -->
<data name="ContinueWithAccountDeletion" xml:space="preserve">
<value>Continue with Account Deletion</value>
<comment>Button text to continue with account deletion</comment>
</data>
<data name="DeleteMyAccount" xml:space="preserve">
<value>Delete My Account</value>
<comment>Button text to delete account</comment>
</data>
<!-- Loading and status messages -->
<data name="DeletingAccountMessage" xml:space="preserve">
<value>Deleting account...</value>
<comment>Loading message displayed while deleting account</comment>
</data>
<data name="UsernameRequired" xml:space="preserve">
<value>Username is required</value>
<comment>Error message when username is not provided</comment>
</data>
<data name="UsernameDoesNotMatch" xml:space="preserve">
<value>The username you entered does not match your current username. Please try again.</value>
<comment>Error message when username doesn't match</comment>
</data>
<data name="ErrorProcessingRequest" xml:space="preserve">
<value>An error occurred while processing the request.</value>
<comment>Generic error message for request processing</comment>
</data>
</root>