aboutsummaryrefslogtreecommitdiff
path: root/conf/locale/locale_sk-SK.ini
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-04 02:28:13 +0800
committerGitHub <noreply@github.com>2020-03-04 02:28:13 +0800
commit8d37d418e71979835de69d86563142befa4ea511 (patch)
treeb5114cb6ec7aafcaa6c8431a404e498504e794e0 /conf/locale/locale_sk-SK.ini
parent8df335025278dd85319265865d47fd73a495e6da (diff)
locale: sync from Crowdin (#5965)
Diffstat (limited to 'conf/locale/locale_sk-SK.ini')
-rw-r--r--conf/locale/locale_sk-SK.ini248
1 files changed, 154 insertions, 94 deletions
diff --git a/conf/locale/locale_sk-SK.ini b/conf/locale/locale_sk-SK.ini
index b0e6840b..e2cce525 100644
--- a/conf/locale/locale_sk-SK.ini
+++ b/conf/locale/locale_sk-SK.ini
@@ -9,7 +9,6 @@ sign_out=Odhlásiť sa
sign_up=Zaregistrovať sa
register=Registrovať
website=Web stránka
-version=Verzia
page=Stránka
template=Šablóna
language=Jazyk
@@ -122,6 +121,7 @@ run_user_not_match=Používateľ pre spustenie sa nezhoduje s aktuálnym použí
smtp_host_missing_port=V adrese SMTP servera chýba číslo portu.
invalid_smtp_from=Hodnota položky SMTP Od: je nesprávne zadaná: %v
save_config_failed=Chyba pri uložení konfigurácie: %v
+init_failed=Failed to initialize application: %v
invalid_admin_setting=Nastavenie administrátorského účtu je neplatné: %v
install_success=Vitajte! Sme radi, že ste si vybrali Gogs, bavte sa a dávajte si pozor.
invalid_log_root_path=Koreňový adresár pre log súbory je neplatný: %v
@@ -1001,6 +1001,12 @@ first_page=Prvý
last_page=Posledný
total=Celkom: %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=Štatistika
dashboard.operations=Operácie
dashboard.system_status=Monitor stavu systému
@@ -1156,117 +1162,170 @@ auths.github_api_endpoint=API Endpoint
config.not_set=(nezadané)
config.server_config=Konfigurácia servera
-config.app_name=Názov aplikácie
-config.app_ver=Verzia aplikácie
-config.app_url=URL adresa aplikácie
-config.domain=Doména
-config.offline_mode=Offline režim
-config.disable_router_log=Vypnúť systémové záznamy smerovača
+config.brand_name=Brand name
config.run_user=Používateľ pre spustenie aplikácie
config.run_mode=Režim spúšťania
-config.git_version=Verzia Gitu
-config.static_file_root_path=Koreňový adresár statického súboru
-config.log_file_root_path=Koreňový adresár súboru systémových záznamov
-config.reverse_auth_user=Užívateľ obráteného overenia
+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=Nastavenie SSH
-config.ssh_enabled=Povolené
-config.ssh_start_builtin_server=Spustiť vstavaný server
-config.ssh_domain=Doména
-config.ssh_port=Port
-config.ssh_listen_port=Port pre poslúchanie
-config.ssh_root_path=Koreňová cesta
-config.ssh_rewrite_authorized_keys_at_start=Prepísať authorized_keys pri štarte
-config.ssh_key_test_path=Cesta testu kľúčov
-config.ssh_keygen_path=Cesta ku generátoru kľúčov ('ssh-keygen')
-config.ssh_minimum_key_size_check=Kontrola minimálnej veľkosti kľúčov
-config.ssh_minimum_key_sizes=Minimálna veľkosť kľúčov
+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=Nastavenie repozitára
-config.repo_root_path=Koreňový adresár repozitára
-config.script_type=Typ skriptu
-config.repo_force_private=Vynútiť súkromné
-config.max_creation_limit=Maximálna lehota pre vytvorenie
-config.preferred_licenses=Uprednostňované licencie
-config.disable_http_git=Vypnúť HTTP Git
-config.enable_local_path_migration=Povoliť migráciu z miestnej cesty
-config.commits_fetch_concurrency=Súbežnosť vyzdvihnutia revízii
-
-config.http_config=HTTP konfigurácia
-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=Konfigurácia databázy
-config.db_type=Typ
-config.db_host=Host
-config.db_name=Názov
-config.db_user=Používateľ
-config.db_ssl_mode=SSL režim
-config.db_ssl_mode_helper=(iba pre "postgres")
-config.db_path=Cesta
-config.db_path_helper=(iba pre "sqlite3" a "tidb")
-
-config.service_config=Konfigurácia služby
-config.register_email_confirm=Vyžadovať potvrdenie e-mailu
-config.disable_register=Zakázať registráciu
-config.show_registration_button=Zobraziť tlačítko registrácie
-config.require_sign_in_view=Vyžadovať zobrazenie prihlásenia
-config.mail_notify=Upozornenie e-mailom
-config.disable_key_size_check=Vypnúť kontrolu minimálnej veľkosti kľúčov
-config.enable_captcha=Povoliť Captcha
-config.active_code_lives=Doba života aktívneho kódu
-config.reset_password_code_lives=Lehota kódu pre 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=Nastavenie webových háčikov
-config.queue_length=Dĺžka fronty
-config.deliver_timeout=Časový limit doručenia
-config.skip_tls_verify=Preskočiť overenie TLS
-
-config.mailer_config=Nastavenie mailera
-config.mailer_enabled=Povolený
-config.mailer_disable_helo=Zakázať HELO
-config.mailer_subject_prefix=Predpona predmetu
-config.mailer_host=Host
-config.mailer_user=Používateľ
-config.send_test_mail=Odoslať testovací E-mail
-config.test_mail_failed=Odoslanie testovacieho e-mailu na '%s' zlyhalo: %v
-config.test_mail_sent=Testovací e-mail bol odoslaný na '%s'.
-
-config.oauth_config=OAuth konfigurácia
-config.oauth_enabled=Povolený
+config.session_config=Nastavenie session
+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=Konfigurácia cache
-config.cache_adapter=Cache adaptér
-config.cache_interval=Cache interval
-config.cache_conn=Cache pripojenie
+config.cache.adapter=Adapter
+config.cache.interval=GC interval
+config.cache.host=Host
-config.session_config=Nastavenie session
-config.session_provider=Session provider
-config.provider_config=Nastavenie providera
-config.cookie_name=Názov cookie
-config.enable_set_cookie=Povoliť nastavenie Cookie
-config.gc_interval_time=GC Časový interval
-config.session_life_time=Doba trvania relácie
-config.https_only=Iba HTTPS
-config.cookie_life_time=Doba života súboru cookie
+config.http_config=HTTP konfigurácia
+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=Nastavenie ikony užívateľa
-config.picture_service=Služba ikon užívateľov
-config.disable_gravatar=Zakázať Gravatar
-config.enable_federated_avatar=Povoliť jednotné ikony užívateľov
+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=Nastavenie webových háčikov
+config.webhook.types=Types
+config.webhook.deliver_timeout=Deliver timeout
+config.webhook.skip_tls_verify=Skip TLS verify
config.git_config=Konfigurácia Gitu
-config.git_disable_diff_highlight=Vypnúť zvýraznenie syntaxi v rozdielovom zobrazení
-config.git_max_diff_lines=Maximálny počet rozdielnych riadkov jedného súboru
-config.git_max_diff_line_characters=Maximálny počet zobrazených rozdielnych znakov jedného riadku
-config.git_max_diff_files=Maximálny počet zobrazených rozdielnych súborov
-config.git_gc_args=Parametre GC
-config.git_migrate_timeout=Časová lehota prenesenia
-config.git_mirror_timeout=Časový limit aktualizácie zrkadla
-config.git_clone_timeout=Časový limit operácie naklonovania
-config.git_pull_timeout=Časový limit operácie stiahnutia
-config.git_gc_timeout=Časový limit operácie 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=Nastavenie systémových záznamov
+config.log_file_root_path=Koreňový adresár súboru systémových záznamov
config.log_mode=Režim
config.log_options=Možnosti
@@ -1338,6 +1397,7 @@ months=%d mesiacov %s
years=%d rokov %s
raw_seconds=sekúnd
raw_minutes=minút
+raw_hours=hours
[dropzone]
default_message=Pretiahnite súbory sem alebo stlačte Nahrať.