8000 [Form] Fix wrong translations for Ukrainian (uk) by Comrade42 · Pull Request #38833 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Form] Fix wrong translations for Ukrainian (uk) #38833

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 1 commit into from
Oct 27, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</trans-unit>
<trans-unit id="29">
<source>The uploaded file was too large. Please try to upload a smaller file.</source>
<target>Завантажений файл занадто великий. Будь-ласка, спробуйте завантажити файл меншого розміру.</target>
5822 <target>Завантажений файл занадто великий. Будь ласка, спробуйте завантажити файл меншого розміру.</target>
</trans-unit>
<trans-unit id="30">
<source>The CSRF token is invalid. Please try to resubmit the form.</source>
<target>CSRF значення недопустиме. Будь-ласка, спробуйте відправити форму знову.</target>
<target>CSRF значення недопустиме. Будь ласка, спробуйте відправити форму знову.</target>
</trans-unit>
</body>
</file>
Expand Down
0