Crowdin 2020-08-21 (#658)

Crowdin 2020-08-21

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/658
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
This commit is contained in:
6543 2020-08-21 18:20:28 +02:00 committed by M M Arif
parent da338fcc83
commit 185bdb863d
15 changed files with 780 additions and 540 deletions

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">ملف جديد</string> <string name="pageTitleNewFile">ملف جديد</string>
<string name="pageTitleExplore">استكشف</string> <string name="pageTitleExplore">استكشف</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Demo repo</string> <string name="repoName">Demo repo</string>
<string name="repoFullname">Repo with ORG</string> <string name="repoFullname">Repo with ORG</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Close Navigation Drawer</string> <string name="navigation_drawer_close">Close Navigation Drawer</string>
<string name="logo">لِج إلى Gitea</string> <string name="logo">لِج إلى Gitea</string>
<string name="urlInfoTooltip">1- Choose the correct protocol(https or http). \n2- Enter Gitea url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field.</string> <string name="urlInfoTooltip">1- Choose the correct protocol(https or http). \n2- Enter Gitea url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field.</string>
<string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors.</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> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">Malformed JSON was received. Server response was not successful.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">Instance URL is required</string> <string name="emptyFieldURL">Instance URL is required</string>
<string name="emptyFieldUsername">اسم المستخدم لازم</string> <string name="emptyFieldUsername">اسم المستخدم لازم</string>
<string name="emptyFieldPassword">الكلمة السرية لازمة</string> <string name="emptyFieldPassword">الكلمة السرية لازمة</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Something went wrong, please try again</string> <string name="orgCreatedError">Something went wrong, please try again</string>
<string name="orgExistsError">Organization already exists</string> <string name="orgExistsError">Organization already exists</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Binary files are not supported yet.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Processing</string> <string name="processingText">Processing</string>
<string name="search">البحث</string> <string name="search">البحث</string>
<string name="close">أغلق</string> <string name="close">أغلق</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Please write your comment</string> <string name="commentEmptyError">Please write your comment</string>
<string name="commentSuccess">Comment posted</string> <string name="commentSuccess">Comment posted</string>
<string name="commentError">Something went wrong, please try again</string> <string name="commentError">Something went wrong, please try again</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">الصورة الرمزية</string> <string name="generalImgContentText">الصورة الرمزية</string>
<string name="noDataMilestonesTab">No milestones found</string> <string name="noDataMilestonesTab">No milestones found</string>
<string name="commitAuthor">Commit author: %1$s</string> <string name="commitAuthor">Commit author: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Something went wrong, please try again</string> <string name="labelDeleteErrorText">Something went wrong, please try again</string>
<string name="noDataBranchesTab">No branches found</string> <string name="noDataBranchesTab">No branches found</string>
<string name="alertDialogTokenRevokedTitle">Authorization Error</string> <string name="alertDialogTokenRevokedTitle">Authorization Error</string>
<string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents. In case of revoked Token, please logout and login again</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">إلغاء</string> <string name="alertDialogTokenRevokedCopyNegativeButton">إلغاء</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">الخروج</string> <string name="alertDialogTokenRevokedCopyPositiveButton">الخروج</string>
<string name="labelDeleteTitle">Delete\u0020</string> <string name="labelDeleteTitle">Delete\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Comment updated</string> <string name="editCommentUpdatedText">Comment updated</string>
<string name="issueCommentShare">Share Comment</string> <string name="issueCommentShare">Share Comment</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Add / Remove Collaborator</string> <string name="addCollaboratorTitle">Add / Remove Collaborator</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">إضافة عنوان بريد إلكتروني</string> <string name="profileCreateNewEmailAddress">إضافة عنوان بريد إلكتروني</string>
<string name="profileEmailButton">حفظ</string> <string name="profileEmailButton">حفظ</string>
<string name="profileEmailTitle">عنوان البريد الإلكتروني</string> <string name="profileEmailTitle">عنوان البريد الإلكتروني</string>
<string name="emailAddedText">New email added successfully.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">عنوان البريد الإلكتروني فارغ.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">عنوان البريد الإلكتروني غير صالح</string> <string name="emailErrorInvalid">عنوان البريد الإلكتروني غير صالح</string>
<string name="emailErrorInUse">عنوان البريد الإلكتروني مستخدم مسبقاً</string> <string name="emailErrorInUse">عنوان البريد الإلكتروني مستخدم مسبقاً</string>
<string name="emailTypeText">أساسي</string> <string name="emailTypeText">أساسي</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">العنوان فارغ</string> <string name="titleErrorEmpty">العنوان فارغ</string>
<string name="releaseCreatedText">New release created</string> <string name="releaseCreatedText">New release created</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">OTP code should be numbers.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">OTP Code (Optional)</string> <string name="loginOTP">OTP Code (Optional)</string>
<string name="otpMessage">Enter the otp code if 2FA is enabled</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">افتح في المتصفح</string> <string name="openWebRepo">افتح في المتصفح</string>
<string name="repoStargazersInMenu">المُعجَبون</string> <string name="repoStargazersInMenu">المُعجَبون</string>
<string name="repoWatchersInMenu">المشاهدون</string> <string name="repoWatchersInMenu">المشاهدون</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string> <string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string> <string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">انسخ عنوان المشكلة</string> <string name="copyIssueUrl">انسخ عنوان المشكلة</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string> <string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -415,6 +417,7 @@
<string name="isOpen">Open</string> <string name="isOpen">Open</string>
<string name="isClosed">Closed</string> <string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <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 --> <!-- generic copy -->
<string name="translateText">ترجم GitNex على كراودين</string> <string name="translateText">ترجم GitNex على كراودين</string>
<string name="exploreTextBoxHint">Explore repositories</string> <string name="exploreTextBoxHint">Explore repositories</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">تمت إضافة المستودع إلى قائمة المراقبة</string> <string name="watchRepositorySuccess">تمت إضافة المستودع إلى قائمة المراقبة</string>
<string name="unWatchRepositorySuccess">تمت إزالة المستودع مِن قائمة المراقبة</string> <string name="unWatchRepositorySuccess">تمت إزالة المستودع مِن قائمة المراقبة</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string> <string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string> <string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
<string name="loginViaPassword">اسم المستخدم / الكلمة السرية</string> <string name="loginViaPassword">اسم المستخدم / الكلمة السرية</string>
<string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string> <string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string>
<string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string> <string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string>
<string name="loginTokenError">Please enter the correct token</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">No pull requests found</string> <string name="noDataPullRequests">No pull requests found</string>
<string name="prCreator">Creator :\u0020</string> <string name="prCreator">Creator :\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">دمج</string> <string name="mergePullRequestButtonText">دمج</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string> <string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Merge comment</string> <string name="mergeCommentText">Merge comment</string>
<string name="mergePRSuccessMsg">Pull Request was merged successfully</string> <string name="mergePRSuccessMsg">Pull Request was merged successfully</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string> <string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string> <string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Size</string> <string name="sizeCopy">Size</string>
<string name="shareIssue">Share Issue</string> <string name="shareIssue">Share Issue</string>
<string name="sharePr">Share Pull Request</string> <string name="sharePr">Share Pull Request</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Certificate Verification</string> <string name="mtm_notification">Certificate Verification</string>
<string name="mtm_accept_cert">Accept Unknown Certificate?</string> <string name="mtm_accept_cert">Accept Unknown Certificate?</string>
<string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">The server certificate is expired.</string> <string name="mtm_cert_expired">The server certificate is expired.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accept Mismatching Server Name?</string>
<string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string> <string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Crash reports</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archived</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">Neue Datei</string> <string name="pageTitleNewFile">Neue Datei</string>
<string name="pageTitleExplore">Erkunden</string> <string name="pageTitleExplore">Erkunden</string>
<string name="pageTitleAdministration">Gitea-Administration</string> <string name="pageTitleAdministration">Gitea-Administration</string>
<string name="pageTitleUserAccounts">Konten verwalten (Beta)</string> <string name="pageTitleUserAccounts">Konten verwalten</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Demo Repo</string> <string name="repoName">Demo Repo</string>
<string name="repoFullname">Repo mit ORG</string> <string name="repoFullname">Repo mit ORG</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Navigationsleiste schließen</string> <string name="navigation_drawer_close">Navigationsleiste schließen</string>
<string name="logo">In Gitea anmelden</string> <string name="logo">In Gitea anmelden</string>
<string name="urlInfoTooltip">1- Wähle das richtige Protokoll (https oder http) \ N2- Gebe die Gitea-URL ein, z.B. try.gitea.io \n3- Falls du 2FA aktiviert hast, gib den Code in das OTP-Code Feld ein. \n4- Für HTTP basic auth nutze BENUTZERNAME@DOMAIN.COM im URL Feld</string> <string name="urlInfoTooltip">1- Wähle das richtige Protokoll (https oder http) \ N2- Gebe die Gitea-URL ein, z.B. try.gitea.io \n3- Falls du 2FA aktiviert hast, gib den Code in das OTP-Code Feld ein. \n4- Für HTTP basic auth nutze BENUTZERNAME@DOMAIN.COM im URL Feld</string>
<string name="malformedUrl">Konnte keine Verbindung zum Host herstellen. Bitte überprüfe die URL oder Port auf irgendwelche Fehler.</string> <string name="malformedUrl">Konnte keine Verbindung zum Host herstellen. Bitte überprüfe die URL oder Port auf irgendwelche Fehler</string>
<string name="protocolError">Es wird nicht empfohlen, das HTTP-Protokoll zu verwenden, es sei denn, du testest in einem lokalen Netzwerk.</string> <string name="protocolError">Es wird nicht empfohlen, das HTTP-Protokoll zu verwenden, es sei denn, du testest in einem lokalen Netzwerk</string>
<string name="malformedJson">Fehlerhaftes JSON erhalten. Serveranfrage war nicht erfolgreich.</string> <string name="malformedJson">Fehlerhaftes JSON erhalten. Serveranfrage war nicht erfolgreich</string>
<string name="emptyFieldURL">Instanzen-URL ist erforderlich</string> <string name="emptyFieldURL">Instanzen-URL ist erforderlich</string>
<string name="emptyFieldUsername">Benutzername ist erforderlich</string> <string name="emptyFieldUsername">Benutzername ist erforderlich</string>
<string name="emptyFieldPassword">Passwort ist erforderlich</string> <string name="emptyFieldPassword">Passwort ist erforderlich</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Etwas ist schief gelaufen. Bitte versuche es erneut</string> <string name="orgCreatedError">Etwas ist schief gelaufen. Bitte versuche es erneut</string>
<string name="orgExistsError">Organisation existiert bereits</string> <string name="orgExistsError">Organisation existiert bereits</string>
<string name="binaryFileError">Binäre Dateien werden noch nicht unterstützt.</string> <string name="binaryFileError">Binäre Dateien werden noch nicht unterstützt.</string>
<string name="fileTooLarge">Diese Datei überschreitet die maximal möglichen Diff-Länge.</string> <string name="fileTooLarge">Diese Datei überschreitet die maximal möglichen Diff-Länge</string>
<string name="processingText">verarbeite</string> <string name="processingText">verarbeite</string>
<string name="search">Suche</string> <string name="search">Suche</string>
<string name="close">Schließen</string> <string name="close">Schließen</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Bitte schreibe deinen Kommentar!</string> <string name="commentEmptyError">Bitte schreibe deinen Kommentar!</string>
<string name="commentSuccess">Kommentar gepostet</string> <string name="commentSuccess">Kommentar gepostet</string>
<string name="commentError">Etwas ist schief gelaufen. Bitte versuche es erneut</string> <string name="commentError">Etwas ist schief gelaufen. Bitte versuche es erneut</string>
<string name="featureDeprecated">Diese Funktion wird in Zukunft entfernt.</string> <string name="featureDeprecated">Diese Funktion wird in Zukunft entfernt</string>
<string name="generalImgContentText">Benutzerbild</string> <string name="generalImgContentText">Benutzerbild</string>
<string name="noDataMilestonesTab">Kein Meilenstein gefunden!</string> <string name="noDataMilestonesTab">Kein Meilenstein gefunden!</string>
<string name="commitAuthor">Commit Autor: %1$s</string> <string name="commitAuthor">Commit Autor: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Etwas ist schief gelaufen. Bitte versuche es erneut</string> <string name="labelDeleteErrorText">Etwas ist schief gelaufen. Bitte versuche es erneut</string>
<string name="noDataBranchesTab">Keine Branch gefunden!</string> <string name="noDataBranchesTab">Keine Branch gefunden!</string>
<string name="alertDialogTokenRevokedTitle">Autorisierungsfehler</string> <string name="alertDialogTokenRevokedTitle">Autorisierungsfehler</string>
<string name="alertDialogTokenRevokedMessage">Es scheint, dass das Access Token widerrufen wurde ODER du die Inhalte nicht sehen darfst. Im Falle von widerrufenen Token, bitte logge dich aus und wieder ein.</string> <string name="alertDialogTokenRevokedMessage">Es scheint, dass der Access Token widerrufen wurde ODER du diese Inhalte nicht sehen darfst.\n\nFalls der Token wiederrufen wurde, melde dich bitte ab und wieder an</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Abbrechen</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Abbrechen</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Abmelden</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Abmelden</string>
<string name="labelDeleteTitle">Löschen\u0020</string> <string name="labelDeleteTitle">Löschen\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Kommentar erfolgreich bearbeitet</string> <string name="editCommentUpdatedText">Kommentar erfolgreich bearbeitet</string>
<string name="issueCommentShare">Kommentar teilen</string> <string name="issueCommentShare">Kommentar teilen</string>
<string name="deleteCommentSuccess">Kommentar erfolgreich gelöscht</string> <string name="deleteCommentSuccess">Kommentar erfolgreich gelöscht</string>
<string name="copyCommentText">Kommentar kopieren</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Mitarbeiter hinzufügen</string> <string name="addCollaboratorTitle">Mitarbeiter hinzufügen</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">E-Mail Adresse hinzufügen</string> <string name="profileCreateNewEmailAddress">E-Mail Adresse hinzufügen</string>
<string name="profileEmailButton">Speichern</string> <string name="profileEmailButton">Speichern</string>
<string name="profileEmailTitle">E-Mail Adresse</string> <string name="profileEmailTitle">E-Mail Adresse</string>
<string name="emailAddedText">Neue E-Mail Adresse erfolgreich hinzugefügt.</string> <string name="emailAddedText">Neue E-Mail Adresse erfolgreich hinzugefügt</string>
<string name="emailErrorEmpty">E-Mail Adresse ist leer.</string> <string name="emailErrorEmpty">E-Mail Adresse ist leer</string>
<string name="emailErrorInvalid">E-Mail Adresse ist ungültig.</string> <string name="emailErrorInvalid">E-Mail Adresse ist ungültig.</string>
<string name="emailErrorInUse">E-Mail Adresse ist bereits in Benutzung.</string> <string name="emailErrorInUse">E-Mail Adresse ist bereits in Benutzung.</string>
<string name="emailTypeText">Primär</string> <string name="emailTypeText">Primär</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Der Titel ist leer</string> <string name="titleErrorEmpty">Der Titel ist leer</string>
<string name="releaseCreatedText">Neuer Release erstellt</string> <string name="releaseCreatedText">Neuer Release erstellt</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">Der OTP-Code muss aus Zahlen bestehen.</string> <string name="loginOTPTypeError">Der OTP-Code muss aus Zahlen bestehen</string>
<string name="loginOTP">OTP-Code (optional)</string> <string name="loginOTP">OTP-Code (optional)</string>
<string name="otpMessage">Gib den OTP-Code ein, wenn 2FA eingeschaltet ist</string> <string name="otpMessage">Gib den Otp-Code ein, wenn 2FA eingeschaltet ist</string>
<string name="openWebRepo">Öffne mit Browser</string> <string name="openWebRepo">Öffne mit Browser</string>
<string name="repoStargazersInMenu">Favorisierer</string> <string name="repoStargazersInMenu">Favorisierer</string>
<string name="repoWatchersInMenu">Beobachter</string> <string name="repoWatchersInMenu">Beobachter</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">Neuer Branch-Name kann nicht leer sein, wenn der derzeitige Branch nicht ausgewählt ist</string> <string name="newFileRequiredFieldNewBranchName">Neuer Branch-Name kann nicht leer sein, wenn der derzeitige Branch nicht ausgewählt ist</string>
<string name="strFilter">Filter</string> <string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Issue Link kopieren</string> <string name="copyIssueUrl">Issue Link kopieren</string>
<string name="copyIssueUrlToastMsg">URL in Zwischenablage kopiert</string> <string name="copyIssueUrlToastMsg">URL in Zwischenablage kopiert</string>
<string name="copyIssueCommentToastMsg">Mein Kommentar in die Zwischenablage kopieren</string> <string name="copyIssueCommentToastMsg">Mein Kommentar in die Zwischenablage kopieren</string>
@ -415,6 +417,7 @@
<string name="isOpen">Offen</string> <string name="isOpen">Offen</string>
<string name="isClosed">Geschlossen</string> <string name="isClosed">Geschlossen</string>
<string name="genericServerResponseError">Wir können den Server im Moment nicht erreichen. Bitte überprüfen Sie Ihren Serverstatus und versuchen Sie es erneut</string> <string name="genericServerResponseError">Wir können den Server im Moment nicht erreichen. Bitte überprüfen Sie Ihren Serverstatus und versuchen Sie es erneut</string>
<string name="genericCopyUrl">Link kopieren</string>
<!-- generic copy --> <!-- generic copy -->
<string name="translateText">GitNex mit Crowdin übersetzen</string> <string name="translateText">GitNex mit Crowdin übersetzen</string>
<string name="exploreTextBoxHint">Repositories entdecken</string> <string name="exploreTextBoxHint">Repositories entdecken</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Repository zur Merkliste hinzugefügt</string> <string name="watchRepositorySuccess">Repository zur Merkliste hinzugefügt</string>
<string name="unWatchRepositorySuccess">Repository von der Merkliste entfernt</string> <string name="unWatchRepositorySuccess">Repository von der Merkliste entfernt</string>
<string name="titleDrafts">Entwürfe</string> <string name="titleDrafts">Entwürfe</string>
<string name="versionUnsupportedOld">Nicht unterstützte alte Version(%1$s) von Gitea erkannt. Bitte aktualisieren Sie auf die neueste stabile Version. Wenn Sie fortfahren, funktioniert die App möglicherweise nicht ordnungsgemäß.</string> <string name="versionUnsupportedOld">Nicht unterstützte alte Version(%1$s) von Gitea erkannt. Bitte aktualisieren Sie auf die neueste stabile Version. Wenn Sie fortfahren, funktioniert die App möglicherweise nicht ordnungsgemäß</string>
<string name="versionUnsupportedNew">Neue Gitea-Version erkannt! Bitte UPDATE GitNex!</string> <string name="versionUnsupportedNew">Neue Gitea-Version erkannt! Bitte UPDATE GitNex!</string>
<string name="versionUnknown">Keine Gitea erkannt!</string> <string name="versionUnknown">Keine Gitea erkannt!</string>
<string name="versionAlertDialogHeader">Nicht unterstützte Version von Gitea</string> <string name="versionAlertDialogHeader">Nicht unterstützte Version von Gitea</string>
<string name="loginViaPassword">Benutzername/Passwort</string> <string name="loginViaPassword">Benutzername/Passwort</string>
<string name="loginMethodText">Wählen deine bevorzugte Login-Methode, um auf deinen Account zuzugreifen. Token ist sicherer!</string> <string name="loginMethodText">Wählen deine bevorzugte Login-Methode, um auf deinen Account zuzugreifen. Token ist sicherer!</string>
<string name="unauthorizedApiError">Gitea hat einen Fehler zurückgegeben - Nicht autorisiert. Überprüfen Sie Ihre Anmeldeinformationen und versuchen Sie es erneut</string> <string name="unauthorizedApiError">Gitea hat einen Fehler zurückgegeben - Nicht autorisiert. Überprüfen Sie Ihre Anmeldeinformationen und versuchen Sie es erneut</string>
<string name="loginTokenError">Bitte gib einen richtigen Token ein</string> <string name="loginTokenError">Token ist erforderlich</string>
<string name="prDeletedFrok">Gelöschter Fork</string> <string name="prDeletedFrok">Gelöschter Fork</string>
<string name="noDataPullRequests">Keine Pull-Requests gefunden</string> <string name="noDataPullRequests">Keine Pull-Requests gefunden</string>
<string name="prCreator">Ersteller:\u0020</string> <string name="prCreator">Ersteller:\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Zusammenführen</string> <string name="mergePullRequestButtonText">Zusammenführen</string>
<string name="deleteBranchAfterMerge">Branch nach dem Zusammenführen löschen</string> <string name="deleteBranchAfterMerge">Branch nach dem Zusammenführen löschen</string>
<string name="mergeNoteText">Zusammenführen kann fehlschlagen, wenn du dafür nicht die Berechtigungen besitzt.</string> <string name="mergeNoteText">Zusammenführen kann fehlschlagen, wenn du dafür nicht die Berechtigungen besitzt.</string>
<string name="mergeInfoDisabledMessage">Deaktivierte Merge Schaltfläche bedeutet, dass es Konflikte oder andere Dinge gibt, die vor dem Zusammenführen behoben werden müssen.</string> <string name="mergeInfoDisabledMessage">Deaktivierte Merge Schaltfläche bedeutet, dass es Konflikte oder andere Dinge gibt, die vor dem Zusammenführen behoben werden müssen</string>
<string name="deleteBranchForkInfo">Dieser Branch gehört zu einem geforkten Repository</string> <string name="deleteBranchForkInfo">Dieser Branch gehört zu einem geforkten Repository</string>
<string name="mergeCommentText">Zusammenführ-Kommentar</string> <string name="mergeCommentText">Zusammenführ-Kommentar</string>
<string name="mergePRSuccessMsg">Dieser Pull-Request wurde erfolgreich zusammengeführt</string> <string name="mergePRSuccessMsg">Dieser Pull-Request wurde erfolgreich zusammengeführt</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Bitte warte, bis die Datei in den Speicher geladen wurde</string> <string name="waitLoadingDownloadFile">Bitte warte, bis die Datei in den Speicher geladen wurde</string>
<string name="downloadFileSaved">Datei erfolgreich gespeichert</string> <string name="downloadFileSaved">Datei erfolgreich gespeichert</string>
<string name="excludeFilesInFileviewer">Dieser Dateityp wird nicht vom Datei-Viewer unterstützt. Du kannst sie stattdessen übers Menü herunterladen.</string> <string name="excludeFilesInFileviewer">Dieser Dateityp wird nicht vom Datei-Viewer unterstützt. Du kannst sie stattdessen übers Menü herunterladen.</string>
<string name="deleteFile">Diese Datei löschen</string>
<string name="editFile">Diese Datei bearbeiten</string>
<string name="deleteFileText">Lösche %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Bearbeite %1$s</string>
<string name="editFileMessage">Datei wurde von Branch %1$s geändert</string>
<string name="sizeCopy">Größe</string> <string name="sizeCopy">Größe</string>
<string name="shareIssue">Issue teilen</string> <string name="shareIssue">Issue teilen</string>
<string name="sharePr">Pull-Request teilen</string> <string name="sharePr">Pull-Request teilen</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Zertifikatsüberprüfung</string> <string name="mtm_notification">Zertifikatsüberprüfung</string>
<string name="mtm_accept_cert">Unbekanntes Zertifikat akzeptieren?</string> <string name="mtm_accept_cert">Unbekanntes Zertifikat akzeptieren?</string>
<string name="mtm_trust_anchor">Das Server-Zertifikat ist nicht von einer bekannten Zertifizierungsstelle signiert.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">Das Server-Zertifikat ist abgelaufen.</string> <string name="mtm_cert_expired">Das Server-Zertifikat ist abgelaufen.</string>
<string name="mtm_accept_server_name">Nicht übereinstimmender Hostname akzeptieren?</string> <string name="mtm_accept_server_name">Nicht übereinstimmender Hostname akzeptieren?</string>
<string name="mtm_hostname_mismatch">Server konnte sich nicht als \&quot;%s\&quot; authentifizieren. Das Zertifikat ist nur gültig für:</string> <string name="mtm_hostname_mismatch">Server konnte sich nicht als \&quot;%s\&quot; authentifizieren. Das Zertifikat ist nur gültig für:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Absturzberichte</string> <string name="reportsHintText">Absturzberichte</string>
<string name="archivedRepository">Archiviert</string> <string name="archivedRepository">Archiviert</string>
<string name="accountDeletedMessage">Konto erfolgreich gelöscht</string> <string name="accountDeletedMessage">Konto erfolgreich gelöscht</string>
<string name="removeAccountPopupTitle">Konto entfernen</string>
<string name="removeAccountPopupMessage">Bist du sicher, dieses Konto aus der App zu entfernen?\n\nDadurch werden nur alle mit diesem Konto in Verbindung stehenden Daten mit entfernt.</string>
<string name="addNewAccount">Neues Konto</string>
<string name="addNewAccountText">Neues Konto hinzufügen</string>
<string name="accountAlreadyExistsError">Konto existiert bereits in der App</string>
<string name="accountAddedMessage">Konto erfolgreich hinzugefügt</string>
<string name="switchAccountSuccess">Auf Konto umgeschaltet: %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Benachrichtigungen</string> <string name="pageTitleNotifications">Benachrichtigungen</string>
<string name="noDataNotifications">Keine Benachrichtigungen gefunden</string> <string name="noDataNotifications">Keine Benachrichtigungen gefunden</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Benachrichtigungsverzögerung</string> <string name="notificationsPollingHeaderText">Benachrichtigungsverzögerung</string>
<string name="pollingDelaySelectedText">%d Minuten</string> <string name="pollingDelaySelectedText">%d Minuten</string>
<string name="pollingDelayDialogHeaderText">Abfrageverzögerung auswählen</string> <string name="pollingDelayDialogHeaderText">Abfrageverzögerung auswählen</string>
<string name="pollingDelayDialogDescriptionText">Wählen Sie eine minütige Verzögerung, die GitNex wartet, bevor erneut nach neuen Benachrichtigungen abgefragt wird.</string> <string name="pollingDelayDialogDescriptionText">Wähle eine minütige Verzögerung, die GitNex wartet, bevor erneut nach neuen Benachrichtigungen abgefragt wird</string>
<string name="markAsRead">Als gelesen markieren</string> <string name="markAsRead">Als gelesen markieren</string>
<string name="markAsUnread">Als ungelesen markieren</string> <string name="markAsUnread">Als ungelesen markieren</string>
<string name="pinNotification">Nachricht Anpinnen</string> <string name="pinNotification">Nachricht Anpinnen</string>
<string name="markedNotificationsAsRead">Alle Benachrichtigungen erfolgreich als gelesen markiert.</string> <string name="markedNotificationsAsRead">Alle Benachrichtigungen erfolgreich als gelesen markiert</string>
<string name="isRead">Gelesen</string> <string name="isRead">Gelesen</string>
<string name="isUnread">Ungelesen</string> <string name="isUnread">Ungelesen</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">Nuevo archivo</string> <string name="pageTitleNewFile">Nuevo archivo</string>
<string name="pageTitleExplore">Explorar</string> <string name="pageTitleExplore">Explorar</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Repo Demo</string> <string name="repoName">Repo Demo</string>
<string name="repoFullname">Repo con ORG</string> <string name="repoFullname">Repo con ORG</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Cerrar cajón de navegación</string> <string name="navigation_drawer_close">Cerrar cajón de navegación</string>
<string name="logo">Iniciar sesión en Gitea</string> <string name="logo">Iniciar sesión en Gitea</string>
<string name="urlInfoTooltip">1- Elige el protocolo correcto (https o http).\n2- Introduce Gitea URL p.e: try.gitea.io.\n3- Si has activado 2FA, introduce el código OTP.\n4- Para HTTP Basic Auth usa USUARIO@DOMAIN.COM en la caja de texto URL.</string> <string name="urlInfoTooltip">1- Elige el protocolo correcto (https o http).\n2- Introduce Gitea URL p.e: try.gitea.io.\n3- Si has activado 2FA, introduce el código OTP.\n4- Para HTTP Basic Auth usa USUARIO@DOMAIN.COM en la caja de texto URL.</string>
<string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">No se recomienda usar el protocolo HTTP aparte de testos en la red de área local.</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">JSON fue recibido invalido. La respuesta del servidor no tuvo éxito.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">Se requiere la URL de la instancia</string> <string name="emptyFieldURL">Se requiere la URL de la instancia</string>
<string name="emptyFieldUsername">Se requiere el usuario</string> <string name="emptyFieldUsername">Se requiere el usuario</string>
<string name="emptyFieldPassword">Se requiere la contraseña</string> <string name="emptyFieldPassword">Se requiere la contraseña</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Algo salió mal, por favor, inténtalo de nuevo</string> <string name="orgCreatedError">Algo salió mal, por favor, inténtalo de nuevo</string>
<string name="orgExistsError">La organización ya existe</string> <string name="orgExistsError">La organización ya existe</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Binary files are not supported yet.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">En proceso</string> <string name="processingText">En proceso</string>
<string name="search">Buscar</string> <string name="search">Buscar</string>
<string name="close">Cerrar</string> <string name="close">Cerrar</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Por favor, escribe un comentario</string> <string name="commentEmptyError">Por favor, escribe un comentario</string>
<string name="commentSuccess">Comentario publicado</string> <string name="commentSuccess">Comentario publicado</string>
<string name="commentError">Algo salió mal, por favor, inténtalo de nuevo</string> <string name="commentError">Algo salió mal, por favor, inténtalo de nuevo</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Avatar</string> <string name="generalImgContentText">Avatar</string>
<string name="noDataMilestonesTab">No se han encontrado milestones</string> <string name="noDataMilestonesTab">No se han encontrado milestones</string>
<string name="commitAuthor">Autor del commit: %1$s</string> <string name="commitAuthor">Autor del commit: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Algo salió mal, por favor, inténtalo de nuevo</string> <string name="labelDeleteErrorText">Algo salió mal, por favor, inténtalo de nuevo</string>
<string name="noDataBranchesTab">No se han encontrado ramas</string> <string name="noDataBranchesTab">No se han encontrado ramas</string>
<string name="alertDialogTokenRevokedTitle">Authorization Error</string> <string name="alertDialogTokenRevokedTitle">Authorization Error</string>
<string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents. In case of revoked Token, please logout and login again</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Cancelar</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Cancelar</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Cerrar sesión</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Cerrar sesión</string>
<string name="labelDeleteTitle">Eliminar\u0020</string> <string name="labelDeleteTitle">Eliminar\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Comment updated</string> <string name="editCommentUpdatedText">Comment updated</string>
<string name="issueCommentShare">Share Comment</string> <string name="issueCommentShare">Share Comment</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Add / Remove Collaborator</string> <string name="addCollaboratorTitle">Add / Remove Collaborator</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">Add Email Address</string> <string name="profileCreateNewEmailAddress">Add Email Address</string>
<string name="profileEmailButton">Save</string> <string name="profileEmailButton">Save</string>
<string name="profileEmailTitle">Email Address</string> <string name="profileEmailTitle">Email Address</string>
<string name="emailAddedText">New email added successfully.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Email address is empty.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Email address is not valid</string> <string name="emailErrorInvalid">Email address is not valid</string>
<string name="emailErrorInUse">Email address is already in use</string> <string name="emailErrorInUse">Email address is already in use</string>
<string name="emailTypeText">Primary</string> <string name="emailTypeText">Primary</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Title is empty</string> <string name="titleErrorEmpty">Title is empty</string>
<string name="releaseCreatedText">New release created</string> <string name="releaseCreatedText">New release created</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">OTP code should be numbers.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">OTP Code (Optional)</string> <string name="loginOTP">OTP Code (Optional)</string>
<string name="otpMessage">Enter the otp code if 2FA is enabled</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Open in Browser</string> <string name="openWebRepo">Open in Browser</string>
<string name="repoStargazersInMenu">Stargazers</string> <string name="repoStargazersInMenu">Stargazers</string>
<string name="repoWatchersInMenu">Watchers</string> <string name="repoWatchersInMenu">Watchers</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string> <string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string> <string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string> <string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string> <string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -415,6 +417,7 @@
<string name="isOpen">Open</string> <string name="isOpen">Open</string>
<string name="isClosed">Closed</string> <string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <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 --> <!-- generic copy -->
<string name="translateText">Translate GitNex with Crowdin</string> <string name="translateText">Translate GitNex with Crowdin</string>
<string name="exploreTextBoxHint">Explore repositories</string> <string name="exploreTextBoxHint">Explore repositories</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Repository added to watch list</string> <string name="watchRepositorySuccess">Repository added to watch list</string>
<string name="unWatchRepositorySuccess">Repository removed from watch list</string> <string name="unWatchRepositorySuccess">Repository removed from watch list</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string> <string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string> <string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
<string name="loginViaPassword">Username / Password</string> <string name="loginViaPassword">Username / Password</string>
<string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string> <string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string>
<string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string> <string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string>
<string name="loginTokenError">Please enter the correct token</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">No pull requests found</string> <string name="noDataPullRequests">No pull requests found</string>
<string name="prCreator">Creator :\u0020</string> <string name="prCreator">Creator :\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Merge</string> <string name="mergePullRequestButtonText">Merge</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string> <string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Merge comment</string> <string name="mergeCommentText">Merge comment</string>
<string name="mergePRSuccessMsg">Pull Request was merged successfully</string> <string name="mergePRSuccessMsg">Pull Request was merged successfully</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Por favor espere a que el dispositivo cargue</string> <string name="waitLoadingDownloadFile">Por favor espere a que el dispositivo cargue</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileviewer">Este tipo de archivo no es compatible con el visor de archivos. ¿Descargarlo en su lugar desde el menú de tres puntos?</string> <string name="excludeFilesInFileviewer">Este tipo de archivo no es compatible con el visor de archivos. ¿Descargarlo en su lugar desde el menú de tres puntos?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Tamaño</string> <string name="sizeCopy">Tamaño</string>
<string name="shareIssue">Compartir problema</string> <string name="shareIssue">Compartir problema</string>
<string name="sharePr">Compartir Pull Request</string> <string name="sharePr">Compartir Pull Request</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Certificate Verification</string> <string name="mtm_notification">Certificate Verification</string>
<string name="mtm_accept_cert">Accept Unknown Certificate?</string> <string name="mtm_accept_cert">Accept Unknown Certificate?</string>
<string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">The server certificate is expired.</string> <string name="mtm_cert_expired">The server certificate is expired.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accept Mismatching Server Name?</string>
<string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string> <string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Crash reports</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archived</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">فایل جدید</string> <string name="pageTitleNewFile">فایل جدید</string>
<string name="pageTitleExplore">گشت‌و‌گذار</string> <string name="pageTitleExplore">گشت‌و‌گذار</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">مخزن نمایشی</string> <string name="repoName">مخزن نمایشی</string>
<string name="repoFullname">نخزن با ORG</string> <string name="repoFullname">نخزن با ORG</string>
@ -66,9 +66,9 @@
2. URL گیتی را وارد کنید. مثلا: try.gitea.io 2. URL گیتی را وارد کنید. مثلا: try.gitea.io
3. اگر احراز هویت دو مرحله‌ای را برای حساب خود فعال کرده‌اید، کد را در کادر OTP وارد کنید. 3. اگر احراز هویت دو مرحله‌ای را برای حساب خود فعال کرده‌اید، کد را در کادر OTP وارد کنید.
4. برای احراز هویت عادی HTTP از نام‌کاربری@دامنه در کادر URL استفاده کنید.</string> 4. برای احراز هویت عادی HTTP از نام‌کاربری@دامنه در کادر URL استفاده کنید.</string>
<string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">استفلده از پروتوکل HTTP توصیه نمی‌شود مگر اینکه در حال آزمایش در شبکه محلی باشید.</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">یک سند JSON ناقص دریافت شد. پاسخ سرور موفق نبود.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">URL نمونه مورد نیاز است</string> <string name="emptyFieldURL">URL نمونه مورد نیاز است</string>
<string name="emptyFieldUsername">نام کاربری اجباری است</string> <string name="emptyFieldUsername">نام کاربری اجباری است</string>
<string name="emptyFieldPassword">گذر واژه اجباری است</string> <string name="emptyFieldPassword">گذر واژه اجباری است</string>
@ -89,7 +89,7 @@
<string name="orgCreatedError">مشکلی پیش آمده. لطفا دوباره تلاش کنید</string> <string name="orgCreatedError">مشکلی پیش آمده. لطفا دوباره تلاش کنید</string>
<string name="orgExistsError">نام سازمان از قبل وجود دارد</string> <string name="orgExistsError">نام سازمان از قبل وجود دارد</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Binary files are not supported yet.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">در حال پردازش</string> <string name="processingText">در حال پردازش</string>
<string name="search">جستجو</string> <string name="search">جستجو</string>
<string name="close">بستن</string> <string name="close">بستن</string>
@ -131,7 +131,7 @@
<string name="commentEmptyError">Please write your comment</string> <string name="commentEmptyError">Please write your comment</string>
<string name="commentSuccess">Comment posted</string> <string name="commentSuccess">Comment posted</string>
<string name="commentError">Something went wrong, please try again</string> <string name="commentError">Something went wrong, please try again</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Avatar</string> <string name="generalImgContentText">Avatar</string>
<string name="noDataMilestonesTab">No milestones found</string> <string name="noDataMilestonesTab">No milestones found</string>
<string name="commitAuthor">Commit author: %1$s</string> <string name="commitAuthor">Commit author: %1$s</string>
@ -226,7 +226,7 @@
<string name="labelDeleteErrorText">Something went wrong, please try again</string> <string name="labelDeleteErrorText">Something went wrong, please try again</string>
<string name="noDataBranchesTab">No branches found</string> <string name="noDataBranchesTab">No branches found</string>
<string name="alertDialogTokenRevokedTitle">Authorization Error</string> <string name="alertDialogTokenRevokedTitle">Authorization Error</string>
<string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents. In case of revoked Token, please logout and login again</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Cancel</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Cancel</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">خروج از حساب کاربری</string> <string name="alertDialogTokenRevokedCopyPositiveButton">خروج از حساب کاربری</string>
<string name="labelDeleteTitle">Delete\u0020</string> <string name="labelDeleteTitle">Delete\u0020</string>
@ -276,6 +276,7 @@
<string name="editCommentUpdatedText">بروز آوری نظر</string> <string name="editCommentUpdatedText">بروز آوری نظر</string>
<string name="issueCommentShare">Share Comment</string> <string name="issueCommentShare">Share Comment</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">حذف/اضافه مشارکت کننده</string> <string name="addCollaboratorTitle">حذف/اضافه مشارکت کننده</string>
@ -292,8 +293,8 @@
<string name="profileCreateNewEmailAddress">افزدون پست الکترونیکی</string> <string name="profileCreateNewEmailAddress">افزدون پست الکترونیکی</string>
<string name="profileEmailButton">ذخیره</string> <string name="profileEmailButton">ذخیره</string>
<string name="profileEmailTitle">نشانی ایمیل</string> <string name="profileEmailTitle">نشانی ایمیل</string>
<string name="emailAddedText">اینیل جدید با موفقیت اضافه شد.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">آدرس ایمیل خالی است.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">آدرس ایمیل معتبر نیست</string> <string name="emailErrorInvalid">آدرس ایمیل معتبر نیست</string>
<string name="emailErrorInUse">این آدرس ایمیل پیش از این استفاده شده است</string> <string name="emailErrorInUse">این آدرس ایمیل پیش از این استفاده شده است</string>
<string name="emailTypeText">اصلی</string> <string name="emailTypeText">اصلی</string>
@ -353,9 +354,9 @@
<string name="titleErrorEmpty">Title is empty</string> <string name="titleErrorEmpty">Title is empty</string>
<string name="releaseCreatedText">New release created</string> <string name="releaseCreatedText">New release created</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">OTP code should be numbers.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">OTP Code (Optional)</string> <string name="loginOTP">OTP Code (Optional)</string>
<string name="otpMessage">Enter the otp code if 2FA is enabled</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Open in Browser</string> <string name="openWebRepo">Open in Browser</string>
<string name="repoStargazersInMenu">Stargazers</string> <string name="repoStargazersInMenu">Stargazers</string>
<string name="repoWatchersInMenu">Watchers</string> <string name="repoWatchersInMenu">Watchers</string>
@ -383,6 +384,7 @@
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string> <string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string> <string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string> <string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string> <string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -418,6 +420,7 @@
<string name="isOpen">Open</string> <string name="isOpen">Open</string>
<string name="isClosed">Closed</string> <string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <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 --> <!-- generic copy -->
<string name="translateText">Translate GitNex with Crowdin</string> <string name="translateText">Translate GitNex with Crowdin</string>
<string name="exploreTextBoxHint">Explore repositories</string> <string name="exploreTextBoxHint">Explore repositories</string>
@ -430,14 +433,14 @@
<string name="watchRepositorySuccess">Repository added to watch list</string> <string name="watchRepositorySuccess">Repository added to watch list</string>
<string name="unWatchRepositorySuccess">Repository removed from watch list</string> <string name="unWatchRepositorySuccess">Repository removed from watch list</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string> <string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string> <string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
<string name="loginViaPassword">Username / Password</string> <string name="loginViaPassword">Username / Password</string>
<string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string> <string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string>
<string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string> <string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string>
<string name="loginTokenError">Please enter the correct token</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">No pull requests found</string> <string name="noDataPullRequests">No pull requests found</string>
<string name="prCreator">Creator :\u0020</string> <string name="prCreator">Creator :\u0020</string>
@ -452,7 +455,7 @@
<string name="mergePullRequestButtonText">Merge</string> <string name="mergePullRequestButtonText">Merge</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string> <string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Merge comment</string> <string name="mergeCommentText">Merge comment</string>
<string name="mergePRSuccessMsg">Pull Request was merged successfully</string> <string name="mergePRSuccessMsg">Pull Request was merged successfully</string>
@ -465,6 +468,12 @@
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string> <string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string> <string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Size</string> <string name="sizeCopy">Size</string>
<string name="shareIssue">Share Issue</string> <string name="shareIssue">Share Issue</string>
<string name="sharePr">Share Pull Request</string> <string name="sharePr">Share Pull Request</string>
@ -476,7 +485,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Certificate Verification</string> <string name="mtm_notification">Certificate Verification</string>
<string name="mtm_accept_cert">Accept Unknown Certificate?</string> <string name="mtm_accept_cert">Accept Unknown Certificate?</string>
<string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">The server certificate is expired.</string> <string name="mtm_cert_expired">The server certificate is expired.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accept Mismatching Server Name?</string>
<string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string> <string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string>
@ -514,6 +523,13 @@
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Crash reports</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archived</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -521,11 +537,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">Uusi tiedosto</string> <string name="pageTitleNewFile">Uusi tiedosto</string>
<string name="pageTitleExplore">Explore</string> <string name="pageTitleExplore">Explore</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Demo repo</string> <string name="repoName">Demo repo</string>
<string name="repoFullname">Repo with ORG</string> <string name="repoFullname">Repo with ORG</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Close Navigation Drawer</string> <string name="navigation_drawer_close">Close Navigation Drawer</string>
<string name="logo">Login to Gitea</string> <string name="logo">Login to Gitea</string>
<string name="urlInfoTooltip">1- Choose the correct protocol(https or http). \n2- Enter Gitea url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field.</string> <string name="urlInfoTooltip">1- Choose the correct protocol(https or http). \n2- Enter Gitea url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field.</string>
<string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors.</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> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">Malformed JSON was received. Server response was not successful.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">Instance URL is required</string> <string name="emptyFieldURL">Instance URL is required</string>
<string name="emptyFieldUsername">Username is required</string> <string name="emptyFieldUsername">Username is required</string>
<string name="emptyFieldPassword">Password is required</string> <string name="emptyFieldPassword">Password is required</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Something went wrong, please try again</string> <string name="orgCreatedError">Something went wrong, please try again</string>
<string name="orgExistsError">Organization already exists</string> <string name="orgExistsError">Organization already exists</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Binary files are not supported yet.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Processing</string> <string name="processingText">Processing</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="close">Close</string> <string name="close">Close</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Please write your comment</string> <string name="commentEmptyError">Please write your comment</string>
<string name="commentSuccess">Comment posted</string> <string name="commentSuccess">Comment posted</string>
<string name="commentError">Something went wrong, please try again</string> <string name="commentError">Something went wrong, please try again</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Avatar</string> <string name="generalImgContentText">Avatar</string>
<string name="noDataMilestonesTab">No milestones found</string> <string name="noDataMilestonesTab">No milestones found</string>
<string name="commitAuthor">Commit author: %1$s</string> <string name="commitAuthor">Commit author: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Something went wrong, please try again</string> <string name="labelDeleteErrorText">Something went wrong, please try again</string>
<string name="noDataBranchesTab">No branches found</string> <string name="noDataBranchesTab">No branches found</string>
<string name="alertDialogTokenRevokedTitle">Authorization Error</string> <string name="alertDialogTokenRevokedTitle">Authorization Error</string>
<string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents. In case of revoked Token, please logout and login again</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Cancel</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Cancel</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Logout</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Logout</string>
<string name="labelDeleteTitle">Delete\u0020</string> <string name="labelDeleteTitle">Delete\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Comment updated</string> <string name="editCommentUpdatedText">Comment updated</string>
<string name="issueCommentShare">Share Comment</string> <string name="issueCommentShare">Share Comment</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Add / Remove Collaborator</string> <string name="addCollaboratorTitle">Add / Remove Collaborator</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">Add Email Address</string> <string name="profileCreateNewEmailAddress">Add Email Address</string>
<string name="profileEmailButton">Save</string> <string name="profileEmailButton">Save</string>
<string name="profileEmailTitle">Email Address</string> <string name="profileEmailTitle">Email Address</string>
<string name="emailAddedText">New email added successfully.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Email address is empty.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Email address is not valid</string> <string name="emailErrorInvalid">Email address is not valid</string>
<string name="emailErrorInUse">Email address is already in use</string> <string name="emailErrorInUse">Email address is already in use</string>
<string name="emailTypeText">Primary</string> <string name="emailTypeText">Primary</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Title is empty</string> <string name="titleErrorEmpty">Title is empty</string>
<string name="releaseCreatedText">New release created</string> <string name="releaseCreatedText">New release created</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">OTP code should be numbers.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">OTP Code (Optional)</string> <string name="loginOTP">OTP Code (Optional)</string>
<string name="otpMessage">Enter the otp code if 2FA is enabled</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Open in Browser</string> <string name="openWebRepo">Open in Browser</string>
<string name="repoStargazersInMenu">Stargazers</string> <string name="repoStargazersInMenu">Stargazers</string>
<string name="repoWatchersInMenu">Watchers</string> <string name="repoWatchersInMenu">Watchers</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string> <string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string> <string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string> <string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string> <string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -415,6 +417,7 @@
<string name="isOpen">Open</string> <string name="isOpen">Open</string>
<string name="isClosed">Closed</string> <string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <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 --> <!-- generic copy -->
<string name="translateText">Translate GitNex with Crowdin</string> <string name="translateText">Translate GitNex with Crowdin</string>
<string name="exploreTextBoxHint">Explore repositories</string> <string name="exploreTextBoxHint">Explore repositories</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Repository added to watch list</string> <string name="watchRepositorySuccess">Repository added to watch list</string>
<string name="unWatchRepositorySuccess">Repository removed from watch list</string> <string name="unWatchRepositorySuccess">Repository removed from watch list</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string> <string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string> <string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
<string name="loginViaPassword">Username / Password</string> <string name="loginViaPassword">Username / Password</string>
<string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string> <string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string>
<string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string> <string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string>
<string name="loginTokenError">Please enter the correct token</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">No pull requests found</string> <string name="noDataPullRequests">No pull requests found</string>
<string name="prCreator">Creator :\u0020</string> <string name="prCreator">Creator :\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Merge</string> <string name="mergePullRequestButtonText">Merge</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string> <string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Merge comment</string> <string name="mergeCommentText">Merge comment</string>
<string name="mergePRSuccessMsg">Pull Request was merged successfully</string> <string name="mergePRSuccessMsg">Pull Request was merged successfully</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string> <string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string> <string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Size</string> <string name="sizeCopy">Size</string>
<string name="shareIssue">Share Issue</string> <string name="shareIssue">Share Issue</string>
<string name="sharePr">Share Pull Request</string> <string name="sharePr">Share Pull Request</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Certificate Verification</string> <string name="mtm_notification">Certificate Verification</string>
<string name="mtm_accept_cert">Accept Unknown Certificate?</string> <string name="mtm_accept_cert">Accept Unknown Certificate?</string>
<string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">The server certificate is expired.</string> <string name="mtm_cert_expired">The server certificate is expired.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accept Mismatching Server Name?</string>
<string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string> <string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Crash reports</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archived</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">Nouveau fichier</string> <string name="pageTitleNewFile">Nouveau fichier</string>
<string name="pageTitleExplore">Explorer</string> <string name="pageTitleExplore">Explorer</string>
<string name="pageTitleAdministration">Administration de Gitea</string> <string name="pageTitleAdministration">Administration de Gitea</string>
<string name="pageTitleUserAccounts">Gérer les comptes (bêta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Dépôt de démonstration</string> <string name="repoName">Dépôt de démonstration</string>
<string name="repoFullname">Nom complet du dépôt</string> <string name="repoFullname">Nom complet du dépôt</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Fermer le volet de navigation</string> <string name="navigation_drawer_close">Fermer le volet de navigation</string>
<string name="logo">Se connecter à Gitea</string> <string name="logo">Se connecter à Gitea</string>
<string name="urlInfoTooltip">1. Choisissez le protocole adéquat (HTTPS ou HTTP)\n2. Entrez lURL de votre instance Gitea (ex : try.gitea.io)\n3. Si lauthentification à deux facteurs est activée pour votre compte, saisissez le code OTP\n4. Pour une authentification basique avec HTTP, utilisez NOMDUTILISATEUR@DOMAINE.COM dans le champ URL GITEA</string> <string name="urlInfoTooltip">1. Choisissez le protocole adéquat (HTTPS ou HTTP)\n2. Entrez lURL de votre instance Gitea (ex : try.gitea.io)\n3. Si lauthentification à deux facteurs est activée pour votre compte, saisissez le code OTP\n4. Pour une authentification basique avec HTTP, utilisez NOMDUTILISATEUR@DOMAINE.COM dans le champ URL GITEA</string>
<string name="malformedUrl">Connexion impossible. Vérifiez que lURL et le port sont corrects.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">Il nest recommandé dutiliser le protocole HTTP que pour des tests en réseau local.</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">JSON mal formé. Le serveur ne répond pas.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">URL de linstance requise</string> <string name="emptyFieldURL">URL de linstance requise</string>
<string name="emptyFieldUsername">Nom dutilisateur requis</string> <string name="emptyFieldUsername">Nom dutilisateur requis</string>
<string name="emptyFieldPassword">Mot de passe requis</string> <string name="emptyFieldPassword">Mot de passe requis</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Une erreur sest produite, veuillez réessayer</string> <string name="orgCreatedError">Une erreur sest produite, veuillez réessayer</string>
<string name="orgExistsError">Ce nom dorganisation est déjà pris</string> <string name="orgExistsError">Ce nom dorganisation est déjà pris</string>
<string name="binaryFileError">Les fichiers binaires ne sont pas encore pris en charge.</string> <string name="binaryFileError">Les fichiers binaires ne sont pas encore pris en charge.</string>
<string name="fileTooLarge">Ce fichier dépasse le maximum de lignes de diff possibles.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Traitement en cours</string> <string name="processingText">Traitement en cours</string>
<string name="search">Rechercher</string> <string name="search">Rechercher</string>
<string name="close">Fermer</string> <string name="close">Fermer</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Veuillez saisir votre commentaire</string> <string name="commentEmptyError">Veuillez saisir votre commentaire</string>
<string name="commentSuccess">Commentaire publié</string> <string name="commentSuccess">Commentaire publié</string>
<string name="commentError">Une erreur sest produite, veuillez réessayer</string> <string name="commentError">Une erreur sest produite, veuillez réessayer</string>
<string name="featureDeprecated">Cette fonction sera prochainement supprimée.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Avatar</string> <string name="generalImgContentText">Avatar</string>
<string name="noDataMilestonesTab">Aucun jalon</string> <string name="noDataMilestonesTab">Aucun jalon</string>
<string name="commitAuthor">Auteur de la révision : %1$s</string> <string name="commitAuthor">Auteur de la révision : %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Une erreur sest produite, veuillez réessayer</string> <string name="labelDeleteErrorText">Une erreur sest produite, veuillez réessayer</string>
<string name="noDataBranchesTab">Aucune branche</string> <string name="noDataBranchesTab">Aucune branche</string>
<string name="alertDialogTokenRevokedTitle">Erreur dautorisation</string> <string name="alertDialogTokenRevokedTitle">Erreur dautorisation</string>
<string name="alertDialogTokenRevokedMessage">Vous navez pas lautorisation de voir ce contenu OU votre jeton daccès a été révoqué. Dans ce dernier cas, veuillez vous reconnecter.</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Annuler</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Annuler</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Déconnexion</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Déconnexion</string>
<string name="labelDeleteTitle">Supprimer\u0020</string> <string name="labelDeleteTitle">Supprimer\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Commentaire modifié</string> <string name="editCommentUpdatedText">Commentaire modifié</string>
<string name="issueCommentShare">Partager le commentaire</string> <string name="issueCommentShare">Partager le commentaire</string>
<string name="deleteCommentSuccess">Commentaire supprimé avec succès</string> <string name="deleteCommentSuccess">Commentaire supprimé avec succès</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Gérer les collaborateurs</string> <string name="addCollaboratorTitle">Gérer les collaborateurs</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">Ajouter une adresse e-mail</string> <string name="profileCreateNewEmailAddress">Ajouter une adresse e-mail</string>
<string name="profileEmailButton">Sauvegarder</string> <string name="profileEmailButton">Sauvegarder</string>
<string name="profileEmailTitle">Adresse e-mail</string> <string name="profileEmailTitle">Adresse e-mail</string>
<string name="emailAddedText">Nouvelle adresse e-mail ajoutée</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Aucune adresse e-mail saisie</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Adresse e-mail invalide</string> <string name="emailErrorInvalid">Adresse e-mail invalide</string>
<string name="emailErrorInUse">Adresse e-mail déjà utilisée</string> <string name="emailErrorInUse">Adresse e-mail déjà utilisée</string>
<string name="emailTypeText">Principale</string> <string name="emailTypeText">Principale</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Titre requis</string> <string name="titleErrorEmpty">Titre requis</string>
<string name="releaseCreatedText">Nouvelle version créée</string> <string name="releaseCreatedText">Nouvelle version créée</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">Le code OTP est composé de chiffres</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">Code OTP (si nécessaire)</string> <string name="loginOTP">Code OTP (si nécessaire)</string>
<string name="otpMessage">Entrez le code OTP si lauthentification à deux facteurs est activée</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Ouvrir dans le navigateur</string> <string name="openWebRepo">Ouvrir dans le navigateur</string>
<string name="repoStargazersInMenu">Fans</string> <string name="repoStargazersInMenu">Fans</string>
<string name="repoWatchersInMenu">Observateurs</string> <string name="repoWatchersInMenu">Observateurs</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">Nom de la nouvelle branche requis si aucune branche nest sélectionnée</string> <string name="newFileRequiredFieldNewBranchName">Nom de la nouvelle branche requis si aucune branche nest sélectionnée</string>
<string name="strFilter">Filtrer</string> <string name="strFilter">Filtrer</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copier lURL du ticket</string> <string name="copyIssueUrl">Copier lURL du ticket</string>
<string name="copyIssueUrlToastMsg">URL copiée dans le presse-papier</string> <string name="copyIssueUrlToastMsg">URL copiée dans le presse-papier</string>
<string name="copyIssueCommentToastMsg">Commentaire copié dans le presse-papier</string> <string name="copyIssueCommentToastMsg">Commentaire copié dans le presse-papier</string>
@ -415,6 +417,7 @@
<string name="isOpen">Ouvert</string> <string name="isOpen">Ouvert</string>
<string name="isClosed">Fermé</string> <string name="isClosed">Fermé</string>
<string name="genericServerResponseError">Impossible de se connecter au serveur pour le moment, veuillez vérifier son statut puis réessayer</string> <string name="genericServerResponseError">Impossible de se connecter au serveur pour le moment, veuillez vérifier son statut puis réessayer</string>
<string name="genericCopyUrl">Copy URL</string>
<!-- generic copy --> <!-- generic copy -->
<string name="translateText">Traduire GitNex avec Crowdin</string> <string name="translateText">Traduire GitNex avec Crowdin</string>
<string name="exploreTextBoxHint">Explorer les dépôts</string> <string name="exploreTextBoxHint">Explorer les dépôts</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Vous suivez ce dépôt</string> <string name="watchRepositorySuccess">Vous suivez ce dépôt</string>
<string name="unWatchRepositorySuccess">Vous ne suivez plus ce dépôt</string> <string name="unWatchRepositorySuccess">Vous ne suivez plus ce dépôt</string>
<string name="titleDrafts">Brouillons</string> <string name="titleDrafts">Brouillons</string>
<string name="versionUnsupportedOld">Version périmée de Gitea (%1$s) détectée. Veuillez mettre à jour vers la dernière version stable. Si vous continuez, lapplication peut ne pas fonctionner correctement.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">Nouvelle version de Gitea détectée ! Veuillez mettre à jour GitNex !</string> <string name="versionUnsupportedNew">Nouvelle version de Gitea détectée ! Veuillez mettre à jour GitNex !</string>
<string name="versionUnknown">Aucun serveur Gitea détecté !</string> <string name="versionUnknown">Aucun serveur Gitea détecté !</string>
<string name="versionAlertDialogHeader">Version de Gitea non prise en charge</string> <string name="versionAlertDialogHeader">Version de Gitea non prise en charge</string>
<string name="loginViaPassword">Nom dutilisateur / mot de passe</string> <string name="loginViaPassword">Nom dutilisateur / mot de passe</string>
<string name="loginMethodText">Choisissez une méthode de connexion pour accéder à votre compte. Le jeton est la plus sécurisée !</string> <string name="loginMethodText">Choisissez une méthode de connexion pour accéder à votre compte. Le jeton est la plus sécurisée !</string>
<string name="unauthorizedApiError">L\'instance a renvoyé une erreur « Autorisation refusée ». Vérifiez vos identifiants et réessayez.</string> <string name="unauthorizedApiError">L\'instance a renvoyé une erreur « Autorisation refusée ». Vérifiez vos identifiants et réessayez.</string>
<string name="loginTokenError">Veuillez saisir le bon jeton</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Fourche supprimée</string> <string name="prDeletedFrok">Fourche supprimée</string>
<string name="noDataPullRequests">Aucune demande de tirage</string> <string name="noDataPullRequests">Aucune demande de tirage</string>
<string name="prCreator">Auteur :\u0020</string> <string name="prCreator">Auteur :\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Fusionner</string> <string name="mergePullRequestButtonText">Fusionner</string>
<string name="deleteBranchAfterMerge">Supprimer la branche après la fusion</string> <string name="deleteBranchAfterMerge">Supprimer la branche après la fusion</string>
<string name="mergeNoteText">La fusion peut échouer si vous nêtes pas autorisé à fusionner cette demande de tirage.</string> <string name="mergeNoteText">La fusion peut échouer si vous nêtes pas autorisé à fusionner cette demande de tirage.</string>
<string name="mergeInfoDisabledMessage">Désactivé le bouton Fusionner signifie qu\'il y a des conflits OU d\'autres choses à corriger avant Fusion.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">Cette branche appartient à un dépôt forké</string> <string name="deleteBranchForkInfo">Cette branche appartient à un dépôt forké</string>
<string name="mergeCommentText">Commentaire de la fusion</string> <string name="mergeCommentText">Commentaire de la fusion</string>
<string name="mergePRSuccessMsg">La demande de tirage a été fusionnée</string> <string name="mergePRSuccessMsg">La demande de tirage a été fusionnée</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Chargement du fichier dans la mémoire</string> <string name="waitLoadingDownloadFile">Chargement du fichier dans la mémoire</string>
<string name="downloadFileSaved">Fichier sauvegardé avec succès</string> <string name="downloadFileSaved">Fichier sauvegardé avec succès</string>
<string name="excludeFilesInFileviewer">La visionneuse ne prend pas en charge ce type de fichier. Télécharger ce fichier ?</string> <string name="excludeFilesInFileviewer">La visionneuse ne prend pas en charge ce type de fichier. Télécharger ce fichier ?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Taille</string> <string name="sizeCopy">Taille</string>
<string name="shareIssue">Partager le ticket</string> <string name="shareIssue">Partager le ticket</string>
<string name="sharePr">Partager la demande de tirage</string> <string name="sharePr">Partager la demande de tirage</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Vérification du certificat</string> <string name="mtm_notification">Vérification du certificat</string>
<string name="mtm_accept_cert">Accepter le certificat inconnu ?</string> <string name="mtm_accept_cert">Accepter le certificat inconnu ?</string>
<string name="mtm_trust_anchor">Le certificat du serveur nest pas signé par une autorité de certification connue.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">Le certificat du serveur a expiré.</string> <string name="mtm_cert_expired">Le certificat du serveur a expiré.</string>
<string name="mtm_accept_server_name">Accepter le nom de serveur incohérent ?</string> <string name="mtm_accept_server_name">Accepter le nom de serveur incohérent ?</string>
<string name="mtm_hostname_mismatch">Le serveur ne peut sauthentifier comme « %s ». Le certificat est valide pour :</string> <string name="mtm_hostname_mismatch">Le serveur ne peut sauthentifier comme « %s ». Le certificat est valide pour :</string>
@ -506,23 +515,30 @@
<string name="draftSaved">Brouillon enregistré</string> <string name="draftSaved">Brouillon enregistré</string>
<string name="appearanceHintText">Thèmes, polices, badges, couleur du code</string> <string name="appearanceHintText">Thèmes, polices, badges, couleur du code</string>
<string name="fileViewerHintText">Mode PDF, thème du code source</string> <string name="fileViewerHintText">Mode PDF, thème du code source</string>
<string name="securityHintText">SSL certificates, cache, polling delay</string> <string name="securityHintText">Certificats SSL, cache, scrutation des notifications</string>
<string name="languagesHintText">Langues</string> <string name="languagesHintText">Langues</string>
<string name="reportsHintText">Rapports de plantage</string> <string name="reportsHintText">Rapports de plantage</string>
<string name="archivedRepository">Archivé</string> <string name="archivedRepository">Archivé</string>
<string name="accountDeletedMessage">Compte supprimé</string> <string name="accountDeletedMessage">Compte supprimé</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">Aucune notification</string>
<string name="notificationBody">You have received a new notification. (%s)</string> <string name="notificationBody">Vous avez reçu une nouvelle notification. (%s)</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Délai de scrutation des notifications</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Délai de scrutation</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Marquer comme lu</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Marquer comme non lu</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Épingler la notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Lu</string>
<string name="isUnread">Unread</string> <string name="isUnread">Non lu</string>
</resources> </resources>

View File

@ -11,7 +11,7 @@
<string name="navRate">Valuta GitNex</string> <string name="navRate">Valuta GitNex</string>
<string name="navLogout">Esci</string> <string name="navLogout">Esci</string>
<string name="navExplore">Esplora</string> <string name="navExplore">Esplora</string>
<string name="navAdministration">Administration</string> <string name="navAdministration">Amministrazione</string>
<!-- menu items --> <!-- menu items -->
<!-- page titles --> <!-- page titles -->
<string name="pageTitleAbout">Info su</string> <string name="pageTitleAbout">Info su</string>
@ -27,7 +27,7 @@
<string name="pageTitleCreateNewIssue">Nuovo Problema</string> <string name="pageTitleCreateNewIssue">Nuovo Problema</string>
<string name="pageTitleCreateLabel">Nuova etichetta</string> <string name="pageTitleCreateLabel">Nuova etichetta</string>
<string name="pageTitleCredits">Crediti</string> <string name="pageTitleCredits">Crediti</string>
<string name="pageTitleChooseBranch">Select Branch</string> <string name="pageTitleChooseBranch">Seleziona Branch</string>
<string name="pageTitleLabelUpdate">Aggiorna Etichetta</string> <string name="pageTitleLabelUpdate">Aggiorna Etichetta</string>
<string name="pageTitleSponsors">Donazioni</string> <string name="pageTitleSponsors">Donazioni</string>
<string name="pageTitleStarredRepos">Repository preferiti</string> <string name="pageTitleStarredRepos">Repository preferiti</string>
@ -35,8 +35,8 @@
<string name="pageTitleAddEmail">Aggiungi indirizzo e-mail</string> <string name="pageTitleAddEmail">Aggiungi indirizzo e-mail</string>
<string name="pageTitleNewFile">Nuovo File</string> <string name="pageTitleNewFile">Nuovo File</string>
<string name="pageTitleExplore">Esplora</string> <string name="pageTitleExplore">Esplora</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Amministrazione Gitea</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Demo repo</string> <string name="repoName">Demo repo</string>
<string name="repoFullname">Repo con ORG</string> <string name="repoFullname">Repo con ORG</string>
@ -63,19 +63,19 @@
<string name="navigation_drawer_close">Chiudi panello Navigazione</string> <string name="navigation_drawer_close">Chiudi panello Navigazione</string>
<string name="logo">Accedi a Gitea</string> <string name="logo">Accedi a Gitea</string>
<string name="urlInfoTooltip">1- Scegli il protocollo corretto(https or http). \n2- Enter Gitea url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field.</string> <string name="urlInfoTooltip">1- Scegli il protocollo corretto(https or http). \n2- Enter Gitea url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field.</string>
<string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">Non si consiglia di utilizzare il protocollo HTTP a meno che non si stia testando sulla rete locale.</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">È stato ricevuto JSON non valido. La risposta del server non ha avuto successo.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">Istanza <string name="emptyFieldURL">Istanza
URL è richiesto</string> URL è richiesto</string>
<string name="emptyFieldUsername">Nome utente obbligatorio</string> <string name="emptyFieldUsername">Nome utente obbligatorio</string>
<string name="emptyFieldPassword">Password obbligatoria</string> <string name="emptyFieldPassword">Password obbligatoria</string>
<string name="checkNetConnection">Errore di connessione. Controllare la connessione Internet</string> <string name="checkNetConnection">Errore di connessione. Controllare la connessione Internet</string>
<string name="netConnectionIsBack">Yay, We have Internet connection!</string> <string name="netConnectionIsBack">Yay, la connessione ad Internet funziona!</string>
<string name="repoNameErrorEmpty">Il nome del repository è vuoto</string> <string name="repoNameErrorEmpty">Il nome del repository è vuoto</string>
<string name="repoNameErrorInvalid">Nome del repository non è valido. [a&#8211;z A&#8211;Z 0&#8211;char@@9 &#8211; _]</string> <string name="repoNameErrorInvalid">Nome del repository non è valido. [a&#8211;z A&#8211;Z 0&#8211;char@@9 &#8211; _]</string>
<string name="repoNameErrorReservedName">Repository name is reserved</string> <string name="repoNameErrorReservedName">Il nome del repository è riservato</string>
<string name="repoNameErrorReservedPatterns">Repository name contains reserved keywords</string> <string name="repoNameErrorReservedPatterns">Il nome del repository contiene parole chiave riservate</string>
<string name="repoDescError">La descrizione del repository supera il limite massimo di 255 caratteri</string> <string name="repoDescError">La descrizione del repository supera il limite massimo di 255 caratteri</string>
<string name="repoCreated">Il repository è stato creato</string> <string name="repoCreated">Il repository è stato creato</string>
<string name="repoCreatedError">Qualcosa è andato storto, riprova</string> <string name="repoCreatedError">Qualcosa è andato storto, riprova</string>
@ -86,8 +86,8 @@ URL è richiesto</string>
<string name="orgCreated">Organizzazione creata</string> <string name="orgCreated">Organizzazione creata</string>
<string name="orgCreatedError">Qualcosa è andato storto, riprova</string> <string name="orgCreatedError">Qualcosa è andato storto, riprova</string>
<string name="orgExistsError">Organizzazione esiste già</string> <string name="orgExistsError">Organizzazione esiste già</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">I file binari non sono ancora supportati.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Elaborazione</string> <string name="processingText">Elaborazione</string>
<string name="search">Cerca</string> <string name="search">Cerca</string>
<string name="close">Chiudi</string> <string name="close">Chiudi</string>
@ -116,27 +116,27 @@ URL è richiesto</string>
<string name="infoTabRepoForksCount">Forks</string> <string name="infoTabRepoForksCount">Forks</string>
<string name="infoTabRepoCreatedAt">Creato</string> <string name="infoTabRepoCreatedAt">Creato</string>
<string name="infoTabRepoUpdatedAt">Ultimo aggiornamento</string> <string name="infoTabRepoUpdatedAt">Ultimo aggiornamento</string>
<string name="infoShowMoreInformation">Show More Information</string> <string name="infoShowMoreInformation">Mostra Ulteriori Informazioni</string>
<string name="infoMoreInformation">More Information</string> <string name="infoMoreInformation">Ulteriori Informazioni</string>
<string name="timeAtText">alle</string> <string name="timeAtText">alle</string>
<string name="createdText">Aperto\u0020</string> <string name="createdText">Aperto\u0020</string>
<string name="issueCreator">Creatore:\u0020</string> <string name="issueCreator">Creatore:\u0020</string>
<string name="issueCommenter">Commentatore:\u0020</string> <string name="issueCommenter">Commentatore:\u0020</string>
<string name="issueMilestone">Milestone %1$s</string> <string name="issueMilestone">Milestone %1$s</string>
<string name="dueDate">Due on %1$s</string> <string name="dueDate">Scadenza il %1$s</string>
<string name="assignedTo">Assegnato a: %1$s</string> <string name="assignedTo">Assegnato a: %1$s</string>
<string name="commentButtonText">Commento</string> <string name="commentButtonText">Commento</string>
<string name="commentEmptyError">Inserisci il tuo commento</string> <string name="commentEmptyError">Inserisci il tuo commento</string>
<string name="commentSuccess">Commento pubblicato</string> <string name="commentSuccess">Commento pubblicato</string>
<string name="commentError">Qualcosa è andato storto, riprova</string> <string name="commentError">Qualcosa è andato storto, riprova</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Avatar</string> <string name="generalImgContentText">Avatar</string>
<string name="noDataMilestonesTab">Nessun milestone trovato</string> <string name="noDataMilestonesTab">Nessun milestone trovato</string>
<string name="commitAuthor">Autore commit: %1$s</string> <string name="commitAuthor">Autore commit: %1$s</string>
<string name="releaseDownloadText">Download</string> <string name="releaseDownloadText">Download</string>
<string name="noDataReleasesTab">Nessun Release trovato</string> <string name="noDataReleasesTab">Nessun Release trovato</string>
<string name="releasePublishedBy">Published by @%1$s</string> <string name="releasePublishedBy">Pubblicato da @%1$s</string>
<string name="noReleaseBodyContent">Release notes are not provided by the publisher.</string> <string name="noReleaseBodyContent">Le note di rilascio non sono fornite dall\'editore.</string>
<string name="noDataCollaboratorTab">Nessun collaboratore trovato</string> <string name="noDataCollaboratorTab">Nessun collaboratore trovato</string>
<string name="newMilestoneTitle">Nome</string> <string name="newMilestoneTitle">Nome</string>
<string name="newMilestoneDescription">Descrizione</string> <string name="newMilestoneDescription">Descrizione</string>
@ -146,10 +146,10 @@ URL è richiesto</string>
<string name="milestoneCreated">Milestone creato con successo</string> <string name="milestoneCreated">Milestone creato con successo</string>
<string name="milestoneCreatedError">Qualcosa è andato storto, riprova</string> <string name="milestoneCreatedError">Qualcosa è andato storto, riprova</string>
<string name="milestoneDateEmpty">Scegli la data di scadenza</string> <string name="milestoneDateEmpty">Scegli la data di scadenza</string>
<string name="milestoneNoDueDate">No due date</string> <string name="milestoneNoDueDate">Nessuna data di scadenza</string>
<string name="milestoneNoDescription">No description</string> <string name="milestoneNoDescription">Nessuna descrizione</string>
<string name="milestoneIssueStatusOpen">%1$d Open</string> <string name="milestoneIssueStatusOpen">%1$d Aperto</string>
<string name="milestoneIssueStatusClosed">%1$d Closed</string> <string name="milestoneIssueStatusClosed">%1$d Chiuso</string>
<string name="newIssueSelectAssigneesListTitle">Seleziona Assegnatari</string> <string name="newIssueSelectAssigneesListTitle">Seleziona Assegnatari</string>
<string name="newIssueSelectLabelsListTitle">Seleziona labels</string> <string name="newIssueSelectLabelsListTitle">Seleziona labels</string>
<string name="newIssueTitle">Titolo</string> <string name="newIssueTitle">Titolo</string>
@ -167,10 +167,10 @@ URL è richiesto</string>
<string name="noLabelsFound">Nessun label trovato</string> <string name="noLabelsFound">Nessun label trovato</string>
<!-- settings --> <!-- settings -->
<string name="settingsLanguageHeaderText">Traduzione</string> <string name="settingsLanguageHeaderText">Traduzione</string>
<string name="settingsSecurityHeader">Security</string> <string name="settingsSecurityHeader">Sicurezza</string>
<string name="settingsCertsSelectorHeader">Delete Trusted Certificates</string> <string name="settingsCertsSelectorHeader">Elimina Certificati Attendibili</string>
<string name="settingsCertsPopupTitle">Delete Trusted Certificates?</string> <string name="settingsCertsPopupTitle">Eliminare i Certificati Attendibili?</string>
<string name="settingsCertsPopupMessage">Are you sure to delete any manually trusted certificate or hostname? \n\nYou will also be logged out.</string> <string name="settingsCertsPopupMessage">Sei sicuro di voler eliminare qualsiasi certificato attendibile o hostname aggiunti manualmente? \n\nSarai anche disconnesso.</string>
<string name="settingsDateTimeHeaderText">Data &amp; Ora</string> <string name="settingsDateTimeHeaderText">Data &amp; Ora</string>
<string name="settingsSave">Impostazioni salvate</string> <string name="settingsSave">Impostazioni salvate</string>
<string name="settingsLanguageSelectorHeader">Lingua</string> <string name="settingsLanguageSelectorHeader">Lingua</string>
@ -184,27 +184,27 @@ URL è richiesto</string>
<string name="settingsCodeBlockSelectorDialogTitle">Selezione di colore blocco code</string> <string name="settingsCodeBlockSelectorDialogTitle">Selezione di colore blocco code</string>
<string name="settingsHomeScreenHeaderText">Schermata Home</string> <string name="settingsHomeScreenHeaderText">Schermata Home</string>
<string name="settingsHomeScreenSelectedText">I miei repository</string> <string name="settingsHomeScreenSelectedText">I miei repository</string>
<string name="settingsHomeScreenSelectorDialogTitle">Select Home Screen</string> <string name="settingsHomeScreenSelectorDialogTitle">Seleziona Schermata Home</string>
<string name="settingsCustomFontHeaderText">Font</string> <string name="settingsCustomFontHeaderText">Font</string>
<string name="settingsCustomFontSelectorDialogTitle">Scegli un Font</string> <string name="settingsCustomFontSelectorDialogTitle">Scegli un Font</string>
<string name="themeSelectorDialogTitle">Select App Theme</string> <string name="themeSelectorDialogTitle">Seleziona il tema dell\'app</string>
<string name="themeSelectionHeaderText">Theme</string> <string name="themeSelectionHeaderText">Tema</string>
<string name="settingsPdfModeHeaderText">PDF Night Mode</string> <string name="settingsPdfModeHeaderText">PDF Modalità Notturna</string>
<string name="fileViewerHeader">File Viewer</string> <string name="fileViewerHeader">Visualizzatore File</string>
<string name="settingsCounterBadges">Counter Badges</string> <string name="settingsCounterBadges">Contatori</string>
<string name="settingsFileviewerSourceCodeHeaderText">Source Code Theme</string> <string name="settingsFileviewerSourceCodeHeaderText">Tema Codice Sorgente</string>
<string name="fileviewerSourceCodeThemeSelectorDialogTitle">Select Source Code Theme</string> <string name="fileviewerSourceCodeThemeSelectorDialogTitle">Seleziona il tema del Codice Sorgente</string>
<string name="cacheSizeDataDialogHeader">Data Cache Size</string> <string name="cacheSizeDataDialogHeader">Dimensione Cache Dati</string>
<string name="cacheSizeDataSelectionHeaderText">Data Cache Size</string> <string name="cacheSizeDataSelectionHeaderText">Dimensione Cache Dati</string>
<string name="cacheSizeImagesDialogHeader">Images Cache Size</string> <string name="cacheSizeImagesDialogHeader">Dimensione Cache Immagini</string>
<string name="cacheSizeImagesSelectionHeaderText">Images Cache Size</string> <string name="cacheSizeImagesSelectionHeaderText">Dimensione Cache Immagini</string>
<string name="clearCacheSelectionHeaderText">Clear Cache</string> <string name="clearCacheSelectionHeaderText">Cancella Cache</string>
<string name="clearCacheDialogHeader">Clear Cache?</string> <string name="clearCacheDialogHeader">Svuotare la cache?</string>
<string name="clearCacheDialogMessage">This will delete all the cache data including files and images.\n\nProceed with deletion?</string> <string name="clearCacheDialogMessage">Questo eliminerà tutti i dati della cache inclusi file e immagini.\n\nProcedi con la cancellazione?</string>
<string name="draftsHeader">Drafts</string> <string name="draftsHeader">Bozze</string>
<string name="draftsHintText">Comments draft</string> <string name="draftsHintText">Bozze dei commenti</string>
<string name="settingsEnableCommentsDeletionText">Enable Drafts Deletion</string> <string name="settingsEnableCommentsDeletionText">Abilita Eliminazione Bozze</string>
<string name="settingsEnableCommentsDeletionHintText">Delete comment draft when comment is posted</string> <string name="settingsEnableCommentsDeletionHintText">Elimina la bozza del commento quando viene pubblicato</string>
<!-- settings --> <!-- settings -->
<string name="noMoreData">Nessun altro dato disponibile</string> <string name="noMoreData">Nessun altro dato disponibile</string>
<string name="createLabel">Nuovo label</string> <string name="createLabel">Nuovo label</string>
@ -224,7 +224,7 @@ URL è richiesto</string>
<string name="labelDeleteErrorText">Qualcosa è andato storto, riprova</string> <string name="labelDeleteErrorText">Qualcosa è andato storto, riprova</string>
<string name="noDataBranchesTab">Nessun branch trovato</string> <string name="noDataBranchesTab">Nessun branch trovato</string>
<string name="alertDialogTokenRevokedTitle">Errore di autorizzazione</string> <string name="alertDialogTokenRevokedTitle">Errore di autorizzazione</string>
<string name="alertDialogTokenRevokedMessage">Sembra che il Token di Accesso sia revocato o che lei non sia autorizzato a vedere questi contenuti. In caso di token revocato, si prega di uscire e accedere di nuovo</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Annullare</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Annullare</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Esci</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Esci</string>
<string name="labelDeleteTitle">Cancella\u0020</string> <string name="labelDeleteTitle">Cancella\u0020</string>
@ -244,13 +244,13 @@ URL è richiesto</string>
<string name="noDataMembers">Nessun membro trovato</string> <string name="noDataMembers">Nessun membro trovato</string>
<string name="orgMember">Membri Org</string> <string name="orgMember">Membri Org</string>
<string name="orgTeamMembers">Membri Organizzazione</string> <string name="orgTeamMembers">Membri Organizzazione</string>
<string name="addNewMember">Add / Remove New Member</string> <string name="addNewMember">Aggiungi / Rimuovi Nuovo Membro</string>
<string name="removeTeamMemberTitle">Remove\u0020</string> <string name="removeTeamMemberTitle">Rimuovi\u0020</string>
<string name="addTeamMemberTitle">Add\u0020</string> <string name="addTeamMemberTitle">Aggiungi\u0020</string>
<string name="addTeamMemberMessage">Do you want to add this user to the team?</string> <string name="addTeamMemberMessage">Vuoi aggiungere questo utente al team?</string>
<string name="removeTeamMemberMessage">Do you want to remove this user from the team?</string> <string name="removeTeamMemberMessage">Vuoi rimuovere questo utente dal team?</string>
<string name="memberAddedMessage">Member added to the team successfully</string> <string name="memberAddedMessage">Membro aggiunto al team con successo</string>
<string name="memberRemovedMessage">Member removed from the team successfully</string> <string name="memberRemovedMessage">Membro rimosso dal team con successo</string>
<!-- org tabbed layout str --> <!-- org tabbed layout str -->
<!-- create team --> <!-- create team -->
<string name="newTeamTitle">Nome team</string> <string name="newTeamTitle">Nome team</string>
@ -273,8 +273,9 @@ autorizzazione</string>
<string name="editCommentTitle">Modifica commento</string> <string name="editCommentTitle">Modifica commento</string>
<string name="editCommentButtonText">Modifica</string> <string name="editCommentButtonText">Modifica</string>
<string name="editCommentUpdatedText">Commento aggiornato</string> <string name="editCommentUpdatedText">Commento aggiornato</string>
<string name="issueCommentShare">Share Comment</string> <string name="issueCommentShare">Condividi Commento</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Commento eliminato con successo</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Aggiungi/Rimuovi collaboratore</string> <string name="addCollaboratorTitle">Aggiungi/Rimuovi collaboratore</string>
@ -291,8 +292,8 @@ autorizzazione</string>
<string name="profileCreateNewEmailAddress">Aggiungi indirizzo email</string> <string name="profileCreateNewEmailAddress">Aggiungi indirizzo email</string>
<string name="profileEmailButton">Salva</string> <string name="profileEmailButton">Salva</string>
<string name="profileEmailTitle">Indirizzo Email</string> <string name="profileEmailTitle">Indirizzo Email</string>
<string name="emailAddedText">Nuova email aggiunta con successo.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Indirizzo email è vuoto.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Indirizzo email non valido</string> <string name="emailErrorInvalid">Indirizzo email non valido</string>
<string name="emailErrorInUse">Indirizzo email già in uso</string> <string name="emailErrorInUse">Indirizzo email già in uso</string>
<string name="emailTypeText">Primario</string> <string name="emailTypeText">Primario</string>
@ -308,8 +309,8 @@ autorizzazione</string>
<string name="issueStateReopened">Problema riaperto</string> <string name="issueStateReopened">Problema riaperto</string>
<string name="addRemoveAssignees">Aggiungi/Rimuovi Assegnatari</string> <string name="addRemoveAssignees">Aggiungi/Rimuovi Assegnatari</string>
<string name="assigneesUpdated">Assegnatari aggiornati</string> <string name="assigneesUpdated">Assegnatari aggiornati</string>
<string name="singleIssueSubscribe">Subscribe</string> <string name="singleIssueSubscribe">Iscriviti</string>
<string name="singleIssueUnSubscribe">Unsubscribe</string> <string name="singleIssueUnSubscribe">Disiscriviti</string>
<!-- single issue section --> <!-- single issue section -->
<!-- multi select dialog --> <!-- multi select dialog -->
<string name="select_entry">Elementi selezionati</string> <string name="select_entry">Elementi selezionati</string>
@ -322,7 +323,7 @@ autorizzazione</string>
<string name="repoMetaData">Meta repository</string> <string name="repoMetaData">Meta repository</string>
<!-- admin --> <!-- admin -->
<string name="adminCreateNewUser">Aggiungi nuovo utente</string> <string name="adminCreateNewUser">Aggiungi nuovo utente</string>
<string name="adminUsers">System Users</string> <string name="adminUsers">Utenti Di Sistema</string>
<string name="userRoleAdmin">Amministratore</string> <string name="userRoleAdmin">Amministratore</string>
<!-- admin --> <!-- admin -->
<!-- create user --> <!-- create user -->
@ -352,19 +353,19 @@ autorizzazione</string>
<string name="titleErrorEmpty">Il titolo è vuoto</string> <string name="titleErrorEmpty">Il titolo è vuoto</string>
<string name="releaseCreatedText">Creata nuovo release</string> <string name="releaseCreatedText">Creata nuovo release</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">Il codice OTP deve essere numeri.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">Codice OTP (opzionale)</string> <string name="loginOTP">Codice OTP (opzionale)</string>
<string name="otpMessage">Inserisci il codice otp se 2FA è abilitato</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Apri nel Browser</string> <string name="openWebRepo">Apri nel Browser</string>
<string name="repoStargazersInMenu">Favoriti</string> <string name="repoStargazersInMenu">Favoriti</string>
<string name="repoWatchersInMenu">Osservatori</string> <string name="repoWatchersInMenu">Osservatori</string>
<string name="noDataWebsite">No website found</string> <string name="noDataWebsite">Nessun sito web trovato</string>
<string name="noDataDescription">No description found</string> <string name="noDataDescription">Nessuna descrizione trovata</string>
<string name="noDataLocation">No location found</string> <string name="noDataLocation">Nessuna posizione trovata</string>
<string name="starMember">Star</string> <string name="starMember">Star</string>
<string name="watcherMember">Osservatore</string> <string name="watcherMember">Osservatore</string>
<string name="zipArchiveDownloadReleasesTab">Source code (ZIP)</string> <string name="zipArchiveDownloadReleasesTab">Codice sorgente (ZIP)</string>
<string name="tarArchiveDownloadReleasesTab">Source code (TAR.GZ)</string> <string name="tarArchiveDownloadReleasesTab">Codice sorgente (TAR.GZ)</string>
<!-- new file --> <!-- new file -->
<string name="newFileNameTintCopy">Nome file</string> <string name="newFileNameTintCopy">Nome file</string>
<string name="newFileBranchTintCopy">Nome nuovo branch</string> <string name="newFileBranchTintCopy">Nome nuovo branch</string>
@ -382,14 +383,15 @@ autorizzazione</string>
<string name="newFileRequiredFieldNewBranchName">Il nuovo nome del branch non può essere vuoto se il branch attuale non è selezionato</string> <string name="newFileRequiredFieldNewBranchName">Il nuovo nome del branch non può essere vuoto se il branch attuale non è selezionato</string>
<string name="strFilter">Filtro</string> <string name="strFilter">Filtro</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copia URL Problema</string> <string name="copyIssueUrl">Copia URL Problema</string>
<string name="copyIssueUrlToastMsg">URL copiato negli appunti</string> <string name="copyIssueUrlToastMsg">URL copiato negli appunti</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Commento copiato negli appunti</string>
<string name="milestoneCompletion">%1$d\uFF05 completato</string> <string name="milestoneCompletion">%1$d\uFF05 completato</string>
<!-- files --> <!-- files -->
<string name="noDataFilesTab">Nessun file trovato</string> <string name="noDataFilesTab">Nessun file trovato</string>
<string name="filesGenericError">Spiacenti, questo file non può essere visto come l\'API ha restituito un errore</string> <string name="filesGenericError">Spiacenti, questo file non può essere visto come l\'API ha restituito un errore</string>
<string name="notSupported">Not supported</string> <string name="notSupported">Non supportato</string>
<!-- generic copy --> <!-- generic copy -->
<string name="okButton">OK</string> <string name="okButton">OK</string>
<string name="doneButton">Fatto</string> <string name="doneButton">Fatto</string>
@ -403,8 +405,8 @@ autorizzazione</string>
<string name="menuContentDesc">Menu</string> <string name="menuContentDesc">Menu</string>
<string name="menuEditText">Modifica</string> <string name="menuEditText">Modifica</string>
<string name="menuDeleteText">Cancella</string> <string name="menuDeleteText">Cancella</string>
<string name="menuCopyText">Copy</string> <string name="menuCopyText">Copia</string>
<string name="menuQuoteText">Quote and Reply</string> <string name="menuQuoteText">Cita e Rispondi</string>
<string name="modifiedText">modificato</string> <string name="modifiedText">modificato</string>
<string name="saveButton">Salva</string> <string name="saveButton">Salva</string>
<string name="websiteText">Sito Web</string> <string name="websiteText">Sito Web</string>
@ -413,10 +415,11 @@ autorizzazione</string>
<string name="emptyFields">Tutti i campi sono obbligatori</string> <string name="emptyFields">Tutti i campi sono obbligatori</string>
<string name="textContinue">Continua</string> <string name="textContinue">Continua</string>
<string name="copyToken">Token</string> <string name="copyToken">Token</string>
<string name="viewInBrowser">View in Browser</string> <string name="viewInBrowser">Visualizza nel browser</string>
<string name="isOpen">Open</string> <string name="isOpen">Apri</string>
<string name="isClosed">Closed</string> <string name="isClosed">Chiuso</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <string name="genericServerResponseError">Al momento non possiamo raggiungere il server, controlla lo stato del tuo server e riprova</string>
<string name="genericCopyUrl">Copy URL</string>
<!-- generic copy --> <!-- generic copy -->
<string name="translateText">Traduci GitNex con Crowdin</string> <string name="translateText">Traduci GitNex con Crowdin</string>
<string name="exploreTextBoxHint">Esplora i repository</string> <string name="exploreTextBoxHint">Esplora i repository</string>
@ -428,16 +431,16 @@ autorizzazione</string>
<string name="unWatchRepository">Escludi il Repository</string> <string name="unWatchRepository">Escludi il Repository</string>
<string name="watchRepositorySuccess">Repository aggiunto alla watch list</string> <string name="watchRepositorySuccess">Repository aggiunto alla watch list</string>
<string name="unWatchRepositorySuccess">Repository rimosso dalla watchlist</string> <string name="unWatchRepositorySuccess">Repository rimosso dalla watchlist</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Bozze</string>
<string name="versionUnsupportedOld">Vecchia versione non supportata (%1$s) di Gitea. Aggiorna all\'ultima versione stabile. Se continui, l\'app potrebbe non funzionare correttamente.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">Nuova versione di Gitea rilevata! Si prega di AGGIORNARE GitNex!</string> <string name="versionUnsupportedNew">Nuova versione di Gitea rilevata! Si prega di AGGIORNARE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">Nessun Gitea rilevato!</string>
<string name="versionAlertDialogHeader">Versione non supportata di Gitea</string> <string name="versionAlertDialogHeader">Versione non supportata di Gitea</string>
<string name="loginViaPassword">Nome utente / Password</string> <string name="loginViaPassword">Nome utente / Password</string>
<string name="loginMethodText">Scegli il tuo metodo di accesso preferito per accedere al tuo account. Il token è più sicuro!</string> <string name="loginMethodText">Scegli il tuo metodo di accesso preferito per accedere al tuo account. Il token è più sicuro!</string>
<string name="unauthorizedApiError">L\'istanza ha restituito un errore - Non autorizzato. Controlla le tue credenziali e riprova</string> <string name="unauthorizedApiError">L\'istanza ha restituito un errore - Non autorizzato. Controlla le tue credenziali e riprova</string>
<string name="loginTokenError">Inserisci il token corretto</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Fork Eliminato</string>
<string name="noDataPullRequests">Nessuna richiesta pull request trovata</string> <string name="noDataPullRequests">Nessuna richiesta pull request trovata</string>
<string name="prCreator">Creatore:\u0020</string> <string name="prCreator">Creatore:\u0020</string>
<string name="editPrText">Modifica Pull Request</string> <string name="editPrText">Modifica Pull Request</string>
@ -449,10 +452,10 @@ autorizzazione</string>
<string name="openFileDiffText">File modificati</string> <string name="openFileDiffText">File modificati</string>
<string name="mergePullRequestText">Unisci Pull Request</string> <string name="mergePullRequestText">Unisci Pull Request</string>
<string name="mergePullRequestButtonText">Unisci</string> <string name="mergePullRequestButtonText">Unisci</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Cancella branch dopo il merge</string>
<string name="mergeNoteText">L\'merge fallire se non sei autorizzato a unire questa Pull Request.</string> <string name="mergeNoteText">L\'merge fallire se non sei autorizzato a unire questa Pull Request.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">Questo branch appartiene al fork di un repository</string>
<string name="mergeCommentText">Unisci commento</string> <string name="mergeCommentText">Unisci commento</string>
<string name="mergePRSuccessMsg">Pull Request è stata unita con successo</string> <string name="mergePRSuccessMsg">Pull Request è stata unita con successo</string>
<string name="mergePR404ErrorMsg">La Pull Request non è disponibile per l\'merge</string> <string name="mergePR404ErrorMsg">La Pull Request non è disponibile per l\'merge</string>
@ -460,71 +463,84 @@ autorizzazione</string>
<string name="mergeOptionRebase">Fai rebase e unisci</string> <string name="mergeOptionRebase">Fai rebase e unisci</string>
<string name="mergeOptionRebaseCommit">Fai rebase e unisci (&#45;&#45;no-ff)</string> <string name="mergeOptionRebaseCommit">Fai rebase e unisci (&#45;&#45;no-ff)</string>
<string name="mergeOptionSquash">Fai squash e unisci</string> <string name="mergeOptionSquash">Fai squash e unisci</string>
<string name="downloadFile">Download This File</string> <string name="downloadFile">Scarica Questo File</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string> <string name="waitLoadingDownloadFile">Attendere che il file venga caricato in memoria</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File salvato con successo</string>
<string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string> <string name="excludeFilesInFileviewer">Questo tipo di file non è supportato nel visualizzatore di file. Scaricarlo invece dal menu con i tre punti?</string>
<string name="sizeCopy">Size</string> <string name="deleteFile">Delete This File</string>
<string name="shareIssue">Share Issue</string> <string name="editFile">Edit This File</string>
<string name="sharePr">Share Pull Request</string> <string name="deleteFileText">Delete %1$s</string>
<string name="shareRepository">Share Repository</string> <string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="createRepository">Create Repository</string> <string name="editFileText">Edit %1$s</string>
<string name="commitTitle">Branch Commits</string> <string name="editFileMessage">File is modified by branch %1$s</string>
<string name="commitCommittedBy">Committed by %1$s</string> <string name="sizeCopy">Dimensione</string>
<string name="viewCommits">View Commits</string> <string name="shareIssue">Condividi Issue</string>
<string name="sharePr">Condividi Pull Request</string>
<string name="shareRepository">Condividi Repository</string>
<string name="createRepository">Crea Repository</string>
<string name="commitTitle">Commit del branch</string>
<string name="commitCommittedBy">Commit di %1$s</string>
<string name="viewCommits">Visualizza Commit</string>
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Certificate Verification</string> <string name="mtm_notification">Verifica Del Certificato</string>
<string name="mtm_accept_cert">Accept Unknown Certificate?</string> <string name="mtm_accept_cert">Accettare Certificato Sconosciuto?</string>
<string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">The server certificate is expired.</string> <string name="mtm_cert_expired">Il certificato del server è scaduto.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accettare Nome Server Non Corrispondente?</string>
<string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string> <string name="mtm_hostname_mismatch">Il server non può autenticarsi come \&quot;%s\&quot;. Il certificato è valido solo per:</string>
<string name="mtm_connect_anyway">Do you want to connect anyway?</string> <string name="mtm_connect_anyway">Vuoi connetterti comunque?</string>
<string name="mtm_cert_details">Certificate details:</string> <string name="mtm_cert_details">Dettagli del certificato:</string>
<string name="mtm_decision_always">Trust</string> <string name="mtm_decision_always">Fidati</string>
<string name="mtm_decision_abort">Abort</string> <string name="mtm_decision_abort">Annulla</string>
<string name="subscribedSuccessfully">Subscribed successfully</string> <string name="subscribedSuccessfully">Iscritto con successo</string>
<string name="alreadySubscribed">You have already subscribed</string> <string name="alreadySubscribed">Ti sei già iscritto</string>
<string name="subscriptionError">Subscription failed</string> <string name="subscriptionError">Sottoscrizione fallita</string>
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string> <string name="unsubscribedSuccessfully">Disiscritto con successo</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string> <string name="alreadyUnsubscribed">Hai già annullato l\'iscrizione</string>
<string name="unsubscriptionError">Un-Subscription failed</string> <string name="unsubscriptionError">Disiscrizione fallita</string>
<string name="closeMilestone">Close Milestone</string> <string name="closeMilestone">Chiudi Milestone</string>
<string name="openMilestone">Open Milestone</string> <string name="openMilestone">Apri Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string> <string name="milestoneStatusUpdate">Stato del Milestone aggiornato con successo</string>
<string name="errorOnLogin">We cannot reach the server, please check your server status</string> <string name="errorOnLogin">Non riusciamo a raggiungere il server, controllare lo stato del server</string>
<string name="reportViewerHeader">Crash Reports</string> <string name="reportViewerHeader">Rapporti Crash</string>
<string name="settingsEnableReportsText">Enable Crash Reports</string> <string name="settingsEnableReportsText">Abilita Rapporti Crash</string>
<string name="crashTitle">GitNex has stopped :(</string> <string name="crashTitle">GitNex ha smesso di funzionare :(</string>
<string name="setCrashReports">Crash reports</string> <string name="setCrashReports">Rapporti crash</string>
<string name="crashMessage">You can tap the OK button to send the crash report by email. It will help to fix it :)\n\nYou can also add additional content in the email. Thank you!</string> <string name="crashMessage">Puoi premere il pulsante OK per inviare la segnalazione di crash via email. Aiuterà a risolvere il problema :)\n\nPuoi anche aggiungere altri dettagli nell\'email. Grazie!</string>
<string name="forceLogoutDialogHeader">Please sign in again</string> <string name="forceLogoutDialogHeader">Per favore accedi di nuovo</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="forceLogoutDialogDescription">A causa di alcune modifiche importanti riguardanti il funzionamento interno dell\'app, abbiamo bisogno che tu effettui nuovamente il login. Queste modifiche ci permettono di rendere l\'applicazione più flessibile in futuro.\n\nGrazie per la pazienza e ci scusiamo per il disagio.</string>
<string name="deleteAllDrafts">Delete All Drafts</string> <string name="deleteAllDrafts">Elimina Tutte Le Bozze</string>
<string name="draftsListEmpty">No drafts found</string> <string name="draftsListEmpty">Nessuna bozza trovata</string>
<string name="draftsDeleteSuccess">Drafts deleted successfully</string> <string name="draftsDeleteSuccess">Bozze eliminate con successo</string>
<string name="draftsSingleDeleteSuccess">Draft deleted successfully</string> <string name="draftsSingleDeleteSuccess">Bozza eliminata con successo</string>
<string name="deleteAllDraftsDialogMessage">This will delete all the drafts for this account. \n\nProceed with deletion?</string> <string name="deleteAllDraftsDialogMessage">Questo eliminerà tutte le bozze per questo account. \n\nProcedi con la cancellazione?</string>
<string name="draftSaved">Draft saved</string> <string name="draftSaved">Bozza salvata</string>
<string name="appearanceHintText">Themes, fonts, badges, code block theme</string> <string name="appearanceHintText">Temi, caratteri, badge, tema del codice</string>
<string name="fileViewerHintText">PDF mode, source code theme</string> <string name="fileViewerHintText">Modalità PDF, tema codice sorgente</string>
<string name="securityHintText">SSL certificates, cache, polling delay</string> <string name="securityHintText">Certificati SSL, cache, ricerca di notifiche</string>
<string name="languagesHintText">Languages</string> <string name="languagesHintText">Lingue</string>
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Rapporti crash</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archiviato</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account eliminato con successo</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifiche</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">Nessuna notifica trovata</string>
<string name="notificationBody">You have received a new notification. (%s)</string> <string name="notificationBody">Hai ricevuto una nuova notifica. (%s)</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Intervallo di ricerca notifiche</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minuti</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Seleziona l\'intervallo per la ricerca</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Segna come letto</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Segna come non letto</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Fissa Notifica</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Letto</string>
<string name="isUnread">Unread</string> <string name="isUnread">Non letto</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">New File</string> <string name="pageTitleNewFile">New File</string>
<string name="pageTitleExplore">Izpētīt</string> <string name="pageTitleExplore">Izpētīt</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Demo repo</string> <string name="repoName">Demo repo</string>
<string name="repoFullname">Repo with ORG</string> <string name="repoFullname">Repo with ORG</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Close Navigation Drawer</string> <string name="navigation_drawer_close">Close Navigation Drawer</string>
<string name="logo">Login to Gitea</string> <string name="logo">Login to Gitea</string>
<string name="urlInfoTooltip">1- Choose the correct protocol(https or http). \n2- Enter Gitea url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field.</string> <string name="urlInfoTooltip">1- Choose the correct protocol(https or http). \n2- Enter Gitea url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field.</string>
<string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors.</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> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">Malformed JSON was received. Server response was not successful.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">Instance URL is required</string> <string name="emptyFieldURL">Instance URL is required</string>
<string name="emptyFieldUsername">Username is required</string> <string name="emptyFieldUsername">Username is required</string>
<string name="emptyFieldPassword">Password is required</string> <string name="emptyFieldPassword">Password is required</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Something went wrong, please try again</string> <string name="orgCreatedError">Something went wrong, please try again</string>
<string name="orgExistsError">Organization already exists</string> <string name="orgExistsError">Organization already exists</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Binary files are not supported yet.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Processing</string> <string name="processingText">Processing</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="close">Close</string> <string name="close">Close</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Please write your comment</string> <string name="commentEmptyError">Please write your comment</string>
<string name="commentSuccess">Comment posted</string> <string name="commentSuccess">Comment posted</string>
<string name="commentError">Something went wrong, please try again</string> <string name="commentError">Something went wrong, please try again</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Avatar</string> <string name="generalImgContentText">Avatar</string>
<string name="noDataMilestonesTab">No milestones found</string> <string name="noDataMilestonesTab">No milestones found</string>
<string name="commitAuthor">Commit author: %1$s</string> <string name="commitAuthor">Commit author: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Something went wrong, please try again</string> <string name="labelDeleteErrorText">Something went wrong, please try again</string>
<string name="noDataBranchesTab">No branches found</string> <string name="noDataBranchesTab">No branches found</string>
<string name="alertDialogTokenRevokedTitle">Authorization Error</string> <string name="alertDialogTokenRevokedTitle">Authorization Error</string>
<string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents. In case of revoked Token, please logout and login again</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Cancel</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Cancel</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Logout</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Logout</string>
<string name="labelDeleteTitle">Delete\u0020</string> <string name="labelDeleteTitle">Delete\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Comment updated</string> <string name="editCommentUpdatedText">Comment updated</string>
<string name="issueCommentShare">Share Comment</string> <string name="issueCommentShare">Share Comment</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Add / Remove Collaborator</string> <string name="addCollaboratorTitle">Add / Remove Collaborator</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">Add Email Address</string> <string name="profileCreateNewEmailAddress">Add Email Address</string>
<string name="profileEmailButton">Save</string> <string name="profileEmailButton">Save</string>
<string name="profileEmailTitle">Email Address</string> <string name="profileEmailTitle">Email Address</string>
<string name="emailAddedText">New email added successfully.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Email address is empty.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Email address is not valid</string> <string name="emailErrorInvalid">Email address is not valid</string>
<string name="emailErrorInUse">Email address is already in use</string> <string name="emailErrorInUse">Email address is already in use</string>
<string name="emailTypeText">Primary</string> <string name="emailTypeText">Primary</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Title is empty</string> <string name="titleErrorEmpty">Title is empty</string>
<string name="releaseCreatedText">New release created</string> <string name="releaseCreatedText">New release created</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">OTP code should be numbers.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">OTP Code (Optional)</string> <string name="loginOTP">OTP Code (Optional)</string>
<string name="otpMessage">Enter the otp code if 2FA is enabled</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Open in Browser</string> <string name="openWebRepo">Open in Browser</string>
<string name="repoStargazersInMenu">Stargazers</string> <string name="repoStargazersInMenu">Stargazers</string>
<string name="repoWatchersInMenu">Watchers</string> <string name="repoWatchersInMenu">Watchers</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string> <string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string> <string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string> <string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string> <string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -415,6 +417,7 @@
<string name="isOpen">Open</string> <string name="isOpen">Open</string>
<string name="isClosed">Closed</string> <string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <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 --> <!-- generic copy -->
<string name="translateText">Translate GitNex with Crowdin</string> <string name="translateText">Translate GitNex with Crowdin</string>
<string name="exploreTextBoxHint">Explore repositories</string> <string name="exploreTextBoxHint">Explore repositories</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Repository added to watch list</string> <string name="watchRepositorySuccess">Repository added to watch list</string>
<string name="unWatchRepositorySuccess">Repository removed from watch list</string> <string name="unWatchRepositorySuccess">Repository removed from watch list</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string> <string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string> <string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
<string name="loginViaPassword">Username / Password</string> <string name="loginViaPassword">Username / Password</string>
<string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string> <string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string>
<string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string> <string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string>
<string name="loginTokenError">Please enter the correct token</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">No pull requests found</string> <string name="noDataPullRequests">No pull requests found</string>
<string name="prCreator">Creator :\u0020</string> <string name="prCreator">Creator :\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Merge</string> <string name="mergePullRequestButtonText">Merge</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string> <string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Merge comment</string> <string name="mergeCommentText">Merge comment</string>
<string name="mergePRSuccessMsg">Pull Request was merged successfully</string> <string name="mergePRSuccessMsg">Pull Request was merged successfully</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string> <string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string> <string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Size</string> <string name="sizeCopy">Size</string>
<string name="shareIssue">Share Issue</string> <string name="shareIssue">Share Issue</string>
<string name="sharePr">Share Pull Request</string> <string name="sharePr">Share Pull Request</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Certificate Verification</string> <string name="mtm_notification">Certificate Verification</string>
<string name="mtm_accept_cert">Accept Unknown Certificate?</string> <string name="mtm_accept_cert">Accept Unknown Certificate?</string>
<string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">The server certificate is expired.</string> <string name="mtm_cert_expired">The server certificate is expired.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accept Mismatching Server Name?</string>
<string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string> <string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Crash reports</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archived</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">Nowy plik</string> <string name="pageTitleNewFile">Nowy plik</string>
<string name="pageTitleExplore">Przeglądaj</string> <string name="pageTitleExplore">Przeglądaj</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Repozytorium demo</string> <string name="repoName">Repozytorium demo</string>
<string name="repoFullname">Repozytorium z ORG</string> <string name="repoFullname">Repozytorium z ORG</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Zamknij szufladę nawigacji</string> <string name="navigation_drawer_close">Zamknij szufladę nawigacji</string>
<string name="logo">Zaloguj się do Gitea</string> <string name="logo">Zaloguj się do Gitea</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="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">Nie można połączyć się z hostem. Sprawdź swój adres URL lub port pod kątem jakichkolwiek błędów.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">Nie zaleca się używania protokołu HTTP, chyba że testujesz w sieci lokalnej.</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">Otrzymano błędne JSON. Odpowiedź serwera nie powiodła się.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">Adres URL instancji jest wymagany</string> <string name="emptyFieldURL">Adres URL instancji jest wymagany</string>
<string name="emptyFieldUsername">Nazwa użytkownika jest wymagana</string> <string name="emptyFieldUsername">Nazwa użytkownika jest wymagana</string>
<string name="emptyFieldPassword">Hasło jest wymagane</string> <string name="emptyFieldPassword">Hasło jest wymagane</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Coś poszło nie tak, spróbuj ponownie</string> <string name="orgCreatedError">Coś poszło nie tak, spróbuj ponownie</string>
<string name="orgExistsError">Organizacja już istnieje</string> <string name="orgExistsError">Organizacja już istnieje</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Binary files are not supported yet.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Przetwarzanie</string> <string name="processingText">Przetwarzanie</string>
<string name="search">Szukaj</string> <string name="search">Szukaj</string>
<string name="close">Zamknij</string> <string name="close">Zamknij</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Napisz swój komentarz</string> <string name="commentEmptyError">Napisz swój komentarz</string>
<string name="commentSuccess">Komentarz wysłany</string> <string name="commentSuccess">Komentarz wysłany</string>
<string name="commentError">Coś poszło nie tak, spróbuj ponownie</string> <string name="commentError">Coś poszło nie tak, spróbuj ponownie</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Awatar</string> <string name="generalImgContentText">Awatar</string>
<string name="noDataMilestonesTab">Nie znaleziono etapów</string> <string name="noDataMilestonesTab">Nie znaleziono etapów</string>
<string name="commitAuthor">Autor commitu: %1$s</string> <string name="commitAuthor">Autor commitu: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Coś poszło nie tak, spróbuj ponownie</string> <string name="labelDeleteErrorText">Coś poszło nie tak, spróbuj ponownie</string>
<string name="noDataBranchesTab">Nie znaleziono gałęzi</string> <string name="noDataBranchesTab">Nie znaleziono gałęzi</string>
<string name="alertDialogTokenRevokedTitle">Błąd autoryzacji</string> <string name="alertDialogTokenRevokedTitle">Błąd autoryzacji</string>
<string name="alertDialogTokenRevokedMessage">Wygląda na to, że Token Dostępu został odwołany LUB nie możesz zobaczyć tych treści. W przypadku cofnięcia tokenu, wyloguj się i zaloguj ponownie</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Anuluj</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Anuluj</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Wyloguj się</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Wyloguj się</string>
<string name="labelDeleteTitle">Usuń\u0020</string> <string name="labelDeleteTitle">Usuń\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Komentarz zaktualizowany</string> <string name="editCommentUpdatedText">Komentarz zaktualizowany</string>
<string name="issueCommentShare">Udostępnij komentarz</string> <string name="issueCommentShare">Udostępnij komentarz</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Dodaj / Usuń współpracownika</string> <string name="addCollaboratorTitle">Dodaj / Usuń współpracownika</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">Dodaj adres e-mail</string> <string name="profileCreateNewEmailAddress">Dodaj adres e-mail</string>
<string name="profileEmailButton">Zapisz</string> <string name="profileEmailButton">Zapisz</string>
<string name="profileEmailTitle">Adres e-mail</string> <string name="profileEmailTitle">Adres e-mail</string>
<string name="emailAddedText">Nowy e-mail został dodany.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Adres e-mail jest pusty.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Adres e-mail jest nieprawidłowy</string> <string name="emailErrorInvalid">Adres e-mail jest nieprawidłowy</string>
<string name="emailErrorInUse">Adres e-mail jest już używany</string> <string name="emailErrorInUse">Adres e-mail jest już używany</string>
<string name="emailTypeText">Podstawowy</string> <string name="emailTypeText">Podstawowy</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Tytuł jest pusty</string> <string name="titleErrorEmpty">Tytuł jest pusty</string>
<string name="releaseCreatedText">Utworzono nową wersję</string> <string name="releaseCreatedText">Utworzono nową wersję</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">Kod OTP powinien być liczbami.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">Kod OTP (opcjonalnie)</string> <string name="loginOTP">Kod OTP (opcjonalnie)</string>
<string name="otpMessage">Wprowadź kod OTP, jeśli 2FA jest włączony</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Otwórz w przeglądarce</string> <string name="openWebRepo">Otwórz w przeglądarce</string>
<string name="repoStargazersInMenu">Polubienia</string> <string name="repoStargazersInMenu">Polubienia</string>
<string name="repoWatchersInMenu">Obserwatorzy</string> <string name="repoWatchersInMenu">Obserwatorzy</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">Nazwa nowej gałęzi nie może być pusta, jeśli nie wybrano bieżącej gałęzi</string> <string name="newFileRequiredFieldNewBranchName">Nazwa nowej gałęzi nie może być pusta, jeśli nie wybrano bieżącej gałęzi</string>
<string name="strFilter">Filtr</string> <string name="strFilter">Filtr</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Skopiuj adres URL zgłoszenia</string> <string name="copyIssueUrl">Skopiuj adres URL zgłoszenia</string>
<string name="copyIssueUrlToastMsg">Adres URL skopiowany do schowka</string> <string name="copyIssueUrlToastMsg">Adres URL skopiowany do schowka</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -415,6 +417,7 @@
<string name="isOpen">Open</string> <string name="isOpen">Open</string>
<string name="isClosed">Closed</string> <string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <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 --> <!-- generic copy -->
<string name="translateText">Przetłumacz GitNex z Crowdin</string> <string name="translateText">Przetłumacz GitNex z Crowdin</string>
<string name="exploreTextBoxHint">Przeglądaj repozytoria</string> <string name="exploreTextBoxHint">Przeglądaj repozytoria</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Repozytorium dodane do listy obserwowanych</string> <string name="watchRepositorySuccess">Repozytorium dodane do listy obserwowanych</string>
<string name="unWatchRepositorySuccess">Repozytorium usunięte z listy obserwacyjnej</string> <string name="unWatchRepositorySuccess">Repozytorium usunięte z listy obserwacyjnej</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Wykryto nieobsługiwaną starą wersję(%1$s) Gitea. Proszę zaktualizować do najnowszej stabilnej wersji. Jeśli kontynuujesz, aplikacja może nie działać poprawnie.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">Wykryto nową wersję Gitea! Proszę ZAKTUALIZOWAĆ GitNex!</string> <string name="versionUnsupportedNew">Wykryto nową wersję Gitea! Proszę ZAKTUALIZOWAĆ GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Nieobsługiwana wersja Gitea</string> <string name="versionAlertDialogHeader">Nieobsługiwana wersja Gitea</string>
<string name="loginViaPassword">Nazwa użytkownika / Hasło</string> <string name="loginViaPassword">Nazwa użytkownika / Hasło</string>
<string name="loginMethodText">Wybierz preferowaną metodę logowania, aby uzyskać dostęp do swojego konta. Token jest bezpieczniejszy!</string> <string name="loginMethodText">Wybierz preferowaną metodę logowania, aby uzyskać dostęp do swojego konta. Token jest bezpieczniejszy!</string>
<string name="unauthorizedApiError">Instancja zwróciła błąd - nieautoryzowana. Sprawdź swoje dane i spróbuj ponownie</string> <string name="unauthorizedApiError">Instancja zwróciła błąd - nieautoryzowana. Sprawdź swoje dane i spróbuj ponownie</string>
<string name="loginTokenError">Wprowadź poprawny token</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">Nie znaleziono pull requestów</string> <string name="noDataPullRequests">Nie znaleziono pull requestów</string>
<string name="prCreator">Twórca:\u0020</string> <string name="prCreator">Twórca:\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Połącz</string> <string name="mergePullRequestButtonText">Połącz</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Scalanie może się nie powieść, jeśli nie masz uprawnień do scalania Pull Request.</string> <string name="mergeNoteText">Scalanie może się nie powieść, jeśli nie masz uprawnień do scalania Pull Request.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Scal komentarz</string> <string name="mergeCommentText">Scal komentarz</string>
<string name="mergePRSuccessMsg">Pull Request został pomyślnie scalony</string> <string name="mergePRSuccessMsg">Pull Request został pomyślnie scalony</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Poczekaj aż plik załaduje się do pamięci</string> <string name="waitLoadingDownloadFile">Poczekaj aż plik załaduje się do pamięci</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileviewer">Ten typ pliku nie jest obsługiwany w przeglądarce plików. Pobrać go z trzech kropkowanych menu?</string> <string name="excludeFilesInFileviewer">Ten typ pliku nie jest obsługiwany w przeglądarce plików. Pobrać go z trzech kropkowanych menu?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Rozmiar</string> <string name="sizeCopy">Rozmiar</string>
<string name="shareIssue">Udostępnij problem</string> <string name="shareIssue">Udostępnij problem</string>
<string name="sharePr">Udostępnij Pull Request</string> <string name="sharePr">Udostępnij Pull Request</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Weryfikacja certyfikatu</string> <string name="mtm_notification">Weryfikacja certyfikatu</string>
<string name="mtm_accept_cert">Zaakceptować nieznany certyfikat?</string> <string name="mtm_accept_cert">Zaakceptować nieznany certyfikat?</string>
<string name="mtm_trust_anchor">Certyfikat serwera nie jest podpisany przez znany organ certyfikacji.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">Certyfikat serwera wygasł.</string> <string name="mtm_cert_expired">Certyfikat serwera wygasł.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accept Mismatching Server Name?</string>
<string name="mtm_hostname_mismatch">Serwer nie mógł uwierzytelnić jako \&quot;%s\&quot;. Certyfikat jest ważny tylko dla:</string> <string name="mtm_hostname_mismatch">Serwer nie mógł uwierzytelnić jako \&quot;%s\&quot;. Certyfikat jest ważny tylko dla:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Crash reports</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archived</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -11,7 +11,7 @@
<string name="navRate">Avalie o GitNex</string> <string name="navRate">Avalie o GitNex</string>
<string name="navLogout">Sair</string> <string name="navLogout">Sair</string>
<string name="navExplore">Explorar</string> <string name="navExplore">Explorar</string>
<string name="navAdministration">Administration</string> <string name="navAdministration">Administração</string>
<!-- menu items --> <!-- menu items -->
<!-- page titles --> <!-- page titles -->
<string name="pageTitleAbout">Sobre</string> <string name="pageTitleAbout">Sobre</string>
@ -27,7 +27,7 @@
<string name="pageTitleCreateNewIssue">Novo incidente</string> <string name="pageTitleCreateNewIssue">Novo incidente</string>
<string name="pageTitleCreateLabel">Novo marcador</string> <string name="pageTitleCreateLabel">Novo marcador</string>
<string name="pageTitleCredits">Créditos</string> <string name="pageTitleCredits">Créditos</string>
<string name="pageTitleChooseBranch">Select Branch</string> <string name="pageTitleChooseBranch">Selecione o ramo</string>
<string name="pageTitleLabelUpdate">Atualizar marcador</string> <string name="pageTitleLabelUpdate">Atualizar marcador</string>
<string name="pageTitleSponsors">Doadores</string> <string name="pageTitleSponsors">Doadores</string>
<string name="pageTitleStarredRepos">Favoritos</string> <string name="pageTitleStarredRepos">Favoritos</string>
@ -35,8 +35,8 @@
<string name="pageTitleAddEmail">Adicionar endereço de E-mail</string> <string name="pageTitleAddEmail">Adicionar endereço de E-mail</string>
<string name="pageTitleNewFile">Novo arquivo</string> <string name="pageTitleNewFile">Novo arquivo</string>
<string name="pageTitleExplore">Explorar</string> <string name="pageTitleExplore">Explorar</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Administração de Gitea</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Repo demo</string> <string name="repoName">Repo demo</string>
<string name="repoFullname">Repo com ORG</string> <string name="repoFullname">Repo com ORG</string>
@ -63,18 +63,18 @@
<string name="navigation_drawer_close">Fechar painel de navegação</string> <string name="navigation_drawer_close">Fechar painel de navegação</string>
<string name="logo">Conectar no Gitea</string> <string name="logo">Conectar no Gitea</string>
<string name="urlInfoTooltip">1- Escolha o protocolo correto (https ou http). \n2- Insira a url do Gitea. Por exemplo: try.gitea.io. \n3 - Se você habilitou 2FA para sua conta, digite o código no campo de código OTP. \n4- Para autenticação básica HTTP use USUARIO@DOMINIO.COM no campo URL.</string> <string name="urlInfoTooltip">1- Escolha o protocolo correto (https ou http). \n2- Insira a url do Gitea. Por exemplo: try.gitea.io. \n3 - Se você habilitou 2FA para sua conta, digite o código no campo de código OTP. \n4- Para autenticação básica HTTP use USUARIO@DOMINIO.COM no campo URL.</string>
<string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">Não é recomendado usar protocolo HTTP a menos que você esteja testando em uma rede local.</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">JSON malformado foi recebido. A resposta do servidor não foi bem sucedida.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">A URL da instância é necessária</string> <string name="emptyFieldURL">A URL da instância é necessária</string>
<string name="emptyFieldUsername">Nome de usuário é necessário</string> <string name="emptyFieldUsername">Nome de usuário é necessário</string>
<string name="emptyFieldPassword">A senha é necessária</string> <string name="emptyFieldPassword">A senha é necessária</string>
<string name="checkNetConnection">Não é possível acessar a rede, por favor, verifique sua conexão com a Internet</string> <string name="checkNetConnection">Não é possível acessar a rede, por favor, verifique sua conexão com a Internet</string>
<string name="netConnectionIsBack">Yay, We have Internet connection!</string> <string name="netConnectionIsBack">Opa, temos conexão com a Internet!</string>
<string name="repoNameErrorEmpty">Nome do repositório está vazio</string> <string name="repoNameErrorEmpty">Nome do repositório está vazio</string>
<string name="repoNameErrorInvalid">O nome do repositório não é válido. [um&#8211;z A&#8211;Z 0&#8211;9 &#8211; _]</string> <string name="repoNameErrorInvalid">O nome do repositório não é válido. [um&#8211;z A&#8211;Z 0&#8211;9 &#8211; _]</string>
<string name="repoNameErrorReservedName">Repository name is reserved</string> <string name="repoNameErrorReservedName">O nome do repositório está reservado</string>
<string name="repoNameErrorReservedPatterns">Repository name contains reserved keywords</string> <string name="repoNameErrorReservedPatterns">Nome do repositório contém palavras-chave reservadas</string>
<string name="repoDescError">Descrição do repositório excede o limite máximo de 255 caracteres</string> <string name="repoDescError">Descrição do repositório excede o limite máximo de 255 caracteres</string>
<string name="repoCreated">Repositório criado com êxito</string> <string name="repoCreated">Repositório criado com êxito</string>
<string name="repoCreatedError">Algo deu errado, por favor, tente de novo</string> <string name="repoCreatedError">Algo deu errado, por favor, tente de novo</string>
@ -85,8 +85,8 @@
<string name="orgCreated">Organização criada com sucesso</string> <string name="orgCreated">Organização criada com sucesso</string>
<string name="orgCreatedError">Algo deu errado, por favor, tente de novo</string> <string name="orgCreatedError">Algo deu errado, por favor, tente de novo</string>
<string name="orgExistsError">Organização já existe</string> <string name="orgExistsError">Organização já existe</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Arquivos binários ainda não são suportados.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Processando</string> <string name="processingText">Processando</string>
<string name="search">Pesquisar</string> <string name="search">Pesquisar</string>
<string name="close">Fechar</string> <string name="close">Fechar</string>
@ -106,7 +106,7 @@
<string name="tab_text_collaborators">Colaboradores</string> <string name="tab_text_collaborators">Colaboradores</string>
<string name="tabPullRequests">Pull requests</string> <string name="tabPullRequests">Pull requests</string>
<string name="noDataIssueTab">Nenhum incidente encontrado</string> <string name="noDataIssueTab">Nenhum incidente encontrado</string>
<string name="infoTabRepoWebsite">Website</string> <string name="infoTabRepoWebsite">Site da Web</string>
<string name="infoTabRepoSize">Tamanho</string> <string name="infoTabRepoSize">Tamanho</string>
<string name="infoTabRepoDefaultBranch">Branch padrão</string> <string name="infoTabRepoDefaultBranch">Branch padrão</string>
<string name="infoTabRepoSshUrl">URL de SSH</string> <string name="infoTabRepoSshUrl">URL de SSH</string>
@ -115,27 +115,27 @@
<string name="infoTabRepoForksCount">Forks</string> <string name="infoTabRepoForksCount">Forks</string>
<string name="infoTabRepoCreatedAt">Criado</string> <string name="infoTabRepoCreatedAt">Criado</string>
<string name="infoTabRepoUpdatedAt">Última atualização</string> <string name="infoTabRepoUpdatedAt">Última atualização</string>
<string name="infoShowMoreInformation">Show More Information</string> <string name="infoShowMoreInformation">Mostrar Mais Informações</string>
<string name="infoMoreInformation">More Information</string> <string name="infoMoreInformation">Mais informações</string>
<string name="timeAtText">às</string> <string name="timeAtText">em</string>
<string name="createdText">Aberto\u0020</string> <string name="createdText">Aberto\u0020</string>
<string name="issueCreator">Criador:\u0020</string> <string name="issueCreator">Criador :\u0020</string>
<string name="issueCommenter">Autor do comentário:\u0020</string> <string name="issueCommenter">Autor do comentário:\u0020</string>
<string name="issueMilestone">Meta %1$s</string> <string name="issueMilestone">Meta %1$s</string>
<string name="dueDate">Due on %1$s</string> <string name="dueDate">Prazo de entrega em %1$s</string>
<string name="assignedTo">Atribuído a: %1$s</string> <string name="assignedTo">Atribuído a: %1$s</string>
<string name="commentButtonText">Comente</string> <string name="commentButtonText">Comentar</string>
<string name="commentEmptyError">Por favor escreva o seu comentário</string> <string name="commentEmptyError">Por favor escreva o seu comentário</string>
<string name="commentSuccess">Comentário publicado</string> <string name="commentSuccess">Comentário publicado</string>
<string name="commentError">Algo deu errado, por favor, tente de novo</string> <string name="commentError">Algo deu errado, por favor, tente de novo</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Avatar</string> <string name="generalImgContentText">Avatar</string>
<string name="noDataMilestonesTab">Nenhuma meta encontrada</string> <string name="noDataMilestonesTab">Nenhuma meta encontrada</string>
<string name="commitAuthor">Autor do commit: %1$s</string> <string name="commitAuthor">Autor do commit: %1$s</string>
<string name="releaseDownloadText">Downloads</string> <string name="releaseDownloadText">Downloads</string>
<string name="noDataReleasesTab">Nenhuma versão encontrada</string> <string name="noDataReleasesTab">Nenhuma versão encontrada</string>
<string name="releasePublishedBy">Published by @%1$s</string> <string name="releasePublishedBy">Publicado por @%1$s</string>
<string name="noReleaseBodyContent">Release notes are not provided by the publisher.</string> <string name="noReleaseBodyContent">Notas de versão não são fornecidas pelo editor.</string>
<string name="noDataCollaboratorTab">Nenhum colaborador encontrado</string> <string name="noDataCollaboratorTab">Nenhum colaborador encontrado</string>
<string name="newMilestoneTitle">Título</string> <string name="newMilestoneTitle">Título</string>
<string name="newMilestoneDescription">Descrição</string> <string name="newMilestoneDescription">Descrição</string>
@ -145,10 +145,10 @@
<string name="milestoneCreated">Meta criada com sucesso</string> <string name="milestoneCreated">Meta criada com sucesso</string>
<string name="milestoneCreatedError">Algo deu errado, por favor, tente de novo</string> <string name="milestoneCreatedError">Algo deu errado, por favor, tente de novo</string>
<string name="milestoneDateEmpty">Por favor, escolha uma data limite</string> <string name="milestoneDateEmpty">Por favor, escolha uma data limite</string>
<string name="milestoneNoDueDate">No due date</string> <string name="milestoneNoDueDate">Não há prazo</string>
<string name="milestoneNoDescription">No description</string> <string name="milestoneNoDescription">Sem descrição</string>
<string name="milestoneIssueStatusOpen">%1$d Open</string> <string name="milestoneIssueStatusOpen">%1$d Aberto</string>
<string name="milestoneIssueStatusClosed">%1$d Closed</string> <string name="milestoneIssueStatusClosed">%1$d Fechado</string>
<string name="newIssueSelectAssigneesListTitle">Selecionar designados</string> <string name="newIssueSelectAssigneesListTitle">Selecionar designados</string>
<string name="newIssueSelectLabelsListTitle">Selecionar marcadores</string> <string name="newIssueSelectLabelsListTitle">Selecionar marcadores</string>
<string name="newIssueTitle">Título</string> <string name="newIssueTitle">Título</string>
@ -161,15 +161,15 @@
<string name="issueDescriptionEmpty">A descrição do incidente está vazia</string> <string name="issueDescriptionEmpty">A descrição do incidente está vazia</string>
<string name="issueCreated">Novo incidente criado com sucesso</string> <string name="issueCreated">Novo incidente criado com sucesso</string>
<string name="issueCreatedError">Algo deu errado, por favor, tente de novo</string> <string name="issueCreatedError">Algo deu errado, por favor, tente de novo</string>
<string name="issueCreatedNoMilestone">No milestone</string> <string name="issueCreatedNoMilestone">Sem meta</string>
<string name="noAssigneesFound">Nenhum colaborador encontrado</string> <string name="noAssigneesFound">Nenhum colaborador encontrado</string>
<string name="noLabelsFound">Nenhuma marcador encontrado</string> <string name="noLabelsFound">Nenhuma marcador encontrado</string>
<!-- settings --> <!-- settings -->
<string name="settingsLanguageHeaderText">Tradução</string> <string name="settingsLanguageHeaderText">Tradução</string>
<string name="settingsSecurityHeader">Security</string> <string name="settingsSecurityHeader">Segurança</string>
<string name="settingsCertsSelectorHeader">Delete Trusted Certificates</string> <string name="settingsCertsSelectorHeader">Excluir Certificados Confiáveis</string>
<string name="settingsCertsPopupTitle">Delete Trusted Certificates?</string> <string name="settingsCertsPopupTitle">Excluir Certificados Confiáveis?</string>
<string name="settingsCertsPopupMessage">Are you sure to delete any manually trusted certificate or hostname? \n\nYou will also be logged out.</string> <string name="settingsCertsPopupMessage">Tem certeza que deseja excluir qualquer certificado ou hostname confiado manualmente? \n\nVocê também será desconectado.</string>
<string name="settingsDateTimeHeaderText">Data &amp; Hora</string> <string name="settingsDateTimeHeaderText">Data &amp; Hora</string>
<string name="settingsSave">Configurações salvas</string> <string name="settingsSave">Configurações salvas</string>
<string name="settingsLanguageSelectorHeader">Idioma</string> <string name="settingsLanguageSelectorHeader">Idioma</string>
@ -183,27 +183,27 @@
<string name="settingsCodeBlockSelectorDialogTitle">Seletor de cores do bloco de código</string> <string name="settingsCodeBlockSelectorDialogTitle">Seletor de cores do bloco de código</string>
<string name="settingsHomeScreenHeaderText">Tela inicial</string> <string name="settingsHomeScreenHeaderText">Tela inicial</string>
<string name="settingsHomeScreenSelectedText">Meus repositórios</string> <string name="settingsHomeScreenSelectedText">Meus repositórios</string>
<string name="settingsHomeScreenSelectorDialogTitle">Select Home Screen</string> <string name="settingsHomeScreenSelectorDialogTitle">Selecionar Tela Inicial</string>
<string name="settingsCustomFontHeaderText">Font</string> <string name="settingsCustomFontHeaderText">Fonte</string>
<string name="settingsCustomFontSelectorDialogTitle">Choose Font</string> <string name="settingsCustomFontSelectorDialogTitle">Escolha fonte</string>
<string name="themeSelectorDialogTitle">Select App Theme</string> <string name="themeSelectorDialogTitle">Selecione o tema</string>
<string name="themeSelectionHeaderText">Theme</string> <string name="themeSelectionHeaderText">Tema</string>
<string name="settingsPdfModeHeaderText">PDF Night Mode</string> <string name="settingsPdfModeHeaderText">Modo noturno do PDF</string>
<string name="fileViewerHeader">File Viewer</string> <string name="fileViewerHeader">Visualizador de Arquivos</string>
<string name="settingsCounterBadges">Counter Badges</string> <string name="settingsCounterBadges">Contra-emblemas</string>
<string name="settingsFileviewerSourceCodeHeaderText">Source Code Theme</string> <string name="settingsFileviewerSourceCodeHeaderText">Tema do Código Fonte</string>
<string name="fileviewerSourceCodeThemeSelectorDialogTitle">Select Source Code Theme</string> <string name="fileviewerSourceCodeThemeSelectorDialogTitle">Escolha Tema do Código Fonte</string>
<string name="cacheSizeDataDialogHeader">Data Cache Size</string> <string name="cacheSizeDataDialogHeader">Tamanho do Arquivo Cache</string>
<string name="cacheSizeDataSelectionHeaderText">Data Cache Size</string> <string name="cacheSizeDataSelectionHeaderText">Tamanho do Arquivo Cache</string>
<string name="cacheSizeImagesDialogHeader">Images Cache Size</string> <string name="cacheSizeImagesDialogHeader">Tamanho do Cache das Imagens</string>
<string name="cacheSizeImagesSelectionHeaderText">Images Cache Size</string> <string name="cacheSizeImagesSelectionHeaderText">Tamanho do Cache das Imagens</string>
<string name="clearCacheSelectionHeaderText">Clear Cache</string> <string name="clearCacheSelectionHeaderText">Limpar Cache</string>
<string name="clearCacheDialogHeader">Clear Cache?</string> <string name="clearCacheDialogHeader">Limpar Cache?</string>
<string name="clearCacheDialogMessage">This will delete all the cache data including files and images.\n\nProceed with deletion?</string> <string name="clearCacheDialogMessage">Isto vai excluir todos os dados de cache, incluindo arquivos e imagens.\n\nProsseguir com a exclusão?</string>
<string name="draftsHeader">Drafts</string> <string name="draftsHeader">Rascunhos</string>
<string name="draftsHintText">Comments draft</string> <string name="draftsHintText">Rascunho dos comentários</string>
<string name="settingsEnableCommentsDeletionText">Enable Drafts Deletion</string> <string name="settingsEnableCommentsDeletionText">Ativar exclusão de rascunhos</string>
<string name="settingsEnableCommentsDeletionHintText">Delete comment draft when comment is posted</string> <string name="settingsEnableCommentsDeletionHintText">Excluir rascunho de comentário quando um comentário é postado</string>
<!-- settings --> <!-- settings -->
<string name="noMoreData">Não há mais dados disponíveis</string> <string name="noMoreData">Não há mais dados disponíveis</string>
<string name="createLabel">Novo marcador</string> <string name="createLabel">Novo marcador</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Algo deu errado, por favor, tente de novo</string> <string name="labelDeleteErrorText">Algo deu errado, por favor, tente de novo</string>
<string name="noDataBranchesTab">Nenhuma branch encontrada</string> <string name="noDataBranchesTab">Nenhuma branch encontrada</string>
<string name="alertDialogTokenRevokedTitle">Erro de autorização</string> <string name="alertDialogTokenRevokedTitle">Erro de autorização</string>
<string name="alertDialogTokenRevokedMessage">Parece que o Token de Acesso está revogado OU você não está autorizado a ver esses conteúdos. Em caso de Token revogado, por favor saia e faça o login novamente</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Cancelar</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Cancelar</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Sair</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Sair</string>
<string name="labelDeleteTitle">Excluir\u0020</string> <string name="labelDeleteTitle">Excluir\u0020</string>
@ -243,13 +243,13 @@
<string name="noDataMembers">Nenhum membro encontrado</string> <string name="noDataMembers">Nenhum membro encontrado</string>
<string name="orgMember">Membros da organização</string> <string name="orgMember">Membros da organização</string>
<string name="orgTeamMembers">Membros da equipe da organização</string> <string name="orgTeamMembers">Membros da equipe da organização</string>
<string name="addNewMember">Add / Remove New Member</string> <string name="addNewMember">Adicionar / Excluir Novo Membro</string>
<string name="removeTeamMemberTitle">Remove\u0020</string> <string name="removeTeamMemberTitle">Excluir\u0020</string>
<string name="addTeamMemberTitle">Add\u0020</string> <string name="addTeamMemberTitle">Adicionar\u0020</string>
<string name="addTeamMemberMessage">Do you want to add this user to the team?</string> <string name="addTeamMemberMessage">Você quer adicionar este usuário à equipe?</string>
<string name="removeTeamMemberMessage">Do you want to remove this user from the team?</string> <string name="removeTeamMemberMessage">Você quer remover este usuário da equipe?</string>
<string name="memberAddedMessage">Member added to the team successfully</string> <string name="memberAddedMessage">Membro adicionado à equipe com êxito</string>
<string name="memberRemovedMessage">Member removed from the team successfully</string> <string name="memberRemovedMessage">Membro excluído da equipe com êxito</string>
<!-- org tabbed layout str --> <!-- org tabbed layout str -->
<!-- create team --> <!-- create team -->
<string name="newTeamTitle">Nome da equipe</string> <string name="newTeamTitle">Nome da equipe</string>
@ -271,8 +271,9 @@
<string name="editCommentTitle">Editar Comentário</string> <string name="editCommentTitle">Editar Comentário</string>
<string name="editCommentButtonText">Editar</string> <string name="editCommentButtonText">Editar</string>
<string name="editCommentUpdatedText">Comentário atualizado</string> <string name="editCommentUpdatedText">Comentário atualizado</string>
<string name="issueCommentShare">Share Comment</string> <string name="issueCommentShare">Compartilhar comentário</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comentário excluído com êxito</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Adicionar/Remover colaborador</string> <string name="addCollaboratorTitle">Adicionar/Remover colaborador</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">Adicionar endereço de e-mail</string> <string name="profileCreateNewEmailAddress">Adicionar endereço de e-mail</string>
<string name="profileEmailButton">Salvar</string> <string name="profileEmailButton">Salvar</string>
<string name="profileEmailTitle">Endereço de e-mail</string> <string name="profileEmailTitle">Endereço de e-mail</string>
<string name="emailAddedText">Novo e-mail adicionado com sucesso.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">O endereço de e-mail está vazio.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Endereço de e-mail inválido</string> <string name="emailErrorInvalid">Endereço de e-mail inválido</string>
<string name="emailErrorInUse">O endereço de e-mail já está em uso</string> <string name="emailErrorInUse">O endereço de e-mail já está em uso</string>
<string name="emailTypeText">Principal</string> <string name="emailTypeText">Principal</string>
@ -306,8 +307,8 @@
<string name="issueStateReopened">Incidente reaberto</string> <string name="issueStateReopened">Incidente reaberto</string>
<string name="addRemoveAssignees">Adicionar/Remover designados</string> <string name="addRemoveAssignees">Adicionar/Remover designados</string>
<string name="assigneesUpdated">Designados atualizados</string> <string name="assigneesUpdated">Designados atualizados</string>
<string name="singleIssueSubscribe">Subscribe</string> <string name="singleIssueSubscribe">Inscreva-se</string>
<string name="singleIssueUnSubscribe">Unsubscribe</string> <string name="singleIssueUnSubscribe">Anular inscrição</string>
<!-- single issue section --> <!-- single issue section -->
<!-- multi select dialog --> <!-- multi select dialog -->
<string name="select_entry">Selecionar</string> <string name="select_entry">Selecionar</string>
@ -320,7 +321,7 @@
<string name="repoMetaData">Metadados do repositório</string> <string name="repoMetaData">Metadados do repositório</string>
<!-- admin --> <!-- admin -->
<string name="adminCreateNewUser">Adicionar novo usuário</string> <string name="adminCreateNewUser">Adicionar novo usuário</string>
<string name="adminUsers">System Users</string> <string name="adminUsers">Usuários do Sistema</string>
<string name="userRoleAdmin">Admin</string> <string name="userRoleAdmin">Admin</string>
<!-- admin --> <!-- admin -->
<!-- create user --> <!-- create user -->
@ -350,19 +351,19 @@
<string name="titleErrorEmpty">Título está vazio</string> <string name="titleErrorEmpty">Título está vazio</string>
<string name="releaseCreatedText">Nova versão criada</string> <string name="releaseCreatedText">Nova versão criada</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">O código OTP deve ser números.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">Código OTP (Opcional)</string> <string name="loginOTP">Código OTP (Opcional)</string>
<string name="otpMessage">Insira o código otp se a 2FA estiver habilitada</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Abrir no Navegador</string> <string name="openWebRepo">Abrir no Navegador</string>
<string name="repoStargazersInMenu">Usuários que favoritaram</string> <string name="repoStargazersInMenu">Usuários que favoritaram</string>
<string name="repoWatchersInMenu">Observadores</string> <string name="repoWatchersInMenu">Observadores</string>
<string name="noDataWebsite">No website found</string> <string name="noDataWebsite">Nenhum site encontrado</string>
<string name="noDataDescription">No description found</string> <string name="noDataDescription">Nenhuma descrição encontrada</string>
<string name="noDataLocation">No location found</string> <string name="noDataLocation">Nenhum local encontrado</string>
<string name="starMember">Favorito</string> <string name="starMember">Favorito</string>
<string name="watcherMember">Observador</string> <string name="watcherMember">Observador</string>
<string name="zipArchiveDownloadReleasesTab">Source code (ZIP)</string> <string name="zipArchiveDownloadReleasesTab">Código fonte (ZIP)</string>
<string name="tarArchiveDownloadReleasesTab">Source code (TAR.GZ)</string> <string name="tarArchiveDownloadReleasesTab">Código fonte (TAR.GZ)</string>
<!-- new file --> <!-- new file -->
<string name="newFileNameTintCopy">Nome do arquivo</string> <string name="newFileNameTintCopy">Nome do arquivo</string>
<string name="newFileBranchTintCopy">Nome do Novo Branch</string> <string name="newFileBranchTintCopy">Nome do Novo Branch</string>
@ -379,15 +380,16 @@
<string name="newFileNewBranchMessage">ex.: nova-branch</string> <string name="newFileNewBranchMessage">ex.: nova-branch</string>
<string name="newFileRequiredFieldNewBranchName">Novo nome do branch não pode estar vazio se o branch atual não estiver selecionado</string> <string name="newFileRequiredFieldNewBranchName">Novo nome do branch não pode estar vazio se o branch atual não estiver selecionado</string>
<string name="strFilter">Filtro</string> <string name="strFilter">Filtro</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Filiais</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copiar URL do incidente</string> <string name="copyIssueUrl">Copiar URL do incidente</string>
<string name="copyIssueUrlToastMsg">URL copiada para a área de transferência</string> <string name="copyIssueUrlToastMsg">URL copiada para a área de transferência</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Comentário copiado para área de transferência</string>
<string name="milestoneCompletion">%1$d\uFF05 concluída</string> <string name="milestoneCompletion">%1$d\uFF05 concluída</string>
<!-- files --> <!-- files -->
<string name="noDataFilesTab">Nenhum arquivo encontrado</string> <string name="noDataFilesTab">Nenhum arquivo encontrado</string>
<string name="filesGenericError">Desculpe, este arquivo não pode ser visto pois a API retornou um erro</string> <string name="filesGenericError">Desculpe, este arquivo não pode ser visto pois a API retornou um erro</string>
<string name="notSupported">Not supported</string> <string name="notSupported">Não suportado</string>
<!-- generic copy --> <!-- generic copy -->
<string name="okButton">OK</string> <string name="okButton">OK</string>
<string name="doneButton">Feito</string> <string name="doneButton">Feito</string>
@ -401,8 +403,8 @@
<string name="menuContentDesc">Menu</string> <string name="menuContentDesc">Menu</string>
<string name="menuEditText">Editar</string> <string name="menuEditText">Editar</string>
<string name="menuDeleteText">Excluir</string> <string name="menuDeleteText">Excluir</string>
<string name="menuCopyText">Copy</string> <string name="menuCopyText">Copiar</string>
<string name="menuQuoteText">Quote and Reply</string> <string name="menuQuoteText">Citar e Responder</string>
<string name="modifiedText">editado</string> <string name="modifiedText">editado</string>
<string name="saveButton">Salvar</string> <string name="saveButton">Salvar</string>
<string name="websiteText">Website</string> <string name="websiteText">Website</string>
@ -411,10 +413,11 @@
<string name="emptyFields">Todos os campos são obrigatórios</string> <string name="emptyFields">Todos os campos são obrigatórios</string>
<string name="textContinue">Continuar</string> <string name="textContinue">Continuar</string>
<string name="copyToken">Token</string> <string name="copyToken">Token</string>
<string name="viewInBrowser">View in Browser</string> <string name="viewInBrowser">Visualizar no Navegador</string>
<string name="isOpen">Open</string> <string name="isOpen">Aberto</string>
<string name="isClosed">Closed</string> <string name="isClosed">Fechado</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <string name="genericServerResponseError">Não conseguimos encontrar o servidor no momento, por favor, verifique o status do seu servidor e tente novamente</string>
<string name="genericCopyUrl">Copy URL</string>
<!-- generic copy --> <!-- generic copy -->
<string name="translateText">Traduza o GitNex com Crowdin</string> <string name="translateText">Traduza o GitNex com Crowdin</string>
<string name="exploreTextBoxHint">Explorar repositórios</string> <string name="exploreTextBoxHint">Explorar repositórios</string>
@ -426,16 +429,16 @@
<string name="unWatchRepository">Deixar de observar</string> <string name="unWatchRepository">Deixar de observar</string>
<string name="watchRepositorySuccess">Repositório adicionado à lista de observação</string> <string name="watchRepositorySuccess">Repositório adicionado à lista de observação</string>
<string name="unWatchRepositorySuccess">Repositório removido da lista de observação</string> <string name="unWatchRepositorySuccess">Repositório removido da lista de observação</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Rascunhos</string>
<string name="versionUnsupportedOld">Versão antiga não suportada (%1$s) do Gitea detectada. Por favor, atualize para a última versão estável. Se você continuar, o aplicativo pode não funcionar corretamente.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">Nova versão do Gitea detectada! Por favor, ATUALIZE o GitNex!</string> <string name="versionUnsupportedNew">Nova versão do Gitea detectada! Por favor, ATUALIZE o GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">Gitea não detectado!</string>
<string name="versionAlertDialogHeader">Versão do Gitea não suportada</string> <string name="versionAlertDialogHeader">Versão do Gitea não suportada</string>
<string name="loginViaPassword">Usuário e senha</string> <string name="loginViaPassword">Usuário e senha</string>
<string name="loginMethodText">Escolha seu método de login preferido para acessar sua conta. O token é mais seguro!</string> <string name="loginMethodText">Escolha seu método de login preferido para acessar sua conta. O token é mais seguro!</string>
<string name="unauthorizedApiError">A instância retornou um erro - Não autorizado. Verifique suas credenciais e tente novamente</string> <string name="unauthorizedApiError">A instância retornou um erro - Não autorizado. Verifique suas credenciais e tente novamente</string>
<string name="loginTokenError">Por favor, insira o token correto</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Fork excluído</string>
<string name="noDataPullRequests">Nenhum pull request encontrado</string> <string name="noDataPullRequests">Nenhum pull request encontrado</string>
<string name="prCreator">Criador:\u0020</string> <string name="prCreator">Criador:\u0020</string>
<string name="editPrText">Editar Pull Request</string> <string name="editPrText">Editar Pull Request</string>
@ -447,82 +450,95 @@
<string name="openFileDiffText">Arquivos alterados</string> <string name="openFileDiffText">Arquivos alterados</string>
<string name="mergePullRequestText">Aplicar merge do Pull Request</string> <string name="mergePullRequestText">Aplicar merge do Pull Request</string>
<string name="mergePullRequestButtonText">Aplicar merge</string> <string name="mergePullRequestButtonText">Aplicar merge</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Excluir o branch após o Merge</string>
<string name="mergeNoteText">A aplicação do merge pode falhar se você não está autorizado a aplicar este Pull Request.</string> <string name="mergeNoteText">A aplicação do merge pode falhar se você não está autorizado a aplicar este Pull Request.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">Este branch pertence a um repositórioForked</string>
<string name="mergeCommentText">Comentário do merge</string> <string name="mergeCommentText">Comentário do merge</string>
<string name="mergePRSuccessMsg">O merge da Pull Request foi aplicado com sucesso</string> <string name="mergePRSuccessMsg">O merge da Pull Request foi aplicado com sucesso</string>
<string name="mergePR404ErrorMsg">Pull Request não está disponível para aplicação do merge</string> <string name="mergePR404ErrorMsg">Pull Request não está disponível para aplicação do merge</string>
<string name="mergeOptionMerge">Merge Pull Request</string> <string name="mergeOptionMerge">Solicitação de Merge Pull Request</string>
<string name="mergeOptionRebase">Rebase and Merge</string> <string name="mergeOptionRebase">Aplicar Rebase e Merge</string>
<string name="mergeOptionRebaseCommit">Rebase and Merge (&#45;&#45;no-ff)</string> <string name="mergeOptionRebaseCommit">Aplicar Rebase e Merge (&#45;&#45;no-ff)</string>
<string name="mergeOptionSquash">Squash and Merge</string> <string name="mergeOptionSquash">Aplicar Squash e Merge</string>
<string name="downloadFile">Download This File</string> <string name="downloadFile">Baixar este arquivo</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string> <string name="waitLoadingDownloadFile">Aguarde que o arquivo seja carregado para a memória</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">Arquivo salvo com êxito</string>
<string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string> <string name="excludeFilesInFileviewer">Esse tipo de arquivo não é suportado no visualizador de arquivos. Baixe-o no menu de três pontos?</string>
<string name="sizeCopy">Size</string> <string name="deleteFile">Delete This File</string>
<string name="shareIssue">Share Issue</string> <string name="editFile">Edit This File</string>
<string name="sharePr">Share Pull Request</string> <string name="deleteFileText">Delete %1$s</string>
<string name="shareRepository">Share Repository</string> <string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="createRepository">Create Repository</string> <string name="editFileText">Edit %1$s</string>
<string name="commitTitle">Branch Commits</string> <string name="editFileMessage">File is modified by branch %1$s</string>
<string name="commitCommittedBy">Committed by %1$s</string> <string name="sizeCopy">Tamanho</string>
<string name="viewCommits">View Commits</string> <string name="shareIssue">Compartilhar problema</string>
<string name="sharePr">Compartilhar Pull Request</string>
<string name="shareRepository">Compartilhar repositório</string>
<string name="createRepository">Criar Repositório</string>
<string name="commitTitle">Commits da filial</string>
<string name="commitCommittedBy">Commit feito por %1$s</string>
<string name="viewCommits">Ver Commits</string>
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Certificate Verification</string> <string name="mtm_notification">Certificado de Verificação</string>
<string name="mtm_accept_cert">Accept Unknown Certificate?</string> <string name="mtm_accept_cert">Aceitar Certificado desconhecido?</string>
<string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">The server certificate is expired.</string> <string name="mtm_cert_expired">O certificado do servidor expirou.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Aceitar o nome do servidor incompatível?</string>
<string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string> <string name="mtm_hostname_mismatch">O servidor não pôde se autenticar como \&quot;%s\&quot;. O certificado é válido apenas para:</string>
<string name="mtm_connect_anyway">Do you want to connect anyway?</string> <string name="mtm_connect_anyway">Deseja conectar mesmo assim?</string>
<string name="mtm_cert_details">Certificate details:</string> <string name="mtm_cert_details">Detalhes do certificado:</string>
<string name="mtm_decision_always">Trust</string> <string name="mtm_decision_always">Confiança</string>
<string name="mtm_decision_abort">Abort</string> <string name="mtm_decision_abort">Anular</string>
<string name="subscribedSuccessfully">Subscribed successfully</string> <string name="subscribedSuccessfully">Inscrito com êxito</string>
<string name="alreadySubscribed">You have already subscribed</string> <string name="alreadySubscribed">Você já se inscreveu</string>
<string name="subscriptionError">Subscription failed</string> <string name="subscriptionError">Falha na assinatura</string>
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string> <string name="unsubscribedSuccessfully">Subscrição anulada com êxito</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string> <string name="alreadyUnsubscribed">Você já cancelou sua assinatura</string>
<string name="unsubscriptionError">Un-Subscription failed</string> <string name="unsubscriptionError">Falha ao cancelar assinatura</string>
<string name="closeMilestone">Close Milestone</string> <string name="closeMilestone">Fechar marco</string>
<string name="openMilestone">Open Milestone</string> <string name="openMilestone">Nova meta</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string> <string name="milestoneStatusUpdate">Estado do Marco atualizado com êxito</string>
<string name="errorOnLogin">We cannot reach the server, please check your server status</string> <string name="errorOnLogin">Não conseguimos alcançar o servidor, por favor, verifique o status do seu servidor</string>
<string name="reportViewerHeader">Crash Reports</string> <string name="reportViewerHeader">Relatórios de erros</string>
<string name="settingsEnableReportsText">Enable Crash Reports</string> <string name="settingsEnableReportsText">Ativar relatórios de erros</string>
<string name="crashTitle">GitNex has stopped :(</string> <string name="crashTitle">GitNex parou :(</string>
<string name="setCrashReports">Crash reports</string> <string name="setCrashReports">Relatórios de erros</string>
<string name="crashMessage">You can tap the OK button to send the crash report by email. It will help to fix it :)\n\nYou can also add additional content in the email. Thank you!</string> <string name="crashMessage">Você pode tocar no botão OK para enviar o relatório de erro por e-mail. Ajudará a consertá-lo :)\n\nVocê também pode adicionar conteúdo adicional no e-mail. Obrigado!</string>
<string name="forceLogoutDialogHeader">Please sign in again</string> <string name="forceLogoutDialogHeader">Por favor, faça o login novamente</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="forceLogoutDialogDescription">Devido a algumas mudanças principais no funcionamento interno do aplicativo, exigimos que você faça o login novamente. Essas alterações nos permitem tornar o aplicativo mais flexível no futuro.\n\nAgradecemos por sua paciência e lamentamos o inconveniente.</string>
<string name="deleteAllDrafts">Delete All Drafts</string> <string name="deleteAllDrafts">Excluir Todos os Rascunhos</string>
<string name="draftsListEmpty">No drafts found</string> <string name="draftsListEmpty">Nenhum rascunho encontrado</string>
<string name="draftsDeleteSuccess">Drafts deleted successfully</string> <string name="draftsDeleteSuccess">Rascunhos excluídos com êxito</string>
<string name="draftsSingleDeleteSuccess">Draft deleted successfully</string> <string name="draftsSingleDeleteSuccess">Rascunho excluído com êxito</string>
<string name="deleteAllDraftsDialogMessage">This will delete all the drafts for this account. \n\nProceed with deletion?</string> <string name="deleteAllDraftsDialogMessage">Isso vai excluir todos os rascunhos para essa conta. \n\nProsseguir com a exclusão?</string>
<string name="draftSaved">Draft saved</string> <string name="draftSaved">Rascunho salvo</string>
<string name="appearanceHintText">Themes, fonts, badges, code block theme</string> <string name="appearanceHintText">Temas, fontes, badges, tema do bloco de código</string>
<string name="fileViewerHintText">PDF mode, source code theme</string> <string name="fileViewerHintText">Modo PDF, tema do código fonte</string>
<string name="securityHintText">SSL certificates, cache, polling delay</string> <string name="securityHintText">Certificados SSL, cache e atraso de pesquisa</string>
<string name="languagesHintText">Languages</string> <string name="languagesHintText">Idiomas</string>
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Relatórios de erros</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Arquivado</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Conta excluída com êxito</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notificações</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">Sem notificações</string>
<string name="notificationBody">You have received a new notification. (%s)</string> <string name="notificationBody">Você recebeu uma nova notificação. (%s)</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Atraso da Enquete das Notificações</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutos</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Selecionar atraso da votação</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Marcar como Lida</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Marcar como não lida</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Notificação do Pin</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Lida</string>
<string name="isUnread">Unread</string> <string name="isUnread">Não Lida</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">Новый файл</string> <string name="pageTitleNewFile">Новый файл</string>
<string name="pageTitleExplore">Обзор</string> <string name="pageTitleExplore">Обзор</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Демо репозиторий</string> <string name="repoName">Демо репозиторий</string>
<string name="repoFullname">Репозиторий с организацией</string> <string name="repoFullname">Репозиторий с организацией</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Закрыть навигацию</string> <string name="navigation_drawer_close">Закрыть навигацию</string>
<string name="logo">Войти в Gitea</string> <string name="logo">Войти в Gitea</string>
<string name="urlInfoTooltip">1. Выберите протокол (https или http) \n2. Укажите URL Gitea, например: try.gitea.io \n3. Если для учетной записи включена 2FA, введите код OTP в соответствующее поле. \n4. Для базовой аутентификации HTTP укажите USERNAME@DOMAIN.COM в поле URL.</string> <string name="urlInfoTooltip">1. Выберите протокол (https или http) \n2. Укажите URL Gitea, например: try.gitea.io \n3. Если для учетной записи включена 2FA, введите код OTP в соответствующее поле. \n4. Для базовой аутентификации HTTP укажите USERNAME@DOMAIN.COM в поле URL.</string>
<string name="malformedUrl">Не удалось подключиться к хосту. Пожалуйста, проверьте URL-адрес или порт на наличие ошибок.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">Не рекомендуется использовать протокол HTTP, если вы не тестируете инстанцию в локальной сети.</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">Неожиданный ответ от сервера. Попробуйте сменить протокол или обратитесь к администратору инстанции.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">Требуется URL экземпляра</string> <string name="emptyFieldURL">Требуется URL экземпляра</string>
<string name="emptyFieldUsername">Требуется имя пользователя</string> <string name="emptyFieldUsername">Требуется имя пользователя</string>
<string name="emptyFieldPassword">Требуется пароль</string> <string name="emptyFieldPassword">Требуется пароль</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Что-то пошло не так. Пожалуйста, попытайтесь еще раз.</string> <string name="orgCreatedError">Что-то пошло не так. Пожалуйста, попытайтесь еще раз.</string>
<string name="orgExistsError">Организация уже существует</string> <string name="orgExistsError">Организация уже существует</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Binary files are not supported yet.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Обработка</string> <string name="processingText">Обработка</string>
<string name="search">Поиск</string> <string name="search">Поиск</string>
<string name="close">Закрыть</string> <string name="close">Закрыть</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Введите свой комментарий.</string> <string name="commentEmptyError">Введите свой комментарий.</string>
<string name="commentSuccess">Комментарий отправлен!</string> <string name="commentSuccess">Комментарий отправлен!</string>
<string name="commentError">Что-то пошло не так. Пожалуйста, попытайтесь еще раз.</string> <string name="commentError">Что-то пошло не так. Пожалуйста, попытайтесь еще раз.</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Аватар</string> <string name="generalImgContentText">Аватар</string>
<string name="noDataMilestonesTab">Вех не обнаружено</string> <string name="noDataMilestonesTab">Вех не обнаружено</string>
<string name="commitAuthor">Автор коммита: %1$s</string> <string name="commitAuthor">Автор коммита: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Что-то пошло не так. Пожалуйста, попытайтесь еще раз.</string> <string name="labelDeleteErrorText">Что-то пошло не так. Пожалуйста, попытайтесь еще раз.</string>
<string name="noDataBranchesTab">Веток не обнаружено</string> <string name="noDataBranchesTab">Веток не обнаружено</string>
<string name="alertDialogTokenRevokedTitle">Ошибка авторизации</string> <string name="alertDialogTokenRevokedTitle">Ошибка авторизации</string>
<string name="alertDialogTokenRevokedMessage">Похоже, токен доступа отозван, либо вам не разрешено просматривать это содержимое. В случае отзыва токена, пожалуйста, выйдите из системы и войдите снова</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Закрыть</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Закрыть</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Выход</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Выход</string>
<string name="labelDeleteTitle">Удалить\u0020</string> <string name="labelDeleteTitle">Удалить\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Комментарий обновлен</string> <string name="editCommentUpdatedText">Комментарий обновлен</string>
<string name="issueCommentShare">Поделиться комментарием</string> <string name="issueCommentShare">Поделиться комментарием</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Добавить сотрудника</string> <string name="addCollaboratorTitle">Добавить сотрудника</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">Добавить адрес эл. почты</string> <string name="profileCreateNewEmailAddress">Добавить адрес эл. почты</string>
<string name="profileEmailButton">Сохранить</string> <string name="profileEmailButton">Сохранить</string>
<string name="profileEmailTitle">Адрес эл. почты</string> <string name="profileEmailTitle">Адрес эл. почты</string>
<string name="emailAddedText">Новый адрес электронной почты успешно добавлен.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Адрес электронной почты пустой.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Некорректный адрес электронной почты</string> <string name="emailErrorInvalid">Некорректный адрес электронной почты</string>
<string name="emailErrorInUse">Адрес электронной почты уже используется</string> <string name="emailErrorInUse">Адрес электронной почты уже используется</string>
<string name="emailTypeText">Основной</string> <string name="emailTypeText">Основной</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Название пустое</string> <string name="titleErrorEmpty">Название пустое</string>
<string name="releaseCreatedText">Новый релиз создан</string> <string name="releaseCreatedText">Новый релиз создан</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">Код OTP должен состоять из цифр.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">Код OTP (необязательно)</string> <string name="loginOTP">Код OTP (необязательно)</string>
<string name="otpMessage">Введите код OTP, если включена 2FA</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Открыть с помощью браузера</string> <string name="openWebRepo">Открыть с помощью браузера</string>
<string name="repoStargazersInMenu">Звездочеты</string> <string name="repoStargazersInMenu">Звездочеты</string>
<string name="repoWatchersInMenu">Наблюдатели</string> <string name="repoWatchersInMenu">Наблюдатели</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">Имя новой ветки не может быть пустым, если текущая ветка не выбрана</string> <string name="newFileRequiredFieldNewBranchName">Имя новой ветки не может быть пустым, если текущая ветка не выбрана</string>
<string name="strFilter">Фильтр</string> <string name="strFilter">Фильтр</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Копировать URL задачи</string> <string name="copyIssueUrl">Копировать URL задачи</string>
<string name="copyIssueUrlToastMsg">URL скопирован в буфер обмена</string> <string name="copyIssueUrlToastMsg">URL скопирован в буфер обмена</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -415,6 +417,7 @@
<string name="isOpen">Open</string> <string name="isOpen">Open</string>
<string name="isClosed">Closed</string> <string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <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 --> <!-- generic copy -->
<string name="translateText">Перевести GitNex на Crowdin</string> <string name="translateText">Перевести GitNex на Crowdin</string>
<string name="exploreTextBoxHint">Просмотреть репозитории</string> <string name="exploreTextBoxHint">Просмотреть репозитории</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Репозиторий добавлен в список наблюдения</string> <string name="watchRepositorySuccess">Репозиторий добавлен в список наблюдения</string>
<string name="unWatchRepositorySuccess">Репозиторий удален из списка наблюдения</string> <string name="unWatchRepositorySuccess">Репозиторий удален из списка наблюдения</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Обнаружена неподдерживаемая старая версия (%1$s) Gitea. Пожалуйста, обновите до последней стабильной версии. Если вы продолжите, приложение может работать неправильно.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">Обнаружена новая версия Gitea! Пожалуйста, ОБНОВИТЕ GitNex!</string> <string name="versionUnsupportedNew">Обнаружена новая версия Gitea! Пожалуйста, ОБНОВИТЕ GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Неподдерживаемая версия Gitea</string> <string name="versionAlertDialogHeader">Неподдерживаемая версия Gitea</string>
<string name="loginViaPassword">Имя пользователя / Пароль</string> <string name="loginViaPassword">Имя пользователя / Пароль</string>
<string name="loginMethodText">Выберите предпочтительный метод входа для доступа к вашей учетной записи. Токен более безопасный!</string> <string name="loginMethodText">Выберите предпочтительный метод входа для доступа к вашей учетной записи. Токен более безопасный!</string>
<string name="unauthorizedApiError">Экземпляр вернул ошибку - не авторизовано. Проверьте ваши учетные данные и повторите попытку</string> <string name="unauthorizedApiError">Экземпляр вернул ошибку - не авторизовано. Проверьте ваши учетные данные и повторите попытку</string>
<string name="loginTokenError">Пожалуйста, введите правильный токен</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">Запросов на слияние не найдено</string> <string name="noDataPullRequests">Запросов на слияние не найдено</string>
<string name="prCreator">Автор:\u0020</string> <string name="prCreator">Автор:\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Слить</string> <string name="mergePullRequestButtonText">Слить</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Слияние может завершиться неудачей, если у вас нет прав на выполнение этого запроса на объединение.</string> <string name="mergeNoteText">Слияние может завершиться неудачей, если у вас нет прав на выполнение этого запроса на объединение.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Комментарий для слияния</string> <string name="mergeCommentText">Комментарий для слияния</string>
<string name="mergePRSuccessMsg">Запрос на слияние был успешно выполнен</string> <string name="mergePRSuccessMsg">Запрос на слияние был успешно выполнен</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Пожалуйста дождитесь загрузки файла</string> <string name="waitLoadingDownloadFile">Пожалуйста дождитесь загрузки файла</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileviewer">Этот тип файла не поддерживается в средстве просмотра файлов. Загрузить его?</string> <string name="excludeFilesInFileviewer">Этот тип файла не поддерживается в средстве просмотра файлов. Загрузить его?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Размер</string> <string name="sizeCopy">Размер</string>
<string name="shareIssue">Поделиться задачей</string> <string name="shareIssue">Поделиться задачей</string>
<string name="sharePr">Поделиться запросом на слияние</string> <string name="sharePr">Поделиться запросом на слияние</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Проверка сертификата</string> <string name="mtm_notification">Проверка сертификата</string>
<string name="mtm_accept_cert">Принять неизвестный сертификат?</string> <string name="mtm_accept_cert">Принять неизвестный сертификат?</string>
<string name="mtm_trust_anchor">Сертификат сервера не подписан известным центром сертификации.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">Срок действия сертификата сервера истек.</string> <string name="mtm_cert_expired">Срок действия сертификата сервера истек.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accept Mismatching Server Name?</string>
<string name="mtm_hostname_mismatch">Сервер не может быть опознан как \&quot;%s\&quot;. Сертификат действителен только для:</string> <string name="mtm_hostname_mismatch">Сервер не может быть опознан как \&quot;%s\&quot;. Сертификат действителен только для:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Crash reports</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archived</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">Нови фајл</string> <string name="pageTitleNewFile">Нови фајл</string>
<string name="pageTitleExplore">Претражи репозиторијуме</string> <string name="pageTitleExplore">Претражи репозиторијуме</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Демо репозиторијум</string> <string name="repoName">Демо репозиторијум</string>
<string name="repoFullname">Репозиторијум са ORG</string> <string name="repoFullname">Репозиторијум са ORG</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Затвори навигацију</string> <string name="navigation_drawer_close">Затвори навигацију</string>
<string name="logo">Пријави ме</string> <string name="logo">Пријави ме</string>
<string name="urlInfoTooltip">1. Одабери одговарајући протокол (HTTPS или HTTP).\n2. Унеси URL инстанце, нпр. try.gitea.io.\n3. Ако користиш 2FA, унеси OTP код.\n4. Ако користиш HTTP протокол, унеси URL инстанце у формату korisnickoime@domen.com.</string> <string name="urlInfoTooltip">1. Одабери одговарајући протокол (HTTPS или HTTP).\n2. Унеси URL инстанце, нпр. try.gitea.io.\n3. Ако користиш 2FA, унеси OTP код.\n4. Ако користиш HTTP протокол, унеси URL инстанце у формату korisnickoime@domen.com.</string>
<string name="malformedUrl">Повезивање није успело. Провери конфигурацију.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">Употреба HTTP протокола није препоручена уколико не тестираш на локалној мрежи</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">Сервер је послао неисправан JSON</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">URL инстанце је обавезан</string> <string name="emptyFieldURL">URL инстанце је обавезан</string>
<string name="emptyFieldUsername">Корисничко име је обавезно</string> <string name="emptyFieldUsername">Корисничко име је обавезно</string>
<string name="emptyFieldPassword">Лозинка је обавезна</string> <string name="emptyFieldPassword">Лозинка је обавезна</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Нешто је пошло наопако, покушај поново</string> <string name="orgCreatedError">Нешто је пошло наопако, покушај поново</string>
<string name="orgExistsError">Организација већ постоји</string> <string name="orgExistsError">Организација већ постоји</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Binary files are not supported yet.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Пријављивање у току</string> <string name="processingText">Пријављивање у току</string>
<string name="search">Претражи</string> <string name="search">Претражи</string>
<string name="close">Затвори</string> <string name="close">Затвори</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Унеси коментар</string> <string name="commentEmptyError">Унеси коментар</string>
<string name="commentSuccess">Коментар је послат</string> <string name="commentSuccess">Коментар је послат</string>
<string name="commentError">Нешто је пошло наопако, покушај поново</string> <string name="commentError">Нешто је пошло наопако, покушај поново</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Аватар</string> <string name="generalImgContentText">Аватар</string>
<string name="noDataMilestonesTab">Ниједна фаза није пронађена</string> <string name="noDataMilestonesTab">Ниједна фаза није пронађена</string>
<string name="commitAuthor">Аутор комита: %1$s</string> <string name="commitAuthor">Аутор комита: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Нешто је пошло наопако, покушај поново</string> <string name="labelDeleteErrorText">Нешто је пошло наопако, покушај поново</string>
<string name="noDataBranchesTab">Ниједна грана није пронађена</string> <string name="noDataBranchesTab">Ниједна грана није пронађена</string>
<string name="alertDialogTokenRevokedTitle">Грешка приликом ауторизације</string> <string name="alertDialogTokenRevokedTitle">Грешка приликом ауторизације</string>
<string name="alertDialogTokenRevokedMessage">Токен је истекао (у том случају покушај да се одјавиш и пријавиш поново) или немаш приступ овом садржају</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Откажи</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Откажи</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Одјави ме</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Одјави ме</string>
<string name="labelDeleteTitle">Избриши\u0020</string> <string name="labelDeleteTitle">Избриши\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Коментар је ажуриран</string> <string name="editCommentUpdatedText">Коментар је ажуриран</string>
<string name="issueCommentShare">Подели коментар</string> <string name="issueCommentShare">Подели коментар</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Додај или уклони сарадника</string> <string name="addCollaboratorTitle">Додај или уклони сарадника</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">Додај имејл-адресу</string> <string name="profileCreateNewEmailAddress">Додај имејл-адресу</string>
<string name="profileEmailButton">Сачувај</string> <string name="profileEmailButton">Сачувај</string>
<string name="profileEmailTitle">Имејл-адреса</string> <string name="profileEmailTitle">Имејл-адреса</string>
<string name="emailAddedText">Имејл-адреса је успешно додата</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Имејл-адреса је обавезна</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Имејл-адреса није валидна</string> <string name="emailErrorInvalid">Имејл-адреса није валидна</string>
<string name="emailErrorInUse">Неко већ користи ову имејл-адресу</string> <string name="emailErrorInUse">Неко већ користи ову имејл-адресу</string>
<string name="emailTypeText">Главна адреса</string> <string name="emailTypeText">Главна адреса</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Наслов је обавезан</string> <string name="titleErrorEmpty">Наслов је обавезан</string>
<string name="releaseCreatedText">Ново издање је креирано</string> <string name="releaseCreatedText">Ново издање је креирано</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">OTP код није валидан</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">OTP код (опционо)</string> <string name="loginOTP">OTP код (опционо)</string>
<string name="otpMessage">Унеси OTP код ако користиш 2FA</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Отвори у претраживачу</string> <string name="openWebRepo">Отвори у претраживачу</string>
<string name="repoStargazersInMenu">Фанови</string> <string name="repoStargazersInMenu">Фанови</string>
<string name="repoWatchersInMenu">Пратиоци</string> <string name="repoWatchersInMenu">Пратиоци</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">Назив нове гране је обавезан ако тренутна грана није одабрана</string> <string name="newFileRequiredFieldNewBranchName">Назив нове гране је обавезан ако тренутна грана није одабрана</string>
<string name="strFilter">Филтер</string> <string name="strFilter">Филтер</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Копирај URL проблема</string> <string name="copyIssueUrl">Копирај URL проблема</string>
<string name="copyIssueUrlToastMsg">URL је копиран</string> <string name="copyIssueUrlToastMsg">URL је копиран</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -415,6 +417,7 @@
<string name="isOpen">Open</string> <string name="isOpen">Open</string>
<string name="isClosed">Closed</string> <string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <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 --> <!-- generic copy -->
<string name="translateText">Преведи GitNex на платформи Crowdin</string> <string name="translateText">Преведи GitNex на платформи Crowdin</string>
<string name="exploreTextBoxHint">Претражи репозиторијуме</string> <string name="exploreTextBoxHint">Претражи репозиторијуме</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Сад пратиш овај репозиторијум</string> <string name="watchRepositorySuccess">Сад пратиш овај репозиторијум</string>
<string name="unWatchRepositorySuccess">Више не пратиш овај репозиторијум</string> <string name="unWatchRepositorySuccess">Више не пратиш овај репозиторијум</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Тренутно користиш стару верзију (%1$s) програма Gitea. Ако наставиш, могуће је да GitNex неће функционисати.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">Нова верзија програма Gitea је детектована! Ажурирај GitNex!</string> <string name="versionUnsupportedNew">Нова верзија програма Gitea је детектована! Ажурирај GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Верзија програма Gitea коју тренутно користиш није подржана</string> <string name="versionAlertDialogHeader">Верзија програма Gitea коју тренутно користиш није подржана</string>
<string name="loginViaPassword">Корисничко име и лозинка</string> <string name="loginViaPassword">Корисничко име и лозинка</string>
<string name="loginMethodText">Одабери начин за пријављивање. Имај у виду да је токен безбеднији него корисничко име и лозинка.</string> <string name="loginMethodText">Одабери начин за пријављивање. Имај у виду да је токен безбеднији него корисничко име и лозинка.</string>
<string name="unauthorizedApiError">Грешка. Провери креденцијале и покушај поново.</string> <string name="unauthorizedApiError">Грешка. Провери креденцијале и покушај поново.</string>
<string name="loginTokenError">Унеси исправан токен</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">Ниједан пул захтев није пронађен</string> <string name="noDataPullRequests">Ниједан пул захтев није пронађен</string>
<string name="prCreator">Аутор: \u0020</string> <string name="prCreator">Аутор: \u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Обједини</string> <string name="mergePullRequestButtonText">Обједини</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Спајање може бити неуспешно уколико немаш ауторизацију</string> <string name="mergeNoteText">Спајање може бити неуспешно уколико немаш ауторизацију</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Обједини коментар</string> <string name="mergeCommentText">Обједини коментар</string>
<string name="mergePRSuccessMsg">Pull Request was merged successfully</string> <string name="mergePRSuccessMsg">Pull Request was merged successfully</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Сачекај да се фајл учита у меморију</string> <string name="waitLoadingDownloadFile">Сачекај да се фајл учита у меморију</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileviewer">Прегледач фајлова не подржава овај тип. Да ли желиш да преузмеш фајл?</string> <string name="excludeFilesInFileviewer">Прегледач фајлова не подржава овај тип. Да ли желиш да преузмеш фајл?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Величина</string> <string name="sizeCopy">Величина</string>
<string name="shareIssue">Подели проблем</string> <string name="shareIssue">Подели проблем</string>
<string name="sharePr">Подели пул захтев</string> <string name="sharePr">Подели пул захтев</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Провера сертификата</string> <string name="mtm_notification">Провера сертификата</string>
<string name="mtm_accept_cert">Да ли желиш да прихватиш непознате сертификате?</string> <string name="mtm_accept_cert">Да ли желиш да прихватиш непознате сертификате?</string>
<string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">Сертификат је истекао.</string> <string name="mtm_cert_expired">Сертификат је истекао.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accept Mismatching Server Name?</string>
<string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string> <string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Crash reports</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archived</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">Yeni Dosya</string> <string name="pageTitleNewFile">Yeni Dosya</string>
<string name="pageTitleExplore">Keşfet</string> <string name="pageTitleExplore">Keşfet</string>
<string name="pageTitleAdministration">Gitea Administration</string> <string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Demo deposu</string> <string name="repoName">Demo deposu</string>
<string name="repoFullname">ORG ile Depo</string> <string name="repoFullname">ORG ile Depo</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Gezinme Çekmecesini Kapat</string> <string name="navigation_drawer_close">Gezinme Çekmecesini Kapat</string>
<string name="logo">Gitea\'ya Giriş Yap</string> <string name="logo">Gitea\'ya Giriş Yap</string>
<string name="urlInfoTooltip">1- Doğru protokolü seçin (https veya http). \n2- Gitea url girin, örneğin: try.gitea.io. \n3- Hesabınız için 2FA\'yı etkinleştirdiyseniz, kodu OTP Kodu alanına girin. \n4- HTTP temel kimlik doğrulaması için, URL alanında KULLANICIADI@DOMAIN.COM adresini kullanın.</string> <string name="urlInfoTooltip">1- Doğru protokolü seçin (https veya http). \n2- Gitea url girin, örneğin: try.gitea.io. \n3- Hesabınız için 2FA\'yı etkinleştirdiyseniz, kodu OTP Kodu alanına girin. \n4- HTTP temel kimlik doğrulaması için, URL alanında KULLANICIADI@DOMAIN.COM adresini kullanın.</string>
<string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">Yerel ağ üzerinde test yapmadığınız sürece HTTP protokolünü kullanmanız önerilmez.</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">Kötü biçimlendirilmiş JSON alındı. Sunucu yanıtı başarısız oldu.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">Örnek URL gerekli</string> <string name="emptyFieldURL">Örnek URL gerekli</string>
<string name="emptyFieldUsername">Kullanıcı adı gerekli</string> <string name="emptyFieldUsername">Kullanıcı adı gerekli</string>
<string name="emptyFieldPassword">Parola gerekli</string> <string name="emptyFieldPassword">Parola gerekli</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Bir şeyler ters gitti lütfen tekrar deneyin</string> <string name="orgCreatedError">Bir şeyler ters gitti lütfen tekrar deneyin</string>
<string name="orgExistsError">Organizasyon zaten var</string> <string name="orgExistsError">Organizasyon zaten var</string>
<string name="binaryFileError">Binary files are not supported yet.</string> <string name="binaryFileError">Binary files are not supported yet.</string>
<string name="fileTooLarge">This file exceeds the maximum possible diff lines.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">İşlem devam ediyor</string> <string name="processingText">İşlem devam ediyor</string>
<string name="search">Ara</string> <string name="search">Ara</string>
<string name="close">Kapat</string> <string name="close">Kapat</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Lütfen yorumunuzu yazın</string> <string name="commentEmptyError">Lütfen yorumunuzu yazın</string>
<string name="commentSuccess">Yorum gönderildi</string> <string name="commentSuccess">Yorum gönderildi</string>
<string name="commentError">Bir şeyler ters gitti, lütfen tekrar deneyin</string> <string name="commentError">Bir şeyler ters gitti, lütfen tekrar deneyin</string>
<string name="featureDeprecated">This function will be removed in the future.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Avatar</string> <string name="generalImgContentText">Avatar</string>
<string name="noDataMilestonesTab">Kilometre taşı bulunamadı</string> <string name="noDataMilestonesTab">Kilometre taşı bulunamadı</string>
<string name="commitAuthor">İşleme yazarı: %1$s</string> <string name="commitAuthor">İşleme yazarı: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Bir şeyler ters gitti, lütfen tekrar deneyin</string> <string name="labelDeleteErrorText">Bir şeyler ters gitti, lütfen tekrar deneyin</string>
<string name="noDataBranchesTab">Dal bulunamadı</string> <string name="noDataBranchesTab">Dal bulunamadı</string>
<string name="alertDialogTokenRevokedTitle">Yetkilendirme Hatası</string> <string name="alertDialogTokenRevokedTitle">Yetkilendirme Hatası</string>
<string name="alertDialogTokenRevokedMessage">Erişim Jetonu iptal edilmiş gibi görünüyor VEYA bu içerikleri görmenize izin verilmiyor. Jeton iptal edilmesi durumunda, lütfen çıkış yapın ve tekrar giriş yapın</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">İptal</string> <string name="alertDialogTokenRevokedCopyNegativeButton">İptal</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Çıkış Yap</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Çıkış Yap</string>
<string name="labelDeleteTitle">Sil\u0020</string> <string name="labelDeleteTitle">Sil\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Yorum güncellendi</string> <string name="editCommentUpdatedText">Yorum güncellendi</string>
<string name="issueCommentShare">Share Comment</string> <string name="issueCommentShare">Share Comment</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string> <string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">İşbirlikçi Ekle / Kaldır</string> <string name="addCollaboratorTitle">İşbirlikçi Ekle / Kaldır</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">E-posta Adresi Ekle</string> <string name="profileCreateNewEmailAddress">E-posta Adresi Ekle</string>
<string name="profileEmailButton">Kaydet</string> <string name="profileEmailButton">Kaydet</string>
<string name="profileEmailTitle">E-posta Adresi</string> <string name="profileEmailTitle">E-posta Adresi</string>
<string name="emailAddedText">Yeni e-posta başarıyla eklendi.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">E-posta adresi boş.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">E-posta adresi geçerli değil</string> <string name="emailErrorInvalid">E-posta adresi geçerli değil</string>
<string name="emailErrorInUse">E-posta adresi zaten kullanılıyor</string> <string name="emailErrorInUse">E-posta adresi zaten kullanılıyor</string>
<string name="emailTypeText">Birincil</string> <string name="emailTypeText">Birincil</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Başlık boş</string> <string name="titleErrorEmpty">Başlık boş</string>
<string name="releaseCreatedText">Yeni sürüm oluşturuldu</string> <string name="releaseCreatedText">Yeni sürüm oluşturuldu</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">OTP kodu sayılardan oluşmalıdır.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">OTP Kodu (İsteğe Bağlı)</string> <string name="loginOTP">OTP Kodu (İsteğe Bağlı)</string>
<string name="otpMessage">2FA etkinleştirilmişse otp kodunu girin</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Tarayıcıda Aç</string> <string name="openWebRepo">Tarayıcıda Aç</string>
<string name="repoStargazersInMenu">Yıldızlayanlar</string> <string name="repoStargazersInMenu">Yıldızlayanlar</string>
<string name="repoWatchersInMenu">İzleyiciler</string> <string name="repoWatchersInMenu">İzleyiciler</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">Geçerli dal seçilmemişse yeni dal adı boş bırakılamaz</string> <string name="newFileRequiredFieldNewBranchName">Geçerli dal seçilmemişse yeni dal adı boş bırakılamaz</string>
<string name="strFilter">Filtre</string> <string name="strFilter">Filtre</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Konu Adresini Kopyala</string> <string name="copyIssueUrl">Konu Adresini Kopyala</string>
<string name="copyIssueUrlToastMsg">URL panoya kopyalandı</string> <string name="copyIssueUrlToastMsg">URL panoya kopyalandı</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -415,6 +417,7 @@
<string name="isOpen">Open</string> <string name="isOpen">Open</string>
<string name="isClosed">Closed</string> <string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string> <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 --> <!-- generic copy -->
<string name="translateText">Crowdin\'de GitNex için Çeviri Yap</string> <string name="translateText">Crowdin\'de GitNex için Çeviri Yap</string>
<string name="exploreTextBoxHint">Depoları keşfet</string> <string name="exploreTextBoxHint">Depoları keşfet</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Depo izleme listesine eklendi</string> <string name="watchRepositorySuccess">Depo izleme listesine eklendi</string>
<string name="unWatchRepositorySuccess">Depo izleme listesinden kaldırıldı</string> <string name="unWatchRepositorySuccess">Depo izleme listesinden kaldırıldı</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Gitea\'nin desteklenmeyen eski sürümü (%1$s) tespit edildi. Lütfen en son kararlı sürüme güncelleyin. Devam ederseniz, uygulama düzgün çalışmayabilir.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">Yeni Gitea versiyonu tespit edildi! Lütfen GitNex\'i GÜNCELLEYİN!</string> <string name="versionUnsupportedNew">Yeni Gitea versiyonu tespit edildi! Lütfen GitNex\'i GÜNCELLEYİN!</string>
<string name="versionUnknown">No Gitea detected!</string> <string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Desteklenmeyen Gitea Versiyonu</string> <string name="versionAlertDialogHeader">Desteklenmeyen Gitea Versiyonu</string>
<string name="loginViaPassword">Kullanıcı Adı / Şifre</string> <string name="loginViaPassword">Kullanıcı Adı / Şifre</string>
<string name="loginMethodText">Hesabınıza erişmek için tercih ettiğiniz giriş yöntemini seçin. Jeton daha güvenli!</string> <string name="loginMethodText">Hesabınıza erişmek için tercih ettiğiniz giriş yöntemini seçin. Jeton daha güvenli!</string>
<string name="unauthorizedApiError">Örnek bir hata döndürdü - Yetkisiz. Kimlik bilgilerinizi kontrol edin ve tekrar deneyin</string> <string name="unauthorizedApiError">Örnek bir hata döndürdü - Yetkisiz. Kimlik bilgilerinizi kontrol edin ve tekrar deneyin</string>
<string name="loginTokenError">Lütfen doğru jetonu girin</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">Çekme isteği bulunamadı</string> <string name="noDataPullRequests">Çekme isteği bulunamadı</string>
<string name="prCreator">Yaratıcı :\u0020</string> <string name="prCreator">Yaratıcı :\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Birleştir</string> <string name="mergePullRequestButtonText">Birleştir</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string> <string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Bu Çekme İsteğini birleştirme yetkiniz yoksa, birleştirme başarısız olabilir.</string> <string name="mergeNoteText">Bu Çekme İsteğini birleştirme yetkiniz yoksa, birleştirme başarısız olabilir.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string> <string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Yorumu birleştir</string> <string name="mergeCommentText">Yorumu birleştir</string>
<string name="mergePRSuccessMsg">Çekme İsteği başarıyla birleştirildi</string> <string name="mergePRSuccessMsg">Çekme İsteği başarıyla birleştirildi</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string> <string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string> <string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string> <string name="excludeFilesInFileviewer">This file type is not supported in file viewer. Download it instead from the three dotted menu?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Size</string> <string name="sizeCopy">Size</string>
<string name="shareIssue">Share Issue</string> <string name="shareIssue">Share Issue</string>
<string name="sharePr">Share Pull Request</string> <string name="sharePr">Share Pull Request</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Certificate Verification</string> <string name="mtm_notification">Certificate Verification</string>
<string name="mtm_accept_cert">Accept Unknown Certificate?</string> <string name="mtm_accept_cert">Accept Unknown Certificate?</string>
<string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">The server certificate is expired.</string> <string name="mtm_cert_expired">The server certificate is expired.</string>
<string name="mtm_accept_server_name">Accept Mismatching Server Name?</string> <string name="mtm_accept_server_name">Accept Mismatching Server Name?</string>
<string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string> <string name="mtm_hostname_mismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Crash reports</string> <string name="reportsHintText">Crash reports</string>
<string name="archivedRepository">Archived</string> <string name="archivedRepository">Archived</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">Новий файл</string> <string name="pageTitleNewFile">Новий файл</string>
<string name="pageTitleExplore">Огляд</string> <string name="pageTitleExplore">Огляд</string>
<string name="pageTitleAdministration">Адміністрування Gitea</string> <string name="pageTitleAdministration">Адміністрування Gitea</string>
<string name="pageTitleUserAccounts">Manage Accounts (beta)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">Демо-репозиторій</string> <string name="repoName">Демо-репозиторій</string>
<string name="repoFullname">Репозиторій з організацією</string> <string name="repoFullname">Репозиторій з організацією</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">Закрити панель навігації</string> <string name="navigation_drawer_close">Закрити панель навігації</string>
<string name="logo">Увійти до Gitea</string> <string name="logo">Увійти до Gitea</string>
<string name="urlInfoTooltip">1. Оберіть правильний протокол (https або http). \n2. Введіть URL Gitea, наприклад: try.gitea.io. \n3. Якщо для вашого облікового запису увімкнено двофакторну аутентифікацію, введіть код OTP у відповідне поле. \n4. Для базової автентифікації HTTP використовуйте USERNAME@DOMAIN.COM в полі URL.</string> <string name="urlInfoTooltip">1. Оберіть правильний протокол (https або http). \n2. Введіть URL Gitea, наприклад: try.gitea.io. \n3. Якщо для вашого облікового запису увімкнено двофакторну аутентифікацію, введіть код OTP у відповідне поле. \n4. Для базової автентифікації HTTP використовуйте USERNAME@DOMAIN.COM в полі URL.</string>
<string name="malformedUrl">Неможливо з\'єднатись з сервером. Будь ласка, перевірте правильність введеного URL або порта.</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">Не рекомендується використовувати протокол HTTP за винятком тестування в локальній мережі.</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">Було отримано некоректний JSON. Відповідь сервера не була успішною.</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">Потрібен URL екземпляра</string> <string name="emptyFieldURL">Потрібен URL екземпляра</string>
<string name="emptyFieldUsername">Ім\'я користувача є обов\'язковим</string> <string name="emptyFieldUsername">Ім\'я користувача є обов\'язковим</string>
<string name="emptyFieldPassword">Пароль є обов\'язковим</string> <string name="emptyFieldPassword">Пароль є обов\'язковим</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">Щось пішло не так. Будь ласка, спробуйте знову</string> <string name="orgCreatedError">Щось пішло не так. Будь ласка, спробуйте знову</string>
<string name="orgExistsError">Організація вже існує</string> <string name="orgExistsError">Організація вже існує</string>
<string name="binaryFileError">Бінарні файли ще не підтримуються.</string> <string name="binaryFileError">Бінарні файли ще не підтримуються.</string>
<string name="fileTooLarge">Цей файл перевищує максимально можливу різницю рядків.</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">Обробляється</string> <string name="processingText">Обробляється</string>
<string name="search">Пошук</string> <string name="search">Пошук</string>
<string name="close">Закрити</string> <string name="close">Закрити</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">Будь ласка, напишіть свій коментар</string> <string name="commentEmptyError">Будь ласка, напишіть свій коментар</string>
<string name="commentSuccess">Коментар опубліковано</string> <string name="commentSuccess">Коментар опубліковано</string>
<string name="commentError">Щось пішло не так. Будь ласка, спробуйте знову</string> <string name="commentError">Щось пішло не так. Будь ласка, спробуйте знову</string>
<string name="featureDeprecated">Цю функцію буде видалено у майбутньому.</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">Аватар</string> <string name="generalImgContentText">Аватар</string>
<string name="noDataMilestonesTab">Етапів не знайдено</string> <string name="noDataMilestonesTab">Етапів не знайдено</string>
<string name="commitAuthor">Автор коміту: %1$s</string> <string name="commitAuthor">Автор коміту: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">Щось пішло не так. Будь ласка, спробуйте знову</string> <string name="labelDeleteErrorText">Щось пішло не так. Будь ласка, спробуйте знову</string>
<string name="noDataBranchesTab">Гілок не знайдено</string> <string name="noDataBranchesTab">Гілок не знайдено</string>
<string name="alertDialogTokenRevokedTitle">Помилка авторизації</string> <string name="alertDialogTokenRevokedTitle">Помилка авторизації</string>
<string name="alertDialogTokenRevokedMessage">Схоже, що токен доступу відкликаний АБО вам не дозволено бачити цей вміст. Якщо токен відкликано, будь ласка, вийдіть з системи та увійдіть знову</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">Скасувати</string> <string name="alertDialogTokenRevokedCopyNegativeButton">Скасувати</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">Вийти</string> <string name="alertDialogTokenRevokedCopyPositiveButton">Вийти</string>
<string name="labelDeleteTitle">Видалити\u0020</string> <string name="labelDeleteTitle">Видалити\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">Коментар змінено</string> <string name="editCommentUpdatedText">Коментар змінено</string>
<string name="issueCommentShare">Поділитися коментарем</string> <string name="issueCommentShare">Поділитися коментарем</string>
<string name="deleteCommentSuccess">Коментар успішно видалено</string> <string name="deleteCommentSuccess">Коментар успішно видалено</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">Додати / Вилучити співавтора</string> <string name="addCollaboratorTitle">Додати / Вилучити співавтора</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">Додати адресу Email</string> <string name="profileCreateNewEmailAddress">Додати адресу Email</string>
<string name="profileEmailButton">Зберегти</string> <string name="profileEmailButton">Зберегти</string>
<string name="profileEmailTitle">Адреса Email</string> <string name="profileEmailTitle">Адреса Email</string>
<string name="emailAddedText">Нову адресу Email успішно додано.</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Адреса Email порожня.</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Адреса Email некоректна</string> <string name="emailErrorInvalid">Адреса Email некоректна</string>
<string name="emailErrorInUse">Адреса Email вже використовується</string> <string name="emailErrorInUse">Адреса Email вже використовується</string>
<string name="emailTypeText">Основна</string> <string name="emailTypeText">Основна</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">Назва порожня</string> <string name="titleErrorEmpty">Назва порожня</string>
<string name="releaseCreatedText">Новий реліз створено</string> <string name="releaseCreatedText">Новий реліз створено</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">Код OTP повинен складатися з цифр.</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">Код OTP (Необов\'язково)</string> <string name="loginOTP">Код OTP (Необов\'язково)</string>
<string name="otpMessage">Введіть код otp, якщо 2FA увімкнено</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">Відкрити в браузері</string> <string name="openWebRepo">Відкрити в браузері</string>
<string name="repoStargazersInMenu">Зацікавлені</string> <string name="repoStargazersInMenu">Зацікавлені</string>
<string name="repoWatchersInMenu">Спостерігачі</string> <string name="repoWatchersInMenu">Спостерігачі</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">Назва нової гілки не може бути пустою, якщо не обрано поточну гілку</string> <string name="newFileRequiredFieldNewBranchName">Назва нової гілки не може бути пустою, якщо не обрано поточну гілку</string>
<string name="strFilter">Фільтр</string> <string name="strFilter">Фільтр</string>
<string name="strSwitchBranches">Branches</string> <string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Скопіювати URL проблеми</string> <string name="copyIssueUrl">Скопіювати URL проблеми</string>
<string name="copyIssueUrlToastMsg">URL скопійовано до буфера обміну</string> <string name="copyIssueUrlToastMsg">URL скопійовано до буфера обміну</string>
<string name="copyIssueCommentToastMsg">Copied comment to clipboard</string> <string name="copyIssueCommentToastMsg">Copied comment to clipboard</string>
@ -415,6 +417,7 @@
<string name="isOpen">Відкриті</string> <string name="isOpen">Відкриті</string>
<string name="isClosed">Закриті</string> <string name="isClosed">Закриті</string>
<string name="genericServerResponseError">На даний момент ми не можемо зв\'язатися з сервером, будь ласка, перевірте статус вашого сервера і спробуйте ще раз</string> <string name="genericServerResponseError">На даний момент ми не можемо зв\'язатися з сервером, будь ласка, перевірте статус вашого сервера і спробуйте ще раз</string>
<string name="genericCopyUrl">Copy URL</string>
<!-- generic copy --> <!-- generic copy -->
<string name="translateText">Перекласти GitNex на Crowdin</string> <string name="translateText">Перекласти GitNex на Crowdin</string>
<string name="exploreTextBoxHint">Переглянути репозиторії</string> <string name="exploreTextBoxHint">Переглянути репозиторії</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">Репозиторій додано до списку спостереження</string> <string name="watchRepositorySuccess">Репозиторій додано до списку спостереження</string>
<string name="unWatchRepositorySuccess">Репозиторій видалено зі списку спостереження</string> <string name="unWatchRepositorySuccess">Репозиторій видалено зі списку спостереження</string>
<string name="titleDrafts">Drafts</string> <string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Виявлено стару версію(%1$s) Gitea. Будь ласка, оновіть програму до останньої стабільної версії. Якщо ви продовжите, додаток може працювати некоректно.</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">Виявлено нову версію Gitea! Будь ласка, ОНОВІТЬ GitNex!</string> <string name="versionUnsupportedNew">Виявлено нову версію Gitea! Будь ласка, ОНОВІТЬ GitNex!</string>
<string name="versionUnknown">Gitea не виявлено!</string> <string name="versionUnknown">Gitea не виявлено!</string>
<string name="versionAlertDialogHeader">Непідтримувана версія Gitea</string> <string name="versionAlertDialogHeader">Непідтримувана версія Gitea</string>
<string name="loginViaPassword">Ім\'я користувача / Пароль</string> <string name="loginViaPassword">Ім\'я користувача / Пароль</string>
<string name="loginMethodText">Оберіть бажаний метод входу для доступу до облікового запису. Токен є більш безпечним!</string> <string name="loginMethodText">Оберіть бажаний метод входу для доступу до облікового запису. Токен є більш безпечним!</string>
<string name="unauthorizedApiError">Екземпляр повернув помилку - не авторизовано. Перевірте облікові дані та спробуйте знову</string> <string name="unauthorizedApiError">Екземпляр повернув помилку - не авторизовано. Перевірте облікові дані та спробуйте знову</string>
<string name="loginTokenError">Будь ласка, введіть правильний токен</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">Deleted Fork</string> <string name="prDeletedFrok">Deleted Fork</string>
<string name="noDataPullRequests">Запитів на злиття не знайдено</string> <string name="noDataPullRequests">Запитів на злиття не знайдено</string>
<string name="prCreator">Автор :\u0020</string> <string name="prCreator">Автор :\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">Об\'єднати</string> <string name="mergePullRequestButtonText">Об\'єднати</string>
<string name="deleteBranchAfterMerge">Видалити гілку після злиття</string> <string name="deleteBranchAfterMerge">Видалити гілку після злиття</string>
<string name="mergeNoteText">Об\'єднання не відбудеться, якщо ви не маєте дозволу приймати цей запит на злиття.</string> <string name="mergeNoteText">Об\'єднання не відбудеться, якщо ви не маєте дозволу приймати цей запит на злиття.</string>
<string name="mergeInfoDisabledMessage">Вимкнена кнопка Об’єднання означає, що існують конфлікти АБО інші речі для виправлення перед Merge.</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">Ця гілка належить до відгалуженого репозиторію</string> <string name="deleteBranchForkInfo">Ця гілка належить до відгалуженого репозиторію</string>
<string name="mergeCommentText">Коментар до об\'єднання</string> <string name="mergeCommentText">Коментар до об\'єднання</string>
<string name="mergePRSuccessMsg">Запит на злиття було успішно об\'єднано</string> <string name="mergePRSuccessMsg">Запит на злиття було успішно об\'єднано</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">Зачекайте, поки файл завантажиться</string> <string name="waitLoadingDownloadFile">Зачекайте, поки файл завантажиться</string>
<string name="downloadFileSaved">Файл успішно збережений</string> <string name="downloadFileSaved">Файл успішно збережений</string>
<string name="excludeFilesInFileviewer">Цей тип файлу не підтримується у переглядачі файлів. Завантажити його з меню?</string> <string name="excludeFilesInFileviewer">Цей тип файлу не підтримується у переглядачі файлів. Завантажити його з меню?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Розмір</string> <string name="sizeCopy">Розмір</string>
<string name="shareIssue">Поділитися питанням</string> <string name="shareIssue">Поділитися питанням</string>
<string name="sharePr">Поділітись запитом на злиття</string> <string name="sharePr">Поділітись запитом на злиття</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">Перевірка сертифіката</string> <string name="mtm_notification">Перевірка сертифіката</string>
<string name="mtm_accept_cert">Прийняти незнайомий сертифікат?</string> <string name="mtm_accept_cert">Прийняти незнайомий сертифікат?</string>
<string name="mtm_trust_anchor">Сертифікат сервера не підписано відомим центром сертифікації.</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">Термін дії сертифіката сервера закінчився.</string> <string name="mtm_cert_expired">Термін дії сертифіката сервера закінчився.</string>
<string name="mtm_accept_server_name">Ім\'я сервера не збігається, прийняти?</string> <string name="mtm_accept_server_name">Ім\'я сервера не збігається, прийняти?</string>
<string name="mtm_hostname_mismatch">Сервер не може автентифікуватись як \&quot;%s\&quot;. Сертифікат дійсний тільки для:</string> <string name="mtm_hostname_mismatch">Сервер не може автентифікуватись як \&quot;%s\&quot;. Сертифікат дійсний тільки для:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">Звіти про падіння</string> <string name="reportsHintText">Звіти про падіння</string>
<string name="archivedRepository">Архівовано</string> <string name="archivedRepository">Архівовано</string>
<string name="accountDeletedMessage">Account deleted successfully</string> <string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string> <string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string> <string name="noDataNotifications">No notifications found</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string> <string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string> <string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string> <string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications.</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark as Read</string> <string name="markAsRead">Mark as Read</string>
<string name="markAsUnread">Mark as Unread</string> <string name="markAsUnread">Mark as Unread</string>
<string name="pinNotification">Pin Notification</string> <string name="pinNotification">Pin Notification</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read.</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">Read</string> <string name="isRead">Read</string>
<string name="isUnread">Unread</string> <string name="isUnread">Unread</string>
</resources> </resources>

View File

@ -36,7 +36,7 @@
<string name="pageTitleNewFile">新建文件</string> <string name="pageTitleNewFile">新建文件</string>
<string name="pageTitleExplore">探索</string> <string name="pageTitleExplore">探索</string>
<string name="pageTitleAdministration">Gitea 管理</string> <string name="pageTitleAdministration">Gitea 管理</string>
<string name="pageTitleUserAccounts">管理帐户 (测试中)</string> <string name="pageTitleUserAccounts">Manage Accounts</string>
<!-- page titles --> <!-- page titles -->
<string name="repoName">演示仓库</string> <string name="repoName">演示仓库</string>
<string name="repoFullname">有组织的存储库</string> <string name="repoFullname">有组织的存储库</string>
@ -63,9 +63,9 @@
<string name="navigation_drawer_close">关闭导航栏</string> <string name="navigation_drawer_close">关闭导航栏</string>
<string name="logo">登录到 Gitea</string> <string name="logo">登录到 Gitea</string>
<string name="urlInfoTooltip">1- 选择协议 (https 或 http). \n2- 输入Gitea访问地址(可带端口) 例如: try.gitea.io:3000. \n3- 如已启用双重验证请在OTP输入有效代码。 \n4- 在 URL 字段中使用 USERNAME@DOMAIN.COM 进行 HTTP 基本身份验证。</string> <string name="urlInfoTooltip">1- 选择协议 (https 或 http). \n2- 输入Gitea访问地址(可带端口) 例如: try.gitea.io:3000. \n3- 如已启用双重验证请在OTP输入有效代码。 \n4- 在 URL 字段中使用 USERNAME@DOMAIN.COM 进行 HTTP 基本身份验证。</string>
<string name="malformedUrl">无法连接到主机请检查您的URL或端口是否有任何错误。</string> <string name="malformedUrl">Couldn\'t connect to host. Please check your URL or port for any errors</string>
<string name="protocolError">非本地网络建议使用HTTPS安全协议进行访问。</string> <string name="protocolError">It is not recommended to use HTTP protocol unless you are testing on local network</string>
<string name="malformedJson">JSON 格式错误。服务器响应不成功。</string> <string name="malformedJson">Malformed JSON was received. Server response was not successful</string>
<string name="emptyFieldURL">未填写 Gitea访问地址</string> <string name="emptyFieldURL">未填写 Gitea访问地址</string>
<string name="emptyFieldUsername">未填写 用户名</string> <string name="emptyFieldUsername">未填写 用户名</string>
<string name="emptyFieldPassword">未填写 密码</string> <string name="emptyFieldPassword">未填写 密码</string>
@ -86,7 +86,7 @@
<string name="orgCreatedError">出错了,请重试</string> <string name="orgCreatedError">出错了,请重试</string>
<string name="orgExistsError">组织已存在</string> <string name="orgExistsError">组织已存在</string>
<string name="binaryFileError">尚不支持二进制文件。</string> <string name="binaryFileError">尚不支持二进制文件。</string>
<string name="fileTooLarge">该文件超过了可能的差异行数的最大值</string> <string name="fileTooLarge">This file exceeds the maximum possible diff lines</string>
<string name="processingText">处理中</string> <string name="processingText">处理中</string>
<string name="search">搜索</string> <string name="search">搜索</string>
<string name="close">关闭</string> <string name="close">关闭</string>
@ -128,7 +128,7 @@
<string name="commentEmptyError">请输入您的评论</string> <string name="commentEmptyError">请输入您的评论</string>
<string name="commentSuccess">评论已发表</string> <string name="commentSuccess">评论已发表</string>
<string name="commentError">出错了,请重试</string> <string name="commentError">出错了,请重试</string>
<string name="featureDeprecated">该功能今后将被移除</string> <string name="featureDeprecated">This function will be removed in the future</string>
<string name="generalImgContentText">头像</string> <string name="generalImgContentText">头像</string>
<string name="noDataMilestonesTab">未发现里程碑</string> <string name="noDataMilestonesTab">未发现里程碑</string>
<string name="commitAuthor">提交作者: %1$s</string> <string name="commitAuthor">提交作者: %1$s</string>
@ -223,7 +223,7 @@
<string name="labelDeleteErrorText">出了错,请重试</string> <string name="labelDeleteErrorText">出了错,请重试</string>
<string name="noDataBranchesTab">未找到分支</string> <string name="noDataBranchesTab">未找到分支</string>
<string name="alertDialogTokenRevokedTitle">授权错误</string> <string name="alertDialogTokenRevokedTitle">授权错误</string>
<string name="alertDialogTokenRevokedMessage">看来访问令牌已被吊销,或者您不允许查看这些内容。 如果已吊销令牌,请注销并重新登录</string> <string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="alertDialogTokenRevokedCopyNegativeButton">取消</string> <string name="alertDialogTokenRevokedCopyNegativeButton">取消</string>
<string name="alertDialogTokenRevokedCopyPositiveButton">退出</string> <string name="alertDialogTokenRevokedCopyPositiveButton">退出</string>
<string name="labelDeleteTitle">删除\u0020</string> <string name="labelDeleteTitle">删除\u0020</string>
@ -273,6 +273,7 @@
<string name="editCommentUpdatedText">评论已更新</string> <string name="editCommentUpdatedText">评论已更新</string>
<string name="issueCommentShare">分享评论</string> <string name="issueCommentShare">分享评论</string>
<string name="deleteCommentSuccess">已成功删除注释</string> <string name="deleteCommentSuccess">已成功删除注释</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments --> <!-- issue comments -->
<!-- add collaborator --> <!-- add collaborator -->
<string name="addCollaboratorTitle">添加/删除协作者</string> <string name="addCollaboratorTitle">添加/删除协作者</string>
@ -289,8 +290,8 @@
<string name="profileCreateNewEmailAddress">添加电子邮件地址</string> <string name="profileCreateNewEmailAddress">添加电子邮件地址</string>
<string name="profileEmailButton">保存</string> <string name="profileEmailButton">保存</string>
<string name="profileEmailTitle">電子郵件地址</string> <string name="profileEmailTitle">電子郵件地址</string>
<string name="emailAddedText">已成功添加新电子邮件。</string> <string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">电子邮件地址是空的。</string> <string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">电子邮件地址无效</string> <string name="emailErrorInvalid">电子邮件地址无效</string>
<string name="emailErrorInUse">电子邮件地址已被使用</string> <string name="emailErrorInUse">电子邮件地址已被使用</string>
<string name="emailTypeText">主要</string> <string name="emailTypeText">主要</string>
@ -350,9 +351,9 @@
<string name="titleErrorEmpty">标题为空</string> <string name="titleErrorEmpty">标题为空</string>
<string name="releaseCreatedText">已创建新版本</string> <string name="releaseCreatedText">已创建新版本</string>
<!-- release --> <!-- release -->
<string name="loginOTPTypeError">OTP 代码应该是数字。</string> <string name="loginOTPTypeError">OTP code should be numbers</string>
<string name="loginOTP">OTP 代码(可选)</string> <string name="loginOTP">OTP 代码(可选)</string>
<string name="otpMessage">如果启用了2FA请输入otp代码</string> <string name="otpMessage">Enter otp code if 2FA is enabled</string>
<string name="openWebRepo">在浏览器中打开</string> <string name="openWebRepo">在浏览器中打开</string>
<string name="repoStargazersInMenu">已收藏</string> <string name="repoStargazersInMenu">已收藏</string>
<string name="repoWatchersInMenu">已关注</string> <string name="repoWatchersInMenu">已关注</string>
@ -380,6 +381,7 @@
<string name="newFileRequiredFieldNewBranchName">如果未选择当前分支,新分支名称不能为空</string> <string name="newFileRequiredFieldNewBranchName">如果未选择当前分支,新分支名称不能为空</string>
<string name="strFilter">筛选器</string> <string name="strFilter">筛选器</string>
<string name="strSwitchBranches">分支</string> <string name="strSwitchBranches">分支</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">复制问题 URL</string> <string name="copyIssueUrl">复制问题 URL</string>
<string name="copyIssueUrlToastMsg">已复制链接</string> <string name="copyIssueUrlToastMsg">已复制链接</string>
<string name="copyIssueCommentToastMsg">已复制评论到剪贴板</string> <string name="copyIssueCommentToastMsg">已复制评论到剪贴板</string>
@ -415,6 +417,7 @@
<string name="isOpen">开启</string> <string name="isOpen">开启</string>
<string name="isClosed">已关闭</string> <string name="isClosed">已关闭</string>
<string name="genericServerResponseError">目前我们无法访问服务器,请检查您的服务器状态,然后重试</string> <string name="genericServerResponseError">目前我们无法访问服务器,请检查您的服务器状态,然后重试</string>
<string name="genericCopyUrl">Copy URL</string>
<!-- generic copy --> <!-- generic copy -->
<string name="translateText">使用 Crowdin 翻译 GitNex</string> <string name="translateText">使用 Crowdin 翻译 GitNex</string>
<string name="exploreTextBoxHint">探索仓库</string> <string name="exploreTextBoxHint">探索仓库</string>
@ -427,14 +430,14 @@
<string name="watchRepositorySuccess">仓库已添加到关注列表</string> <string name="watchRepositorySuccess">仓库已添加到关注列表</string>
<string name="unWatchRepositorySuccess">仓库已从关注列表中删除</string> <string name="unWatchRepositorySuccess">仓库已从关注列表中删除</string>
<string name="titleDrafts">草稿</string> <string name="titleDrafts">草稿</string>
<string name="versionUnsupportedOld">检测到不支持的 Gitea 旧版本(%1$s)。请更新到最新稳定版本。如果您继续,应用程序可能无法正常运行。</string> <string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly</string>
<string name="versionUnsupportedNew">检测到新的 Gitea 版本!请更新 GitNex</string> <string name="versionUnsupportedNew">检测到新的 Gitea 版本!请更新 GitNex</string>
<string name="versionUnknown">未检测到Gitea</string> <string name="versionUnknown">未检测到Gitea</string>
<string name="versionAlertDialogHeader">不支持的 Gitea 版本</string> <string name="versionAlertDialogHeader">不支持的 Gitea 版本</string>
<string name="loginViaPassword">用户名 / 密码</string> <string name="loginViaPassword">用户名 / 密码</string>
<string name="loginMethodText">建议您使用更安全的令牌方式进行登录。</string> <string name="loginMethodText">建议您使用更安全的令牌方式进行登录。</string>
<string name="unauthorizedApiError">令牌可能已失效,请检查后重试</string> <string name="unauthorizedApiError">令牌可能已失效,请检查后重试</string>
<string name="loginTokenError">请输入正确的令牌</string> <string name="loginTokenError">Token is required</string>
<string name="prDeletedFrok">已删除分叉</string> <string name="prDeletedFrok">已删除分叉</string>
<string name="noDataPullRequests">未找到拉取请求</string> <string name="noDataPullRequests">未找到拉取请求</string>
<string name="prCreator">创建者:\u0020</string> <string name="prCreator">创建者:\u0020</string>
@ -449,7 +452,7 @@
<string name="mergePullRequestButtonText">合并</string> <string name="mergePullRequestButtonText">合并</string>
<string name="deleteBranchAfterMerge">合并后删除分支</string> <string name="deleteBranchAfterMerge">合并后删除分支</string>
<string name="mergeNoteText">如果您没有被授权合并此拉取请求,合并可能失败。</string> <string name="mergeNoteText">如果您没有被授权合并此拉取请求,合并可能失败。</string>
<string name="mergeInfoDisabledMessage">禁止合并按钮意味着有冲突或合并前有其他东西需要修复。</string> <string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">该分支属于一个分叉存储库</string> <string name="deleteBranchForkInfo">该分支属于一个分叉存储库</string>
<string name="mergeCommentText">合并评论</string> <string name="mergeCommentText">合并评论</string>
<string name="mergePRSuccessMsg">拉取请求已成功合并</string> <string name="mergePRSuccessMsg">拉取请求已成功合并</string>
@ -462,6 +465,12 @@
<string name="waitLoadingDownloadFile">请等待文件加载到内存</string> <string name="waitLoadingDownloadFile">请等待文件加载到内存</string>
<string name="downloadFileSaved">文件保存成功</string> <string name="downloadFileSaved">文件保存成功</string>
<string name="excludeFilesInFileviewer">这个文件类型在文件查看器中不支持。从三个虚线菜单下载吗?</string> <string name="excludeFilesInFileviewer">这个文件类型在文件查看器中不支持。从三个虚线菜单下载吗?</string>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileText">Delete %1$s</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">大小</string> <string name="sizeCopy">大小</string>
<string name="shareIssue">分享问题</string> <string name="shareIssue">分享问题</string>
<string name="sharePr">分享拉取请求</string> <string name="sharePr">分享拉取请求</string>
@ -473,7 +482,7 @@
<!-- Memorizing Trust Manager --> <!-- Memorizing Trust Manager -->
<string name="mtm_notification">证书验证</string> <string name="mtm_notification">证书验证</string>
<string name="mtm_accept_cert">接受未知证书?</string> <string name="mtm_accept_cert">接受未知证书?</string>
<string name="mtm_trust_anchor">服务器证书未由已知的证书颁发机构签名。</string> <string name="mtm_trust_anchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtm_cert_expired">服务器证书已过期。</string> <string name="mtm_cert_expired">服务器证书已过期。</string>
<string name="mtm_accept_server_name">接受不匹配的服务器名称?</string> <string name="mtm_accept_server_name">接受不匹配的服务器名称?</string>
<string name="mtm_hostname_mismatch">服务器无法认证为\&quot;%s\&quot;。证书仅有效于:</string> <string name="mtm_hostname_mismatch">服务器无法认证为\&quot;%s\&quot;。证书仅有效于:</string>
@ -511,6 +520,13 @@
<string name="reportsHintText">崩溃报告</string> <string name="reportsHintText">崩溃报告</string>
<string name="archivedRepository">已存档</string> <string name="archivedRepository">已存档</string>
<string name="accountDeletedMessage">帐户删除成功</string> <string name="accountDeletedMessage">帐户删除成功</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications --> <!-- Notifications -->
<string name="pageTitleNotifications">通知</string> <string name="pageTitleNotifications">通知</string>
<string name="noDataNotifications">没有找到通知</string> <string name="noDataNotifications">没有找到通知</string>
@ -518,11 +534,11 @@
<string name="notificationsPollingHeaderText">通知轮询延迟</string> <string name="notificationsPollingHeaderText">通知轮询延迟</string>
<string name="pollingDelaySelectedText">%d 分钟</string> <string name="pollingDelaySelectedText">%d 分钟</string>
<string name="pollingDelayDialogHeaderText">选择轮询延迟</string> <string name="pollingDelayDialogHeaderText">选择轮询延迟</string>
<string name="pollingDelayDialogDescriptionText">选择GitNex尝试轮询新通知的分钟延迟。</string> <string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">标记为已读</string> <string name="markAsRead">标记为已读</string>
<string name="markAsUnread">标记为未读</string> <string name="markAsUnread">标记为未读</string>
<string name="pinNotification">固定通知</string> <string name="pinNotification">固定通知</string>
<string name="markedNotificationsAsRead">成功将所有通知标记为已读。</string> <string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="isRead">已读</string> <string name="isRead">已读</string>
<string name="isUnread">未读</string> <string name="isUnread">未读</string>
</resources> </resources>