1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2025-03-10 00:20:16 +01:00

7.0 release

This commit is contained in:
M M Arif 2025-01-21 18:38:55 +05:00
parent cad36de367
commit 4d6daf3e9e
29 changed files with 493 additions and 310 deletions

View File

@ -32,16 +32,18 @@ steps:
push-git:
image: alpine/git
environment:
# Information that should be used when authoring a commit
- GIT_AUTHOR_NAME=gitnexbot
- GIT_AUTHOR_EMAIL=gitnexbot@noreply.codeberg.org
- GIT_COMMIT_MESSAGE=Translation updates from Crowdin [CI SKIP]
# Basic information concerning the repo that
- GITEA_HOST=codeberg.org
- GITEA_REPOSITORY=gitnex/GitNex
- GITEA_BRANCH=main
# Token that should be used to authenticate against the gitea instance
# - BOT_TOKEN=secret
GIT_AUTHOR_NAME:
from_secret: GIT_AUTHOR_NAME
GIT_AUTHOR_EMAIL:
from_secret: GIT_AUTHOR_EMAIL
GIT_COMMIT_MESSAGE:
from_secret: GIT_COMMIT_MESSAGE
GITEA_HOST:
from_secret: GITEA_HOST
GITEA_REPOSITORY:
from_secret: GITEA_REPOSITORY
GITEA_BRANCH:
from_secret: GITEA_BRANCH
BOT_TOKEN:
from_secret: BOT_TOKEN
commands:

View File

@ -8,8 +8,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 23
targetSdkVersion 35
versionCode 695
versionName "7.0.0-dev"
versionCode 700
versionName "7.0.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
compileSdk 35

View File

@ -10,11 +10,11 @@
<string name="navAbout">عن التطبيق</string>
<string name="navRate">GitNex معدل</string>
<string name="navLogout">تسجيل الخروج</string>
<string name="navAdministration">Instance Administration</string>
<string name="navAdministration">إدارة الجلسة</string>
<string name="navMyIssues">قضاياي</string>
<string name="navMostVisited">المستودعات الأكثر زيارة</string>
<string name="navNotes">الملاحظات</string>
<string name="navAccount">Account Settings</string>
<string name="navAccount">إعدادات الحساب</string>
<string name="navWatchedRepositories">Watched Repositories</string>
<!-- menu items -->
<!-- page titles -->
@ -32,7 +32,7 @@
<string name="pageTitleAddEmail">إضافة عنوان بريد الكتروني</string>
<string name="pageTitleNewFile">مِلف جديد</string>
<string name="pageTitleExplore">استكشف</string>
<string name="pageTitleAdministration">Administration</string>
<string name="pageTitleAdministration">الإدارة</string>
<string name="pageTitleNewPullRequest">طلب دمج جديد</string>
<string name="pageTitleUsers">المُستخدمون</string>
<string name="pageTitleAddRepository">Add Repository</string>
@ -66,7 +66,8 @@
<string name="emptyFieldUsername">اسم المستخدم مطلوب</string>
<string name="emptyFieldPassword">كلمة المرور مطلوبة</string>
<string name="protocolEmptyError">البروتوكول مطلوب</string>
<string name="instanceHelperText">Enter URL without http or https. Example: codeberg.org</string>
<string name="instanceHelperText">أدخل العنوان بدون http أو https. مثل:
Codeberg.org</string>
<string name="checkNetConnection">لا يمكن الوصول إلى الشبكة، رجاءً تحقق اتصالك بالإنترنت</string>
<string name="repoNameErrorEmpty">اسم المستودع فارغ</string>
<string name="repoNameErrorInvalid">اسم المستودع غير صالح. [a&#8211;z A&#8211;Z 0&#8211;9 &#8211; _]</string>
@ -96,7 +97,6 @@
<string name="tabTextFiles">المِلفات</string>
<string name="tabTextMl">المراحل</string>
<string name="tabTextReleases">اﻹصدارات</string>
<string name="tabTextBranches">الفروع</string>
<string name="tabTextCollaborators">المتعاونون</string>
<string name="tabPullRequests">طلبات الدمج</string>
<string name="pullRequest">طلب دمج</string>
@ -199,17 +199,17 @@
<string name="fragmentTabsAnimationHeader">Tabs Animation</string>
<string name="fadeOut">Fade Out</string>
<string name="zoomOut">Zoom Out</string>
<string name="backup">Backup</string>
<string name="restore">Restore</string>
<string name="backup">التخزين الإحتياطي</string>
<string name="restore">الإسترجاع</string>
<string name="backupFileSuccess">The backup was successfully created</string>
<string name="backupFileError">An error occurred while creating a data backup</string>
<string name="backupFilePopupText">This action will backup your accounts, settings, notes, and data related to repositories.\n\nClick the Backup button to download the backup file.</string>
<string name="restoreFilePopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, notes, and data related to repositories.\n\nPlease note this action will overwrite the current database data. Proceed with caution.\n\nClick Restore to start the process.</string>
<string name="restoreError">An error occurred while restoring from the backup file.</string>
<string name="restoreFromBackup">Restore from Backup</string>
<string name="restoreError">حدث خطأ اثناء عملية الإسترجاع من ملف التخزين الإحتياطي.</string>
<string name="restoreFromBackup">الإسترجاع من التخزين الإحتياطي</string>
<string name="restoreFromBackupPopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, notes, and data related to repositories.\n\nClick Restore to start the process.</string>
<string name="hideEmailLangInProfileHeader">Set Email and Language as Private</string>
<string name="hideEmailLangInProfileHint">You can set your email and language to private to hide them on your profile screen</string>
<string name="hideEmailLangInProfileHeader">إعداد البريد الإلكتروني و اللغة إلى وضع الخصوصية</string>
<string name="hideEmailLangInProfileHint">يمكنكم إعداد البريد الإلكتروني و اللغة إلى وضع الخصوصية لإخفائهما من صفحة حسابكم</string>
<string name="hideEmailNavDrawerHeader">Hide Email in Drawer</string>
<string name="hideEmailNavDrawerHint">You can enable this option to hide your email in the app navigation drawer</string>
<!-- settings -->
@ -252,7 +252,7 @@
<string name="repoRemovedMessage">أُزيل المستودع من الفريق بنجاح</string>
<string name="repoAddToTeamMessage">إضافة المستودع %1$s لمنظمة %2$s فريق %3$s</string>
<string name="repoRemoveTeamMessage">إزالة المستودع %1$s من الفريق %2$s</string>
<string name="addRemoveMember">Add / Remove Member</string>
<string name="addRemoveMember">إضافة \ إزالة فرد</string>
<!-- org tabbed layout str -->
<!-- create team -->
<string name="newTeamTitle">اسم الفريق</string>
@ -287,21 +287,21 @@
<string name="profileTabFollowers">المتابِعون</string>
<string name="profileTabFollowing">المتابَعون</string>
<string name="editSettings">Edit Profile</string>
<string name="hideActivity">Hide Activity from profile page</string>
<string name="hideEmail">Hide Email</string>
<string name="profileUpdate">Profile updated</string>
<string name="hideActivity">إخفاء النشاطات من صفحة الحساب</string>
<string name="hideEmail">إخفاء البريد الإلكتروني</string>
<string name="profileUpdate">تم تحديث حسابكم بنجاح</string>
<!-- profile section -->
<!-- account settings -->
<string name="accountEmails">Emails</string>
<string name="accountEmailTitle">Email Address</string>
<string name="accountEmailTitle">عنوان البريد الإلكتروني</string>
<string name="emailAddedText">أُضيف البريد الإلكتروني الجديد بنجاح</string>
<string name="emailErrorEmpty">عنوان البريد الإلكتروني فارغ</string>
<string name="emailErrorInvalid">عنوان البريد الإلكتروني غير صالح</string>
<string name="emailErrorInUse">عنوان البريد الإلكتروني مستخدم مسبقاً</string>
<string name="emailTypeText">أساسي</string>
<string name="sshKeys">SSH Keys</string>
<string name="deleteEmailPopupText">This action will permanently delete email %s from your account.</string>
<string name="deleteEmailSuccess">Email deleted successfully</string>
<string name="sshKeys">مفاتيح SSH</string>
<string name="deleteEmailPopupText">ستؤدي هذه العملية إلى حذف البريد الإلكتروني %s نهائيا من حسابكم.</string>
<string name="deleteEmailSuccess">تم حذف البريد الإلكتروني بنجاح</string>
<string name="addSSHKey">Add SSH Key</string>
<string name="sshKeyStatusReadOnly">Read-only Access</string>
<string name="sshKeyStatusReadWrite">Read-write Access</string>
@ -392,7 +392,6 @@
<string name="newFileEmptyBranchMessage">دعه فارغاً للدفع للفرع الافتراضي</string>
<string name="newFileRequiredFieldNewBranchName">اسم الفرع الجديد لا يمكن أن يكون فارغاً إذا لم يُختر الفرع الحالي</string>
<string name="strFilter">التصفية</string>
<string name="strSwitchBranches">الفروع</string>
<string name="strMarkdown">ماركداون</string>
<string name="copyIssueUrl">نسخ رابط القضية</string>
<string name="copyIssueUrlToastMsg">نُسخ عنوان URL إلى الحافظة</string>
@ -408,7 +407,7 @@
<string name="doneButton">تمّ</string>
<string name="cancelButton">إلغاء</string>
<string name="genericError">حدث خطأ ما، رجاءً حاول مجدداً</string>
<string name="apiNotFound">This request needs higher version than the one installed. Please upgrade your instance to the latest version.</string>
<string name="apiNotFound">هذه العملية تتطلب نسخة أحدث من تلك التي تستعملونها حاليا. يرجى تحديث البرنامج لآخر اصدار.</string>
<string name="noDataFound">🌟لا شيء هنا 🌟</string>
<string name="addButton">أضف</string>
<string name="removeButton">أزِل</string>
@ -458,6 +457,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">استكشاف المستخدمين</string>
<string name="exploreIssues">استكشاف القضايا</string>
@ -501,6 +504,7 @@
<string name="selectMergeStrategy">اِختر استراتيجية الدمج</string>
<string name="mergeNotAllowed">غير مسموح بالدمج [السبب: لا يملك ما يكفي من الموافقات]</string>
<string name="deleteBranch">حذف الفرع</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">رجاءً اِنتظر حتى يحمّل الملف للذاكرة</string>
<string name="downloadFileSaved">حُفِظ المِلف بنجاح</string>
<string name="excludeFilesInFileViewer">نوع/حجم المِلف غير مدعوم في عارض المِلفات.
@ -535,6 +539,10 @@
<string name="unsubscribedSuccessfully">أُلغي الاشتراك بنجاح</string>
<string name="alreadyUnsubscribed">أنت غير مشترك مسبقاً</string>
<string name="unSubscriptionError">فشل إلغاء الاشتراك</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">إغلاق المرحلة</string>
<string name="openMilestone">فتح مرحلة</string>
<string name="milestoneStatusUpdate">حُدِّثت حالة المرحلة بنجاح</string>
@ -599,11 +607,11 @@
<string name="mainNotificationChannelDescription">هذه هي قناة الإشعارات الرئيسة ل GitNex.</string>
<plurals name="youHaveNewNotifications">
<item quantity="zero">ليس لديك أي إشعارات جديدة</item>
<item quantity="one">لديك إشعار جديد</item>
<item quantity="two">لديك إشعاران جديدان</item>
<item quantity="one">لديك %s إشعار / إشعارات جديدة</item>
<item quantity="two">لديك %s إشعار / إشعارات جديدة</item>
<item quantity="few">لديك %s إشعارات جديدة</item>
<item quantity="many">You have %s new notifications</item>
<item quantity="other">You have %s new notifications</item>
<item quantity="many">لديك %s إشعار / إشعارات جديدة</item>
<item quantity="other">لديك %s إشعار / إشعارات جديدة</item>
</plurals>
<string name="openAppSettings">To receive notifications, you must enable notifications for GitNex. Tap Open to access your phone settings and enable notifications.</string>
<string name="isRead">مقروء</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Soubory</string>
<string name="tabTextMl">Milníky</string>
<string name="tabTextReleases">Vydání</string>
<string name="tabTextBranches">Větve</string>
<string name="tabTextCollaborators">Spolupracovníci</string>
<string name="tabPullRequests">Pull Requesty</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Nechte prázdné pro push do výchozí větve</string>
<string name="newFileRequiredFieldNewBranchName">Nová větev nemůže být prázdná pokud aktuální větev není vybrána</string>
<string name="strFilter">Filtr</string>
<string name="strSwitchBranches">Větve</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Zkopírovat issue URL</string>
<string name="copyIssueUrlToastMsg">URL zkopírováno do schránky</string>
@ -458,6 +456,10 @@
<string name="title">Název</string>
<string name="description">Popis</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Prozkoumat uživatele</string>
<string name="exploreIssues">Prozkoumat issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Zvolit strategii pro sloučení</string>
<string name="mergeNotAllowed">Nepovoleno slučovat [Důvod: Nemá dostatek schválení]</string>
<string name="deleteBranch">Smazat větev</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Počkejte prosím, než se soubor načte do paměti</string>
<string name="downloadFileSaved">Soubor byl úspěšně uložen</string>
<string name="excludeFilesInFileViewer">Tento typ/velikost souboru není v prohlíčeči souborů podporován. Můžete ho stáhnout z menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Odběr úspěšně odhlášen</string>
<string name="alreadyUnsubscribed">Jste již odhlášeni</string>
<string name="unSubscriptionError">Nepodařilo se zrušit odběr</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Zavřít milník</string>
<string name="openMilestone">Otevřít milník</string>
<string name="milestoneStatusUpdate">Stav milníku byl úspěšně aktualizován</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Dateien</string>
<string name="tabTextMl">Meilensteine</string>
<string name="tabTextReleases">Releases</string>
<string name="tabTextBranches">Branches</string>
<string name="tabTextCollaborators">Mitarbeiter</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull-Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leer lassen, um zum Standard-Branch zu pushen</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="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Issue-URL kopieren</string>
<string name="copyIssueUrlToastMsg">URL in Zwischenablage kopiert</string>
@ -460,6 +458,8 @@
<string name="bioText">Biografie</string>
<string name="pin">Anheften</string>
<string name="unpin">Loslösen</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Benutzer erkunden</string>
<string name="exploreIssues">Issues erkunden</string>
@ -503,6 +503,7 @@
<string name="selectMergeStrategy">Wähle eine Merge-Strategie</string>
<string name="mergeNotAllowed">Mergen nicht erlaubt [Grund: Hat nicht genügend Genehmigungen]</string>
<string name="deleteBranch">Branch löschen</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Bitte warte, bis die Datei in den Speicher geladen wurde</string>
<string name="downloadFileSaved">Datei erfolgreich gespeichert</string>
<string name="excludeFilesInFileViewer">Diese(r) Dateityp / Dateigröße wird vom Dateibetrachter nicht unterstützt. Du kannst es über das Menü herunterladen.</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Files</string>
<string name="tabTextMl">Milestones</string>
<string name="tabTextReleases">Releases</string>
<string name="tabTextBranches">Branches</string>
<string name="tabTextCollaborators">Collaborators</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Αφήστε κενό για push στο προεπιλεγμένο branch</string>
<string name="newFileRequiredFieldNewBranchName">Το νέο όνομα κλάδου δεν μπορεί να είναι κενό να ο παρόν κλάδος δεν είναι επιλεγμένος</string>
<string name="strFilter">Φίλτρο</string>
<string name="strSwitchBranches">Κλάδοι</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Αντιγραφή URL ζητήματος</string>
<string name="copyIssueUrlToastMsg">Η διεύθυνση URL αντιγράφηκε στο πρόχειρο</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Επιλογή στρατηγικής συγχώνευσης</string>
<string name="mergeNotAllowed">Δεν επιτρέπεται συγχώνευση [Λόγος: Δεν υπάρχουν αρκετές εγκρίσεις]</string>
<string name="deleteBranch">Διαγραφή κλάδου</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Παρακαλώ περιμένετε για το αρχείο να φορτώσει στην μνήμη</string>
<string name="downloadFileSaved">Το αρχείο αποθηκεύτηκε επιτυχώς</string>
<string name="excludeFilesInFileViewer">Ο τύπος/μέγεθος του αρχείου δεν υποστηρίζεται στον προβολέα αρχείων. Μπορείτε να το κατεβάσετε από το μενού.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Close Milestone</string>
<string name="openMilestone">Open Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Files</string>
<string name="tabTextMl">Milestones</string>
<string name="tabTextReleases">Releases</string>
<string name="tabTextBranches">Branches</string>
<string name="tabTextCollaborators">Collaborators</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Close Milestone</string>
<string name="openMilestone">Open Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Archivos</string>
<string name="tabTextMl">Hitos</string>
<string name="tabTextReleases">Lanzamientos</string>
<string name="tabTextBranches">Ramas</string>
<string name="tabTextCollaborators">Colaboradores</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Dejar en blanco para realizar push a la rama por defecto</string>
<string name="newFileRequiredFieldNewBranchName">El nombre de la nueva rama no puede estar vacío si la rama actual no está seleccionada</string>
<string name="strFilter">Filtro</string>
<string name="strSwitchBranches">Ramas</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copiar URL de la incidencia</string>
<string name="copyIssueUrlToastMsg">URL copiada al portapapeles</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explorar usuarios</string>
<string name="exploreIssues">Explorar incidencias</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Seleccionar estrategia de fusión</string>
<string name="mergeNotAllowed">Fusión no permitida [Causa: Aprobaciones insuficientes]</string>
<string name="deleteBranch">Eliminar rama</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Por favor espere que el archivo está cargando en la memoria</string>
<string name="downloadFileSaved">Archivo guardado con éxito</string>
<string name="excludeFilesInFileViewer">Este tipo o tamaño de archivo no está soportado en el visor de archivos. Puedes descargar el archivo desde el menú.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Suscripción cancelada con éxito</string>
<string name="alreadyUnsubscribed">Tu suscripción ya estaba cancelada</string>
<string name="unSubscriptionError">La cancelación de la suscripción ha fallado</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Cerrar hito</string>
<string name="openMilestone">Abrir hito</string>
<string name="milestoneStatusUpdate">Estado del hito fue actualizado con éxito</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">فایل ها</string>
<string name="tabTextMl">نقاط عطف</string>
<string name="tabTextReleases">انتشارها</string>
<string name="tabTextBranches">شاخه‌ها</string>
<string name="tabTextCollaborators">همکاران</string>
<string name="tabPullRequests">درخواست‌های ادغام</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">پالایه</string>
<string name="strSwitchBranches">شاخه‌ها</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">روگیری نشانی مسئله</string>
<string name="copyIssueUrlToastMsg">نشانی به کلیپ‌بورد روگیری شد</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">انتخاب راهبرد ادغام</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">لطفا منتظر بمانید تا پرونده در حافظه بارگذاری شود</string>
<string name="downloadFileSaved">پرونده با موفقیت ذخیره شد</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">اشتراک با موفقیت لغو شد</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">لغو اشتراک شکست خورد</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">بستن نقطه عطف</string>
<string name="openMilestone">باز کردن نقطه عطف</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Files</string>
<string name="tabTextMl">Milestones</string>
<string name="tabTextReleases">Releases</string>
<string name="tabTextBranches">Branches</string>
<string name="tabTextCollaborators">Collaborators</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Close Milestone</string>
<string name="openMilestone">Open Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Fichiers</string>
<string name="tabTextMl">Jalons</string>
<string name="tabTextReleases">Versions</string>
<string name="tabTextBranches">Branches</string>
<string name="tabTextCollaborators">Participants</string>
<string name="tabPullRequests">Demandes dajout</string>
<string name="pullRequest">Demande dajout</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Laisser vide pour pousser dans la branche par défaut</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="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copier lURL du ticket</string>
<string name="copyIssueUrlToastMsg">URL copiée dans le presse-papier</string>
@ -460,6 +458,8 @@
<string name="bioText">Bio</string>
<string name="pin">Épingler</string>
<string name="unpin">Désépingler</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Rechercher des utilisateurs</string>
<string name="exploreIssues">Rechercher des tickets</string>
@ -503,6 +503,7 @@
<string name="selectMergeStrategy">Politique de fusion</string>
<string name="mergeNotAllowed">Fusion non permise [Raison : autorisations insuffisante]</string>
<string name="deleteBranch">Supprimer la branche</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Chargement du fichier dans la mémoire</string>
<string name="downloadFileSaved">Fichier sauvegardé</string>
<string name="excludeFilesInFileViewer">Le fichier incompatible ou trop grand pour la visionneuse. Vous pouvez toutefois le télécharger depuis le menu.</string>

View File

@ -97,7 +97,6 @@ URL è richiesto</string>
<string name="tabTextFiles">File</string>
<string name="tabTextMl">Traguardi</string>
<string name="tabTextReleases">Rilasci</string>
<string name="tabTextBranches">Rami</string>
<string name="tabTextCollaborators">Collaboratori</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull Request</string>
@ -394,7 +393,6 @@ autorizzazione</string>
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</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="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copia URL Problema</string>
<string name="copyIssueUrlToastMsg">URL copiato negli appunti</string>
@ -460,6 +458,10 @@ autorizzazione</string>
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Esplora utenti</string>
<string name="exploreIssues">Esplora problemi</string>
@ -503,6 +505,7 @@ autorizzazione</string>
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Attendere che il file venga caricato in memoria</string>
<string name="downloadFileSaved">File salvato con successo</string>
<string name="excludeFilesInFileViewer">Questo tipo/dimensione di file non è supportata nel visualizzatore. Puoi scaricarlo dal menu.</string>
@ -536,6 +539,10 @@ autorizzazione</string>
<string name="unsubscribedSuccessfully">Disiscritto con successo</string>
<string name="alreadyUnsubscribed">Hai già annullato l\'iscrizione</string>
<string name="unSubscriptionError">Disiscrizione fallita</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Chiudi Milestone</string>
<string name="openMilestone">Apri Milestone</string>
<string name="milestoneStatusUpdate">Stato del Milestone aggiornato con successo</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">ファイル</string>
<string name="tabTextMl">マイルストーン</string>
<string name="tabTextReleases">リリース</string>
<string name="tabTextBranches">ブランチ</string>
<string name="tabTextCollaborators">協力者</string>
<string name="tabPullRequests">プルリクエスト</string>
<string name="pullRequest">プルリクエスト</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">空白のままにプッシュする場合は空白のままにします</string>
<string name="newFileRequiredFieldNewBranchName">現在のブランが選択されていない場合、新しいブランチ名を空にすることはできません</string>
<string name="strFilter">フィルタ</string>
<string name="strSwitchBranches">ブランチ</string>
<string name="strMarkdown">Markdown 形式</string>
<string name="copyIssueUrl">課題URLのコピー</string>
<string name="copyIssueUrlToastMsg">URLがクリップボードにコピーされました</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">ユーザーの表示</string>
<string name="exploreIssues">課題の表示</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">マージ方法を選択してください</string>
<string name="mergeNotAllowed">マージは許可されていません[理由:承認が不十分です]</string>
<string name="deleteBranch">ブランチを削除</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">ファイルがメモリにロードされるまでお待ちください</string>
<string name="downloadFileSaved">ファイルは正常に保存されました</string>
<string name="excludeFilesInFileViewer">このファイルタイプ/サイズは、ファイルビューアではサポートされていません。メニューからダウンロードできます。</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">購読を解除しました</string>
<string name="alreadyUnsubscribed">すでに登録解除されています</string>
<string name="unSubscriptionError">購読解除に失敗しました</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">マイルストーンを閉じる</string>
<string name="openMilestone">マイルストーンを開く</string>
<string name="milestoneStatusUpdate">マイルストーンのステータスが正常に更新されました</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">파일</string>
<string name="tabTextMl">마일스톤</string>
<string name="tabTextReleases">배포</string>
<string name="tabTextBranches">브랜치</string>
<string name="tabTextCollaborators">공동 작업자</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Close Milestone</string>
<string name="openMilestone">Open Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Files</string>
<string name="tabTextMl">Milestones</string>
<string name="tabTextReleases">Releases</string>
<string name="tabTextBranches">Branches</string>
<string name="tabTextCollaborators">Collaborators</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Close Milestone</string>
<string name="openMilestone">Open Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Bestanden</string>
<string name="tabTextMl">Mijlpalen</string>
<string name="tabTextReleases">Releases</string>
<string name="tabTextBranches">Branches</string>
<string name="tabTextCollaborators">Medewerkers</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Close Milestone</string>
<string name="openMilestone">Open Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Pliki</string>
<string name="tabTextMl">Kamienie milowe</string>
<string name="tabTextReleases">Wydania</string>
<string name="tabTextBranches">Oddziały</string>
<string name="tabTextCollaborators">Współpracownicy</string>
<string name="tabPullRequests">Pull Requesty</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</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="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Skopiuj adres URL zgłoszenia</string>
<string name="copyIssueUrlToastMsg">Adres URL skopiowany do schowka</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Przeglądaj zgłoszenia</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Poczekaj aż plik załaduje się do pamięci</string>
<string name="downloadFileSaved">Plik został zapisany</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Zamknij etap</string>
<string name="openMilestone">Otwórz etap</string>
<string name="milestoneStatusUpdate">Status etapu zaktualizowany pomyślnie</string>

View File

@ -14,8 +14,8 @@
<string name="navMyIssues">Meus Issues</string>
<string name="navMostVisited">Repositórios Mais Visitados</string>
<string name="navNotes">Anotações</string>
<string name="navAccount">Account Settings</string>
<string name="navWatchedRepositories">Watched Repositories</string>
<string name="navAccount">Configurações da Conta</string>
<string name="navWatchedRepositories">Repositorios observados</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleNewRepo">Novo repositório</string>
@ -46,8 +46,8 @@
<string name="newRepoDescTintCopy">Descrição do repositório</string>
<string name="newRepoPrivateCopy">Privado</string>
<string name="newRepoOwner">Proprietário</string>
<string name="newRepoIssueLabels">Issue Labels</string>
<string name="setAsTemplate">Make repository a template</string>
<string name="newRepoIssueLabels">Tabelas de problema</string>
<string name="setAsTemplate">Tornar repositório em modelo</string>
<string name="newOrgTintCopy">Nome da organização</string>
<string name="newOrgDescTintCopy">Descrição da organização</string>
<string name="organizationFullname">%1$s - %2$s</string>
@ -77,7 +77,7 @@ Exemplo: codeberg.org</string>
<string name="repoCreated">Repositório criado com êxito</string>
<string name="repoExistsError">Um repositório com este nome já existe sob o proprietário selecionado</string>
<string name="repoOwnerError">Selecione o proprietário do repositório</string>
<string name="repoDefaultBranchError">The default branch must not be empty</string>
<string name="repoDefaultBranchError">O ramo padrão não pode estar vazio</string>
<string name="orgNameErrorEmpty">O nome da organização está vazio</string>
<string name="orgNameErrorInvalid">O nome da organização não é válido, [&#8211;z A&#8211;Z 0&#8211;9 &#8211; _]</string>
<string name="orgDescError">Descrição da organização excede o limite máximo de 255 caracteres</string>
@ -97,7 +97,6 @@ Exemplo: codeberg.org</string>
<string name="tabTextFiles">Arquivos</string>
<string name="tabTextMl">Metas</string>
<string name="tabTextReleases">Versões</string>
<string name="tabTextBranches">Branches</string>
<string name="tabTextCollaborators">Colaboradores</string>
<string name="tabPullRequests">Pull requests</string>
<string name="pullRequest">Pull Request</string>
@ -186,31 +185,31 @@ Exemplo: codeberg.org</string>
<string name="settingsEnableCommentsDeletionText">Ativar exclusão de rascunhos</string>
<string name="settingsEnableCommentsDeletionHintText">Excluir rascunho de comentário quando um comentário é postado</string>
<string name="settingsGeneralHeader">Geral</string>
<string name="generalHintText">Home screen, crash reports, custom tabs</string>
<string name="generalHintText">Tela inicial, relatórios de quebra, abas customizadas</string>
<string name="generalDeepLinkDefaultScreen">Manipulador de Links Padrão</string>
<string name="generalDeepLinkDefaultScreenHintText">Escolha a tela a ser carregada automaticamente caso o aplicativo não possa abrir links externos.</string>
<string name="linkSelectorDialogTitle">Select Default Link Handler Screen</string>
<string name="settingsBiometricHeader">Biometric Support</string>
<string name="settingsLabelsInListHeader">Labels With Text Support</string>
<string name="settingsLabelsInListHint">Enabling this will show labels with text in issues and pr lists, default are color dots</string>
<string name="settingsBiometricHeader">Suporte a Biometria</string>
<string name="settingsLabelsInListHeader">Etiquetas com Suporte Textual</string>
<string name="settingsLabelsInListHint">Ao habilitar essa opção, etiquetas com texto serão exibidas nas falhas e nas listas de PRs, o padrão são pontos coloridos</string>
<string name="ceSyntaxHighlightColor">Cor do Realce de Sintaxe</string>
<string name="ceIndentation">Indentação</string>
<string name="ceIndentationTabsWidth">Tabs Width</string>
<string name="ceIndentationTabsWidth">Largura das Abas</string>
<string name="system_font">Fonte Padrão</string>
<string name="fragmentTabsAnimationHeader">Tabs Animation</string>
<string name="fadeOut">Fade Out</string>
<string name="zoomOut">Zoom Out</string>
<string name="backup">Backup</string>
<string name="restore">Restore</string>
<string name="backupFileSuccess">The backup was successfully created</string>
<string name="backupFileError">An error occurred while creating a data backup</string>
<string name="backupFilePopupText">This action will backup your accounts, settings, notes, and data related to repositories.\n\nClick the Backup button to download the backup file.</string>
<string name="restoreFilePopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, notes, and data related to repositories.\n\nPlease note this action will overwrite the current database data. Proceed with caution.\n\nClick Restore to start the process.</string>
<string name="restoreError">An error occurred while restoring from the backup file.</string>
<string name="restoreFromBackup">Restore from Backup</string>
<string name="restoreFromBackupPopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, notes, and data related to repositories.\n\nClick Restore to start the process.</string>
<string name="hideEmailLangInProfileHeader">Set Email and Language as Private</string>
<string name="hideEmailLangInProfileHint">You can set your email and language to private to hide them on your profile screen</string>
<string name="fragmentTabsAnimationHeader">Animação das Abas</string>
<string name="fadeOut">Esmaecer</string>
<string name="zoomOut">Menos Zoom</string>
<string name="backup">Cópia de segurança</string>
<string name="restore">Restaurar</string>
<string name="backupFileSuccess">A cópia de segurança foi criada com sucesso</string>
<string name="backupFileError">Um erro aconteceu enquanto a cópia dos dados era criada</string>
<string name="backupFilePopupText">Essa ação irá criar uma cópia de suas contas, configurações, anotações e dados relacionados aos repositórios\n\nClique no botão Backup para baixar o arquivo de cópia.</string>
<string name="restoreFilePopupText">Você está prestes a restaurar a partir de um arquivo de \'backup\' gerado pelo GitNex. Serão restauradas contas de usuários, configurações, anotações, e dados relativos aos repositórios.\n\nCuidado, essa ação irá sobrescrever o conteúdo do banco de dados. Aja com cautela.\n\nClique Restaurar para iniciar.</string>
<string name="restoreError">Ocorreu um erro durante o restauro do arquivo de backup.</string>
<string name="restoreFromBackup">Restaurar a partir do \"Backup\"</string>
<string name="restoreFromBackupPopupText">Você está prestes a restaurar a partir de um arquivo de \'backup\' gerado pelo GitNex. Serão restauradas contas de usuários, configurações, anotações, e dados relativos aos repositórios.\n\nClique Restaurar para iniciar.</string>
<string name="hideEmailLangInProfileHeader">Marcar Correio Eletrônico e Língua como Privados</string>
<string name="hideEmailLangInProfileHint">Você pode configurar endereço eletrônico e linguagem como privados para ocultá-los em seu perfil</string>
<string name="hideEmailNavDrawerHeader">Hide Email in Drawer</string>
<string name="hideEmailNavDrawerHint">You can enable this option to hide your email in the app navigation drawer</string>
<!-- settings -->
@ -225,7 +224,7 @@ Exemplo: codeberg.org</string>
<string name="labelUpdated">Rótulo atualizado</string>
<string name="labelMenuContentDesc">Descrição</string>
<string name="labelDeleteText">Marcador excluído</string>
<string name="selectBranchError">Select a branch for release</string>
<string name="selectBranchError">Selecionar um ramo para lançamento</string>
<string name="alertDialogTokenRevokedTitle">Erro de autorização</string>
<string name="alertDialogTokenRevokedMessage">Parece que o Token de Acesso foi revogado OU você não está autorizado a ver esses conteúdos.\n\nNo caso de Token revogado, faça o logout e login de novo</string>
<string name="labelDeleteMessage">Você realmente deseja excluir este marcador?</string>
@ -235,25 +234,25 @@ Exemplo: codeberg.org</string>
<string name="teamTitle">Nome da equipe</string>
<string name="teamDescription">Descrição da equipe</string>
<string name="teamPermissions">Permissões</string>
<string name="teamPermissionNone">• Members of this team do not have any permissions.</string>
<string name="teamPermissionNone">• Membros dessa equipe não têm permissões.</string>
<string name="teamPermissionRead">Membros podem ver os repositórios da equipe.</string>
<string name="teamPermissionWrite">• Members of this team can view and push to team repositories.</string>
<string name="teamPermissionWrite">• Membros dessa equipe podem adicionar a repositórios, bem como visualizá-los.</string>
<string name="teamPermissionAdmin">• Members of this team can push to and from team repositories and add collaborators.</string>
<string name="teamPermissionOwner">• Members of this team have owner permissions.</string>
<string name="teamShowAll">show all</string>
<string name="teamPermissionOwner">• Membros dessa equipe têm permissões de proprietário.</string>
<string name="teamShowAll">mostrar tudo</string>
<string name="orgMember">Membros da organização</string>
<string name="orgTeamMembers">Membros da equipe da organização</string>
<string name="removeTeamMember">Remove %s</string>
<string name="addTeamMember">Add %s</string>
<string name="removeTeamMember">Remover %s</string>
<string name="addTeamMember">Adicionar %s</string>
<string name="addTeamMemberMessage">Você quer adicionar este usuário à equipe?</string>
<string name="removeTeamMemberMessage">Você quer remover este usuário da equipe?</string>
<string name="memberAddedMessage">Membro adicionado à equipe com êxito</string>
<string name="memberRemovedMessage">Membro excluído da equipe com êxito</string>
<string name="repoAddedMessage">Repository added to the team successfully</string>
<string name="repoRemovedMessage">Repository removed from the team successfully</string>
<string name="repoAddedMessage">Repositório adicionado à equipe com sucesso</string>
<string name="repoRemovedMessage">Repositório removido da equipe com sucesso</string>
<string name="repoAddToTeamMessage">Add repository %1$s to organization %2$s team %3$s</string>
<string name="repoRemoveTeamMessage">Remove repository %1$s from team %2$s</string>
<string name="addRemoveMember">Add / Remove Member</string>
<string name="repoRemoveTeamMessage">Remover repositório %1$s da equipe %2$s</string>
<string name="addRemoveMember">Adicionar / Remover Membro</string>
<!-- org tabbed layout str -->
<!-- create team -->
<string name="newTeamTitle">Nome da equipe</string>
@ -279,7 +278,7 @@ Exemplo: codeberg.org</string>
<!-- add collaborator -->
<string name="addCollaboratorSearchHint">Pesquisar usuários</string>
<string name="addCollaboratorViewUserDesc">Usuário</string>
<string name="removeCollaboratorDialogTitle">Remove %s?</string>
<string name="removeCollaboratorDialogTitle">Remover %s?</string>
<string name="removeCollaboratorMessage">Você quer remover este usuário do repositório?</string>
<string name="removeCollaboratorToastText">Usuário removido do repositório.</string>
<string name="addCollaboratorToastText">Usuário adicionado ao repositório.</string>
@ -287,28 +286,28 @@ Exemplo: codeberg.org</string>
<!-- profile section -->
<string name="profileTabFollowers">Seguidores</string>
<string name="profileTabFollowing">Seguindo</string>
<string name="editSettings">Edit Profile</string>
<string name="hideActivity">Hide Activity from profile page</string>
<string name="hideEmail">Hide Email</string>
<string name="profileUpdate">Profile updated</string>
<string name="editSettings">Editar perfil</string>
<string name="hideActivity">Ocultar Atividade na página de perfil</string>
<string name="hideEmail">Ocultar Correio eletrônico</string>
<string name="profileUpdate">Perfil atualizado</string>
<!-- profile section -->
<!-- account settings -->
<string name="accountEmails">Emails</string>
<string name="accountEmailTitle">Email Address</string>
<string name="accountEmails">Correio eletrônico</string>
<string name="accountEmailTitle">Endereço de correio eletrônico</string>
<string name="emailAddedText">Novo e-mail adicionado com êxito</string>
<string name="emailErrorEmpty">O endereço de e-mail está vazio</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="emailTypeText">Principal</string>
<string name="sshKeys">SSH Keys</string>
<string name="deleteEmailPopupText">This action will permanently delete email %s from your account.</string>
<string name="deleteEmailSuccess">Email deleted successfully</string>
<string name="addSSHKey">Add SSH Key</string>
<string name="sshKeyStatusReadOnly">Read-only Access</string>
<string name="sshKeyStatusReadWrite">Read-write Access</string>
<string name="sshKey">SSH Key</string>
<string name="sshKeySuccess">New SSH key added successfully</string>
<string name="sshKeyError">Invalid SSH key or SSH key already exists</string>
<string name="sshKeys">Chaves SSH</string>
<string name="deleteEmailPopupText">Essa ação removerá o correio eletrônico %s de sua conta de forma permanente.</string>
<string name="deleteEmailSuccess">Mensagem apagada com sucesso</string>
<string name="addSSHKey">Adicionar chave SSH</string>
<string name="sshKeyStatusReadOnly">Acesso somente leitura</string>
<string name="sshKeyStatusReadWrite">Acesso leitura-escrita</string>
<string name="sshKey">Chave SSH</string>
<string name="sshKeySuccess">Nova chave SSH adicionada com sucesso</string>
<string name="sshKeyError">Chave SSH inválida ou chave SSH já existe</string>
<!-- account settings -->
<!-- single issue section -->
<string name="singleIssueEditLabels">Adicionar/Remover marcadores</string>
@ -328,12 +327,12 @@ Exemplo: codeberg.org</string>
<string name="adminCreateNewUser">Novo Usuário</string>
<string name="adminUsers">Usuários do Sistema</string>
<string name="userRoleAdmin">Admin</string>
<string name="adminCron">Cron Tasks</string>
<string name="adminCronScheduleHeader">Schedule</string>
<string name="adminCronNextRunHeader">Next Run</string>
<string name="adminCronLastRunHeader">Last Run</string>
<string name="adminCronExecutionHeader">Executions</string>
<string name="adminCronTaskSuccessMsg">Task %1$s is initiated successfully</string>
<string name="adminCron">Tarefas Agendadas</string>
<string name="adminCronScheduleHeader">Agendar</string>
<string name="adminCronNextRunHeader">Próxima Execução</string>
<string name="adminCronLastRunHeader">Última Execução</string>
<string name="adminCronExecutionHeader">Execuções</string>
<string name="adminCronTaskSuccessMsg">Tarefa %1$s iniciada com sucesso</string>
<!-- admin -->
<!-- create user -->
<string name="userFullNameText">Nome completo</string>
@ -361,8 +360,8 @@ Exemplo: codeberg.org</string>
<string name="tagNameErrorEmpty">Nome da tag está vazio</string>
<string name="titleErrorEmpty">Título está vazio</string>
<string name="releaseCreatedText">Nova versão criada</string>
<string name="deleteReleaseConfirmation">Do you really want to delete this release?</string>
<string name="releaseDeleted">Release deleted</string>
<string name="deleteReleaseConfirmation">Quer realmente apagar esse lançamento?</string>
<string name="releaseDeleted">Lançamento apagado</string>
<!-- release -->
<string name="loginOTPTypeError">O código OTP deve ter apenas números</string>
<string name="loginOTP">Código OTP (Opcional)</string>
@ -372,7 +371,7 @@ Exemplo: codeberg.org</string>
<string name="repoWatchersInMenu">Observadores</string>
<string name="noDataWebsite">Nenhum site encontrado</string>
<string name="noDataDescription">Nenhuma descrição encontrada</string>
<string name="noDataBio">No bio found</string>
<string name="noDataBio">Sem biografia</string>
<string name="noDataLocation">Nenhum local encontrado</string>
<string name="starMember">Favorito</string>
<string name="watcherMember">Observador</string>
@ -388,29 +387,28 @@ Exemplo: codeberg.org</string>
<string name="newFileInvalidBranchName">Nome de branch inválido só pode conter &#8211;, um&#8211;z, 0&#8211;9</string>
<string name="newFileCommitMessageError">Mensagem de commit muito longa</string>
<string name="newFileSuccessMessage">Novo arquivo criado</string>
<string name="newFileBranches">Select or create a branch</string>
<string name="newFileBranches">Selecione ou crie um ramo</string>
<string name="newFileRequiredFields">Campos como nome de arquivo, conteúdo e mensagem de commit são necessários</string>
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileEmptyBranchMessage">Deixe em branco para adicionar ao ramo padrão</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="strSwitchBranches">Filiais</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copiar URL do incidente</string>
<string name="copyIssueUrlToastMsg">URL copiada para a área de transferência</string>
<string name="copyIssueCommentToastMsg">Comment copied to clipboard</string>
<string name="copyShaToastMsg">SHA copied to clipboard</string>
<string name="copyIssueCommentToastMsg">Comentário copiado para a área de transferência</string>
<string name="copyShaToastMsg">SHA copiado para a área de transferência</string>
<string name="milestoneCompletion">%1$d\uFF05 concluída</string>
<!-- files -->
<string name="filesGenericError">Desculpe, este arquivo não pode ser visto pois a API retornou um erro</string>
<string name="fileTypeCannotBeEdited">Files of this type cannot be edited</string>
<string name="fileTypeCannotBeEdited">Arquivos desse tipo não podem ser editados</string>
<string name="notSupported">Não suportado</string>
<!-- generic copy -->
<string name="okButton">OK</string>
<string name="doneButton">Feito</string>
<string name="cancelButton">Cancelar</string>
<string name="genericError">Algo deu errado, por favor, tente de novo</string>
<string name="apiNotFound">This request needs higher version than the one installed. Please upgrade your instance to the latest version.</string>
<string name="noDataFound">🌟 Nothing in here 🌟</string>
<string name="apiNotFound">Esse recurso precisa de uma versão superior à instalada. Por favor, atualize sua instância para a última versão.</string>
<string name="noDataFound">🌟 Nada por aqui 🌟</string>
<string name="addButton">Adicionar</string>
<string name="removeButton">Remover</string>
<string name="authorizeError">Você não está autorizado a executar esta ação.</string>
@ -418,7 +416,7 @@ Exemplo: codeberg.org</string>
<string name="menuEditText">Editar</string>
<string name="menuDeleteText">Excluir</string>
<string name="menuCopyText">Copiar</string>
<string name="menuQuoteText">Quote Reply</string>
<string name="menuQuoteText">Citar Resposta</string>
<string name="modifiedText">editado</string>
<string name="saveButton">Salvar</string>
<string name="websiteText">Website</string>
@ -432,33 +430,37 @@ Exemplo: codeberg.org</string>
<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>
<string name="file">File</string>
<string name="issue">Issue</string>
<string name="labelTxt">Label</string>
<string name="release">Release</string>
<string name="pr">Pull Request</string>
<string name="collaborator">Collaborator</string>
<string name="unstar">Unstar</string>
<string name="watch">Watch</string>
<string name="genericWaitFor">Esperar</string>
<string name="file">Arquivo</string>
<string name="issue">Problema</string>
<string name="labelTxt">Etiqueta</string>
<string name="release">Lançamento</string>
<string name="pr">Pedido para Agregar</string>
<string name="collaborator">Colaborador</string>
<string name="unstar">Remover estrela</string>
<string name="watch">Acompanhar</string>
<string name="unwatch">Unwatch</string>
<string name="share">Share</string>
<string name="repository">Repository</string>
<string name="team">Team</string>
<string name="organization">Organization</string>
<string name="share">Compartilhar</string>
<string name="repository">Repositório</string>
<string name="team">Equipe</string>
<string name="organization">Organização</string>
<string name="addRemove">Adicionar / Remover</string>
<string name="download">Baixar</string>
<string name="reopen">Reabrir</string>
<string name="openInBrowser">Abrir no Navegador</string>
<string name="deleteGenericTitle">Delete %s</string>
<string name="reset">Reset</string>
<string name="deleteGenericTitle">Excluir %s</string>
<string name="reset">Redefinir</string>
<string name="beta">BETA</string>
<string name="none">None</string>
<string name="none">Nada</string>
<string name="main">main</string>
<string name="license">License</string>
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="license">Licença</string>
<string name="title">Título</string>
<string name="description">Descrição</string>
<string name="bioText">Biografia</string>
<string name="pin">Fixar</string>
<string name="unpin">Desafixar</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -468,11 +470,11 @@ Exemplo: codeberg.org</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="titleDrafts">Rascunhos</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="versionUnsupportedOld">Identificada versão defasada (%1$s) do Gitea, sem suporte. Por favor, atualize-o para a versão estável mais atual. Se você continuar, alguns recursos podem não funcionar.</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>
<string name="loginViaPassword">Basic Auth</string>
<string name="loginViaPassword">Autenticação Básica</string>
<string name="unauthorizedApiError">A instância retornou um erro - Não autorizado. Verifique suas credenciais e tente novamente</string>
<string name="loginTokenError">Token é obrigatório</string>
<string name="prDeletedFork">Fork excluído</string>
@ -480,11 +482,11 @@ Exemplo: codeberg.org</string>
<string name="editPrSuccessMessage">Pull Request atualizado</string>
<string name="fileDiffViewHeader">%1$s Arquivos Alterados</string>
<string name="fileDiffViewHeaderSingle">%1$s Arquivo Alterado</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="openFileDiffText">Show Changed Files</string>
<string name="updatePullRequestText">Atualizar Pull Request</string>
<string name="openFileDiffText">Exibir Arquivos Modificados</string>
<string name="mergePullRequestText">Aplicar merge do Pull Request</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
<string name="deleteBranchError">Could not delete branch</string>
<string name="deleteBranchSuccess">Ramo excluído com sucesso</string>
<string name="deleteBranchError">Não foi possível excluir o ramo</string>
<string name="deleteBranchErrorNotFound">Branch does not exist</string>
<string name="mergePullRequestButtonText">Aplicar merge</string>
<string name="deleteBranchAfterMerge">Excluir o branch após o Merge</string>
@ -498,13 +500,14 @@ Exemplo: codeberg.org</string>
<string name="mergeOptionRebase">Aplicar Rebase e Merge</string>
<string name="mergeOptionRebaseCommit">Aplicar Rebase e Merge (&#45;&#45;no-ff)</string>
<string name="mergeOptionSquash">Aplicar Squash e Merge</string>
<string name="mergeStrategy">Merge Strategy</string>
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="mergeStrategy">Estratégia de mesclagem</string>
<string name="selectMergeStrategy">Selecionar estratégia de mescla</string>
<string name="mergeNotAllowed">Impedido de mesclar [Motivo: Sem aprovações suficientes]</string>
<string name="deleteBranch">Excluir Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Aguarde que o arquivo seja carregado para a memória</string>
<string name="downloadFileSaved">Arquivo salvo com êxito</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
<string name="excludeFilesInFileViewer">Esse tipo/tamanho de arquivo não é suportado pelo visualizador de arquivos. Você pode baixá-lo a partir do menu.</string>
<string name="deleteFile">Excluir Este Arquivo</string>
<string name="editFile">Editar Este Arquivo</string>
<string name="deleteFileMessage">O arquivo é definido para ser excluído pelo branch %1$s</string>
@ -535,6 +538,10 @@ Exemplo: codeberg.org</string>
<string name="unsubscribedSuccessfully">Subscrição anulada com êxito</string>
<string name="alreadyUnsubscribed">Você já cancelou sua assinatura</string>
<string name="unSubscriptionError">Falha ao cancelar assinatura</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Fechar marco</string>
<string name="openMilestone">Nova meta</string>
<string name="milestoneStatusUpdate">Estado do Marco atualizado com êxito</string>
@ -544,33 +551,33 @@ Exemplo: codeberg.org</string>
<string name="setCrashReports">Relatórios de erros</string>
<string name="crashMessage">It is encouraged to open an issue at the project repository with how to reproduce this bug. It is easier to debug and fix the problem that way.\n\nTap the OK button to send the crash report by email instead. Additional content could be added in the email.\nThank you!</string>
<string name="forceLogoutDialogHeader">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 importantes no funcionamento interno do aplicativo, precisamos que você se conecte novamente. Essas alterações nos permitirão tornar o aplicativo mais flexível no futuro.\n\nAgradecemos por sua paciência e lamentamos o inconveniente.</string>
<string name="deleteAllDrafts">Excluir Todos os Rascunhos</string>
<string name="draftsListEmpty">Nenhum rascunho encontrado</string>
<string name="draftsDeleteSuccess">Rascunhos excluídos com êxito</string>
<string name="draftsSingleDeleteSuccess">Rascunho excluído com êxito</string>
<string name="deleteAllDraftsDialogMessage">Isso vai excluir todos os rascunhos para essa conta. \n\nProsseguir com a exclusão?</string>
<string name="draftSaved">O rascunho foi salvo automaticamente.</string>
<string name="resetMostReposCounter">Counter is reset successfully</string>
<string name="resetMostReposCounter">O contador foi reiniciado com êxito</string>
<string name="resetCounterDialogMessage">Do you want to reset counter for repository %s?</string>
<string name="resetCounterAllDialogMessage">This will reset all the counters for this account repositories.</string>
<string name="appearanceHintText">Themes, fonts, badges, translation</string>
<string name="securityHintText">Biometric authentication, SSL certificates, cache</string>
<string name="appearanceHintText">Temas, fontes, selos, tradução</string>
<string name="securityHintText">Autenticação biométrica, certificados SSL, cache</string>
<string name="languagesHintText">Idiomas</string>
<string name="reportsHintText">Relatórios de erros</string>
<string name="rateAppHintText">Se você gosta do GitNex você pode dar um joinha</string>
<string name="aboutAppHintText">App version, build, user instance version</string>
<string name="codeEditorHintText">Syntax color, indentation</string>
<string name="backupRestoreHintText">Backup and restore accounts, settings and more</string>
<string name="backupDataHintText">Backup accounts, settings, notes and more</string>
<string name="restoreDataHintText">Restore accounts, settings, notes and more</string>
<string name="codeEditorHintText">Cores de sintaxe, recuos</string>
<string name="backupRestoreHintText">Cópias de segurança e restauro de contas, configurações e mais</string>
<string name="backupDataHintText">Cópia de segurança para contas, configurações, notas e mais</string>
<string name="restoreDataHintText">Restaurar contas, configurações, notas e mais</string>
<string name="archivedRepository">Arquivado</string>
<string name="archivedRepositoryMessage">This repo is archived. You can view files, but cannot push or open issues/pull-requests.</string>
<string name="archivedRepositoryMessage">Este repositório foi arquivado. É possível ver os arquivos, mas não enviar ou abrir reclamações/solicitações de pull.</string>
<string name="accountDeletedMessage">Conta excluída com êxito</string>
<string name="removeAccountPopupTitle">Excluir Conta</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="removeAccountPopupMessage">Está certo de que deseja remover essa conta do aplicativo?\n\nIsso removerá todos os dados relacionados a essa conta, somente no aplicativo.</string>
<string name="addNewAccount">Nova Conta</string>
<string name="addNewAccountText">Add Account</string>
<string name="addNewAccountText">Adicionar Conta</string>
<string name="accountAlreadyExistsError">Esta conta já existe no app</string>
<string name="accountAddedMessage">Conta adicionada com êxito</string>
<string name="switchAccountSuccess">Alterado para a conta : %1$s@%2$s</string>
@ -578,10 +585,10 @@ Exemplo: codeberg.org</string>
<string name="pageTitleNotifications">Notificações</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Atraso da Enquete das Notificações</string>
<string name="pollingDelay15Minutes">15 Minutes</string>
<string name="pollingDelay30Minutes">30 Minutes</string>
<string name="pollingDelay45Minutes">45 Minutes</string>
<string name="pollingDelay1Hour">1 Hour</string>
<string name="pollingDelay15Minutes">15 Minutos</string>
<string name="pollingDelay30Minutes">30 Minutos</string>
<string name="pollingDelay45Minutes">45 Minutos</string>
<string name="pollingDelay1Hour">1 Hora</string>
<string name="pollingDelayDialogHeaderText">Selecionar atraso da votação</string>
<string name="pollingDelayDialogDescriptionText">Escolha um atraso no qual o GitNex tenta fazer pesquisa de novas notificações</string>
<string name="markAsRead">Marcar como lido</string>
@ -589,19 +596,19 @@ Exemplo: codeberg.org</string>
<string name="pinNotification">Fixar</string>
<string name="markedNotificationsAsRead">Todas as notificações marcadas como lidas</string>
<string name="notificationsHintText">Polling delay</string>
<string name="enableNotificationsHeaderText">Enable Notifications</string>
<string name="enableNotificationsHeaderText">Ativar Notificações</string>
<string name="enableLightsHeaderText">Enable Light</string>
<string name="enableVibrationHeaderText">Enable Vibration</string>
<string name="enableVibrationHeaderText">Ativar Vibração</string>
<string name="chooseColorSelectorHeader">Choose Color</string>
<string name="newMessages">New messages for %s</string>
<string name="youHaveGotNewNotifications">You\'ve got %d new notifications.</string>
<string name="mainNotificationChannelName">Notifications</string>
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
<string name="newMessages">Novas mensagens para %s</string>
<string name="youHaveGotNewNotifications">Você tem %d novas notificações.</string>
<string name="mainNotificationChannelName">Notificações</string>
<string name="mainNotificationChannelDescription">Este é o canal principal de notificações do GitNex.</string>
<plurals name="youHaveNewNotifications">
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
<item quantity="other">Você tem %s novas notificações</item>
</plurals>
<string name="openAppSettings">To receive notifications, you must enable notifications for GitNex. Tap Open to access your phone settings and enable notifications.</string>
<string name="openAppSettings">Para receber notificações, é necessário habilitá-las no GitNex. Toque em Abrir para acessar as configurações de seu telefone e habilitar notificações.</string>
<string name="isRead">Lida</string>
<string name="isUnread">Não Lida</string>
<string name="repoSettingsTitle">Configurações do repositório</string>
@ -611,7 +618,7 @@ Exemplo: codeberg.org</string>
<string name="repoPropertiesTemplate">Definir como Template</string>
<string name="repoPropertiesEnableIssues">Enable Issues</string>
<string name="repoPropertiesExternalIssuesUrl">External Issue Tracker Url</string>
<string name="repoPropertiesEnableWiki">Enable Wiki</string>
<string name="repoPropertiesEnableWiki">Habilitar Wiki</string>
<string name="repoPropertiesExternalWikiUrl">External Wiki Url</string>
<string name="repoPropertiesEnablePr">Ativar Pull Requests</string>
<string name="repoPropertiesEnableTimeTracker">Enable Time Tracker</string>
@ -620,17 +627,17 @@ Exemplo: codeberg.org</string>
<string name="repoPropertiesEnableSquash">Ativar Squash e Merge</string>
<string name="repoPropertiesEnableForceMerge">Enable Rebase with Merge Commits (&#8212;&#8212;no-ff)</string>
<string name="repoPropertiesSaveSuccess">Propriedades do repositório atualizadas com sucesso</string>
<string name="repoSettingsDeleteDescription">Things to know before deletion:\n\n- This operation CANNOT be undone.\n- This operation will permanently delete the repository including code, issues, comments, wiki data and collaborator settings.\n\nEnter the repository name as confirmation</string>
<string name="repoSettingsDeleteError">Repository name does not match</string>
<string name="repoSettingsDeleteDescription">Saiba antes de apagar:\n\n- Essa operação NÃO PODE ser desfeita.\n- Essa operação apagará de forma permanente o repositório, incluindo códigos, questões, comentários, dados em formato wiki e configurações de colaboradores.\n\nInsira o nome do repositório para confirmar</string>
<string name="repoSettingsDeleteError">Nome do repositório não coincide</string>
<string name="repoDeletionSuccess">Repositório deletado com sucesso</string>
<string name="repoSettingsTransferOwnership">Transfer Ownership</string>
<string name="repoSettingsTransferOwnershipHint">Transfer this repository to a user or to an organization for which you have administrator rights</string>
<string name="repoSettingsTransferOwnershipDescription">Things to know before transfer:\n\n- You will lose access to the repository if you transfer it to an individual user.\n- You will keep access to the repository if you transfer it to an organization that you (co-)own.\n\nEnter the repository name as confirmation</string>
<string name="repoSettingsTransferOwnership">Transferir Propriedade</string>
<string name="repoSettingsTransferOwnershipHint">Transferir este repositório para outro usuário ou para uma organização onde você tem permissões de administrador</string>
<string name="repoSettingsTransferOwnershipDescription">Coisas para saber antes da transferência:\n\n- Você perderá acesso ao repositório se transferi-lo para um usuário individual.\n- Você manterá o acesso ao repositório se transferi-lo para uma organização à qual você (co-)pertence.\n\nInsira o nome do repositório para confirmar</string>
<string name="repoTransferText">Realizar Transferência</string>
<string name="repoTransferOwnerText">New Owner</string>
<string name="repoTransferOwnerText">Novo Proprietário</string>
<string name="repoTransferSuccess">Repositório transferido com sucesso</string>
<string name="repoTransferOwnerError">New owner is required</string>
<string name="repoTransferError">There is a problem with the owner name. Make sure that the new owner exists</string>
<string name="repoTransferOwnerError">Novo proprietário é necessário</string>
<string name="repoTransferError">Há um problema com o nome do proprietário. Assegure-se de que o novo proprietário existe</string>
<string name="exploreFilterDialogTitle">Filtrar Repositórios</string>
<string name="exploreFilterIncludeTopic">Pesquisar APENAS em Tópico</string>
<string name="exploreFilterIncludeDesc">Pesquisar em Descrição</string>
@ -645,35 +652,35 @@ Exemplo: codeberg.org</string>
<string name="titleError">Título é obrigatório</string>
<string name="prCreateSuccess">Pull Request criado com sucesso</string>
<string name="prAlreadyExists">Já existe um pull request entre estas branches</string>
<string name="prClosed">Pull Request closed</string>
<string name="prReopened">Pull Request reopened</string>
<string name="prMergeInfo">Pull Request Info</string>
<string name="accountDoesNotExist">It seems that the account for URI %1$s does not exist in the app. You can add one by tapping on the Add New Account button.</string>
<string name="prClosed">Pull Request fechada</string>
<string name="prReopened">Pull Request atualizado</string>
<string name="prMergeInfo">Informações do Pull Request</string>
<string name="accountDoesNotExist">Parece que a conta para a URI %1$s não existe no aplicativo. Você pode adicionar uma tocando no botão de Adicionar Uma Conta.</string>
<string name="launchApp">Ir para o Aplicativo</string>
<string name="noActionText">GitNex cannot handle the requested resource. You can open an issue at the project repository as an improvement, providing details of the work. Just launch a default screen for now from the buttons below; it can be changed from settings.</string>
<string name="biometricAuthTitle">Biometric Authentication</string>
<string name="biometricAuthSubTitle">Unlock using your biometric credentials</string>
<string name="biometricNotSupported">No biometric features available on this device</string>
<string name="biometricNotAvailable">Biometric features are currently unavailable</string>
<string name="biometricAuthTitle">Autenticação Biométrica</string>
<string name="biometricAuthSubTitle">Desbloqueie usando as suas credenciais biométricas</string>
<string name="biometricNotSupported">Aparelho não possui recursos de biometria</string>
<string name="biometricNotAvailable">Recursos de biometria indisponíveis</string>
<string name="enrollBiometric">Enroll biometric from phone settings</string>
<string name="copyLoginIdToClipBoard">Login ID \'%s\' copied to clipboard</string>
<string name="copyLoginIdToClipBoard">ID de entrada \'%s\' copiada para a área de transferência</string>
<!-- file viewer activity -->
<string name="fileViewerNotificationTitleStarted">Download in progress</string>
<string name="fileViewerNotificationDescriptionStarted">Downloading %s</string>
<string name="fileViewerNotificationTitleFinished">Download successful</string>
<string name="fileViewerNotificationDescriptionFinished">Downloaded %s</string>
<string name="fileViewerNotificationTitleFailed">Download failed</string>
<string name="fileViewerNotificationDescriptionFailed">Couldn\'t download %s</string>
<string name="fileViewerNotificationChannelName">Download manager</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="fileViewerNotificationTitleStarted">Transferência em andamento</string>
<string name="fileViewerNotificationDescriptionStarted">Transferindo %s</string>
<string name="fileViewerNotificationTitleFinished">Transferido com sucesso</string>
<string name="fileViewerNotificationDescriptionFinished">Transferiu %s</string>
<string name="fileViewerNotificationTitleFailed">Falha ao transferir</string>
<string name="fileViewerNotificationDescriptionFailed">Não foi possível transferir %s</string>
<string name="fileViewerNotificationChannelName">Gerenciador de transferências</string>
<string name="fileViewerNotificationChannelDescription">Indica o progresso das transferências em andamento</string>
<string name="lastUpdatedAt">%s atualizado</string>
<string name="joined">Ingressou</string>
<string name="userFollow">Seguir</string>
<string name="unfollowUser">Deixar de seguir</string>
<string name="unfollowedUser">Deixou de seguir @%s</string>
<string name="nowFollowUser">Agora você está seguindo @%s</string>
<string name="unfollowingFailed">Não foi possível deixar de seguir o usuário</string>
<string name="followingFailed">Não foi possível seguir o usuário</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>
@ -681,14 +688,14 @@ Exemplo: codeberg.org</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
<string name="userAvatar">Avatar</string>
<string name="tags">Tags</string>
<string name="releasesTags">Releases/Tags</string>
<string name="create_tag">Create Tag Only</string>
<string name="tagCreated">Tag created</string>
<string name="asRef">Use as reference</string>
<string name="deleteTagConfirmation">Do you really want to delete this tag?</string>
<string name="tagDeleted">Tag deleted</string>
<string name="tagDeleteError">A tag attached to a release cannot be deleted directly</string>
<string name="useCustomTabs">Use Custom Tabs</string>
<string name="releasesTags">Lançamentos/Marcadores</string>
<string name="create_tag">Criar Somente Marcador</string>
<string name="tagCreated">Marcador criado</string>
<string name="asRef">Usar como referência</string>
<string name="deleteTagConfirmation">Você quer realmente excluir esse marcador?</string>
<string name="tagDeleted">Marcador excluído</string>
<string name="tagDeleteError">Um marcador associado a um lançamento não pode ser excluído diretamente</string>
<string name="useCustomTabs">Usar abas personalizadas</string>
<string name="browserOpenFailed">No application found to open this link. SSH URLs and URLs with another prefix the http:// or https:// are not supported by most browser</string>
<string name="logInAgain">Log in again</string>
<string name="notLoggedIn">%s \u25CF not logged in</string>
@ -704,29 +711,29 @@ Exemplo: codeberg.org</string>
<string name="commits">Commits</string>
<!-- wiki -->
<string name="wiki">Wiki</string>
<string name="wikiAuthor"><![CDATA[<b>%1$s</b> updated %2$s]]></string>
<string name="deleteWikiPageMessage">Do you really want to delete %s?</string>
<string name="wikiPageDeleted">Wiki page deleted successfully</string>
<string name="wikiPageNameAndContentError">Page name and page content can\'t be empty</string>
<string name="createWikiPage">Create Wiki Page</string>
<string name="wikiUpdated">Wiki page updated successfully</string>
<string name="wikiCreated">Wiki page created successfully</string>
<string name="wikiAuthor"><![CDATA[<b>%1$s</b> atualizou %2$s]]></string>
<string name="deleteWikiPageMessage">Vocẽ quer realmente excluir %s?</string>
<string name="wikiPageDeleted">Página excluída com sucesso</string>
<string name="wikiPageNameAndContentError">Nome e conteúdo da página não podem estar vazios</string>
<string name="createWikiPage">Criar Página Wiki</string>
<string name="wikiUpdated">Página atualizada com sucesso</string>
<string name="wikiCreated">Página criada com sucesso</string>
<!-- code editor -->
<string name="openInCodeEditor">Open in Code Editor</string>
<string name="openInCodeEditor">Abrir no Editor de Código</string>
<!-- notes -->
<string name="newNote">New Note</string>
<string name="editNote">Edit Note</string>
<string name="newNoteContentHint">Start taking your notes here</string>
<string name="newNote">Nova Nota</string>
<string name="editNote">Editar Nota</string>
<string name="newNoteContentHint">Comece a fazer suas anotações aqui</string>
<string name="noteDateTime">Created %s</string>
<string name="noteTimeModified">Updated %s</string>
<string name="noteDeleteDialogMessage">Do you really want to delete this note?</string>
<string name="noteDeleteDialogMessage">Quer mesmo excluir essa anotação?</string>
<plurals name="noteDeleteMessage">
<item quantity="one">Note deleted successfully</item>
<item quantity="other">Notes deleted successfully</item>
<item quantity="one">Anotação excluída com sucesso</item>
<item quantity="other">Anotações excluídas com sucesso</item>
</plurals>
<string name="notesAllDeletionMessage">This will delete all of your notes. This action cannot be undone.</string>
<string name="insertNote">Insert a Note</string>
<string name="noNotes">No notes found</string>
<string name="notesAllDeletionMessage">Todas as suas anotações serão excluídas. Essa ação não pode ser desfeita.</string>
<string name="insertNote">Inserir uma Anotação</string>
<string name="noNotes">Nenhuma anotação encontrada</string>
<!-- timeline -->
<string name="commitsText">commit</string>
<string name="commitText">commit</string>
@ -748,19 +755,19 @@ Exemplo: codeberg.org</string>
<string name="timelineStatusClosedPr">%1$s closed this pull request %2$s</string>
<string name="timelineStatusMergedPr">%1$s merged this pull request %2$s</string>
<string name="timelineStatusRefPr"><![CDATA[%1$s referenced this pull request from a <font color=\'%2$d\'>%3$s</font> %4$s]]></string>
<string name="timelineReviewRequest">%1$s requested review from %2$s %3$s</string>
<string name="timelineChangeTitle">%1$s changed title from %2$s to %3$s %4$s</string>
<string name="timelineReviewRequest">%1$s solicitou revisão de %2$s %3$s</string>
<string name="timelineChangeTitle">%1$s alterou o título de %2$s para %3$s %4$s</string>
<string name="timelineLocked">%1$s locked as %2$s and limited conversation to collaborators %3$s</string>
<string name="timelineUnlocked">%1$s unlocked this conversation %2$s</string>
<string name="timelineDependencyAdded">%1$s added a new dependency #%2$d %3$s</string>
<string name="timelineDependencyRemoved">%1$s removed a dependency #%2$d %3$s</string>
<string name="timelineUnlocked">%1$s desbloqueou essa conversa %2$s</string>
<string name="timelineDependencyAdded">%1$s adicionou uma nova dependência #%2$d %3$s</string>
<string name="timelineDependencyRemoved">%1$s removeu uma dependência #%2$d %3$s</string>
<string name="timelineProjectAdded">%1$s added this to a project %2$s</string>
<string name="timelineProjectRemoved">%1$s removed this from a project %2$s</string>
<string name="timelineDueDateAdded">%1$s added the due date %2$s %3$s</string>
<string name="timelineDueDateAdded">%1$s adicionou a data limite %2$s %3$s</string>
<string name="timelineDueDateModified">%1$s modified the due date to %2$s from %3$s %4$s</string>
<string name="timelineDueDateRemoved">%1$s removed the due date %2$s %3$s</string>
<string name="timelineBranchChanged">%1$s changed target branch from %2$s to %3$s %4$s</string>
<string name="timelineBranchDeleted">%1$s deleted branch %2$s %3$s</string>
<string name="timelineBranchChanged">%1$s alterou o ramo alvo de %2$s para %3$s %4$s</string>
<string name="timelineBranchDeleted">%1$s removeu o ramo %2$s %3$s</string>
<string name="timelineTimeTrackingStart">%1$s started working %2$s</string>
<string name="timelineTimeTrackingStop">%1$s stopped time tracking %2$s</string>
<string name="timelineTimeTrackingCancel">%1$s cancelled time tracking %2$s</string>
@ -770,18 +777,18 @@ Exemplo: codeberg.org</string>
<string name="timelineRefIssue">%1$s referenced this issue in %2$s %3$s</string>
<string name="timelineRefPr">%1$s referenced this pull request in %2$s %3$s</string>
<string name="timelineStatusRefIssue"><![CDATA[%1$s referenced this issue from a <font color=\'%2$d\'>%3$s</font> %4$s]]></string>
<string name="timelineReviewLeftComment">%1$s left a comment: %2$s %3$s</string>
<string name="timelineReviewLeftComment">%1$s comentou: %2$s %3$s</string>
<string name="timelinePinned">%1$s pinned this %2$s</string>
<string name="commitStatuses">Statuses</string>
<string name="statusNoUrl">This status has no linked target URL.</string>
<string name="starredRepos">Starred Repos</string>
<string name="lang_statistics">Language Statistics</string>
<string name="dashboard">Dashboard</string>
<string name="dashboard">Painel de controle</string>
<string name="createdRepository">created repository</string>
<string name="renamedRepository">renamed repository from %1$s to</string>
<string name="renamedRepository">renomeou o repositório de %1$s para</string>
<string name="starredRepository">starred</string>
<string name="transferredRepository">transferred repository %1$s to</string>
<string name="createdBranch">created branch %1$s in</string>
<string name="transferredRepository">transferiu o repositório %1$s para</string>
<string name="createdBranch">criou o ramo %1$s em</string>
<string name="pushedTo">pushed to %1$s at</string>
<string name="openedIssue">opened issue</string>
<string name="commentedOnIssue">commented on issue</string>
@ -791,18 +798,18 @@ Exemplo: codeberg.org</string>
<string name="closedPR">closed pull request</string>
<string name="reopenedPR">reopened pull request</string>
<string name="mergedPR">merged pull request</string>
<string name="approved">approved</string>
<string name="suggestedChanges">suggested changes for</string>
<string name="approved">aprovado</string>
<string name="suggestedChanges">sugeriu alterações para</string>
<string name="commentedOnPR">commented on pull request</string>
<string name="autoMergePR">automatically merged pull request</string>
<string name="deletedBranch">deleted branch %1$s at</string>
<string name="deletedBranch">removeu o ramo %1$s em</string>
<string name="pushedTag">pushed tag %1$s to</string>
<string name="deletedTag">deleted tag %1$s from</string>
<string name="releasedBranch">released %1$s at</string>
<string name="syncedCommits">synced commits to %1$s at</string>
<string name="syncedRefs">synced new reference %1$s to</string>
<string name="syncedDeletedRefs">synced and deleted reference %1$s at</string>
<string name="attachment">Attachment</string>
<string name="attachments">Attachments</string>
<string name="attachment">Anexo</string>
<string name="attachments">Anexos</string>
<string name="attachmentsSaveError">An issue was created but cannot process attachments at this time. Check the server logs for more details.</string>
</resources>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Файлы</string>
<string name="tabTextMl">Этапы</string>
<string name="tabTextReleases">Релизы</string>
<string name="tabTextBranches">Ветки</string>
<string name="tabTextCollaborators">Соавторы</string>
<string name="tabPullRequests">Запросы на слияние</string>
<string name="pullRequest">Запрос на извлечение</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Оставьте поле пустым, чтобы отправить в ветку по умолчанию</string>
<string name="newFileRequiredFieldNewBranchName">Имя новой ветки не может быть пустым, если текущая ветка не выбрана</string>
<string name="strFilter">Фильтр</string>
<string name="strSwitchBranches">Ветки</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Копировать URL задачи</string>
<string name="copyIssueUrlToastMsg">URL скопирован в буфер обмена</string>
@ -433,31 +431,35 @@
<string name="genericCopyUrl">Копировать URL</string>
<string name="genericWaitFor">Подождите ☕</string>
<string name="file">Файл</string>
<string name="issue">Issue</string>
<string name="issue">Проблема</string>
<string name="labelTxt">Label</string>
<string name="release">Release</string>
<string name="pr">Pull Request</string>
<string name="collaborator">Collaborator</string>
<string name="collaborator">Участник</string>
<string name="unstar">Unstar</string>
<string name="watch">Watch</string>
<string name="unwatch">Unwatch</string>
<string name="watch">Отслеживать</string>
<string name="unwatch">Не отслеживать</string>
<string name="share">Поделиться</string>
<string name="repository">Репозиторий</string>
<string name="team">Team</string>
<string name="organization">Organization</string>
<string name="team">Команда</string>
<string name="organization">Организация</string>
<string name="addRemove">Добавить / Удалить</string>
<string name="download">Скачать</string>
<string name="reopen">Reopen</string>
<string name="reopen">Возобновить</string>
<string name="openInBrowser">Открыть в Браузере</string>
<string name="deleteGenericTitle">Delete %s</string>
<string name="reset">Reset</string>
<string name="beta">BETA</string>
<string name="none">None</string>
<string name="main">main</string>
<string name="license">License</string>
<string name="title">Title</string>
<string name="deleteGenericTitle">Удалить %s</string>
<string name="reset">Сбросить</string>
<string name="beta">Бета</string>
<string name="none">Ничего</string>
<string name="main">главная</string>
<string name="license">Лицензия</string>
<string name="title">Название</string>
<string name="description">Описание</string>
<string name="bioText">Bio</string>
<string name="pin">Прикрепить</string>
<string name="unpin">Открепить</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Обзор пользователей</string>
<string name="exploreIssues">Обзор задач</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Выберите стратегию слияния</string>
<string name="mergeNotAllowed">Слияние не разрешено [Причина: Нет достаточных разрешений]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Пожалуйста дождитесь загрузки файла</string>
<string name="downloadFileSaved">Файл успешно сохранён</string>
<string name="excludeFilesInFileViewer">Этот тип/размер файла не поддерживается программой просмотра файлов. Вы можете скачать его из меню.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Подписка успешно отменена</string>
<string name="alreadyUnsubscribed">Вы уже отписались</string>
<string name="unSubscriptionError">Не удалось отменить подписку</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Закрыть этап</string>
<string name="openMilestone">Открыть этап</string>
<string name="milestoneStatusUpdate">Статус этапа успешно обновлён</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">ගොනු</string>
<string name="tabTextMl">සන්ධිස්ථාන</string>
<string name="tabTextReleases">නිකුතු</string>
<string name="tabTextBranches">ශාඛා</string>
<string name="tabTextCollaborators">සහයෝගිතාකරුවන්</string>
<string name="tabPullRequests">අදින්න ඉල්ලීම්</string>
<string name="pullRequest">අදින්න ඉල්ලීම</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">පෙරනිමි ශාඛාව වෙත තල්ලු කිරීමට හිස්ව තබන්න</string>
<string name="newFileRequiredFieldNewBranchName">වත්මන් ශාඛාව තෝරා නොමැති නම් නව ශාඛාවේ නම හිස් විය නොහැක</string>
<string name="strFilter">පෙරහන</string>
<string name="strSwitchBranches">ශාඛා</string>
<string name="strMarkdown">සලකුණු කිරීම</string>
<string name="copyIssueUrl">නිකුතුවේ URL පිටපත් කරන්න</string>
<string name="copyIssueUrlToastMsg">URL එක පසුරු පුවරුවට පිටපත් කරන ලදී</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">පරිශීලකයන් ගවේෂණය කරන්න</string>
<string name="exploreIssues">ගැටළු ගවේෂණය කරන්න</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">ඒකාබද්ධ උපාය තෝරන්න</string>
<string name="mergeNotAllowed">ඒකාබද්ධ කිරීමට ඉඩ නොදේ [හේතුව: ප්‍රමාණවත් අනුමැතියක් නොමැත]</string>
<string name="deleteBranch">ශාඛාව මකන්න</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">කරුණාකර ගොනුව මතකයට පූරණය වන තෙක් රැඳී සිටින්න</string>
<string name="downloadFileSaved">ගොනුව සාර්ථකව සුරකින ලදී</string>
<string name="excludeFilesInFileViewer">මෙම ගොනු වර්ගය/ප්‍රමාණය ගොනු නරඹන්නා තුළ සහාය නොදක්වයි. ඔබට එය මෙනුවෙන් බාගත හැකිය.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">සාර්ථකව දායකත්වයෙන් ඉවත් විය</string>
<string name="alreadyUnsubscribed">ඔබ දැනටමත් දායකත්වයෙන් ඉවත් වී ඇත</string>
<string name="unSubscriptionError">දායකත්වයෙන් ඉවත් වීම අසාර්ථක විය</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">සන්ධිස්ථානය වසා දමන්න</string>
<string name="openMilestone">විවෘත සන්ධිස්ථානය</string>
<string name="milestoneStatusUpdate">සන්ධිස්ථානයේ තත්ත්වය සාර්ථකව යාවත්කාලීන කරන ලදී</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Súbory</string>
<string name="tabTextMl">Míľniky</string>
<string name="tabTextReleases">Vydania</string>
<string name="tabTextBranches">Branches</string>
<string name="tabTextCollaborators">Collaborators</string>
<string name="tabPullRequests">Pull Requests</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">Filter</string>
<string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Close Milestone</string>
<string name="openMilestone">Open Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Фајлови</string>
<string name="tabTextMl">Фазе</string>
<string name="tabTextReleases">Издања</string>
<string name="tabTextBranches">Гране</string>
<string name="tabTextCollaborators">Сарадници</string>
<string name="tabPullRequests">Пул захтеви</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">Назив нове гране је обавезан ако тренутна грана није одабрана</string>
<string name="strFilter">Филтер</string>
<string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Копирај URL проблема</string>
<string name="copyIssueUrlToastMsg">URL је копиран</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Сачекај да се фајл учита у меморију</string>
<string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Затвори фазу</string>
<string name="openMilestone">Отвори фазу</string>
<string name="milestoneStatusUpdate">Фаза је ажурирана</string>

View File

@ -10,7 +10,7 @@
<string name="navAbout">Hakkında</string>
<string name="navRate">GitNex\'i Puanla</string>
<string name="navLogout">Çıkış Yap</string>
<string name="navAdministration"></string>
<string name="navAdministration">Örnek Yönetimi</string>
<string name="navMyIssues">Konularım</string>
<string name="navMostVisited">En çok ziyaret edilen depolar</string>
<string name="navNotes">Notlar</string>
@ -96,7 +96,6 @@
<string name="tabTextFiles">Dosyalar</string>
<string name="tabTextMl">Kilometre Taşları</string>
<string name="tabTextReleases">Sürümler</string>
<string name="tabTextBranches">Dallar</string>
<string name="tabTextCollaborators">İşbirlikçiler</string>
<string name="tabPullRequests">İstekleri Çek</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</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="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Konu Adresini Kopyala</string>
<string name="copyIssueUrlToastMsg">URL panoya kopyalandı</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Kullanıcıları keşfet</string>
<string name="exploreIssues">Konuları keşfet</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Close Milestone</string>
<string name="openMilestone">Open Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">Файли</string>
<string name="tabTextMl">Етапи</string>
<string name="tabTextReleases">Релізи</string>
<string name="tabTextBranches">Гілки</string>
<string name="tabTextCollaborators">Співавтори</string>
<string name="tabPullRequests">Запити на злиття</string>
<string name="pullRequest">Pull Request</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">Назва нової гілки не може бути пустою, якщо не обрано поточну гілку</string>
<string name="strFilter">Фільтр</string>
<string name="strSwitchBranches">Branches</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Скопіювати URL проблеми</string>
<string name="copyIssueUrlToastMsg">URL скопійовано до буфера обміну</string>
@ -458,6 +456,10 @@
<string name="title">Title</string>
<string name="description">Description</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Зачекайте, поки файл завантажиться</string>
<string name="downloadFileSaved">Файл успішно збережений</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">Підписку успішно відмінено</string>
<string name="alreadyUnsubscribed">Ви вже відписалися</string>
<string name="unSubscriptionError">Не вдалося відписатися</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">Закрити етап</string>
<string name="openMilestone">Відкрити етап</string>
<string name="milestoneStatusUpdate">Статус етапу успішно оновлено</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">文件</string>
<string name="tabTextMl">里程碑</string>
<string name="tabTextReleases">版本发布</string>
<string name="tabTextBranches">分支</string>
<string name="tabTextCollaborators">协作者</string>
<string name="tabPullRequests">拉取请求</string>
<string name="pullRequest">合并请求</string>
@ -185,7 +184,7 @@
<string name="settingsEnableCommentsDeletionText">启用草稿删除</string>
<string name="settingsEnableCommentsDeletionHintText">发表评论时删除评论草稿</string>
<string name="settingsGeneralHeader">常规​​​​​</string>
<string name="generalHintText">Home screen, crash reports, custom tabs</string>
<string name="generalHintText">主屏幕,崩溃报告,自定义标签</string>
<string name="generalDeepLinkDefaultScreen">默认链接处理程序</string>
<string name="generalDeepLinkDefaultScreenHintText">如果应用无法处理外部链接,请选择应加载的屏幕。 它会自动把你重定向。</string>
<string name="linkSelectorDialogTitle">选择默认链接处理程序屏幕</string>
@ -203,15 +202,15 @@
<string name="restore">恢复</string>
<string name="backupFileSuccess">已成功创建备份</string>
<string name="backupFileError">创建数据备份时发生错误</string>
<string name="backupFilePopupText">This action will backup your accounts, settings, notes, and data related to repositories.\n\nClick the Backup button to download the backup file.</string>
<string name="restoreFilePopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, notes, and data related to repositories.\n\nPlease note this action will overwrite the current database data. Proceed with caution.\n\nClick Restore to start the process.</string>
<string name="backupFilePopupText">此操作将备份您的帐户、设置、笔记和与仓库相关的数据。\n\n单击“备份”按钮下载备份文件。</string>
<string name="restoreFilePopupText">您即将从 GitNex 生成的备份文件还原。这将恢复与存储库相关的用户帐户、设置、注释和数据。\n\n请注意此操作将覆盖当前数据库数据。请谨慎操作。\n\n点击\"恢复\"按钮执行该操作。</string>
<string name="restoreError">从备份文件恢复时发生错误。</string>
<string name="restoreFromBackup">从备份中恢复</string>
<string name="restoreFromBackupPopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, notes, and data related to repositories.\n\nClick Restore to start the process.</string>
<string name="hideEmailLangInProfileHeader">Set Email and Language as Private</string>
<string name="hideEmailLangInProfileHint">You can set your email and language to private to hide them on your profile screen</string>
<string name="hideEmailNavDrawerHeader">Hide Email in Drawer</string>
<string name="hideEmailNavDrawerHint">You can enable this option to hide your email in the app navigation drawer</string>
<string name="restoreFromBackupPopupText">您即将从 GitNex 生成的备份文件还原。这将恢复与存储库相关的用户帐户、设置、注释和数据。\n\n点击”恢复“按钮执行该操作。</string>
<string name="hideEmailLangInProfileHeader">设置电子邮箱地址和语言为私有属性</string>
<string name="hideEmailLangInProfileHint">你可以将你的邮件地址和语言设为私有属性,从而在个人资料屏幕隐藏这些信息</string>
<string name="hideEmailNavDrawerHeader">在抽屉菜单中隐藏邮箱地址</string>
<string name="hideEmailNavDrawerHint">你可以开启此选项以在抽屉导航栏中隐藏你的电子邮箱地址</string>
<!-- settings -->
<string name="noMoreData">没有更多可用数据</string>
<string name="createLabel">创建标签</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">留空以推送到默认分支</string>
<string name="newFileRequiredFieldNewBranchName">如果未选择当前分支,新分支名称不能为空</string>
<string name="strFilter">筛选器</string>
<string name="strSwitchBranches">分支</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">复制问题 URL</string>
<string name="copyIssueUrlToastMsg">已复制链接</string>
@ -458,6 +456,10 @@
<string name="title">标题</string>
<string name="description">描述</string>
<string name="bioText">Bio</string>
<string name="pin">置顶</string>
<string name="unpin">取消置顶</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">探索用户</string>
<string name="exploreIssues">探索问题</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">选择合并策略</string>
<string name="mergeNotAllowed">不允许合并 [理由:没有足够多的认可]</string>
<string name="deleteBranch">删除分支</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">请等待文件加载到内存</string>
<string name="downloadFileSaved">文件保存成功</string>
<string name="excludeFilesInFileViewer">文件查看器不支持此文件类型/大小。你可以从菜单下载。</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">取消订阅成功</string>
<string name="alreadyUnsubscribed">您已取消订阅</string>
<string name="unSubscriptionError">取消订阅失败</string>
<string name="issue_pinned">置顶工单成功</string>
<string name="issue_unpinned">取消置顶工单成功</string>
<string name="pinning_failed">置顶工单失败</string>
<string name="unpinning_failed">取消置顶工单失败</string>
<string name="closeMilestone">关闭里程碑</string>
<string name="openMilestone">打开里程碑</string>
<string name="milestoneStatusUpdate">里程碑状态更新成功</string>
@ -764,8 +771,8 @@
<string name="timelineTimeTrackingAddManualTime">%1$s 添加了所花时间 %2$s %3$s</string>
<string name="timelineTimeTrackingDeleteManualTime">%1$s 删除了所花时间 %2$s %3$s</string>
<string name="timelineChangeIssueRef">%1$s 添加了参考 %2$s %3$s</string>
<string name="timelineRefIssue">%1$s referenced this issue in %2$s %3$s</string>
<string name="timelineRefPr">%1$s referenced this pull request in %2$s %3$s</string>
<string name="timelineRefIssue">%1$s 在 %2$s %3$s中提到了这张工单</string>
<string name="timelineRefPr">%1$s 在 %2$s %3$s 中提到了这个拉取请求</string>
<string name="timelineStatusRefIssue"><![CDATA[%1$s 引用了来自 <font color=\'%2$d\'>%3$s</font> %4$s 的工单]]></string>
<string name="timelineReviewLeftComment">%1$s 留下评论:%2$s %3$s</string>
<string name="timelinePinned">%1$s 置顶了 %2$s</string>

View File

@ -96,7 +96,6 @@
<string name="tabTextFiles">檔案</string>
<string name="tabTextMl">里程碑</string>
<string name="tabTextReleases">Releases</string>
<string name="tabTextBranches">分支</string>
<string name="tabTextCollaborators">協作者</string>
<string name="tabPullRequests">拉取請求</string>
<string name="pullRequest">拉取請求</string>
@ -392,7 +391,6 @@
<string name="newFileEmptyBranchMessage">Leave blank to push to the default branch</string>
<string name="newFileRequiredFieldNewBranchName">New branch name cannot be empty if current branch is not selected</string>
<string name="strFilter">篩選器</string>
<string name="strSwitchBranches">分支</string>
<string name="strMarkdown">Markdown</string>
<string name="copyIssueUrl">Copy Issue URL</string>
<string name="copyIssueUrlToastMsg">URL copied to clipboard</string>
@ -458,6 +456,10 @@
<string name="title">標題</string>
<string name="description">描述</string>
<string name="bioText">Bio</string>
<string name="pin">Pin</string>
<string name="unpin">Unpin</string>
<string name="branch">Branch</string>
<string name="branches">Branches</string>
<!-- generic copy -->
<string name="exploreUsers">探索使用者</string>
<string name="exploreIssues">探索議題</string>
@ -501,6 +503,7 @@
<string name="selectMergeStrategy">Select merge strategy</string>
<string name="mergeNotAllowed">Not allowed to merge [Reason: Does not have enough approvals]</string>
<string name="deleteBranch">刪除分支</string>
<string name="switch_branch">Switch Branch</string>
<string name="waitLoadingDownloadFile">Please wait for the file to load to memory</string>
<string name="downloadFileSaved">File saved successfully</string>
<string name="excludeFilesInFileViewer">This file type/size is not supported in file viewer. You can download it from the menu.</string>
@ -534,6 +537,10 @@
<string name="unsubscribedSuccessfully">成功取消訂閱</string>
<string name="alreadyUnsubscribed">您已取消訂閱</string>
<string name="unSubscriptionError">取消訂閱失敗</string>
<string name="issue_pinned">Issue pinned successfully</string>
<string name="issue_unpinned">Issue unpinned successfully</string>
<string name="pinning_failed">Pinning issue failed</string>
<string name="unpinning_failed">Unpinning issue failed</string>
<string name="closeMilestone">關閉里程碑</string>
<string name="openMilestone">開啓里程碑</string>
<string name="milestoneStatusUpdate">成功更新里程碑狀態</string>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="versionLow" translatable="false">1.21</string>
<string name="versionHigh" translatable="false">10.0.0</string>
<string name="versionLow" translatable="false">1.22</string>
<string name="versionHigh" translatable="false">11.0.0</string>
</resources>

View File

@ -1,8 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="7.0.0-dev" versioncode="695">
<change>Under development</change>
<release version="7.0.0" versioncode="700">
<change>New: Pinned issues</change>
<change>New: Bash and D languages support</change>
<change>New: Pin/unpin an issue</change>
<change>New: Add attachments when editing an issue</change>
<change>New: Support Android 15 edge to edge feature</change>
<change>Improvements: Enhanced Files UI</change>
<change>Improvements: Highlight archived repo in repositories list</change>
<change>Improvements: Translation updates</change>
<change>Bugfix: Fix errors on showing when user is not authorized to get list of languages and README.md</change>
<change>Bugfix: Fix add/remove button colors for users and repositories in team</change>
</release>
</changelog>

View File

@ -0,0 +1,15 @@
7.0.0
🎉 Features 🎉
- Pinned issues
- Bash and D languages support
- Pin/unpin an issue
- Add attachments when editing an issue
- Support Android 15 edge to edge feature
🚀 Improvements 🚀
- Enhanced Files UI
- Highlight archived repo in repositories list
- Translation updates
Release Notes: https://codeberg.org/gitnex/GitNex/releases