2024-12-30 20:03:37 +01:00
{
2025-03-12 06:05:08 +00:00
"home.welcome.no_activity" : "No activity" ,
"home.welcome.activity_hint" : "There is nothing in your feed yet. Your actions and activity from repositories that you watch will show up here." ,
"home.explore_repos" : "Explore repositories" ,
"home.explore_users" : "Explore users" ,
"home.explore_orgs" : "Explore organizations" ,
2025-05-23 23:34:40 +02:00
"stars.list.none" : "No one starred this repo." ,
"watch.list.none" : "No one is watching this repo." ,
"followers.incoming.list.self.none" : "No one is following your profile." ,
"followers.incoming.list.none" : "No one is following this user." ,
"followers.outgoing.list.self.none" : "You are not following anyone." ,
"followers.outgoing.list.none" : "%s isn't following anyone." ,
2025-05-03 14:11:01 +00:00
"relativetime.now" : "now" ,
"relativetime.future" : "in future" ,
"relativetime.mins" : {
"one" : "%d minute ago" ,
"other" : "%d minutes ago"
} ,
"relativetime.hours" : {
"one" : "%d hour ago" ,
"other" : "%d hours ago"
} ,
"relativetime.days" : {
"one" : "%d day ago" ,
"other" : "%d days ago"
} ,
"relativetime.weeks" : {
"one" : "%d week ago" ,
"other" : "%d weeks ago"
} ,
"relativetime.months" : {
"one" : "%d month ago" ,
"other" : "%d months ago"
} ,
"relativetime.years" : {
"one" : "%d year ago" ,
"other" : "%d years ago"
} ,
"relativetime.1day" : "yesterday" ,
"relativetime.2days" : "two days ago" ,
"relativetime.1week" : "last week" ,
"relativetime.2weeks" : "two weeks ago" ,
"relativetime.1month" : "last month" ,
"relativetime.2months" : "two months ago" ,
"relativetime.1year" : "last year" ,
"relativetime.2years" : "two years ago" ,
2025-08-09 22:12:33 +02:00
"repo.pulls.already_merged" : "Merge failed: This pull request has already been merged." ,
2025-03-12 06:05:08 +00:00
"repo.pulls.merged_title_desc" : {
"one" : "merged %[1]d commit from <code>%[2]s</code> into <code>%[3]s</code> %[4]s" ,
"other" : "merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s"
} ,
"repo.pulls.title_desc" : {
"one" : "wants to merge %[1]d commit from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>" ,
"other" : "wants to merge %[1]d commits from <code>%[2]s</code> into <code id=\"%[4]s\">%[3]s</code>"
} ,
fix(ui): make limits clearer in create repo form (#7402)
Resolves: #7341
Previously, the Create Repository button was only enabled if a user was able to create a repo in their own namespace. However, if they had reached the global repo limit, but were stlll able to create a repo in an org, the button would still be disabled.
In this pull request, the create repo form now:
1. Behaves like it always did previously if the user has not reached the repo limit.
2. If the User has reached the repo limit, and they are unable to create a repo in any of their orgs (or they have no orgs), the create repo form is displayed as:

3. If the User has reached the repo limit, and the **limit is greater than zero**, an alert appears at the top of the form, and they are only allowed to choose from the orgs that they are allowed to create repos in:

4. If the User has reached the repo limit, and the **limit is equal to zero**, no alert is displayed, as no user can create repos on that instance, and they are only allowed to choose from the orgs that they are allowed to create repos in:

Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7402
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Ryan Lerch <rlerch@redhat.com>
Co-committed-by: Ryan Lerch <rlerch@redhat.com>
2025-05-20 16:37:15 +02:00
"repo.form.cannot_create" : "All spaces in which you can create repositories have reached the limit of repositories." ,
2025-05-21 17:43:18 +02:00
"repo.issue_indexer.title" : "Issue Indexer" ,
2025-03-12 06:05:08 +00:00
"search.milestone_kind" : "Search milestones…" ,
2025-07-12 00:39:35 +02:00
"repo.settings.push_mirror.branch_filter.label" : "Branch filter (optional)" ,
2025-07-14 19:31:26 +02:00
"repo.settings.push_mirror.branch_filter.description" : "Branches to be mirrored. Leave blank to mirror all branches. See <a href=\"%[1]s\">%[2]s documentation</a> for syntax. Examples: <code>main, release/*</code>" ,
2025-03-12 06:05:08 +00:00
"incorrect_root_url" : "This Forgejo instance is configured to be served on \"%s\". You are currently viewing Forgejo through a different URL, which may cause parts of the application to break. The canonical URL is controlled by Forgejo admins via the ROOT_URL setting in the app.ini." ,
"themes.names.forgejo-auto" : "Forgejo (follow system theme)" ,
"themes.names.forgejo-light" : "Forgejo light" ,
2025-03-28 19:50:43 +00:00
"themes.names.forgejo-dark" : "Forgejo dark" ,
2025-04-01 16:14:38 +00:00
"error.not_found.title" : "Page not found" ,
2025-08-10 14:26:07 +02:00
"warning.repository.out_of_sync" : "The database representation of this repository is out of synchronization. If this warning is still shown after pushing a commit to this repository contact the administrator." ,
2025-04-02 14:50:02 +00:00
"alert.asset_load_failed" : "Failed to load asset files from {path}. Please make sure the asset files can be accessed." ,
2025-04-02 15:48:09 +00:00
"alert.range_error" : " must be a number between %[1]s and %[2]s." ,
2025-04-04 16:27:16 +00:00
"install.invalid_lfs_path" : "Unable to create the LFS root at the specified path: %[1]s" ,
feat(ui): redesign user profile actions layout (#7906)
Related: https://codeberg.org/forgejo/forgejo/pulls/3950#issue-785253, https://codeberg.org/forgejo/forgejo/pulls/3950#issuecomment-1998551.
## Links in dropdown
* move _admin only_ User details link here, give it always-visible text
* add new _self only_ Edit profile link here
* move RSS feed link here
* add new Atom feed link here, previously unadvertised
* add new SSH keys link here (`.keys`), previously unadvertised
* add new GPG keys link here (`.gpg`), previously unadvertised
* move Block/Unblock button here
* move Report abuse link here
If primary action is available (Follow/Unfollow), dropdown with more actions goes after it. If not, it is in line with followers, in place where RSS feed button used to be.
## New dropdown
Related: https://codeberg.org/forgejo/design/issues/23, https://codeberg.org/forgejo/forgejo/issues/3853, https://codeberg.org/0ko/forgejo/issues/2.
Implemented a new dropdown: noJS-usable, JS-enhanced for better keyboard navigation and a11y.
Styling is mostly same as the existing ones have, but row density depends on `@media` pointer type.
My choice of CSS properties have been influenced of these:
* https://github.com/picocss/pico/commit/72a3adb16b2f3248b456da823502f166510720a0
* https://github.com/picocss/pico/commit/51dd2293cab8d77cf13fc2c32b6053ffa654bc56
Inspired-by: KiranMantha <kiranv.mantha@gmail.com>
Inspired-by: Lucas Larroche <lucas@larroche.com>
Co-authored-by: Beowulf <beowulf@beocode.eu>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7906
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: Beowulf <beowulf@beocode.eu>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>
2025-06-24 14:16:51 +02:00
"profile.actions.tooltip" : "More actions" ,
"profile.edit.link" : "Edit profile" ,
"feed.atom.link" : "Atom feed" ,
"keys.ssh.link" : "SSH keys" ,
"keys.gpg.link" : "GPG keys" ,
2025-05-18 08:05:16 +00:00
"admin.config.moderation_config" : "Moderation configuration" ,
2025-07-23 00:20:15 +02:00
"admin.moderation.moderation_reports" : "Moderation reports" ,
"admin.moderation.reports" : "Reports" ,
"admin.moderation.no_open_reports" : "There are currently no open reports." ,
"admin.moderation.deleted_content_ref" : "Reported content with type %[1]v and id %[2]d no longer exists" ,
2025-05-18 08:05:16 +00:00
"moderation.report_abuse" : "Report abuse" ,
"moderation.report_content" : "Report content" ,
"moderation.report_abuse_form.header" : "Report abuse to administrator" ,
"moderation.report_abuse_form.details" : "This form should be used to report users who create spam profiles, repositories, issues, comments or behave inappropriately." ,
"moderation.report_abuse_form.invalid" : "Invalid arguments" ,
"moderation.report_abuse_form.already_reported" : "You've already reported this content" ,
"moderation.abuse_category" : "Category" ,
"moderation.abuse_category.placeholder" : "Select a category" ,
"moderation.abuse_category.spam" : "Spam" ,
"moderation.abuse_category.malware" : "Malware" ,
"moderation.abuse_category.illegal_content" : "Illegal content" ,
"moderation.abuse_category.other_violations" : "Other violations of platform rules" ,
"moderation.report_remarks" : "Remarks" ,
"moderation.report_remarks.placeholder" : "Please provide some details regarding the abuse you are reporting." ,
"moderation.submit_report" : "Submit report" ,
"moderation.reporting_failed" : "Unable to submit the new abuse report: %v" ,
"moderation.reported_thank_you" : "Thank you for your report. The administration has been made aware of it." ,
2025-04-29 06:58:05 +00:00
"mail.actions.successful_run_after_failure_subject" : "Workflow %[1]s recovered in repository %[2]s" ,
"mail.actions.not_successful_run_subject" : "Workflow %[1]s failed in repository %[2]s" ,
"mail.actions.successful_run_after_failure" : "Workflow %[1]s recovered in repository %[2]s" ,
"mail.actions.not_successful_run" : "Workflow %[1]s failed in repository %[2]s" ,
"mail.actions.run_info_cur_status" : "This Run's Status: %[1]s (just updated from %[2]s)" ,
"mail.actions.run_info_previous_status" : "Previous Run's Status: %[1]s" ,
2025-07-09 09:43:33 +02:00
"mail.actions.run_info_sha" : "Commit: %[1]s" ,
2025-04-29 06:58:05 +00:00
"mail.actions.run_info_trigger" : "Triggered because: %[1]s by: %[2]s" ,
2025-06-17 09:31:50 +02:00
"repo.diff.commit.next-short" : "Next" ,
"repo.diff.commit.previous-short" : "Prev" ,
2025-04-30 14:03:37 +00:00
"discussion.locked" : "This discussion has been locked. Commenting is limited to contributors." ,
2025-07-16 18:29:51 +02:00
"discussion.sidebar.reference" : "Reference" ,
2025-05-25 19:17:03 +02:00
"editor.textarea.tab_hint" : "Line already indented. Press <kbd>Tab</kbd> again or <kbd>Escape</kbd> to leave the editor." ,
"editor.textarea.shift_tab_hint" : "No indentation on this line. Press <kbd>Shift</kbd> + <kbd>Tab</kbd> again or <kbd>Escape</kbd> to leave the editor." ,
2025-08-06 20:25:13 +02:00
"admin.auths.allow_username_change" : "Allow username change" ,
"admin.auths.allow_username_change.description" : "Allow users to change their username in the profile settings" ,
2025-06-08 00:13:37 +02:00
"admin.dashboard.cleanup_offline_runners" : "Cleanup offline runners" ,
2025-07-28 17:27:12 +02:00
"admin.dashboard.remove_resolved_reports" : "Remove resolved reports" ,
2025-08-15 10:56:45 +02:00
"admin.config.security" : "Security configuration" ,
"admin.config.global_2fa_requirement.title" : "Global two-factor requirement" ,
"admin.config.global_2fa_requirement.none" : "No" ,
"admin.config.global_2fa_requirement.all" : "All users" ,
"admin.config.global_2fa_requirement.admin" : "Administrators" ,
2025-07-22 20:51:58 +02:00
"settings.visibility.description" : "Profile visibility affects others' ability to access your non-private repositories. <a href=\"%s\" target=\"_blank\">Learn more</a>." ,
2025-08-15 10:56:45 +02:00
"settings.twofa_unroll_unavailable" : "Two-factor authentication is required for your account and cannot be disabled." ,
"settings.twofa_reenroll" : "Re-enroll two-factor authentication" ,
"settings.twofa_reenroll.description" : "Re-enroll your two-factor authentication" ,
"settings.must_enable_2fa" : "This Forgejo instance requires users to enable two-factor authentication before they can access their accounts." ,
"error.must_enable_2fa" : "This Forgejo instance requires users to enable two-factor authentication before they can access their accounts. Enable it at: %s" ,
2025-06-14 16:35:50 +02:00
"avatar.constraints_hint" : "Custom avatar may not exceed %[1]s in size or be larger than %[2]dx%[3]d pixels" ,
2025-04-28 13:29:40 +02:00
"user.ghost.tooltip" : "This user has been deleted, or cannot be matched." ,
2025-06-29 05:54:07 +02:00
"og.repo.summary_card.alt_description" : "Summary card of repository %[1]s, described as: %[2]s" ,
2025-08-06 14:47:51 +02:00
"repo.commit.load_tags_failed" : "Load tags failed because of internal error" ,
2025-08-03 06:19:45 +02:00
"compare.branches.title" : "Compare branches" ,
2025-08-11 16:56:26 +02:00
"migrate.pagure.description" : "Migrate data from pagure.io or other Pagure instances." ,
"migrate.pagure.incorrect_url" : "Incorrect source repository URL has been provided" ,
"migrate.pagure.project_url" : "Pagure project URL" ,
"migrate.pagure.project_example" : "The Pagure project url, e.g. https://pagure.io/pagure" ,
"migrate.pagure.token_label" : "Token" ,
"migrate.pagure.token_body_a" : "Provide a Pagure API token with access to the private issues to create a repository with just the private issues in it" ,
"migrate.pagure.token_body_b" : "Be sure to set the private repo flag above if you want this repo to be private" ,
2025-04-04 16:27:16 +00:00
"meta.last_line" : "Thank you for translating Forgejo! This line isn't seen by the users but it serves other purposes in the translation management. You can place a fun fact in the translation instead of translating it."
2025-04-04 03:31:37 +00:00
}