first commit
This commit is contained in:
14
bundles/KupShop/I18nBundle/Admin/lang/english/countries.php
Normal file
14
bundles/KupShop/I18nBundle/Admin/lang/english/countries.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$txt_str['countries'] = [
|
||||
'title' => 'Countries',
|
||||
'titleAdd' => 'Add country',
|
||||
'titleEdit' => 'Edit country',
|
||||
'flapCountry' => 'Country',
|
||||
'menuTitle' => 'Country',
|
||||
'countriesList' => 'Countries',
|
||||
'addCountry' => 'Add country',
|
||||
'countryTitle' => 'Country name',
|
||||
'countryShortcut' => 'Code',
|
||||
'countryShortcutHelp' => 'Use <a href="https://en.wikipedia.org/wiki/ISO_3166-1" target="_blank">two-letter ISO code</a>.',
|
||||
];
|
||||
59
bundles/KupShop/I18nBundle/Admin/lang/english/currencies.php
Normal file
59
bundles/KupShop/I18nBundle/Admin/lang/english/currencies.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
$txt_str['currencies'] = [
|
||||
'titleAdd' => 'New currency',
|
||||
'titleEdit' => 'Currency setting',
|
||||
'flapInfo' => 'Currency setting',
|
||||
'flap_bank' => 'Bank account',
|
||||
'confirmDelete' => 'Do you really want to delete this currency?',
|
||||
'sectionInfo' => 'Info about currency',
|
||||
'section_bank' => 'Bank account',
|
||||
'PricesOfGoods' => 'Desetinná místa',
|
||||
'Exchange' => 'Currency rate',
|
||||
|
||||
'code' => 'Code',
|
||||
'symbol' => 'Symbol',
|
||||
'name' => 'Currency name',
|
||||
'exchange_rate_1' => 'Přepočet k hlavní měně',
|
||||
'exchange_rate_2' => 'Přepočet',
|
||||
'is_default' => 'Hlavní',
|
||||
'price_round' => 'Round prices',
|
||||
'price_round_order' => 'Round prices of orders',
|
||||
'price_decimal_mark' => 'Delimeter of decimals',
|
||||
'price_round_direction' => 'Round direction',
|
||||
'price_precision' => 'Price precision',
|
||||
'load_exchange_rates' => 'Načíst aktuální kurz vůči {CURRENCY} ze serveru {FROM_SERVER}',
|
||||
'dot' => 'dot',
|
||||
'comma' => 'comma',
|
||||
'currencies_update' => 'Automatic synchronization',
|
||||
'currencies_update_info' => 'Při zapnutí této volby se několikrát za den synchronizuje kurz všech měn podle středních hodnot z České Národní Banky.',
|
||||
'update_date' => 'Date of last synchronization:',
|
||||
'currency_value' => 'Rate against',
|
||||
'currency_corrections' => 'Rate correction',
|
||||
'currency_corrections_info' => 'Kladná nebo záporná hodnota, o kterou se upraví kurz ČNB. Např. je-li kurz € dle ČNB 26,4 a do korekce nastavíte -0,5,
|
||||
nový kurz e-shopu bude 25,9 (tedy pro Vás výhodnější). Korekce se nastavuje během synchronizace. Chcete-li, aby se projevila okamžitě, klikněte na tlačítko Sesynchronizovat nyní.',
|
||||
|
||||
'round_0' => 'nezaokrouhlovat',
|
||||
'round_1' => 'haléře',
|
||||
'round_5' => 'na 5-ti haléře',
|
||||
'round_10' => 'na 10-ti haléře',
|
||||
'round_50' => 'na 50-ti haléře',
|
||||
'round_100' => 'na celá čísla',
|
||||
|
||||
'bank_account' => 'Číslo účtu',
|
||||
'bank_code' => 'Kód banky',
|
||||
'bank_konst_symbol' => 'Konstantní symbol',
|
||||
'bank_name' => 'Jméno banky',
|
||||
'bank_iban' => 'IBAN',
|
||||
'bank_swift' => 'SWIFT/BIC',
|
||||
|
||||
'errorNotAllValid' => 'Zadejte alespoň kód měny a používanou zkratku',
|
||||
'errorIsDefault' => 'Nelze smazat tuto měnu - je označena jako hlavní',
|
||||
'errorNoRemains' => 'Nelze smazat tuto měnu - je poslední',
|
||||
'errorAlreadyExists' => 'Tento kód měny již existuje',
|
||||
'errorCannotLoadRates' => 'Nepovedlo se načíst aktuální kurzy',
|
||||
|
||||
'activityEdited' => 'Upravena měna: %s',
|
||||
'activityAdded' => 'Přidána měna: %s',
|
||||
'activityDeleted' => 'Smazána měna: %s',
|
||||
];
|
||||
13
bundles/KupShop/I18nBundle/Admin/lang/english/languages.php
Normal file
13
bundles/KupShop/I18nBundle/Admin/lang/english/languages.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$txt_str['languages'] = [
|
||||
'titleEdit' => 'Edit language',
|
||||
'header' => 'Edit language',
|
||||
'id' => 'ISO 639-1',
|
||||
'title' => 'Name',
|
||||
'locale' => 'Locale',
|
||||
'active' => 'Active',
|
||||
'menuTitle' => 'Languages',
|
||||
'languagesList' => 'Languages list',
|
||||
'addLanguage' => 'Add language',
|
||||
];
|
||||
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
$txt_str['translations'] = [
|
||||
'translate_from' => 'Translate from',
|
||||
'translate_to' => 'Translate to',
|
||||
'items_per_page' => 'Items per page',
|
||||
'items_per_page_short' => 'Items',
|
||||
'googleTranslate' => 'Automatic translation',
|
||||
'use' => 'Use',
|
||||
'lastModified' => 'Last modified',
|
||||
'transferText' => 'Transfer text',
|
||||
'saving' => 'Saving...',
|
||||
'objectsFilter' => 'Objects filter',
|
||||
'filterBtn' => 'Filter',
|
||||
'indifferent' => 'Indifferent',
|
||||
'indifferentShort' => 'Indifferent short',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'filter.translated' => 'Translated',
|
||||
'filter.byObjectIDs' => 'ID objects',
|
||||
'filter.byObjectName' => 'Name',
|
||||
'noObjectsFound' => 'No objects found',
|
||||
|
||||
'filter.pages' => 'Pages',
|
||||
'filter.sections' => 'Sections',
|
||||
'filter.parameters' => 'Parameters',
|
||||
'parameters' => 'Parameters',
|
||||
'displayParameterDetail' => 'Display parameter detail',
|
||||
'sections' => 'Sections',
|
||||
'parameterValues' => 'Parameter values',
|
||||
'parameterGroupsItems' => 'Parameter subgroups',
|
||||
'sectionBlocks' => 'Section blocks',
|
||||
'displaySectionDetail' => 'Display section detail',
|
||||
'pageBlocks' => 'Page blocks',
|
||||
'articlesBlocks' => 'Articles blocks',
|
||||
'articlesAuthors' => 'Articles authors',
|
||||
'displayPageDetail' => 'Display page detail',
|
||||
'variationsValues' => 'Variations values',
|
||||
'displayVariationLabelDetail' => 'Display variation label detail',
|
||||
'displaySliderImageDetail' => 'Display slider image detail',
|
||||
'slidersImages' => 'Sliders images',
|
||||
'photos' => 'Photos',
|
||||
'displayEmailSettings' => 'Display email settings',
|
||||
'displayInfoPanelSettings' => 'Display info panel settings',
|
||||
'displayTemplateCategoryDetail' => 'Display template category detail',
|
||||
'displayTemplateDetail' => 'Display template detail',
|
||||
'templateCategory' => 'Template category',
|
||||
'templates' => 'Templates',
|
||||
'templateBlocks' => 'Template blocks',
|
||||
'uploadImage' => 'Upload image',
|
||||
'autoTranslateObject' => 'Translate object',
|
||||
'autoTranslateObjectTitle' => 'Automatically translates all unfilled fields with Google Translate',
|
||||
'autoTranslatePage' => 'Translate page',
|
||||
'producerBlocks' => 'Producer blocks',
|
||||
'displayProducerDetail' => 'Display producer detail',
|
||||
'displayDetail' => 'Display detail',
|
||||
'contentBlocks' => 'Content blocks',
|
||||
'deleteBlock' => 'Delete block translation',
|
||||
|
||||
'statsTitle' => 'Translation stats',
|
||||
|
||||
'translateContent' => 'Translate content',
|
||||
];
|
||||
Reference in New Issue
Block a user