@@ -121,7 +121,7 @@ run_user_not_match=Uživatel pro spuštění není aktuální uživatel: %s -> %
121
121
smtp_host_missing_port=V adrese SMTP serveru chybí číslo portu.
122
122
invalid_smtp_from=Hodnota položky SMTP Od: není zadána správně: %v
123
123
save_config_failed=Uložení konfigurace se nezdařilo: %v
124
- init_failed=Failed to initialize application : %v
124
+ init_failed=Nepodařilo se inicializovat aplikaci : %v
125
125
invalid_admin_setting=Nastavení účtu správce není správné: %v
126
126
install_success=Vítejte! Jsme rádi, že jste si vybrali GIN. Bavte se a opatrujte se.
127
127
invalid_log_root_path=Kořenový adresář souborů systémových záznamů není správný: %v
@@ -1001,12 +1001,12 @@ first_page=První
1001
1001
last_page =Poslední
1002
1002
total =Celkem: %d
1003
1003
1004
- dashboard.build_info =Build Information
1005
- dashboard.app_ver =Application version
1006
- dashboard.git_version =Git version
1007
- dashboard.go_version =Go version
1008
- dashboard.build_time =Build time
1009
- dashboard.build_commit =Build commit
1004
+ dashboard.build_info =Informace o sestavení
1005
+ dashboard.app_ver =Verze aplikace
1006
+ dashboard.git_version =Git verze
1007
+ dashboard.go_version =Go verze
1008
+ dashboard.build_time =Čas sestavení
1009
+ dashboard.build_commit =Commit sestavení
1010
1010
dashboard.statistic =Statistika
1011
1011
dashboard.operations =Operace
1012
1012
dashboard.system_status =Stav sledování systému
@@ -1162,48 +1162,48 @@ auths.github_api_endpoint=Koncový bod API
1162
1162
1163
1163
config.not_set =(není nastaveno)
1164
1164
config.server_config =Nastavení serveru
1165
- config.brand_name =Brand name
1165
+ config.brand_name =Název značky
1166
1166
config.run_user =Účet pro spouštění
1167
1167
config.run_mode =Režim spouštění
1168
- config.server.external_url =External URL
1169
- config.server.domain =Domain
1170
- config.server.protocol =Protocol
1171
- config.server.http_addr =HTTP address
1168
+ config.server.external_url =Externí URL
1169
+ config.server.domain =Doména
1170
+ config.server.protocol =Protokol
1171
+ config.server.http_addr =HTTP adresa
1172
1172
config.server.http_port =HTTP port
1173
- config.server.cert_file =Certificate file
1174
- config.server.key_file =Key file
1175
- config.server.tls_min_version =Minimum TLS version
1176
- config.server.unix_socket_permission =Unix socket permission
1177
- config.server.local_root_url =Local root URL
1178
- config.server.offline_mode =Offline mode
1173
+ config.server.cert_file =Soubor certifikátu
1174
+ config.server.key_file =Soubor klíče
1175
+ config.server.tls_min_version =Minimální verze TLS
1176
+ config.server.unix_socket_permission =Oprávnění Unix socket
1177
+ config.server.local_root_url =Místní URL kořenového adresáře
1178
+ config.server.offline_mode =Offline režim
1179
1179
config.server.disable_router_log =Disable router log
1180
- config.server.enable_gzip =Enable Gzip
1181
- config.server.app_data_path =Application data path
1180
+ config.server.enable_gzip =Povolit Gzip
1181
+ config.server.app_data_path =Cesta dat aplikace
1182
1182
config.server.load_assets_from_disk =Load assets from disk
1183
1183
config.server.landing_url =Landing URL
1184
1184
1185
1185
config.ssh_config =Nastavení SSH
1186
- config.ssh.enabled =Enabled
1187
- config.ssh.domain =Exposed domain
1188
- config.ssh.port =Exposed port
1189
- config.ssh.root_path =Root path
1186
+ config.ssh.enabled =Povoleno
1187
+ config.ssh.domain =Vystavená doména
1188
+ config.ssh.port =Vystavený port
1189
+ config.ssh.root_path =Kořenová cesta
1190
1190
config.ssh.keygen_path =Keygen path
1191
1191
config.ssh.key_test_path =Key test path
1192
- config.ssh.minimum_key_size_check =Minimum key size check
1193
- config.ssh.minimum_key_sizes =Minimum key sizes
1192
+ config.ssh.minimum_key_size_check =Kontrola minimální velikosti klíčů
1193
+ config.ssh.minimum_key_sizes =Minimální velikost klíčů
1194
1194
config.ssh.rewrite_authorized_keys_at_start =Rewrite " authorized_keys" at start
1195
1195
config.ssh.start_builtin_server =Start builtin server
1196
1196
config.ssh.listen_host =Listen host
1197
1197
config.ssh.listen_port =Listen port
1198
- config.ssh.server_ciphers =Server ciphers
1198
+ config.ssh.server_ciphers =Serverové šifry
1199
1199
1200
1200
config.repo_config =Nastavení repositáře
1201
- config.repo.root_path =Root path
1202
- config.repo.script_type =Script type
1201
+ config.repo.root_path =Kořenová cesta
1202
+ config.repo.script_type =Typ skriptu
1203
1203
config.repo.ansi_chatset =ANSI charset
1204
1204
config.repo.force_private =Force private
1205
1205
config.repo.max_creation_limit =Max creation limit
1206
- config.repo.preferred_licenses =Preferred licenses
1206
+ config.repo.preferred_licenses =Upřednostňované licence
1207
1207
config.repo.disable_http_git =Disable HTTP Git
1208
1208
config.repo.enable_local_path_migration =Enable local path migration
1209
1209
config.repo.enable_raw_file_render_mode =Enable raw file render mode
0 commit comments