소스 검색

locale: sync from Crowdin

Unknwon 7 년 전
부모
커밋
d7280f82ac
5개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      conf/locale/locale_bg-BG.ini
  2. 1 1
      conf/locale/locale_de-DE.ini
  3. 1 1
      gogs.go
  4. 0 0
      pkg/bindata/bindata.go
  5. 1 1
      templates/.VERSION

+ 3 - 3
conf/locale/locale_bg-BG.ini

@@ -169,11 +169,11 @@ reset_password_helper=Щракнете тук, за да нулирате пар
 password_too_short=Размерът на паролата не може да бъде по-малък от 6 знака.
 non_local_account=Нелокални потребители не могат да сменят паролата си през Gogs.
 
-login_two_factor=Two-factor Authentication
+login_two_factor=Двуфакторно удостоверяване
 login_two_factor_passcode=Парола за удостоверяване
 login_two_factor_enter_recovery_code=Enter a two-factor recovery code
 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_invalid_recovery_code=Този код за възстановяване вече е бил използван или не е валиден.
 
@@ -1178,7 +1178,7 @@ config.disable_http_git=Забраняване на HTTP Git
 config.enable_local_path_migration=Enable Local Path Migration
 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.db_config=Настройки на базата данни

+ 1 - 1
conf/locale/locale_de-DE.ini

@@ -1100,7 +1100,7 @@ auths.domain=Domain
 auths.host=Host
 auths.port=Port
 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_helper=Achtung: Das Passwort wird im Klartext gespeichert. Benutzen Sie kein Konto mit hoher Berechtigungsstufe.
 auths.user_base=Basis für Benutzersuche

+ 1 - 1
gogs.go

@@ -16,7 +16,7 @@ import (
 	"github.com/gogits/gogs/pkg/setting"
 )
 
-const APP_VER = "0.11.37.0309"
+const APP_VER = "0.11.37.0312"
 
 func init() {
 	setting.AppVer = APP_VER

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
pkg/bindata/bindata.go


+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.11.37.0309
+0.11.37.0312

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.