10000 [Validator] Update missing validator translation for Swedish by H4wKs · Pull Request #53783 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Validator] Update missing validator translation for Swedish #53783

New issue

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

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

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Validator] Update missing validator translation for Swedish
  • Loading branch information
H4wKs authored and nicolas-grekas committed Feb 5, 2024
commit 0d5f26989a7ec67c10e67cf53e257f01d3b816d1
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</trans-unit>
<trans-unit id="37" resname="This is not a valid IP address.">
<source>This value is not a valid IP address.</source>
<target state="needs-review-translation">Detta värde är inte en giltig IP-adress.</target>
<target>Värdet är inte en giltig IP-adress.</target>
</trans-unit>
<trans-unit id="38">
<source>This value is not a valid language.</source>
Expand Down Expand Up @@ -224,7 +224,7 @@
</trans-unit>
<trans-unit id="59" resname="This is not a valid International Bank Account Number (IBAN).">
<source>This value is not a valid International Bank Account Number (IBAN).</source>
<target state="needs-review-translation">Detta värde är inte ett giltigt Internationellt Bankkontonummer (IBAN).</target>
<target>Värdet är inte ett giltigt internationellt bankkontonummer (IBAN).</target>
</trans-unit>
<trans-unit id="60">
<source>This value is not a valid ISBN-10.</source>
Expand Down Expand Up @@ -308,63 +308,63 @@
</trans-unit>
<trans-unit id="80">
<source>This value does not match the expected {{ charset }} charset.</source>
<target>Detta värde har inte den förväntade teckenkodningen {{ charset }}.</target>
<target>Värdet har inte den förväntade teckenkodningen {{ charset }}.</target>
</trans-unit>
<trans-unit id="81" resname="This is not a valid Business Identifier Code (BIC).">
<source>This value is not a valid Business Identifier Code (BIC).</source>
<target state="needs-review-translation">Detta värde är inte en giltig Företagsidentifieringskod (BIC).</target>
<target>Värdet är inte en giltig BIC-kod.</target>
</trans-unit>
<trans-unit id="82">
<source>Error</source>
<target>Fel</target>
</trans-unit>
<trans-unit id="83" resname="This is not a valid UUID.">
<source>This value is not a valid UUID.</source>
<target state="needs-review-translation">Detta värde är inte en giltig UUID.</target>
<target>Värdet är inte en giltig UUID.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Detta värde ska vara en multipel av {{ compared_value }}.</target>
<target>Värdet ska vara en multipel av {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Denna BIC-koden är inte associerad med IBAN {{ iban }}.</target>
</trans-unit>
<trans-unit id="86">
<source>This value should be valid JSON.</source>
<target>Detta värde ska vara giltig JSON.</target>
<target>Värdet ska vara giltig JSON.</target>
</trans-unit>
<trans-unit id="87">
<source>This collection should contain only unique elements.</source>
<target>Denna samling bör endast innehålla unika element.</target>
</trans-unit>
<trans-unit id="88">
<source>This value should be positive.</source>
<target>Detta värde bör vara positivt.</target>
<target>Värdet ska vara positivt.</target>
</trans-unit>
<trans-unit id="89">
<source>This value should be either positive or zero.</source>
<target>Detta värde bör vara antingen positivt eller noll.</target>
<target>Värdet ska vara antingen positivt eller noll.</target>
</trans-unit>
<trans-unit id="90">
<source>This value should be negative.</source>
<target>Detta värde bör vara negativt.</target>
<target>Värdet ska vara negativt.</target>
</trans-unit>
<trans-unit id="91">
<source>This value should be either negative or zero.</source>
<target>Detta värde bör vara antingen negativt eller noll.</target>
<target>Värdet ska vara antingen negativt eller noll.</target>
</trans-unit>
<trans-unit id="92">
<source>This value is not a valid timezone.</source>
<target>Detta värde är inte en giltig tidszon.</target>
<target>Värdet är inte en giltig tidszon.</target>
</trans-unit>
<trans-unit id="93">
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
<target>Det här lösenordet har läckt ut vid ett dataintrång, det får inte användas. Använd ett annat lösenord.</target>
</trans-unit>
<trans-unit id="94">
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>Detta värde bör ligga mellan {{ min }} och {{ max }}.</target>
<target>Värdet bör ligga mellan {{ min }} och {{ max }}.</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
Expand All @@ -376,27 +376,27 @@
</trans-unit>
<trans-unit id="97">
<source>This value should satisfy at least one of the following constraints:</source>
<target>Det här värdet skall uppfylla minst ett av följande krav:</target>
<target>Värdet ska uppfylla minst ett av följande krav:</target>
</trans-unit>
<trans-unit id="98">
<source>Each element of this collection should satisfy its own set of constraints.</source>
<target>Varje element i samlingen skall uppfylla sin egen uppsättning av krav.</target>
</trans-unit>
<trans-unit id="99">
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
<target>Det här värdet är inte ett giltigt "International Securities Identification Number" (ISIN).</target>
<target>Värdet är inte ett giltigt "International Securities Identification Number" (ISIN).</target>
</trans-unit>
<trans-unit id="100">
<source>This value should be a valid expression.</source>
<target>Det här värdet bör vara ett giltigt uttryck.</target>
<target>Värdet ska vara ett giltigt uttryck.</target>
</trans-unit>
<trans-unit id="101">
<source>This value is not a valid CSS color.</source>
<target>Det här värdet är inte en giltig CSS-färg.</target>
<target>Värdet är inte en giltig CSS-färg.</target>
</trans-unit>
<trans-unit id="102">
<source>This value is not a valid CIDR notation.</source>
<target>Det här värdet är inte en giltig CIDR-notation.</target>
<target>Värdet är inte en giltig CIDR-notation.</target>
</trans-unit>
<trans-unit id="103">
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
Expand All @@ -412,7 +412,7 @@
</trans-unit>
<trans-unit id="106">
<source>This value contains characters that are not allowed by the current restriction-level.</source>
<target>Detta värde innehåller tecken som inte är tillåtna.</target>
<target>Värdet innehåller tecken som inte är tillåtna.</target>
</trans-unit>
<trans-unit id="107">
<source>Using invisible characters is not allowed.</source>
Expand All @@ -436,7 +436,7 @@
</trans-unit>
<trans-unit id="112">
<source>This value is not a valid MAC address.</source>
<target state="needs-review-translation">Detta värde är inte en giltig MAC-adress.</target>
<target>Värdet är inte en giltig MAC-adress.</target>
</trans-unit>
</body>
</file>
Expand Down
0