Browse Source

locale: sync from Crowdin (#6449)

ᴜɴᴋɴᴡᴏɴ 5 years ago
parent
commit
af6510fd17

+ 18 - 18
conf/locale/locale_pl-PL.ini

@@ -44,8 +44,8 @@ issues=Problemy
 cancel=Anuluj
 
 [status]
-page_not_found=Page Not Found
-internal_server_error=Internal Server Error
+page_not_found=Strona nie została znaleziona
+internal_server_error=Wewnętrzny błąd serwera
 
 [install]
 install=Instalacja
@@ -1225,18 +1225,18 @@ config.repo.upload.max_files=Upload files limit
 config.db_config=Konfiguracja bazy danych
 config.db.type=Type
 config.db.host=Host
-config.db.name=Name
-config.db.user=User
-config.db.ssl_mode=SSL mode
+config.db.name=Nazwa
+config.db.user=Użytkownik
+config.db.ssl_mode=Tryb SSL
 config.db.ssl_mode_helper=(for "postgres" only)
-config.db.path=Path
+config.db.path=Ścieżka
 config.db.path_helper=(for "sqlite3"only)
 config.db.max_open_conns=Maximum open connections
 config.db.max_idle_conns=Maximum idle connections
 
 config.security_config=Security configuration
 config.security.login_remember_days=Login remember days
-config.security.cookie_remember_name=Remember cookie
+config.security.cookie_remember_name=Pamiętaj pliki cookies
 config.security.cookie_username=Username cookie
 config.security.cookie_secure=Enable secure cookie
 config.security.reverse_proxy_auth_user=Reverse proxy authentication header
@@ -1248,8 +1248,8 @@ config.email.enabled=Enabled
 config.email.subject_prefix=Subject prefix
 config.email.host=Host
 config.email.from=From
-config.email.user=User
-config.email.disable_helo=Disable HELO
+config.email.user=Użytkownik
+config.email.disable_helo=Wyłącz HELO
 config.email.helo_hostname=HELO hostname
 config.email.skip_verify=Skip certificate verify
 config.email.use_certificate=Use custom certificate
@@ -1279,7 +1279,7 @@ config.session_config=Konfiguracja sesji
 config.session.provider=Provider
 config.session.provider_config=Provider config
 config.session.cookie_name=Cookie
-config.session.https_only=HTTPS only
+config.session.https_only=Tylko HTTPS
 config.session.gc_interval=GC interval
 config.session.max_life_time=Max life time
 config.session.csrf_cookie_name=CSRF cookie
@@ -1293,13 +1293,13 @@ config.http_config=Konfiguracja HTTP
 config.http.access_control_allow_origin=Access control allow origin
 
 config.attachment_config=Attachment configuration
-config.attachment.enabled=Enabled
-config.attachment.path=Path
+config.attachment.enabled=Włączono
+config.attachment.path=Ścieżka
 config.attachment.allowed_types=Allowed types
-config.attachment.max_size=Size limit
-config.attachment.max_files=Files limit
+config.attachment.max_size=Limit rozmiaru
+config.attachment.max_files=Limit plików
 
-config.release_config=Release configuration
+config.release_config=Konfiguracja wydania
 config.release.attachment.enabled=Attachment enabled
 config.release.attachment.allowed_types=Attachment allowed types
 config.release.attachment.max_size=Attachment size limit
@@ -1325,7 +1325,7 @@ config.git.disable_diff_highlight=Disable diff syntax highlight
 config.git.max_diff_lines=Diff lines limit (for a single file)
 config.git.max_diff_line_characters=Diff characters limit (for a single line)
 config.git.max_diff_files=Diff files limit (for a single diff)
-config.git.gc_args=GC arguments
+config.git.gc_args=Argumenty GC
 config.git.migrate_timeout=Migration timeout
 config.git.mirror_timeout=Mirror fetch timeout
 config.git.clone_timeout=Clone timeout
@@ -1334,7 +1334,7 @@ config.git.gc_timeout=GC timeout
 
 config.lfs_config=LFS configuration
 config.lfs.storage=Storage
-config.lfs.objects_path=Objects path
+config.lfs.objects_path=Ścieżka obiektów
 
 config.log_config=Konfiguracja dziennika
 config.log_file_root_path=Ścieżka plików dziennika
@@ -1409,7 +1409,7 @@ months=%d miesięcy %s
 years=%d lat %s
 raw_seconds=sekund
 raw_minutes=minut
-raw_hours=hours
+raw_hours=godziny
 
 [dropzone]
 default_message=Upuść pliki tutaj lub kliknij, aby przesłać.

File diff suppressed because it is too large
+ 52 - 52
conf/locale/locale_pt-BR.ini


+ 14 - 14
conf/locale/locale_zh-TW.ini

@@ -44,8 +44,8 @@ issues=問題
 cancel=取消
 
 [status]
-page_not_found=Page Not Found
-internal_server_error=Internal Server Error
+page_not_found=找不到頁面
+internal_server_error=內部伺服器錯誤
 
 [install]
 install=安裝頁面
@@ -125,7 +125,7 @@ run_user_not_match=執行系統用戶非當前用戶:%s -> %s
 smtp_host_missing_port=SMTP 主機缺少位址中的埠。
 invalid_smtp_from=SMTP 寄件者欄位無效﹔%v
 save_config_failed=設定儲存失敗:%v
-init_failed=Failed to initialize application: %v
+init_failed=軟體初始化失敗:%v
 invalid_admin_setting=管理員帳戶設置不正確:%v
 install_success=您好!我們很高興您選擇使用 Gogs,祝您使用愉快,代碼從此無 BUG!
 invalid_log_root_path=日誌根目錄無效: %v
@@ -263,7 +263,7 @@ following=關注中
 follow=關注
 unfollow=取消關注
 
-form.name_not_allowed=User name or pattern %q is not allowed.
+form.name_not_allowed=用戶名不允許 %q 的格式。
 
 [settings]
 profile=個人資訊
@@ -1008,9 +1008,9 @@ 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=Git 版本
+dashboard.go_version=Go 版本
+dashboard.build_time=建置時間
 dashboard.build_commit=Build commit
 dashboard.statistic=應用統計數據
 dashboard.operations=管理員操作
@@ -1172,16 +1172,16 @@ config.brand_name=Brand name
 config.run_user=執行用戶
 config.run_mode=執行模式
 config.server.external_url=External URL
-config.server.domain=Domain
-config.server.protocol=Protocol
+config.server.domain=網域
+config.server.protocol=協定
 config.server.http_addr=HTTP address
-config.server.http_port=HTTP port
-config.server.cert_file=Certificate file
+config.server.http_port=HTTP 
+config.server.cert_file=憑證檔案
 config.server.key_file=Key file
 config.server.tls_min_version=Minimum TLS version
 config.server.unix_socket_permission=Unix socket permission
 config.server.local_root_url=Local root URL
-config.server.offline_mode=Offline mode
+config.server.offline_mode=離線模式
 config.server.disable_router_log=Disable router log
 config.server.enable_gzip=Enable Gzip
 config.server.app_data_path=Application data path
@@ -1192,7 +1192,7 @@ config.ssh_config=SSH 配置
 config.ssh.enabled=Enabled
 config.ssh.domain=Exposed domain
 config.ssh.port=Exposed port
-config.ssh.root_path=Root path
+config.ssh.root_path=根路徑
 config.ssh.keygen_path=Keygen path
 config.ssh.key_test_path=Key test path
 config.ssh.minimum_key_size_check=Minimum key size check
@@ -1204,7 +1204,7 @@ config.ssh.listen_port=Listen port
 config.ssh.server_ciphers=Server ciphers
 
 config.repo_config=Repository 設定
-config.repo.root_path=Root path
+config.repo.root_path=根路徑
 config.repo.script_type=Script type
 config.repo.ansi_chatset=ANSI charset
 config.repo.force_private=Force private

File diff suppressed because it is too large
+ 9 - 9
internal/assets/conf/conf_gen.go