mirror of https://github.com/gogs/gogs.git
locale: sync from Crowdin (#6333)
parent
594a2dc41f
commit
56eac57222
|
@ -1008,9 +1008,9 @@ total=Total: %d
|
|||
|
||||
dashboard.build_info=Build Information
|
||||
dashboard.app_ver=Application version
|
||||
dashboard.git_version=Git version
|
||||
dashboard.go_version=Go version
|
||||
dashboard.build_time=Build time
|
||||
dashboard.git_version=Versión de Git
|
||||
dashboard.go_version=Versión de Go
|
||||
dashboard.build_time=Tiempo de compilación
|
||||
dashboard.build_commit=Build commit
|
||||
dashboard.statistic=Estadísticas
|
||||
dashboard.operations=Operaciones
|
||||
|
@ -1174,8 +1174,8 @@ config.run_mode=Modo de ejecución
|
|||
config.server.external_url=External URL
|
||||
config.server.domain=Domain
|
||||
config.server.protocol=Protocol
|
||||
config.server.http_addr=HTTP address
|
||||
config.server.http_port=HTTP port
|
||||
config.server.http_addr=Dirección HTTP
|
||||
config.server.http_port=Puerto HTTP
|
||||
config.server.cert_file=Certificate file
|
||||
config.server.key_file=Key file
|
||||
config.server.tls_min_version=Minimum TLS version
|
||||
|
@ -1198,7 +1198,7 @@ config.ssh.key_test_path=Key test path
|
|||
config.ssh.minimum_key_size_check=Minimum key size check
|
||||
config.ssh.minimum_key_sizes=Minimum key sizes
|
||||
config.ssh.rewrite_authorized_keys_at_start=Rewrite "authorized_keys" at start
|
||||
config.ssh.start_builtin_server=Start builtin server
|
||||
config.ssh.start_builtin_server=Iniciar servidor integrado
|
||||
config.ssh.listen_host=Listen host
|
||||
config.ssh.listen_port=Listen port
|
||||
config.ssh.server_ciphers=Server ciphers
|
||||
|
|
|
@ -44,8 +44,8 @@ issues=Questões
|
|||
cancel=Cancelar
|
||||
|
||||
[status]
|
||||
page_not_found=Page Not Found
|
||||
internal_server_error=Internal Server Error
|
||||
page_not_found=Página Não Encontrada
|
||||
internal_server_error=Erro do servidor interno
|
||||
|
||||
[install]
|
||||
install=Instalação
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -672,7 +672,7 @@ func exploreRepo_listTmpl() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "explore/repo_list.tmpl", size: 1442, mode: os.FileMode(0644), modTime: time.Unix(1599160113, 0)}
|
||||
info := bindataFileInfo{name: "explore/repo_list.tmpl", size: 1442, mode: os.FileMode(0644), modTime: time.Unix(1599653855, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0x96, 0xf4, 0x9d, 0xb9, 0x48, 0x2d, 0x78, 0xb1, 0xfa, 0x4c, 0x89, 0x51, 0x49, 0xd4, 0x1f, 0x71, 0x64, 0x7c, 0x7f, 0x9, 0x4b, 0xd5, 0x21, 0x40, 0x4a, 0x90, 0xad, 0x61, 0x62, 0x3, 0x38}}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -752,7 +752,7 @@ func homeTmpl() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "home.tmpl", size: 17579, mode: os.FileMode(0644), modTime: time.Unix(1599160113, 0)}
|
||||
info := bindataFileInfo{name: "home.tmpl", size: 17579, mode: os.FileMode(0644), modTime: time.Unix(1599653855, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0x78, 0xa7, 0xb1, 0x1f, 0x5b, 0x45, 0x2a, 0x1e, 0x14, 0x78, 0x6e, 0xc4, 0xa, 0xec, 0x1a, 0x56, 0x7c, 0x73, 0x2c, 0x0, 0x80, 0xd, 0xa5, 0x86, 0x60, 0x41, 0xb4, 0xe8, 0x63, 0x94, 0x31}}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -812,7 +812,7 @@ func installTmpl() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "install.tmpl", size: 14405, mode: os.FileMode(0644), modTime: time.Unix(1599160113, 0)}
|
||||
info := bindataFileInfo{name: "install.tmpl", size: 14405, mode: os.FileMode(0644), modTime: time.Unix(1599653855, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x59, 0x27, 0xd6, 0x3a, 0x4f, 0xdd, 0x58, 0x3c, 0x47, 0x4a, 0x25, 0x8c, 0xa9, 0xcc, 0x16, 0xde, 0xc, 0x55, 0x5d, 0x7a, 0x55, 0x4d, 0xdc, 0x2e, 0x18, 0x47, 0x54, 0xd5, 0xff, 0xc7, 0x30, 0x3d}}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -1412,7 +1412,7 @@ func repoCreateTmpl() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/create.tmpl", size: 4849, mode: os.FileMode(0644), modTime: time.Unix(1599160113, 0)}
|
||||
info := bindataFileInfo{name: "repo/create.tmpl", size: 4849, mode: os.FileMode(0644), modTime: time.Unix(1599653855, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2c, 0xe9, 0x35, 0xae, 0xef, 0xd6, 0xa4, 0x22, 0xe6, 0x40, 0xae, 0xba, 0xc9, 0x37, 0x1e, 0x6f, 0x58, 0xaa, 0x6b, 0x38, 0xc5, 0xdc, 0x5b, 0xae, 0x2c, 0xc8, 0x39, 0xa2, 0x3d, 0xb, 0xbf, 0xa7}}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -1612,7 +1612,7 @@ func repoHeaderTmpl() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/header.tmpl", size: 4695, mode: os.FileMode(0644), modTime: time.Unix(1599160113, 0)}
|
||||
info := bindataFileInfo{name: "repo/header.tmpl", size: 4695, mode: os.FileMode(0644), modTime: time.Unix(1599653855, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb8, 0xed, 0xf4, 0xe7, 0x81, 0x35, 0xe1, 0x80, 0x8c, 0x63, 0xba, 0x30, 0x16, 0x5a, 0x97, 0xc4, 0xa6, 0xd0, 0xf4, 0x22, 0xcc, 0xba, 0xe6, 0x8f, 0x20, 0x8f, 0xd1, 0xcc, 0x47, 0x5d, 0xe7, 0xc0}}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -1892,7 +1892,7 @@ func repoMigrateTmpl() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/migrate.tmpl", size: 4435, mode: os.FileMode(0644), modTime: time.Unix(1599160113, 0)}
|
||||
info := bindataFileInfo{name: "repo/migrate.tmpl", size: 4435, mode: os.FileMode(0644), modTime: time.Unix(1599653855, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb2, 0x15, 0x78, 0xa, 0x6, 0x31, 0xbc, 0x99, 0xec, 0x67, 0xd3, 0x99, 0x8a, 0x8d, 0x7b, 0x27, 0x11, 0xde, 0x74, 0x10, 0xeb, 0xcb, 0x84, 0x65, 0xfd, 0xda, 0x3f, 0x3c, 0x51, 0x65, 0x8e, 0xf0}}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -1972,7 +1972,7 @@ func repoPullsForkTmpl() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/pulls/fork.tmpl", size: 2868, mode: os.FileMode(0644), modTime: time.Unix(1599160113, 0)}
|
||||
info := bindataFileInfo{name: "repo/pulls/fork.tmpl", size: 2868, mode: os.FileMode(0644), modTime: time.Unix(1599653855, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf2, 0x90, 0xd9, 0x47, 0xea, 0xcc, 0xee, 0xf6, 0x80, 0xf9, 0xa1, 0xdb, 0xe, 0x24, 0x59, 0xc6, 0x13, 0x96, 0x73, 0x2b, 0x7f, 0xef, 0x5, 0x60, 0xa1, 0x88, 0xad, 0xf8, 0x4a, 0xb5, 0x1f, 0xf5}}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -2172,7 +2172,7 @@ func repoSettingsOptionsTmpl() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "repo/settings/options.tmpl", size: 19077, mode: os.FileMode(0644), modTime: time.Unix(1599160113, 0)}
|
||||
info := bindataFileInfo{name: "repo/settings/options.tmpl", size: 19077, mode: os.FileMode(0644), modTime: time.Unix(1599653855, 0)}
|
||||
a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x58, 0x29, 0x15, 0x6a, 0x9f, 0xf1, 0x59, 0xa1, 0x4, 0xc7, 0x78, 0xd2, 0xbc, 0x92, 0xd9, 0x81, 0x2c, 0x2c, 0xa3, 0x67, 0xb6, 0x31, 0x6f, 0x4e, 0xaf, 0xaa, 0x92, 0x2c, 0x69, 0x78, 0x0, 0x1b}}
|
||||
return a, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue