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: conf/locale/locale_bg-BG.ini
+3-4
Original file line number
Diff line number
Diff line change
@@ -255,12 +255,10 @@ profile=Профил
255
255
password=Парола
256
256
avatar=Аватар
257
257
ssh_keys=SSH ключове
258
-
social=Социални профили
259
-
applications=Приложения
260
-
orgs=Организации
261
258
repos=Repositories
259
+
orgs=Организации
260
+
applications=Приложения
262
261
delete=Изтрий профил
263
-
uid=UID
264
262
265
263
public_profile=Публичен профил
266
264
profile_desc=Вашият адрес на ел. поща е публичен и ще бъде използван за всички свързани с профила Ви уведомления и всички уеб базирани операции, направени чрез сайта.
@@ -662,6 +660,7 @@ settings.branches_bare=You cannot manage branches for bare repository. Please pu
662
660
settings.default_branch=Default Branch
663
661
settings.default_branch_desc=The default branch is considered the "base" branch for code commits, pull requests and online editing.
664
662
settings.update=Update
663
+
settings.update_default_branch_unsupported=Change default branch is not supported by the Git version on server.
665
664
settings.update_default_branch_success=Default branch of this repository has been updated successfully!
666
665
settings.protected_branches=Protected Branches
667
666
settings.protected_branches_desc=Protect branches from force pushing, accidental deletion and whitelist code committers.
Copy file name to clipboardExpand all lines: conf/locale/locale_de-DE.ini
+3-4
Original file line number
Diff line number
Diff line change
@@ -255,12 +255,10 @@ profile=Profil
255
255
password=Passwort
256
256
avatar=Profilbild
257
257
ssh_keys=SSH-Schlüssel
258
-
social=Soziale Konten
259
-
applications=Anwendungen
260
-
orgs=Organisationen
261
258
repos=Repositories
259
+
orgs=Organisationen
260
+
applications=Anwendungen
262
261
delete=Konto löschen
263
-
uid=Uid
264
262
265
263
public_profile=Öffentliches Profil
266
264
profile_desc=Ihre E-Mail-Adresse ist öffentlich einsehbar und dient dazu, Ihnen Benachrichtigungen bezüglich Ihres Kontos und Aktivitäten auf der Webseite zu schicken.
@@ -662,6 +660,7 @@ settings.branches_bare=Branches leerer Repositories können nicht verwaltet werd
662
660
settings.default_branch=Standard-Branch
663
661
settings.default_branch_desc=Der Standard-Branch gilt als Basis für Commits, Pull-Requests und Online-Bearbeitung.
664
662
settings.update=Aktualisieren
663
+
settings.update_default_branch_unsupported=Change default branch is not supported by the Git version on server.
665
664
settings.update_default_branch_success=Standard-Branch dieses Repositories wurde erfolgreich aktualisiert!
666
665
settings.protected_branches=Protected Branches
667
666
settings.protected_branches_desc=Schützt Branches vor forcierten Pushes und versehentlichem Löschen. Comitter können freigeschaltet werden.
Copy file name to clipboardExpand all lines: conf/locale/locale_es-ES.ini
+44-45
Original file line number
Diff line number
Diff line change
@@ -75,15 +75,15 @@ domain_helper=Esto afecta a las URLs para clonar por SSH.
75
75
ssh_port=Puerto SSH
76
76
ssh_port_helper=Número de puerto de su servidor SSH, déjelo en blanco para desactivar SSH.
77
77
use_builtin_ssh_server=Usar Builtin SSH Server
78
-
use_builtin_ssh_server_popup=Start builtin SSH server for Git operations to distinguish from system SSH daemon.
78
+
use_builtin_ssh_server_popup=Iniciar servidor SSH integrado para operaciones con Git para distinguirlo del demonio SSH del sistema.
79
79
http_port=Puerto HTTP
80
80
http_port_helper=Puerto en el que escuchará la aplicación.
81
81
app_url=URL de la aplicación
82
82
app_url_helper=Esto afecta a las URLs para clonar por HTTP/HTTPS y a algunos correos electrónicos.
83
83
log_root_path=Ruta del registro
84
84
log_root_path_helper=Directorio donde almacenar los registros.
85
-
enable_console_mode=Enable Console Mode
86
-
enable_console_mode_popup=In addition to file mode, also print logs to console.
85
+
enable_console_mode=Activar Modo Consola
86
+
enable_console_mode_popup=Además del modo archivo, también imprime los registros en consola.
87
87
88
88
optional_title=Configuración opcional
89
89
email_title=Configuración del servicio de correo
@@ -203,7 +203,7 @@ Content=Contenido
203
203
require_error=` no puede estar vacío.`
204
204
alpha_dash_error=` los caracteres deben ser Alfanumericos o dash(-_).`
205
205
alpha_dash_dot_error=` debe ser un caracter alfanumérivo válido, un guión alto o bajo (-_) o un signo de puntuación.`
206
-
alpha_dash_dot_slash_error=` must be valid alpha or numeric or dash(-_) or dot characters or slashes.`
206
+
alpha_dash_dot_slash_error=` deben ser caracteres alfanuméricos, guiones(-_), puntos o barras.`
207
207
size_error=` debe ser de tamaño %s.`
208
208
min_size_error=` debe contener al menos %s caracteres.`
209
209
max_size_error=` debe contener como máximo %s caracteres.`
@@ -255,12 +255,10 @@ profile=Perfil
255
255
password=Contraseña
256
256
avatar=Avatar
257
257
ssh_keys=Claves SSH
258
-
social=Redes Sociales
259
-
applications=Aplicaciones
258
+
repos=Repositorios
260
259
orgs=Organizaciones
261
-
repos=Repositories
260
+
applications=Aplicaciones
262
261
delete=Eliminar cuenta
263
-
uid=UUID
264
262
265
263
public_profile=Perfil público
266
264
profile_desc=Tu correo electrónico es público y será usado para todas las notificaciones relacionadas con cualquier cuenta y cualquier operación hecha a través de la web.
@@ -347,10 +345,10 @@ orgs.none=No eres un miembro de ninguna organización.
347
345
orgs.leave_title=Salir de una organización
348
346
orgs.leave_desc=Perderá el acceso a todos los repositorios y equipos después dejar la organización. ¿Desea continuar?
349
347
350
-
repos.leave=Leave
351
-
repos.leave_title=Leave repository
352
-
repos.leave_desc=You will lose access to the repository after you left. Do you want to continue?
353
-
repos.leave_success=You have left repository'%s'successfully!
348
+
repos.leave=Salir
349
+
repos.leave_title=Dejar repositorio
350
+
repos.leave_desc=Perderás acceso al repositorio cuando salgas. ¿Quieres continuar?
351
+
repos.leave_success=¡Has dejado el repositorio'%s'con éxito!
354
352
355
353
delete_account=Elimina tu cuenta
356
354
delete_prompt=La operación eliminará tu cuenta de forma permanente y ¡<strong>NO</strong> se puede deshacer!
@@ -422,7 +420,7 @@ quick_guide=Guía Rápida
422
420
clone_this_repo=Clonar este repositorio
423
421
create_new_repo_command=Crear un nuevo repositorio desde línea de comandos
424
422
push_exist_repo=Hacer Push de un repositorio existente desde línea de comandos
425
-
bare_message=This repository does not have any content yet.
423
+
bare_message=Este repositorio aun no tiene contenido alguno.
426
424
427
425
files=Archivos
428
426
branch=Rama
@@ -435,7 +433,7 @@ pulls=Pull Requests
435
433
labels=Etiquetas
436
434
milestones=Milestones
437
435
commits=Commits
438
-
git_branches=Branches
436
+
git_branches=Ramas
439
437
releases=Releases
440
438
file_raw=Raw
441
439
file_history=Histórico
@@ -444,12 +442,12 @@ file_permalink=Permalink
444
442
file_too_large=Este archivo es demasiado grande para ser mostrado
445
443
video_not_supported_in_browser=Su navegador no soporta el tag video de HTML5.
settings.branches_bare=You cannot manage branches for bare repository. Please push some content first.
659
+
settings.branches_bare=No puedes gestionar ramas en un repositorio vacío. Por favor sube algún contenido primero.
662
660
settings.default_branch=Rama predeterminada
663
661
settings.default_branch_desc=Se considera la rama «base» como la rama por defecto para commits de código, las solicitudes pull y edición en línea.
664
662
settings.update=Actualizar
663
+
settings.update_default_branch_unsupported=Change default branch is not supported by the Git version on server.
665
664
settings.update_default_branch_success=¡La Rama por defecto de este repositorio ha sido actualizado con éxito!
666
665
settings.protected_branches=Ramas protegidas
667
666
settings.protected_branches_desc=Proteger ramas force pushing, de eliminación accidental y lista blanca de committers de código.
@@ -673,11 +672,11 @@ settings.protect_this_branch_desc=Desactivar force pushes y evite la eliminació
673
672
settings.protect_require_pull_request=Requiere una solicitud pull, en lugar de un push directo
674
673
settings.protect_require_pull_request_desc=Active esta opción para deshabilitar un push directo a esta rama. Los commits tienen que ser empujados a otra rama no protegida y fusionados a esta rama a través de la solicitud pull.
675
674
settings.protect_whitelist_committers=Lista blanca de quienes pueden empujar a esta rama
676
-
settings.protect_whitelist_committers_desc=Add people or teams to whitelist of direct push to this branch. Users in whitelist will bypass require pull request check.
677
-
settings.protect_whitelist_users=Users who can push to this branch
settings.protect_whitelist_teams=Teams for which members of them can push to this branch
680
-
settings.protect_whitelist_search_teams=Search teams
675
+
settings.protect_whitelist_committers_desc=Añadir personas o equipos a la lista blanca de push directo a esta rama. Los usuarios en esta lista se saltan la comprobación de pull request.
676
+
settings.protect_whitelist_users=Usuarios que pueden hacer push a esta rama
Copy file name to clipboardExpand all lines: conf/locale/locale_fi-FI.ini
+3-4
Original file line number
Diff line number
Diff line change
@@ -255,12 +255,10 @@ profile=Profiili
255
255
password=Salasana
256
256
avatar=Profiilikuva
257
257
ssh_keys=SSH avaimet
258
-
social=Sosiaaliset tilit
259
-
applications=Sovellukset
260
-
orgs=Organisaatiot
261
258
repos=Repositories
259
+
orgs=Organisaatiot
260
+
applications=Sovellukset
262
261
delete=Poista tili
263
-
uid=Käyttäjä ID
264
262
265
263
public_profile=Julkinen profiili
266
264
profile_desc=Sähköposti osoitteesi on julkinen ja käytetään tiliin liittyviin ilmoituksiin, ja nettipohjaisiin toimintoihin joita on tehty sivujen kautta.
@@ -662,6 +660,7 @@ settings.branches_bare=You cannot manage branches for bare repository. Please pu
662
660
settings.default_branch=Oletushaara
663
661
settings.default_branch_desc=Oletushaaraa käytetään "pohjahaarana" commiteille, pull-pyynnöille ja sivustolla toteutetuille muokkauksille.
664
662
settings.update=Päivitä
663
+
settings.update_default_branch_unsupported=Change default branch is not supported by the Git version on server.
Copy file name to clipboardExpand all lines: conf/locale/locale_fr-FR.ini
+3-4
Original file line number
Diff line number
Diff line change
@@ -255,12 +255,10 @@ profile=Profil
255
255
password=Mot de Passe
256
256
avatar=Avatar
257
257
ssh_keys=Clés SSH
258
-
social=Réseaux Sociaux
259
-
applications=Applications
260
-
orgs=Organisations
261
258
repos=Repositories
259
+
orgs=Organisations
260
+
applications=Applications
262
261
delete=Supprimer le compte
263
-
uid=ID d'Utilisateur
264
262
265
263
public_profile=Profil public
266
264
profile_desc=Votre adresse e-mail est publique et sera utilisée pour les notifications relatives au compte, ainsi que pour toute opération Web effectuée via le site.
@@ -662,6 +660,7 @@ settings.branches_bare=You cannot manage branches for bare repository. Please pu
662
660
settings.default_branch=Branche par défaut
663
661
settings.default_branch_desc=La branche par défaut est considérée comme la branche « originale » pour les commits de code, les requêtes de fusion et l'édition en ligne.
664
662
settings.update=Actualiser
663
+
settings.update_default_branch_unsupported=Change default branch is not supported by the Git version on server.
665
664
settings.update_default_branch_success=La branche par défaut de ce dépôt a bien été mise à jour.
666
665
settings.protected_branches=Branches protégées
667
666
settings.protected_branches_desc=Protéger les branches du push forcé, de la suppression accidentelle et des publicateurs de code en liste blanche.
Copy file name to clipboardExpand all lines: conf/locale/locale_gl-ES.ini
+3-4
Original file line number
Diff line number
Diff line change
@@ -255,12 +255,10 @@ profile=Perfil
255
255
password=Contrasinal
256
256
avatar=Avatar
257
257
ssh_keys=Claves SSH
258
-
social=Redes sociais
259
-
applications=Aplicacións
260
-
orgs=Organizacións
261
258
repos=Repositories
259
+
orgs=Organizacións
260
+
applications=Aplicacións
262
261
delete=Eliminar conta
263
-
uid=UUID
264
262
265
263
public_profile=Perfil público
266
264
profile_desc=O teu correo electrónico é público e será usado para todas as notificacións relacionadas con calquera conta e calquera operación feita a través da web.
@@ -662,6 +660,7 @@ settings.branches_bare=You cannot manage branches for bare repository. Please pu
662
660
settings.default_branch=Default Branch
663
661
settings.default_branch_desc=The default branch is considered the "base" branch for code commits, pull requests and online editing.
664
662
settings.update=Update
663
+
settings.update_default_branch_unsupported=Change default branch is not supported by the Git version on server.
665
664
settings.update_default_branch_success=Default branch of this repository has been updated successfully!
666
665
settings.protected_branches=Protected Branches
667
666
settings.protected_branches_desc=Protect branches from force pushing, accidental deletion and whitelist code committers.
Copy file name to clipboardExpand all lines: conf/locale/locale_it-IT.ini
+3-4
Original file line number
Diff line number
Diff line change
@@ -255,12 +255,10 @@ profile=Profilo
255
255
password=Password
256
256
avatar=Avatar
257
257
ssh_keys=Chiavi SSH
258
-
social=Account Sociali
259
-
applications=Applicazioni
260
-
orgs=Organizzazioni
261
258
repos=Repositories
259
+
orgs=Organizzazioni
260
+
applications=Applicazioni
262
261
delete=Elimina account
263
-
uid=Uid
264
262
265
263
public_profile=Profilo pubblico
266
264
profile_desc=Il tuo indirizzo e-mail è pubblico e sarà usato per ogni notifica inerente al tuo account, e per qualsiasi operazione web effettuata attraverso il sito.
@@ -662,6 +660,7 @@ settings.branches_bare=You cannot manage branches for bare repository. Please pu
662
660
settings.default_branch=Default Branch
663
661
settings.default_branch_desc=The default branch is considered the "base" branch for code commits, pull requests and online editing.
664
662
settings.update=Update
663
+
settings.update_default_branch_unsupported=Change default branch is not supported by the Git version on server.
665
664
settings.update_default_branch_success=Default branch of this repository has been updated successfully!
666
665
settings.protected_branches=Protected Branches
667
666
settings.protected_branches_desc=Protect branches from force pushing, accidental deletion and whitelist code committers.
0 commit comments