diff options
Diffstat (limited to 'conf/locale/locale_cs-CZ.ini')
-rw-r--r-- | conf/locale/locale_cs-CZ.ini | 248 |
1 files changed, 154 insertions, 94 deletions
diff --git a/conf/locale/locale_cs-CZ.ini b/conf/locale/locale_cs-CZ.ini index 3709d660..3b2f7a7c 100644 --- a/conf/locale/locale_cs-CZ.ini +++ b/conf/locale/locale_cs-CZ.ini @@ -9,7 +9,6 @@ sign_out=Odhlásit se sign_up=Registrovat se register=Registrovat se website=Webové stránky -version=Verze page=Strana template=Šablona language=Jazyk @@ -122,6 +121,7 @@ run_user_not_match=Uživatel pro spuštění není aktuální uživatel: %s -> % smtp_host_missing_port=V adrese SMTP serveru chybí číslo portu. invalid_smtp_from=Hodnota položky SMTP Od: není zadána správně: %v save_config_failed=Uložení konfigurace se nezdařilo: %v +init_failed=Failed to initialize application: %v invalid_admin_setting=Nastavení účtu správce není správné: %v install_success=Vítejte! Jsme rádi, že jste si vybrali Gogs. Bavte se a opatrujte se. invalid_log_root_path=Kořenový adresář souborů systémových záznamů není správný: %v @@ -1001,6 +1001,12 @@ first_page=První last_page=Poslední total=Celkem: %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.build_commit=Build commit dashboard.statistic=Statistika dashboard.operations=Operace dashboard.system_status=Stav sledování systému @@ -1156,117 +1162,170 @@ auths.github_api_endpoint=Koncový bod API config.not_set=(není nastaveno) config.server_config=Nastavení serveru -config.app_name=Název aplikace -config.app_ver=Verze aplikace -config.app_url=URL aplikace -config.domain=Doména -config.offline_mode=Režim off-line -config.disable_router_log=Vypnout systémové záznamy směrovače +config.brand_name=Brand name config.run_user=Účet pro spouštění config.run_mode=Režim spouštění -config.git_version=Verze Gitu -config.static_file_root_path=Kořenový adresář statického souboru -config.log_file_root_path=Kořenový adresář souboru systémových záznamů -config.reverse_auth_user=Uživatel obráceného ověření +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.cert_file=Certificate 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.disable_router_log=Disable router log +config.server.enable_gzip=Enable Gzip +config.server.app_data_path=Application data path +config.server.load_assets_from_disk=Load assets from disk +config.server.landing_url=Landing URL config.ssh_config=Nastavení SSH -config.ssh_enabled=Povolený -config.ssh_start_builtin_server=Spustit vestavěný server -config.ssh_domain=Doména -config.ssh_port=Port -config.ssh_listen_port=Port pro naslouchání -config.ssh_root_path=Kořenová cesta -config.ssh_rewrite_authorized_keys_at_start=Přepsat authorized_keys při startu -config.ssh_key_test_path=Cesta testu klíčů -config.ssh_keygen_path=Cesta ke generátoru klíčů ('ssh-keygen') -config.ssh_minimum_key_size_check=Kontrola minimální velikosti klíčů -config.ssh_minimum_key_sizes=Minimální velikost klíčů +config.ssh.enabled=Enabled +config.ssh.domain=Exposed domain +config.ssh.port=Exposed port +config.ssh.root_path=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 +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.listen_host=Listen host +config.ssh.listen_port=Listen port +config.ssh.server_ciphers=Server ciphers config.repo_config=Nastavení repositáře -config.repo_root_path=Kořenový adresář repositářů -config.script_type=Typ skriptu -config.repo_force_private=Vynutit soukromé -config.max_creation_limit=Maximální lhůta pro vytvoření -config.preferred_licenses=Upřednostňované licence -config.disable_http_git=Vypnout HTTP Git -config.enable_local_path_migration=Povolit migraci z místní cesty -config.commits_fetch_concurrency=Souběžnost vyzvednutí revizí - -config.http_config=Nastavení HTTP -config.http_access_control_allow_origin=Access Control Allow Origin +config.repo.root_path=Root path +config.repo.script_type=Script type +config.repo.ansi_chatset=ANSI charset +config.repo.force_private=Force private +config.repo.max_creation_limit=Max creation limit +config.repo.preferred_licenses=Preferred licenses +config.repo.disable_http_git=Disable HTTP Git +config.repo.enable_local_path_migration=Enable local path migration +config.repo.enable_raw_file_render_mode=Enable raw file render mode +config.repo.commits_fetch_concurrency=Commits fetch concurrency +config.repo.editor.line_wrap_extensions=Editor line wrap extensions +config.repo.editor.previewable_file_modes=Editor previewable file modes +config.repo.upload.enabled=Upload enabled +config.repo.upload.temp_path=Upload temporary path +config.repo.upload.allowed_types=Upload allowed types +config.repo.upload.file_max_size=Upload file size limit +config.repo.upload.max_files=Upload files limit config.db_config=Nastavení databáze -config.db_type=Typ -config.db_host=Server -config.db_name=Název -config.db_user=Uživatel -config.db_ssl_mode=SSL režim -config.db_ssl_mode_helper=(pouze pro 'postgres') -config.db_path=Cesta -config.db_path_helper=(pro "sqlite3" a "tidb") - -config.service_config=Nastavení služby -config.register_email_confirm=Vyžadovat potvrzení e-mailu -config.disable_register=Vypnout registraci -config.show_registration_button=Ukázat tlačítko registrace -config.require_sign_in_view=Vyžadovat zobrazení přihlášení -config.mail_notify=Upozornění e-mailem -config.disable_key_size_check=Vypnout kontrolu minimální velikosti klíčů -config.enable_captcha=Povolit službu CAPTCHA -config.active_code_lives=Doba života aktivního kódu -config.reset_password_code_lives=Lhůta kódu pro obnovu hesla +config.db.type=Type +config.db.host=Host +config.db.name=Name +config.db.user=User +config.db.ssl_mode=SSL mode +config.db.ssl_mode_helper=(for "postgres" only) +config.db.path=Path +config.db.path_helper=(for "sqlite3"only) + +config.security_config=Security configuration +config.security.login_remember_days=Login remember days +config.security.cookie_remember_name=Remember cookie +config.security.cookie_username=Username cookie +config.security.cookie_secure=Enable secure cookie +config.security.reverse_proxy_auth_user=Reverse proxy authentication header +config.security.enable_login_status_cookie=Enable login status cookie +config.security.login_status_cookie_name=Login status cookie + +config.email_config=Email configuration +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.helo_hostname=HELO hostname +config.email.skip_verify=Skip certificate verify +config.email.use_certificate=Use custom certificate +config.email.cert_file=Certificate file +config.email.key_file=Key file +config.email.use_plain_text=Use plain text +config.email.add_plain_text_alt=Add plain text alternative +config.email.send_test_mail=Send test email +config.email.test_mail_failed=Failed to send test email to '%s': %v +config.email.test_mail_sent=Test email has been sent to '%s'. + +config.auth_config=Authentication configuration +config.auth.activate_code_lives=Activate code lives +config.auth.reset_password_code_lives=Reset password code lives +config.auth.require_email_confirm=Require email confirmation +config.auth.require_sign_in_view=Require sign in view +config.auth.disable_registration=Disable registration +config.auth.enable_registration_captcha=Enable registration captcha +config.auth.enable_reverse_proxy_authentication=Enable reverse proxy authentication +config.auth.enable_reverse_proxy_auto_registration=Enable reverse proxy auto registration +config.auth.reverse_proxy_authentication_header=Reverse proxy authentication header + +config.user_config=User configuration +config.user.enable_email_notify=Enable email notification -config.webhook_config=Nastavení webových háčků -config.queue_length=Délka fronty -config.deliver_timeout=Časový limit doručení -config.skip_tls_verify=Přeskočit ověření TLS - -config.mailer_config=Nastavení odesílání e-mailů -config.mailer_enabled=Povolený -config.mailer_disable_helo=Vypnout HELO -config.mailer_subject_prefix=Předpona předmětu -config.mailer_host=Server -config.mailer_user=Uživatel -config.send_test_mail=Odeslat zkušební E-mail -config.test_mail_failed=Odeslání testovacího e-mailu na '%s' selhalo: %v -config.test_mail_sent=Zkušební e-mail byl odeslán na '%s'. - -config.oauth_config=Nastavení ověření OAuth -config.oauth_enabled=Povolený +config.session_config=Nastavení relace +config.session.provider=Provider +config.session.provider_config=Provider config +config.session.cookie_name=Cookie +config.session.https_only=HTTPS only +config.session.gc_interval=GC interval +config.session.max_life_time=Max life time +config.session.csrf_cookie_name=CSRF cookie config.cache_config=Nastavení mezipaměti -config.cache_adapter=Adaptér mezipaměti -config.cache_interval=Interval mezipaměti -config.cache_conn=Připojení mezipaměti +config.cache.adapter=Adapter +config.cache.interval=GC interval +config.cache.host=Host -config.session_config=Nastavení relace -config.session_provider=Poskytovatel relace -config.provider_config=Nastavení poskytovatele -config.cookie_name=Název souboru cookie -config.enable_set_cookie=Povolit nastavení cookie -config.gc_interval_time=Čas intervalu GC -config.session_life_time=Doba trvání relace -config.https_only=Pouze protokol HTTPS -config.cookie_life_time=Doba života souboru cookie +config.http_config=Nastavení 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.allowed_types=Allowed types +config.attachment.max_size=Size limit +config.attachment.max_files=Files limit + +config.release_config=Release configuration +config.release.attachment.enabled=Attachment enabled +config.release.attachment.allowed_types=Attachment allowed types +config.release.attachment.max_size=Attachment size limit +config.release.attachment.max_files=Attachment files limit config.picture_config=Nastavení ikony uživatele -config.picture_service=Služba ikon uživatelů -config.disable_gravatar=Vypnout službu Gravatar -config.enable_federated_avatar=Povolit jednotné ikony uživatelů +config.picture.avatar_upload_path=User avatar upload path +config.picture.repo_avatar_upload_path=Repository avatar upload path +config.picture.gravatar_source=Gravatar source +config.picture.disable_gravatar=Disable Gravatar +config.picture.enable_federated_avatar=Enable federated avatars + +config.mirror_config=Mirror configuration +config.mirror.default_interval=Default interval + +config.webhook_config=Nastavení webových háčků +config.webhook.types=Types +config.webhook.deliver_timeout=Deliver timeout +config.webhook.skip_tls_verify=Skip TLS verify config.git_config=Konfigurace Gitu -config.git_disable_diff_highlight=Vypnout zvýraznění syntaxe v rozdílovém zobrazení -config.git_max_diff_lines=Maximální počet rozdílných řádků jednoho souboru -config.git_max_diff_line_characters=Maximální počet zobrazených rozdílných znaků jedné řádky -config.git_max_diff_files=Maximální počet zobrazených rozdílných souborů -config.git_gc_args=Parametry GC -config.git_migrate_timeout=Časová lhůta přenesení -config.git_mirror_timeout=Časový limit aktualizace zrcadla -config.git_clone_timeout=Časový limit operace naklonování -config.git_pull_timeout=Časový limit operace stažení -config.git_gc_timeout=Časový limit operace GC +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.migrate_timeout=Migration timeout +config.git.mirror_timeout=Mirror fetch timeout +config.git.clone_timeout=Clone timeout +config.git.pull_timeout=Pull timeout +config.git.gc_timeout=GC timeout config.log_config=Nastavení systémových záznamů +config.log_file_root_path=Kořenový adresář souboru systémových záznamů config.log_mode=Režim config.log_options=Možnosti @@ -1338,6 +1397,7 @@ months=%[2]s %[1]d měsíci years=%[2]s %[1]d roky raw_seconds=sekundy raw_minutes=minuty +raw_hours=hours [dropzone] default_message=Přetáhněte soubory sem nebo stiskněte Nahrát. |