GitNex-Android-App/app/src/main/res/values-pt-rBR/strings.xml

778 lines
55 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- menu items -->
<string name="navMyRepos">Meus repositórios</string>
<string name="navStarredRepos">Favoritos</string>
<string name="navRepos">Repositórios</string>
<string name="navProfile">Perfil</string>
<string name="navSettings">Configurações</string>
<string name="navOrg">Organizações</string>
<string name="navAbout">Sobre</string>
<string name="navRate">Avalie o GitNex</string>
<string name="navLogout">Sair</string>
<string name="navAdministration">Administração da Instância</string>
<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>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleNewRepo">Novo repositório</string>
<string name="pageTitleIssues">Incidentes</string>
<string name="pageTitleCreateOrganization">Nova organização</string>
<string name="pageTitleCreateMilestone">Nova meta</string>
<string name="pageTitleCreateNewIssue">Novo incidente</string>
<string name="pageTitleCreateLabel">Novo marcador</string>
<string name="pageTitleCredits">Créditos</string>
<string name="pageTitleChooseBranch">Selecione o ramo</string>
<string name="pageTitleLabelUpdate">Atualizar marcador</string>
<string name="pageTitleStarredRepos">Favoritos</string>
<string name="pageTitleCreateTeam">Nova equipe</string>
<string name="pageTitleAddEmail">Adicionar endereço de E-mail</string>
<string name="pageTitleNewFile">Novo arquivo</string>
<string name="pageTitleExplore">Explorar</string>
<string name="pageTitleAdministration">Administração</string>
<string name="pageTitleNewPullRequest">Novo Pull Request</string>
<string name="pageTitleUsers">Usuários</string>
<string name="pageTitleAddRepository">Adicionar Repositório</string>
<!-- page titles -->
<string name="repoName">Repo demo</string>
<string name="repoDescription">Descrição demo</string>
<string name="orgName">Organização demo</string>
<string name="newCreateButtonCopy">Criar</string>
<string name="newUpdateButtonCopy">Atualizar</string>
<string name="newRepoTintCopy">Nome do repositório</string>
<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="newOrgTintCopy">Nome da organização</string>
<string name="newOrgDescTintCopy">Descrição da organização</string>
<string name="organizationFullname">%1$s - %2$s</string>
<string name="userName">Usuário</string>
<string name="passWord">Senha</string>
<string name="btnLogin">ENTRAR</string>
<string name="instanceUrl">URL da instância</string>
<string name="navigationDrawerOpen">Abrir painel de navegação</string>
<string name="navigationDrawerClose">Fechar painel de navegação</string>
<string name="protocol">Protocolo</string>
<string name="urlInfoTooltip">1- Selecione o protocolo correto (https ou http).\n2- Insira a URL da instância, p. ex.: try.gitea.io.\n3- Se você habilitou autenticação de dois fatores (2FA) na sua conta, insira o código no campo OTP.\n4- Para autenticação HTTP básica, use USERNAME@DOMAIN.COM no campo URL.</string>
<string name="malformedUrl">Não foi possível conectar-se ao host. Por favor verifique sua URL ou porta para ver se há algum erro</string>
<string name="protocolError">Não é recomendado usar o protocolo HTTP a menos que você esteja testando na rede local</string>
<string name="malformedJson">JSON malformado foi recebido. A resposta do servidor não foi bem sucedida</string>
<string name="emptyFieldURL">A URL da instância é necessária</string>
<string name="emptyFieldUsername">Nome de usuário é necessário</string>
<string name="emptyFieldPassword">A senha é necessária</string>
<string name="protocolEmptyError">Necessário especificar o protocolo</string>
<string name="instanceHelperText">Insira a URL, sem http ou https.
Exemplo: codeberg.org</string>
<string name="checkNetConnection">Não é possível acessar a rede. Por favor, verifique sua conexão com a Internet</string>
<string name="repoNameErrorEmpty">Nome do repositório está vazio</string>
<string name="repoNameErrorInvalid">O nome do repositório não é válido. [a&#8211;z A&#8211;Z 0&#8211;9 &#8211; _]</string>
<string name="repoNameErrorReservedName">O nome do repositório está reservado</string>
<string name="repoNameErrorReservedPatterns">Nome do repositório contém palavras-chave reservadas</string>
<string name="repoDescError">Descrição do repositório excede o limite máximo de 255 caracteres</string>
<string name="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="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>
<string name="orgCreated">Organização criada com sucesso</string>
<string name="orgExistsError">Organização já existe</string>
<string name="diffStatistics">%1$s inclusão(ões) e %2$s exclusão(ões)</string>
<string name="processingText">Processando</string>
<string name="search">Pesquisar</string>
<string name="close">Fechar</string>
<string name="addNewContent">Adicionar</string>
<string name="orgContentAvatar">Org</string>
<string name="repoContentAvatar">Repo</string>
<string name="privateAvatar">Pri</string>
<string name="removeContent">Remover</string>
<string name="genericApiError">A instância retornou um erro. Código %d</string>
<string name="tabTextInfo">Detalhes</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>
<string name="infoTabRepoSize">Tamanho</string>
<string name="infoTabRepoDefaultBranch">Branch padrão</string>
<string name="infoTabRepoSshUrl">URL de SSH</string>
<string name="infoTabRepoCloneUrl">URL de clone</string>
<string name="infoTabRepoRepoUrl">URL do repo</string>
<string name="infoTabRepoForksCount">Forks</string>
<string name="infoTabRepoCreatedAt">Criado</string>
<string name="infoTabRepoUpdatedAt">Última atualização</string>
<string name="infoMoreInformation">Mais informações</string>
<string name="timeAtText">em</string>
<string name="issueMilestone">Meta %1$s</string>
<string name="dueDate">Prazo de entrega em %1$s</string>
<string name="assignedTo">Atribuído a: %1$s</string>
<string name="assignedToMe">Atribuídos a mim</string>
<string name="commentButtonText">Comentar</string>
<string name="commentEmptyError">Por favor, deixe seu comentário</string>
<string name="commentSuccess">Comentário publicado</string>
<string name="featureDeprecated">Esta funcionalidade será removida futuramente</string>
<string name="generalImgContentText">Imagem</string>
<string name="commitAuthor">Autor do commit: %1$s</string>
<string name="releaseDownloadText">Downloads</string>
<string name="releasePublishedBy">Publicado por @%1$s</string>
<string name="noReleaseBodyContent">Notas de versão não são fornecidas pelo editor.</string>
<string name="newMilestoneTitle">Título</string>
<string name="newMilestoneDescription">Descrição</string>
<string name="newMilestoneDueDate">Data Limite</string>
<string name="milestoneNameErrorEmpty">Título da meta está vazio</string>
<string name="milestoneDescError">Descrição da meta excede o limite máximo de 255 caracteres</string>
<string name="milestoneCreated">Meta criada com sucesso</string>
<string name="milestoneDateEmpty">Por favor, escolha uma data limite</string>
<string name="milestoneNoDueDate">Não há prazo</string>
<string name="milestoneNoDescription">Sem descrição</string>
<string name="milestoneIssueStatusOpen">%1$d Aberto</string>
<string name="milestoneIssueStatusClosed">%1$d Fechado</string>
<string name="selectMilestone">Selecionar marco</string>
<string name="newIssueSelectAssigneesListTitle">Selecionar designados</string>
<string name="newIssueSelectLabelsListTitle">Selecionar marcadores</string>
<string name="newIssueTitle">Título</string>
<string name="newIssueAssigneesListTitle">Designados</string>
<string name="newIssueDescriptionTitle">Descrição</string>
<string name="newIssueDueDateTitle">Data Limite</string>
<string name="newIssueMilestoneTitle">Meta</string>
<string name="newIssueLabelsTitle">Marcadores</string>
<string name="issueTitleEmpty">O título do incidente está vazio</string>
<string name="issueDescriptionEmpty">A descrição do incidente está vazia</string>
<string name="issueCreated">Novo incidente criado com sucesso</string>
<string name="issueCreatedNoMilestone">Sem meta</string>
<string name="noAssigneesFound">Nenhum administrador (assignee) encontrado</string>
<!-- settings -->
<string name="settingsLanguageHeaderText">Tradução</string>
<string name="settingsLanguageSystem">Sistema</string>
<string name="settingsSecurityHeader">Segurança</string>
<string name="settingsCertsSelectorHeader">Excluir Certificados Confiáveis</string>
<string name="settingsCertsPopupTitle">Excluir Certificados Confiáveis?</string>
<string name="settingsCertsPopupMessage">Tem certeza que deseja excluir quaisquer dos certificados ou hostnames manualmente confiados? \n\nVocê também será desconectado.</string>
<string name="settingsSave">Configurações salvas</string>
<string name="settingsLanguageSelectorHeader">Idioma</string>
<string name="settingsLanguageSelectedHeaderDefault">Português (Brasil)</string>
<string name="settingsAppearanceHeader">Aparência</string>
<string name="settingsLanguageSelectorDialogTitle">Escolha o idioma</string>
<string name="settingsLightThemeTimeSelectorHeader">Horário de Mudança para o Tema Claro</string>
<string name="settingsDarkThemeTimeSelectorHeader">Horário de Mudança para o Tema Escuro</string>
<string name="settingsTimeSelectorDialogTitle">Escolha o Formato de Hora</string>
<string name="settingsHelpTranslateText">Traduza o Gitnex com Crowdin</string>
<string name="codeBlockHeaderText">Cor do bloco de código</string>
<string name="settingsCodeBlockSelectorDialogTitle">Seletor de cores do bloco de código</string>
<string name="settingsHomeScreenHeaderText">Tela inicial</string>
<string name="settingsHomeScreenSelectedText">Meus repositórios</string>
<string name="settingsHomeScreenSelectorDialogTitle">Selecionar Tela Inicial</string>
<string name="settingsCustomFontHeaderText">Fonte</string>
<string name="settingsCustomFontSelectorDialogTitle">Escolha fonte</string>
<string name="themeSelectorDialogTitle">Selecione o tema</string>
<string name="themeSelectionHeaderText">Tema</string>
<string name="settingsCounterBadges">Contra-emblemas</string>
<string name="settingsFileViewerSourceCodeHeaderText">Tema do Código Fonte</string>
<string name="cacheSizeDataDialogHeader">Tamanho do Arquivo Cache</string>
<string name="cacheSizeDataSelectionHeaderText">Tamanho do Arquivo Cache</string>
<string name="cacheSizeImagesDialogHeader">Tamanho do Cache das Imagens</string>
<string name="cacheSizeImagesSelectionHeaderText">Tamanho do Cache das Imagens</string>
<string name="clearCacheSelectionHeaderText">Limpar Cache</string>
<string name="clearCacheDialogHeader">Limpar Cache?</string>
<string name="clearCacheDialogMessage">Isto vai excluir todos os dados de cache, incluindo arquivos e imagens.\n\nProsseguir com a exclusão?</string>
<string name="draftsHeader">Rascunhos</string>
<string name="draftsHintText">Rascunho dos comentários</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">Tela inicial, rascunhos e relatórios de falha</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="ceSyntaxHighlightColor">Cor do Realce de Sintaxe</string>
<string name="ceIndentation">Indentação</string>
<string name="ceIndentationTabsWidth">Tabs Width</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>
<!-- settings -->
<string name="noMoreData">Não há mais dados disponíveis</string>
<string name="createLabel">Novo marcador</string>
<string name="menuTitleText">Menu do repositório</string>
<string name="labelName">Nome do marcador</string>
<string name="labelColor">Cor do marcador</string>
<string name="labelEmptyError">Nome do marcador está vazio</string>
<string name="labelNameError">Nome do marcador é inválido</string>
<string name="labelCreated">Rótulo criado</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="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>
<!-- org tabbed layout str -->
<string name="orgTabTeams">Equipes</string>
<string name="orgTabMembers">Membros</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="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="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">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="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="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>
<!-- org tabbed layout str -->
<!-- create team -->
<string name="newTeamTitle">Nome da equipe</string>
<string name="newTeamDesc">Descrição</string>
<string name="newTeamPermission">Permissão</string>
<string name="newTeamAccessControls">Controle de acessos</string>
<string name="newTeamPermissionRead">Membros podem ver e clonar repositórios de equipe</string>
<string name="newTeamPermissionWrite">Membros podem ler e fazer push para os repositórios de equipe</string>
<string name="newTeamPermissionAdmin">Membros podem fazer pull e push para repositórios de equipe e adicionar colaboradores a eles</string>
<string name="teamNameEmpty">Por favor, digite o nome da equipe</string>
<string name="teamNameError">Nome da equipe deve conter apenas caracteres alfanuméricos, hífen (-), underline (_) e pontos (.)</string>
<string name="teamPermissionEmpty">Por favor, selecione uma permissão</string>
<string name="teamDescError">Descrição da equipe tem caracteres ilegais</string>
<string name="teamDescLimit">Descrição da equipe tem mais de 100 caracteres</string>
<string name="teamCreated">Equipe adicionada com sucesso</string>
<!-- create team -->
<!-- issue comments -->
<string name="editCommentTitle">Editar Comentário</string>
<string name="editCommentUpdatedText">Comentário atualizado</string>
<string name="issueCommentShare">Compartilhar comentário</string>
<string name="deleteCommentSuccess">Comentário excluído com êxito</string>
<string name="copyCommentText">Copiar comentário</string>
<!-- issue comments -->
<!-- add collaborator -->
<string name="addCollaboratorSearchHint">Pesquisar usuários</string>
<string name="addCollaboratorViewUserDesc">Usuário</string>
<string name="removeCollaboratorDialogTitle">Remove %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>
<!-- add collaborator -->
<!-- profile section -->
<string name="profileTabFollowers">Seguidores</string>
<string name="profileTabFollowing">Seguindo</string>
<!-- profile section -->
<!-- account settings -->
<string name="accountEmails">Emails</string>
<string name="accountEmailTitle">Email Address</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>
<!-- account settings -->
<!-- single issue section -->
<string name="singleIssueEditLabels">Adicionar/Remover marcadores</string>
<string name="labelsUpdated">Marcadores atualizados</string>
<string name="closeIssue">Fechar incidente</string>
<string name="editIssue">Editar incidente</string>
<string name="reOpenIssue">Reabrir incidente</string>
<string name="issueStateClosed">Incidente fechado</string>
<string name="issueStateReopened">Incidente reaberto</string>
<string name="addRemoveAssignees">Adicionar/Remover designados</string>
<string name="assigneesUpdated">Designados atualizados</string>
<string name="singleIssueSubscribe">Inscreva-se</string>
<string name="singleIssueUnSubscribe">Anular inscrição</string>
<!-- single issue section -->
<string name="repoMetaData">Metadados do repositório</string>
<!-- admin -->
<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>
<!-- admin -->
<!-- create user -->
<string name="userFullNameText">Nome completo</string>
<string name="userEmail">E-mail</string>
<string name="userUserName">Usuário</string>
<string name="userPassword">Senha</string>
<string name="userInvalidFullName">Nome completo inválido</string>
<string name="userInvalidUserName">Usuário inválido</string>
<string name="userInvalidEmail">E-mail inválido</string>
<string name="userCreatedText">Novo usuário adicionado com sucesso</string>
<string name="userExistsError">O usuário já existe</string>
<!-- create user -->
<!-- edit issue -->
<string name="editIssueNavHeader">Editar incidente #%1$s</string>
<string name="editIssueSuccessMessage">Incidente atualizado</string>
<!-- edit issue -->
<!-- release -->
<string name="createRelease">Nova versão</string>
<string name="releaseTagNameText">Nome da tag</string>
<string name="releaseTitleText">Título</string>
<string name="releaseContentText">Conteúdo</string>
<string name="releaseTypeText">Marcar como versão prévia</string>
<string name="releaseBranchText">Selecionar o branch</string>
<string name="releaseDraftText">Rascunho</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>
<!-- release -->
<string name="loginOTPTypeError">O código OTP deve ter apenas números</string>
<string name="loginOTP">Código OTP (Opcional)</string>
<string name="otpMessage">Insira o código OTP se a 2FA estiver ativada</string>
<string name="openWebRepo">Abrir no Navegador</string>
<string name="repoStargazersInMenu">Usuários que favoritaram</string>
<string name="repoWatchersInMenu">Observadores</string>
<string name="noDataWebsite">Nenhum site encontrado</string>
<string name="noDataDescription">Nenhuma descrição encontrada</string>
<string name="noDataLocation">Nenhum local encontrado</string>
<string name="starMember">Favorito</string>
<string name="watcherMember">Observador</string>
<string name="zipArchiveDownloadReleasesTab">Código fonte (ZIP)</string>
<string name="tarArchiveDownloadReleasesTab">Código fonte (TAR.GZ)</string>
<!-- new file -->
<string name="newFileNameTintCopy">Nome do arquivo</string>
<string name="newFileBranchTintCopy">Nome do Novo Branch</string>
<string name="newFileContentTintCopy">Conteúdo do arquivo</string>
<string name="newFileButtonCopy">Criar novo arquivo</string>
<string name="newFileNameHintMessage">com a pasta: app/test.md</string>
<string name="newFileMessageTintCopy">Mensagem de commit</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="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="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="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="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="addButton">Adicionar</string>
<string name="removeButton">Remover</string>
<string name="authorizeError">Você não está autorizado a executar esta ação.</string>
<string name="menuContentDesc">Menu</string>
<string name="menuEditText">Editar</string>
<string name="menuDeleteText">Excluir</string>
<string name="menuCopyText">Copiar</string>
<string name="menuQuoteText">Quote Reply</string>
<string name="modifiedText">editado</string>
<string name="saveButton">Salvar</string>
<string name="websiteText">Website</string>
<string name="locationText">Localização</string>
<string name="characters255Limit">Máximo 255 caracteres</string>
<string name="emptyFields">Todos os campos são obrigatórios</string>
<string name="textContinue">Continuar</string>
<string name="copyToken">Token</string>
<string name="viewInBrowser">Visualizar no Navegador</string>
<string name="isOpen">Aberto</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="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">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="beta">BETA</string>
<string name="none">None</string>
<string name="main">main</string>
<string name="license">License</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreTextBoxHint">Explorar repositórios</string>
<string name="starRepositorySuccess">Repositório adicionado à lista de favoritos</string>
<string name="unStarRepositorySuccess">Repositório removido da lista de favoritos</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="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="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>
<string name="editPrNavHeader">Editar Pull Request #%1$s</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="mergePullRequestText">Aplicar merge do 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">Aplicar merge</string>
<string name="deleteBranchAfterMerge">Excluir o branch após o Merge</string>
<string name="mergeNoteText">A aplicação do merge pode falhar se você não está autorizado a aplicar este Pull Request.</string>
<string name="mergeInfoDisabledMessage">O botão Merge é desativado isso pode significar que existem conflitos OU outros problemas a serem resolvidos antes de fazer Merge</string>
<string name="deleteBranchForkInfo">Este branch pertence a um repositórioForked</string>
<string name="mergeCommentText">Comentário do merge</string>
<string name="mergePRSuccessMsg">O merge da Pull Request foi aplicado com sucesso</string>
<string name="mergePR404ErrorMsg">Pull Request não está disponível para aplicação do merge</string>
<string name="mergeOptionMerge">Solicitação de Merge Pull Request</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="deleteBranch">Excluir 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="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>
<string name="editFileText">Editar %1$s</string>
<string name="editFileMessage">O arquivo é modificado pelo branch %1$s</string>
<string name="sizeCopy">Tamanho</string>
<string name="shareIssue">Compartilhar problema</string>
<string name="shareRepository">Compartilhar repositório</string>
<string name="createRepository">Criar Repositório</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">Ver Commits</string>
<!-- Memorizing Trust Manager -->
<string name="mtmNotification">Certificado de Verificação</string>
<string name="mtmAcceptCert">Aceitar Certificado desconhecido?</string>
<string name="mtmTrustAnchor">O certificado do servidor não é assinado por uma Autoridade Certificadora conhecida</string>
<string name="mtmCertExpired">O certificado do servidor expirou.</string>
<string name="mtmAcceptServerName">Aceitar o nome do servidor incompatível?</string>
<string name="mtmHostnameMismatch">O servidor não pôde se autenticar como \&quot;%s\&quot;. O certificado é válido apenas para:</string>
<string name="mtmConnectAnyway">Deseja conectar mesmo assim?</string>
<string name="mtmCertDetails">Detalhes do certificado:</string>
<string name="mtmDecisionAlways">Confiança</string>
<string name="mtmDecisionAbort">Anular</string>
<string name="subscribedSuccessfully">Inscrito com êxito</string>
<string name="alreadySubscribed">Você já se inscreveu</string>
<string name="subscriptionError">Falha na assinatura</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="closeMilestone">Fechar marco</string>
<string name="openMilestone">Nova meta</string>
<string name="milestoneStatusUpdate">Estado do Marco atualizado com êxito</string>
<string name="reportViewerHeader">Relatórios de erros</string>
<string name="settingsEnableReportsText">Ativar relatórios de erros</string>
<string name="crashTitle">GitNex parou :(</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="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="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="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="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="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="addNewAccount">Nova Conta</string>
<string name="addNewAccountText">Add Account</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>
<!-- Notifications -->
<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="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>
<string name="markAsUnread">Marcar como não lido</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="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="other">You have %s new notifications</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">Lida</string>
<string name="isUnread">Não Lida</string>
<string name="repoSettingsTitle">Configurações do repositório</string>
<string name="repoSettingsEditProperties">Editar propriedades</string>
<string name="repoSettingsDelete">Deletar repositório</string>
<string name="repoSettingsDeleteHint">Tenha cuidado, essa operação NÃO pode ser desfeita!</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="repoPropertiesExternalWikiUrl">External Wiki Url</string>
<string name="repoPropertiesEnablePr">Ativar 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">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="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="repoTransferText">Realizar Transferência</string>
<string name="repoTransferOwnerText">New Owner</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="exploreFilterDialogTitle">Filtrar Repositórios</string>
<string name="exploreFilterIncludeTopic">Pesquisar APENAS em Tópico</string>
<string name="exploreFilterIncludeDesc">Pesquisar em Descrição</string>
<string name="exploreFilterIncludeArchive">Apenas Repositórios Arquivados</string>
<string name="exploreFilterIncludePrivate">Apenas Repositórios Privados</string>
<string name="exploreFilterIncludeTemplateRepos">Pesquisar em Repositórios de Template</string>
<string name="mergeIntoBranch">Merge em</string>
<string name="pullFromBranch">Pull de</string>
<string name="sameBranchesError">Essas branches estão iguais. Não há necessidade de criar uma pull request</string>
<string name="mergeIntoError">Merge em branch é obrigatório</string>
<string name="pullFromError">Pull de uma branch é obrigatório</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="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="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="dynamicColorsFollowSystem">Dynamic colors - Follow system (Light/Dark)</string>
<string name="codebergDark">Codeberg (Dark)</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="noteDeleteDialogMessage">Do you really want to delete this note?</string>
<plurals name="noteDeleteMessage">
<item quantity="one">Note 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="commitsText">commit</string>
<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="timelineMilestoneDeleted">%1$s added this to a deleted milestone %2$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="timelineReviewLeftComment">%1$s left a comment: %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="createdRepository">created repository</string>
<string name="renamedRepository">renamed repository from %1$s to</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="pushedTo">pushed to %1$s at</string>
<string name="openedIssue">opened issue</string>
<string name="commentedOnIssue">commented on issue</string>
<string name="closedIssue">closed issue</string>
<string name="reopenedIssue">reopened issue</string>
<string name="createdPR">created pull request</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="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="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="attachmentsSaveError">An issue was created but cannot process attachments at this time. Check the server logs for more details.</string>
</resources>