Crowdin 2020-09-26 (#711)
Crowdin Update Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/711 Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
<string name="pageTitleExplore">Przeglądaj</string>
|
||||
<string name="pageTitleAdministration">Gitea Administration</string>
|
||||
<string name="pageTitleUserAccounts">Manage Accounts</string>
|
||||
<string name="pageTitleNewPullRequest">New Pull Request</string>
|
||||
<!-- page titles -->
|
||||
<string name="repoName">Repozytorium demo</string>
|
||||
<string name="repoFullname">Repozytorium z ORG</string>
|
||||
@@ -62,6 +63,7 @@
|
||||
<string name="navigation_drawer_open">Otwórz szufladę nawigacji</string>
|
||||
<string name="navigation_drawer_close">Zamknij szufladę nawigacji</string>
|
||||
<string name="logo">Zaloguj się do Gitea</string>
|
||||
<string name="protocol">Protocol</string>
|
||||
<string name="urlInfoTooltip">1- Wybierz poprawny protokół (https lub http). \n2- Wprowadź adres URL Gitea np: try.gitea.io. \n3- Jeśli włączyłeś 2FA dla swojego konta, wprowadź kod w polu OTP Code. \n4 - Dla podstawowej autoryzacji HTTP użyj NAZWAUŻYTKOWNIKA@STRONA.PL w polu URL.</string>
|
||||
<string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
|
||||
<string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
|
||||
@@ -69,6 +71,7 @@
|
||||
<string name="emptyFieldURL">Adres URL instancji jest wymagany</string>
|
||||
<string name="emptyFieldUsername">Nazwa użytkownika jest wymagana</string>
|
||||
<string name="emptyFieldPassword">Hasło jest wymagane</string>
|
||||
<string name="protocolEmptyError">Protocol is required</string>
|
||||
<string name="checkNetConnection">Nie można uzyskać dostępu do sieci, sprawdź swoje połączenie internetowe</string>
|
||||
<string name="netConnectionIsBack">Jej, mamy połączenie z Internetem!</string>
|
||||
<string name="repoNameErrorEmpty">Nazwa repozytorium jest pusta</string>
|
||||
@@ -106,7 +109,6 @@
|
||||
<string name="tab_text_collaborators">Współpracownicy</string>
|
||||
<string name="tabPullRequests">Pull Requesty</string>
|
||||
<string name="noDataIssueTab">Nie znaleziono problemów</string>
|
||||
<string name="infoTabRepoWebsite">Strona internetowa</string>
|
||||
<string name="infoTabRepoSize">Rozmiar</string>
|
||||
<string name="infoTabRepoDefaultBranch">Domyślna gałąź</string>
|
||||
<string name="infoTabRepoSshUrl">Adres URL SSH</string>
|
||||
@@ -419,7 +421,6 @@
|
||||
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string>
|
||||
<string name="genericCopyUrl">Copy URL</string>
|
||||
<!-- generic copy -->
|
||||
<string name="translateText">Przetłumacz GitNex z Crowdin</string>
|
||||
<string name="exploreTextBoxHint">Przeglądaj repozytoria</string>
|
||||
<string name="starRepository">Ogwiazdkuj repozytorium</string>
|
||||
<string name="unStarRepository">Odgwiazdkuj repozytorium</string>
|
||||
@@ -504,7 +505,7 @@
|
||||
<string name="settingsEnableReportsText">Włącz raporty awarii</string>
|
||||
<string name="crashTitle">GitNex zatrzymał się :(</string>
|
||||
<string name="setCrashReports">Raporty awarii</string>
|
||||
<string name="crashMessage">Możesz nacisnąć przycisk OK, aby wysłać raport o awarii pocztą elektroniczną. Pomoże to naprawić to :)\n\nMożesz również dodać dodatkowe treści w wiadomości e-mail. Dziękujemy!</string>
|
||||
<string name="crashMessage">It is encouraged to open an issue at the project repository with how to reproduce this bug. It is easier to debug and fix the problem that way.\n\nTap the OK button to send the crash report by email instead. Additional content could be added in the email.\nThank you!</string>
|
||||
<string name="forceLogoutDialogHeader">Please sign in again</string>
|
||||
<string name="forceLogoutDialogDescription">Due to some major changes regarding the internal functioning of the app, we require you to login again. These changes allow us to make the app more flexible in the future.\n\nThank you for your patience and sorry for the inconvenience.</string>
|
||||
<string name="deleteAllDrafts">Delete All Drafts</string>
|
||||
@@ -560,4 +561,20 @@
|
||||
<string name="repoSettingsDeleteDescription">Things to know before deletion:\n\n- This operation CANNOT be undone.\n- This operation will permanently delete the repository including code, issues, comments, wiki data and collaborator settings.\n\nEnter the repository name as confirmation</string>
|
||||
<string name="repoSettingsDeleteError">Repository name does not match</string>
|
||||
<string name="repoDeletionSuccess">Repository deleted successfully</string>
|
||||
<string name="repoSettingsTransferOwnership">Transfer Ownership</string>
|
||||
<string name="repoSettingsTransferOwnershipHint">Transfer this repository to a user or to an organization for which you have administrator rights</string>
|
||||
<string name="repoSettingsTransferOwnershipDescription">Things to know before transfer:\n\n- You will lose access to the repository if you transfer it to an individual user.\n- You will keep access to the repository if you transfer it to an organization that you (co-)own.\n\nEnter the repository name as confirmation</string>
|
||||
<string name="repoTransferText">Perform Transfer</string>
|
||||
<string name="repoTransferOwnerText">New Owner</string>
|
||||
<string name="repoTransferSuccess">Repository transferred successfully</string>
|
||||
<string name="repoTransferOwnerError">New owner is required</string>
|
||||
<string name="repoTransferError">There is a problem with the owner name. Make sure that the new owner exists</string>
|
||||
<string name="mergeIntoBranch">Merge Into</string>
|
||||
<string name="pullFromBranch">Pull From</string>
|
||||
<string name="sameBranchesError">These branches are equal. There is no need to create a pull request</string>
|
||||
<string name="mergeIntoError">Merge into branch is required</string>
|
||||
<string name="pullFromError">Pull from branch is required</string>
|
||||
<string name="titleError">Title is required</string>
|
||||
<string name="prCreateSuccess">Pull Request created successfully</string>
|
||||
<string name="prAlreadyExists">A pull request between these branches already exists</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user