2022-07-04 13:27:21 +00:00
< ? php
declare ( strict_types = 1 );
/**
* @ copyright 2020 Ad Aures
* @ license https :// www . gnu . org / licenses / agpl - 3.0 . en . html AGPL3
* @ link https :// castopod . org /
*/
return [
2022-08-22 15:56:51 +00:00
'manual_config' => 'Vlastnoručné nastavenie' ,
2022-07-04 13:27:21 +00:00
'manual_config_subtitle' =>
'Create a `.env` file with your settings and refresh the page to continue installation.' ,
'form' => [
2023-03-16 16:45:41 +00:00
'instance_config' => 'Nastavenie inštancie' ,
'hostname' => 'Názov hostiteľa' ,
2022-07-04 13:27:21 +00:00
'media_base_url' => 'Media base URL' ,
'media_base_url_hint' =>
'If you use a CDN and/or an external analytics service, you may set them here.' ,
'admin_gateway' => 'Admin gateway' ,
'admin_gateway_hint' =>
'The route to access the admin area (eg. https://example.com/cp-admin). It is set by default as cp-admin, we recommend you change it for security reasons.' ,
'auth_gateway' => 'Auth gateway' ,
'auth_gateway_hint' =>
'The route to access the authentication pages (eg. https://example.com/cp-auth). It is set by default as cp-auth, we recommend you change it for security reasons.' ,
2023-03-16 16:45:41 +00:00
'database_config' => 'Nastavenie databázy' ,
2022-07-04 13:27:21 +00:00
'database_config_hint' =>
'Castopod needs to connect to your MySQL (or MariaDB) database. If you do not have these required info, please contact your server administrator.' ,
'db_hostname' => 'Database hostname' ,
2023-03-16 16:45:41 +00:00
'db_name' => 'Názov databázy' ,
'db_username' => 'Prihlasovacie meno do databázy' ,
'db_password' => 'Heslo databázy' ,
'db_prefix' => 'Prefix databázy' ,
2022-07-04 13:27:21 +00:00
'db_prefix_hint' =>
" The prefix of the Castopod table names, leave as is if you don't know what it means. " ,
2023-03-16 16:45:41 +00:00
'cache_config' => 'Nastavenie cache' ,
2022-07-04 13:27:21 +00:00
'cache_config_hint' =>
'Choose your preferred cache handler. Leave it as the default value if you have no clue what it means.' ,
2022-08-22 15:56:51 +00:00
'cache_handler' => 'Obslužný mechanizmus vyrovnávacej pamäte' ,
2022-07-04 13:27:21 +00:00
'cacheHandlerOptions' => [
2022-08-22 15:56:51 +00:00
'file' => 'Súbor' ,
2022-07-04 13:27:21 +00:00
'redis' => 'Redis' ,
'predis' => 'Predis' ,
],
2022-08-22 15:56:51 +00:00
'next' => 'Ďalej' ,
'submit' => 'Dokončiť inštaláciu' ,
'create_superadmin' => 'Vytvoriť účet hlavného správcu' ,
2022-07-04 13:27:21 +00:00
'email' => 'Email' ,
2022-08-22 15:56:51 +00:00
'username' => 'Meno používateľa' ,
'password' => 'Heslo' ,
2022-07-04 13:27:21 +00:00
],
'messages' => [
'createSuperAdminSuccess' =>
2022-08-22 15:56:51 +00:00
'Účet hlavného správcu je úspešne vytvorený. Prihláste sa a začnite podcastovať!' ,
2022-07-04 13:27:21 +00:00
'databaseConnectError' =>
2022-08-22 15:56:51 +00:00
'Castopod sa nedokáže pripojiť k databáze. Upravte konfiguráciu a skúste znovu.' ,
2022-07-04 13:27:21 +00:00
'writeError' =>
2022-08-22 15:56:51 +00:00
" Nie je možné vytvoriť/zapísať súbor `.env`. Mali by ste ho vytvoriť ručne podľa vzoru v súbore `.env.example` v balíku castopod. " ,
2022-07-04 13:27:21 +00:00
],
];