#1612 Ability to send mail when a new pull request is submitted
This commit is contained in:
@@ -28,6 +28,7 @@ organization=Organizacja
|
||||
mirror=Mirror
|
||||
new_repo=Nowe repozytorium
|
||||
new_migrate=Nowa migracja
|
||||
new_mirror=New Mirror
|
||||
new_fork=Forkuj repozytorium
|
||||
new_org=Nowa organizacja
|
||||
manage_org=Zarządzaj organizacjami
|
||||
@@ -352,6 +353,8 @@ auto_init=Initialize this repository with selected files and template
|
||||
create_repo=Utwórz repozytorium
|
||||
default_branch=Domyślna gałąź
|
||||
mirror_interval=Odświeżanie mirrorów (godziny)
|
||||
mirror_address=Mirror Address
|
||||
mirror_address_desc=Please include necessary user credentials in the address.
|
||||
watchers=Watchers
|
||||
stargazers=Stargazers
|
||||
forks=Forks
|
||||
@@ -369,6 +372,7 @@ migrate.permission_denied=You are not allowed to import local repositories.
|
||||
migrate.invalid_local_path=Ścieżka jest niepoprawna. Nie istnieje lub nie jest katalogiem.
|
||||
migrate.failed=Migration failed: %v
|
||||
|
||||
mirror_from=mirror from
|
||||
forked_from=sklonowany z
|
||||
fork_from_self=You cannot fork a repository you already own!
|
||||
copy_link=Kopiuj
|
||||
@@ -506,9 +510,9 @@ pulls.merged=Scalone
|
||||
pulls.has_merged=This pull request has been merged successfully!
|
||||
pulls.data_broken=Data of this pull request has been broken due to deletion of fork information.
|
||||
pulls.is_checking=The conflict checking is still in progress, please refresh page in few moments.
|
||||
pulls.can_auto_merge_desc=You can perform auto-merge operation on this pull request.
|
||||
pulls.cannot_auto_merge_desc=You can't perform auto-merge operation because there are conflicts between commits.
|
||||
pulls.cannot_auto_merge_helper=Please use command line tool to solve it.
|
||||
pulls.can_auto_merge_desc=This pull request can be merged automatically.
|
||||
pulls.cannot_auto_merge_desc=This pull request can't be merged automatically because there are conflicts.
|
||||
pulls.cannot_auto_merge_helper=Please merge manually in order to resolve the conflicts.
|
||||
pulls.merge_pull_request=Scal Pull Request
|
||||
pulls.open_unmerged_pull_exists=`You can't perform reopen operation because there is already an open pull request (#%d) from same repository with same merge information and is waiting for merging.`
|
||||
|
||||
@@ -1018,7 +1022,7 @@ comment_issue=`skomentował problem <a href="%s/issues/%s">#%[2]s %[3]s</a>`
|
||||
merge_pull_request=scalił pull request <a href="%s/pulls/%s"> %s #%[2]s"</a>
|
||||
transfer_repo=przeniósł repozytorium <code>%s</code> do <a href="%s">%s</a>
|
||||
push_tag=opublikował tag <a href="%s/src/%s">%[2]s</a> w <a href="%[1]s">%[3]s</a>
|
||||
compare_commits=Zobacz porównanie tych %d commitów
|
||||
compare_commits=View comparison for these %d commits
|
||||
|
||||
[tool]
|
||||
ago=temu
|
||||
|
||||
Reference in New Issue
Block a user