You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,10 +94,11 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
94
94
-`REOPEN_KEYWORDS`: **reopen**, **reopens**, **reopened**: List of keywords used in Pull Request comments to automatically reopen
95
95
a related issue
96
96
-`DEFAULT_MERGE_MESSAGE_COMMITS_LIMIT`: **50**: In the default merge message for squash commits include at most this many commits. Set to `-1` to include all commits
97
-
-`DEFAULT_MERGE_MESSAGE_SIZE`: **5120**: In the default merge message for squash commits limit the size of the commit messages. Set to `-1` to have no limit.
97
+
-`DEFAULT_MERGE_MESSAGE_SIZE`: **5120**: In the default merge message for squash commits limit the size of the commit messages. Set to `-1` to have no limit. Only used if `POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES` is `true`.
98
98
-`DEFAULT_MERGE_MESSAGE_ALL_AUTHORS`: **false**: In the default merge message for squash commits walk all commits to include all authors in the Co-authored-by otherwise just use those in the limited list
99
99
-`DEFAULT_MERGE_MESSAGE_MAX_APPROVERS`: **10**: In default merge messages limit the number of approvers listed as `Reviewed-by:`. Set to `-1` to include all.
100
100
-`DEFAULT_MERGE_MESSAGE_OFFICIAL_APPROVERS_ONLY`: **true**: In default merge messages only include approvers who are officially allowed to review.
101
+
-`POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES`: **false**: In default squash-merge messages include the commit message of all commits comprising the pull request.
Copy file name to clipboardExpand all lines: options/locale/locale_de-DE.ini
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,10 @@ loading=Laden…
91
91
step1=Schritt 1:
92
92
step2=Schritt 2:
93
93
94
+
error=Fehler
94
95
error404=Die Seite, die du gerade versuchst aufzurufen, <strong>existiert entweder nicht</strong> oder <strong>du bist nicht berechtigt</strong>, diese anzusehen.
mirror_interval=Spiegel-Intervall (gültige Zeiteinheiten sind 'h', 'm', 's'). 0 schaltet die automatische Synchronisierung aus.
725
727
mirror_interval_invalid=Das Spiegel-Intervall ist ungültig.
726
728
mirror_address=Klonen via URL
729
+
mirror_address_desc=Gib alle erforderlichen Anmeldedaten im Abschnitt "Authentifizierung" ein.
727
730
mirror_address_url_invalid=Die angegebene URL ist ungültig. Achte darauf, alle URL-Komponenten korrekt zu maskieren.
728
731
mirror_address_protocol_invalid=Die angegebene URL ist ungültig. Nur Pfade beginnend mit http(s):// oder git:// können gespiegelt werden.
729
732
mirror_lfs=Großdatei-Speicher (LFS)
730
733
mirror_lfs_desc=Mirroring von LFS-Dateien aktivieren.
731
734
mirror_lfs_endpoint=LFS-Endpunkt
732
735
mirror_lfs_endpoint_desc=Sync wird versuchen, die Klon-URL zu verwenden, um <a target="_blank" rel="noopener noreferrer" href="%s">den LFS-Server zu bestimmen</a>. Du kannst auch einen eigenen Endpunkt angeben, wenn die LFS-Dateien woanders gespeichert werden.
733
736
mirror_last_synced=Zuletzt synchronisiert
737
+
mirror_password_placeholder=(unverändert)
738
+
mirror_password_blank_placeholder=(Nicht gesetzt)
739
+
mirror_password_help=Ändere den Benutzernamen, um ein gespeichertes Passwort zu löschen.
734
740
watchers=Beobachter
735
741
stargazers=Favorisiert von
736
742
forks=Forks
@@ -783,6 +789,7 @@ form.reach_limit_of_creation_n=Du hast bereits dein Limit von %d Repositories er
783
789
form.name_reserved=Der Repository-Name „%s“ ist reserviert.
784
790
form.name_pattern_not_allowed='%s' ist nicht erlaubt für Repository-Namen.
785
791
792
+
need_auth=Authentifizierung
786
793
migrate_options=Migrationsoptionen
787
794
migrate_service=Migrationsdienst
788
795
migrate_options_mirror_helper=Dieses Repository wird ein <span class="text blue">Mirror</span> sein
@@ -816,11 +823,17 @@ migrated_from_fake=Migriert von %[1]s
816
823
migrate.migrate=Migrieren von %s
817
824
migrate.migrating=Migriere von <b>%s</b> ...
818
825
migrate.migrating_failed=Migrieren von <b>%s</b> fehlgeschlagen.
826
+
migrate.migrating_failed.error=Fehler: %s
819
827
migrate.github.description=Migriere Daten von Github.com oder Github Enterprise.
820
828
migrate.git.description=Migriere oder spiegele git-Daten von Git-Services
821
829
migrate.gitlab.description=Migriere Daten von GitLab.com oder einem selbst gehostetem gitlab Server.
822
830
migrate.gitea.description=Migriere Daten von Gitea.com oder einem selbst gehostetem Gitea Server.
823
831
migrate.gogs.description=Migriere Daten von notabug.org oder einem anderen, selbst gehosteten Gogs Server.
832
+
migrate.migrating_milestones=Meilensteine werden migriert
833
+
migrate.migrating_labels=Labels werden migriert
834
+
migrate.migrating_releases=Releases werden migriert
835
+
migrate.migrating_issues=Issues werden migriert
836
+
migrate.migrating_pulls=Pull Requests werden migriert
824
837
825
838
mirror_from=Mirror von
826
839
forked_from=geforkt von
@@ -1314,6 +1327,10 @@ pulls.manually_merged_as=Dieser Pull Request wurde manuell als <a rel="nofollow"
1314
1327
pulls.is_closed=Der Pull-Request wurde geschlossen.
1315
1328
pulls.has_merged=Der Pull-Request wurde gemergt.
1316
1329
pulls.title_wip_desc=`<a href="#">Beginne den Titel mit <strong>%s</strong></a> um zu verhindern, dass der Pull Request versehentlich gemergt wird.`
1330
+
pulls.cannot_merge_work_in_progress=Dieser Pull Request ist als Work in Progress markiert.
Copy file name to clipboardExpand all lines: options/locale/locale_es-ES.ini
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,10 @@ loading=Cargando…
91
91
step1=Paso 1:
92
92
step2=Paso 2:
93
93
94
+
error=Error
94
95
error404=La página a la que está intentando acceder o <strong>no existe</strong> o <strong>no está autorizado</strong> para verla.
95
96
97
+
never=Nunca
96
98
97
99
[error]
98
100
occurred=Se ha producido un error
@@ -731,6 +733,7 @@ mirror_lfs_desc=Activar la reproducción de datos LFS.
731
733
mirror_lfs_endpoint=Punto final de LFS
732
734
mirror_lfs_endpoint_desc=Sync intentará usar la url del clon para <a target="_blank"rel="noopener noreferrer"href="%s">determinar el servidor LFS</a>. También puede especificar un punto final personalizado si los datos LFS del repositorio se almacenan en otro lugar.
733
735
mirror_last_synced=Sincronizado por última vez
736
+
mirror_password_placeholder=(Sin cambios)
734
737
watchers=Seguidores
735
738
stargazers=Fans
736
739
forks=Forks
@@ -783,6 +786,7 @@ form.reach_limit_of_creation_n=Ya han alcanzado su límite de repositorios de %d
783
786
form.name_reserved=El nombre de repositorio '%s' está reservado.
784
787
form.name_pattern_not_allowed=El patrón '%s' no está permitido en un nombre de repositorio.
785
788
789
+
need_auth=Autorización
786
790
migrate_options=Opciones de migración
787
791
migrate_service=Servicio de Migración
788
792
migrate_options_mirror_helper=Este repositorio será uno <span class="text blue">replicado</span>
@@ -1314,6 +1318,7 @@ pulls.manually_merged_as=El Pull Request se ha fusionado manualmente como <a rel
1314
1318
pulls.is_closed=El pull request ha sido cerrado.
1315
1319
pulls.has_merged=El pull request ha sido fusionado.
1316
1320
pulls.title_wip_desc=`<a href="#">Comience el título con <strong>%s</strong></a> para prevenir que el pull request se fusione accidentalmente.`
1321
+
pulls.still_in_progress=¿Aún en curso?
1317
1322
pulls.data_broken=Este pull request está rota debido a que falta información del fork.
1318
1323
pulls.files_conflicted=Este pull request tiene cambios en conflicto con la rama de destino.
1319
1324
pulls.is_checking=La comprobación de conflicto de fusión está en progreso. Inténtalo de nuevo en unos momentos.
@@ -1539,6 +1544,11 @@ settings.hooks=Webhooks
1539
1544
settings.githooks=Git Hooks
1540
1545
settings.basic_settings=Configuración Básica
1541
1546
settings.mirror_settings=Configuración de réplica
1547
+
settings.mirror_settings.docs=Configure su proyecto para insertar y/o extraer automáticamente los cambios hacia/desde otro repositorio. Las ramas, etiquetas y commits se sincronizarán automáticamente. <a target="_blank"rel="noopener noreferrer"href="https://docs.gitea.io/en-us/repo-mirror/">¿Cómo replico los repositorios?</a>
settings.mirror_settings.push_mirror.remote_url=URL del repositorio remoto de Git
1542
1552
settings.sync_mirror=Sincronizar ahora
1543
1553
settings.mirror_sync_in_progress=La sincronización del repositorio replicado está en curso. Vuelva a intentarlo más tarde.
1544
1554
settings.email_notifications.enable=Habilitar las notificaciones por correo electrónico
@@ -1604,6 +1614,7 @@ settings.transfer_form_title=Escriba el nombre del repositorio como confirmació
1604
1614
settings.transfer_in_progress=Actualmente hay una transferencia en curso. Por favor, cancela si quieres transferir este repositorio a otro usuario.
1605
1615
settings.transfer_notices_1=- Perderá el acceso al repositorio si lo transfiere a un usuario individual.
1606
1616
settings.transfer_notices_2=- Mantendrá el acceso al repositorio si lo transfiere a una organización que usted (co-)posee.
1617
+
settings.transfer_notices_3=- Si el repositorio es privado y se transfiere a un usuario individual, esta acción se asegura de que el usuario tenga al menos permisos de lectura (y cambie los permisos si es necesario).
1607
1618
settings.transfer_owner=Nuevo Propietario
1608
1619
settings.transfer_perform=Realizar transferencia
1609
1620
settings.transfer_started=Este repositorio ha sido marcado para transferencia y espera confirmación de "%s"
0 commit comments