Crowdin 2021-10-06 (#991)

as title

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/991
Reviewed-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-authored-by: 6543 <6543@noreply.codeberg.org>
Co-committed-by: 6543 <6543@noreply.codeberg.org>
This commit is contained in:
6543 2021-10-06 17:13:50 +02:00 committed by M M Arif
parent a08cf13382
commit 122c5c068d
16 changed files with 321 additions and 81 deletions

View File

@ -10,9 +10,7 @@
<string name="navAbout">عن التطبيق</string>
<string name="navRate">GitNex معدل</string>
<string name="navLogout">الخروج</string>
<string name="navExplore">استكشف</string>
<string name="navAdministration">Administration</string>
<string name="navSearchIssuesPulls">Search Issues</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">عن التطبيق</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts</string>
<string name="pageTitleNewPullRequest">New Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Demo repo</string>
<string name="repoFullName">Repo with ORG</string>
@ -155,6 +154,7 @@
<string name="milestoneNoDescription">No description</string>
<string name="milestoneIssueStatusOpen">%1$d Open</string>
<string name="milestoneIssueStatusClosed">%1$d Closed</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Select Assignees</string>
<string name="newIssueSelectLabelsListTitle">Select Labels</string>
<string name="newIssueTitle">العنوان</string>
@ -431,7 +431,10 @@
<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="genericCopyUrl">Copy URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Explore repositories</string>
<string name="starRepository">Star Repository</string>
<string name="unStarRepository">Unstar Repository</string>
@ -442,7 +445,7 @@
<string name="watchRepositorySuccess">تمت إضافة المستودع إلى قائمة المراقبة</string>
<string name="unWatchRepositorySuccess">تمت إزالة المستودع مِن قائمة المراقبة</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, some features may not work.</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
@ -460,6 +463,7 @@
<string name="fileDiffViewHeader">%1$s Files Changed</string>
<string name="fileDiffViewHeaderSingle">%1$s File Changed</string>
<string name="openFileDiffText">Files Changed</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Merge Pull Request</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -550,7 +554,7 @@
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
@ -631,4 +635,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">O aplikaci</string>
<string name="navRate">Ohodnotit GitNex</string>
<string name="navLogout">Odhlásit se</string>
<string name="navExplore">Prozkoumat</string>
<string name="navAdministration">Administrace</string>
<string name="navSearchIssuesPulls">Search Issues</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">O aplikaci</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Administrace Gitea</string>
<string name="pageTitleUserAccounts">Správa účtů</string>
<string name="pageTitleNewPullRequest">New Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Demo repozitář</string>
<string name="repoFullName">Repo with ORG</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">Bez popisu</string>
<string name="milestoneIssueStatusOpen">%1$d otevřených</string>
<string name="milestoneIssueStatusClosed">%1$d zavřených</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Vybrat pověřenou osobu</string>
<string name="newIssueSelectLabelsListTitle">Vybrat popisek</string>
<string name="newIssueTitle">Název</string>
@ -428,7 +428,10 @@
<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="genericCopyUrl">Copy URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Explore repositories</string>
<string name="starRepository">Star Repository</string>
<string name="unStarRepository">Unstar Repository</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Repository added to watch list</string>
<string name="unWatchRepositorySuccess">Repository removed from watch list</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, some features may not work.</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s Files Changed</string>
<string name="fileDiffViewHeaderSingle">%1$s File Changed</string>
<string name="openFileDiffText">Files Changed</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Merge Pull Request</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">Über</string>
<string name="navRate">Bewerte GitNex</string>
<string name="navLogout">Ausloggen</string>
<string name="navExplore">Erkunden</string>
<string name="navAdministration">Administration</string>
<string name="navSearchIssuesPulls">Issues Suche</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">Über</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Gitea-Administration</string>
<string name="pageTitleUserAccounts">Konten verwalten</string>
<string name="pageTitleNewPullRequest">Neuer Pull-Request</string>
<string name="pageTitleUsers">Benutzer</string>
<!-- page titles -->
<string name="repoName">Demo Repo</string>
<string name="repoFullName">Repo mit ORG</string>
@ -111,10 +110,10 @@
<string name="tabPullRequests">Pull Requests</string>
<string name="noDataIssueTab">Keine Issues gefunden!</string>
<string name="infoTabRepoSize">Größe</string>
<string name="infoTabRepoDefaultBranch">Standard Branch</string>
<string name="infoTabRepoSshUrl">SSH Link</string>
<string name="infoTabRepoDefaultBranch">Standard-Branch</string>
<string name="infoTabRepoSshUrl">SSH-URL</string>
<string name="infoTabRepoCloneUrl">Klon-URL</string>
<string name="infoTabRepoRepoUrl">Repository Link</string>
<string name="infoTabRepoRepoUrl">Repo-URL</string>
<string name="infoTabRepoForksCount">Anzahl an Forks</string>
<string name="infoTabRepoCreatedAt">Erstellt</string>
<string name="infoTabRepoUpdatedAt">Letzte Aktualisierung</string>
@ -139,7 +138,7 @@
<string name="noDataReleasesTab">Kein Release gefunden!</string>
<string name="releasePublishedBy">Veröffentlicht von @%1$s</string>
<string name="noReleaseBodyContent">Veröffentlichungshinweise werden vom Herausgeber nicht zur Verfügung gestellt.</string>
<string name="noDataCollaboratorTab">Kein Zuständiger gefunden!</string>
<string name="noDataCollaboratorTab">Keine Mitarbeiter gefunden</string>
<string name="newMilestoneTitle">Titel</string>
<string name="newMilestoneDescription">Beschreibung</string>
<string name="newMilestoneDueDate">Fälligkeitsdatum</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">Keine Beschreibung</string>
<string name="milestoneIssueStatusOpen">%1$d offen</string>
<string name="milestoneIssueStatusClosed">%1$d geschlossen</string>
<string name="selectMilestone">Meilensteine auswählen</string>
<string name="newIssueSelectAssigneesListTitle">Wählen Sie Zuständige aus</string>
<string name="newIssueSelectLabelsListTitle">Label auswählen</string>
<string name="newIssueTitle">Titel</string>
@ -197,10 +197,10 @@
<string name="themeSelectionHeaderText">Design</string>
<string name="settingsCounterBadges">Zähler für Tabs</string>
<string name="settingsFileViewerSourceCodeHeaderText">Quellcode-Design</string>
<string name="cacheSizeDataDialogHeader">Daten-Cache Größe</string>
<string name="cacheSizeDataSelectionHeaderText">Daten-Cache Größe</string>
<string name="cacheSizeImagesDialogHeader">Bilder-Cache Größe</string>
<string name="cacheSizeImagesSelectionHeaderText">Bilder-Cache Größe</string>
<string name="cacheSizeDataDialogHeader">Größe des Daten-Caches</string>
<string name="cacheSizeDataSelectionHeaderText">Größe des Daten-Caches</string>
<string name="cacheSizeImagesDialogHeader">Größe des Bilder-Caches</string>
<string name="cacheSizeImagesSelectionHeaderText">Größe des Bilder-Caches</string>
<string name="clearCacheSelectionHeaderText">Cache löschen</string>
<string name="clearCacheDialogHeader">Cache löschen?</string>
<string name="clearCacheDialogMessage">Dadurch werden alle Cache-Daten einschließlich Dateien und Bilder gelöscht.\n\nMit dem Löschen fortfahren?</string>
@ -220,7 +220,7 @@
<string name="createLabel">Label erstellen</string>
<string name="menuTitleText">Repo-Menü</string>
<string name="labelName">Beschriftung</string>
<string name="labelColor">Label Farbe</string>
<string name="labelColor">Farbe des Labels</string>
<string name="labelEmptyError">Name des Namens ist leer.</string>
<string name="labelNameError">Label Name ist ungültig.</string>
<string name="labelCreated">Label wurde erfolgreich erstellt!</string>
@ -268,7 +268,7 @@
<string name="newTeamDesc">Beschreibung des Teams</string>
<string name="newTeamPermission">Berechtigung</string>
<string name="newTeamAccessControls">Zugriffsrechte</string>
<string name="newTeamPermissionRead">Mitglieder können Team Repositorys einsehen und klonen.</string>
<string name="newTeamPermissionRead">Mitglieder können Team-Repositorys einsehen und klonen</string>
<string name="newTeamPermissionWrite">Mitglieder können auf Team-Repositories lesen und schreiben.</string>
<string name="newTeamPermissionAdmin">Mitglieder können auf Team-Repositories lesen, schreiben und Teilnehmer hinzufügen.</string>
<string name="teamNameEmpty">Bitte geben Sie den Teamnamen ein.</string>
@ -326,7 +326,7 @@
<!-- admin -->
<string name="adminCreateNewUser">Neuen Benutzer erstellen</string>
<string name="adminUsers">Systembenutzer</string>
<string name="userRoleAdmin">Administrator</string>
<string name="userRoleAdmin">Admin</string>
<string name="adminCron">Cron-Jobs</string>
<string name="adminCronScheduleHeader">Termin planen</string>
<string name="adminCronNextRunHeader">Nächster Durchlauf</string>
@ -365,7 +365,7 @@
<string name="loginOTP">OTP-Code (optional)</string>
<string name="otpMessage">Gib den Otp-Code ein, wenn 2FA eingeschaltet ist</string>
<string name="openWebRepo">Öffne mit Browser</string>
<string name="repoStargazersInMenu">Favorisierer</string>
<string name="repoStargazersInMenu">Favorisiert von</string>
<string name="repoWatchersInMenu">Beobachter</string>
<string name="noDataWebsite">Keine Webseite gefunden</string>
<string name="noDataDescription">Keine Beschreibung gefunden</string>
@ -428,7 +428,10 @@
<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="genericCopyUrl">Link kopieren</string>
<string name="genericWaitFor">Laden ... ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Benutzer erkunden</string>
<string name="exploreIssues">Issues erkunden</string>
<string name="exploreTextBoxHint">Repositories entdecken</string>
<string name="starRepository">Repository favorisieren</string>
<string name="unStarRepository">Repository nicht mehr favorisieren</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Repository zur Merkliste hinzugefügt</string>
<string name="unWatchRepositorySuccess">Repository von der Merkliste entfernt</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="versionUnknown">Keine Gitea erkannt!</string>
<string name="versionAlertDialogHeader">Nicht unterstützte Version von Gitea</string>
@ -450,15 +453,16 @@
<string name="prDeletedFork">Gelöschter Fork</string>
<string name="noDataPullRequests">Keine Pull-Requests gefunden</string>
<string name="prCreator">Ersteller:\u0020</string>
<string name="editPrText">Bearbeite Pull-Request</string>
<string name="editPrText">Pull-Request bearbeiten</string>
<string name="copyPrUrlText">Pull-Request URL kopieren</string>
<string name="editPrNavHeader">Bearbeite Pull-Request #%1$s</string>
<string name="editPrSuccessMessage">Pull-Request aktualisiert</string>
<string name="fileDiffViewHeader">%1$s Dateien geändert</string>
<string name="fileDiffViewHeaderSingle">%1$s Dateien geändert</string>
<string name="openFileDiffText">Diff Anzeigen</string>
<string name="openFileDiffText">Diff anzeigen</string>
<string name="updatePullRequestText">Pull Request aktualisieren</string>
<string name="mergePullRequestText">Pull-Request zusammenführen</string>
<string name="deletePrHeadBranch">Ziel-Branch löschen</string>
<string name="deletePrHeadBranch">Quell-Branch löschen</string>
<string name="deleteBranchSuccess">Branch erfolgreich gelöscht</string>
<string name="deleteBranchError">Branch konnte nicht gelöscht werden</string>
<string name="deleteBranchErrorNotFound">Branch existiert nicht</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Auf Konto umgeschaltet: %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Benachrichtigungen</string>
<string name="noDataNotifications">Keine Benachrichtigungen gefunden</string>
<string name="noDataNotifications">Keine Nachrichten 🚀</string>
<string name="notificationsPollingHeaderText">Benachrichtigungsverzögerung</string>
<string name="pollingDelaySelectedText">%d Minuten</string>
<string name="pollingDelayDialogHeaderText">Abfrageverzögerung auswählen</string>
@ -588,7 +592,7 @@
<string name="repoDeletionSuccess">Repository erfolgreich gelöscht</string>
<string name="repoSettingsTransferOwnership">Besitz übertragen</string>
<string name="repoSettingsTransferOwnershipHint">Dieses Repository an einen Benutzer oder eine Organisation übertragen, für die Sie Admin Rechte haben</string>
<string name="repoSettingsTransferOwnershipDescription">Dinge, die vor der Übertragung bekannt sind:\n\n- Du verlierst den Zugriff auf das Projekt, wenn es an einen Benutzer übertragen wird.\n- Du behälst den Zugriff auf das Projekt, wenn es an eine Organisation übertragen wird, die du (mit-)besitzt.\n\nGeben den Repository-Namen als Bestätigung ein</string>
<string name="repoSettingsTransferOwnershipDescription">Dinge, die vor der Übertragung bekannt sein sollten:\n\n- Du verlierst den Zugriff auf das Projekt, wenn es an einen Benutzer übertragen wird.\n- Du behälst den Zugriff auf das Projekt, wenn es an eine Organisation übertragen wird, die du (mit-)besitzt.\n\nGib den Repository-Namen als Bestätigung ein</string>
<string name="repoTransferText">Übertragung durchführen</string>
<string name="repoTransferOwnerText">Neuer Besitzer</string>
<string name="repoTransferSuccess">Repository erfolgreich übertragen</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Zeigt den Fortschritt laufender Downloads an</string>
<string name="lastUpdatedAt">Aktualisiert %s</string>
<string name="joined">Beigetreten</string>
<string name="userFollow">Folgen</string>
<string name="unfollowUser">Nicht mehr folgen</string>
<string name="unfollowedUser">Du folgst @%s nicht mehr</string>
<string name="nowFollowUser">Du folgst @%s</string>
<string name="unfollowingFailed">Benutzer konnte nicht entfolgt werden</string>
<string name="followingFailed">Nutzer konnte nicht gefolgt werden</string>
<string name="updatePrConflict">Der Pull Request enthält Konflikte. Bitte behebe diese und versuche es erneut.</string>
<string name="updatePrSuccess">Pull Request erfolgreich aktualisiert</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Update-Strategie auswählen</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">Sobre</string>
<string name="navRate">Valorar GitNex</string>
<string name="navLogout">Cerrar sesión</string>
<string name="navExplore">Explorar</string>
<string name="navAdministration">Administración</string>
<string name="navSearchIssuesPulls">Buscar incidencias</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">Sobre</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Administración de Gitea</string>
<string name="pageTitleUserAccounts">Gestionar Cuentas</string>
<string name="pageTitleNewPullRequest">Nuevo pull request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Repo Demo</string>
<string name="repoFullName">Repo con ORG</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">Sin descripción</string>
<string name="milestoneIssueStatusOpen">%1$d abiertos</string>
<string name="milestoneIssueStatusClosed">%1$d cerrados</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Selecciona personas asignadas</string>
<string name="newIssueSelectLabelsListTitle">Selecciona etiquetas</string>
<string name="newIssueTitle">Título</string>
@ -428,7 +428,10 @@
<string name="isClosed">Cerrado</string>
<string name="genericServerResponseError">Por el momento no se puede contactar con el servidor. Por favor, compruebe el statús del servidor y intentalo de nuevo</string>
<string name="genericCopyUrl">Copiar URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Explorar repositorios</string>
<string name="starRepository">Destacar repositorio</string>
<string name="unStarRepository">Eliminar de favoritos</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Añadido a la lista de los repositorios seguidos</string>
<string name="unWatchRepositorySuccess">Eliminado de la lista de los repositorios seguidos</string>
<string name="titleDrafts">Borradores</string>
<string name="versionUnsupportedOld">Se ha reconocido una versión (%1$s) de Gitea no compatible. Por favor actualice su instancia a la versión más reciente. Si usted continua, es posible que la app no funcione correctamente</string>
<string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, some features may not work.</string>
<string name="versionUnsupportedNew">Se ha reconocido una nueva version de Gitea! Por favor, ACTUALICE GitNex!</string>
<string name="versionUnknown">Gitea no reconocida!</string>
<string name="versionAlertDialogHeader">Versión de Gitea no compatible</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s archivos modificados</string>
<string name="fileDiffViewHeaderSingle">%1$s archivo modificado</string>
<string name="openFileDiffText">Archivos modificados</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Fusionar pull request</string>
<string name="deletePrHeadBranch">Eliminar la rama principal</string>
<string name="deleteBranchSuccess">Rama eliminada con éxito</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Cambio de la cuenta: %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notificaciones</string>
<string name="noDataNotifications">No se han encontrado notificaciones</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Retraso de notificaciones</string>
<string name="pollingDelaySelectedText">%d minutos</string>
<string name="pollingDelayDialogHeaderText">Seleccionar cantidad del retraso</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indica el progreso de las descargas en curso</string>
<string name="lastUpdatedAt">Actualizado %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">درباره ما</string>
<string name="navRate">به GitNex امتیاز دهید</string>
<string name="navLogout">خروج از حساب کاربری</string>
<string name="navExplore">گشت‌و‌گذار</string>
<string name="navAdministration">مدیریت</string>
<string name="navSearchIssuesPulls">جستجوی مسائل</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">درباره ما</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">مدیریت Gitea</string>
<string name="pageTitleUserAccounts">مدیریت حساب‌ها</string>
<string name="pageTitleNewPullRequest">ایجاد درخواست ادغام جدید</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">مخزن پیش نمایشی</string>
<string name="repoFullName">مخزن با ORG</string>
@ -155,6 +154,7 @@
<string name="milestoneNoDescription">بدون توضیح</string>
<string name="milestoneIssueStatusOpen">%1$d باز</string>
<string name="milestoneIssueStatusClosed">%1$d بسته شده</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Select Assignees</string>
<string name="newIssueSelectLabelsListTitle">برچسب‌ها را انتخاب کنید</string>
<string name="newIssueTitle">عنوان</string>
@ -431,7 +431,10 @@
<string name="isClosed">بسته</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string>
<string name="genericCopyUrl">روگیری نشانی</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">کشف مخزن‌ها</string>
<string name="starRepository">Star Repository</string>
<string name="unStarRepository">Unstar Repository</string>
@ -442,7 +445,7 @@
<string name="watchRepositorySuccess">Repository added to watch list</string>
<string name="unWatchRepositorySuccess">Repository removed from watch list</string>
<string name="titleDrafts">پیش نویس‌ها</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, some features may not work.</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">هیچ Gitea تشخیص داده نشد!</string>
<string name="versionAlertDialogHeader">نگارش پشتیبانی نشده Gitea</string>
@ -460,6 +463,7 @@
<string name="fileDiffViewHeader">%1$s پرونده تغییر یافت</string>
<string name="fileDiffViewHeaderSingle">%1$s پرونده تغییر یافت</string>
<string name="openFileDiffText">پرونده‌های تغییر یافته</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Merge Pull Request</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -550,7 +554,7 @@
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">آگاهی‌ها</string>
<string name="noDataNotifications">هیچ آگاهی یافت نشد</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d دقیقه</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
@ -631,4 +635,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">Tietoja</string>
<string name="navRate">Anna palautetta</string>
<string name="navLogout">Kirjaudu ulos</string>
<string name="navExplore">Explore</string>
<string name="navAdministration">Administration</string>
<string name="navSearchIssuesPulls">Search Issues</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">Tietoja</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts</string>
<string name="pageTitleNewPullRequest">New Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Demo repo</string>
<string name="repoFullName">Repo with ORG</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">No description</string>
<string name="milestoneIssueStatusOpen">%1$d Open</string>
<string name="milestoneIssueStatusClosed">%1$d Closed</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Select Assignees</string>
<string name="newIssueSelectLabelsListTitle">Select Labels</string>
<string name="newIssueTitle">Title</string>
@ -428,7 +428,10 @@
<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="genericCopyUrl">Copy URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Explore repositories</string>
<string name="starRepository">Star Repository</string>
<string name="unStarRepository">Unstar Repository</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Repository added to watch list</string>
<string name="unWatchRepositorySuccess">Repository removed from watch list</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, some features may not work.</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s Files Changed</string>
<string name="fileDiffViewHeaderSingle">%1$s File Changed</string>
<string name="openFileDiffText">Files Changed</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Merge Pull Request</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">À propos</string>
<string name="navRate">Noter GitNex</string>
<string name="navLogout">Déconnexion</string>
<string name="navExplore">Explorer</string>
<string name="navAdministration">Administration</string>
<string name="navSearchIssuesPulls">Rechercher des tickets</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">À propos</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Administration de Gitea</string>
<string name="pageTitleUserAccounts">Gestion des comptes</string>
<string name="pageTitleNewPullRequest">Nouvelle demande de tirage</string>
<string name="pageTitleUsers">Utilisateurs</string>
<!-- page titles -->
<string name="repoName">Dépôt de démonstration</string>
<string name="repoFullName">Nom complet du dépôt</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">Pas de description</string>
<string name="milestoneIssueStatusOpen">%1$d ouvert</string>
<string name="milestoneIssueStatusClosed">%1$d fermé</string>
<string name="selectMilestone">Sélectionner un jalon</string>
<string name="newIssueSelectAssigneesListTitle">Assignés</string>
<string name="newIssueSelectLabelsListTitle">Sélectionner des étiquettes</string>
<string name="newIssueTitle">Titre</string>
@ -428,7 +428,10 @@
<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="genericCopyUrl">Copier lURL</string>
<string name="genericWaitFor">Attendez un instant ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Voir les utilisateurs</string>
<string name="exploreIssues">Voir les tickets</string>
<string name="exploreTextBoxHint">Explorer les dépôts</string>
<string name="starRepository">Ajouter aux favoris</string>
<string name="unStarRepository">Retirer des favoris</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Vous suivez ce dépôt</string>
<string name="unWatchRepositorySuccess">Vous ne suivez plus ce dépôt</string>
<string name="titleDrafts">Brouillons</string>
<string name="versionUnsupportedOld">Ancienne version de Gitea détectée (%1$s). Faire la mise à jour vers la dernière version stable est fortement recommandé.</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="versionUnsupportedNew">Nouvelle version de Gitea détectée ! Veuillez mettre à jour GitNex !</string>
<string name="versionUnknown">Aucun serveur Gitea détecté !</string>
<string name="versionAlertDialogHeader">Version de Gitea non prise en charge</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s fichiers modifiés</string>
<string name="fileDiffViewHeaderSingle">%1$s fichier modifié</string>
<string name="openFileDiffText">Fichiers modifiés</string>
<string name="updatePullRequestText">Mettre à jour la demande de tirage</string>
<string name="mergePullRequestText">Fusionner la demande de tirage</string>
<string name="deletePrHeadBranch">Supprimer la branche courante</string>
<string name="deleteBranchSuccess">Branche supprimée</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Passé au compte : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">Aucune notification</string>
<string name="noDataNotifications">Cest parti 🚀</string>
<string name="notificationsPollingHeaderText">Période de scrutation</string>
<string name="pollingDelaySelectedText">%d minutes</string>
<string name="pollingDelayDialogHeaderText">Période de scrutation</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indique la progression des téléchargements</string>
<string name="lastUpdatedAt">%s mis à jour</string>
<string name="joined">Inscrit</string>
<string name="userFollow">Suivre</string>
<string name="unfollowUser">Ne plus suivre</string>
<string name="unfollowedUser">Vous ne suivez plus %s</string>
<string name="nowFollowUser">Vous suivez @%s</string>
<string name="unfollowingFailed">Impossible de ne plus suivre lutilisateur</string>
<string name="followingFailed">Impossible de suivre lutilisateur</string>
<string name="updatePrConflict">La requête de tirage est en conflit avec la branche principale. Veuillez résoudre ce conflit, puis réessayez.</string>
<string name="updatePrSuccess">Requête de tirage créée</string>
<string name="updateStrategyMerge">Fusionner</string>
<string name="updateStrategyRebase">Rebaser</string>
<string name="selectUpdateStrategy">Stratégie de mise à jour</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">Info su</string>
<string name="navRate">Valuta GitNex</string>
<string name="navLogout">Esci</string>
<string name="navExplore">Esplora</string>
<string name="navAdministration">Amministrazione</string>
<string name="navSearchIssuesPulls">Cerca segnalazioni</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">Info su</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Amministrazione Gitea</string>
<string name="pageTitleUserAccounts">Gestione Account</string>
<string name="pageTitleNewPullRequest">Nuova Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Demo repo</string>
<string name="repoFullName">Repo con ORG</string>
@ -153,6 +152,7 @@ URL è richiesto</string>
<string name="milestoneNoDescription">Nessuna descrizione</string>
<string name="milestoneIssueStatusOpen">%1$d Aperto</string>
<string name="milestoneIssueStatusClosed">%1$d Chiuso</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Seleziona Assegnatari</string>
<string name="newIssueSelectLabelsListTitle">Seleziona labels</string>
<string name="newIssueTitle">Titolo</string>
@ -430,7 +430,10 @@ autorizzazione</string>
<string name="isClosed">Chiuso</string>
<string name="genericServerResponseError">Al momento non possiamo raggiungere il server, controlla lo stato del tuo server e riprova</string>
<string name="genericCopyUrl">Copia l\'URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Esplora i repository</string>
<string name="starRepository">Repository star</string>
<string name="unStarRepository">Unstar Repository</string>
@ -441,7 +444,7 @@ autorizzazione</string>
<string name="watchRepositorySuccess">Repository aggiunto alla watch list</string>
<string name="unWatchRepositorySuccess">Repository rimosso dalla watchlist</string>
<string name="titleDrafts">Bozze</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, some features may not work.</string>
<string name="versionUnsupportedNew">Nuova versione di Gitea rilevata! Si prega di AGGIORNARE GitNex!</string>
<string name="versionUnknown">Nessun Gitea rilevato!</string>
<string name="versionAlertDialogHeader">Versione non supportata di Gitea</string>
@ -459,6 +462,7 @@ autorizzazione</string>
<string name="fileDiffViewHeader">%1$s File modificati</string>
<string name="fileDiffViewHeaderSingle">%1$s File modificati</string>
<string name="openFileDiffText">File modificati</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Unisci Pull Request</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -549,7 +553,7 @@ autorizzazione</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifiche</string>
<string name="noDataNotifications">Nessuna notifica trovata</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Intervallo di ricerca notifiche</string>
<string name="pollingDelaySelectedText">%d Minuti</string>
<string name="pollingDelayDialogHeaderText">Seleziona l\'intervallo per la ricerca</string>
@ -630,4 +634,15 @@ autorizzazione</string>
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">Par</string>
<string name="navRate">Rate GitNex</string>
<string name="navLogout">Logout</string>
<string name="navExplore">Izpētīt</string>
<string name="navAdministration">Administration</string>
<string name="navSearchIssuesPulls">Search Issues</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">Par</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts</string>
<string name="pageTitleNewPullRequest">New Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Demo repo</string>
<string name="repoFullName">Repo with ORG</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">No description</string>
<string name="milestoneIssueStatusOpen">%1$d Open</string>
<string name="milestoneIssueStatusClosed">%1$d Closed</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Select Assignees</string>
<string name="newIssueSelectLabelsListTitle">Select Labels</string>
<string name="newIssueTitle">Title</string>
@ -428,7 +428,10 @@
<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="genericCopyUrl">Copy URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Explore repositories</string>
<string name="starRepository">Star Repository</string>
<string name="unStarRepository">Unstar Repository</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Repository added to watch list</string>
<string name="unWatchRepositorySuccess">Repository removed from watch list</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, some features may not work.</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s Files Changed</string>
<string name="fileDiffViewHeaderSingle">%1$s File Changed</string>
<string name="openFileDiffText">Files Changed</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Merge Pull Request</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">O programie</string>
<string name="navRate">Oceń GitNex</string>
<string name="navLogout">Wyloguj się</string>
<string name="navExplore">Przeglądaj</string>
<string name="navAdministration">Administracja</string>
<string name="navSearchIssuesPulls">Wyszukaj problemy</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">O programie</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Administracja Gitea</string>
<string name="pageTitleUserAccounts">Zarządzaj Kontami</string>
<string name="pageTitleNewPullRequest">Nowy Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Repozytorium demo</string>
<string name="repoFullName">Repozytorium z ORG</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">Brak opisu</string>
<string name="milestoneIssueStatusOpen">%1$d Open</string>
<string name="milestoneIssueStatusClosed">%1$d Closed</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Wybierz przypisane osoby</string>
<string name="newIssueSelectLabelsListTitle">Wybierz etykiety</string>
<string name="newIssueTitle">Tytuł</string>
@ -428,7 +428,10 @@
<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="genericCopyUrl">Kopiuj adres URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Przeglądaj repozytoria</string>
<string name="starRepository">Ogwiazdkuj repozytorium</string>
<string name="unStarRepository">Odgwiazdkuj repozytorium</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Repozytorium dodane do listy obserwowanych</string>
<string name="unWatchRepositorySuccess">Repozytorium usunięte z listy obserwacyjnej</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, some features may not work.</string>
<string name="versionUnsupportedNew">Wykryto nową wersję Gitea! Proszę ZAKTUALIZOWAĆ GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Nieobsługiwana wersja Gitea</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s Plików zmienionych</string>
<string name="fileDiffViewHeaderSingle">%1$s Plik zmieniony</string>
<string name="openFileDiffText">Pliki zmienione</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Scal Pull Request</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Powiadomienia</string>
<string name="noDataNotifications">Brak powiadomień</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minut(y)</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Zaktualizowano %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">Sobre</string>
<string name="navRate">Avalie o GitNex</string>
<string name="navLogout">Sair</string>
<string name="navExplore">Explorar</string>
<string name="navAdministration">Administração</string>
<string name="navSearchIssuesPulls">Pesquisar incidentes</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">Sobre</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Administração de Gitea</string>
<string name="pageTitleUserAccounts">Gerenciar contas</string>
<string name="pageTitleNewPullRequest">Novo Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Repo demo</string>
<string name="repoFullName">Repo com ORG</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">Sem descrição</string>
<string name="milestoneIssueStatusOpen">%1$d Aberto</string>
<string name="milestoneIssueStatusClosed">%1$d Fechado</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Selecionar designados</string>
<string name="newIssueSelectLabelsListTitle">Selecionar marcadores</string>
<string name="newIssueTitle">Título</string>
@ -428,7 +428,10 @@
<string name="isClosed">Fechado</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">Copiar URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Explorar repositórios</string>
<string name="starRepository">Favoritar repositório</string>
<string name="unStarRepository">Desfavoritar repositório</string>
@ -439,7 +442,7 @@
<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="titleDrafts">Rascunhos</string>
<string name="versionUnsupportedOld">Foi detectada uma versão(%1$s) de Gitea desatualizada e sem suporte. Por favor, atualize para a versão mais recente. 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, some features may not work.</string>
<string name="versionUnsupportedNew">Nova versão do Gitea detectada! Por favor, ATUALIZE o GitNex!</string>
<string name="versionUnknown">Gitea não detectado!</string>
<string name="versionAlertDialogHeader">Versão do Gitea não suportada</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s Arquivos Alterados</string>
<string name="fileDiffViewHeaderSingle">%1$s Arquivo Alterado</string>
<string name="openFileDiffText">Arquivos alterados</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Aplicar merge do Pull Request</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Alterado para a conta : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notificações</string>
<string name="noDataNotifications">Sem notificações</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Atraso da Enquete das Notificações</string>
<string name="pollingDelaySelectedText">%d Minutos</string>
<string name="pollingDelayDialogHeaderText">Selecionar atraso da votação</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">О программе</string>
<string name="navRate">Оценить GitNex</string>
<string name="navLogout">Выход</string>
<string name="navExplore">Обзор</string>
<string name="navAdministration">Администрирование</string>
<string name="navSearchIssuesPulls">Поиск задач</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">О программе</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Администрирование Gitea</string>
<string name="pageTitleUserAccounts">Управление аккаунтами</string>
<string name="pageTitleNewPullRequest">Новый запрос на слияние</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Демо репозиторий</string>
<string name="repoFullName">Репозиторий с организацией</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">Нет описания</string>
<string name="milestoneIssueStatusOpen">%1$d Открыта</string>
<string name="milestoneIssueStatusClosed">%1$d Закрыта</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Выбрать назначения</string>
<string name="newIssueSelectLabelsListTitle">Выбрать метки</string>
<string name="newIssueTitle">Заголовок</string>
@ -428,7 +428,10 @@
<string name="isClosed">Закрыто</string>
<string name="genericServerResponseError">На данный момент мы не можем подключиться к серверу, пожалуйста, проверьте статус вашего сервера и повторите попытку</string>
<string name="genericCopyUrl">Копировать URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Просмотреть репозитории</string>
<string name="starRepository">Репозиторий в избранное</string>
<string name="unStarRepository">Убрать из избранного</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Репозиторий добавлен в список наблюдения</string>
<string name="unWatchRepositorySuccess">Репозиторий удален из списка наблюдения</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, some features may not work.</string>
<string name="versionUnsupportedNew">Обнаружена новая версия Gitea! Пожалуйста, ОБНОВИТЕ GitNex!</string>
<string name="versionUnknown">Gitea не обнаружен!</string>
<string name="versionAlertDialogHeader">Неподдерживаемая версия Gitea</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s файлов изменено</string>
<string name="fileDiffViewHeaderSingle">%1$s файл изменен</string>
<string name="openFileDiffText">Измененные файлы</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Принять запрос на слияние</string>
<string name="deletePrHeadBranch">Удалить текущую ветку</string>
<string name="deleteBranchSuccess">Ветка удалена успешно</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Переключено на аккаунт: %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Уведомления</string>
<string name="noDataNotifications">Уведомления не найдены</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Задержка опроса уведомлений</string>
<string name="pollingDelaySelectedText">%d Минут</string>
<string name="pollingDelayDialogHeaderText">Выбрать задержку опроса</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Указывает на прогресс текущих загрузок</string>
<string name="lastUpdatedAt">Обновлено %s</string>
<string name="joined">Присоединился</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">О програму</string>
<string name="navRate">Оцени GitNex</string>
<string name="navLogout">Одјави ме</string>
<string name="navExplore">Претражи репозиторијуме</string>
<string name="navAdministration">Administration</string>
<string name="navSearchIssuesPulls">Search Issues</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">О програму</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts</string>
<string name="pageTitleNewPullRequest">New Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Демо репозиторијум</string>
<string name="repoFullName">Репозиторијум са ORG</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">No description</string>
<string name="milestoneIssueStatusOpen">%1$d Open</string>
<string name="milestoneIssueStatusClosed">%1$d Closed</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Додели задатак</string>
<string name="newIssueSelectLabelsListTitle">Одабери ознаке</string>
<string name="newIssueTitle">Наслов</string>
@ -428,7 +428,10 @@
<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="genericCopyUrl">Copy URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Претражи репозиторијуме</string>
<string name="starRepository">Додај у омиљене</string>
<string name="unStarRepository">Уклони из омиљених</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Сад пратиш овај репозиторијум</string>
<string name="unWatchRepositorySuccess">Више не пратиш овај репозиторијум</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, some features may not work.</string>
<string name="versionUnsupportedNew">Нова верзија програма Gitea је детектована! Ажурирај GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Верзија програма Gitea коју тренутно користиш није подржана</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s фајлова је измењено</string>
<string name="fileDiffViewHeaderSingle">%1$s фајл је измењен</string>
<string name="openFileDiffText">Фајлови су измењени</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Обједини пул захтев</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">Hakkında</string>
<string name="navRate">GitNex\'i Puanla</string>
<string name="navLogout">Çıkış Yap</string>
<string name="navExplore">Keşfet</string>
<string name="navAdministration">Administration</string>
<string name="navSearchIssuesPulls">Search Issues</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">Hakkında</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Gitea Administration</string>
<string name="pageTitleUserAccounts">Manage Accounts</string>
<string name="pageTitleNewPullRequest">New Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Demo deposu</string>
<string name="repoFullName">ORG ile Depo</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">No description</string>
<string name="milestoneIssueStatusOpen">%1$d Open</string>
<string name="milestoneIssueStatusClosed">%1$d Closed</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Atanan Seç</string>
<string name="newIssueSelectLabelsListTitle">Etiket Seç</string>
<string name="newIssueTitle">Başlık</string>
@ -428,7 +428,10 @@
<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="genericCopyUrl">Copy URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Depoları keşfet</string>
<string name="starRepository">Depoyu Yıldızla</string>
<string name="unStarRepository">Depo Yıldızını Kaldır</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Depo izleme listesine eklendi</string>
<string name="unWatchRepositorySuccess">Depo izleme listesinden kaldırıldı</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, some features may not work.</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="versionAlertDialogHeader">Desteklenmeyen Gitea Versiyonu</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s Dosya Değiştirildi</string>
<string name="fileDiffViewHeaderSingle">%1$s Dosya Değiştirildi</string>
<string name="openFileDiffText">Dosya Değiştirildi</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Değişiklik İsteğini Birleştir</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">Про додаток</string>
<string name="navRate">Оцінити GitNex</string>
<string name="navLogout">Вийти</string>
<string name="navExplore">Огляд</string>
<string name="navAdministration">Адміністрування</string>
<string name="navSearchIssuesPulls">Search Issues</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">Про додаток</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Адміністрування Gitea</string>
<string name="pageTitleUserAccounts">Manage Accounts</string>
<string name="pageTitleNewPullRequest">New Pull Request</string>
<string name="pageTitleUsers">Users</string>
<!-- page titles -->
<string name="repoName">Демо-репозиторій</string>
<string name="repoFullName">Репозиторій з організацією</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">Опис відсутній</string>
<string name="milestoneIssueStatusOpen">%1$d Відкрито</string>
<string name="milestoneIssueStatusClosed">%1$d закрито</string>
<string name="selectMilestone">Select Milestone</string>
<string name="newIssueSelectAssigneesListTitle">Оберіть виконавців</string>
<string name="newIssueSelectLabelsListTitle">Оберіть мітки</string>
<string name="newIssueTitle">Назва</string>
@ -428,7 +428,10 @@
<string name="isClosed">Закриті</string>
<string name="genericServerResponseError">На даний момент ми не можемо зв\'язатися з сервером, будь ласка, перевірте статус вашого сервера і спробуйте ще раз</string>
<string name="genericCopyUrl">Copy URL</string>
<string name="genericWaitFor">Hold on ☕</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Переглянути репозиторії</string>
<string name="starRepository">Репозиторій у обране</string>
<string name="unStarRepository">Вилучити репозиторій з обраного</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">Репозиторій додано до списку спостереження</string>
<string name="unWatchRepositorySuccess">Репозиторій видалено зі списку спостереження</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, some features may not work.</string>
<string name="versionUnsupportedNew">Виявлено нову версію Gitea! Будь ласка, ОНОВІТЬ GitNex!</string>
<string name="versionUnknown">Gitea не виявлено!</string>
<string name="versionAlertDialogHeader">Непідтримувана версія Gitea</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s файлів змінено</string>
<string name="fileDiffViewHeaderSingle">%1$s файл змінено</string>
<string name="openFileDiffText">Змінені файли</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="mergePullRequestText">Об\'єднати запит на злиття</string>
<string name="deletePrHeadBranch">Delete head branch</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">No notifications found</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">Indicates the progress of ongoing downloads</string>
<string name="lastUpdatedAt">Updated %s</string>
<string name="joined">Joined</string>
<string name="userFollow">Follow</string>
<string name="unfollowUser">Unfollow</string>
<string name="unfollowedUser">Unfollowed @%s</string>
<string name="nowFollowUser">You now follow @%s</string>
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
<string name="followingFailed">Couldn\'t follow user</string>
<string name="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
</resources>

View File

@ -10,9 +10,7 @@
<string name="navAbout">关于</string>
<string name="navRate">五星好评!</string>
<string name="navLogout">退出</string>
<string name="navExplore">探索</string>
<string name="navAdministration">管理</string>
<string name="navSearchIssuesPulls">搜索问题</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleAbout">关于</string>
@ -30,7 +28,7 @@
<string name="pageTitleCredits">鸣谢</string>
<string name="pageTitleChooseBranch">选择分支</string>
<string name="pageTitleLabelUpdate">更新标签</string>
<string name="pageTitleSponsors">赞助商</string>
<string name="pageTitleSponsors">捐赠人</string>
<string name="pageTitleStarredRepos">已点赞</string>
<string name="pageTitleCreateTeam">创建团队</string>
<string name="pageTitleAddEmail">添加电子邮件地址</string>
@ -39,6 +37,7 @@
<string name="pageTitleAdministration">Gitea 管理</string>
<string name="pageTitleUserAccounts">管理账户</string>
<string name="pageTitleNewPullRequest">新拉取请求</string>
<string name="pageTitleUsers">用户</string>
<!-- page titles -->
<string name="repoName">演示仓库</string>
<string name="repoFullName">有组织的存储库</string>
@ -152,6 +151,7 @@
<string name="milestoneNoDescription">无描述</string>
<string name="milestoneIssueStatusOpen">%1$d开启</string>
<string name="milestoneIssueStatusClosed">%1$d 已关闭</string>
<string name="selectMilestone">选择里程碑</string>
<string name="newIssueSelectAssigneesListTitle">选择受理人</string>
<string name="newIssueSelectLabelsListTitle">选择标签</string>
<string name="newIssueTitle">标题</string>
@ -428,7 +428,10 @@
<string name="isClosed">已关闭</string>
<string name="genericServerResponseError">目前我们无法访问服务器,请检查您的服务器状态,然后重试</string>
<string name="genericCopyUrl">复制 URL</string>
<string name="genericWaitFor">等一下 ☕</string>
<!-- generic copy -->
<string name="exploreUsers">探索用户</string>
<string name="exploreIssues">探索问题</string>
<string name="exploreTextBoxHint">探索仓库</string>
<string name="starRepository">星级仓库</string>
<string name="unStarRepository">从仓库中删除星星</string>
@ -439,7 +442,7 @@
<string name="watchRepositorySuccess">仓库已添加到关注列表</string>
<string name="unWatchRepositorySuccess">仓库已从关注列表中删除</string>
<string name="titleDrafts">草稿</string>
<string name="versionUnsupportedOld">检测到不支持的 Gitea 旧版本(%1$s)。请更新到最新稳定版。如果您继续,应用程序可能无法正常运行。</string>
<string name="versionUnsupportedOld">检测到不支持的 Gitea 旧版本 (%1$s)。请更新到最新稳定版。如果您继续,应用程序可能无法正常运行。</string>
<string name="versionUnsupportedNew">检测到新的 Gitea 版本!请更新 GitNex</string>
<string name="versionUnknown">未检测到Gitea</string>
<string name="versionAlertDialogHeader">不支持的 Gitea 版本</string>
@ -457,6 +460,7 @@
<string name="fileDiffViewHeader">%1$s 文件已更改</string>
<string name="fileDiffViewHeaderSingle">%1$s 文件已更改</string>
<string name="openFileDiffText">文件已更改</string>
<string name="updatePullRequestText">更新拉取请求</string>
<string name="mergePullRequestText">合并拉取请求</string>
<string name="deletePrHeadBranch">删除 head 分支</string>
<string name="deleteBranchSuccess">已成功删除分支</string>
@ -547,7 +551,7 @@
<string name="switchAccountSuccess">已切换到账户: %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">通知</string>
<string name="noDataNotifications">没有找到通知</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">通知轮询延迟</string>
<string name="pollingDelaySelectedText">%d 分钟</string>
<string name="pollingDelayDialogHeaderText">选择轮询延迟</string>
@ -628,4 +632,15 @@
<string name="fileViewerNotificationChannelDescription">显示当前下载的进度</string>
<string name="lastUpdatedAt">更新于 %s</string>
<string name="joined">已加入</string>
<string name="userFollow">关注</string>
<string name="unfollowUser">取消关注</string>
<string name="unfollowedUser">已取消关注 @%s</string>
<string name="nowFollowUser">你已关注 @%s</string>
<string name="unfollowingFailed">无法取关用户</string>
<string name="followingFailed">无法关注用户</string>
<string name="updatePrConflict">此拉取请求与 Base 分支冲突。请解决该冲突并再次尝试</string>
<string name="updatePrSuccess">成功更新了拉取请求</string>
<string name="updateStrategyMerge">合并</string>
<string name="updateStrategyRebase">变基</string>
<string name="selectUpdateStrategy">选择更新策略</string>
</resources>