Skip to content

Commit f80b403

Browse files
committed
[skip ci] Updated translations via Crowdin
1 parent 26ae592 commit f80b403

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

options/locale/locale_pt-PT.ini

+1
Original file line numberDiff line numberDiff line change
@@ -3320,6 +3320,7 @@ self_check.database_collation_case_insensitive=A base de dados está a usar a co
33203320
self_check.database_inconsistent_collation_columns=A base de dados está a usar a colação %s, mas estas colunas estão a usar colações diferentes. Isso poderá causar alguns problemas inesperados.
33213321
self_check.database_fix_mysql=Para utilizadores do MySQL/MariaDB, pode usar o comando "gitea doctor convert" para resolver os problemas de colação. Também pode resolver o problema com comandos SQL "ALTER ... COLLATE ..." aplicados manualmente.
33223322
self_check.database_fix_mssql=Para utilizadores do MSSQL só pode resolver o problema aplicando comandos SQL "ALTER ... COLLATE ..." manualmente, por enquanto.
3323+
self_check.location_origin_mismatch=O URL corrente (%[1]s) não corresponde ao URL visto pelo Gitea (%[2]s). Se estiver a usar um reverse proxy, certifique-se que os cabeçalhos "Host" e "X-Forwarded-Proto" estão bem definidos.
33233324

33243325
[action]
33253326
create_repo=criou o repositório <a href="%s">%s</a>

options/locale/locale_zh-CN.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ settings.ignore_stale_approvals_desc=对旧提交(过期审核)的批准将
23982398
settings.require_signed_commits=需要签名提交
23992399
settings.require_signed_commits_desc=拒绝推送未签名或无法验证的提交到分支
24002400
settings.protect_branch_name_pattern=受保护的分支名称模式
2401-
settings.protect_branch_name_pattern_desc=分支保护的名称匹配规则。语法请参阅 <a href="github.com/gobwas/glob">文档</a> 。如:main, release/**
2401+
settings.protect_branch_name_pattern_desc=分支保护的名称匹配规则。语法请参阅 <a href="https://github.com/gobwas/glob">文档</a> 。如:main, release/**
24022402
settings.protect_patterns=规则
24032403
settings.protect_protected_file_patterns=受保护的文件模式(使用分号 ';' 分隔):
24042404
settings.protect_protected_file_patterns_desc=即使用户有权添加、编辑或删除此分支中的文件,也不允许直接更改受保护的文件。 可以使用分号 (';') 分隔多个模式。 见<a href='https://pkg.go.dev/github.com/gobwas/glob#Compile'>github.com/gobwas/glob</a>文档了解模式语法。例如: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>

0 commit comments

Comments
 (0)