castopod/modules/Admin/Language/sk/Common.php

52 lines
1.4 KiB
PHP
Raw Normal View History

2022-07-04 15:27:21 +02: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 [
'yes' => 'Yes',
'no' => 'No',
'cancel' => 'Cancel',
'optional' => 'Optional',
'more' => 'More',
'no_data' => 'No data found!',
'close' => 'Zavrieť',
'edit' => 'Upraviť',
'copy' => 'Copy',
'copied' => 'Copied!',
'home' => 'Domov',
'explicit' => 'Chúlostivé',
'powered_by' => 'Poháňané cez {castopod}',
'actions' => 'Actions',
'pageInfo' => 'Page {currentPage} out of {pageCount}',
'go_back' => 'Ísť späť',
'forms' => [
'editor' => [
'write' => 'Písať',
'preview' => 'Preview',
'help' => 'Powered by markdown',
],
'multiSelect' => [
'selectText' => 'Press to select',
'loadingText' => 'Loading…',
'noResultsText' => 'No results found',
'noChoicesText' => 'No choices to choose from',
'maxItemText' => 'Cannot add more items',
],
'upload_file' => 'Nahrať súbor',
'remote_url' => 'Remote URL',
],
'play_episode_button' => [
'play' => 'Prehrať',
'playing' => 'Prehrávané',
],
'size_limit' => 'Size limit: {0}.',
2022-07-14 11:03:44 +02:00
'choose_interact' => 'Choose how to interact',
'view' => 'View',
2022-07-04 15:27:21 +02:00
];