mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
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:
parent
d3cc481a4d
commit
9a2f04f838
@ -546,12 +546,12 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="zero">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="one">You have %s new notification</item>
|
||||||
<item quantity="two">You have %s new notifications.</item>
|
<item quantity="two">You have %s new notifications</item>
|
||||||
<item quantity="few">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="many">You have %s new notifications</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -650,4 +650,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,10 +543,10 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="few">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="many">You have %s new notifications</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -645,4 +645,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,8 +543,8 @@
|
|||||||
<string name="mainNotificationChannelName">Benachrichtigungen</string>
|
<string name="mainNotificationChannelName">Benachrichtigungen</string>
|
||||||
<string name="mainNotificationChannelDescription">Das ist der Haupt-Nachrichten-Kanal von GitNex.</string>
|
<string name="mainNotificationChannelDescription">Das ist der Haupt-Nachrichten-Kanal von GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">Du hast %s neue Benachrichtigung.</item>
|
<item quantity="one">Du hast %s neue Benachrichtigung</item>
|
||||||
<item quantity="other">Du hast %s neue Benachrichtigungen.</item>
|
<item quantity="other">Du hast %s neue Benachrichtigungen</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Gelesen</string>
|
<string name="isRead">Gelesen</string>
|
||||||
<string name="isUnread">Ungelesen</string>
|
<string name="isUnread">Ungelesen</string>
|
||||||
@ -643,4 +643,15 @@
|
|||||||
<string name="repoAdopted">Repository %s wurde übernommen</string>
|
<string name="repoAdopted">Repository %s wurde übernommen</string>
|
||||||
<string name="unadoptedRepos">Nicht übernommene Repositories</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="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>
|
</resources>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<string name="navRate">Valorar GitNex</string>
|
<string name="navRate">Valorar GitNex</string>
|
||||||
<string name="navLogout">Cerrar sesión</string>
|
<string name="navLogout">Cerrar sesión</string>
|
||||||
<string name="navAdministration">Administración</string>
|
<string name="navAdministration">Administración</string>
|
||||||
<string name="navMyIssues">My Issues</string>
|
<string name="navMyIssues">Mis incidencias</string>
|
||||||
<!-- menu items -->
|
<!-- menu items -->
|
||||||
<!-- page titles -->
|
<!-- page titles -->
|
||||||
<string name="pageTitleNewRepo">Nuevo repositorio</string>
|
<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="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="orgCreated">La organización se ha creado correctamente</string>
|
||||||
<string name="orgExistsError">La organización ya existe</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="processingText">En proceso</string>
|
||||||
<string name="search">Buscar</string>
|
<string name="search">Buscar</string>
|
||||||
<string name="close">Cerrar</string>
|
<string name="close">Cerrar</string>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<string name="repoContentAvatar">Repo</string>
|
<string name="repoContentAvatar">Repo</string>
|
||||||
<string name="privateAvatar">Pri</string>
|
<string name="privateAvatar">Pri</string>
|
||||||
<string name="removeContent">Eliminar</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="tabTextInfo">Detalles</string>
|
||||||
<string name="tabTextFiles">Archivos</string>
|
<string name="tabTextFiles">Archivos</string>
|
||||||
<string name="tabTextMl">Milestones</string>
|
<string name="tabTextMl">Milestones</string>
|
||||||
@ -105,7 +105,7 @@
|
|||||||
<string name="issueMilestone">Milestone %1$s</string>
|
<string name="issueMilestone">Milestone %1$s</string>
|
||||||
<string name="dueDate">Vence el %1$s</string>
|
<string name="dueDate">Vence el %1$s</string>
|
||||||
<string name="assignedTo">Asignado a: %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="commentButtonText">Comentar</string>
|
||||||
<string name="commentEmptyError">Por favor, escribe un comentario</string>
|
<string name="commentEmptyError">Por favor, escribe un comentario</string>
|
||||||
<string name="commentSuccess">Comentario publicado</string>
|
<string name="commentSuccess">Comentario publicado</string>
|
||||||
@ -126,7 +126,7 @@
|
|||||||
<string name="milestoneNoDescription">Sin descripción</string>
|
<string name="milestoneNoDescription">Sin descripción</string>
|
||||||
<string name="milestoneIssueStatusOpen">%1$d abiertos</string>
|
<string name="milestoneIssueStatusOpen">%1$d abiertos</string>
|
||||||
<string name="milestoneIssueStatusClosed">%1$d cerrados</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="newIssueSelectAssigneesListTitle">Selecciona personas asignadas</string>
|
||||||
<string name="newIssueSelectLabelsListTitle">Selecciona etiquetas</string>
|
<string name="newIssueSelectLabelsListTitle">Selecciona etiquetas</string>
|
||||||
<string name="newIssueTitle">Título</string>
|
<string name="newIssueTitle">Título</string>
|
||||||
@ -155,8 +155,8 @@
|
|||||||
<string name="settingsDateTimeHeaderDefault">Bonito</string>
|
<string name="settingsDateTimeHeaderDefault">Bonito</string>
|
||||||
<string name="settingsDateTimeNormal">Normal</string>
|
<string name="settingsDateTimeNormal">Normal</string>
|
||||||
<string name="settingsLanguageSelectorDialogTitle">Selecciona idioma</string>
|
<string name="settingsLanguageSelectorDialogTitle">Selecciona idioma</string>
|
||||||
<string name="settingsLightThemeTimeSelectorHeader">Light Theme Switch Time</string>
|
<string name="settingsLightThemeTimeSelectorHeader">Tema claro, cambiar tema</string>
|
||||||
<string name="settingsDarkThemeTimeSelectorHeader">Dark Theme Switch Time</string>
|
<string name="settingsDarkThemeTimeSelectorHeader">Tema oscuro, cambiar tema</string>
|
||||||
<string name="settingsTimeSelectorDialogTitle">Selecciona un formato de hora</string>
|
<string name="settingsTimeSelectorDialogTitle">Selecciona un formato de hora</string>
|
||||||
<string name="settingsHelpTranslateText">Traducir GitNex con Crowdin</string>
|
<string name="settingsHelpTranslateText">Traducir GitNex con Crowdin</string>
|
||||||
<string name="codeBlockHeaderText">Color del bloque de códigos</string>
|
<string name="codeBlockHeaderText">Color del bloque de códigos</string>
|
||||||
@ -188,8 +188,8 @@
|
|||||||
<string name="generalDeepLinkSelectedText">N/D</string>
|
<string name="generalDeepLinkSelectedText">N/D</string>
|
||||||
<string name="linkSelectorDialogTitle">Seleccione la pantalla del gestor de enlaces por defecto</string>
|
<string name="linkSelectorDialogTitle">Seleccione la pantalla del gestor de enlaces por defecto</string>
|
||||||
<string name="settingsBiometricHeader">Desbloqueo biométrico</string>
|
<string name="settingsBiometricHeader">Desbloqueo biométrico</string>
|
||||||
<string name="settingsLabelsInListHeader">Labels With Text Support</string>
|
<string name="settingsLabelsInListHeader">Etiquetas con soporte de texto</string>
|
||||||
<string name="settingsLabelsInListHint">Enabling this will show labels with text in issues and pr lists, default are color dots</string>
|
<string name="settingsLabelsInListHint">Activar esto mostrará etiquetas con texto en las incidencias y PR. Por defecto son puntos de colores</string>
|
||||||
<!-- settings -->
|
<!-- settings -->
|
||||||
<string name="noMoreData">No hay más datos disponibles</string>
|
<string name="noMoreData">No hay más datos disponibles</string>
|
||||||
<string name="createLabel">Nueva etiqueta</string>
|
<string name="createLabel">Nueva etiqueta</string>
|
||||||
@ -198,8 +198,8 @@
|
|||||||
<string name="labelColor">Color de la etiqueta</string>
|
<string name="labelColor">Color de la etiqueta</string>
|
||||||
<string name="labelEmptyError">Nombre de la etiqueta está vacía</string>
|
<string name="labelEmptyError">Nombre de la etiqueta está vacía</string>
|
||||||
<string name="labelNameError">Nombre de la etiqueta está invalida</string>
|
<string name="labelNameError">Nombre de la etiqueta está invalida</string>
|
||||||
<string name="labelCreated">Label created</string>
|
<string name="labelCreated">Etiqueta creada</string>
|
||||||
<string name="labelUpdated">Label updated</string>
|
<string name="labelUpdated">Etiqueta actualizada</string>
|
||||||
<string name="labelMenuContentDesc">Desc</string>
|
<string name="labelMenuContentDesc">Desc</string>
|
||||||
<string name="labelDeleteText">Etiqueta borrada</string>
|
<string name="labelDeleteText">Etiqueta borrada</string>
|
||||||
<string name="selectBranchError">Seleccione una rama para el lanzamiento</string>
|
<string name="selectBranchError">Seleccione una rama para el lanzamiento</string>
|
||||||
@ -211,25 +211,25 @@
|
|||||||
<string name="orgTabMembers">Miembros</string>
|
<string name="orgTabMembers">Miembros</string>
|
||||||
<string name="teamTitle">Nombre del equipo</string>
|
<string name="teamTitle">Nombre del equipo</string>
|
||||||
<string name="teamDescription">Team desc</string>
|
<string name="teamDescription">Team desc</string>
|
||||||
<string name="teamPermissions">Permissions</string>
|
<string name="teamPermissions">Permisos</string>
|
||||||
<string name="teamPermissionNone">• Members of this team do not have any permissions.</string>
|
<string name="teamPermissionNone">Los miembros de este equipo no tienen permisos.</string>
|
||||||
<string name="teamPermissionRead">• Members of this team can view team repositories.</string>
|
<string name="teamPermissionRead">Los miembros de este equipo pueden ver los repositorios del equipo.</string>
|
||||||
<string name="teamPermissionWrite">• Members of this team can view and push to team repositories.</string>
|
<string name="teamPermissionWrite">Los miembros de este equipo pueden ver y aportar a los repositorios del equipo.</string>
|
||||||
<string name="teamPermissionAdmin">• Members of this team can push to and from team repositories and add collaborators.</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">• Members of this team have owner permissions.</string>
|
<string name="teamPermissionOwner">Los miembros de este equipo tienen permisos completos.</string>
|
||||||
<string name="teamShowAll">show all</string>
|
<string name="teamShowAll">ver todo</string>
|
||||||
<string name="orgMember">Miembros de la organización</string>
|
<string name="orgMember">Miembros de la organización</string>
|
||||||
<string name="orgTeamMembers">Miembros de la organización</string>
|
<string name="orgTeamMembers">Miembros de la organización</string>
|
||||||
<string name="removeTeamMember">Remove %s</string>
|
<string name="removeTeamMember">Eliminar %s</string>
|
||||||
<string name="addTeamMember">Add %s</string>
|
<string name="addTeamMember">Añadir %s</string>
|
||||||
<string name="addTeamMemberMessage">¿Quieres añadir este usuario al equipo?</string>
|
<string name="addTeamMemberMessage">¿Quieres añadir este usuario al equipo?</string>
|
||||||
<string name="removeTeamMemberMessage">¿Quieres eleminar este usuario del 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="memberAddedMessage">Miembro fue añadido al equipo con éxito</string>
|
||||||
<string name="memberRemovedMessage">Miembro fue eliminado del 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="repoAddedMessage">Repositorio añadido al equipo correctamente</string>
|
||||||
<string name="repoRemovedMessage">Repository removed from the team successfully</string>
|
<string name="repoRemovedMessage">Repositorio eliminado del equipo correctamente</string>
|
||||||
<string name="repoAddToTeamMessage">Add repository %1$s to organization %2$s team %3$s</string>
|
<string name="repoAddToTeamMessage">Añadir repositorio %1$s a la organización %2$s del equipo %3$s</string>
|
||||||
<string name="repoRemoveTeamMessage">Remove repository %1$s from team %2$s</string>
|
<string name="repoRemoveTeamMessage">Eliminar repositorio %1$s del equipo %2$s</string>
|
||||||
<!-- org tabbed layout str -->
|
<!-- org tabbed layout str -->
|
||||||
<!-- create team -->
|
<!-- create team -->
|
||||||
<string name="newTeamTitle">Nombre del equipo</string>
|
<string name="newTeamTitle">Nombre del equipo</string>
|
||||||
@ -256,7 +256,7 @@
|
|||||||
<!-- add collaborator -->
|
<!-- add collaborator -->
|
||||||
<string name="addCollaboratorSearchHint">Buscar usuarios</string>
|
<string name="addCollaboratorSearchHint">Buscar usuarios</string>
|
||||||
<string name="addCollaboratorViewUserDesc">Nombre de usuario</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="removeCollaboratorMessage">¿Quieres eliminar este usuario del repositorio?</string>
|
||||||
<string name="removeCollaboratorToastText">El usuario fue eliminado del repositorio.</string>
|
<string name="removeCollaboratorToastText">El usuario fue eliminado del repositorio.</string>
|
||||||
<string name="addCollaboratorToastText">El usuario fue añadido al repositorio.</string>
|
<string name="addCollaboratorToastText">El usuario fue añadido al repositorio.</string>
|
||||||
@ -288,7 +288,7 @@
|
|||||||
<!-- single issue section -->
|
<!-- single issue section -->
|
||||||
<string name="repoMetaData">Informaciones del repositorio</string>
|
<string name="repoMetaData">Informaciones del repositorio</string>
|
||||||
<!-- admin -->
|
<!-- admin -->
|
||||||
<string name="adminCreateNewUser">New User</string>
|
<string name="adminCreateNewUser">Nuevo usuario</string>
|
||||||
<string name="adminUsers">Usuarios del sistema</string>
|
<string name="adminUsers">Usuarios del sistema</string>
|
||||||
<string name="userRoleAdmin">Administrador</string>
|
<string name="userRoleAdmin">Administrador</string>
|
||||||
<string name="adminCron">Tareas de Cron</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="tagNameErrorEmpty">Nombre de la etiqueta está vacía</string>
|
||||||
<string name="titleErrorEmpty">Título está vacío</string>
|
<string name="titleErrorEmpty">Título está vacío</string>
|
||||||
<string name="releaseCreatedText">Nueva Release creada</string>
|
<string name="releaseCreatedText">Nueva Release creada</string>
|
||||||
<string name="deleteReleaseConfirmation">Do you really want to delete this release?</string>
|
<string name="deleteReleaseConfirmation">¿Seguro que quieres eliminar este lanzamiento?</string>
|
||||||
<string name="releaseDeleted">Release deleted</string>
|
<string name="releaseDeleted">Lanzamiento eliminado</string>
|
||||||
<!-- release -->
|
<!-- release -->
|
||||||
<string name="loginOTPTypeError">Código de OTP debe consistir en números</string>
|
<string name="loginOTPTypeError">Código de OTP debe consistir en números</string>
|
||||||
<string name="loginOTP">Código de OTP (opcional)</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="copyIssueUrl">Copiar URL de la incidencia</string>
|
||||||
<string name="copyIssueUrlToastMsg">URL copiada a los portapapeles</string>
|
<string name="copyIssueUrlToastMsg">URL copiada a los portapapeles</string>
|
||||||
<string name="copyIssueCommentToastMsg">Comentario copiado en el 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>
|
<string name="milestoneCompletion">%1$d\uFF05 completado</string>
|
||||||
<!-- files -->
|
<!-- files -->
|
||||||
<string name="filesGenericError">Perdón, este archivo no se puede ver porque la API retorna un error</string>
|
<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="cancelButton">Cancelar</string>
|
||||||
<string name="genericError">Algo salió mal, por favor, inténtalo de nuevo</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="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="addButton">Añadir</string>
|
||||||
<string name="removeButton">Eliminar</string>
|
<string name="removeButton">Eliminar</string>
|
||||||
<string name="authorizeError">No tienes permiso de hacer esta acción.</string>
|
<string name="authorizeError">No tienes permiso de hacer esta acción.</string>
|
||||||
@ -380,7 +380,7 @@
|
|||||||
<string name="menuEditText">Editar</string>
|
<string name="menuEditText">Editar</string>
|
||||||
<string name="menuDeleteText">Eliminar</string>
|
<string name="menuDeleteText">Eliminar</string>
|
||||||
<string name="menuCopyText">Copiar</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="modifiedText">modificado</string>
|
||||||
<string name="saveButton">Guardar</string>
|
<string name="saveButton">Guardar</string>
|
||||||
<string name="websiteText">Página web</string>
|
<string name="websiteText">Página web</string>
|
||||||
@ -394,35 +394,35 @@
|
|||||||
<string name="isClosed">Cerrado</string>
|
<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="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="genericCopyUrl">Copiar URL</string>
|
||||||
<string name="genericWaitFor">Hold on ☕</string>
|
<string name="genericWaitFor">Espera ☕</string>
|
||||||
<string name="file">File</string>
|
<string name="file">Archivo</string>
|
||||||
<string name="issue">Issue</string>
|
<string name="issue">Incidencia</string>
|
||||||
<string name="label">Label</string>
|
<string name="label">Etiqueta</string>
|
||||||
<string name="release">Release</string>
|
<string name="release">Lanzamiento</string>
|
||||||
<string name="pr">Pull Request</string>
|
<string name="pr">Pull Request</string>
|
||||||
<string name="collaborator">Collaborator</string>
|
<string name="collaborator">Colaborador</string>
|
||||||
<string name="unstar">Unstar</string>
|
<string name="unstar">No destacar</string>
|
||||||
<string name="watch">Watch</string>
|
<string name="watch">Seguir</string>
|
||||||
<string name="unwatch">Unwatch</string>
|
<string name="unwatch">Dejar de seguir</string>
|
||||||
<string name="share">Share</string>
|
<string name="share">Compartir</string>
|
||||||
<string name="repository">Repository</string>
|
<string name="repository">Repositorio</string>
|
||||||
<string name="team">Team</string>
|
<string name="team">Equipo</string>
|
||||||
<string name="organization">Organization</string>
|
<string name="organization">Organización</string>
|
||||||
<string name="addRemove">Add / Remove</string>
|
<string name="addRemove">Añadir / Eliminar</string>
|
||||||
<string name="download">Download</string>
|
<string name="download">Descargar</string>
|
||||||
<string name="reopen">Reopen</string>
|
<string name="reopen">Reabrir</string>
|
||||||
<string name="openInBrowser">Open in Browser</string>
|
<string name="openInBrowser">Abrir en el navegador</string>
|
||||||
<string name="deleteGenericTitle">Delete %s</string>
|
<string name="deleteGenericTitle">Eliminar %s</string>
|
||||||
<!-- generic copy -->
|
<!-- generic copy -->
|
||||||
<string name="exploreUsers">Explore users</string>
|
<string name="exploreUsers">Explorar usuarios</string>
|
||||||
<string name="exploreIssues">Explore issues</string>
|
<string name="exploreIssues">Explorar incidencias</string>
|
||||||
<string name="exploreTextBoxHint">Explorar repositorios</string>
|
<string name="exploreTextBoxHint">Explorar repositorios</string>
|
||||||
<string name="starRepositorySuccess">Repositorio añadido a los favoritos</string>
|
<string name="starRepositorySuccess">Repositorio añadido a los favoritos</string>
|
||||||
<string name="unStarRepositorySuccess">Repositorio eliminado de 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="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="unWatchRepositorySuccess">Eliminado de la lista de los repositorios seguidos</string>
|
||||||
<string name="titleDrafts">Borradores</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="versionUnsupportedNew">Se ha reconocido una nueva version de Gitea! Por favor, ACTUALICE GitNex!</string>
|
||||||
<string name="versionUnknown">Gitea no reconocida!</string>
|
<string name="versionUnknown">Gitea no reconocida!</string>
|
||||||
<string name="versionAlertDialogHeader">Versión de Gitea no compatible</string>
|
<string name="versionAlertDialogHeader">Versión de Gitea no compatible</string>
|
||||||
@ -435,8 +435,8 @@
|
|||||||
<string name="editPrSuccessMessage">Pull request actualizado</string>
|
<string name="editPrSuccessMessage">Pull request actualizado</string>
|
||||||
<string name="fileDiffViewHeader">%1$s archivos modificados</string>
|
<string name="fileDiffViewHeader">%1$s archivos modificados</string>
|
||||||
<string name="fileDiffViewHeaderSingle">%1$s archivo modificado</string>
|
<string name="fileDiffViewHeaderSingle">%1$s archivo modificado</string>
|
||||||
<string name="updatePullRequestText">Update Pull Request</string>
|
<string name="updatePullRequestText">Actualizar Pull Request</string>
|
||||||
<string name="openFileDiffText">Show Changed Files</string>
|
<string name="openFileDiffText">Ver archivos modificados</string>
|
||||||
<string name="mergePullRequestText">Fusionar pull request</string>
|
<string name="mergePullRequestText">Fusionar pull request</string>
|
||||||
<string name="deleteBranchSuccess">Rama eliminada con éxito</string>
|
<string name="deleteBranchSuccess">Rama eliminada con éxito</string>
|
||||||
<string name="deleteBranchError">No se ha podido eliminar la rama</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="mergeStrategy">Estrategía de fusión</string>
|
||||||
<string name="selectMergeStrategy">Seleccionar estrategia 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="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="waitLoadingDownloadFile">Por favor espere que el dispositivo está cargando a la memoria</string>
|
||||||
<string name="downloadFileSaved">Archivo guardado con éxito</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>
|
<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="mainNotificationChannelName">Notificaciones</string>
|
||||||
<string name="mainNotificationChannelDescription">Este es el principal canal de notificación de GitNex.</string>
|
<string name="mainNotificationChannelDescription">Este es el principal canal de notificación de GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Leer</string>
|
<string name="isRead">Leer</string>
|
||||||
<string name="isUnread">No leídos</string>
|
<string name="isUnread">No leídos</string>
|
||||||
@ -619,28 +619,39 @@
|
|||||||
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
|
<string name="unfollowingFailed">Couldn\'t unfollow user</string>
|
||||||
<string name="followingFailed">Couldn\'t follow 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="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="updatePrSuccess">Pull Request actualizada correctamente</string>
|
||||||
<string name="updateStrategyMerge">Merge</string>
|
<string name="updateStrategyMerge">Fusionar</string>
|
||||||
<string name="updateStrategyRebase">Rebase</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="userAvatar">Avatar</string>
|
||||||
<string name="tags">Tags</string>
|
<string name="tags">Etiquetas</string>
|
||||||
<string name="releasesTags">Releases/Tags</string>
|
<string name="releasesTags">Lanzamientos / Etiquetas</string>
|
||||||
<string name="create_tag">Create Tag Only</string>
|
<string name="create_tag">Sólo crear etiqueta</string>
|
||||||
<string name="tagCreated">Tag created</string>
|
<string name="tagCreated">Etiqueta creada</string>
|
||||||
<string name="asRef">Use as reference</string>
|
<string name="asRef">Usar como referencia</string>
|
||||||
<string name="deleteTagConfirmation">Do you really want to delete this tag?</string>
|
<string name="deleteTagConfirmation">¿Estás seguro de que quieres eliminar esta etiqueta?</string>
|
||||||
<string name="tagDeleted">Tag deleted</string>
|
<string name="tagDeleted">Etiqueta eliminada</string>
|
||||||
<string name="tagDeleteError">A tag attached to a release cannot be deleted directly</string>
|
<string name="tagDeleteError">No se puede eliminar una etiqueta que está en uso</string>
|
||||||
<string name="useCustomTabs">Use Custom Tabs</string>
|
<string name="useCustomTabs">Usar pestañas personalizadas</string>
|
||||||
<string name="browserOpenFailed">No application found to open this link. SSH URLs and URLs with another prefix the http:// or https:// are not supported by most browser</string>
|
<string name="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">Log in again</string>
|
<string name="logInAgain">Inicia sesión de nuevo</string>
|
||||||
<string name="notLoggedIn">%s \u25CF not logged in</string>
|
<string name="notLoggedIn">%s \u25CF no ha iniciado sesión</string>
|
||||||
<string name="followSystem">Follow system (Light/Dark)</string>
|
<string name="followSystem">Sistema (Claro / Oscuro)</string>
|
||||||
<string name="followSystemBlack">Follow system (Light/Pitch Black)</string>
|
<string name="followSystemBlack">Sistema (Claro / Pitch Black)</string>
|
||||||
<string name="repoForkOf">Fork of: %s</string>
|
<string name="repoForkOf">Rama de: %s</string>
|
||||||
<string name="adoptRepo">Adopt</string>
|
<string name="adoptRepo">Adoptar</string>
|
||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Repositorio adoptado %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</string>
|
<string name="unadoptedRepos">Repositorios no adoptados</string>
|
||||||
<string name="unadoptedReposMessage">- Adopt will add repository %s to organization/user %s.\n- Delete will remove it from the system.</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>
|
</resources>
|
||||||
|
@ -546,8 +546,8 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">خوانده شده</string>
|
<string name="isRead">خوانده شده</string>
|
||||||
<string name="isUnread">خوانده نشده</string>
|
<string name="isUnread">خوانده نشده</string>
|
||||||
@ -646,4 +646,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,8 +543,8 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -643,4 +643,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -23,9 +23,9 @@
|
|||||||
<string name="pageTitleCredits">Crédits</string>
|
<string name="pageTitleCredits">Crédits</string>
|
||||||
<string name="pageTitleChooseBranch">Branche</string>
|
<string name="pageTitleChooseBranch">Branche</string>
|
||||||
<string name="pageTitleLabelUpdate">Modifier l’étiquette</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="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="pageTitleNewFile">Nouveau fichier</string>
|
||||||
<string name="pageTitleExplore">Rechercher</string>
|
<string name="pageTitleExplore">Rechercher</string>
|
||||||
<string name="pageTitleAdministration">Administration de Gitea</string>
|
<string name="pageTitleAdministration">Administration de Gitea</string>
|
||||||
@ -60,15 +60,15 @@
|
|||||||
<string name="emptyFieldPassword">Mot de passe requis</string>
|
<string name="emptyFieldPassword">Mot de passe requis</string>
|
||||||
<string name="protocolEmptyError">Le protocole est requis</string>
|
<string name="protocolEmptyError">Le protocole est requis</string>
|
||||||
<string name="checkNetConnection">Impossible d’accéder au réseau, veuillez vérifier votre connexion Internet</string>
|
<string name="checkNetConnection">Impossible d’accé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–z A–Z 0–9 – _]</string>
|
<string name="repoNameErrorInvalid">Nom de dépôt invalide [a–z A–Z 0–9 – _]</string>
|
||||||
<string name="repoNameErrorReservedName">Ce nom de dépôt est réservé</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="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="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="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="repoOwnerError">Veuillez choisir un propriétaire</string>
|
||||||
<string name="orgNameErrorEmpty">Nom manquant</string>
|
<string name="orgNameErrorEmpty">L’organisation doit avoir un nom</string>
|
||||||
<string name="orgNameErrorInvalid">Nom de l’organisation invalide [a–z A–Z 0–9 – _]</string>
|
<string name="orgNameErrorInvalid">Nom de l’organisation invalide [a–z A–Z 0–9 – _]</string>
|
||||||
<string name="orgDescError">La description dépasse la limite de 255 caractères</string>
|
<string name="orgDescError">La description dépasse la limite de 255 caractères</string>
|
||||||
<string name="orgCreated">Organisation créée</string>
|
<string name="orgCreated">Organisation créée</string>
|
||||||
@ -196,7 +196,7 @@
|
|||||||
<string name="menuTitleText">Menu du dépôt</string>
|
<string name="menuTitleText">Menu du dépôt</string>
|
||||||
<string name="labelName">Nom</string>
|
<string name="labelName">Nom</string>
|
||||||
<string name="labelColor">Couleur</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="labelNameError">Nom invalide</string>
|
||||||
<string name="labelCreated">Étiquette créée</string>
|
<string name="labelCreated">Étiquette créée</string>
|
||||||
<string name="labelUpdated">Étiquette mise à jour</string>
|
<string name="labelUpdated">Étiquette mise à jour</string>
|
||||||
@ -262,16 +262,16 @@
|
|||||||
<string name="addCollaboratorToastText">Utilisateur ajouté au dépôt</string>
|
<string name="addCollaboratorToastText">Utilisateur ajouté au dépôt</string>
|
||||||
<!-- add collaborator -->
|
<!-- add collaborator -->
|
||||||
<!-- profile section -->
|
<!-- profile section -->
|
||||||
<string name="profileTabFollowers">Observateurs</string>
|
<string name="profileTabFollowers">Abonnés</string>
|
||||||
<string name="profileTabFollowing">Observateurs</string>
|
<string name="profileTabFollowing">Abonnements</string>
|
||||||
<string name="profileCreateNewEmailAddress">Ajouter une adresse e-mail</string>
|
<string name="profileCreateNewEmailAddress">Ajouter une adresse courriel</string>
|
||||||
<string name="profileEmailTitle">Adresse e-mail</string>
|
<string name="profileEmailTitle">Adresse courriel</string>
|
||||||
<string name="emailAddedText">Nouvelle adresse e-mail ajoutée</string>
|
<string name="emailAddedText">Adresse courriel ajoutée</string>
|
||||||
<string name="emailErrorEmpty">Adresse e-mail manquante</string>
|
<string name="emailErrorEmpty">L’adresse courriel est requise</string>
|
||||||
<string name="emailErrorInvalid">Adresse e-mail invalide</string>
|
<string name="emailErrorInvalid">Adresse courriel invalide</string>
|
||||||
<string name="emailErrorInUse">Adresse e-mail déjà utilisée</string>
|
<string name="emailErrorInUse">Adresse courriel déjà utilisée</string>
|
||||||
<string name="emailTypeText">Principale</string>
|
<string name="emailTypeText">Principale</string>
|
||||||
<string name="profileTabEmails">E-mails</string>
|
<string name="profileTabEmails">Courriels</string>
|
||||||
<!-- profile section -->
|
<!-- profile section -->
|
||||||
<!-- single issue section -->
|
<!-- single issue section -->
|
||||||
<string name="singleIssueEditLabels">Gérer les étiquettes</string>
|
<string name="singleIssueEditLabels">Gérer les étiquettes</string>
|
||||||
@ -300,12 +300,12 @@
|
|||||||
<!-- admin -->
|
<!-- admin -->
|
||||||
<!-- create user -->
|
<!-- create user -->
|
||||||
<string name="userFullNameText">Nom complet</string>
|
<string name="userFullNameText">Nom complet</string>
|
||||||
<string name="userEmail">Adresse e-mail</string>
|
<string name="userEmail">Adresse courriel</string>
|
||||||
<string name="userUserName">Nom d’utilisateur</string>
|
<string name="userUserName">Nom d’utilisateur</string>
|
||||||
<string name="userPassword">Mot de passe</string>
|
<string name="userPassword">Mot de passe</string>
|
||||||
<string name="userInvalidFullName">Nom complet invalide</string>
|
<string name="userInvalidFullName">Nom complet invalide</string>
|
||||||
<string name="userInvalidUserName">Nom d’utilisateur invalide</string>
|
<string name="userInvalidUserName">Nom d’utilisateur 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="userCreatedText">Utilisateur créé</string>
|
||||||
<string name="userExistsError">Nom d’utilisateur déjà existant</string>
|
<string name="userExistsError">Nom d’utilisateur déjà existant</string>
|
||||||
<!-- create user -->
|
<!-- create user -->
|
||||||
@ -383,7 +383,7 @@
|
|||||||
<string name="menuQuoteText">Citer la réponse</string>
|
<string name="menuQuoteText">Citer la réponse</string>
|
||||||
<string name="modifiedText">modifié</string>
|
<string name="modifiedText">modifié</string>
|
||||||
<string name="saveButton">Sauvegarder</string>
|
<string name="saveButton">Sauvegarder</string>
|
||||||
<string name="websiteText">Site Web</string>
|
<string name="websiteText">Site</string>
|
||||||
<string name="locationText">Emplacement</string>
|
<string name="locationText">Emplacement</string>
|
||||||
<string name="characters255Limit">255 caractères maximum</string>
|
<string name="characters255Limit">255 caractères maximum</string>
|
||||||
<string name="emptyFields">Tous les champs sont requis</string>
|
<string name="emptyFields">Tous les champs sont requis</string>
|
||||||
@ -543,8 +543,8 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">Le canal de notifications principal de GitNex.</string>
|
<string name="mainNotificationChannelDescription">Le canal de notifications principal de GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">Vous avez %s nouvelle notification.</item>
|
<item quantity="one">Vous avez %s nouvelle notification</item>
|
||||||
<item quantity="other">Vous avez %s nouvelles notifications.</item>
|
<item quantity="other">Vous avez %s nouvelles notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Lu</string>
|
<string name="isRead">Lu</string>
|
||||||
<string name="isUnread">Non lu</string>
|
<string name="isUnread">Non lu</string>
|
||||||
@ -643,4 +643,15 @@
|
|||||||
<string name="repoAdopted">Dépôt %s adopté</string>
|
<string name="repoAdopted">Dépôt %s adopté</string>
|
||||||
<string name="unadoptedRepos">Dépôts abandonnés</string>
|
<string name="unadoptedRepos">Dépôts abandonnés</string>
|
||||||
<string name="unadoptedReposMessage">- Adopter le dépôt %s l’ajoutera à l’organisation/utilisateur %s.\n- Le supprimer l’effacera du système.</string>
|
<string name="unadoptedReposMessage">- Adopter le dépôt %s l’ajoutera à l’organisation/utilisateur %s.\n- Le supprimer l’effacera 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>
|
</resources>
|
||||||
|
@ -545,8 +545,8 @@ autorizzazione</string>
|
|||||||
<string name="mainNotificationChannelName">Notifiche</string>
|
<string name="mainNotificationChannelName">Notifiche</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Letto</string>
|
<string name="isRead">Letto</string>
|
||||||
<string name="isUnread">Non letto</string>
|
<string name="isUnread">Non letto</string>
|
||||||
@ -645,4 +645,15 @@ autorizzazione</string>
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,7 +543,7 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -642,4 +642,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,9 +543,9 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="zero">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="one">You have %s new notification</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -644,4 +644,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,8 +543,8 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -643,4 +643,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,10 +543,10 @@
|
|||||||
<string name="mainNotificationChannelName">Powiadomienia</string>
|
<string name="mainNotificationChannelName">Powiadomienia</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="few">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="many">You have %s new notifications</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Odczytane</string>
|
<string name="isRead">Odczytane</string>
|
||||||
<string name="isUnread">Nieodczytane</string>
|
<string name="isUnread">Nieodczytane</string>
|
||||||
@ -645,4 +645,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,8 +543,8 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Lida</string>
|
<string name="isRead">Lida</string>
|
||||||
<string name="isUnread">Não Lida</string>
|
<string name="isUnread">Não Lida</string>
|
||||||
@ -643,4 +643,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,10 +543,10 @@
|
|||||||
<string name="mainNotificationChannelName">Уведомления</string>
|
<string name="mainNotificationChannelName">Уведомления</string>
|
||||||
<string name="mainNotificationChannelDescription">Это основной канал уведомлений GitNex.</string>
|
<string name="mainNotificationChannelDescription">Это основной канал уведомлений GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="few">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="many">You have %s new notifications</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Прочитано</string>
|
<string name="isRead">Прочитано</string>
|
||||||
<string name="isUnread">Непрочитано</string>
|
<string name="isUnread">Непрочитано</string>
|
||||||
@ -645,4 +645,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,8 +543,8 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -643,4 +643,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,10 +543,10 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="few">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="many">You have %s new notifications</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -645,4 +645,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,9 +543,9 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="few">You have %s new notifications.</item>
|
<item quantity="few">You have %s new notifications</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -644,4 +644,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,8 +543,8 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -643,4 +643,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -543,10 +543,10 @@
|
|||||||
<string name="mainNotificationChannelName">Notifications</string>
|
<string name="mainNotificationChannelName">Notifications</string>
|
||||||
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
<string name="mainNotificationChannelDescription">This is the main notification channel of GitNex.</string>
|
||||||
<plurals name="youHaveNewNotifications">
|
<plurals name="youHaveNewNotifications">
|
||||||
<item quantity="one">You have %s new notification.</item>
|
<item quantity="one">You have %s new notification</item>
|
||||||
<item quantity="few">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="many">You have %s new notifications</item>
|
||||||
<item quantity="other">You have %s new notifications.</item>
|
<item quantity="other">You have %s new notifications</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="isRead">Read</string>
|
<string name="isRead">Read</string>
|
||||||
<string name="isUnread">Unread</string>
|
<string name="isUnread">Unread</string>
|
||||||
@ -645,4 +645,15 @@
|
|||||||
<string name="repoAdopted">Adopted repository %s</string>
|
<string name="repoAdopted">Adopted repository %s</string>
|
||||||
<string name="unadoptedRepos">Unadopted Repositories</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="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>
|
</resources>
|
||||||
|
@ -642,4 +642,15 @@
|
|||||||
<string name="repoAdopted">已采用仓库 %s</string>
|
<string name="repoAdopted">已采用仓库 %s</string>
|
||||||
<string name="unadoptedRepos">已取消采用仓库</string>
|
<string name="unadoptedRepos">已取消采用仓库</string>
|
||||||
<string name="unadoptedReposMessage">- 采用将添加仓库 %s 到组织/用户 %s。\n- 删除将从系统中移除它。</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>
|
</resources>
|
||||||
|
17
fastlane/metadata/android/ar-SA/changelogs/430.txt
Normal file
17
fastlane/metadata/android/ar-SA/changelogs/430.txt
Normal 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
|
17
fastlane/metadata/android/cs-CZ/changelogs/430.txt
Normal file
17
fastlane/metadata/android/cs-CZ/changelogs/430.txt
Normal 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
|
@ -1,6 +1,6 @@
|
|||||||
2.5.0-rc1
|
2.5.0-rc1
|
||||||
|
|
||||||
Release notes will be published with the stable release.
|
Release-Anmerkungen werden mit stabilem Release veröffentlicht.
|
||||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
Schaue den Meilenstein für geschlossene/zusammengeführte Pull-Requests und Issues an.
|
||||||
|
|
||||||
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed
|
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
2.5.0-rc4
|
2.5.0-rc4
|
||||||
|
|
||||||
Release notes will be published with the stable release.
|
Release-Anmerkungen werden mit stabilem Release veröffentlicht.
|
||||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
Schaue den Meilenstein für geschlossene/zusammengeführte Pull-Requests und Issues an.
|
||||||
|
|
||||||
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed
|
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
1.0-rc6
|
1.0-rc6
|
||||||
* New: Added meta data and changelog for F-droid
|
* Neu: Metadaten und Changelogs für F-Droid
|
||||||
|
|
||||||
1.0-rc5
|
1.0-rc5
|
||||||
* New: Highlight usernames in issues and comments
|
* Neu: Benutzernamen in Issues und Kommentaren hervorheben
|
||||||
* Bugfix: Default label creation bug
|
* Fehler: Fehler beim Erstellen der Standard-Label
|
||||||
* Bugfix: Infinite loop of settings screen on some devices
|
* Fehler: Unendliche Schleife der Einstellungen auf einigen Geräten
|
||||||
|
|
||||||
1.0-rc4
|
1.0-rc4
|
||||||
* New: Create label with color picker
|
* Neu: Labels mit Farbauswahl erstellen
|
||||||
* Bugfix: Fix label flag in creating new issue
|
* Fehler: Label-Flag beim Erstellen neuer Issues
|
||||||
* Bugfix: Fix pretty date on new app launch
|
* Fehler: schönes Datum beim App-Start
|
||||||
* Enhanced: Moved create milestone and issue into bottom sheet
|
* Verbesserung: Optionen zum Erstellen neuer Issues/Meilensteine in Bottomsheet verschoben
|
||||||
* Enhanced: Clean up issue and comments ui
|
* Verbessert: aufgeräumte Issue- und Kommentar-UI
|
||||||
* Enhanced: Enhance milestone open/close status
|
* Verbessert: Status der Meilensteine
|
||||||
* Enhanced: Enhance milestone due date color and font size
|
* Verbessert: Meilenstein-Datum und Schriftgröße
|
||||||
|
@ -1,30 +1,30 @@
|
|||||||
1.0.1
|
1.0.1
|
||||||
- Fixed icons on some devices
|
- Icon auf einigen Geräten behoben
|
||||||
|
|
||||||
1.0.0
|
1.0.0
|
||||||
- My Repositories
|
- Meine Repositories
|
||||||
- Repositories list
|
- Repository-Liste
|
||||||
- Organizations list
|
- Organisations-Liste
|
||||||
- Create new repository
|
- Neues Repository erstellen
|
||||||
- Create new organization
|
- Neue Organisation erstellen
|
||||||
- Search/filter repositories and organizations
|
- Suche/Filtere Repositories und Organisationen
|
||||||
- Profile view
|
- Profilansicht
|
||||||
- Repository stars, watchers, issues count
|
- Repository-Favoriten, -Beobachter und Issueanzahl
|
||||||
- Issues list
|
- Issue-Liste
|
||||||
- Issue comments
|
- Issue-Kommentare
|
||||||
- Comment on issues
|
- Kommentiere auf Issues
|
||||||
- Search issues in issues list
|
- Issues in Liste suchen
|
||||||
- Create new issue with multiple assignees, labels and add milestone, due date to it
|
- Erstelle neue Issues und weise Nutzer, Labels, Zeitlimits und Meilensteine zu
|
||||||
- Create label
|
- Erstelle Labels
|
||||||
- Edit / delete labels
|
- Editiere / Lösche Labels
|
||||||
- Repository information
|
- Repository Informationen
|
||||||
- Milestones list
|
- Meilensteinliste
|
||||||
- Create new milestone
|
- Erstelle neue Meilensteine
|
||||||
- Branches list
|
- Branch-Liste
|
||||||
- Releases with source download
|
- Release-Liste mit Download-Option
|
||||||
- Collaborators view for repository
|
- Zeige Mitarbeiter für Repos
|
||||||
- Markdown support
|
- Markdown-Unterstützung
|
||||||
- Emoji support
|
- Emoji-Unterstützung
|
||||||
- Settings : Pretty and Normal time format, language change
|
- Einstellungen: schönes und normales Zeitformat, Sprachänderung
|
||||||
- Option to access local non-https installs
|
- Optionen, um lokale HTTP-Instanzen zu benutzen
|
||||||
- Login/Logout
|
- Anmelden/Abmelden
|
||||||
|
@ -2,18 +2,18 @@
|
|||||||
- Neu: Angepasstes App-Design der gesamten App der Farben, UX- und UI-Verbesserungen
|
- Neu: Angepasstes App-Design der gesamten App der Farben, UX- und UI-Verbesserungen
|
||||||
- Neu: Neue Schriftart
|
- Neu: Neue Schriftart
|
||||||
- Neu: Issue-Zähler. Kann in den Einstellungen aktiviert/deaktiviert werden
|
- Neu: Issue-Zähler. Kann in den Einstellungen aktiviert/deaktiviert werden
|
||||||
- New: Redesigned settings screen
|
- Neu: Überarbeitete Einstellungen
|
||||||
- New: Create a team in Organization
|
- Neu: Team in Organisation erstellen
|
||||||
- New: List organization members
|
- Neu: Organisationsmitglieder anzeigen
|
||||||
- New: List organization teams
|
- Neu: Organisationsteams anzeigen
|
||||||
- New: List team members in organization by tapping on the team name
|
- Neu: Organisationsmiglieder in Organisationen durch Tippen auf Teamname
|
||||||
- New: Repository list for the organization. Tap on organization.
|
- Neu: Repositoryliste für Organisationen. Klick auf Organisation.
|
||||||
- New: Show the repositories list starred by the logged in user
|
- Neu: Favoriten des angemeldeten Nutzers anzeigen
|
||||||
- Enhancement: Login api calls for http status code 500
|
- Verbesserung: Login-API-Aufrufe für Status 500
|
||||||
- Enhancement: Font sizes, color schemes
|
- Verbesserung: Schriftgrößen, Farbschemen
|
||||||
- Enhancement: Labels, user avatars, menus
|
- Verbesserung: Labels, Benutzeravatare, Menüs
|
||||||
- Enhancement: Added names to collaborators grid in repository view instead of tap
|
- Verbesserung: Namen zur Mitarbeitertabelle in der Repository-Ansicht anstelle von Tippen
|
||||||
- Enhancement: Refactored and redesigned About screen
|
- Verbesserung: überarbeiteter "Über"-Bildschirm
|
||||||
- Enhancement: Reply to issue button is now at the nav header
|
- Verbesserung: Button zum Kommentieren in jetzt in Navigations-Bar
|
||||||
- Fixed: Collaborators avatar layout grid
|
- Fehler: Mitarbeiter-Tabellen-Layout
|
||||||
- Fixed: Malformed json in logins
|
- Fehler: Schlechte JSONs bei Logins
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
- New: Add collaborator to repository
|
- Neu: Mitarbeiter zu Repository hinzufügen
|
||||||
- New: User can now edit his/her own comments
|
- Neu: Kommentare bearbeiten
|
||||||
- New: See who are your followers
|
- Neu: Follower anzeigen
|
||||||
- New: See who you are following
|
- Neu: Sehen, wem du folgst
|
||||||
- Enhancement: Redesign Profile screen
|
- Verbesserung: überarbeiteter Profilbildschirm
|
||||||
- Enhancement: Added edited status for single issue and comments
|
- 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
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
- New: Add an email address to your account
|
- Neu: E-Mail-Adresse zum Account hinzufügen
|
||||||
- New: Add collaborator to the repository
|
- Neu: Mitarbeiter zu Repository hinzufügen
|
||||||
- New: Users can now edit his / her own comments
|
- Neu: Kommentare bearbeiten
|
||||||
- New: See who are your followers
|
- Neu: Follower anzeigen
|
||||||
- New: See who you are following
|
- Neu: Sehen, wem du folgst
|
||||||
- Enhancement: Redesign Profile screen
|
- Verbesserung: überarbeiteter Profilbildschirm
|
||||||
- Enhancement: Added edited status for single issue and comments
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
3.0.0-rc1
|
3.0.0-rc1
|
||||||
|
|
||||||
Release notes will be published with the stable release.
|
Release-Anmerkungen werden mit stabilem Release veröffentlicht.
|
||||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
Schaue den Meilenstein für geschlossene/zusammengeführte Pull-Requests und Issues an.
|
||||||
|
|
||||||
https://codeberg.org/gitnex/GitNex/milestone/172?state=closed
|
https://codeberg.org/gitnex/GitNex/milestone/172?state=closed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
3.0.0-rc2
|
3.0.0-rc2
|
||||||
|
|
||||||
Release notes will be published with the stable release.
|
Release-Anmerkungen werden mit stabilem Release veröffentlicht.
|
||||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
Schaue den Meilenstein für geschlossene/zusammengeführte Pull-Requests und Issues an.
|
||||||
|
|
||||||
https://codeberg.org/gitnex/GitNex/milestone/304?state=closed
|
https://codeberg.org/gitnex/GitNex/milestone/304?state=closed
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
3.0.0-rc3
|
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.
|
@ -1,10 +1,10 @@
|
|||||||
- New: Add/remove labels from an issue
|
- Neu: Labels von Issue hinzufügen/entfernen
|
||||||
- New: README is added to repo information tab
|
- New: README wird angezeigt
|
||||||
- New: Basic HTTP authentication support. Use USERNAME@YOUR-DOMAIN.COM in URL field
|
- Neu: Basic HTTP-Authentifizierung. USERNAME@DOMAIN.COM im URL-Feld
|
||||||
- New: Create a new user - Admin privilege required
|
- Neu: neuer Nutzer (nur Admins)
|
||||||
- Enhancement: Refactor multi dialogs to match the current app design
|
- Verbesserung: UI mehrerer Dialoge
|
||||||
- Enhancement: Update markdown library for better md support
|
- Verbesserung: besserer Markdown-Support
|
||||||
- Enhancement: New nav background image
|
- Verbesserung: Neues Navigations-Hintergrund-Bild
|
||||||
|
|
||||||
Release Notes
|
Release-Anmerkungen
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
- New: Notifications
|
- Neu: Benachrichtigungen
|
||||||
- New: Delete comments
|
- Neu: Lösche Kommentare
|
||||||
- New: New file downloader (no permission required)
|
- New: neuer Datei-Herunterlader (keine Berechtigung erforderlich)
|
||||||
- New: Drafts for comments
|
- Neu: Entwürfe für Kommentare
|
||||||
- New: New icons set
|
- Neu: neue Icons
|
||||||
- New: Switch branches in File Browser
|
- Neu: Unterstützung für Branches im Datei-Browser
|
||||||
- New: Close/open filter Milestones
|
- Neu: Meilenstein öffnen/schließen
|
||||||
- New: New settings screen
|
- Neu: neue Einstellungsseite
|
||||||
- New: New diff view for PR files
|
- Neu: neuer Diff-Viewer für PR-Änderungen
|
||||||
- New: Cite code in PR diff and comment on it by long press
|
- Neu: Code im PR-Diff zitieren und kommentieren
|
||||||
- New: Clear cache, configure cache size (settings)
|
- Neu: Cache-Einstellungen
|
||||||
- New: Delete branch after merge
|
- Neu: Branch nach dem Zusammenführen löschen
|
||||||
|
|
||||||
Many more...
|
Viele mehr...
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
@ -1,5 +1,5 @@
|
|||||||
3.1.0-rc1
|
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.
|
@ -1,5 +1,5 @@
|
|||||||
3.1.0-rc2
|
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.
|
@ -1,13 +1,13 @@
|
|||||||
3.1.0
|
3.1.0
|
||||||
|
|
||||||
New: Multiple accounts support
|
Neu: Unterstützung mehrerer Konten & Instanzen
|
||||||
New: New Retro theme
|
Neu: neues Retro-Thema
|
||||||
New: Delete OR Edit a file
|
Neu: Datei bearbeiten ODER löschen
|
||||||
New: Repository forks
|
Neu: Repository-Forks
|
||||||
New: Markdown support in file viewer
|
Neu: Markdown im Dateiviewer
|
||||||
New: New Progress indicators
|
Neue: neue Fortschrittsanzeigen
|
||||||
New: Copy repo / org / issue comment url to clipboard
|
Neu: URL von Repos / Orgs / Issue-Kommentaren kopieren
|
||||||
New: Create drafts per edit and improve it's UI
|
Neu: Entwürfe beim Bearbeiten erstellen und UI verbessern
|
||||||
New: Enhance App UI across all screens
|
Neu: Verbesserte App-UI
|
||||||
|
|
||||||
Release Notes: https://codeberg.org/gitnex/GitNex/releases
|
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases
|
@ -1,5 +1,5 @@
|
|||||||
3.2.0-rc1
|
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.
|
@ -1,7 +1,7 @@
|
|||||||
- New: Edit issue
|
- Neu: Issue bearbeiten
|
||||||
- New: Tabs for open and closed issues
|
- New: Tabs für offene/geschlossene Issues
|
||||||
- Enhancement: German translation
|
- Verbesserung: deutsche Übersetzung
|
||||||
- Fixed: Layout fixes across the app
|
- Fehler: Layouts behoben
|
||||||
|
|
||||||
And many more, check the release notes.
|
Für mehr, siehe die Release-Anmerkungen.
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
3.2.0
|
3.2.0
|
||||||
|
|
||||||
New: Create pull request
|
Neu: Pull-Request erstellen
|
||||||
New: Edit repository properties (Admins only)
|
Neu: Repository-Eigentschaften bearbeiten (nur Admins)
|
||||||
New: Delete repository (Admins only)
|
Neu: Repositories löschen (nur Admins)
|
||||||
New: Transfer repository ownership (Admins only)
|
Neu: Repository-Eigenschaft übertragen (nur Admins)
|
||||||
New: Notification badge in navigation menu
|
Neu: Benachrichtigungszähler im Navigationsmenü
|
||||||
New: Search issues across all repositories
|
Neu: Issues über alle Repos suchen
|
||||||
New: Show issues/pr states in single view mode
|
Neu: Issue- und PR-Statistiken im Einzel-Anzeige-Modus anzeigen
|
||||||
New: Explore repositories filters
|
Neu: Filtere entdeckbare Repositories
|
||||||
New: Android 11 support
|
Neu: Unterstützung für Android 11
|
||||||
New: Commits under Files branches
|
Neu: Commits unter Branches
|
||||||
|
|
||||||
Release Notes: https://codeberg.org/gitnex/GitNex/releases
|
Release-Anmerkungen: https://codeberg.org/gitnex/GitNex/releases
|
@ -1,5 +1,5 @@
|
|||||||
3.3.0-rc1
|
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.
|
@ -1,5 +1,5 @@
|
|||||||
3.3.0-rc2
|
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.
|
@ -1,5 +1,5 @@
|
|||||||
3.3.0-rc3
|
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.
|
@ -1,12 +1,12 @@
|
|||||||
- New: Add/remove labels from an issue
|
- Neu: Labels von Issue hinzufügen/entfernen
|
||||||
- New: Repo README in information tab
|
- New: Repo-README unter den Informationen
|
||||||
- New: Basic HTTP authentication support
|
- Neu: Basic HTTP-Authentifizierung
|
||||||
- New: Create a new user
|
- New: Neuen Benutzer erstellen
|
||||||
- New: Edit issue
|
- Neu: Issue bearbeiten
|
||||||
- New: Closed issues in new tab
|
- Neu: geschlossene Issues in neuem Tab
|
||||||
- Enhancement: German translation
|
- Verbesserung: deutsche Übersetzung
|
||||||
- Enhancement: Redesign multi select dialogs
|
- Verbesserung: Redesign für Multi-Selection-Dialoge
|
||||||
- Enhancement: New nav background image
|
- Verbesserung: Neues Navigations-Hintergrund-Bild
|
||||||
|
|
||||||
For more, check the release notes.
|
Für mehr, siehe die Release-Anmerkungen.
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
3.3.0
|
3.3.0
|
||||||
|
|
||||||
New: New labels/assignees popups
|
- Neu: Labels/Zuständige-Popups
|
||||||
New: Transition to new input design
|
Neu: Übergang zu neuem Eingabedesign
|
||||||
New: New commenting screen
|
Neu: neuer Kommentar-Bildschirm
|
||||||
New: Handle popular instances links (open from email etc)
|
Neu: Link von populären Instanzen öffnen
|
||||||
New: Syntax highlighting in code blocks
|
Neu: Syntax-Hervorhebung in Code-Blocks
|
||||||
New: Organization labels in issue labels
|
Neu: Organisations-Labels in Issue-Labels
|
||||||
New: Group notifications, settings screen to enable/disable, change delay, light color
|
Neu: Gruppierte Benachrichtigungen, Einstellungen für Benachrichtigungen
|
||||||
New: Issue/PR and comments emoji reactions
|
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
|
@ -1,12 +1,12 @@
|
|||||||
- New: Organization overview
|
- Neu: Übersicht Organisationen
|
||||||
- New: Code block colors - change in settings
|
- Neu: Code-Block-Farben - in den Einstellungen ändern
|
||||||
- New: Home screen of your choice - change in settings
|
- Neu: Heomscreen deiner Wahl - in den Einstellungen ändern
|
||||||
- New: Close and reopen an issue
|
- Neu: Issues schließen und wieder öffnen
|
||||||
- New: Create new release
|
- Neu: Release erstellen
|
||||||
- Enhancement: Updated release tab layout
|
- Neu: überarbeitetes Release-Layout
|
||||||
- Enhancement: Added release tag in releases
|
- Verbesserung: Release-Tags in Releases
|
||||||
- Enhancement: German and Russian translation updates
|
- Verbesserung: aktualisierte Übersetzungen für Deutsch und Russisch
|
||||||
- Fixed: Crash when issues and info tabs are frequently switched
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
3.5.0
|
3.5.0
|
||||||
|
|
||||||
New: Render emoji in issue/pr titles, commit message and markdown files
|
Neu: Emojis rendern
|
||||||
New: Cron tasks (Admin only)
|
Neu: Cron-Aufgaben (nur Admins)
|
||||||
New: Biometric support to unlock the app
|
Neu: Unterstützung für biometrisches Entsperren der App
|
||||||
New: Switch to saved instance when coming from email/links
|
Neu: zu anderer Instanz beim Öffnen von Links wechseln
|
||||||
New: Copy user login id to clipboard
|
Neu: Benutzername kopieren
|
||||||
New: Progress notification for downloading files
|
Neu: Fortschrittsanzeige beim Herunterladen
|
||||||
New: Rewrite file viewer in native code to move away from traditional js to load files faster
|
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
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
- New: Organization overview
|
- Neu: Organisationsübersicht
|
||||||
- New: Code block colors - change in settings
|
- Neu: Code-Block-Farben - in den Einstellungen ändern
|
||||||
- New: Home screen of your choice - change in settings
|
- Neu: Heomscreen deiner Wahl - in den Einstellungen ändern
|
||||||
- New: Close and reopen an issue
|
- Neu: Issues schließen und wieder öffnen
|
||||||
- New: Create new release
|
- Neu: Release erstellen
|
||||||
- New: Mention collaborators in issues, comments
|
- Neu: Mitarbeiter in Issues und Kommentaren erwähnen
|
||||||
- New: 2FA OTP feature. Check the Troubleshoot wiki page for usage
|
- Neu: 2FA mit OTP. Siehe die "Troubeshooting" Wiki-Seite für Nutzung
|
||||||
- Enhancement: Updated release tab layout
|
- Neu: überarbeitetes Release-Layout
|
||||||
- Enhancement: Added release tag in releases
|
- Verbesserung: Release-Tags in Releases
|
||||||
- Enhancement: German and Russian translation updates
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
4.0.0
|
4.0.0
|
||||||
|
|
||||||
New: Revamped UI across the whole app
|
Neu: überarbeitete UI
|
||||||
New: Explore public organizations
|
Neu: öffentliche Organisationen erkunden
|
||||||
New: Users profile view with details, repositories, starred repositories, organizations, followers, following
|
Neu: Benutzerprofilansicht mit Details, Repos, Favoriten, Orgs, Followern und Folgenden
|
||||||
New: Notifications for all accounts
|
Neu: Benachrichtigungen für alle Accounts
|
||||||
New: New dialog popup for About App
|
Neu: Dialog-Popup für "Über"
|
||||||
New: Delete head branch after PR is merged
|
Neu: Head-Branch löschen, nachdem PR zusammengeführt ist
|
||||||
New: Time selection for changing dark theme
|
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
|
@ -1,16 +1,16 @@
|
|||||||
4.1.0
|
4.1.0
|
||||||
|
|
||||||
New: Follow/unfollow a user
|
Neu: Benutzer (ent)folgen
|
||||||
New: Explore users
|
Neu: Benutzer erkunden
|
||||||
New: Update pull request (merge, rebase)
|
Neu: Pull-Request aktualisieren (Merge oder Rebase)
|
||||||
New: Filter issues by milestone
|
Neu: Issues nach Meilenstein filtern
|
||||||
Improvement: Scroll to release tag via link handler
|
Verbesserung: zum Release-Tag über Link scrollen
|
||||||
Improvement: Search issue/pr by Id
|
Verbesserung: Issue/PR nach ID suchen
|
||||||
Improvement: Hide profile picture when scrolling
|
Verbesserung: Profilbild beim Scrollen verstecken
|
||||||
Improvement: Render markdown in repository and organization descriptions
|
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
|
@ -1,10 +1,10 @@
|
|||||||
- New: Add/remove assignees
|
- Neu: Zuständige hinzufügen/entfernen
|
||||||
- New: Users list - Admin only
|
- Neu: Nutzerliste - nur Admins
|
||||||
- New: Search users - filter by name, username and email
|
- Neu: Nutzer nach Name, Benutzername und E-Mail suchen
|
||||||
- Enhancement: Rate me link to play store
|
- Verbesserung: Bewertungslink zum Play Store
|
||||||
- Enhancement: Enhance About screen
|
- Verbesserung: "Über"-Bildschirm
|
||||||
- Enhancement: 4 cols in users gridview - collaborators
|
- Verbesserung: 4 Spalten in Mitarbeiter-Tabellen-Layout
|
||||||
- Fixed: Crash when issue badge is disabled
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
4.2.0
|
4.2.0
|
||||||
|
|
||||||
New: Create/delete/list tags
|
Neu: Tags erstellen/löschen/zeigen
|
||||||
New: Hide repository actions for non admins
|
Neu: Repository-Aktionen für Nicht-Admins verstecken
|
||||||
New: New files diff viewer
|
Neu: neuer Datei-Diff-Viewer
|
||||||
New: Show users who reacted to issue/pr/comment
|
Neu: Benutzer, die reagiert haben, anzeigen
|
||||||
New: Redesigned organization Teams
|
Neu: Organisationsteams überarbeitet
|
||||||
Improvement: Enhance account manager
|
Verbesserung: besserer Account-Manager
|
||||||
⚠️ Notice: GitNex 4.3.0 will drop support for Android 5. Going forward 5.0.0 will drop for Android 6 ⚠️
|
⚠️ 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
|
17
fastlane/metadata/android/de-DE/changelogs/430.txt
Normal file
17
fastlane/metadata/android/de-DE/changelogs/430.txt
Normal 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
|
@ -1,7 +1,7 @@
|
|||||||
- New: Add or update milestone of an issue
|
- Neu: Meilenstein hinzufügen oder bearbeiten
|
||||||
- New: Field for OTP on the login screen
|
- Neu: 2FA beim Anmelden
|
||||||
- Enhancement: Better handling of buttons on API calls
|
- Verbesserung: Besseres Verhalten von Buttons auf API-Aufrufen
|
||||||
- Fixed: Crash when empty password with OTP is used
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
- New: Create new files
|
- Neu: Dateien erstellen
|
||||||
- New: Open repository in browser from bottomsheet, @6543
|
- Neu: Repository im Browser öffnen @6543
|
||||||
- New: List of repository stargazers
|
- Neu: Liste, wer das Repository favorisiert hat
|
||||||
- New: List of repository watchers
|
- Neu: Liste von Repository-Beobachtern
|
||||||
- New: Open repository in browser from listview
|
- Neu: Repository im Browser öffnen aus Liste
|
||||||
- Enhancement: Repo website linking
|
- Verbesserung: Links zur Repo-Webseite
|
||||||
- Enhancement: Reduce large text to small for links
|
- Verbesserung: Lange Texte für zu kleine Links reduzieren
|
||||||
- Enhancement: Translations for french, german
|
- Verbesserung: französische und deutsche Übersetzung
|
||||||
- Fixed: Crash on tapping search icon
|
- Fehler: Crash beim Tippen auf Such-Icon
|
||||||
- Fixed: Crash when tabs are moved quickly
|
- Fehler: Fehler beim schnellen Wechseln zwischen Tabs
|
||||||
- Fixed: Commit hash url in branches tab
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
- New: Font - roboto
|
- Neu: Schrift - Roboto
|
||||||
- New: Milestone progress bar @6543
|
- Neu: Meilenstein-Fortschrittsleiste @6543
|
||||||
- New: Redesign issues list
|
- Neu: überarbeitete Issue-Liste
|
||||||
- New: Copy issue URL to clipboard @6543
|
- Neu: Issue-URL kopieren @6543
|
||||||
- New: Redesign milestones list
|
- Neu: überarbeitete Meilenstein-Liste
|
||||||
- New: Added repository avatars
|
- Neu: Repo-Avatare
|
||||||
- Improvement: Repo info tab enhancements
|
Verbesserung: Repo-Info-Tab
|
||||||
- Improvement: Bold font for labels
|
Verbesserung: dicke Scrift für Labels
|
||||||
- Improvement: Change search icon and text to filter
|
- Verbesserung: Neues Suchen-Icon und Text zum Filtern
|
||||||
- Improvement: Refactor markdown code to load images
|
- Verbesserung: Bilder in Markdown
|
||||||
- Improvement: UI improvements for avatars and alignments
|
- Verbesserungen: UI bei Avataren und Ausrichtungen
|
||||||
- Improvement: Enable/disable create issue based on repo settings
|
- Verbesserung: Erstellen von Issues aktivieren/deaktivieren
|
||||||
- Bugfix: Open issues tab color scheme
|
- Fehler: Issue-Tab-Farb-Schema
|
||||||
|
|
||||||
For more, check the release notes.
|
Für mehr, siehe die Release-Anmerkungen.
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Bugfix: crash when repo avatar in not present in api nodes. old Gitea instances
|
Fehler: Crash wenn Repo-Avatar in API-Knoten nicht verfügbar ist. alte Gitea-Instanzen
|
||||||
Bugfix: Milestone progress bar fix
|
- Fehler: Meilenstein-Fortschrittsleiste behoben
|
||||||
Bugfix: Create new issue enable/disable fix
|
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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
2.1.3
|
2.1.3
|
||||||
Bugfix: another old Gitea instances API issue
|
Fehler: API-Fehler bei altem Gitea
|
||||||
|
|
||||||
2.1.0
|
2.1.0
|
||||||
- New: Font - Roboto
|
- Neu: Schrift - Roboto
|
||||||
- New: Milestone progress bar @6543
|
- Neu: Meilenstein-Fortschrittsleiste @6543
|
||||||
- New: Redesign issues list
|
- Neu: überarbeitete Issue-Liste
|
||||||
- New: Copy issue URL to clipboard @6543
|
- Neu: Issue-URL kopieren @6543
|
||||||
- New: Redesign milestones list
|
- Neu: überarbeitete Meilenstein-Liste
|
||||||
- New: Added repository avatars
|
- Neu: Repo-Avatare
|
||||||
|
|
||||||
For more, check the release notes.
|
Für mehr, siehe die Release-Anmerkungen.
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
2.2.0
|
2.2.0
|
||||||
- New: Explore repositories
|
- Neu: Entdecke Repositories
|
||||||
- New: Files and directory browser (Require Gitea 1.9)
|
- Neu: Datei- und Verzeichnisbrowser (benötigt Gitea 1.9)
|
||||||
- New: Basic file viewer
|
- Neu: Einfacher Dateiviewer
|
||||||
- New: Filter files/directories
|
- Neu: Dateien/Verzeichnisse filtern
|
||||||
- New: Star/unstar a repository
|
- Neu: Repository zu Favoriten hinzufügen/entfernen
|
||||||
- New: Watch/unwatch a repository
|
- Neu: Repository zu Beobachteten hinzufügen/entfernen
|
||||||
- Improvement: Added Corwdin for translation
|
- Verbesserung: Crowdin für Übersetzungen
|
||||||
- Improvement: Bottomsheet scroll and line dividers
|
- Verbesserung: Scrollbare Bottomsheets und Trenner
|
||||||
- Improvement: New languages support
|
- Verbesserung: neue Sprachen
|
||||||
|
|
||||||
For more, check the release notes.
|
Für mehr, siehe die Release-Anmerkungen.
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
2.3.0
|
2.3.0
|
||||||
New: Login via token
|
- Neu: Anmelden via Token
|
||||||
New: Images support in file viewer
|
Neu: Bilder im Dateiviewer
|
||||||
New: Source code highlight in file viewer
|
Neu: Code-Hervorhebung im Dateibrowser
|
||||||
New: Offline mode(cache)
|
Neu: Offline-Modus (Cache)
|
||||||
New: Pull Requests list(open)
|
Neu: Pull-Request-Liste (offen)
|
||||||
New: Merge pull request
|
Neu: Pull-Request zusammenführen
|
||||||
New: Diff view of PR files for public repositories
|
Neu: Diff-Ansicht für Pull-Requests für öffentliche Repositories
|
||||||
New: Turkish, Ukrainian and Portuguese/Brazilian language support
|
Neu: Neue Sprachen (Türkisch, Ukrainisch und Portugiesisch/Brasilien)
|
||||||
Improvement: Check Gitea for unsupported version at login
|
Verbesserung: Auf alte Gitea-Versionen beim Anmelden prüfen
|
||||||
Improvement: Refreshed color scheme
|
Verbesserung: überarbeitete Farbschemen
|
||||||
Improvement: Refactor credits and sponsors screens
|
Verbesserung: überarbeiteter Credits- und Sponsoren-Bildschirm
|
||||||
Bugfix: Multiple token creation from upstream API (logout and login is required)
|
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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
2.4.0
|
2.4.0
|
||||||
New: Light theme (choose from settings)
|
Neu: helles Thema (Einstellungen)
|
||||||
New: Download files in Fileviewer (need write permissions)
|
Neu: Dateien herunterladen (benötigt Schreibberechtigung)
|
||||||
New: Custom fonts (choose from settings)
|
Neu: eigene Schriftart (Einstellungen)
|
||||||
New: PDF support in Fileviewer
|
Neu: PDFs im Dateiviewer
|
||||||
New: Night mode in PDF (Fileviewer)
|
Neu: Nachtmodus in PDFs (Dateiviewer)
|
||||||
New: Default list of repositories in Explore screen
|
Neu: Standard-Liste von Repositories im Erkunden-Bildschirm
|
||||||
New: Latvian language support
|
New: Lettische Sprachunterstützung
|
||||||
Improvement: Support more files in file viewer syntax highlighter
|
Verbesserung: mehr Dateien für Syntax-Highlighting unterstützt
|
||||||
Improvement: Exclude BIN files rendering in diff viewer
|
Verbesserung: keine BIN-Dateien im Diff-Viewer
|
||||||
Improvement: Exclude specific files in file viewer like doc, xls etc
|
Verbesserung: Bestimmte Dateien wir doc, xls etc. im Dateiviewer ignorieren
|
||||||
Improvement: Single issue id and support copy title and description to clipborad
|
Verbesserung: einzelne Issue-IDs und Unterstützung für das Kopieren von Titel und Beschreibung
|
||||||
Improvement: Translation updates
|
Verbesserung: Übersetzungsaktualierungen
|
||||||
Bugfix: Don't refresh repositories without action
|
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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
2.5.0-rc1
|
2.5.0-rc1
|
||||||
|
|
||||||
Release notes will be published with the stable release.
|
Las notas de lanzamiento serán publicadas en el lanzamiento estable.
|
||||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
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
|
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
3.3.0-rc2
|
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.
|
@ -1,15 +1,15 @@
|
|||||||
4.2.0
|
4.2.0
|
||||||
|
|
||||||
New: Create/delete/list tags
|
Nuevo: Crear/eliminar/listar etiquetas
|
||||||
New: Hide repository actions for non admins
|
Nuevo: Ocultar las acciones del repositorio para los usuarios
|
||||||
New: New files diff viewer
|
Nuevo: Nuevo visualizador de archivos diferencial
|
||||||
New: Show users who reacted to issue/pr/comment
|
Nuevo: Mostrar usuarios que reaccionaron a la incidencia/PR/comentario
|
||||||
New: Redesigned organization Teams
|
Nuevo: Rediseñada la organización de equipos
|
||||||
Improvement: Enhance account manager
|
Mejora: Mejora del administrador de cuentas de usuario
|
||||||
⚠️ Notice: GitNex 4.3.0 will drop support for Android 5. Going forward 5.0.0 will drop for Android 6 ⚠️
|
⚠️ 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
|
17
fastlane/metadata/android/es-ES/changelogs/430.txt
Normal file
17
fastlane/metadata/android/es-ES/changelogs/430.txt
Normal 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
|
@ -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
|
- Soporte para varias cuentas
|
||||||
- File and directory browser
|
- Buscador de archivos y directorios
|
||||||
- File viewer
|
- Visor de archivos
|
||||||
- Create files
|
- Crear archivos
|
||||||
- Login via Token
|
- Inicio de sesión por Token
|
||||||
- Merge pull request
|
- Fusionar Pull Request
|
||||||
- Offline mode(cache)
|
- Código sin conexión (caché)
|
||||||
- Explore repositories
|
- Explorar repositorios
|
||||||
- Diff view of PR files for public repositories
|
- Vista diferencial de los archivos de PR para los repositorios públicos
|
||||||
- Repositories list
|
- Lista de repositorios
|
||||||
- Organizations list
|
- Lista de organizaciones
|
||||||
- Create new repository / organization
|
- Crear nuevo repositorio u organización
|
||||||
- Search/filter repositories / organizations / issues etc
|
- Busca y filtra entre repositorios, organizaciones o incidencias
|
||||||
- Profile view
|
- Vista de perfil
|
||||||
- Issues list
|
- Lista de incidencias
|
||||||
- Issue comments
|
- Comentarios de las incidencias
|
||||||
- Comment on issues
|
- Comentarios en incidencias
|
||||||
- Create new issue with multiple assignee, labels and add milestone, due date to it
|
- Crear nueva incidencia, con múltiples asignaciones, etiquetas e hitos
|
||||||
- Create labels
|
- Crear etiquetas
|
||||||
- Edit / delete labels
|
- Editar y eliminar etiquetas
|
||||||
- Milestones list
|
- Lista de hitos
|
||||||
- Create new milestone
|
- Crear nuevo hito
|
||||||
- Branches list
|
- Lista de ramas
|
||||||
- Releases with source download
|
- Lanzamientos con descarga de código fuente
|
||||||
- Collaborators view for repository
|
- Vista de colaboradores en el repositorio
|
||||||
- Markdown support
|
- Soporte para Markdown
|
||||||
- Emoji support
|
- Soporte para emoticonos
|
||||||
- Extensive Settings
|
- Muy configurable
|
||||||
- Option to access local non-https installs
|
- Compatiblidad con instalaciones locales http
|
||||||
- 2FA OTP support
|
- Soporte 2FA OTP
|
||||||
- Notifications
|
- Notificaciones
|
||||||
- Drafts
|
- Borradores
|
||||||
- Switch branches in File browser
|
- Cambio de ramas en el explorador de archivos
|
||||||
- Repository commits
|
- Commits del repositorio
|
||||||
- Self signed cert support
|
- Soporte para certificados autofirmados
|
||||||
- Theme auto switcher
|
- Gestor de temas
|
||||||
- Delete comments
|
- Eliminar comentarios
|
||||||
- Configure app cache from settings
|
- 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
|
Código fuente: https://codeberg.org/gitnex/GitNex
|
||||||
Developer: https://mastodon.social/@mmarif
|
Desarrollador: https://mastodon.social/@mmarif
|
||||||
|
@ -1 +1 @@
|
|||||||
Native client for Gitea
|
Cliente nativo para Gitea
|
||||||
|
@ -1 +1 @@
|
|||||||
GitNex for Gitea
|
GitNex para Gitea
|
||||||
|
17
fastlane/metadata/android/fa-IR/changelogs/430.txt
Normal file
17
fastlane/metadata/android/fa-IR/changelogs/430.txt
Normal 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
|
17
fastlane/metadata/android/fi-FI/changelogs/430.txt
Normal file
17
fastlane/metadata/android/fi-FI/changelogs/430.txt
Normal 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
|
@ -1,6 +1,6 @@
|
|||||||
2.5.0-rc1
|
2.5.0-rc1
|
||||||
|
|
||||||
Release notes will be published with the stable release.
|
Les notes de version détaillées seront publiées avec la version stable.
|
||||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
En attendant, vous pouvez consulter les demandes d’ajout fusionnées et les tickets fermés pour ce prochain jalon.
|
||||||
|
|
||||||
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed
|
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
2.5.0-rc4
|
2.5.0-rc4
|
||||||
|
|
||||||
Release notes will be published with the stable release.
|
Les notes de version détaillées seront publiées avec la version stable.
|
||||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
En attendant, vous pouvez consulter les demandes d’ajout fusionnées et les tickets fermés pour ce prochain jalon.
|
||||||
|
|
||||||
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed
|
https://codeberg.org/gitnex/GitNex/milestone/296?type=all&state=closed
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
1.0-rc6
|
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
|
1.0-rc5
|
||||||
* New: Highlight usernames in issues and comments
|
- Nouveau : Noms d’utilisateur en surbrillance dans les tickets et les commentaires
|
||||||
* Bugfix: Default label creation bug
|
- Corrigé : Bogue lors de la création d’étiquettes
|
||||||
* Bugfix: Infinite loop of settings screen on some devices
|
- Corrigé : Boucle infinie dans l’écran des réglages sur certains appareils
|
||||||
|
|
||||||
1.0-rc4
|
1.0-rc4
|
||||||
* New: Create label with color picker
|
- Nouveau : Sélecteur de couleur pour les étiquettes
|
||||||
* Bugfix: Fix label flag in creating new issue
|
- Corrigé : Bogue d’étiquetage à la création de tickets
|
||||||
* Bugfix: Fix pretty date on new app launch
|
- Corrigé : Bogue sur les dates relatives au lancement de l’application
|
||||||
* Enhanced: Moved create milestone and issue into bottom sheet
|
- Amélioration : « Nouveau jalon » et « Nouveau ticket » déplacés dans le panneau glissant inférieur
|
||||||
* Enhanced: Clean up issue and comments ui
|
- Amélioration : Écran des tickets et écran des commentaires réorganisés
|
||||||
* Enhanced: Enhance milestone open/close status
|
- Amélioration : Statut ouvert/fermé des jalons plus visibles
|
||||||
* Enhanced: Enhance milestone due date color and font size
|
- Amélioration : Couleur et police des dates d’échéance de jalon plus lisibles
|
||||||
|
@ -1,30 +1,30 @@
|
|||||||
1.0.1
|
1.0.1
|
||||||
- Fixed icons on some devices
|
- Icônes corrigées pour certains appareils
|
||||||
|
|
||||||
1.0.0
|
1.0.0
|
||||||
- My Repositories
|
- Mes dépôts
|
||||||
- Repositories list
|
- Liste des dépôts
|
||||||
- Organizations list
|
- Liste des organisations
|
||||||
- Create new repository
|
- Créer des dépôts
|
||||||
- Create new organization
|
- Créer des organisations
|
||||||
- Search/filter repositories and organizations
|
- Filtrer les dépôts et les organisations
|
||||||
- Profile view
|
- Profils
|
||||||
- Repository stars, watchers, issues count
|
- Pastille de comptage pour les tickets, favoris et observateurs
|
||||||
- Issues list
|
- Liste des tickets
|
||||||
- Issue comments
|
- Commentaires sur les tickets
|
||||||
- Comment on issues
|
- Répondre aux commentaires
|
||||||
- Search issues in issues list
|
- Filtrer les tickets
|
||||||
- Create new issue with multiple assignees, labels and add milestone, due date to it
|
- Créer des tickets avec participants assignés, étiquettes, jalons, date d’échéance, etc
|
||||||
- Create label
|
- Créer des étiquettes
|
||||||
- Edit / delete labels
|
- Modifier/supprimer des étiquettes
|
||||||
- Repository information
|
- Informations sur les dépôts
|
||||||
- Milestones list
|
- Liste des jalons
|
||||||
- Create new milestone
|
- Créer de jalons
|
||||||
- Branches list
|
- Liste des branches
|
||||||
- Releases with source download
|
- Versions téléchargeables avec la source
|
||||||
- Collaborators view for repository
|
- Liste des participants d’un dépôt
|
||||||
- Markdown support
|
- Syntaxe Markdown
|
||||||
- Emoji support
|
- Émoticônes
|
||||||
- Settings : Pretty and Normal time format, language change
|
- Réglages : Choix entre dates relatives et normales, choix de la langue
|
||||||
- Option to access local non-https installs
|
- Option d’accès local non-HTTPS
|
||||||
- Login/Logout
|
- Se connecter/déconnecter
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
1.1.0-rc1
|
1.1.0-rc1
|
||||||
- New: Redesign the whole app experience in terms of fonts, colors, ux adjustments and ui fixes
|
- Nouveau : Expérience utilisateur entièrement refondue
|
||||||
- New: New font
|
- Nouveau : Fonte par défaut
|
||||||
- New: Issues counter badge. Can be enabled/disabled from settings
|
- Nouveau : Pastilles de comptage (activables dans l’écran des réglages)
|
||||||
- New: Redesigned settings screen
|
- Nouveau : Écran « Réglages » refondu
|
||||||
- New: Create a team in Organization
|
- Nouveau : Créer des équipes dans une organisation
|
||||||
- New: List organization members
|
- Nouveau : Liste des membres d’une organisation
|
||||||
- New: List organization teams
|
- Nouveau : Liste des équipes d’une organisation
|
||||||
- New: List team members in organization by tapping on the team name
|
- Nouveau : Liste des membres d’une équipe accessible en un clic
|
||||||
- New: Repository list for the organization. Tap on organization.
|
- Nouveau : Liste des dépôts d’une organisation accessible en un clic
|
||||||
- New: Show the repositories list starred by the logged in user
|
- Nouveau : Liste des dépôts favoris de l’utilisateur
|
||||||
- Enhancement: Login api calls for http status code 500
|
- Amélioration : L’API de connexion vérifie d’abord la présence d’une erreur 500
|
||||||
- Enhancement: Font sizes, color schemes
|
- Amélioration : Tailles des fontes, thèmes de couleurs plus lisibles
|
||||||
- Enhancement: Labels, user avatars, menus
|
- Amélioration : Étiquette, avatars utilisateurs, menus
|
||||||
- Enhancement: Added names to collaborators grid in repository view instead of tap
|
- Amélioration : Noms des participants directement visibles dans l’aperçu du dépôt
|
||||||
- Enhancement: Refactored and redesigned About screen
|
- Nouveau : Écran « À propos » refondu
|
||||||
- Enhancement: Reply to issue button is now at the nav header
|
- Amélioration : Bouton de réponse dans les tickets déplacé dans la partie supérieure de l’écran
|
||||||
- Fixed: Collaborators avatar layout grid
|
- Corrigé : Agencement de la grille d’avatars des participants
|
||||||
- Fixed: Malformed json in logins
|
- Corrigé : JSON malformé lors des connexions
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
- New: Add collaborator to repository
|
- Nouveau : Ajouter des participants au dépôt
|
||||||
- New: User can now edit his/her own comments
|
- Nouveau : Modifier ses propres commentaires
|
||||||
- New: See who are your followers
|
- Nouveau : Voir ses observateurs
|
||||||
- New: See who you are following
|
- Nouveau : Voir les utilisateurs suivis
|
||||||
- Enhancement: Redesign Profile screen
|
- Amélioration : Écran de profil refondu
|
||||||
- Enhancement: Added edited status for single issue and comments
|
- Amélioration : Ajout d’un 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
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
- New: Add an email address to your account
|
- Nouveau : Ajouter une adresse courriel au compte
|
||||||
- New: Add collaborator to the repository
|
- Nouveau : Ajouter un participant au dépôt
|
||||||
- New: Users can now edit his / her own comments
|
- Nouveau : Modifier ses commentaires
|
||||||
- New: See who are your followers
|
- Nouveau : Voir ses observateurs
|
||||||
- New: See who you are following
|
- Nouveau : Voir les utilisateurs suivis
|
||||||
- Enhancement: Redesign Profile screen
|
- Amélioration : Écran de profil refondu
|
||||||
- Enhancement: Added edited status for single issue and comments
|
- Amélioration : Ajout d’un 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
3.0.0-rc1
|
3.0.0-rc1
|
||||||
|
|
||||||
Release notes will be published with the stable release.
|
Les notes de version détaillées seront publiées avec la version stable.
|
||||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
En attendant, vous pouvez consulter les demandes d’ajout fusionnées et les tickets fermés pour ce prochain jalon.
|
||||||
|
|
||||||
https://codeberg.org/gitnex/GitNex/milestone/172?state=closed
|
https://codeberg.org/gitnex/GitNex/milestone/172?state=closed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
3.0.0-rc2
|
3.0.0-rc2
|
||||||
|
|
||||||
Release notes will be published with the stable release.
|
Les notes de version détaillées seront publiées avec la version stable.
|
||||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
En attendant, vous pouvez consulter les demandes d’ajout fusionnées et les tickets fermés pour ce prochain jalon.
|
||||||
|
|
||||||
https://codeberg.org/gitnex/GitNex/milestone/304?state=closed
|
https://codeberg.org/gitnex/GitNex/milestone/304?state=closed
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
3.0.0-rc3
|
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 l’IHM 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.
|
@ -1,10 +1,10 @@
|
|||||||
- New: Add/remove labels from an issue
|
- Nouveau : Ajouter/supprimer une étiquette d’un ticket
|
||||||
- New: README is added to repo information tab
|
- Nouveau : README accesible dans les informations du dépôt
|
||||||
- New: Basic HTTP authentication support. Use USERNAME@YOUR-DOMAIN.COM in URL field
|
- Nouveau : Authentification HTTP de base. Utilisez UTILISATEUR@DOMAINE.COM dans le champ URL
|
||||||
- New: Create a new user - Admin privilege required
|
- Nouveau : Créer un utilisateur (droits d’amin nécessaires)
|
||||||
- Enhancement: Refactor multi dialogs to match the current app design
|
- Amélioration : Refonte des boites de dialogues en accord avec la nouvelle inteface
|
||||||
- Enhancement: Update markdown library for better md support
|
- Amélioration : Bibliothèque Markdown mise à jour
|
||||||
- Enhancement: New nav background image
|
- Amélioration : Nouveau fond d’écran de navigation
|
||||||
|
|
||||||
Release Notes
|
Notes de version
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
- New: Notifications
|
- Nouveau : Notifications
|
||||||
- New: Delete comments
|
- Nouveau : Suppression de commentaires
|
||||||
- New: New file downloader (no permission required)
|
- Nouveau : Gestionnaire de téléchargements (aucune permission nécessaire)
|
||||||
- New: Drafts for comments
|
- Nouveau : Brouillons de commentaire
|
||||||
- New: New icons set
|
- Nouveau : Thème d’icônes changé
|
||||||
- New: Switch branches in File Browser
|
- Nouveau : Changement de branche depuis l’explorateur de fichiers
|
||||||
- New: Close/open filter Milestones
|
- Nouveau : Filtre ouvert/fermé pour les jalons
|
||||||
- New: New settings screen
|
- Nouveau : Écran « Réglages » refondu
|
||||||
- New: New diff view for PR files
|
- Nouveau : Aperçu des diff lors des demandes d’ajout
|
||||||
- New: Cite code in PR diff and comment on it by long press
|
- Nouveau : Citer le code dans le diff d’une demande d’ajout et commenter par un clic long
|
||||||
- New: Clear cache, configure cache size (settings)
|
- Nouveau : Vider le cache, configurer la taille du cache (réglages)
|
||||||
- New: Delete branch after merge
|
- Nouveau : Supprimer la branche après la fusion
|
||||||
|
|
||||||
Many more...
|
Et bien plus…
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
@ -1,5 +1,5 @@
|
|||||||
3.1.0-rc1
|
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.
|
@ -1,5 +1,5 @@
|
|||||||
3.1.0-rc2
|
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.
|
@ -1,13 +1,13 @@
|
|||||||
3.1.0
|
3.1.0
|
||||||
|
|
||||||
New: Multiple accounts support
|
- Nouveau : Comptes multiples
|
||||||
New: New Retro theme
|
- Nouveau : Thème Rétro
|
||||||
New: Delete OR Edit a file
|
- Nouveau : Modifier/supprimer un fichier
|
||||||
New: Repository forks
|
- Nouveau : Bifurcations
|
||||||
New: Markdown support in file viewer
|
- Nouveau : Compatibilité Markdown dans l’aperçu des fichiers
|
||||||
New: New Progress indicators
|
- Nouveau : Indicateurs de progression
|
||||||
New: Copy repo / org / issue comment url to clipboard
|
- Nouveau : Copier un commentaire dans le presse-papier
|
||||||
New: Create drafts per edit and improve it's UI
|
- Nouveau : Copier le lien vers un commentaire dans le presse-papier
|
||||||
New: Enhance App UI across all screens
|
- Nouveau : Rafraichissement général de l’IHM
|
||||||
|
|
||||||
Release Notes: https://codeberg.org/gitnex/GitNex/releases
|
Notes de version : https://codeberg.org/gitnex/GitNex/releases
|
@ -1,5 +1,5 @@
|
|||||||
3.2.0-rc1
|
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 d’ajout, des nouveaux réglages dans les dépôts pour l’administration des dépôts et bien d’autres choses.
|
||||||
|
|
||||||
Detailed release notes will be published with stable release.
|
Les notes de version détaillées seront publiées avec la version stable.
|
@ -1,7 +1,7 @@
|
|||||||
- New: Edit issue
|
- Nouveau : Modifier les tickets
|
||||||
- New: Tabs for open and closed issues
|
- Nouveau : Onglets pour les tickets ouverts et les tickets fermés
|
||||||
- Enhancement: German translation
|
- Amélioration : Traduction en allemand
|
||||||
- Fixed: Layout fixes across the app
|
- Corrigé : Diverses incohérences dans l’agencement de l’IHM
|
||||||
|
|
||||||
And many more, check the release notes.
|
Pour plus de détails, consultez les notes de version.
|
||||||
https://codeberg.org/gitnex/GitNex/releases
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
3.2.0
|
3.2.0
|
||||||
|
|
||||||
New: Create pull request
|
- Nouveau : Créer une demande d’ajout
|
||||||
New: Edit repository properties (Admins only)
|
- Nouveau : Modifier les propriétés du dépôt (admins seulement)
|
||||||
New: Delete repository (Admins only)
|
- Nouveau : Supprimer le dépôt (admins seulement)
|
||||||
New: Transfer repository ownership (Admins only)
|
- Nouveau : Changer le le propriétaire du dépôt (admins seulement)
|
||||||
New: Notification badge in navigation menu
|
- Nouveau : Pastille de notification dans le menu de navigation
|
||||||
New: Search issues across all repositories
|
- Nouveau : Rechercher des tickets parmi tous les dépôts
|
||||||
New: Show issues/pr states in single view mode
|
- Nouveau : Tickets et demandes d’ajout visibles dans la même vue
|
||||||
New: Explore repositories filters
|
- Nouveau : Recherche de dépôts avec filtres
|
||||||
New: Android 11 support
|
- Nouveau : Compatibilité Android 11
|
||||||
New: Commits under Files branches
|
- 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
|
@ -1,5 +1,5 @@
|
|||||||
3.3.0-rc1
|
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, l’ouverture des liens dans les courriels ainsi que d’autres 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.
|
@ -1,5 +1,5 @@
|
|||||||
3.3.0-rc2
|
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 d’améliorations d’IHM.
|
||||||
|
|
||||||
Detail release notes will be published with stable release.
|
Les notes de version détaillées seront publiées avec la version stable.
|
@ -1,5 +1,5 @@
|
|||||||
3.3.0-rc3
|
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 d’IHM ainsi que les réactions aux tickets et demandes d’ajout.
|
||||||
|
|
||||||
Detail release notes will be published with stable release.
|
Les notes de version détaillées seront publiées avec la version stable.
|
@ -1,12 +1,12 @@
|
|||||||
- New: Add/remove labels from an issue
|
- Nouveau : Ajouter/supprimer une étiquette d’un ticket
|
||||||
- New: Repo README in information tab
|
- Nouveau : README du dépôt dans l’onglet Détails
|
||||||
- New: Basic HTTP authentication support
|
- Nouveau : Authentification HTTP de base
|
||||||
- New: Create a new user
|
- Nouveau : Créer un nouvel utilisateur
|
||||||
- New: Edit issue
|
- Nouveau : Modifier les tickets
|
||||||
- New: Closed issues in new tab
|
- Nouveau : Onglet séparé pour les tickets fermés
|
||||||
- Enhancement: German translation
|
- Amélioration : Traduction en allemand
|
||||||
- Enhancement: Redesign multi select dialogs
|
- Amélioration : Refonte des boites de dialogue à sélections multiples
|
||||||
- Enhancement: New nav background image
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
3.3.0
|
3.3.0
|
||||||
|
|
||||||
New: New labels/assignees popups
|
- Nouveau : Popups d’étiquettes et d’assignations
|
||||||
New: Transition to new input design
|
- Nouveau : Transition vers la nouvelle interface de saisie
|
||||||
New: New commenting screen
|
- Nouveau : Écran de commentaire
|
||||||
New: Handle popular instances links (open from email etc)
|
- Nouveau : Gestion de l’ouverture des liens courants (depuis un courriel, etc)
|
||||||
New: Syntax highlighting in code blocks
|
- Nouveau : Coloration syntaxique
|
||||||
New: Organization labels in issue labels
|
- Nouveau : Tickets étiquetables avec les étiquettes d’organisation
|
||||||
New: Group notifications, settings screen to enable/disable, change delay, light color
|
- Nouveau : Notifications de groupe avec délais, couleur de la diode et activation paramétrables
|
||||||
New: Issue/PR and comments emoji reactions
|
- Nouveau : Réactions aux tickets, demandes d’ajout 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
|
@ -1,12 +1,12 @@
|
|||||||
- New: Organization overview
|
- Nouveau : Aperçu des organisations
|
||||||
- New: Code block colors - change in settings
|
- Nouveau : Coloration syntaxique (dans les réglages)
|
||||||
- New: Home screen of your choice - change in settings
|
- Nouveau : Choisir l’écran d’accueil (dans les réglages)
|
||||||
- New: Close and reopen an issue
|
- Nouveau : Fermer et rouvrir un ticket
|
||||||
- New: Create new release
|
- Nouveau : Créer des versions
|
||||||
- Enhancement: Updated release tab layout
|
- Amélioration : Agencement de l’onglet Version mis à jour
|
||||||
- Enhancement: Added release tag in releases
|
- Amélioration : Tags de versions
|
||||||
- Enhancement: German and Russian translation updates
|
- Amélioration : Traductions en allemand et en russe mises à jour
|
||||||
- Fixed: Crash when issues and info tabs are frequently switched
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
3.5.0
|
3.5.0
|
||||||
|
|
||||||
New: Render emoji in issue/pr titles, commit message and markdown files
|
- Nouveau : Émoticônes dans les tickets, demandes d’ajout, commentaires et fichiers Markdown
|
||||||
New: Cron tasks (Admin only)
|
- Nouveau : Tâches cron (admins seulement)
|
||||||
New: Biometric support to unlock the app
|
- Nouveau : Déverrouiller l’application par identification biométrique
|
||||||
New: Switch to saved instance when coming from email/links
|
- Nouveau : Basculer sur l’instance sauvegardée en venant d’un courriel ou d’un lien
|
||||||
New: Copy user login id to clipboard
|
- Nouveau : Copier l’ID de l’utilisateur dans le presse-papier
|
||||||
New: Progress notification for downloading files
|
- Nouveau : Notification de progression des téléchargements
|
||||||
New: Rewrite file viewer in native code to move away from traditional js to load files faster
|
- 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
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
- New: Organization overview
|
- Nouveau : Aperçu des organisations
|
||||||
- New: Code block colors - change in settings
|
- Nouveau : Coloration syntaxique (dans les réglages)
|
||||||
- New: Home screen of your choice - change in settings
|
- Nouveau : Choisir l’écran d’accueil (dans les réglages)
|
||||||
- New: Close and reopen an issue
|
- Nouveau : Fermer et rouvrir un ticket
|
||||||
- New: Create new release
|
- Nouveau : Création de versions
|
||||||
- New: Mention collaborators in issues, comments
|
- Nouveau : Mention des participants dans les tickets et les commentaires
|
||||||
- New: 2FA OTP feature. Check the Troubleshoot wiki page for usage
|
- Nouveau : Double authentification (voir le wiki)
|
||||||
- Enhancement: Updated release tab layout
|
- Amélioration : Agencement de l’onglet Version mis à jour
|
||||||
- Enhancement: Added release tag in releases
|
- Amélioration : Tags de versions
|
||||||
- Enhancement: German and Russian translation updates
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
4.0.0
|
4.0.0
|
||||||
|
|
||||||
New: Revamped UI across the whole app
|
- Nouveau : Refonte totale de l’IHM
|
||||||
New: Explore public organizations
|
- Nouveau : Rechercher des organisations
|
||||||
New: Users profile view with details, repositories, starred repositories, organizations, followers, following
|
- Nouveau : Profils utilisateurs détaillés (dépôts, favoris, organisations, abonnés, abonnements)
|
||||||
New: Notifications for all accounts
|
- Nouveau : Notifications pour tous les comptes
|
||||||
New: New dialog popup for About App
|
- Nouveau : Popup de dialogue dans « À propos »
|
||||||
New: Delete head branch after PR is merged
|
- Nouveau : Supprimer la branche après la fusion
|
||||||
New: Time selection for changing dark theme
|
- 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
|
@ -1,16 +1,16 @@
|
|||||||
4.1.0
|
4.1.0
|
||||||
|
|
||||||
New: Follow/unfollow a user
|
- Nouveau : Suivre les utilisateurs
|
||||||
New: Explore users
|
- Nouveau : Rechercher des utilisateurs
|
||||||
New: Update pull request (merge, rebase)
|
- Nouveau : Mettre à jour la demande d’ajout (fusion, rebasage)
|
||||||
New: Filter issues by milestone
|
- Nouveau : Filtrer les tickets dans un jalon
|
||||||
Improvement: Scroll to release tag via link handler
|
- Amélioration : Déroulement vers le tag de version via le gestionnaire de liens
|
||||||
Improvement: Search issue/pr by Id
|
- Amélioration : Rechercher des tickets et des demandes d’ajout par ID
|
||||||
Improvement: Hide profile picture when scrolling
|
- Amélioration : Cacher l’image de profil au déroulement
|
||||||
Improvement: Render markdown in repository and organization descriptions
|
- 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
|
@ -1,10 +1,10 @@
|
|||||||
- New: Add/remove assignees
|
- Nouveau : Ajouter/retirer des assignations
|
||||||
- New: Users list - Admin only
|
- Nouveau : Liste des utilisateurs (admin seulement)
|
||||||
- New: Search users - filter by name, username and email
|
- Nouveau : Trouver des utilisateurs par nom, pseudo ou adresse courriel
|
||||||
- Enhancement: Rate me link to play store
|
- Amélioration : « Noter GitNex » mène au Play Store
|
||||||
- Enhancement: Enhance About screen
|
- Amélioration : Écran « À propos » remanié
|
||||||
- Enhancement: 4 cols in users gridview - collaborators
|
- Amélioration : Grille des participants sur 4 colonnes
|
||||||
- Fixed: Crash when issue badge is disabled
|
- 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
|
https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user