GitNex-Android-App/app/src/main/res/values-cs-rCZ/strings.xml

721 lines
51 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- menu items -->
<string name="navMyRepos">Mé repositáře</string>
<string name="navStarredRepos">Oblíbené repozitáře</string>
<string name="navRepos">Repozitáře</string>
<string name="navProfile">Profil</string>
<string name="navSettings">Nastavení</string>
<string name="navOrg">Organizace</string>
<string name="navAbout">O aplikaci</string>
<string name="navRate">Ohodnotit GitNex</string>
<string name="navLogout">Odhlásit se</string>
<string name="navAdministration">Instance Administration</string>
<string name="navMyIssues">My Issues</string>
<string name="navMostVisited">Most Visited Repos</string>
<string name="navNotes">Notes</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleNewRepo">Nový repozitář</string>
<string name="pageTitleIssues">Issues</string>
<string name="pageTitleCreateOrganization">Nová organizace</string>
<string name="pageTitleCreateMilestone">Nový milník</string>
<string name="pageTitleCreateNewIssue">Nový problém</string>
<string name="pageTitleCreateLabel">Nový štítek</string>
<string name="pageTitleCredits">Poděkování</string>
<string name="pageTitleChooseBranch">Vybrat větev</string>
<string name="pageTitleLabelUpdate">Aktualizovat štítek</string>
<string name="pageTitleStarredRepos">Oblíbené repozitáře</string>
<string name="pageTitleCreateTeam">Nový tým</string>
<string name="pageTitleAddEmail">Přidat e-mailovou adresu</string>
<string name="pageTitleNewFile">Nový soubor</string>
<string name="pageTitleExplore">Prozkoumat</string>
<string name="pageTitleAdministration">Administration</string>
<string name="pageTitleNewPullRequest">Nová žádost o přijetí změn</string>
<string name="pageTitleUsers">Uživatelé</string>
<!-- page titles -->
<string name="repoName">Demo repozitář</string>
<string name="repoDescription">Demo popis</string>
<string name="orgName">Demo organizace</string>
<string name="newCreateButtonCopy">Vytvořit</string>
<string name="newUpdateButtonCopy">Aktualizovat</string>
<string name="newRepoTintCopy">Název repositáře</string>
<string name="newRepoDescTintCopy">Popis repozitáře</string>
<string name="newRepoPrivateCopy">Soukromé</string>
<string name="newRepoOwner">Vlastník</string>
<string name="newOrgTintCopy">Název organizace</string>
<string name="newOrgDescTintCopy">Popis organizace</string>
<string name="userName">Uživatelské jméno</string>
<string name="passWord">Heslo</string>
<string name="btnLogin">Přihlásit se</string>
<string name="instanceUrl">URL instance</string>
<string name="navigationDrawerOpen">Otevřít navigační menu</string>
<string name="navigationDrawerClose">Zavřít navigační menu</string>
<string name="protocol">Protokol</string>
<string name="urlInfoTooltip">1- Choose the correct protocol(https or http). \n2- Enter instance url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field.</string>
<string name="malformedUrl">Nelze se připojit k serveru. Zkontrolujte prosím URL nebo port pro případné chyby</string>
<string name="protocolError">Není doporučeno používat HTTP protokol, pokud netestujete na místní síti</string>
<string name="malformedJson">Byl přijat chybný JSON. Odpověď od serveru nebyla úspěšná</string>
<string name="emptyFieldURL">Je vyžadována URL instance</string>
<string name="emptyFieldUsername">Uživatelské jméno je vyžadováno</string>
<string name="emptyFieldPassword">Heslo je vyžadováno</string>
<string name="protocolEmptyError">Protokol je vyžadován</string>
<string name="checkNetConnection">Nelze se přihlásit, zkontrolujte prosím vaše připojení k internetu</string>
<string name="repoNameErrorEmpty">Název repozitáře není vyplněn</string>
<string name="repoNameErrorInvalid">Název repositáře není platný. [a&#8211;z A&#8211;Z 0&#8211;9 &#8211; _]</string>
<string name="repoNameErrorReservedName">Název repozitáře je rezervován</string>
<string name="repoNameErrorReservedPatterns">Název repozitáře obsahuje vyhrazená slova</string>
<string name="repoDescError">Popis repozitáře překračuje maximální limit 255 znaků</string>
<string name="repoCreated">Repozitář byl úspěšně vytvořen</string>
<string name="repoExistsError">Repozitář tohoto jména již existuje pod vybraným vlastníkem</string>
<string name="repoOwnerError">Zvolte vlastníka repozitáře</string>
<string name="orgNameErrorEmpty">Název organizace je prázdný</string>
<string name="orgNameErrorInvalid">Název organizace není platný, [a&#8211;z A&#8211;Z 0&#8211;9 &#8211; _]</string>
<string name="orgDescError">Popis organizace překračuje maximální limit 255 znaků</string>
<string name="orgCreated">Organizace byla úspěšně vytvořena</string>
<string name="orgExistsError">Organizace již existuje</string>
<string name="diffStatistics">%1$s addition(s) and %2$s deletion(s)</string>
<string name="processingText">Zpracovávání</string>
<string name="search">Hledat</string>
<string name="close">Zavřít</string>
<string name="addNewContent">Přidat</string>
<string name="orgContentAvatar">Avatar organizace</string>
<string name="repoContentAvatar">Repozitář</string>
<string name="privateAvatar">Soukromý avatar</string>
<string name="removeContent">Odebrat</string>
<string name="genericApiError">Instance has returned an error. Code %d</string>
<string name="tabTextInfo">Podrobnosti</string>
<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>
<string name="infoTabRepoSize">Velikost</string>
<string name="infoTabRepoDefaultBranch">Výchozí větev</string>
<string name="infoTabRepoSshUrl">SSH URL</string>
<string name="infoTabRepoCloneUrl">URL pro klonování</string>
<string name="infoTabRepoRepoUrl">URL repozitáře</string>
<string name="infoTabRepoForksCount">Forky</string>
<string name="infoTabRepoCreatedAt">Vytvořeno</string>
<string name="infoTabRepoUpdatedAt">Naposledy aktualizováno</string>
<string name="infoShowMoreInformation">Zobrazit více informací</string>
<string name="infoMoreInformation">Více informací</string>
<string name="timeAtText">v(ve)</string>
<string name="issueMilestone">Milník %1$s</string>
<string name="dueDate">Termín do %1$s</string>
<string name="assignedTo">Přiřazeno uživateli %1$s</string>
<string name="assignedToMe">Assigned to Me</string>
<string name="commentButtonText">Komentář</string>
<string name="commentEmptyError">Zadejte svůj komentář</string>
<string name="commentSuccess">Komentář byl zveřejněn</string>
<string name="featureDeprecated">Tato funkce bude v budoucnu odstraněna</string>
<string name="generalImgContentText">Obrázek</string>
<string name="commitAuthor">Autor commitu: %1$s</string>
<string name="releaseDownloadText">Stahování</string>
<string name="releasePublishedBy">Zveřejnil/a %1$s</string>
<string name="noReleaseBodyContent">Poznámky k verzi nejsou poskytnuty vydavatelem.</string>
<string name="newMilestoneTitle">Název</string>
<string name="newMilestoneDescription">Popis</string>
<string name="newMilestoneDueDate">Splnit do</string>
<string name="milestoneNameErrorEmpty">Název milníku je prázdný</string>
<string name="milestoneDescError">Popis repozitáře překračuje maximální limit 255 znaků</string>
<string name="milestoneCreated">Milník byl úspěšně vytvořen</string>
<string name="milestoneDateEmpty">Vyberte prosím datum dokončení</string>
<string name="milestoneNoDueDate">Bez termínu dokončení</string>
<string name="milestoneNoDescription">Bez popisu</string>
<string name="milestoneIssueStatusOpen">%1$d otevřených</string>
<string name="milestoneIssueStatusClosed">%1$d zavřených</string>
<string name="selectMilestone">Zvolit Milníky</string>
<string name="newIssueSelectAssigneesListTitle">Vybrat pověřenou osobu</string>
<string name="newIssueSelectLabelsListTitle">Vybrat popisek</string>
<string name="newIssueTitle">Název</string>
<string name="newIssueAssigneesListTitle">Pověřené osoby</string>
<string name="newIssueDescriptionTitle">Popis</string>
<string name="newIssueDueDateTitle">Splnit do</string>
<string name="newIssueMilestoneTitle">Milník</string>
<string name="newIssueLabelsTitle">Popisky</string>
<string name="issueTitleEmpty">Název problému je prázdný</string>
<string name="issueDescriptionEmpty">Popis je prázdný</string>
<string name="issueCreated">Problém úspěšně vytvořen</string>
<string name="issueCreatedNoMilestone">Žádný milník</string>
<string name="noAssigneesFound">Žádný zpracovatel nenalezen</string>
<!-- settings -->
<string name="settingsLanguageHeaderText">Překlad</string>
<string name="settingsLanguageSystem">Systém</string>
<string name="settingsSecurityHeader">Zabezpečení</string>
<string name="settingsCertsSelectorHeader">Odstranit důvěryhodné certifikáty</string>
<string name="settingsCertsPopupTitle">Smazat důvěryhodné certifikáty?</string>
<string name="settingsCertsPopupMessage">Are you sure to delete any manually trusted certificate or hostname? \n\nYou will also be logged out.</string>
<string name="settingsSave">Nastavení uloženo</string>
<string name="settingsLanguageSelectorHeader">Jazyk</string>
<string name="settingsLanguageSelectedHeaderDefault">Angličtina</string>
<string name="settingsAppearanceHeader">Vzhled</string>
<string name="settingsLanguageSelectorDialogTitle">Zvolte jazyk</string>
<string name="settingsLightThemeTimeSelectorHeader">Přepnout Světlý Motiv dle času</string>
<string name="settingsDarkThemeTimeSelectorHeader">Přepnout Tmavý Motiv dle času</string>
<string name="settingsTimeSelectorDialogTitle">Zvolte formát času</string>
<string name="settingsHelpTranslateText">Přeložit GitNex pomocí Crowdin</string>
<string name="codeBlockHeaderText">Barva bloku kódu</string>
<string name="settingsCodeBlockSelectorDialogTitle">Výběr barvy bloku kódu</string>
<string name="settingsHomeScreenHeaderText">Úvodní obrazovka</string>
<string name="settingsHomeScreenSelectedText">Mé repositáře</string>
<string name="settingsHomeScreenSelectorDialogTitle">Vyberte domovskou obrazovku</string>
<string name="settingsCustomFontHeaderText">Písmo</string>
<string name="settingsCustomFontSelectorDialogTitle">Vybrat písmo</string>
<string name="themeSelectorDialogTitle">Vybrat motiv</string>
<string name="themeSelectionHeaderText">Motiv</string>
<string name="settingsCounterBadges">Odznáčky Počítání</string>
<string name="settingsFileViewerSourceCodeHeaderText">Motiv Zdrojového Kódu</string>
<string name="cacheSizeDataDialogHeader">Velikost souboru mezipaměti</string>
<string name="cacheSizeDataSelectionHeaderText">Velikost souboru mezipaměti</string>
<string name="cacheSizeImagesDialogHeader">Velikost souboru mezipaměti obrázků</string>
<string name="cacheSizeImagesSelectionHeaderText">Velikost souboru mezipaměti obrázků</string>
<string name="clearCacheSelectionHeaderText">Vyčistit mezipaměť</string>
<string name="clearCacheDialogHeader">Vyčistit mezipaměť?</string>
<string name="clearCacheDialogMessage">Všechna data v mezipaměti, včetně obrázků a souborů budou vymazána.\n\nPokračovat?</string>
<string name="draftsHeader">Koncepty</string>
<string name="draftsHintText">Koncepty komentářů</string>
<string name="settingsEnableCommentsDeletionText">Povolit mazání konceptů</string>
<string name="settingsEnableCommentsDeletionHintText">Smazat koncept komentáře po odeslání</string>
<string name="settingsGeneralHeader">Obecné</string>
<string name="generalHintText">Výchozí zpracovatel odkazů, domovská obrazovka</string>
<string name="generalDeepLinkDefaultScreen">Výchozí zpracovatel odkazů</string>
<string name="generalDeepLinkDefaultScreenHintText">Choose what screen should be loaded if the app cannot handle external links. It will redirect you automatically.</string>
<string name="generalDeepLinkSelectedText">Není k dispozici</string>
<string name="linkSelectorDialogTitle">Zvolte výchozí obrazovku zpracování odkazů</string>
<string name="settingsBiometricHeader">Biometrické odemknutí</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>
<!-- settings -->
<string name="noMoreData">Nejsou k dispozici žádná data</string>
<string name="createLabel">Nový štítek</string>
<string name="menuTitleText">Menu Repozitáře</string>
<string name="labelName">Název štítku</string>
<string name="labelColor">Barva štítku</string>
<string name="labelEmptyError">Název štítku je prázdný</string>
<string name="labelNameError">Název štítku není platný</string>
<string name="labelCreated">Label created</string>
<string name="labelUpdated">Label updated</string>
<string name="labelMenuContentDesc">Sestupně</string>
<string name="labelDeleteText">Štítek byl smazán</string>
<string name="selectBranchError">Zvolte větev k vydání</string>
<string name="alertDialogTokenRevokedTitle">Chyba ověření</string>
<string name="alertDialogTokenRevokedMessage">It seems that the Access Token is revoked OR your are not allowed to see these contents.\n\nIn case of revoked Token, please logout and login again</string>
<string name="labelDeleteMessage">Opravdu chcete smazat tento štítek?</string>
<!-- org tabbed layout str -->
<string name="orgTabTeams">Týmy</string>
<string name="orgTabMembers">Členové</string>
<string name="teamTitle">Název týmu</string>
<string name="teamDescription">Popis týmu</string>
<string name="teamPermissions">Permissions</string>
<string name="teamPermissionNone">• Members of this team do not have any permissions.</string>
<string name="teamPermissionRead">• Members of this team can view team repositories.</string>
<string name="teamPermissionWrite">• Members of this team can view and push to team repositories.</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="orgMember">Členové organizace</string>
<string name="orgTeamMembers">Členové organizace</string>
<string name="removeTeamMember">Remove %s</string>
<string name="addTeamMember">Add %s</string>
<string name="addTeamMemberMessage">Do you want to add this user to the team?</string>
<string name="removeTeamMemberMessage">Do you want to remove this user from the team?</string>
<string name="memberAddedMessage">Member added to the team successfully</string>
<string name="memberRemovedMessage">Member removed from the team successfully</string>
<string name="repoAddedMessage">Repository added to the team successfully</string>
<string name="repoRemovedMessage">Repository removed from the team successfully</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>
<!-- org tabbed layout str -->
<!-- create team -->
<string name="newTeamTitle">Team Name</string>
<string name="newTeamDesc">Description</string>
<string name="newTeamPermission">Permission</string>
<string name="newTeamAccessControls">Access Controls</string>
<string name="newTeamPermissionRead">Members can view and clone team repositories</string>
<string name="newTeamPermissionWrite">Members can read and push to team repositories</string>
<string name="newTeamPermissionAdmin">Members can pull and push to team repositories and add collaborators to them</string>
<string name="teamNameEmpty">Please enter team name</string>
<string name="teamNameError">Team name should contain only alphanumeric, dash (-), underscore (_) and dot (.) characters</string>
<string name="teamPermissionEmpty">Please select permission</string>
<string name="teamDescError">Team description have illegal characters</string>
<string name="teamDescLimit">Team description have more than 100 characters</string>
<string name="teamCreated">Team created successfully</string>
<!-- create team -->
<!-- issue comments -->
<string name="editCommentTitle">Edit Comment</string>
<string name="editCommentUpdatedText">Comment updated</string>
<string name="issueCommentShare">Share Comment</string>
<string name="deleteCommentSuccess">Comment deleted successfully</string>
<string name="copyCommentText">Copy Comment</string>
<!-- issue comments -->
<!-- add collaborator -->
<string name="addCollaboratorSearchHint">Search users</string>
<string name="addCollaboratorViewUserDesc">Username</string>
<string name="removeCollaboratorDialogTitle">Remove %s?</string>
<string name="removeCollaboratorMessage">Do you want to remove this user from the repository?</string>
<string name="removeCollaboratorToastText">User removed from the repository.</string>
<string name="addCollaboratorToastText">User added to the repository.</string>
<!-- add collaborator -->
<!-- profile section -->
<string name="profileTabFollowers">Followers</string>
<string name="profileTabFollowing">Following</string>
<string name="profileCreateNewEmailAddress">Add Email Address</string>
<string name="profileEmailTitle">Email Address</string>
<string name="emailAddedText">New email added successfully</string>
<string name="emailErrorEmpty">Email address is empty</string>
<string name="emailErrorInvalid">Email address is not valid</string>
<string name="emailErrorInUse">Email address is already in use</string>
<string name="emailTypeText">Primary</string>
<string name="profileTabEmails">Emails</string>
<!-- profile section -->
<!-- single issue section -->
<string name="singleIssueEditLabels">Add / Remove Labels</string>
<string name="labelsUpdated">Labels updated</string>
<string name="closeIssue">Close Issue</string>
<string name="editIssue">Edit Issue</string>
<string name="reOpenIssue">Znovuotevřít úkol</string>
<string name="issueStateClosed">Úkol uzavřen</string>
<string name="issueStateReopened">Úkol znovuotevřen</string>
<string name="addRemoveAssignees">Přidat/Odebrat zpracovatele</string>
<string name="assigneesUpdated">Zpracovatelé aktualizováni</string>
<string name="singleIssueSubscribe">Přihlásit k odběru</string>
<string name="singleIssueUnSubscribe">Odhlásit se</string>
<!-- single issue section -->
<string name="repoMetaData">Metadata repozitáře</string>
<!-- admin -->
<string name="adminCreateNewUser">New User</string>
<string name="adminUsers">Systémoví uživatelé</string>
<string name="userRoleAdmin">Administrátor</string>
<string name="adminCron">Úlohy plánovače</string>
<string name="adminCronScheduleHeader">Plán</string>
<string name="adminCronNextRunHeader">Další spuštění</string>
<string name="adminCronLastRunHeader">Poslední spuštění</string>
<string name="adminCronExecutionHeader">Provádění</string>
<string name="adminCronTaskSuccessMsg">Úloha %1$s je úspěšně vytvořena</string>
<!-- admin -->
<!-- create user -->
<string name="userFullNameText">Celé jméno</string>
<string name="userEmail">Email</string>
<string name="userUserName">Uživatelské jméno</string>
<string name="userPassword">Heslo</string>
<string name="userInvalidFullName">Neplatné jméno</string>
<string name="userInvalidUserName">Neplatné uživatelské jméno</string>
<string name="userInvalidEmail">Neplatný e-mail</string>
<string name="userCreatedText">Uživatel byl úspěšně vytvořen</string>
<string name="userExistsError">Uživatel již existuje</string>
<!-- create user -->
<!-- edit issue -->
<string name="editIssueNavHeader">Editovat úkol #%1$s</string>
<string name="editIssueSuccessMessage">Úkol aktualizován</string>
<!-- edit issue -->
<!-- release -->
<string name="createRelease">Nové Vydání</string>
<string name="releaseTagNameText">Jméno štítku</string>
<string name="releaseTitleText">Název</string>
<string name="releaseContentText">Obsah</string>
<string name="releaseTypeText">Označit jako Před-vydání</string>
<string name="releaseBranchText">Vybrat větev</string>
<string name="releaseDraftText">Koncept</string>
<string name="tagNameErrorEmpty">Název štítku je prázdný</string>
<string name="titleErrorEmpty">Název je prázdný</string>
<string name="releaseCreatedText">Nové vydání vytvořeno</string>
<string name="deleteReleaseConfirmation">Do you really want to delete this release?</string>
<string name="releaseDeleted">Release deleted</string>
<!-- release -->
<string name="loginOTPTypeError">OTP kód obsahuje pouze čísla</string>
<string name="loginOTP">OTP Kód (volitelně)</string>
<string name="otpMessage">Vložte OTP kód, je-li povoleno 2FA</string>
<string name="openWebRepo">Otevřít v prohlížeči</string>
<string name="repoStargazersInMenu">Sledující</string>
<string name="repoWatchersInMenu">Sledující</string>
<string name="noDataWebsite">Web nenalezen</string>
<string name="noDataDescription">Popise nenalezen</string>
<string name="noDataLocation">Místo nenalezeno</string>
<string name="starMember">Hvězda</string>
<string name="watcherMember">Sleduje</string>
<string name="zipArchiveDownloadReleasesTab">Zdrojový kód (ZIP)</string>
<string name="tarArchiveDownloadReleasesTab">Source code (TAR.GZ)</string>
<!-- new file -->
<string name="newFileNameTintCopy">File Name</string>
<string name="newFileBranchTintCopy">New Branch Name</string>
<string name="newFileContentTintCopy">File Content</string>
<string name="newFileButtonCopy">Create New File</string>
<string name="newFileNameHintMessage">with folder: app/test.md</string>
<string name="newFileMessageTintCopy">Zpráva commitu</string>
<string name="newFileInvalidBranchName">Invalid branch name, may only contain &#8211;, a&#8211;z, 0&#8211;9</string>
<string name="newFileCommitMessageError">Commit zpráva je příliš dlouhá</string>
<string name="newFileSuccessMessage">New file created</string>
<string name="newFileBranches">Select or create a branch</string>
<string name="newFileRequiredFields">Fields like filename, content and commit message are required</string>
<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>
<string name="copyIssueCommentToastMsg">Comment copied to clipboard</string>
<string name="copyShaToastMsg">SHA copied to clipboard</string>
<string name="milestoneCompletion">%1$d\uFF05 completed</string>
<!-- files -->
<string name="filesGenericError">Sorry this file cannot be viewed as API returned an error</string>
<string name="fileTypeCannotBeEdited">Files of this type cannot be edited</string>
<string name="notSupported">Not supported</string>
<!-- generic copy -->
<string name="okButton">OK</string>
<string name="doneButton">Done</string>
<string name="cancelButton">Cancel</string>
<string name="genericError">Something went wrong, please try again</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="addButton">Add</string>
<string name="removeButton">Remove</string>
<string name="authorizeError">You are not authorized to perform this action.</string>
<string name="menuContentDesc">Menu</string>
<string name="menuEditText">Edit</string>
<string name="menuDeleteText">Delete</string>
<string name="menuCopyText">Copy</string>
<string name="menuQuoteText">Quote Reply</string>
<string name="modifiedText">edited</string>
<string name="saveButton">Save</string>
<string name="websiteText">Website</string>
<string name="locationText">Location</string>
<string name="characters255Limit">Max 255 characters</string>
<string name="emptyFields">All fields are required</string>
<string name="textContinue">Continue</string>
<string name="copyToken">Token</string>
<string name="viewInBrowser">View in Browser</string>
<string name="isOpen">Open</string>
<string name="isClosed">Closed</string>
<string name="genericServerResponseError">We cannot reach the server at the moment, please check your server status and try again</string>
<string name="genericCopyUrl">Copy 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="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="addRemove">Add / Remove</string>
<string name="download">Download</string>
<string name="reopen">Reopen</string>
<string name="openInBrowser">Open in Browser</string>
<string name="deleteGenericTitle">Delete %s</string>
<string name="reset">Reset</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Explore repositories</string>
<string name="starRepositorySuccess">Repository added to starred list</string>
<string name="unStarRepositorySuccess">Repository removed from starred list</string>
<string name="watchRepositorySuccess">Repository added to watch list</string>
<string name="unWatchRepositorySuccess">Repository removed from watch list</string>
<string name="titleDrafts">Drafts</string>
<string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, some features may not work.</string>
<string name="versionUnsupportedNew">New Gitea version detected! Please UPDATE GitNex!</string>
<string name="versionUnknown">No Gitea detected!</string>
<string name="versionAlertDialogHeader">Unsupported Version of Gitea</string>
<string name="loginViaPassword">Username / Password</string>
<string name="loginMethodText">Choose your preferred login method to access your account. Token is more secure!</string>
<string name="unauthorizedApiError">Instance has returned an error - Unauthorized. Check your credentials and try again</string>
<string name="loginTokenError">Token is required</string>
<string name="prDeletedFork">Deleted Fork</string>
<string name="editPrNavHeader">Edit Pull Request #%1$s</string>
<string name="editPrSuccessMessage">Pull Request updated</string>
<string name="fileDiffViewHeader">%1$s Files Changed</string>
<string name="fileDiffViewHeaderSingle">%1$s File Changed</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="openFileDiffText">Show Changed Files</string>
<string name="mergePullRequestText">Merge Pull Request</string>
<string name="deleteBranchSuccess">Branch deleted successfully</string>
<string name="deleteBranchError">Could not delete branch</string>
<string name="deleteBranchErrorNotFound">Branch does not exist</string>
<string name="mergePullRequestButtonText">Merge</string>
<string name="deleteBranchAfterMerge">Delete branch after merge</string>
<string name="mergeNoteText">Merge may fail if you are not authorized to merge this Pull Request.</string>
<string name="mergeInfoDisabledMessage">Disabled Merge button means that there are conflicts OR other things to fix before Merge</string>
<string name="deleteBranchForkInfo">This branch belong to a forked repository</string>
<string name="mergeCommentText">Merge comment</string>
<string name="mergePRSuccessMsg">Pull Request was merged successfully</string>
<string name="mergePR404ErrorMsg">Pull Request is not available for merge</string>
<string name="mergeOptionMerge">Merge Pull Request</string>
<string name="mergeOptionRebase">Rebase and Merge</string>
<string name="mergeOptionRebaseCommit">Rebase and Merge (&#45;&#45;no-ff)</string>
<string name="mergeOptionSquash">Squash and 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="deleteBranch">Delete 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>
<string name="deleteFile">Delete This File</string>
<string name="editFile">Edit This File</string>
<string name="deleteFileMessage">File is set for deletion by branch %1$s</string>
<string name="editFileText">Edit %1$s</string>
<string name="editFileMessage">File is modified by branch %1$s</string>
<string name="sizeCopy">Size</string>
<string name="shareIssue">Share Issue</string>
<string name="shareRepository">Share Repository</string>
<string name="createRepository">Create Repository</string>
<string name="commitTitle">Commits</string>
<string name="commitAuthoredByAndCommittedByWhen"><![CDATA[<b>%1$s</b> authored and <b>%2$s</b> committed %3$s]]></string>
<string name="commitCommittedByWhen"><![CDATA[<b>%1$s</b> committed %2$s]]></string>
<string name="viewCommits">Zobrazit commity</string>
<!-- Memorizing Trust Manager -->
<string name="mtmNotification">Certificate Verification</string>
<string name="mtmAcceptCert">Accept Unknown Certificate?</string>
<string name="mtmTrustAnchor">The server certificate is not signed by a known Certificate Authority</string>
<string name="mtmCertExpired">The server certificate is expired.</string>
<string name="mtmAcceptServerName">Accept Mismatching Server Name?</string>
<string name="mtmHostnameMismatch">Server could not authenticate as \&quot;%s\&quot;. The certificate is only valid for:</string>
<string name="mtmConnectAnyway">Do you want to connect anyway?</string>
<string name="mtmCertDetails">Certificate details:</string>
<string name="mtmDecisionAlways">Trust</string>
<string name="mtmDecisionAbort">Abort</string>
<string name="subscribedSuccessfully">Subscribed successfully</string>
<string name="alreadySubscribed">You have already subscribed</string>
<string name="subscriptionError">Subscription failed</string>
<string name="unsubscribedSuccessfully">Unsubscribed successfully</string>
<string name="alreadyUnsubscribed">You have already Unsubscribed</string>
<string name="unSubscriptionError">Un-Subscription failed</string>
<string name="closeMilestone">Close Milestone</string>
<string name="openMilestone">Open Milestone</string>
<string name="milestoneStatusUpdate">Milestone status updated successfully</string>
<string name="reportViewerHeader">Crash Reports</string>
<string name="settingsEnableReportsText">Enable Crash Reports</string>
<string name="crashTitle">GitNex has stopped :(</string>
<string name="setCrashReports">Crash reports</string>
<string name="crashMessage">It is encouraged to open an issue at the project repository with how to reproduce this bug. It is easier to debug and fix the problem that way.\n\nTap the OK button to send the crash report by email instead. Additional content could be added in the email.\nThank you!</string>
<string name="forceLogoutDialogHeader">Please sign in again</string>
<string name="forceLogoutDialogDescription">Due to some major changes regarding the internal functioning of the app, we require you to login again. These changes allow us to make the app more flexible in the future.\n\nThank you for your patience and sorry for the inconvenience.</string>
<string name="deleteAllDrafts">Delete All Drafts</string>
<string name="draftsListEmpty">No drafts found</string>
<string name="draftsDeleteSuccess">Drafts deleted successfully</string>
<string name="draftsSingleDeleteSuccess">Draft deleted successfully</string>
<string name="deleteAllDraftsDialogMessage">This will delete all the drafts for this account. \n\nProceed with deletion?</string>
<string name="draftSaved">Draft was saved automatically.</string>
<string name="resetMostReposCounter">Counter is reset successfully</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</string>
<string name="securityHintText">Biometric authentication, SSL certificates, cache</string>
<string name="languagesHintText">Languages</string>
<string name="reportsHintText">Crash reports</string>
<string name="rateAppHintText">If you like GitNex you can give it a thumbs up</string>
<string name="aboutAppHintText">App version, build, user instance version</string>
<string name="archivedRepository">Archived</string>
<string name="archivedRepositoryMessage">This repo is archived. You can view files, but cannot push or open issues/pull-requests.</string>
<string name="accountDeletedMessage">Account deleted successfully</string>
<string name="removeAccountPopupTitle">Remove Account</string>
<string name="removeAccountPopupMessage">Are you sure you want to remove this account from the app?\n\nThis will remove all the data related to this account on the app only.</string>
<string name="addNewAccount">New Account</string>
<string name="addNewAccountText">Add New Account</string>
<string name="accountAlreadyExistsError">Account already exists in the app</string>
<string name="accountAddedMessage">Account added successfully</string>
<string name="switchAccountSuccess">Switched to account : %1$s@%2$s</string>
<!-- Notifications -->
<string name="pageTitleNotifications">Notifications</string>
<string name="noDataNotifications">All caught up 🚀</string>
<string name="notificationsPollingHeaderText">Notifications Polling Delay</string>
<string name="pollingDelaySelectedText">%d Minutes</string>
<string name="pollingDelayDialogHeaderText">Select Polling Delay</string>
<string name="pollingDelayDialogDescriptionText">Choose a minutely delay in which GitNex tries to poll new notifications</string>
<string name="markAsRead">Mark Read</string>
<string name="markAsUnread">Mark Unread</string>
<string name="pinNotification">Pin</string>
<string name="markedNotificationsAsRead">Successfully marked all notifications as read</string>
<string name="notificationsHintText">Polling delay, light, vibration</string>
<string name="enableNotificationsHeaderText">Enable Notifications</string>
<string name="enableLightsHeaderText">Enable Light</string>
<string name="enableVibrationHeaderText">Enable Vibration</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>
<plurals name="youHaveNewNotifications">
<item quantity="one">You have %s new notification</item>
<item quantity="few">You have %s new notifications</item>
<item quantity="many">You have %s new notifications</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">Read</string>
<string name="isUnread">Unread</string>
<string name="repoSettingsTitle">Repository Settings</string>
<string name="repoSettingsEditProperties">Edit Properties</string>
<string name="repoSettingsDelete">Delete Repository</string>
<string name="repoSettingsDeleteHint">Be careful, this operation CANNOT be undone!</string>
<string name="repoPropertiesTemplate">Set as Template</string>
<string name="repoPropertiesEnableIssues">Enable Issues</string>
<string name="repoPropertiesExternalIssuesUrl">External Issue Tracker Url</string>
<string name="repoPropertiesEnableWiki">Enable Wiki</string>
<string name="repoPropertiesExternalWikiUrl">External Wiki Url</string>
<string name="repoPropertiesEnablePr">Enable Pull Requests</string>
<string name="repoPropertiesEnableTimeTracker">Enable Time Tracker</string>
<string name="repoPropertiesEnableMergeCommits">Enable Merge Commits</string>
<string name="repoPropertiesEnableRebase">Enable Rebase</string>
<string name="repoPropertiesEnableSquash">Enable Squash and Merge</string>
<string name="repoPropertiesEnableForceMerge">Enable Rebase with Merge Commits (&#8212;&#8212;no-ff)</string>
<string name="repoPropertiesSaveSuccess">Repository properties updated successfully</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="repoDeletionSuccess">Repository deleted successfully</string>
<string name="repoSettingsTransferOwnership">Transfer Ownership</string>
<string name="repoSettingsTransferOwnershipHint">Transfer this repository to a user or to an organization for which you have administrator rights</string>
<string name="repoSettingsTransferOwnershipDescription">Things to know before transfer:\n\n- You will lose access to the repository if you transfer it to an individual user.\n- You will keep access to the repository if you transfer it to an organization that you (co-)own.\n\nEnter the repository name as confirmation</string>
<string name="repoTransferText">Perform Transfer</string>
<string name="repoTransferOwnerText">New Owner</string>
<string name="repoTransferSuccess">Repository transferred successfully</string>
<string name="repoTransferOwnerError">New owner is required</string>
<string name="repoTransferError">There is a problem with the owner name. Make sure that the new owner exists</string>
<string name="exploreFilterDialogTitle">Filter Repositories</string>
<string name="exploreFilterIncludeTopic">Search ONLY in Topic</string>
<string name="exploreFilterIncludeDesc">Search in Description</string>
<string name="exploreFilterIncludeArchive">Only Archived Repositories</string>
<string name="exploreFilterIncludePrivate">Only Private Repositories</string>
<string name="exploreFilterIncludeTemplateRepos">Search in Template Repositories</string>
<string name="mergeIntoBranch">Merge Into</string>
<string name="pullFromBranch">Pull From</string>
<string name="sameBranchesError">These branches are equal. There is no need to create a pull request</string>
<string name="mergeIntoError">Merge into branch is required</string>
<string name="pullFromError">Pull from branch is required</string>
<string name="titleError">Title is required</string>
<string name="prCreateSuccess">Pull Request created successfully</string>
<string name="prAlreadyExists">A pull request between these branches already exists</string>
<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 account for URI %1$s does not exists in the app. You can add one by tapping on the Add New Account button.</string>
<string name="launchApp">Go to App</string>
<string name="noActionText">GitNex cannot handle the requested resource, you can open an issue at the project repository as an improvement with 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="enrollBiometric">Enroll biometric from phone settings</string>
<string name="copyLoginIdToClipBoard">Login ID \'%s\' copied to clipboard</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="updatePrConflict">The pull request conflicts with the base branch. Please resolve the conflicts and try again.</string>
<string name="updatePrSuccess">Pull Request updated successfully</string>
<string name="updateStrategyMerge">Merge</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
<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="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>
<string name="followSystem">Follow system (Light/Dark)</string>
<string name="followSystemBlack">Follow system (Light/Pitch Black)</string>
<string name="repoForkOf">Fork of: %s</string>
<string name="adoptRepo">Adopt</string>
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %1$s to organization/user %2$s.\n- Delete will remove it from the system.</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>
<!-- code editor -->
<string name="openInCodeEditor">Open in Code Editor</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="noteDateTime">Created %s</string>
<string name="noteTimeModified">Updated %s</string>
<string name="noteDeleteDialoMessage">Do you really want to delete this note?</string>
<plurals name="noteDeleteMessage">
<item quantity="one">Note deleted successfully</item>
<item quantity="few">Notes deleted successfully</item>
<item quantity="many">Notes deleted successfully</item>
<item quantity="other">Notes deleted successfully</item>
</plurals>
<string name="notesAllDeletionMessage">This will delete all of your notes. This action cannot be undone.</string>
<!-- timeline -->
<string name="commitText">commit</string>
<string name="timelineAddedCommit">%1$s added %2$s %3$s</string>
<!-- the | is replaced by the label -->
<string name="timelineAddedLabel">%1$s added the | label %2$s</string>
<!-- the | is replaced by the label -->
<string name="timelineRemovedLabel">%1$s removed the | label %2$s</string>
<string name="timelineAssigneesRemoved">%1$s removed their assignment %2$s</string>
<string name="timelineAssigneesUnassigned">%1$s was unassigned by %2$s %3$s</string>
<string name="timelineAssigneesSelfAssigned">%1$s self-assigned this %2$s</string>
<string name="timelineAssigneesAssigned">%1$s was assigned by %2$s %3$s</string>
<string name="timelineMilestoneAdded">%1$s added this to the %2$s milestone %3$s</string>
<string name="timelineMilestoneRemoved">%1$s removed this from the %2$s milestone %3$s</string>
<string name="timelineStatusClosedIssue">%1$s closed this issue %2$s</string>
<string name="timelineStatusReopenedIssue">%1$s reopened this issue %2$s</string>
<string name="timelineStatusReopenedPr">%1$s reopened this pull request %2$s</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="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="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="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="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>
<string name="timelineTimeTrackingAddManualTime">%1$s added spent time %2$s %3$s</string>
<string name="timelineTimeTrackingDeleteManualTime">%1$s deleted spent time %2$s %3$s</string>
<string name="timelineChangeIssueRef">%1$s added reference %2$s %3$s</string>
<string name="timelineRefIssue">%1$s referenced this issue in #%2$d %3$s</string>
<string name="timelineRefPr">%1$s referenced this pull request in #%2$d %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="commitStatuses">Statuses</string>
<string name="statusNoUrl">This status has no linked target URL.</string>
<string name="starredRepos">Starred Repos</string>
</resources>