mirror of
https://github.com/gogs/gogs.git
synced 2025-05-24 16:30:51 +00:00
locale: sync from Crowdin
This commit is contained in:
parent
aa53d0978c
commit
d7280f82ac
@ -169,11 +169,11 @@ reset_password_helper=Щракнете тук, за да нулирате пар
|
|||||||
password_too_short=Размерът на паролата не може да бъде по-малък от 6 знака.
|
password_too_short=Размерът на паролата не може да бъде по-малък от 6 знака.
|
||||||
non_local_account=Нелокални потребители не могат да сменят паролата си през Gogs.
|
non_local_account=Нелокални потребители не могат да сменят паролата си през Gogs.
|
||||||
|
|
||||||
login_two_factor=Two-factor Authentication
|
login_two_factor=Двуфакторно удостоверяване
|
||||||
login_two_factor_passcode=Парола за удостоверяване
|
login_two_factor_passcode=Парола за удостоверяване
|
||||||
login_two_factor_enter_recovery_code=Enter a two-factor recovery code
|
login_two_factor_enter_recovery_code=Enter a two-factor recovery code
|
||||||
login_two_factor_recovery=Two-factor Recovery
|
login_two_factor_recovery=Two-factor Recovery
|
||||||
login_two_factor_recovery_code=Recovery Code
|
login_two_factor_recovery_code=Код за възстановяване
|
||||||
login_two_factor_enter_passcode=Enter a two-factor passcode
|
login_two_factor_enter_passcode=Enter a two-factor passcode
|
||||||
login_two_factor_invalid_recovery_code=Този код за възстановяване вече е бил използван или не е валиден.
|
login_two_factor_invalid_recovery_code=Този код за възстановяване вече е бил използван или не е валиден.
|
||||||
|
|
||||||
@ -1178,7 +1178,7 @@ config.disable_http_git=Забраняване на HTTP Git
|
|||||||
config.enable_local_path_migration=Enable Local Path Migration
|
config.enable_local_path_migration=Enable Local Path Migration
|
||||||
config.commits_fetch_concurrency=Commits Fetch Concurrency
|
config.commits_fetch_concurrency=Commits Fetch Concurrency
|
||||||
|
|
||||||
config.http_config=HTTP Configuration
|
config.http_config=Конфигуриране на HTTP
|
||||||
config.http_access_control_allow_origin=Access Control Allow Origin
|
config.http_access_control_allow_origin=Access Control Allow Origin
|
||||||
|
|
||||||
config.db_config=Настройки на базата данни
|
config.db_config=Настройки на базата данни
|
||||||
|
@ -1100,7 +1100,7 @@ auths.domain=Domain
|
|||||||
auths.host=Host
|
auths.host=Host
|
||||||
auths.port=Port
|
auths.port=Port
|
||||||
auths.bind_dn=DN binden
|
auths.bind_dn=DN binden
|
||||||
auths.bind_dn_helper=You can use '%s' as placeholder for username, e.g. DOM\%s
|
auths.bind_dn_helper=Sie können "%s" als Platzhalter für den Benutzernamen einsetzen, z.B. DOM\%s
|
||||||
auths.bind_password=Passwort binden
|
auths.bind_password=Passwort binden
|
||||||
auths.bind_password_helper=Achtung: Das Passwort wird im Klartext gespeichert. Benutzen Sie kein Konto mit hoher Berechtigungsstufe.
|
auths.bind_password_helper=Achtung: Das Passwort wird im Klartext gespeichert. Benutzen Sie kein Konto mit hoher Berechtigungsstufe.
|
||||||
auths.user_base=Basis für Benutzersuche
|
auths.user_base=Basis für Benutzersuche
|
||||||
|
2
gogs.go
2
gogs.go
@ -16,7 +16,7 @@ import (
|
|||||||
"github.com/gogits/gogs/pkg/setting"
|
"github.com/gogits/gogs/pkg/setting"
|
||||||
)
|
)
|
||||||
|
|
||||||
const APP_VER = "0.11.37.0309"
|
const APP_VER = "0.11.37.0312"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
setting.AppVer = APP_VER
|
setting.AppVer = APP_VER
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
0.11.37.0309
|
0.11.37.0312
|
Loading…
x
Reference in New Issue
Block a user