Update Slovak translations in properties file#724
Conversation
Summary of ChangesHello @Akabaalo, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enhances the Slovak localization of the application by introducing new translations for previously untranslated strings, correcting minor typographical errors in existing Slovak text, and providing a complete Slovak translation for a critical warning message. These updates aim to improve the user experience for Slovak-speaking users by ensuring more consistent and accurate language throughout the application. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates several Slovak translations in the properties file. The changes are mostly accurate and improve the localization. I've pointed out one minor issue regarding capitalization for better consistency and grammatical correctness.
| sidebar.menu.item.edit=Upraviť Inštaláciu | ||
| sidebar.menu.item.duplicate=Klonovať Inštaláciu | ||
| sidebar.menu.item.browse=Open Installation Directory | ||
| sidebar.menu.item.browse=Otvorte Inštalačný Adresár |
There was a problem hiding this comment.
In Slovak, it's common practice for UI elements to use sentence case (only the first word is capitalized). For better grammatical correctness and consistency within the file, I suggest changing 'Otvorte Inštalačný Adresár' to 'Otvorte inštalačný adresár'. Other translations in this same pull request, such as settings.option.dgpu.name, already follow this convention.
sidebar.menu.item.browse=Otvorte inštalačný adresár
|
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. 📝 WalkthroughWalkthroughThis change updates the Slovak language localization file with improved and corrected translations. Existing UI strings are refined with better Slovak text, while several previously English strings are now fully translated to Slovak, including alert dialog messages and settings descriptions. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (6)
✏️ Tip: You can disable this entire section by setting Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
assets/launcher/lang/sklmessages_sk_SK.properties (1)
183-183: Fix grammatical error.There's a critical typo: "su použil" should be "si použil". The word "su" doesn't exist in Slovak - the correct second-person singular form is "si".
Additionally, the sentence mixes formal and informal pronouns inconsistently ("vrátiš", "tvoju" are informal, but the overall context suggests this should match the formality level used elsewhere in the file).
📝 Proposed fix
-alert.downgrade.label.body=Zdá sa, že su použil iný launcher!\nAk sa vrátiš k používaniu tohto, budeme musieť resetovať tvoju konfiguráciu. +alert.downgrade.label.body=Zdá sa, že si použil iný launcher!\nAk sa vrátiš k používaniu tohto, budeme musieť resetovať tvoju konfiguráciu.
♻️ Duplicate comments (1)
assets/launcher/lang/sklmessages_sk_SK.properties (1)
26-26: Use sentence case for consistency.As previously noted, Slovak UI elements typically use sentence case. The translation should be "Otvorte inštalačný adresár" instead of "Otvorte Inštalačný Adresár" to maintain consistency with other translations in the file.
📜 Review details
Configuration used: defaults
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
assets/launcher/lang/sklmessages_sk_SK.properties
🔇 Additional comments (6)
assets/launcher/lang/sklmessages_sk_SK.properties (6)
10-10: LGTM!The translation from "Soon" to "Čoskoro" is accurate.
38-38: LGTM!The change from "tlačítko" to "tlačidlo" uses the more standard Slovak term for "button".
44-44: LGTM!Correct grammar fix - "Vydané" is the proper past participle form.
51-51: LGTM!"Odstránené" is the accurate Slovak translation for "Removed".
114-115: LGTM!Both translations are accurate and follow proper Slovak grammar and UI conventions.
179-179: LGTM!The alert message translation accurately conveys the warning about duplicate instances and potential conflicts.
✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.
Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.