Crowdin 2022-07-01 (#1158)

Co-authored-by: qwerty287 <ndev@web.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1158
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
This commit is contained in:
qwerty287 2022-07-01 08:21:14 +02:00 committed by M M Arif
parent d3cc481a4d
commit 9a2f04f838
127 changed files with 1429 additions and 869 deletions

View File

@ -546,12 +546,12 @@
<string name="mainNotificationChannelName">Notifications</string>
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
<plurals name="youHaveNewNotifications">
<item quantity="zero">You have %s new notifications.</item>
<item quantity="one">You have %s new notification.</item>
<item quantity="two">You have %s new notifications.</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>
<item quantity="zero">You have %s new notifications</item>
<item quantity="one">You have %s new notification</item>
<item quantity="two">You have %s new notifications</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>
@ -650,4 +650,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,10 +543,10 @@
<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>
<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>
@ -645,4 +645,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,8 +543,8 @@
<string name="mainNotificationChannelName">Benachrichtigungen</string>
<string name="mainNotificationChannelDescription">Das ist der Haupt-Nachrichten-Kanal von GitNex.</string>
<plurals name="youHaveNewNotifications">
<item quantity="one">Du hast %s neue Benachrichtigung.</item>
<item quantity="other">Du hast %s neue Benachrichtigungen.</item>
<item quantity="one">Du hast %s neue Benachrichtigung</item>
<item quantity="other">Du hast %s neue Benachrichtigungen</item>
</plurals>
<string name="isRead">Gelesen</string>
<string name="isUnread">Ungelesen</string>
@ -643,4 +643,15 @@
<string name="repoAdopted">Repository %s wurde übernommen</string>
<string name="unadoptedRepos">Nicht übernommene Repositories</string>
<string name="unadoptedReposMessage">- Übernehmen wird das Repository %s zur Organisation / zum Benutzer %s hinzufügen.\n - Löschen entfernt es aus dem System.</string>
<string name="commits">Commits</string>
<!-- wiki -->
<string name="wiki">Wiki</string>
<string name="wikiAuthor"><![CDATA[aktualisiert von <b>%1$s</b> %2$s]]></string>
<string name="deleteWikiPageMessage">Möchtest du %s wirklich löschen?</string>
<string name="wikiPageDeleted">Wiki-Seite erfolgreich gelöscht</string>
<string name="wikiPageNameAndContentError">Seitenname und -inhalt dürfen nicht leer sein</string>
<string name="createWikiPage">Wiki-Seite erstellen</string>
<string name="wikiUpdated">Wiki-Seite erfolgreich aktualisiert</string>
<string name="wikiCreated">Wiki-Seite erfolgreich erstellt</string>
<!-- code editor -->
</resources>

View File

@ -11,7 +11,7 @@
<string name="navRate">Valorar GitNex</string>
<string name="navLogout">Cerrar sesión</string>
<string name="navAdministration">Administración</string>
<string name="navMyIssues">My Issues</string>
<string name="navMyIssues">Mis incidencias</string>
<!-- menu items -->
<!-- page titles -->
<string name="pageTitleNewRepo">Nuevo repositorio</string>
@ -73,7 +73,7 @@
<string name="orgDescError">La descripción de la organización excede el límite de 255 caracteres maximamente</string>
<string name="orgCreated">La organización se ha creado correctamente</string>
<string name="orgExistsError">La organización ya existe</string>
<string name="diffStatistics">%1$s addition(s) and %2$s deletion(s)</string>
<string name="diffStatistics">%1$s añadido(s) y %2$s eliminado(s)</string>
<string name="processingText">En proceso</string>
<string name="search">Buscar</string>
<string name="close">Cerrar</string>
@ -82,7 +82,7 @@
<string name="repoContentAvatar">Repo</string>
<string name="privateAvatar">Pri</string>
<string name="removeContent">Eliminar</string>
<string name="genericApiError">Instance has returned an error. Code %d</string>
<string name="genericApiError">La instancia ha devuelto un error. Código %d</string>
<string name="tabTextInfo">Detalles</string>
<string name="tabTextFiles">Archivos</string>
<string name="tabTextMl">Milestones</string>
@ -105,7 +105,7 @@
<string name="issueMilestone">Milestone %1$s</string>
<string name="dueDate">Vence el %1$s</string>
<string name="assignedTo">Asignado a: %1$s</string>
<string name="assignedToMe">Assigned to Me</string>
<string name="assignedToMe">Asignado a mí</string>
<string name="commentButtonText">Comentar</string>
<string name="commentEmptyError">Por favor, escribe un comentario</string>
<string name="commentSuccess">Comentario publicado</string>
@ -126,7 +126,7 @@
<string name="milestoneNoDescription">Sin descripción</string>
<string name="milestoneIssueStatusOpen">%1$d abiertos</string>
<string name="milestoneIssueStatusClosed">%1$d cerrados</string>
<string name="selectMilestone">Select Milestone</string>
<string name="selectMilestone">Seleccionar hito</string>
<string name="newIssueSelectAssigneesListTitle">Selecciona personas asignadas</string>
<string name="newIssueSelectLabelsListTitle">Selecciona etiquetas</string>
<string name="newIssueTitle">Título</string>
@ -155,8 +155,8 @@
<string name="settingsDateTimeHeaderDefault">Bonito</string>
<string name="settingsDateTimeNormal">Normal</string>
<string name="settingsLanguageSelectorDialogTitle">Selecciona idioma</string>
<string name="settingsLightThemeTimeSelectorHeader">Light Theme Switch Time</string>
<string name="settingsDarkThemeTimeSelectorHeader">Dark Theme Switch Time</string>
<string name="settingsLightThemeTimeSelectorHeader">Tema claro, cambiar tema</string>
<string name="settingsDarkThemeTimeSelectorHeader">Tema oscuro, cambiar tema</string>
<string name="settingsTimeSelectorDialogTitle">Selecciona un formato de hora</string>
<string name="settingsHelpTranslateText">Traducir GitNex con Crowdin</string>
<string name="codeBlockHeaderText">Color del bloque de códigos</string>
@ -188,8 +188,8 @@
<string name="generalDeepLinkSelectedText">N/D</string>
<string name="linkSelectorDialogTitle">Seleccione la pantalla del gestor de enlaces por defecto</string>
<string name="settingsBiometricHeader">Desbloqueo biométrico</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="settingsLabelsInListHeader">Etiquetas con soporte de texto</string>
<string name="settingsLabelsInListHint">Activar esto mostrará etiquetas con texto en las incidencias y PR. Por defecto son puntos de colores</string>
<!-- settings -->
<string name="noMoreData">No hay más datos disponibles</string>
<string name="createLabel">Nueva etiqueta</string>
@ -198,8 +198,8 @@
<string name="labelColor">Color de la etiqueta</string>
<string name="labelEmptyError">Nombre de la etiqueta está vacía</string>
<string name="labelNameError">Nombre de la etiqueta está invalida</string>
<string name="labelCreated">Label created</string>
<string name="labelUpdated">Label updated</string>
<string name="labelCreated">Etiqueta creada</string>
<string name="labelUpdated">Etiqueta actualizada</string>
<string name="labelMenuContentDesc">Desc</string>
<string name="labelDeleteText">Etiqueta borrada</string>
<string name="selectBranchError">Seleccione una rama para el lanzamiento</string>
@ -211,25 +211,25 @@
<string name="orgTabMembers">Miembros</string>
<string name="teamTitle">Nombre del equipo</string>
<string name="teamDescription">Team desc</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="teamPermissions">Permisos</string>
<string name="teamPermissionNone">Los miembros de este equipo no tienen permisos.</string>
<string name="teamPermissionRead">Los miembros de este equipo pueden ver los repositorios del equipo.</string>
<string name="teamPermissionWrite">Los miembros de este equipo pueden ver y aportar a los repositorios del equipo.</string>
<string name="teamPermissionAdmin">Los miembros de este equipo pueden aportar a y desde los repositorios del equipo y añadir colaboradores.</string>
<string name="teamPermissionOwner">Los miembros de este equipo tienen permisos completos.</string>
<string name="teamShowAll">ver todo</string>
<string name="orgMember">Miembros de la organización</string>
<string name="orgTeamMembers">Miembros de la organización</string>
<string name="removeTeamMember">Remove %s</string>
<string name="addTeamMember">Add %s</string>
<string name="removeTeamMember">Eliminar %s</string>
<string name="addTeamMember">Añadir %s</string>
<string name="addTeamMemberMessage">¿Quieres añadir este usuario al equipo?</string>
<string name="removeTeamMemberMessage">¿Quieres eleminar este usuario del equipo?</string>
<string name="memberAddedMessage">Miembro fue añadido al equipo con éxito</string>
<string name="memberRemovedMessage">Miembro fue eliminado del equipo con é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="repoAddedMessage">Repositorio añadido al equipo correctamente</string>
<string name="repoRemovedMessage">Repositorio eliminado del equipo correctamente</string>
<string name="repoAddToTeamMessage">Añadir repositorio %1$s a la organización %2$s del equipo %3$s</string>
<string name="repoRemoveTeamMessage">Eliminar repositorio %1$s del equipo %2$s</string>
<!-- org tabbed layout str -->
<!-- create team -->
<string name="newTeamTitle">Nombre del equipo</string>
@ -256,7 +256,7 @@
<!-- add collaborator -->
<string name="addCollaboratorSearchHint">Buscar usuarios</string>
<string name="addCollaboratorViewUserDesc">Nombre de usuario</string>
<string name="removeCollaboratorDialogTitle">Remove %s?</string>
<string name="removeCollaboratorDialogTitle">¿Eliminar %s?</string>
<string name="removeCollaboratorMessage">¿Quieres eliminar este usuario del repositorio?</string>
<string name="removeCollaboratorToastText">El usuario fue eliminado del repositorio.</string>
<string name="addCollaboratorToastText">El usuario fue añadido al repositorio.</string>
@ -288,7 +288,7 @@
<!-- single issue section -->
<string name="repoMetaData">Informaciones del repositorio</string>
<!-- admin -->
<string name="adminCreateNewUser">New User</string>
<string name="adminCreateNewUser">Nuevo usuario</string>
<string name="adminUsers">Usuarios del sistema</string>
<string name="userRoleAdmin">Administrador</string>
<string name="adminCron">Tareas de Cron</string>
@ -324,8 +324,8 @@
<string name="tagNameErrorEmpty">Nombre de la etiqueta está vacía</string>
<string name="titleErrorEmpty">Título está vacío</string>
<string name="releaseCreatedText">Nueva Release creada</string>
<string name="deleteReleaseConfirmation">Do you really want to delete this release?</string>
<string name="releaseDeleted">Release deleted</string>
<string name="deleteReleaseConfirmation">¿Seguro que quieres eliminar este lanzamiento?</string>
<string name="releaseDeleted">Lanzamiento eliminado</string>
<!-- release -->
<string name="loginOTPTypeError">Código de OTP debe consistir en números</string>
<string name="loginOTP">Código de OTP (opcional)</string>
@ -360,7 +360,7 @@
<string name="copyIssueUrl">Copiar URL de la incidencia</string>
<string name="copyIssueUrlToastMsg">URL copiada a los portapapeles</string>
<string name="copyIssueCommentToastMsg">Comentario copiado en el portapapeles</string>
<string name="copyShaToastMsg">SHA copied to clipboard</string>
<string name="copyShaToastMsg">SHA copiado</string>
<string name="milestoneCompletion">%1$d\uFF05 completado</string>
<!-- files -->
<string name="filesGenericError">Perdón, este archivo no se puede ver porque la API retorna un error</string>
@ -372,7 +372,7 @@
<string name="cancelButton">Cancelar</string>
<string name="genericError">Algo salió mal, por favor, inténtalo de nuevo</string>
<string name="apiNotFound">Este pedido necesita una Gitea versión más alta de la que está instalada. Por favor, actualiza tu instancia de Gitea a la versión más actual.</string>
<string name="noDataFound">🌟 Nothing in here 🌟</string>
<string name="noDataFound">🌟 Aquí no hay nada 🌟</string>
<string name="addButton">Añadir</string>
<string name="removeButton">Eliminar</string>
<string name="authorizeError">No tienes permiso de hacer esta acción.</string>
@ -380,7 +380,7 @@
<string name="menuEditText">Editar</string>
<string name="menuDeleteText">Eliminar</string>
<string name="menuCopyText">Copiar</string>
<string name="menuQuoteText">Quote Reply</string>
<string name="menuQuoteText">Citar respuesta</string>
<string name="modifiedText">modificado</string>
<string name="saveButton">Guardar</string>
<string name="websiteText">Página web</string>
@ -394,35 +394,35 @@
<string name="isClosed">Cerrado</string>
<string name="genericServerResponseError">Por el momento no se puede contactar con el servidor. Por favor, compruebe el statús del servidor y intentalo de nuevo</string>
<string name="genericCopyUrl">Copiar URL</string>
<string name="genericWaitFor">Hold on</string>
<string name="file">File</string>
<string name="issue">Issue</string>
<string name="label">Label</string>
<string name="release">Release</string>
<string name="genericWaitFor">Espera</string>
<string name="file">Archivo</string>
<string name="issue">Incidencia</string>
<string name="label">Etiqueta</string>
<string name="release">Lanzamiento</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="collaborator">Colaborador</string>
<string name="unstar">No destacar</string>
<string name="watch">Seguir</string>
<string name="unwatch">Dejar de seguir</string>
<string name="share">Compartir</string>
<string name="repository">Repositorio</string>
<string name="team">Equipo</string>
<string name="organization">Organización</string>
<string name="addRemove">Añadir / Eliminar</string>
<string name="download">Descargar</string>
<string name="reopen">Reabrir</string>
<string name="openInBrowser">Abrir en el navegador</string>
<string name="deleteGenericTitle">Eliminar %s</string>
<!-- generic copy -->
<string name="exploreUsers">Explore users</string>
<string name="exploreIssues">Explore issues</string>
<string name="exploreUsers">Explorar usuarios</string>
<string name="exploreIssues">Explorar incidencias</string>
<string name="exploreTextBoxHint">Explorar repositorios</string>
<string name="starRepositorySuccess">Repositorio añadido a los favoritos</string>
<string name="unStarRepositorySuccess">Repositorio eliminado de los favoritos</string>
<string name="watchRepositorySuccess">Añadido a la lista de los repositorios seguidos</string>
<string name="unWatchRepositorySuccess">Eliminado de la lista de los repositorios seguidos</string>
<string name="titleDrafts">Borradores</string>
<string name="versionUnsupportedOld">Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, some features may not work.</string>
<string name="versionUnsupportedOld">Versión no soportada de Gitea (%1$s) detectada. Por favor actualiza a la última versión estable. Si continúas, algunas funciones pueden no funcionar.</string>
<string name="versionUnsupportedNew">Se ha reconocido una nueva version de Gitea! Por favor, ACTUALICE GitNex!</string>
<string name="versionUnknown">Gitea no reconocida!</string>
<string name="versionAlertDialogHeader">Versión de Gitea no compatible</string>
@ -435,8 +435,8 @@
<string name="editPrSuccessMessage">Pull request actualizado</string>
<string name="fileDiffViewHeader">%1$s archivos modificados</string>
<string name="fileDiffViewHeaderSingle">%1$s archivo modificado</string>
<string name="updatePullRequestText">Update Pull Request</string>
<string name="openFileDiffText">Show Changed Files</string>
<string name="updatePullRequestText">Actualizar Pull Request</string>
<string name="openFileDiffText">Ver archivos modificados</string>
<string name="mergePullRequestText">Fusionar pull request</string>
<string name="deleteBranchSuccess">Rama eliminada con éxito</string>
<string name="deleteBranchError">No se ha podido eliminar la rama</string>
@ -456,7 +456,7 @@
<string name="mergeStrategy">Estrategía de fusión</string>
<string name="selectMergeStrategy">Seleccionar estrategia de fusión</string>
<string name="mergeNotAllowed">Fusión no está permitida [Causa: Aprobaciones insuficientes]</string>
<string name="deleteBranch">Delete Branch</string>
<string name="deleteBranch">Eliminar rama</string>
<string name="waitLoadingDownloadFile">Por favor espere que el dispositivo está cargando a la memoria</string>
<string name="downloadFileSaved">Archivo guardado con éxito</string>
<string name="excludeFilesInFileViewer">Este tipo o tamaño de archivo no está soportado en el visor de archivos. Puedes descargar el archivo via el menú.</string>
@ -543,8 +543,8 @@
<string name="mainNotificationChannelName">Notificaciones</string>
<string name="mainNotificationChannelDescription">Este es el principal canal de notificación de GitNex.</string>
<plurals name="youHaveNewNotifications">
<item quantity="one">You have %s new notification.</item>
<item quantity="other">You have %s new notifications.</item>
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">Leer</string>
<string name="isUnread">No leídos</string>
@ -619,28 +619,39 @@
<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="updatePrSuccess">Pull Request actualizada correctamente</string>
<string name="updateStrategyMerge">Fusionar</string>
<string name="updateStrategyRebase">Rebase</string>
<string name="selectUpdateStrategy">Select Update Strategy</string>
<string name="selectUpdateStrategy">Selecciona método de actualización</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 %s to organization/user %s.\n- Delete will remove it from the system.</string>
<string name="tags">Etiquetas</string>
<string name="releasesTags">Lanzamientos / Etiquetas</string>
<string name="create_tag">Sólo crear etiqueta</string>
<string name="tagCreated">Etiqueta creada</string>
<string name="asRef">Usar como referencia</string>
<string name="deleteTagConfirmation">¿Estás seguro de que quieres eliminar esta etiqueta?</string>
<string name="tagDeleted">Etiqueta eliminada</string>
<string name="tagDeleteError">No se puede eliminar una etiqueta que está en uso</string>
<string name="useCustomTabs">Usar pestañas personalizadas</string>
<string name="browserOpenFailed">No se ha encontrado una aplicación para abrir este enlace. Las direcciones SSH y cualquiera diferente a http:// o https:// no están soportadas</string>
<string name="logInAgain">Inicia sesión de nuevo</string>
<string name="notLoggedIn">%s \u25CF no ha iniciado sesión</string>
<string name="followSystem">Sistema (Claro / Oscuro)</string>
<string name="followSystemBlack">Sistema (Claro / Pitch Black)</string>
<string name="repoForkOf">Rama de: %s</string>
<string name="adoptRepo">Adoptar</string>
<string name="repoAdopted">Repositorio adoptado %s</string>
<string name="unadoptedRepos">Repositorios no adoptados</string>
<string name="unadoptedReposMessage">- Adoptar el repositorio %s lo añadirá a la organización o usuario %s.\n - Eliminar lo borrará del sistema.</string>
<string name="commits">Commits</string>
<!-- wiki -->
<string name="wiki">Wiki</string>
<string name="wikiAuthor"><![CDATA[<b>%1$s</b> actualizó %2$s]]></string>
<string name="deleteWikiPageMessage">¿Realmente quieres borrar %s?</string>
<string name="wikiPageDeleted">Página de la Wiki eliminada correctamente</string>
<string name="wikiPageNameAndContentError">El nombre y contenido de la página no puede estar vacío</string>
<string name="createWikiPage">Creada página de la Wiki</string>
<string name="wikiUpdated">Página de la Wiki actualizada correctamente</string>
<string name="wikiCreated">Página de la Wiki creada correctamente</string>
<!-- code editor -->
</resources>

View File

@ -546,8 +546,8 @@
<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>
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">خوانده شده</string>
<string name="isUnread">خوانده نشده</string>
@ -646,4 +646,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,8 +543,8 @@
<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>
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">Read</string>
<string name="isUnread">Unread</string>
@ -643,4 +643,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -23,9 +23,9 @@
<string name="pageTitleCredits">Crédits</string>
<string name="pageTitleChooseBranch">Branche</string>
<string name="pageTitleLabelUpdate">Modifier létiquette</string>
<string name="pageTitleStarredRepos">Dépôts favoris</string>
<string name="pageTitleStarredRepos">Favoris</string>
<string name="pageTitleCreateTeam">Nouvelle équipe</string>
<string name="pageTitleAddEmail">Ajouter une adresse e-mail</string>
<string name="pageTitleAddEmail">Ajouter une adresse courriel</string>
<string name="pageTitleNewFile">Nouveau fichier</string>
<string name="pageTitleExplore">Rechercher</string>
<string name="pageTitleAdministration">Administration de Gitea</string>
@ -60,15 +60,15 @@
<string name="emptyFieldPassword">Mot de passe requis</string>
<string name="protocolEmptyError">Le protocole est requis</string>
<string name="checkNetConnection">Impossible daccéder au réseau, veuillez vérifier votre connexion Internet</string>
<string name="repoNameErrorEmpty">Nom manquant</string>
<string name="repoNameErrorEmpty">Veuillez donner un nom à ce dépôt</string>
<string name="repoNameErrorInvalid">Nom de dépôt invalide [a&#8211;z A&#8211;Z 0&#8211;9 &#8211; _]</string>
<string name="repoNameErrorReservedName">Ce nom de dépôt est réservé</string>
<string name="repoNameErrorReservedPatterns">Ce nom de dépôt contient des mots clés réservés</string>
<string name="repoDescError">La description dépasse la limite de 255 caractères</string>
<string name="repoDescError">La description dépasse les 255 caractères</string>
<string name="repoCreated">Dépôt créé</string>
<string name="repoExistsError">Le propriétaire possède déjà un dépôt du même nom</string>
<string name="repoOwnerError">Propriétaire du dépôt</string>
<string name="orgNameErrorEmpty">Nom manquant</string>
<string name="repoOwnerError">Veuillez choisir un propriétaire</string>
<string name="orgNameErrorEmpty">Lorganisation doit avoir un nom</string>
<string name="orgNameErrorInvalid">Nom de lorganisation invalide [a&#8211;z A&#8211;Z 0&#8211;9 &#8211; _]</string>
<string name="orgDescError">La description dépasse la limite de 255 caractères</string>
<string name="orgCreated">Organisation créée</string>
@ -196,7 +196,7 @@
<string name="menuTitleText">Menu du dépôt</string>
<string name="labelName">Nom</string>
<string name="labelColor">Couleur</string>
<string name="labelEmptyError">Nom manquant</string>
<string name="labelEmptyError">Létiquette doit avoir un nom</string>
<string name="labelNameError">Nom invalide</string>
<string name="labelCreated">Étiquette créée</string>
<string name="labelUpdated">Étiquette mise à jour</string>
@ -262,16 +262,16 @@
<string name="addCollaboratorToastText">Utilisateur ajouté au dépôt</string>
<!-- add collaborator -->
<!-- profile section -->
<string name="profileTabFollowers">Observateurs</string>
<string name="profileTabFollowing">Observateurs</string>
<string name="profileCreateNewEmailAddress">Ajouter une adresse e-mail</string>
<string name="profileEmailTitle">Adresse e-mail</string>
<string name="emailAddedText">Nouvelle adresse e-mail ajoutée</string>
<string name="emailErrorEmpty">Adresse e-mail manquante</string>
<string name="emailErrorInvalid">Adresse e-mail invalide</string>
<string name="emailErrorInUse">Adresse e-mail déjà utilisée</string>
<string name="profileTabFollowers">Abonnés</string>
<string name="profileTabFollowing">Abonnements</string>
<string name="profileCreateNewEmailAddress">Ajouter une adresse courriel</string>
<string name="profileEmailTitle">Adresse courriel</string>
<string name="emailAddedText">Adresse courriel ajoutée</string>
<string name="emailErrorEmpty">Ladresse courriel est requise</string>
<string name="emailErrorInvalid">Adresse courriel invalide</string>
<string name="emailErrorInUse">Adresse courriel déjà utilisée</string>
<string name="emailTypeText">Principale</string>
<string name="profileTabEmails">E-mails</string>
<string name="profileTabEmails">Courriels</string>
<!-- profile section -->
<!-- single issue section -->
<string name="singleIssueEditLabels">Gérer les étiquettes</string>
@ -300,12 +300,12 @@
<!-- admin -->
<!-- create user -->
<string name="userFullNameText">Nom complet</string>
<string name="userEmail">Adresse e-mail</string>
<string name="userEmail">Adresse courriel</string>
<string name="userUserName">Nom dutilisateur</string>
<string name="userPassword">Mot de passe</string>
<string name="userInvalidFullName">Nom complet invalide</string>
<string name="userInvalidUserName">Nom dutilisateur invalide</string>
<string name="userInvalidEmail">Adresse e-mail invalide</string>
<string name="userInvalidEmail">Adresse courriel invalide</string>
<string name="userCreatedText">Utilisateur créé</string>
<string name="userExistsError">Nom dutilisateur déjà existant</string>
<!-- create user -->
@ -383,7 +383,7 @@
<string name="menuQuoteText">Citer la réponse</string>
<string name="modifiedText">modifié</string>
<string name="saveButton">Sauvegarder</string>
<string name="websiteText">Site Web</string>
<string name="websiteText">Site</string>
<string name="locationText">Emplacement</string>
<string name="characters255Limit">255 caractères maximum</string>
<string name="emptyFields">Tous les champs sont requis</string>
@ -543,8 +543,8 @@
<string name="mainNotificationChannelName">Notifications</string>
<string name="mainNotificationChannelDescription">Le canal de notifications principal de GitNex.</string>
<plurals name="youHaveNewNotifications">
<item quantity="one">Vous avez %s nouvelle notification.</item>
<item quantity="other">Vous avez %s nouvelles notifications.</item>
<item quantity="one">Vous avez %s nouvelle notification</item>
<item quantity="other">Vous avez %s nouvelles notifications</item>
</plurals>
<string name="isRead">Lu</string>
<string name="isUnread">Non lu</string>
@ -643,4 +643,15 @@
<string name="repoAdopted">Dépôt %s adopté</string>
<string name="unadoptedRepos">Dépôts abandonnés</string>
<string name="unadoptedReposMessage">- Adopter le dépôt %s lajoutera à lorganisation/utilisateur %s.\n- Le supprimer leffacera du système.</string>
<string name="commits">Révisions</string>
<!-- wiki -->
<string name="wiki">Wiki</string>
<string name="wikiAuthor"><![CDATA[<b>%1$s</b> a mis à jour %2$s]]></string>
<string name="deleteWikiPageMessage">Voulez-vous vraiment supprimer %s ?</string>
<string name="wikiPageDeleted">Page wiki supprimée</string>
<string name="wikiPageNameAndContentError">Une page ne peut être vide ou anonyme</string>
<string name="createWikiPage">Créer une page wiki</string>
<string name="wikiUpdated">Page wiki mise à jour</string>
<string name="wikiCreated">Page wiki créée</string>
<!-- code editor -->
</resources>

View File

@ -545,8 +545,8 @@ autorizzazione</string>
<string name="mainNotificationChannelName">Notifiche</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>
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">Letto</string>
<string name="isUnread">Non letto</string>
@ -645,4 +645,15 @@ autorizzazione</string>
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,7 +543,7 @@
<string name="mainNotificationChannelName">Notifications</string>
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
<plurals name="youHaveNewNotifications">
<item quantity="other">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>
@ -642,4 +642,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,9 +543,9 @@
<string name="mainNotificationChannelName">Notifications</string>
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
<plurals name="youHaveNewNotifications">
<item quantity="zero">You have %s new notifications.</item>
<item quantity="one">You have %s new notification.</item>
<item quantity="other">You have %s new notifications.</item>
<item quantity="zero">You have %s new notifications</item>
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">Read</string>
<string name="isUnread">Unread</string>
@ -644,4 +644,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,8 +543,8 @@
<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>
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">Read</string>
<string name="isUnread">Unread</string>
@ -643,4 +643,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,10 +543,10 @@
<string name="mainNotificationChannelName">Powiadomienia</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>
<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">Odczytane</string>
<string name="isUnread">Nieodczytane</string>
@ -645,4 +645,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,8 +543,8 @@
<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>
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">Lida</string>
<string name="isUnread">Não Lida</string>
@ -643,4 +643,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,10 +543,10 @@
<string name="mainNotificationChannelName">Уведомления</string>
<string name="mainNotificationChannelDescription">Это основной канал уведомлений 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>
<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">Прочитано</string>
<string name="isUnread">Непрочитано</string>
@ -645,4 +645,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,8 +543,8 @@
<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>
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">Read</string>
<string name="isUnread">Unread</string>
@ -643,4 +643,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,10 +543,10 @@
<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>
<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>
@ -645,4 +645,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,9 +543,9 @@
<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="other">You have %s new notifications.</item>
<item quantity="one">You have %s new notification</item>
<item quantity="few">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>
@ -644,4 +644,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,8 +543,8 @@
<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>
<item quantity="one">You have %s new notification</item>
<item quantity="other">You have %s new notifications</item>
</plurals>
<string name="isRead">Read</string>
<string name="isUnread">Unread</string>
@ -643,4 +643,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -543,10 +543,10 @@
<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>
<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>
@ -645,4 +645,15 @@
<string name="repoAdopted">Adopted repository %s</string>
<string name="unadoptedRepos">Unadopted Repositories</string>
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %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 -->
</resources>

View File

@ -642,4 +642,15 @@
<string name="repoAdopted">已采用仓库 %s</string>
<string name="unadoptedRepos">已取消采用仓库</string>
<string name="unadoptedReposMessage">- 采用将添加仓库 %s 到组织/用户 %s。\n- 删除将从系统中移除它。</string>
<string name="commits">提交</string>
<!-- wiki -->
<string name="wiki">维基</string>
<string name="wikiAuthor"><![CDATA[<b>%1$s</b> 已更新 %2$s]]></string>
<string name="deleteWikiPageMessage">确实要删除 %s 吗?</string>
<string name="wikiPageDeleted">成功删除了维基页面</string>
<string name="wikiPageNameAndContentError">页面名臣和页面内容不能为空</string>
<string name="createWikiPage">创建维基页面</string>
<string name="wikiUpdated">成功更新了维基页面</string>
<string name="wikiCreated">成功创建了维基页面</string>
<!-- code editor -->
</resources>

View File

@ -0,0 +1,17 @@
4.3.0
New: Show labels in issues and pr lists
New: My issues with remote search and filters
New: Single commit screen with diff view
New: Unadopted repository management for Admins
New: Delete a release
New: UI enhancements and improvements
New: Assign repository to a team in an org
⚠️ Notice: Drop support for Android 5 ⚠️
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release Video: https://youtu.be/DzJEm00V4qA
Release Blog: https://gitnex.codeberg.page/posts/430.html

View File

@ -0,0 +1,17 @@
4.3.0
New: Show labels in issues and pr lists
New: My issues with remote search and filters
New: Single commit screen with diff view
New: Unadopted repository management for Admins
New: Delete a release
New: UI enhancements and improvements
New: Assign repository to a team in an org
⚠️ Notice: Drop support for Android 5 ⚠️
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release Video: https://youtu.be/DzJEm00V4qA
Release Blog: https://gitnex.codeberg.page/posts/430.html

View File

@ -1,6 +1,6 @@
2.5.0-rc1
Release notes will be published with the stable release.
In the mean time check the milestone for pull requests and issues that are merged/closed.
Release-Anmerkungen werden mit stabilem Release veröffentlicht.
Schaue den Meilenstein für geschlossene/zusammengeführte Pull-Requests und Issues an.
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed

View File

@ -1,6 +1,6 @@
2.5.0-rc4
Release notes will be published with the stable release.
In the mean time check the milestone for pull requests and issues that are merged/closed.
Release-Anmerkungen werden mit stabilem Release veröffentlicht.
Schaue den Meilenstein für geschlossene/zusammengeführte Pull-Requests und Issues an.
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed

View File

@ -1,16 +1,16 @@
1.0-rc6
* New: Added meta data and changelog for F-droid
* Neu: Metadaten und Changelogs für F-Droid
1.0-rc5
* New: Highlight usernames in issues and comments
* Bugfix: Default label creation bug
* Bugfix: Infinite loop of settings screen on some devices
* Neu: Benutzernamen in Issues und Kommentaren hervorheben
* Fehler: Fehler beim Erstellen der Standard-Label
* Fehler: Unendliche Schleife der Einstellungen auf einigen Geräten
1.0-rc4
* New: Create label with color picker
* Bugfix: Fix label flag in creating new issue
* Bugfix: Fix pretty date on new app launch
* Enhanced: Moved create milestone and issue into bottom sheet
* Enhanced: Clean up issue and comments ui
* Enhanced: Enhance milestone open/close status
* Enhanced: Enhance milestone due date color and font size
* Neu: Labels mit Farbauswahl erstellen
* Fehler: Label-Flag beim Erstellen neuer Issues
* Fehler: schönes Datum beim App-Start
* Verbesserung: Optionen zum Erstellen neuer Issues/Meilensteine in Bottomsheet verschoben
* Verbessert: aufgeräumte Issue- und Kommentar-UI
* Verbessert: Status der Meilensteine
* Verbessert: Meilenstein-Datum und Schriftgröße

View File

@ -1,30 +1,30 @@
1.0.1
- Fixed icons on some devices
- Icon auf einigen Geräten behoben
1.0.0
- My Repositories
- Repositories list
- Organizations list
- Create new repository
- Create new organization
- Search/filter repositories and organizations
- Profile view
- Repository stars, watchers, issues count
- Issues list
- Issue comments
- Comment on issues
- Search issues in issues list
- Create new issue with multiple assignees, labels and add milestone, due date to it
- Create label
- Edit / delete labels
- Repository information
- Milestones list
- Create new milestone
- Branches list
- Releases with source download
- Collaborators view for repository
- Markdown support
- Emoji support
- Settings : Pretty and Normal time format, language change
- Option to access local non-https installs
- Login/Logout
- Meine Repositories
- Repository-Liste
- Organisations-Liste
- Neues Repository erstellen
- Neue Organisation erstellen
- Suche/Filtere Repositories und Organisationen
- Profilansicht
- Repository-Favoriten, -Beobachter und Issueanzahl
- Issue-Liste
- Issue-Kommentare
- Kommentiere auf Issues
- Issues in Liste suchen
- Erstelle neue Issues und weise Nutzer, Labels, Zeitlimits und Meilensteine zu
- Erstelle Labels
- Editiere / Lösche Labels
- Repository Informationen
- Meilensteinliste
- Erstelle neue Meilensteine
- Branch-Liste
- Release-Liste mit Download-Option
- Zeige Mitarbeiter für Repos
- Markdown-Unterstützung
- Emoji-Unterstützung
- Einstellungen: schönes und normales Zeitformat, Sprachänderung
- Optionen, um lokale HTTP-Instanzen zu benutzen
- Anmelden/Abmelden

View File

@ -2,18 +2,18 @@
- Neu: Angepasstes App-Design der gesamten App der Farben, UX- und UI-Verbesserungen
- Neu: Neue Schriftart
- Neu: Issue-Zähler. Kann in den Einstellungen aktiviert/deaktiviert werden
- New: Redesigned settings screen
- New: Create a team in Organization
- New: List organization members
- New: List organization teams
- New: List team members in organization by tapping on the team name
- New: Repository list for the organization. Tap on organization.
- New: Show the repositories list starred by the logged in user
- Enhancement: Login api calls for http status code 500
- Enhancement: Font sizes, color schemes
- Enhancement: Labels, user avatars, menus
- Enhancement: Added names to collaborators grid in repository view instead of tap
- Enhancement: Refactored and redesigned About screen
- Enhancement: Reply to issue button is now at the nav header
- Fixed: Collaborators avatar layout grid
- Fixed: Malformed json in logins
- Neu: Überarbeitete Einstellungen
- Neu: Team in Organisation erstellen
- Neu: Organisationsmitglieder anzeigen
- Neu: Organisationsteams anzeigen
- Neu: Organisationsmiglieder in Organisationen durch Tippen auf Teamname
- Neu: Repositoryliste für Organisationen. Klick auf Organisation.
- Neu: Favoriten des angemeldeten Nutzers anzeigen
- Verbesserung: Login-API-Aufrufe für Status 500
- Verbesserung: Schriftgrößen, Farbschemen
- Verbesserung: Labels, Benutzeravatare, Menüs
- Verbesserung: Namen zur Mitarbeitertabelle in der Repository-Ansicht anstelle von Tippen
- Verbesserung: überarbeiteter "Über"-Bildschirm
- Verbesserung: Button zum Kommentieren in jetzt in Navigations-Bar
- Fehler: Mitarbeiter-Tabellen-Layout
- Fehler: Schlechte JSONs bei Logins

View File

@ -1,8 +1,8 @@
- New: Add collaborator to repository
- New: User can now edit his/her own comments
- New: See who are your followers
- New: See who you are following
- Enhancement: Redesign Profile screen
- Enhancement: Added edited status for single issue and comments
- Neu: Mitarbeiter zu Repository hinzufügen
- Neu: Kommentare bearbeiten
- Neu: Follower anzeigen
- Neu: Sehen, wem du folgst
- Verbesserung: überarbeiteter Profilbildschirm
- Verbesserung: "Bearbeitet"-Status für einzelne Issues und Kommentare hinzugefügt
Release notes: https://codeberg.org/gitnex/GitNex/releases
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,10 +1,10 @@
- New: Add an email address to your account
- New: Add collaborator to the repository
- New: Users can now edit his / her own comments
- New: See who are your followers
- New: See who you are following
- Enhancement: Redesign Profile screen
- Enhancement: Added edited status for single issue and comments
- Neu: E-Mail-Adresse zum Account hinzufügen
- Neu: Mitarbeiter zu Repository hinzufügen
- Neu: Kommentare bearbeiten
- Neu: Follower anzeigen
- Neu: Sehen, wem du folgst
- Verbesserung: überarbeiteter Profilbildschirm
- Verbesserung: "Bearbeitet"-Status für einzelne Issues und Kommentare hinzugefügt
And many more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,6 +1,6 @@
3.0.0-rc1
Release notes will be published with the stable release.
In the mean time check the milestone for pull requests and issues that are merged/closed.
Release-Anmerkungen werden mit stabilem Release veröffentlicht.
Schaue den Meilenstein für geschlossene/zusammengeführte Pull-Requests und Issues an.
https://codeberg.org/gitnex/GitNex/milestone/172?state=closed

View File

@ -1,6 +1,6 @@
3.0.0-rc2
Release notes will be published with the stable release.
In the mean time check the milestone for pull requests and issues that are merged/closed.
Release-Anmerkungen werden mit stabilem Release veröffentlicht.
Schaue den Meilenstein für geschlossene/zusammengeführte Pull-Requests und Issues an.
https://codeberg.org/gitnex/GitNex/milestone/304?state=closed

View File

@ -1,5 +1,5 @@
3.0.0-rc3
This release focuses to enhance the UI through out the app with few new features and fix the bugs you guys reported so far.
Dieses Release verbessert die UI der App mit wenigen neues Features und behobenen Fehler.
Detailed release notes will be published with the stable release.
Ausführliche Release-Anmerkungen werden mit stabilem Release veröffentlicht.

View File

@ -1,10 +1,10 @@
- New: Add/remove labels from an issue
- New: README is added to repo information tab
- New: Basic HTTP authentication support. Use USERNAME@YOUR-DOMAIN.COM in URL field
- New: Create a new user - Admin privilege required
- Enhancement: Refactor multi dialogs to match the current app design
- Enhancement: Update markdown library for better md support
- Enhancement: New nav background image
- Neu: Labels von Issue hinzufügen/entfernen
- New: README wird angezeigt
- Neu: Basic HTTP-Authentifizierung. USERNAME@DOMAIN.COM im URL-Feld
- Neu: neuer Nutzer (nur Admins)
- Verbesserung: UI mehrerer Dialoge
- Verbesserung: besserer Markdown-Support
- Verbesserung: Neues Navigations-Hintergrund-Bild
Release Notes
Release-Anmerkungen
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,15 +1,15 @@
- New: Notifications
- New: Delete comments
- New: New file downloader (no permission required)
- New: Drafts for comments
- New: New icons set
- New: Switch branches in File Browser
- New: Close/open filter Milestones
- New: New settings screen
- New: New diff view for PR files
- New: Cite code in PR diff and comment on it by long press
- New: Clear cache, configure cache size (settings)
- New: Delete branch after merge
- Neu: Benachrichtigungen
- Neu: Lösche Kommentare
- New: neuer Datei-Herunterlader (keine Berechtigung erforderlich)
- Neu: Entwürfe für Kommentare
- Neu: neue Icons
- Neu: Unterstützung für Branches im Datei-Browser
- Neu: Meilenstein öffnen/schließen
- Neu: neue Einstellungsseite
- Neu: neuer Diff-Viewer für PR-Änderungen
- Neu: Code im PR-Diff zitieren und kommentieren
- Neu: Cache-Einstellungen
- Neu: Branch nach dem Zusammenführen löschen
Many more...
Viele mehr...
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,5 +1,5 @@
3.1.0-rc1
1st RC of 3.1.0 which brings features like Multi Account support, forks list etc.
1. RC für 3.1.0, das neue Features wie Multi-Account-Unterstützung, Forks-Liste etc. bringt
Detailed release notes will be published with stable release.
Ausführliche Release-Anmerkungen werden mit stabilem Release veröffentlicht.

View File

@ -1,5 +1,5 @@
3.1.0-rc2
3.1.0 RC2 release brings enhanced multi accounts, delete and edit files, new progress indicators etc.
3.1.0 RC2 bringt verbessertes Verhalten mit mehreren Accounts, löschen und bearbeiten von Dateien, neue Fortschrittsanzeigen etc.
Detailed release notes will be published with stable release.
Ausführliche Release-Anmerkungen werden mit stabilem Release veröffentlicht.

View File

@ -1,13 +1,13 @@
3.1.0
New: Multiple accounts support
New: New Retro theme
New: Delete OR Edit a file
New: Repository forks
New: Markdown support in file viewer
New: New Progress indicators
New: Copy repo / org / issue comment url to clipboard
New: Create drafts per edit and improve it's UI
New: Enhance App UI across all screens
Neu: Unterstützung mehrerer Konten & Instanzen
Neu: neues Retro-Thema
Neu: Datei bearbeiten ODER löschen
Neu: Repository-Forks
Neu: Markdown im Dateiviewer
Neue: neue Fortschrittsanzeigen
Neu: URL von Repos / Orgs / Issue-Kommentaren kopieren
Neu: Entwürfe beim Bearbeiten erstellen und UI verbessern
Neu: Verbesserte App-UI
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,5 +1,5 @@
3.2.0-rc1
3.2.0 RC1 release brings create pr, repository settings for admins and many more new features.
3.2.0-rc1 bringt neue PRs, Repo-Einstellungen für Admins und vieles mehr.
Detailed release notes will be published with stable release.
Ausführliche Release-Anmerkungen werden mit stabilem Release veröffentlicht.

View File

@ -1,7 +1,7 @@
- New: Edit issue
- New: Tabs for open and closed issues
- Enhancement: German translation
- Fixed: Layout fixes across the app
- Neu: Issue bearbeiten
- New: Tabs für offene/geschlossene Issues
- Verbesserung: deutsche Übersetzung
- Fehler: Layouts behoben
And many more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,14 +1,14 @@
3.2.0
New: Create pull request
New: Edit repository properties (Admins only)
New: Delete repository (Admins only)
New: Transfer repository ownership (Admins only)
New: Notification badge in navigation menu
New: Search issues across all repositories
New: Show issues/pr states in single view mode
New: Explore repositories filters
New: Android 11 support
New: Commits under Files branches
Neu: Pull-Request erstellen
Neu: Repository-Eigentschaften bearbeiten (nur Admins)
Neu: Repositories löschen (nur Admins)
Neu: Repository-Eigenschaft übertragen (nur Admins)
Neu: Benachrichtigungszähler im Navigationsmenü
Neu: Issues über alle Repos suchen
Neu: Issue- und PR-Statistiken im Einzel-Anzeige-Modus anzeigen
Neu: Filtere entdeckbare Repositories
Neu: Unterstützung für Android 11
Neu: Commits unter Branches
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,5 +1,5 @@
3.3.0-rc1
3.3.0 rc1 release brings new input design, new popups, open links from email and including other features with improvements and bug fixes.
3.3.0-rc1 bringt ein neues Eingabedesign, neue Popups, das Öffnen von Links und andere Features zusammen mit Verbesserungen und Fehlerbehebungen.
Detail release notes will be published with stable release.
Ausführliche Release-Anmerkungen werden mit stabilem Release veröffentlicht.

View File

@ -1,5 +1,5 @@
3.3.0-rc2
A lot of bugs are squashed in this release including many UI improvements.
Viele Fehler wurden in diesem Release behoben, einschließlich vieler UI-Verbesserungen.
Detail release notes will be published with stable release.
Ausführliche Release-Anmerkungen werden mit stabilem Release veröffentlicht.

View File

@ -1,5 +1,5 @@
3.3.0-rc3
Last release candidate(rc) before 3.3.0 stable release, includes bug fixes, ui improvements and issue/pr emoji reactions.
Letzter Release-Kandidat (RC) vor 3.0.0, enthält Fehlerbehebungen, UI-Verbesserungen und Issue/PR-Reaktionen.
Detail release notes will be published with stable release.
Ausführliche Release-Anmerkungen werden mit stabilem Release veröffentlicht.

View File

@ -1,12 +1,12 @@
- New: Add/remove labels from an issue
- New: Repo README in information tab
- New: Basic HTTP authentication support
- New: Create a new user
- New: Edit issue
- New: Closed issues in new tab
- Enhancement: German translation
- Enhancement: Redesign multi select dialogs
- Enhancement: New nav background image
- Neu: Labels von Issue hinzufügen/entfernen
- New: Repo-README unter den Informationen
- Neu: Basic HTTP-Authentifizierung
- New: Neuen Benutzer erstellen
- Neu: Issue bearbeiten
- Neu: geschlossene Issues in neuem Tab
- Verbesserung: deutsche Übersetzung
- Verbesserung: Redesign für Multi-Selection-Dialoge
- Verbesserung: Neues Navigations-Hintergrund-Bild
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,14 +1,14 @@
3.3.0
New: New labels/assignees popups
New: Transition to new input design
New: New commenting screen
New: Handle popular instances links (open from email etc)
New: Syntax highlighting in code blocks
New: Organization labels in issue labels
New: Group notifications, settings screen to enable/disable, change delay, light color
New: Issue/PR and comments emoji reactions
- Neu: Labels/Zuständige-Popups
Neu: Übergang zu neuem Eingabedesign
Neu: neuer Kommentar-Bildschirm
Neu: Link von populären Instanzen öffnen
Neu: Syntax-Hervorhebung in Code-Blocks
Neu: Organisations-Labels in Issue-Labels
Neu: Gruppierte Benachrichtigungen, Einstellungen für Benachrichtigungen
Neu: Emoji-Reaktionen
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases
Release Blog: https://gitnex.codeberg.page/posts/330.html
Release-Blog: https://gitnex.codeberg.page/posts/330.html

View File

@ -1,12 +1,12 @@
- New: Organization overview
- New: Code block colors - change in settings
- New: Home screen of your choice - change in settings
- New: Close and reopen an issue
- New: Create new release
- Enhancement: Updated release tab layout
- Enhancement: Added release tag in releases
- Enhancement: German and Russian translation updates
- Fixed: Crash when issues and info tabs are frequently switched
- Neu: Übersicht Organisationen
- Neu: Code-Block-Farben - in den Einstellungen ändern
- Neu: Heomscreen deiner Wahl - in den Einstellungen ändern
- Neu: Issues schließen und wieder öffnen
- Neu: Release erstellen
- Neu: überarbeitetes Release-Layout
- Verbesserung: Release-Tags in Releases
- Verbesserung: aktualisierte Übersetzungen für Deutsch und Russisch
- Fehler: Crash, wenn zwischen Issue- und Info-Tabs schnell hin- und hergewechselt wird
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,13 +1,13 @@
3.5.0
New: Render emoji in issue/pr titles, commit message and markdown files
New: Cron tasks (Admin only)
New: Biometric support to unlock the app
New: Switch to saved instance when coming from email/links
New: Copy user login id to clipboard
New: Progress notification for downloading files
New: Rewrite file viewer in native code to move away from traditional js to load files faster
Neu: Emojis rendern
Neu: Cron-Aufgaben (nur Admins)
Neu: Unterstützung für biometrisches Entsperren der App
Neu: zu anderer Instanz beim Öffnen von Links wechseln
Neu: Benutzername kopieren
Neu: Fortschrittsanzeige beim Herunterladen
Neu: Dateiviewer in nativem Code für schnelleres Laden
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases
Release Blog: https://gitnex.codeberg.page/posts/350.html
Release-Blog: https://gitnex.codeberg.page/posts/350.html

View File

@ -1,13 +1,13 @@
- New: Organization overview
- New: Code block colors - change in settings
- New: Home screen of your choice - change in settings
- New: Close and reopen an issue
- New: Create new release
- New: Mention collaborators in issues, comments
- New: 2FA OTP feature. Check the Troubleshoot wiki page for usage
- Enhancement: Updated release tab layout
- Enhancement: Added release tag in releases
- Enhancement: German and Russian translation updates
- Neu: Organisationsübersicht
- Neu: Code-Block-Farben - in den Einstellungen ändern
- Neu: Heomscreen deiner Wahl - in den Einstellungen ändern
- Neu: Issues schließen und wieder öffnen
- Neu: Release erstellen
- Neu: Mitarbeiter in Issues und Kommentaren erwähnen
- Neu: 2FA mit OTP. Siehe die "Troubeshooting" Wiki-Seite für Nutzung
- Neu: überarbeitetes Release-Layout
- Verbesserung: Release-Tags in Releases
- Verbesserung: aktualisierte Übersetzungen für Deutsch und Russisch
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,13 +1,13 @@
4.0.0
New: Revamped UI across the whole app
New: Explore public organizations
New: Users profile view with details, repositories, starred repositories, organizations, followers, following
New: Notifications for all accounts
New: New dialog popup for About App
New: Delete head branch after PR is merged
New: Time selection for changing dark theme
Neu: überarbeitete UI
Neu: öffentliche Organisationen erkunden
Neu: Benutzerprofilansicht mit Details, Repos, Favoriten, Orgs, Followern und Folgenden
Neu: Benachrichtigungen für alle Accounts
Neu: Dialog-Popup für "Über"
Neu: Head-Branch löschen, nachdem PR zusammengeführt ist
Neu: Zeiteinstellung für Wechseln zum dunklen Thema
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases
Release Blog: https://gitnex.codeberg.page/posts/400.html
Release-Blog: https://gitnex.codeberg.page/posts/400.html

View File

@ -1,16 +1,16 @@
4.1.0
New: Follow/unfollow a user
New: Explore users
New: Update pull request (merge, rebase)
New: Filter issues by milestone
Improvement: Scroll to release tag via link handler
Improvement: Search issue/pr by Id
Improvement: Hide profile picture when scrolling
Improvement: Render markdown in repository and organization descriptions
Neu: Benutzer (ent)folgen
Neu: Benutzer erkunden
Neu: Pull-Request aktualisieren (Merge oder Rebase)
Neu: Issues nach Meilenstein filtern
Verbesserung: zum Release-Tag über Link scrollen
Verbesserung: Issue/PR nach ID suchen
Verbesserung: Profilbild beim Scrollen verstecken
Verbesserung: Markdown in Repository- und Organisationsbeschreibungen rendern
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases
Release Video: https://youtu.be/pcSdipx-Iyc
Release-Video: https://youtu.be/pcSdipx-Iyc
Release Blog: https://gitnex.codeberg.page/posts/410.html
Release-Blog: https://gitnex.codeberg.page/posts/410.html

View File

@ -1,10 +1,10 @@
- New: Add/remove assignees
- New: Users list - Admin only
- New: Search users - filter by name, username and email
- Enhancement: Rate me link to play store
- Enhancement: Enhance About screen
- Enhancement: 4 cols in users gridview - collaborators
- Fixed: Crash when issue badge is disabled
- Neu: Zuständige hinzufügen/entfernen
- Neu: Nutzerliste - nur Admins
- Neu: Nutzer nach Name, Benutzername und E-Mail suchen
- Verbesserung: Bewertungslink zum Play Store
- Verbesserung: "Über"-Bildschirm
- Verbesserung: 4 Spalten in Mitarbeiter-Tabellen-Layout
- Fehler: Crash wenn Issue-Zähler deaktiviert ist
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,15 +1,15 @@
4.2.0
New: Create/delete/list tags
New: Hide repository actions for non admins
New: New files diff viewer
New: Show users who reacted to issue/pr/comment
New: Redesigned organization Teams
Improvement: Enhance account manager
⚠️ Notice: GitNex 4.3.0 will drop support for Android 5. Going forward 5.0.0 will drop for Android 6 ⚠️
Neu: Tags erstellen/löschen/zeigen
Neu: Repository-Aktionen für Nicht-Admins verstecken
Neu: neuer Datei-Diff-Viewer
Neu: Benutzer, die reagiert haben, anzeigen
Neu: Organisationsteams überarbeitet
Verbesserung: besserer Account-Manager
⚠️ Anmerkung: GitNex 4.3.0 wird den Support für Android 5 entfernen. 5.0.0 wird den Support für Android 6 entfernen ⚠️
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases
Release Video: https://youtu.be/mxkE-x64iXs
Release-Video: https://youtu.be/mxkE-x64iXs
Release Blog: https://gitnex.codeberg.page/posts/420.html
Release-Blog: https://gitnex.codeberg.page/posts/420.html

View File

@ -0,0 +1,17 @@
4.3.0
Neu: Labels in Issue- und Pr-Listen anzeigen
Neu: Meine Issues mit Remote-Suche und Filtern
Neu: Commit-Ansicht mit Diff-Anzeige
Neu: Verwaltung nicht übernommener Repos für Admins
Neu: Release löschen
Neu: UI-Verbesserungen
Neu: Repositoy zu Team in Organisation zuweisen
⚠️ Anmerkung: entfernt Support für Android 5 ⚠️
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases
Release-Video: https://youtu.be/DzJEm00V4qA
Release-Blog: https://gitnex.codeberg.page/posts/430.html

View File

@ -1,7 +1,7 @@
- New: Add or update milestone of an issue
- New: Field for OTP on the login screen
- Enhancement: Better handling of buttons on API calls
- Fixed: Crash when empty password with OTP is used
- Neu: Meilenstein hinzufügen oder bearbeiten
- Neu: 2FA beim Anmelden
- Verbesserung: Besseres Verhalten von Buttons auf API-Aufrufen
- Fehler: Crash bei leerem Passwort mit OTP
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,14 +1,14 @@
- New: Create new files
- New: Open repository in browser from bottomsheet, @6543
- New: List of repository stargazers
- New: List of repository watchers
- New: Open repository in browser from listview
- Enhancement: Repo website linking
- Enhancement: Reduce large text to small for links
- Enhancement: Translations for french, german
- Fixed: Crash on tapping search icon
- Fixed: Crash when tabs are moved quickly
- Fixed: Commit hash url in branches tab
- Neu: Dateien erstellen
- Neu: Repository im Browser öffnen @6543
- Neu: Liste, wer das Repository favorisiert hat
- Neu: Liste von Repository-Beobachtern
- Neu: Repository im Browser öffnen aus Liste
- Verbesserung: Links zur Repo-Webseite
- Verbesserung: Lange Texte für zu kleine Links reduzieren
- Verbesserung: französische und deutsche Übersetzung
- Fehler: Crash beim Tippen auf Such-Icon
- Fehler: Fehler beim schnellen Wechseln zwischen Tabs
- Fehler: Commit-Hash-URL im Branches-Tab
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,16 +1,16 @@
- New: Font - roboto
- New: Milestone progress bar @6543
- New: Redesign issues list
- New: Copy issue URL to clipboard @6543
- New: Redesign milestones list
- New: Added repository avatars
- Improvement: Repo info tab enhancements
- Improvement: Bold font for labels
- Improvement: Change search icon and text to filter
- Improvement: Refactor markdown code to load images
- Improvement: UI improvements for avatars and alignments
- Improvement: Enable/disable create issue based on repo settings
- Bugfix: Open issues tab color scheme
- Neu: Schrift - Roboto
- Neu: Meilenstein-Fortschrittsleiste @6543
- Neu: überarbeitete Issue-Liste
- Neu: Issue-URL kopieren @6543
- Neu: überarbeitete Meilenstein-Liste
- Neu: Repo-Avatare
Verbesserung: Repo-Info-Tab
Verbesserung: dicke Scrift für Labels
- Verbesserung: Neues Suchen-Icon und Text zum Filtern
- Verbesserung: Bilder in Markdown
- Verbesserungen: UI bei Avataren und Ausrichtungen
- Verbesserung: Erstellen von Issues aktivieren/deaktivieren
- Fehler: Issue-Tab-Farb-Schema
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,6 +1,6 @@
Bugfix: crash when repo avatar in not present in api nodes. old Gitea instances
Bugfix: Milestone progress bar fix
Bugfix: Create new issue enable/disable fix
Fehler: Crash wenn Repo-Avatar in API-Knoten nicht verfügbar ist. alte Gitea-Instanzen
- Fehler: Meilenstein-Fortschrittsleiste behoben
Fehler: Aktivieren/Deaktivieren beim Erstellen neuer Issues behoben
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,4 +1,4 @@
Bugfix: crash when my repo, starred repos are accessed without repo avatar. old Gitea instances
Fehler: Crash bei fehlendem Repo-Avatar alte Gitea-Instanzen
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,13 +1,13 @@
2.1.3
Bugfix: another old Gitea instances API issue
Fehler: API-Fehler bei altem Gitea
2.1.0
- New: Font - Roboto
- New: Milestone progress bar @6543
- New: Redesign issues list
- New: Copy issue URL to clipboard @6543
- New: Redesign milestones list
- New: Added repository avatars
- Neu: Schrift - Roboto
- Neu: Meilenstein-Fortschrittsleiste @6543
- Neu: überarbeitete Issue-Liste
- Neu: Issue-URL kopieren @6543
- Neu: überarbeitete Meilenstein-Liste
- Neu: Repo-Avatare
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,13 +1,13 @@
2.2.0
- New: Explore repositories
- New: Files and directory browser (Require Gitea 1.9)
- New: Basic file viewer
- New: Filter files/directories
- New: Star/unstar a repository
- New: Watch/unwatch a repository
- Improvement: Added Corwdin for translation
- Improvement: Bottomsheet scroll and line dividers
- Improvement: New languages support
- Neu: Entdecke Repositories
- Neu: Datei- und Verzeichnisbrowser (benötigt Gitea 1.9)
- Neu: Einfacher Dateiviewer
- Neu: Dateien/Verzeichnisse filtern
- Neu: Repository zu Favoriten hinzufügen/entfernen
- Neu: Repository zu Beobachteten hinzufügen/entfernen
- Verbesserung: Crowdin für Übersetzungen
- Verbesserung: Scrollbare Bottomsheets und Trenner
- Verbesserung: neue Sprachen
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,16 +1,16 @@
2.3.0
New: Login via token
New: Images support in file viewer
New: Source code highlight in file viewer
New: Offline mode(cache)
New: Pull Requests list(open)
New: Merge pull request
New: Diff view of PR files for public repositories
New: Turkish, Ukrainian and Portuguese/Brazilian language support
Improvement: Check Gitea for unsupported version at login
Improvement: Refreshed color scheme
Improvement: Refactor credits and sponsors screens
Bugfix: Multiple token creation from upstream API (logout and login is required)
- Neu: Anmelden via Token
Neu: Bilder im Dateiviewer
Neu: Code-Hervorhebung im Dateibrowser
Neu: Offline-Modus (Cache)
Neu: Pull-Request-Liste (offen)
Neu: Pull-Request zusammenführen
Neu: Diff-Ansicht für Pull-Requests für öffentliche Repositories
Neu: Neue Sprachen (Türkisch, Ukrainisch und Portugiesisch/Brasilien)
Verbesserung: Auf alte Gitea-Versionen beim Anmelden prüfen
Verbesserung: überarbeitete Farbschemen
Verbesserung: überarbeiteter Credits- und Sponsoren-Bildschirm
Fehler: Erstellung mehrerer Tokens über Upstream-API (ab- und anmelden ist erforderlich)
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,17 +1,17 @@
2.4.0
New: Light theme (choose from settings)
New: Download files in Fileviewer (need write permissions)
New: Custom fonts (choose from settings)
New: PDF support in Fileviewer
New: Night mode in PDF (Fileviewer)
New: Default list of repositories in Explore screen
New: Latvian language support
Improvement: Support more files in file viewer syntax highlighter
Improvement: Exclude BIN files rendering in diff viewer
Improvement: Exclude specific files in file viewer like doc, xls etc
Improvement: Single issue id and support copy title and description to clipborad
Improvement: Translation updates
Bugfix: Don't refresh repositories without action
Neu: helles Thema (Einstellungen)
Neu: Dateien herunterladen (benötigt Schreibberechtigung)
Neu: eigene Schriftart (Einstellungen)
Neu: PDFs im Dateiviewer
Neu: Nachtmodus in PDFs (Dateiviewer)
Neu: Standard-Liste von Repositories im Erkunden-Bildschirm
New: Lettische Sprachunterstützung
Verbesserung: mehr Dateien für Syntax-Highlighting unterstützt
Verbesserung: keine BIN-Dateien im Diff-Viewer
Verbesserung: Bestimmte Dateien wir doc, xls etc. im Dateiviewer ignorieren
Verbesserung: einzelne Issue-IDs und Unterstützung für das Kopieren von Titel und Beschreibung
Verbesserung: Übersetzungsaktualierungen
Fehler: Repositories ohne Aktion nicht neuladen
For more, check the release notes.
Für mehr, siehe die Release-Anmerkungen.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,6 +1,6 @@
2.5.0-rc1
Release notes will be published with the stable release.
In the mean time check the milestone for pull requests and issues that are merged/closed.
Las notas de lanzamiento serán publicadas en el lanzamiento estable.
Mientras tanto, puedes verificar las incidencias que se han unido o cerrado en CodeBerg.
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed

View File

@ -1,5 +1,5 @@
3.3.0-rc2
A lot of bugs are squashed in this release including many UI improvements.
Varios errores han sido solucionados en este lanzamiento, incluyendo varias mejoras en la interfaz de usuario.
Detail release notes will be published with stable release.
Las notas de lanzamiento detalladas serán publicadas en el lanzamiento estable.

View File

@ -1,15 +1,15 @@
4.2.0
New: Create/delete/list tags
New: Hide repository actions for non admins
New: New files diff viewer
New: Show users who reacted to issue/pr/comment
New: Redesigned organization Teams
Improvement: Enhance account manager
⚠️ Notice: GitNex 4.3.0 will drop support for Android 5. Going forward 5.0.0 will drop for Android 6 ⚠️
Nuevo: Crear/eliminar/listar etiquetas
Nuevo: Ocultar las acciones del repositorio para los usuarios
Nuevo: Nuevo visualizador de archivos diferencial
Nuevo: Mostrar usuarios que reaccionaron a la incidencia/PR/comentario
Nuevo: Rediseñada la organización de equipos
Mejora: Mejora del administrador de cuentas de usuario
⚠️ Importante: GitNex 4.3.0 dejará sin soporte para Android 5. Avanzar a la versión 5.0.0 acabará con el soporte para Android 6⚠️
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Notas de lanzamiento: https://codeberg.org/gitnex/GitNex/releases
Release Video: https://youtu.be/mxkE-x64iXs
Video de lanzamiento: https://youtu.be/mxkE-x64iXs
Release Blog: https://gitnex.codeberg.page/posts/420.html
Blog de lanzamiento: https://gitnex.codeberg.page/posts/420.html

View File

@ -0,0 +1,17 @@
4.3.0
Nuevo: Ver etiquetas en las incidencias y listas de PR
Nuevo: Mis incidencias con búsqueda y filtros
Nuevo: Pantalla de commit único con vista diferencial
Nuevo: Manejo de repositorios sin dueño para Administradores
Nuevo: Eliminar un lanzamiento
Nuevo: Mejoras y cambios en la UI
Nuevo: Asignar un repositorio a un equipo dentro de una organización
⚠️ Importante: Dejamos de soportar Android 5 ⚠️
Notas de lanzamiento: https://codeberg.org/gitnex/GitNex/releases
Video de lanzamiento: https://youtu.be/DzJEm00V4qA
Blog de lanzamiento: https://gitnex.codeberg.page/posts/430.html

View File

@ -1,47 +1,47 @@
GitNex is a free/paid, open-source Android client for Git repository management tool Gitea. Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go.
GitNex es un cliente para Android de código abierto para repositorios Git en GItea. Gitea es una rama de Gogs administrador por la comunidad, de código ligero escrito en Go.
# Features
# Características
- Multiple accounts support
- File and directory browser
- File viewer
- Create files
- Login via Token
- Merge pull request
- Offline mode(cache)
- Explore repositories
- Diff view of PR files for public repositories
- Repositories list
- Organizations list
- Create new repository / organization
- Search/filter repositories / organizations / issues etc
- Profile view
- Issues list
- Issue comments
- Comment on issues
- Create new issue with multiple assignee, labels and add milestone, due date to it
- Create labels
- Edit / delete labels
- Milestones list
- Create new milestone
- Branches list
- Releases with source download
- Collaborators view for repository
- Markdown support
- Emoji support
- Extensive Settings
- Option to access local non-https installs
- 2FA OTP support
- Notifications
- Drafts
- Switch branches in File browser
- Repository commits
- Self signed cert support
- Theme auto switcher
- Delete comments
- Configure app cache from settings
- Soporte para varias cuentas
- Buscador de archivos y directorios
- Visor de archivos
- Crear archivos
- Inicio de sesión por Token
- Fusionar Pull Request
- Código sin conexión (caché)
- Explorar repositorios
- Vista diferencial de los archivos de PR para los repositorios públicos
- Lista de repositorios
- Lista de organizaciones
- Crear nuevo repositorio u organización
- Busca y filtra entre repositorios, organizaciones o incidencias
- Vista de perfil
- Lista de incidencias
- Comentarios de las incidencias
- Comentarios en incidencias
- Crear nueva incidencia, con múltiples asignaciones, etiquetas e hitos
- Crear etiquetas
- Editar y eliminar etiquetas
- Lista de hitos
- Crear nuevo hito
- Lista de ramas
- Lanzamientos con descarga de código fuente
- Vista de colaboradores en el repositorio
- Soporte para Markdown
- Soporte para emoticonos
- Muy configurable
- Compatiblidad con instalaciones locales http
- Soporte 2FA OTP
- Notificaciones
- Borradores
- Cambio de ramas en el explorador de archivos
- Commits del repositorio
- Soporte para certificados autofirmados
- Gestor de temas
- Eliminar comentarios
- Configuración del caché en los ajustes
More features - https://codeberg.org/gitnex/GitNex/wiki/Features
Más detalles en - https://codeberg.org/gitnex/GitNex/wiki/Features
Source code: https://codeberg.org/gitnex/GitNex
Developer: https://mastodon.social/@mmarif
Código fuente: https://codeberg.org/gitnex/GitNex
Desarrollador: https://mastodon.social/@mmarif

View File

@ -1 +1 @@
Native client for Gitea
Cliente nativo para Gitea

View File

@ -1 +1 @@
GitNex for Gitea
GitNex para Gitea

View File

@ -0,0 +1,17 @@
4.3.0
New: Show labels in issues and pr lists
New: My issues with remote search and filters
New: Single commit screen with diff view
New: Unadopted repository management for Admins
New: Delete a release
New: UI enhancements and improvements
New: Assign repository to a team in an org
⚠️ Notice: Drop support for Android 5 ⚠️
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release Video: https://youtu.be/DzJEm00V4qA
Release Blog: https://gitnex.codeberg.page/posts/430.html

View File

@ -0,0 +1,17 @@
4.3.0
New: Show labels in issues and pr lists
New: My issues with remote search and filters
New: Single commit screen with diff view
New: Unadopted repository management for Admins
New: Delete a release
New: UI enhancements and improvements
New: Assign repository to a team in an org
⚠️ Notice: Drop support for Android 5 ⚠️
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release Video: https://youtu.be/DzJEm00V4qA
Release Blog: https://gitnex.codeberg.page/posts/430.html

View File

@ -1,6 +1,6 @@
2.5.0-rc1
Release notes will be published with the stable release.
In the mean time check the milestone for pull requests and issues that are merged/closed.
Les notes de version détaillées seront publiées avec la version stable.
En attendant, vous pouvez consulter les demandes dajout fusionnées et les tickets fermés pour ce prochain jalon.
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed

View File

@ -1,6 +1,6 @@
2.5.0-rc4
Release notes will be published with the stable release.
In the mean time check the milestone for pull requests and issues that are merged/closed.
Les notes de version détaillées seront publiées avec la version stable.
En attendant, vous pouvez consulter les demandes dajout fusionnées et les tickets fermés pour ce prochain jalon.
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed

View File

@ -1,16 +1,16 @@
1.0-rc6
* New: Added meta data and changelog for F-droid
- Nouveau : Métadonnées et journal des changements dans la fiche de F-Droid
1.0-rc5
* New: Highlight usernames in issues and comments
* Bugfix: Default label creation bug
* Bugfix: Infinite loop of settings screen on some devices
- Nouveau : Noms dutilisateur en surbrillance dans les tickets et les commentaires
- Corrigé : Bogue lors de la création détiquettes
- Corrigé : Boucle infinie dans lécran des réglages sur certains appareils
1.0-rc4
* New: Create label with color picker
* Bugfix: Fix label flag in creating new issue
* Bugfix: Fix pretty date on new app launch
* Enhanced: Moved create milestone and issue into bottom sheet
* Enhanced: Clean up issue and comments ui
* Enhanced: Enhance milestone open/close status
* Enhanced: Enhance milestone due date color and font size
- Nouveau : Sélecteur de couleur pour les étiquettes
- Corrigé : Bogue détiquetage à la création de tickets
- Corrigé : Bogue sur les dates relatives au lancement de lapplication
- Amélioration : « Nouveau jalon » et « Nouveau ticket » déplacés dans le panneau glissant inférieur
- Amélioration : Écran des tickets et écran des commentaires réorganisés
- Amélioration : Statut ouvert/fermé des jalons plus visibles
- Amélioration : Couleur et police des dates déchéance de jalon plus lisibles

View File

@ -1,30 +1,30 @@
1.0.1
- Fixed icons on some devices
- Icônes corrigées pour certains appareils
1.0.0
- My Repositories
- Repositories list
- Organizations list
- Create new repository
- Create new organization
- Search/filter repositories and organizations
- Profile view
- Repository stars, watchers, issues count
- Issues list
- Issue comments
- Comment on issues
- Search issues in issues list
- Create new issue with multiple assignees, labels and add milestone, due date to it
- Create label
- Edit / delete labels
- Repository information
- Milestones list
- Create new milestone
- Branches list
- Releases with source download
- Collaborators view for repository
- Markdown support
- Emoji support
- Settings : Pretty and Normal time format, language change
- Option to access local non-https installs
- Login/Logout
- Mes dépôts
- Liste des dépôts
- Liste des organisations
- Créer des dépôts
- Créer des organisations
- Filtrer les dépôts et les organisations
- Profils
- Pastille de comptage pour les tickets, favoris et observateurs
- Liste des tickets
- Commentaires sur les tickets
- Répondre aux commentaires
- Filtrer les tickets
- Créer des tickets avec participants assignés, étiquettes, jalons, date déchéance, etc
- Créer des étiquettes
- Modifier/supprimer des étiquettes
- Informations sur les dépôts
- Liste des jalons
- Créer de jalons
- Liste des branches
- Versions téléchargeables avec la source
- Liste des participants dun dépôt
- Syntaxe Markdown
- Émoticônes
- Réglages : Choix entre dates relatives et normales, choix de la langue
- Option daccès local non-HTTPS
- Se connecter/déconnecter

View File

@ -1,19 +1,19 @@
1.1.0-rc1
- New: Redesign the whole app experience in terms of fonts, colors, ux adjustments and ui fixes
- New: New font
- New: Issues counter badge. Can be enabled/disabled from settings
- New: Redesigned settings screen
- New: Create a team in Organization
- New: List organization members
- New: List organization teams
- New: List team members in organization by tapping on the team name
- New: Repository list for the organization. Tap on organization.
- New: Show the repositories list starred by the logged in user
- Enhancement: Login api calls for http status code 500
- Enhancement: Font sizes, color schemes
- Enhancement: Labels, user avatars, menus
- Enhancement: Added names to collaborators grid in repository view instead of tap
- Enhancement: Refactored and redesigned About screen
- Enhancement: Reply to issue button is now at the nav header
- Fixed: Collaborators avatar layout grid
- Fixed: Malformed json in logins
- Nouveau : Expérience utilisateur entièrement refondue
- Nouveau : Fonte par défaut
- Nouveau : Pastilles de comptage (activables dans lécran des réglages)
- Nouveau : Écran « Réglages » refondu
- Nouveau : Créer des équipes dans une organisation
- Nouveau : Liste des membres dune organisation
- Nouveau : Liste des équipes dune organisation
- Nouveau : Liste des membres dune équipe accessible en un clic
- Nouveau : Liste des dépôts dune organisation accessible en un clic
- Nouveau : Liste des dépôts favoris de lutilisateur
- Amélioration : LAPI de connexion vérifie dabord la présence dune erreur 500
- Amélioration : Tailles des fontes, thèmes de couleurs plus lisibles
- Amélioration : Étiquette, avatars utilisateurs, menus
- Amélioration : Noms des participants directement visibles dans laperçu du dépôt
- Nouveau : Écran « À propos » refondu
- Amélioration : Bouton de réponse dans les tickets déplacé dans la partie supérieure de lécran
- Corrigé : Agencement de la grille davatars des participants
- Corrigé : JSON malformé lors des connexions

View File

@ -1,8 +1,8 @@
- New: Add collaborator to repository
- New: User can now edit his/her own comments
- New: See who are your followers
- New: See who you are following
- Enhancement: Redesign Profile screen
- Enhancement: Added edited status for single issue and comments
- Nouveau : Ajouter des participants au dépôt
- Nouveau : Modifier ses propres commentaires
- Nouveau : Voir ses observateurs
- Nouveau : Voir les utilisateurs suivis
- Amélioration : Écran de profil refondu
- Amélioration : Ajout dun indicateur de modification pour les tickets et les commentaires
Release notes: https://codeberg.org/gitnex/GitNex/releases
Notes de version : https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,10 +1,10 @@
- New: Add an email address to your account
- New: Add collaborator to the repository
- New: Users can now edit his / her own comments
- New: See who are your followers
- New: See who you are following
- Enhancement: Redesign Profile screen
- Enhancement: Added edited status for single issue and comments
- Nouveau : Ajouter une adresse courriel au compte
- Nouveau : Ajouter un participant au dépôt
- Nouveau : Modifier ses commentaires
- Nouveau : Voir ses observateurs
- Nouveau : Voir les utilisateurs suivis
- Amélioration : Écran de profil refondu
- Amélioration : Ajout dun indicateur de modification pour les tickets et les commentaires
And many more, check the release notes.
Pour plus de détails, consultez les notes de version.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,6 +1,6 @@
3.0.0-rc1
Release notes will be published with the stable release.
In the mean time check the milestone for pull requests and issues that are merged/closed.
Les notes de version détaillées seront publiées avec la version stable.
En attendant, vous pouvez consulter les demandes dajout fusionnées et les tickets fermés pour ce prochain jalon.
https://codeberg.org/gitnex/GitNex/milestone/172?state=closed

View File

@ -1,6 +1,6 @@
3.0.0-rc2
Release notes will be published with the stable release.
In the mean time check the milestone for pull requests and issues that are merged/closed.
Les notes de version détaillées seront publiées avec la version stable.
En attendant, vous pouvez consulter les demandes dajout fusionnées et les tickets fermés pour ce prochain jalon.
https://codeberg.org/gitnex/GitNex/milestone/304?state=closed

View File

@ -1,5 +1,5 @@
3.0.0-rc3
This release focuses to enhance the UI through out the app with few new features and fix the bugs you guys reported so far.
Cette versions RC apporte peu de nouveautés, mais améliore lIHM en général et corrige les problèmes remontés par la communauté.
Detailed release notes will be published with the stable release.
Les notes de version détaillées seront publiées avec la version stable.

View File

@ -1,10 +1,10 @@
- New: Add/remove labels from an issue
- New: README is added to repo information tab
- New: Basic HTTP authentication support. Use USERNAME@YOUR-DOMAIN.COM in URL field
- New: Create a new user - Admin privilege required
- Enhancement: Refactor multi dialogs to match the current app design
- Enhancement: Update markdown library for better md support
- Enhancement: New nav background image
- Nouveau : Ajouter/supprimer une étiquette dun ticket
- Nouveau : README accesible dans les informations du dépôt
- Nouveau : Authentification HTTP de base. Utilisez UTILISATEUR@DOMAINE.COM dans le champ URL
- Nouveau : Créer un utilisateur (droits damin nécessaires)
- Amélioration : Refonte des boites de dialogues en accord avec la nouvelle inteface
- Amélioration : Bibliothèque Markdown mise à jour
- Amélioration : Nouveau fond décran de navigation
Release Notes
Notes de version
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,15 +1,15 @@
- New: Notifications
- New: Delete comments
- New: New file downloader (no permission required)
- New: Drafts for comments
- New: New icons set
- New: Switch branches in File Browser
- New: Close/open filter Milestones
- New: New settings screen
- New: New diff view for PR files
- New: Cite code in PR diff and comment on it by long press
- New: Clear cache, configure cache size (settings)
- New: Delete branch after merge
- Nouveau : Notifications
- Nouveau : Suppression de commentaires
- Nouveau : Gestionnaire de téléchargements (aucune permission nécessaire)
- Nouveau : Brouillons de commentaire
- Nouveau : Thème dicônes changé
- Nouveau : Changement de branche depuis lexplorateur de fichiers
- Nouveau : Filtre ouvert/fermé pour les jalons
- Nouveau : Écran « Réglages » refondu
- Nouveau : Aperçu des diff lors des demandes dajout
- Nouveau : Citer le code dans le diff dune demande dajout et commenter par un clic long
- Nouveau : Vider le cache, configurer la taille du cache (réglages)
- Nouveau : Supprimer la branche après la fusion
Many more...
Et bien plus…
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,5 +1,5 @@
3.1.0-rc1
1st RC of 3.1.0 which brings features like Multi Account support, forks list etc.
Cette version apporte des fonctionnalités telles que la gestion des comptes multiples, la liste des bifurcations, etc.
Detailed release notes will be published with stable release.
Les notes de version détaillées seront publiées avec la version stable.

View File

@ -1,5 +1,5 @@
3.1.0-rc2
3.1.0 RC2 release brings enhanced multi accounts, delete and edit files, new progress indicators etc.
Cette version RC améliore la gestion des comptes multiples et apporte la modification/suppression des fichiers, de nouveaux indicateurs de progression, etc.
Detailed release notes will be published with stable release.
Les notes de version détaillées seront publiées avec la version stable.

View File

@ -1,13 +1,13 @@
3.1.0
New: Multiple accounts support
New: New Retro theme
New: Delete OR Edit a file
New: Repository forks
New: Markdown support in file viewer
New: New Progress indicators
New: Copy repo / org / issue comment url to clipboard
New: Create drafts per edit and improve it's UI
New: Enhance App UI across all screens
- Nouveau : Comptes multiples
- Nouveau : Thème Rétro
- Nouveau : Modifier/supprimer un fichier
- Nouveau : Bifurcations
- Nouveau : Compatibilité Markdown dans laperçu des fichiers
- Nouveau : Indicateurs de progression
- Nouveau : Copier un commentaire dans le presse-papier
- Nouveau : Copier le lien vers un commentaire dans le presse-papier
- Nouveau : Rafraichissement général de lIHM
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Notes de version : https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,5 +1,5 @@
3.2.0-rc1
3.2.0 RC1 release brings create pr, repository settings for admins and many more new features.
Cette RC apporte la création des demandes dajout, des nouveaux réglages dans les dépôts pour ladministration des dépôts et bien dautres choses.
Detailed release notes will be published with stable release.
Les notes de version détaillées seront publiées avec la version stable.

View File

@ -1,7 +1,7 @@
- New: Edit issue
- New: Tabs for open and closed issues
- Enhancement: German translation
- Fixed: Layout fixes across the app
- Nouveau : Modifier les tickets
- Nouveau : Onglets pour les tickets ouverts et les tickets fermés
- Amélioration : Traduction en allemand
- Corrigé : Diverses incohérences dans lagencement de lIHM
And many more, check the release notes.
Pour plus de détails, consultez les notes de version.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,14 +1,14 @@
3.2.0
New: Create pull request
New: Edit repository properties (Admins only)
New: Delete repository (Admins only)
New: Transfer repository ownership (Admins only)
New: Notification badge in navigation menu
New: Search issues across all repositories
New: Show issues/pr states in single view mode
New: Explore repositories filters
New: Android 11 support
New: Commits under Files branches
- Nouveau : Créer une demande dajout
- Nouveau : Modifier les propriétés du dépôt (admins seulement)
- Nouveau : Supprimer le dépôt (admins seulement)
- Nouveau : Changer le le propriétaire du dépôt (admins seulement)
- Nouveau : Pastille de notification dans le menu de navigation
- Nouveau : Rechercher des tickets parmi tous les dépôts
- Nouveau : Tickets et demandes dajout visibles dans la même vue
- Nouveau : Recherche de dépôts avec filtres
- Nouveau : Compatibilité Android 11
- Nouveau : Révisions dans les fichiers des branches
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Notes de version : https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,5 +1,5 @@
3.3.0-rc1
3.3.0 rc1 release brings new input design, new popups, open links from email and including other features with improvements and bug fixes.
Cette version RC apporte des nouveaux champs de saisie, des nouveaux pop-ups, louverture des liens dans les courriels ainsi que dautres fonctionnalités et corrections.
Detail release notes will be published with stable release.
Les notes de version détaillées seront publiées avec la version stable.

View File

@ -1,5 +1,5 @@
3.3.0-rc2
A lot of bugs are squashed in this release including many UI improvements.
Cette version contient de nombreuses corrections de bogues et daméliorations dIHM.
Detail release notes will be published with stable release.
Les notes de version détaillées seront publiées avec la version stable.

View File

@ -1,5 +1,5 @@
3.3.0-rc3
Last release candidate(rc) before 3.3.0 stable release, includes bug fixes, ui improvements and issue/pr emoji reactions.
Cette dernière RC avant la version 3.3.0 stable apporte des corrections de bogues, des améliorations dIHM ainsi que les réactions aux tickets et demandes dajout.
Detail release notes will be published with stable release.
Les notes de version détaillées seront publiées avec la version stable.

View File

@ -1,12 +1,12 @@
- New: Add/remove labels from an issue
- New: Repo README in information tab
- New: Basic HTTP authentication support
- New: Create a new user
- New: Edit issue
- New: Closed issues in new tab
- Enhancement: German translation
- Enhancement: Redesign multi select dialogs
- Enhancement: New nav background image
- Nouveau : Ajouter/supprimer une étiquette dun ticket
- Nouveau : README du dépôt dans longlet Détails
- Nouveau : Authentification HTTP de base
- Nouveau : Créer un nouvel utilisateur
- Nouveau : Modifier les tickets
- Nouveau : Onglet séparé pour les tickets fermés
- Amélioration : Traduction en allemand
- Amélioration : Refonte des boites de dialogue à sélections multiples
- Amélioration : Nouveau fond décran de navigation
For more, check the release notes.
Pour plus de détails, consultez les notes de version.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,14 +1,14 @@
3.3.0
New: New labels/assignees popups
New: Transition to new input design
New: New commenting screen
New: Handle popular instances links (open from email etc)
New: Syntax highlighting in code blocks
New: Organization labels in issue labels
New: Group notifications, settings screen to enable/disable, change delay, light color
New: Issue/PR and comments emoji reactions
- Nouveau : Popups détiquettes et dassignations
- Nouveau : Transition vers la nouvelle interface de saisie
- Nouveau : Écran de commentaire
- Nouveau : Gestion de louverture des liens courants (depuis un courriel, etc)
- Nouveau : Coloration syntaxique
- Nouveau : Tickets étiquetables avec les étiquettes dorganisation
- Nouveau : Notifications de groupe avec délais, couleur de la diode et activation paramétrables
- Nouveau : Réactions aux tickets, demandes dajout et commentaires
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Notes de version : https://codeberg.org/gitnex/GitNex/releases
Release Blog: https://gitnex.codeberg.page/posts/330.html
Billet : https://gitnex.codeberg.page/posts/330.html

View File

@ -1,12 +1,12 @@
- New: Organization overview
- New: Code block colors - change in settings
- New: Home screen of your choice - change in settings
- New: Close and reopen an issue
- New: Create new release
- Enhancement: Updated release tab layout
- Enhancement: Added release tag in releases
- Enhancement: German and Russian translation updates
- Fixed: Crash when issues and info tabs are frequently switched
- Nouveau : Aperçu des organisations
- Nouveau : Coloration syntaxique (dans les réglages)
- Nouveau : Choisir lécran daccueil (dans les réglages)
- Nouveau : Fermer et rouvrir un ticket
- Nouveau : Créer des versions
- Amélioration : Agencement de longlet Version mis à jour
- Amélioration : Tags de versions
- Amélioration : Traductions en allemand et en russe mises à jour
- Corrigé : Plantage lors de basculements fréquents entre les onglets Tickets et Infos
For more, check the release notes.
Pour plus de détails, consultez les notes de version.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,13 +1,13 @@
3.5.0
New: Render emoji in issue/pr titles, commit message and markdown files
New: Cron tasks (Admin only)
New: Biometric support to unlock the app
New: Switch to saved instance when coming from email/links
New: Copy user login id to clipboard
New: Progress notification for downloading files
New: Rewrite file viewer in native code to move away from traditional js to load files faster
- Nouveau : Émoticônes dans les tickets, demandes dajout, commentaires et fichiers Markdown
- Nouveau : Tâches cron (admins seulement)
- Nouveau : Déverrouiller lapplication par identification biométrique
- Nouveau : Basculer sur linstance sauvegardée en venant dun courriel ou dun lien
- Nouveau : Copier lID de lutilisateur dans le presse-papier
- Nouveau : Notification de progression des téléchargements
- Amélioration : Aperçu des fichiers réécrit en natif pour remplacer JS et charger la fonctionnalité plus rapidement
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Notes de version : https://codeberg.org/gitnex/GitNex/releases
Release Blog: https://gitnex.codeberg.page/posts/350.html
Billet : https://gitnex.codeberg.page/posts/350.html

View File

@ -1,13 +1,13 @@
- New: Organization overview
- New: Code block colors - change in settings
- New: Home screen of your choice - change in settings
- New: Close and reopen an issue
- New: Create new release
- New: Mention collaborators in issues, comments
- New: 2FA OTP feature. Check the Troubleshoot wiki page for usage
- Enhancement: Updated release tab layout
- Enhancement: Added release tag in releases
- Enhancement: German and Russian translation updates
- Nouveau : Aperçu des organisations
- Nouveau : Coloration syntaxique (dans les réglages)
- Nouveau : Choisir lécran daccueil (dans les réglages)
- Nouveau : Fermer et rouvrir un ticket
- Nouveau : Création de versions
- Nouveau : Mention des participants dans les tickets et les commentaires
- Nouveau : Double authentification (voir le wiki)
- Amélioration : Agencement de longlet Version mis à jour
- Amélioration : Tags de versions
- Amélioré : Traductions en allemand et en russe
For more, check the release notes.
Pour plus de détails, consultez les notes de version.
https://codeberg.org/gitnex/GitNex/releases

View File

@ -1,13 +1,13 @@
4.0.0
New: Revamped UI across the whole app
New: Explore public organizations
New: Users profile view with details, repositories, starred repositories, organizations, followers, following
New: Notifications for all accounts
New: New dialog popup for About App
New: Delete head branch after PR is merged
New: Time selection for changing dark theme
- Nouveau : Refonte totale de lIHM
- Nouveau : Rechercher des organisations
- Nouveau : Profils utilisateurs détaillés (dépôts, favoris, organisations, abonnés, abonnements)
- Nouveau : Notifications pour tous les comptes
- Nouveau : Popup de dialogue dans « À propos »
- Nouveau : Supprimer la branche après la fusion
- Nouveau : Sélectionner les horaires de changement de thèmes clair/sombre
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Notes de version : https://codeberg.org/gitnex/GitNex/releases
Release Blog: https://gitnex.codeberg.page/posts/400.html
Billet : https://gitnex.codeberg.page/posts/400.html

View File

@ -1,16 +1,16 @@
4.1.0
New: Follow/unfollow a user
New: Explore users
New: Update pull request (merge, rebase)
New: Filter issues by milestone
Improvement: Scroll to release tag via link handler
Improvement: Search issue/pr by Id
Improvement: Hide profile picture when scrolling
Improvement: Render markdown in repository and organization descriptions
- Nouveau : Suivre les utilisateurs
- Nouveau : Rechercher des utilisateurs
- Nouveau : Mettre à jour la demande dajout (fusion, rebasage)
- Nouveau : Filtrer les tickets dans un jalon
- Amélioration : Déroulement vers le tag de version via le gestionnaire de liens
- Amélioration : Rechercher des tickets et des demandes dajout par ID
- Amélioration : Cacher limage de profil au déroulement
- Amélioration : Rendu Markdown dans les descriptions des dépôts et des organisations
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Notes de version : https://codeberg.org/gitnex/GitNex/releases
Release Video: https://youtu.be/pcSdipx-Iyc
Vidéo : https://youtu.be/pcSdipx-Iyc
Release Blog: https://gitnex.codeberg.page/posts/410.html
Billet : https://gitnex.codeberg.page/posts/410.html

View File

@ -1,10 +1,10 @@
- New: Add/remove assignees
- New: Users list - Admin only
- New: Search users - filter by name, username and email
- Enhancement: Rate me link to play store
- Enhancement: Enhance About screen
- Enhancement: 4 cols in users gridview - collaborators
- Fixed: Crash when issue badge is disabled
- Nouveau : Ajouter/retirer des assignations
- Nouveau : Liste des utilisateurs (admin seulement)
- Nouveau : Trouver des utilisateurs par nom, pseudo ou adresse courriel
- Amélioration : « Noter GitNex » mène au Play Store
- Amélioration : Écran « À propos » remanié
- Amélioration : Grille des participants sur 4 colonnes
- Corrigé : Plantage en désactivant les pastilles de comptage
For more, check the release notes.
Pour plus de détails, consultez les notes de version.
https://codeberg.org/gitnex/GitNex/releases

Some files were not shown because too many files have changed in this diff Show More