loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Improvements to English locale (#4453)

A few fixes and improvements.

Notable changes:

- `issues.ref_closing_from` now makes sense.
https://codeberg.org/attachments/c091cc42-f0bf-4a14-8e43-8c66ead5ef06

- `pulls.cmd_instruction_hint`: removed full stop.
https://codeberg.org/attachments/41fcf979-3a5b-48f8-9e60-bde0b06dd522

- `settings.wiki_rename_branch_main_desc`: fix based on change in stalled 3546 so the sentence makes sense.

- `find_file.go_to_file`: better describe what the button does
https://codeberg.org/attachments/e181e486-3376-446d-a994-bfe65c125a70

- `repos.unadopted.no_more`: it's also shown when there are no results, not when the server "ran out of results"
https://codeberg.org/attachments/9077cbc4-f9e7-4ee5-ad86-6cfff41fec37

- `security.txt`: rephrase to decrease brokenness of English.

- `translation_meta`: added a special string, can be used to trigger Weblate to create a PR, which is usable for debugging

Co-authors:
- https://codeberg.org/Cyborus
- https://codeberg.org/toolforger
- https://codeberg.org/woutput

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4453
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

0ko 5e7c7e98 16224ebd

+11 -8
+10 -7
options/locale/locale_en-US.ini
··· 1076 1076 license_helper = Select a license file. 1077 1077 license_helper_desc = A license governs what others can and can't do with your code. Not sure which one is right for your project? See <a target="_blank" rel="noopener noreferrer" href="%s">Choose a license.</a> 1078 1078 object_format = Object format 1079 - object_format_helper = Object format of the repository. Cannot be changed later. SHA1 is most compatible. 1079 + object_format_helper = Object format of the repository. Cannot be changed later. SHA1 is the most compatible. 1080 1080 readme = README 1081 1081 readme_helper = Select a README file template. 1082 1082 readme_helper_desc = This is the place where you can write a complete description for your project. ··· 1615 1615 issues.commit_ref_at = `referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1616 1616 issues.ref_issue_from = `<a href="%[3]s">referenced this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1617 1617 issues.ref_pull_from = `<a href="%[3]s">referenced this pull request %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1618 - issues.ref_closing_from = `<a href="%[3]s">referenced a pull request %[4]s that will close this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1619 - issues.ref_reopening_from = `<a href="%[3]s">referenced a pull request %[4]s that will reopen this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1618 + issues.ref_closing_from = `<a href="%[3]s">referenced this issue from a pull request %[4]s that will close it</a>, <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1619 + issues.ref_reopening_from = `<a href="%[3]s">referenced this issue from a pull request %[4]s that will reopen it</a>, <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1620 1620 issues.ref_closed_from = `<a href="%[3]s">closed this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1621 1621 issues.ref_reopened_from = `<a href="%[3]s">reopened this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1622 1622 issues.ref_from = `from %[1]s` ··· 1937 1937 pulls.closed_at = `closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1938 1938 pulls.reopened_at = `reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1939 1939 pulls.commit_ref_at = `referenced this pull request from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1940 - pulls.cmd_instruction_hint = `View command line instructions.` 1940 + pulls.cmd_instruction_hint = View command line instructions 1941 1941 pulls.cmd_instruction_checkout_title = Checkout 1942 1942 pulls.cmd_instruction_checkout_desc = From your project repository, check out a new branch and test the changes. 1943 1943 pulls.cmd_instruction_merge_title = Merge ··· 2266 2266 settings.trust_model.collaboratorcommitter.long = Collaborator+Committer: Trust signatures by collaborators which match the committer 2267 2267 settings.trust_model.collaboratorcommitter.desc = Valid signatures by collaborators of this repository will be marked "trusted" if they match the committer. Otherwise, valid signatures will be marked "untrusted" if the signature matches the committer and "unmatched" otherwise. This will force Forgejo to be marked as the committer on signed commits with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Forgejo key must match a User in the database. 2268 2268 settings.wiki_rename_branch_main = Normalize the Wiki branch name 2269 - settings.wiki_rename_branch_main_desc = Rename the branch used internally by the Wiki to "%s". This is a permanent and cannot be undone. 2269 + settings.wiki_rename_branch_main_desc = Rename the branch used internally by the Wiki to "%s". This change is permanent and cannot be undone. 2270 2270 settings.wiki_rename_branch_main_notices_1 = This operation <strong>CANNOT</strong> be undone. 2271 2271 settings.wiki_rename_branch_main_notices_2 = This will permanently rename the the internal branch of %s's repository wiki. Existing checkouts will need to be updated. 2272 2272 settings.wiki_branch_rename_success = The repository wiki's branch name has been successfully normalized. ··· 2744 2744 topic.count_prompt = You cannot select more than 25 topics 2745 2745 topic.format_prompt = Topics must start with a letter or number, can include dashes ("-") and dots ("."), can be up to 35 characters long. Letters must be lowercase. 2746 2746 2747 - find_file.go_to_file = Go to file 2747 + find_file.go_to_file = Find a file 2748 2748 find_file.no_matching = No matching file found 2749 2749 2750 2750 error.csv.too_large = Can't render this file because it is too large. ··· 3072 3072 3073 3073 repos.repo_manage_panel = Manage repositories 3074 3074 repos.unadopted = Unadopted repositories 3075 - repos.unadopted.no_more = No more unadopted repositories found 3075 + repos.unadopted.no_more = No unadopted repositories found. 3076 3076 repos.owner = Owner 3077 3077 repos.name = Name 3078 3078 repos.private = Private ··· 3816 3816 filepreview.line = Line %[1]d in %[2]s 3817 3817 filepreview.lines = Lines %[1]d to %[2]d in %[3]s 3818 3818 filepreview.truncated = Preview has been truncated 3819 + 3820 + [translation_meta] 3821 + test = This is a test string. It is not displayed in Forgejo UI but is used for testing purposes. Feel free to translate it as "ok" to hit the 100% completion :) and save some time
+1 -1
public/.well-known/security.txt
··· 1 1 # This site is running a Forgejo instance. 2 2 # Forgejo-related security problems should be reported to the Forgejo security team. 3 - # Site-related security problems should be reported to this site's admin. 3 + # Security problems related to this instance should be reported to its administration. 4 4 Policy: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/CONTRIBUTING.md 5 5 Contact: mailto:security@forgejo.org 6 6 Encryption: https://keys.openpgp.org/vks/v1/by-fingerprint/1B638BDF10969D627926B8D9F585D0F99E1FB56F