Browse Source

locale: sync from Crowdin

pull/5126/head
Unknwon 7 years ago
parent
commit
d7280f82ac
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 6
      conf/locale/locale_bg-BG.ini
  2. 2
      conf/locale/locale_de-DE.ini
  3. 2
      gogs.go
  4. 58
      pkg/bindata/bindata.go
  5. 2
      templates/.VERSION

6
conf/locale/locale_bg-BG.ini

@ -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=Настройки на базата данни

2
conf/locale/locale_de-DE.ini

@ -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

@ -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

58
pkg/bindata/bindata.go

File diff suppressed because one or more lines are too long

2
templates/.VERSION

@ -1 +1 @@
0.11.37.0309 0.11.37.0312
Loading…
Cancel
Save