-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: Update gitea texts to v1.23.1 #14555
Conversation
📝 WalkthroughWalkthroughThis pull request focuses on updating localization files for Gitea, specifically the English (US) and Norwegian language files. The changes involve adding new keys, updating existing translations, and improving the clarity of user interface text. The modifications enhance the application's localization support, adding new entries for time tracking, repository management, and user interactions while refining existing translations to be more descriptive and user-friendly. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 7
🧹 Nitpick comments (1)
gitea/files/locale/base/locale_nb-NO.ini (1)
3791-3791
: Empty line at end of fileThe file ends with an empty line that should be removed.
-
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
gitea/files/locale/base/locale_en-US.ini
(53 hunks)gitea/files/locale/base/locale_nb-NO.ini
(34 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Build environment and run e2e test
🔇 Additional comments (10)
gitea/files/locale/base/locale_en-US.ini (10)
96-96
: LGTM!The new
test
key with value "Test" is a simple and clear translation.
107-107
: LGTM!The new
copy_path
key with value "Copy path" is consistent with other copy-related translations.
148-148
: LGTM!The new
readme
key with value "Readme" is appropriately capitalized and consistent with common Git terminology.
164-164
: LGTM!The new
internal_error_skipped
key with value "Internal error occurred but is skipped: %s" is grammatically correct and includes a placeholder for error details.
183-184
: LGTM!The new tag-related keys are well-defined:
tag_kind
with value "Search tags..." is consistent with other search placeholderstag_tooltip
with value "Search for matching tags. Use '%' to match any sequence of numbers." provides clear instructions
214-217
: LGTM!The new table-related keys are well-organized and clear:
buttons.table.add.tooltip
- "Add a table"buttons.table.add.insert
- "Add"buttons.table.rows
- "Rows"buttons.table.cols
- "Columns"
230-230
: LGTM!The new
report_message
key with value "If you believe that this is a Gitea bug, please search for issues on GitHub or open a new issue if necessary." is well-formatted and includes proper HTML for the link.
237-237
: LGTM!The new
install_desc
key with proper HTML formatting and placeholders for multiple links is well-structured:Simply <a target="_blank" rel="noopener noreferrer" href="%[1]s">run the binary</a> for your platform, ship it with <a target="_blank" rel="noopener noreferrer" href="%[2]s">Docker</a>, or get it <a target="_blank" rel="noopener noreferrer" href="%[3]s">packaged</a>.
239-239
: LGTM!The new
platform_desc
key with proper HTML formatting and placeholder is well-structured:Gitea runs anywhere <a target="_blank" rel="noopener noreferrer" href="%s">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!
243-243
: LGTM!The new
license_desc
key with proper HTML formatting and placeholders is well-structured:Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
Description
Updated gitea texts to v1.23.1
Here are some examples of missing texts that can be tested:
Verification
Summary by CodeRabbit