Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: add slovak translations #173

Merged
merged 1 commit into from
Jun 29, 2024
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
51 changes: 51 additions & 0 deletions src/Resources/translations/validators.sk.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>This value is not a valid phone number.</source>
<target>Táto hodnota nie je platné telefónne číslo.</target>
</trans-unit>
<trans-unit id="2">
<source>This value is not a valid fixed-line number.</source>
<target>Táto hodnota nie je platným číslom pevnej linky.</target>
</trans-unit>
<trans-unit id="3">
<source>This value is not a valid mobile number.</source>
<target>Táto hodnota nie je platné mobilné telefónne číslo.</target>
</trans-unit>
<trans-unit id="4">
<source>This value is not a valid pager number.</source>
<target>Táto hodnota nie je platným číslom pagera.</target>
</trans-unit>
<trans-unit id="5">
<source>This value is not a valid personal number.</source>
<target>Táto hodnota nie je platným osobným číslom.</target>
</trans-unit>
<trans-unit id="6">
<source>This value is not a valid premium-rate number.</source>
<target>Táto hodnota nie je platným číslom prémiovej sadzby.</target>
</trans-unit>
<trans-unit id="7">
<source>This value is not a valid shared-cost number.</source>
<target>Táto hodnota nie je platným číslom so zdieľanými nákladmi.</target>
</trans-unit>
<trans-unit id="8">
<source>This value is not a valid toll-free number.</source>
<target>Táto hodnota nie je platným bezplatným číslom.</target>
</trans-unit>
<trans-unit id="9">
<source>This value is not a valid UAN.</source>
<target>Táto hodnota nie je platným UAN.</target>
</trans-unit>
<trans-unit id="10">
<source>This value is not a valid VoIP number.</source>
<target>Táto hodnota nie je platným číslom VoIP.</target>
</trans-unit>
<trans-unit id="11">
<source>This value is not a valid voicemail access number.</source>
<target>Táto hodnota nie je platným prístupovým číslom hlasovej schránky.</target>
</trans-unit>
</body>
</file>
</xliff>
Loading