mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-07 02:39:31 +01:00
[skip ci] Updated translations via Crowdin
This commit is contained in:
parent
db895040dd
commit
62a6717701
2 changed files with 7 additions and 0 deletions
|
@ -2763,6 +2763,7 @@ publish_release=`lançou <a href="%s/releases/tag/%s"> "%[4]s" </a> à <a href="
|
||||||
review_dismissed=`descartou a revisão de <b>%[4]s</b> para <a href="%[1]s/pulls/%[2]s">%[3]s#%[2]s</a>`
|
review_dismissed=`descartou a revisão de <b>%[4]s</b> para <a href="%[1]s/pulls/%[2]s">%[3]s#%[2]s</a>`
|
||||||
review_dismissed_reason=Motivo:
|
review_dismissed_reason=Motivo:
|
||||||
create_branch=criou o ramo <a href="%[1]s/src/branch/%[2]s">%[3]s</a> em <a href="%[1]s">%[4]s</a>
|
create_branch=criou o ramo <a href="%[1]s/src/branch/%[2]s">%[3]s</a> em <a href="%[1]s">%[4]s</a>
|
||||||
|
watched_repo=começou a vigiar <a href="%[1]s">%[2]s</a>
|
||||||
|
|
||||||
[tool]
|
[tool]
|
||||||
ago=há %s
|
ago=há %s
|
||||||
|
|
|
@ -228,6 +228,7 @@ view_home=訪問 %s
|
||||||
search_repos=搜尋儲存庫...
|
search_repos=搜尋儲存庫...
|
||||||
filter=其他篩選條件
|
filter=其他篩選條件
|
||||||
filter_by_team_repositories=以團隊儲存庫篩選
|
filter_by_team_repositories=以團隊儲存庫篩選
|
||||||
|
feed_of=「%s」的訊息來源
|
||||||
|
|
||||||
show_archived=已封存
|
show_archived=已封存
|
||||||
show_both_archived_unarchived=顯示已封存和未封存
|
show_both_archived_unarchived=顯示已封存和未封存
|
||||||
|
@ -887,6 +888,7 @@ migrate_items_releases=版本發佈
|
||||||
migrate_repo=遷移儲存庫
|
migrate_repo=遷移儲存庫
|
||||||
migrate.clone_address=從 URL 遷移 / Clone
|
migrate.clone_address=從 URL 遷移 / Clone
|
||||||
migrate.clone_address_desc=現有存儲庫的 HTTP(S) 或 Git Clone URL
|
migrate.clone_address_desc=現有存儲庫的 HTTP(S) 或 Git Clone URL
|
||||||
|
migrate.github_token_desc=由於 Github API 的速率限制,您可在此輸入一個或多個由半形逗號「,」分隔的 Token 來加快遷移速度。警告:濫用此功能可能會違反該服務提供者的政策並導致帳戶被封鎖。
|
||||||
migrate.clone_local_path=或者是本地端伺服器路徑
|
migrate.clone_local_path=或者是本地端伺服器路徑
|
||||||
migrate.permission_denied=您並沒有導入本地儲存庫的權限。
|
migrate.permission_denied=您並沒有導入本地儲存庫的權限。
|
||||||
migrate.permission_denied_blocked=您未被允許從已封鎖的主機匯入。
|
migrate.permission_denied_blocked=您未被允許從已封鎖的主機匯入。
|
||||||
|
@ -2026,6 +2028,8 @@ diff.file_image_height=高度
|
||||||
diff.file_byte_size=大小
|
diff.file_byte_size=大小
|
||||||
diff.file_suppressed=檔案差異因為檔案過大而無法顯示
|
diff.file_suppressed=檔案差異因為檔案過大而無法顯示
|
||||||
diff.file_suppressed_line_too_long=檔案差異因為一行或多行太長而無法顯示
|
diff.file_suppressed_line_too_long=檔案差異因為一行或多行太長而無法顯示
|
||||||
|
diff.too_many_files=本差異變更的檔案數量過多導致部分檔案未顯示
|
||||||
|
diff.show_more=顯示更多
|
||||||
diff.generated=generated
|
diff.generated=generated
|
||||||
diff.vendored=vendored
|
diff.vendored=vendored
|
||||||
diff.comment.placeholder=留言...
|
diff.comment.placeholder=留言...
|
||||||
|
@ -2774,6 +2778,8 @@ publish_release=`發佈了 <a href="%[1]s">%[3]s</a> 的<a href="%s/releases/tag
|
||||||
review_dismissed=`取消了 <b>%[4]s</b> 對 <a href="%[1]s/pulls/%[2]s">%[3]s#%[2]s</a> 的審核`
|
review_dismissed=`取消了 <b>%[4]s</b> 對 <a href="%[1]s/pulls/%[2]s">%[3]s#%[2]s</a> 的審核`
|
||||||
review_dismissed_reason=原因:
|
review_dismissed_reason=原因:
|
||||||
create_branch=建立了分支 <a href="%[1]s/src/branch/%[2]s">%[3]s</a> 於 <a href="%[1]s">%[4]s</a>
|
create_branch=建立了分支 <a href="%[1]s/src/branch/%[2]s">%[3]s</a> 於 <a href="%[1]s">%[4]s</a>
|
||||||
|
stared_repo=為 <a href="%[1]s">%[2]s</a> 加上星號
|
||||||
|
watched_repo=開始關注 <a href="%[1]s">%[2]s</a>
|
||||||
|
|
||||||
[tool]
|
[tool]
|
||||||
ago=%s前
|
ago=%s前
|
||||||
|
|
Loading…
Reference in a new issue