Skip to content
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

[pull] main from go-gitea:main #60

Merged
merged 39 commits into from
Aug 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
fb271d1
Add label `docs-update-needed` for PRs that modify `app.example.ini` …
wolfogre Aug 9, 2024
42841aa
Fix typo for `LOG_COMPRESSION` in ini (#31809)
wolfogre Aug 9, 2024
df27846
Show latest run when visit /run/latest (#31808)
fuxiaohei Aug 10, 2024
9633f33
Add warning message in merge instructions when `AutodetectManualMerge…
a1012112796 Aug 10, 2024
32075d2
Add types to various low-level functions (#31781)
silverwind Aug 10, 2024
ff1779d
[skip ci] Updated translations via Crowdin
GiteaBot Aug 11, 2024
e45a4c9
Move repository visibility to danger zone in the settings area (#31126)
fabiobarkoski Aug 11, 2024
0470646
Show lock owner instead of repo owner on LFS setting page (#31788)
wolfogre Aug 11, 2024
64ef389
[skip ci] Updated licenses and gitignores
GiteaBot Aug 12, 2024
63c5ac6
Add `:focus-visible` style to buttons (#31799)
silverwind Aug 12, 2024
8883d99
Support issue template assignees (#31083)
Zettat123 Aug 12, 2024
fe7c941
Scroll images in project issues separately from the remaining issue (…
SimonPistache Aug 12, 2024
5bcab0b
[skip ci] Updated translations via Crowdin
GiteaBot Aug 13, 2024
a4dac59
Fixes for unreachable project issues when transfer repository from or…
emrebdr Aug 13, 2024
7d13483
[skip ci] Updated translations via Crowdin
GiteaBot Aug 14, 2024
7569a47
Add spacing to global error message (#31826)
sebluy Aug 14, 2024
1310649
render plain text file if the LFS object doesn't exist (#31812)
bohde Aug 14, 2024
86c848e
[skip ci] Updated translations via Crowdin
GiteaBot Aug 15, 2024
b491b21
Fix panic of ssh public key page after deletion of auth source (#31829)
lunny Aug 15, 2024
7092402
Add missing repository type filter parameters to pager (#31832)
yp05327 Aug 15, 2024
e4f850b
[skip ci] Updated translations via Crowdin
GiteaBot Aug 16, 2024
2010fbe
Fix raw wiki links (#31825)
Zettat123 Aug 16, 2024
acd7053
Avoid returning without written ctx when posting PR (#31843)
wolfogre Aug 16, 2024
2e7d202
fix the component of access token list not mounted (#31824)
sillyguodong Aug 16, 2024
951f02f
Upgrade `htmx` to `2.0.2` (#31847)
yardenshoham Aug 16, 2024
61aaf34
Fix overflowing content in action run log (#31842)
Adrian-Hirt Aug 17, 2024
30ac1fb
[skip ci] Updated translations via Crowdin
GiteaBot Aug 18, 2024
561b5c5
[skip ci] Updated translations via Crowdin
GiteaBot Aug 19, 2024
36232b6
Actions support workflow dispatch event (#28163)
pangliang Aug 19, 2024
4f5c966
Fix actions notify bug (#31866)
lunny Aug 19, 2024
ccf7366
Add tag name in the commits list (#31082)
lunny Aug 19, 2024
0d24c9f
add CfTurnstileSitekey context data to all captcha templates (#31874)
bohde Aug 19, 2024
8b92eba
Fix agit automerge (#31207)
lunny Aug 20, 2024
c03baab
Refactor the usage of batch catfile (#31754)
lunny Aug 20, 2024
d1426de
[skip ci] Updated translations via Crowdin
GiteaBot Aug 21, 2024
d158472
Don't return 500 if mirror url contains special chars (#31859)
lunny Aug 21, 2024
40036b6
Move lock icon position and add additional tooltips to branch list pa…
william-allspice Aug 21, 2024
0299bb9
Use correct function name (#31887)
lunny Aug 21, 2024
e0c27e5
[skip ci] Updated translations via Crowdin
GiteaBot Aug 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[skip ci] Updated translations via Crowdin
  • Loading branch information
GiteaBot committed Aug 22, 2024
commit e0c27e59968f0ecc5e433617f303520fb765b06a
7 changes: 7 additions & 0 deletions options/locale/locale_pt-PT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ org_still_own_repo=Esta organização ainda possui um ou mais repositórios, eli
org_still_own_packages=Esta organização ainda possui um ou mais pacotes, elimine-os primeiro.

target_branch_not_exist=O ramo de destino não existe.
target_ref_not_exist=A referência de destino não existe %s

admin_cannot_delete_self=Não se pode auto-remover quando tem privilégios de administração. Remova esses privilégios primeiro.

Expand Down Expand Up @@ -1273,6 +1274,7 @@ commit_graph.color=Colorido
commit.contained_in=Este cometimento está contido em:
commit.contained_in_default_branch=Este cometimento é parte do ramo principal
commit.load_referencing_branches_and_tags=Carregar ramos e etiquetas que referenciem este cometimento
commit.load_tags_failed=O carregamento das etiquetas falhou por causa de um erro interno
blame=Responsabilidade
download_file=Descarregar ficheiro
normal_view=Vista normal
Expand Down Expand Up @@ -3700,6 +3702,11 @@ workflow.disable_success=A sequência de trabalho '%s' foi desabilitada com suce
workflow.enable=Habilitar sequência de trabalho
workflow.enable_success=A sequência de trabalho '%s' foi habilitada com sucesso.
workflow.disabled=A sequência de trabalho está desabilitada.
workflow.run=Executar sequência de trabalho
workflow.not_found=A sequência de trabalho '%s' não foi encontrada.
workflow.run_success=A sequência de trabalho '%s' foi executada com sucesso.
workflow.from_ref=Usar sequência de trabalho de
workflow.has_workflow_dispatch=Esta sequência de trabalho tem um despoletador de eventos workflow_dispatch.

need_approval_desc=É necessária aprovação para executar sequências de trabalho para a derivação do pedido de integração.

Expand Down