mirror of
https://github.com/go-gitea/gitea
synced 2025-08-13 13:08:19 +00:00
Backport locales to 1.19 (#23960)
This time the backport is done by `backport-locales.go` automatically, no manual fix. However, there are some new broken translations in 1.20 (main branch), so we must fix our ini package next time, then the broken could be resolved fundmentally.
This commit is contained in:
@@ -2029,6 +2029,7 @@ search.code_no_results=کد منبعی مطابق با جستجوی شما یا
|
||||
settings.event_wiki=دانشنامه
|
||||
branch.create_branch_operation=ایجاد شاخه
|
||||
issues.remove_assignee_at=جدا شده توسط <b>%s</b> %s
|
||||
issues.add_assignee_at=اختصاص داده شده توسط <b>%s</b> %s
|
||||
|
||||
[org]
|
||||
org_name_holder=نام سازمان
|
||||
@@ -2619,7 +2620,7 @@ create_repo=مخزن ایجاد شده <a href="%s"> %s</a>
|
||||
rename_repo=مخزن تغییر نام داد از <code>%[1]s</code> به <a href="%[2]s">%[3]s</a>
|
||||
commit_repo=به <a href="%[2]s">%[3]s</a> در <a href="%[1]s">%[4]s</a> push شد
|
||||
create_issue=مشکل باز <a href="%[1]s">%[3]s#%[2]s</a>
|
||||
close_issue="مشکل بسته <a href="%[1]s">%[3]s#%[2]s</a>
|
||||
close_issue=مشکل بسته <a href="%[1]s">%[3]s#%[2]s</a>
|
||||
reopen_issue=مشکل دوباره باز شد <a href="%[1]s">%[3]s#%[2]s</a>
|
||||
create_pull_request=درخواست pull ایجاد شده <a href="%[1]s">%[3]s#%[2]s</a>
|
||||
close_pull_request=درخواست pull بسته <a href="%[1]s">%[3]s#%[2]s</a>
|
||||
|
Reference in New Issue
Block a user