Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.3k
Fixed all grammatical errors in locale_en-US.ini#35053
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
JamesSkemp commentedJul 11, 2025
Based upon casing, I wonder if the period additions for lines 323 and 353 is correct? 1038 and 1039 also read fine to me as they were; the original it's flows better than it is (IMO). 1105 has a url that should probably be URL to match the other instance. |
Joshdike commentedJul 11, 2025
The period additions in 323 and 353 doesn't matter but i could remove them. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
dr-1 commentedJul 12, 2025
I still see quite a few language issues in the file. The fixes in this PR are great but I would suggest to remove the "all" from the commit message when squashing and merging. Happy to contribute a separate PR after that's done to fix more of the issues. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
wxiaoguang left a comment
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.
Thank you very much!
wxiaoguang commentedJul 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Joshdike commentedJul 14, 2025
Hmmn. We can use "Block user from this organization" |
wxiaoguang commentedJul 14, 2025
Yep, so your original "Block user from organization" should work |
Joshdike commentedJul 14, 2025
|
Uh oh!
There was an error while loading.Please reload this page.
Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
| password_algorithm = Password Hash Algorithm | ||
| invalid_password_algorithm = Invalid password hash algorithm | ||
| password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements andstrength. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems. | ||
| password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements andstrengths. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems. |
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.
It depends on what is meant here.
"Algorithm A has this (qualitative) strength and algorithm B has that strength" → strengths
vs.
"Algorithms A and B differ in how strong they are" → strength
Based on the subsequent sentence, I guess it's more the first meaning.
b861d86 intogo-gitea:mainUh oh!
There was an error while loading.Please reload this page.
* giteaofficial/main: Send email on Workflow Run Success/Failure (go-gitea#34982) [skip ci] Updated translations via Crowdin Replace `poetry` with `uv` (go-gitea#35084) nix flake update (go-gitea#35085) Use monospace font in PR command line instructions (go-gitea#35074) Add gitignore rules to exclude LLM instruction files (go-gitea#35076) [skip ci] Updated translations via Crowdin Fix form property assignment edge case (go-gitea#35073) Improve submodule relative path handling (go-gitea#35056) Fixed all grammatical errors in locale_en-US.ini (go-gitea#35053) UI: add hover background to table rows in user and repo admin page (go-gitea#35072)
This commit has the following:* partial port of changes from [gitea#35053](go-gitea/gitea#35053) ([corresponding WCP](https://codeberg.org/forgejo/forgejo/pulls/8591)) * some changes were applied * some strings we've fixed ourself before * some strings we don't have* a few fixes I wanted to propose but didn't want to dedicate a PR just to add a full stop to one stringCo-authored-by: DJ Phoenix <dikejoshua@gmail.com>Reviewed-on:https://codeberg.org/forgejo/forgejo/pulls/8593Reviewed-by: Robert Wolff <mahlzahn@posteo.de>Reviewed-by: Gusted <gusted@noreply.codeberg.org>

No description provided.