feat(i18n): update ukrainian translations#1482
feat(i18n): update ukrainian translations#1482alex-key wants to merge 1 commit intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis pull request updates the Ukrainian locale translations (uk-UA.json) across two files, adding and expanding translation keys for various UI components. Changes include new metadata fields, expanded footer and navigation translations, enhanced shortcuts section with global and search categories, updated search-related messages, new authentication modal content, privacy policy and accessibility sections with detailed translations, and enriched package-related translations covering compare functionality, trends, dependencies, vulnerabilities, and metrics. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
| "view_vulnerabilities": "Переглянути вразливості", | ||
| "outdated_major": "{count} major version behind (latest: {latest}) | {count} major versions behind (latest: {latest})", | ||
| "outdated_minor": "{count} minor version behind (latest: {latest}) | {count} minor versions behind (latest: {latest})", | ||
| "outdated_patch": "Patch update available (latest: {latest})", |
There was a problem hiding this comment.
Localise the remaining English dependency status strings.
These appear untranslated in the Ukrainian locale and will surface in the UI.
🌐 Suggested fix (please confirm wording)
- "outdated_major": "{count} major version behind (latest: {latest}) | {count} major versions behind (latest: {latest})",
- "outdated_minor": "{count} minor version behind (latest: {latest}) | {count} minor versions behind (latest: {latest})",
- "outdated_patch": "Patch update available (latest: {latest})",
+ "outdated_major": "Відстає на {count} мажорну версію (остання: {latest}) | Відстає на {count} мажорних версій (остання: {latest})",
+ "outdated_minor": "Відстає на {count} мінорну версію (остання: {latest}) | Відстає на {count} мінорних версій (остання: {latest})",
+ "outdated_patch": "Доступне патч-оновлення (остання: {latest})",📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| "view_vulnerabilities": "Переглянути вразливості", | |
| "outdated_major": "{count} major version behind (latest: {latest}) | {count} major versions behind (latest: {latest})", | |
| "outdated_minor": "{count} minor version behind (latest: {latest}) | {count} minor versions behind (latest: {latest})", | |
| "outdated_patch": "Patch update available (latest: {latest})", | |
| "view_vulnerabilities": "Переглянути вразливості", | |
| "outdated_major": "Відстає на {count} мажорну версію (остання: {latest}) | Відстає на {count} мажорних версій (остання: {latest})", | |
| "outdated_minor": "Відстає на {count} мінорну версію (остання: {latest}) | Відстає на {count} мінорних версій (остання: {latest})", | |
| "outdated_patch": "Доступне патч-оновлення (остання: {latest})", |
| "title": "Чим им не є", | ||
| "not_package_manager": "Не менеджер пакетів.", | ||
| "not_registry": "Не реєстр.", | ||
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх переглядання.", | ||
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх відображення.", |
There was a problem hiding this comment.
Fix the typo in the section title.
“им” reads as a slip here and should be “ми”.
✏️ Suggested fix
- "title": "Чим им не є",
+ "title": "Чим ми не є",📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| "title": "Чим им не є", | |
| "not_package_manager": "Не менеджер пакетів.", | |
| "not_registry": "Не реєстр.", | |
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх переглядання.", | |
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх відображення.", | |
| "title": "Чим ми не є", | |
| "not_package_manager": "Не менеджер пакетів.", | |
| "not_registry": "Не реєстр.", | |
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх відображення.", |
| "view_vulnerabilities": "Переглянути вразливості", | ||
| "outdated_major": "{count} major version behind (latest: {latest}) | {count} major versions behind (latest: {latest})", | ||
| "outdated_minor": "{count} minor version behind (latest: {latest}) | {count} minor versions behind (latest: {latest})", | ||
| "outdated_patch": "Patch update available (latest: {latest})", | ||
| "has_replacement": "Ця залежність має запропоновані заміни" |
There was a problem hiding this comment.
Localise the remaining English dependency status strings.
These are still English and will read as untranslated in the UI.
🌐 Suggested fix (please confirm wording)
- "outdated_major": "{count} major version behind (latest: {latest}) | {count} major versions behind (latest: {latest})",
- "outdated_minor": "{count} minor version behind (latest: {latest}) | {count} minor versions behind (latest: {latest})",
- "outdated_patch": "Patch update available (latest: {latest})",
+ "outdated_major": "Відстає на {count} мажорну версію (остання: {latest}) | Відстає на {count} мажорних версій (остання: {latest})",
+ "outdated_minor": "Відстає на {count} мінорну версію (остання: {latest}) | Відстає на {count} мінорних версій (остання: {latest})",
+ "outdated_patch": "Доступне патч-оновлення (остання: {latest})",📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| "view_vulnerabilities": "Переглянути вразливості", | |
| "outdated_major": "{count} major version behind (latest: {latest}) | {count} major versions behind (latest: {latest})", | |
| "outdated_minor": "{count} minor version behind (latest: {latest}) | {count} minor versions behind (latest: {latest})", | |
| "outdated_patch": "Patch update available (latest: {latest})", | |
| "has_replacement": "Ця залежність має запропоновані заміни" | |
| "view_vulnerabilities": "Переглянути вразливості", | |
| "outdated_major": "Відстає на {count} мажорну версію (остання: {latest}) | Відстає на {count} мажорних версій (остання: {latest})", | |
| "outdated_minor": "Відстає на {count} мінорну версію (остання: {latest}) | Відстає на {count} мінорних версій (остання: {latest})", | |
| "outdated_patch": "Доступне патч-оновлення (остання: {latest})", | |
| "has_replacement": "Ця залежність має запропоновані заміни" |
| "title": "Чим им не є", | ||
| "not_package_manager": "Не менеджер пакетів.", | ||
| "not_registry": "Не реєстр.", | ||
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх переглядання.", | ||
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх відображення.", |
There was a problem hiding this comment.
Fix the typo in the section title.
“им” should be “ми”.
✏️ Suggested fix
- "title": "Чим им не є",
+ "title": "Чим ми не є",📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| "title": "Чим им не є", | |
| "not_package_manager": "Не менеджер пакетів.", | |
| "not_registry": "Не реєстр.", | |
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх переглядання.", | |
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх відображення.", | |
| "title": "Чим ми не є", | |
| "not_package_manager": "Не менеджер пакетів.", | |
| "not_registry": "Не реєстр.", | |
| "registry_description": "Ми не розміщуємо пакети. Ми просто кращий спосіб їх відображення.", |
ghostdevv
left a comment
There was a problem hiding this comment.
Could you reply to the code rabbit suggestions? Not sure if any of what it said is correct
It's valid suggestions, I will push a fix |
|
please mark as ready when you are and I can merge! |
uk-UAlocale (Ukrainian language)