Skip to content

Commit c38270e

Browse files
committed
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main: [skip ci] Updated translations via Crowdin Docs/fix typo and grammar in CONTRIBUTING.md (go-gitea#35024) fix: improve english grammar and readability in locale_en-US.ini (go-gitea#35017) Add labeler config for `topic/code-linting` (go-gitea#35020) Fix various problems (go-gitea#35012) Fix the response format for `actions/workflows`. (go-gitea#35009)
2 parents 158f99e + b6d6402 commit c38270e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+97
-221
lines changed

.github/labeler.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,13 @@ docs-update-needed:
8181
- changed-files:
8282
- any-glob-to-any-file:
8383
- "custom/conf/app.example.ini"
84+
85+
topic/code-linting:
86+
- changed-files:
87+
- any-glob-to-any-file:
88+
- ".eslintrc.cjs"
89+
- ".golangci.yml"
90+
- ".markdownlint.yaml"
91+
- ".spectral.yaml"
92+
- ".yamllint.yaml"
93+
- "stylelint.config.js"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ be reviewed by two maintainers and must pass the automatic tests.
591591
## Releasing Gitea
592592

593593
- Let $vmaj, $vmin and $vpat be Major, Minor and Patch version numbers, $vpat should be rc1, rc2, 0, 1, ...... $vmaj.$vmin will be kept the same as milestones on github or gitea in future.
594-
- Before releasing, confirm all the version's milestone issues or PRs has been resolved. Then discuss the release on Discord channel #maintainers and get agreed with almost all the owners and mergers. Or you can declare the version and if nobody against in about serval hours.
594+
- Before releasing, confirm all the version's milestone issues or PRs has been resolved. Then discuss the release on Discord channel #maintainers and get agreed with almost all the owners and mergers. Or you can declare the version and if nobody is against it in about several hours.
595595
- If this is a big version first you have to create PR for changelog on branch `main` with PRs with label `changelog` and after it has been merged do following steps:
596596
- Create `-dev` tag as `git tag -s -F release.notes v$vmaj.$vmin.0-dev` and push the tag as `git push origin v$vmaj.$vmin.0-dev`.
597597
- When CI has finished building tag then you have to create a new branch named `release/v$vmaj.$vmin`

modules/setting/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ func loadServerFrom(rootCfg ConfigProvider) {
275275
HTTPAddr = filepath.Join(AppWorkPath, HTTPAddr)
276276
}
277277
default:
278-
log.Fatal("Invalid PROTOCOL %q", Protocol)
278+
log.Fatal("Invalid PROTOCOL %q", protocolCfg)
279279
}
280280
UseProxyProtocol = sec.Key("USE_PROXY_PROTOCOL").MustBool(false)
281281
ProxyProtocolTLSBridging = sec.Key("PROXY_PROTOCOL_TLS_BRIDGING").MustBool(false)

options/locale/locale_cs-CZ.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ pin=Připnout
128128
unpin=Odepnout
129129

130130
artifacts=Artefakty
131-
confirm_delete_artifact=Jste si jisti, že chcete odstranit artefakt „%s“?
132131

133132
archived=Archivováno
134133

@@ -168,7 +167,6 @@ internal_error_skipped=Došlo k vnitřní chybě, ale je přeskočena: %s
168167
search=Hledat...
169168
type_tooltip=Druh vyhledávání
170169
fuzzy=Fuzzy
171-
fuzzy_tooltip=Zahrnout výsledky, které také úzce odpovídají hledanému výrazu
172170
exact=Přesně
173171
exact_tooltip=Zahrnout pouze výsledky, které přesně odpovídají hledanému výrazu
174172
repo_kind=Hledat repozitáře...
@@ -490,7 +488,6 @@ activate_email.text=Pro aktivaci vašeho účtu do <b>%s</b> klikněte na násle
490488

491489
register_notify=Vítejte v %s
492490
register_notify.title=%[1]s vítejte v %[2]s
493-
register_notify.text_1=toto je váš potvrzovací e-mail pro %s!
494491
register_notify.text_2=Nyní se můžete přihlásit přes uživatelské jméno: %s.
495492
register_notify.text_3=Pokud pro vás byl vytvořen tento účet, nejprve <a href="%s">nastavte své heslo</a>.
496493

@@ -977,7 +974,6 @@ webauthn_alternative_tip=Možná budete chtít nakonfigurovat další metodu ov
977974

978975
manage_account_links=Správa propojených účtů
979976
manage_account_links_desc=Tyto externí účty jsou propojeny s vaším Gitea účtem.
980-
account_links_not_available=K vašemu Gitea účtu nejsou aktuálně připojené žádné externí účty.
981977
link_account=Propojit účet
982978
remove_account_link=Odstranit propojený účet
983979
remove_account_link_desc=Odstraněním propojeného účtu zrušíte jeho přístup k vašemu Gitea účtu. Pokračovat?
@@ -1014,8 +1010,6 @@ new_repo_helper=Repozitář obsahuje všechny projektové soubory, včetně hist
10141010
owner=Vlastník
10151011
owner_helper=Některé organizace se nemusejí v seznamu zobrazit kvůli maximálnímu dosaženému počtu repozitářů.
10161012
repo_name=Název repozitáře
1017-
repo_name_profile_public_hint=.profile je speciální repozitář, který můžete použít k přidání souboru README.md do svého veřejného profilu organizace, který je viditelný pro každého. Ujistěte se, že je veřejný, a pro začátek jej inicializujte pomocí README v adresáři profilu.
1018-
repo_name_profile_private_hint=.profile-private je speciální repozitář, který můžete použít k přidání souboru README.md do profilu člena organizace, který je viditelný pouze pro členy organizace. Ujistěte se, že je soukromý, a pro začátek jej inicializujte pomocí README v adresáři profilu.
10191013
repo_name_helper=Dobrá jména repozitářů používají krátká, zapamatovatelná a unikátní klíčová slova. Repozitář s názvem „.profile“ nebo „.profile-private“ lze použít k přidání README.md pro uživatelský/organizační profil.
10201014
repo_size=Velikost repozitáře
10211015
template=Šablona
@@ -1037,7 +1031,6 @@ fork_branch=Větev, která má být klonována pro fork
10371031
all_branches=Všechny větve
10381032
view_all_branches=Zobrazit všechny větve
10391033
view_all_tags=Zobrazit všechny značky
1040-
fork_no_valid_owners=Tento repozitář nemůže být rozštěpen, protože neexistují žádní platní vlastníci.
10411034
fork.blocked_user=Nelze rozštěpit repozitář, protože jste blokováni majitelem repozitáře.
10421035
use_template=Použít tuto šablonu
10431036
open_with_editor=Otevřít pomocí %s
@@ -1705,7 +1698,6 @@ issues.due_date_form=rrrr-mm-dd
17051698
issues.due_date_form_add=Přidat termín dokončení
17061699
issues.due_date_form_edit=Upravit
17071700
issues.due_date_form_remove=Odstranit
1708-
issues.due_date_not_writer=Potřebujete přístup k zápisu do tohoto repozitáře, abyste mohli aktualizovat datum dokončení úkolu.
17091701
issues.due_date_not_set=Žádný termín dokončení.
17101702
issues.due_date_added=přidal/a termín dokončení %s %s
17111703
issues.due_date_modified=upravil/a termín termínu z %[2]s na %[1]s %[3]s
@@ -2070,7 +2062,6 @@ activity.title.releases_1=%d Vydání
20702062
activity.title.releases_n=%d Vydání
20712063
activity.title.releases_published_by=%s publikoval %s
20722064
activity.published_release_label=Publikováno
2073-
activity.no_git_activity=V tomto období nebyla žádná aktivita při odevzdání.
20742065
activity.git_stats_exclude_merges=Při vyloučení slučování,
20752066
activity.git_stats_author_1=%d autor
20762067
activity.git_stats_author_n=%d autoři

options/locale/locale_de-DE.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ files=Dateien
117117

118118
error=Fehler
119119
error404=Die Seite, die Du versuchst aufzurufen, <strong>existiert nicht</strong> oder <strong>Du bist nicht berechtigt</strong>, diese anzusehen.
120-
error503=Der Server konnte deine Anfrage nicht abschließen. Bitte versuche es später erneut.
121120
go_back=Zurück
122121
invalid_data=Ungültige Daten: %v
123122

@@ -131,7 +130,6 @@ unpin=Loslösen
131130

132131
artifacts=Artefakte
133132
expired=Abgelaufen
134-
confirm_delete_artifact=Bist du sicher, dass du das Artefakt '%s' löschen möchtest?
135133

136134
archived=Archiviert
137135

@@ -171,7 +169,6 @@ internal_error_skipped=Ein interner Fehler ist aufgetreten, wurde aber überspru
171169
search=Suche ...
172170
type_tooltip=Suchmodus
173171
fuzzy=Ähnlich
174-
fuzzy_tooltip=Ergebnisse einbeziehen, die dem Suchbegriff ähnlich sind
175172
words=Wörter
176173
words_tooltip=Nur Suchbegriffe einbeziehen, die den Suchbegriffen exakt entsprechen
177174
regexp=Regexp
@@ -505,7 +502,6 @@ activate_email.text=Bitte klicke innerhalb von <b>%s</b> auf folgenden Link, um
505502

506503
register_notify=Willkommen bei %s
507504
register_notify.title=%[1]s, willkommen bei %[2]s
508-
register_notify.text_1=dies ist deine Bestätigungs-E-Mail für %s!
509505
register_notify.text_2=Du kannst dich jetzt mit dem Benutzernamen "%s" anmelden.
510506
register_notify.text_3=Wenn dieser Account von dir erstellt wurde, musst du zuerst <a href="%s">dein Passwort setzen</a>.
511507

@@ -997,7 +993,6 @@ webauthn_alternative_tip=Möglicherweise möchtest du eine zusätzliche Authenti
997993
998994
manage_account_links=Verknüpfte Accounts verwalten
999995
manage_account_links_desc=Diese externen Accounts sind mit deinem Gitea-Account verknüpft.
1000-
account_links_not_available=Es sind keine externen Accounts mit diesem Gitea-Account verknüpft.
1001996
link_account=Account verbinden
1002997
remove_account_link=Verknüpften Account entfernen
1003998
remove_account_link_desc=Wenn du den verknüpften Account entfernst, wirst du darüber nicht mehr auf deinen Gitea-Account zugreifen können. Fortfahren?
@@ -1034,8 +1029,6 @@ new_repo_helper=Ein Repository enthält alle Projektdateien, einschließlich des
10341029
owner=Besitzer
10351030
owner_helper=Einige Organisationen könnten in der Dropdown-Liste nicht angezeigt werden, da die Anzahl an Repositories begrenzt ist.
10361031
repo_name=Repository-Name
1037-
repo_name_profile_public_hint=.profile ist ein spezielles Repository, mit dem du die README.md zu deinem öffentlichen Organisationsprofil hinzufügen kannst, das für jeden sichtbar ist. Stelle sicher, dass es öffentlich ist und initialisiere es mit einer README im Profilverzeichnis, um loszulegen.
1038-
repo_name_profile_private_hint=.profile ist ein spezielles Repository, mit dem du die README.md zu deinem privaten Organisationsprofil hinzufügen kannst, das nur für Organisationsmitglieder sichtbar ist. Stelle sicher, dass es privat ist und initialisiere es mit einer README im Profilverzeichnis, um loszulegen.
10391032
repo_name_helper=Ein guter Repository-Name besteht normalerweise aus kurzen, unvergesslichen und einzigartigen Schlagwörtern. Ein Repository namens ".profile" or ".profile-private" kann verwendet werden, um die README.md auf dem Benutzer- oder Organisationsprofil anzuzeigen.
10401033
repo_size=Repository-Größe
10411034
template=Template
@@ -1057,7 +1050,6 @@ fork_branch=Branch, der zum Fork geklont werden soll
10571050
all_branches=Alle Branches
10581051
view_all_branches=Alle Branches anzeigen
10591052
view_all_tags=Alle Tags anzeigen
1060-
fork_no_valid_owners=Dieses Repository kann nicht geforkt werden, da keine gültigen Besitzer vorhanden sind.
10611053
fork.blocked_user=Das Repository kann nicht geforkt werden, da du vom Repository-Eigentümer blockiert wurdest.
10621054
use_template=Dieses Template verwenden
10631055
open_with_editor=Mit %s öffnen
@@ -1739,7 +1731,6 @@ issues.due_date_form=JJJJ-MM-TT
17391731
issues.due_date_form_add=Fälligkeitsdatum hinzufügen
17401732
issues.due_date_form_edit=Bearbeiten
17411733
issues.due_date_form_remove=Entfernen
1742-
issues.due_date_not_writer=Du musst Schreibrechte für dieses Repository haben, um das Fälligkeitsdatum zu ändern.
17431734
issues.due_date_not_set=Kein Fälligkeitsdatum gesetzt.
17441735
issues.due_date_added=hat %[2]s das Fälligkeitsdatum %[1]s hinzugefügt
17451736
issues.due_date_modified=ändert das Abgabedatum von %[2]s auf %[1]s %[3]s s
@@ -2106,7 +2097,6 @@ activity.title.releases_1=%d Release
21062097
activity.title.releases_n=%d Releases
21072098
activity.title.releases_published_by=%s von %s veröffentlicht
21082099
activity.published_release_label=Veröffentlicht
2109-
activity.no_git_activity=In diesem Zeitraum sind keine Commit-Aktivität vorhanden.
21102100
activity.git_stats_exclude_merges=Merges ausgenommen,
21112101
activity.git_stats_author_1=%d Autor
21122102
activity.git_stats_author_n=%d Autoren

options/locale/locale_el-GR.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ activate_email.title=%s, παρακαλώ επαληθεύστε τη διεύθ
427427
activate_email.text=Παρακαλώ κάντε κλικ στον παρακάτω σύνδεσμο για να επαληθεύσετε τη διεύθυνση email σας στο <b>%s</b>:
428428

429429
register_notify.title=%[1]s, καλώς ήρθατε στο %[2]s
430-
register_notify.text_1=αυτό είναι το email επιβεβαίωσης εγγραφής για το %s!
431430
register_notify.text_2=Τώρα μπορείτε να συνδεθείτε μέσω του ονόματος χρήστη: %s.
432431
register_notify.text_3=Εάν αυτός ο λογαριασμός έχει δημιουργηθεί για εσάς, παρακαλώ <a href="%s">ορίστε πρώτα τον κωδικό πρόσβασής σας</a>.
433432

@@ -871,7 +870,6 @@ webauthn_alternative_tip=Μπορεί να θέλετε να ρυθμίσετε
871870

872871
manage_account_links=Διαχείριση Συνδεδεμένων Λογαριασμών
873872
manage_account_links_desc=Αυτοί οι εξωτερικοί λογαριασμοί είναι συνδεδεμένοι στον Gitea λογαριασμό σας.
874-
account_links_not_available=Προς το παρόν δεν υπάρχουν εξωτερικοί λογαριασμοί συνδεδεμένοι με τον λογαριασμό σας στο Gitea.
875873
link_account=Σύνδεση Λογαριασμού
876874
remove_account_link=Αφαίρεση Συνδεδεμένου Λογαριασμού
877875
remove_account_link_desc=Η κατάργηση ενός συνδεδεμένου λογαριασμού θα ανακαλέσει την πρόσβασή του στο λογαριασμό σας στο Gitea. Συνέχεια;
@@ -926,7 +924,6 @@ fork_to_different_account=Fork σε διαφορετικό λογαριασμό
926924
fork_visibility_helper=Η ορατότητα ενός fork αποθετηρίου δεν μπορεί να αλλάξει.
927925
fork_branch=Κλάδος που θα κλωνοποιηθεί στο fork
928926
all_branches=Όλοι οι κλάδοι
929-
fork_no_valid_owners=Αυτό το αποθετήριο δεν μπορεί να γίνει fork επειδή δεν υπάρχουν έγκυροι ιδιοκτήτες.
930927
use_template=Χρήση αυτού του πρότυπου
931928
download_zip=Λήψη ZIP
932929
download_tar=Λήψη TAR.GZ
@@ -1537,7 +1534,6 @@ issues.due_date_form=εεεε-μμ-ηη
15371534
issues.due_date_form_add=Προσθήκη ημερομηνίας παράδοσης
15381535
issues.due_date_form_edit=Επεξεργασία
15391536
issues.due_date_form_remove=Διαγραφή
1540-
issues.due_date_not_writer=Χρειάζεστε πρόσβαση εγγραφής στο αποθετήριο για να ενημερώσετε την ημερομηνία λήξης ενός προβλήματος.
15411537
issues.due_date_not_set=Δεν ορίστηκε ημερομηνία παράδοσης.
15421538
issues.due_date_added=πρόσθεσε την ημερομηνία παράδοσης %s %s
15431539
issues.due_date_modified=τροποποίησε την ημερομηνία παράδοσης από %[2]s σε %[1]s %[3]s
@@ -1875,7 +1871,6 @@ activity.title.releases_1=%d Κυκλοφορία
18751871
activity.title.releases_n=%d Εκδόσεις
18761872
activity.title.releases_published_by=%s δημοσιεύτηκε από %s
18771873
activity.published_release_label=Δημοσιεύθηκε
1878-
activity.no_git_activity=Δεν έχει υπάρξει καμία δραστηριότητα υποβολών σε αυτήν την περίοδο.
18791874
activity.git_stats_exclude_merges=Εκτός τις συγχωνεύσεις,
18801875
activity.git_stats_author_1=%d συγγραφέας
18811876
activity.git_stats_author_n=%d συγγραφείς

options/locale/locale_en-US.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ files = Files
117117

118118
error = Error
119119
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
120-
error503 = The server was unable to complete your request. Please try again later.
120+
error503 = The server could not complete your request. Please try again later.
121121
go_back = Go Back
122122
invalid_data = Invalid data: %v
123123

@@ -131,7 +131,7 @@ unpin = Unpin
131131

132132
artifacts = Artifacts
133133
expired = Expired
134-
confirm_delete_artifact = Are you sure you want to delete the artifact '%s' ?
134+
confirm_delete_artifact = Are you sure you want to delete the artifact '%s'?
135135

136136
archived = Archived
137137

@@ -171,7 +171,7 @@ internal_error_skipped = Internal error occurred but is skipped: %s
171171
search = Search...
172172
type_tooltip = Search type
173173
fuzzy = Fuzzy
174-
fuzzy_tooltip = Include results that also match the search term closely
174+
fuzzy_tooltip = Include results that closely match the search term
175175
words = Words
176176
words_tooltip = Include only results that match the search term words
177177
regexp = Regexp
@@ -506,7 +506,7 @@ activate_email.text = Please click the following link to verify your email addre
506506
507507
register_notify = Welcome to %s
508508
register_notify.title = %[1]s, welcome to %[2]s
509-
register_notify.text_1 = this is your registration confirmation email for %s!
509+
register_notify.text_1 = This is your registration confirmation email for %s!
510510
register_notify.text_2 = You can now login via username: %s.
511511
register_notify.text_3 = If this account has been created for you, please <a href="%s">set your password</a> first.
512512
@@ -998,7 +998,7 @@ webauthn_alternative_tip = You may want to configure an additional authenticatio
998998

999999
manage_account_links = Manage Linked Accounts
10001000
manage_account_links_desc = These external accounts are linked to your Gitea account.
1001-
account_links_not_available = There are currently no external accounts linked to your Gitea account.
1001+
account_links_not_available = No external accounts are currently linked to your Gitea account.
10021002
link_account = Link Account
10031003
remove_account_link = Remove Linked Account
10041004
remove_account_link_desc = Removing a linked account will revoke its access to your Gitea account. Continue?
@@ -1035,8 +1035,8 @@ new_repo_helper = A repository contains all project files, including revision hi
10351035
owner = Owner
10361036
owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
10371037
repo_name = Repository Name
1038-
repo_name_profile_public_hint= .profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure its public and initialize it with a README in the profile directory to get started.
1039-
repo_name_profile_private_hint = .profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure its private and initialize it with a README in the profile directory to get started.
1038+
repo_name_profile_public_hint= .profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure it's public and initialize it with a README in the profile directory to get started.
1039+
repo_name_profile_private_hint = .profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure it's private and initialize it with a README in the profile directory to get started.
10401040
repo_name_helper = Good repository names use short, memorable and unique keywords. A repository named ".profile" or ".profile-private" could be used to add a README.md for the user/organization profile.
10411041
repo_size = Repository Size
10421042
template = Template
@@ -1058,7 +1058,7 @@ fork_branch = Branch to be cloned to the fork
10581058
all_branches = All branches
10591059
view_all_branches = View all branches
10601060
view_all_tags = View all tags
1061-
fork_no_valid_owners = This repository can not be forked because there are no valid owners.
1061+
fork_no_valid_owners = This repository cannot be forked because there are no valid owners.
10621062
fork.blocked_user = Cannot fork the repository because you are blocked by the repository owner.
10631063
use_template = Use this template
10641064
open_with_editor = Open with %s
@@ -1755,7 +1755,7 @@ issues.due_date_form = "yyyy-mm-dd"
17551755
issues.due_date_form_add = "Add due date"
17561756
issues.due_date_form_edit = "Edit"
17571757
issues.due_date_form_remove = "Remove"
1758-
issues.due_date_not_writer = "You need write access to this repository in order to update the due date of an issue."
1758+
issues.due_date_not_writer = "You need write access to this repository to update the due date of an issue."
17591759
issues.due_date_not_set = "No due date set."
17601760
issues.due_date_added = "added the due date %s %s"
17611761
issues.due_date_modified = "modified the due date from %[2]s to %[1]s %[3]s"
@@ -2123,7 +2123,7 @@ activity.title.releases_1 = %d Release
21232123
activity.title.releases_n = %d Releases
21242124
activity.title.releases_published_by = %s published by %s
21252125
activity.published_release_label = Published
2126-
activity.no_git_activity = There has not been any commit activity in this period.
2126+
activity.no_git_activity = There has been no commit activity in this period.
21272127
activity.git_stats_exclude_merges = Excluding merges,
21282128
activity.git_stats_author_1 = %d author
21292129
activity.git_stats_author_n = %d authors

0 commit comments

Comments
 (0)