feat: VivesPOS landing on Winter CMS 1.2 — theme + plugin + Dockerfile
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
- Base: wintercms/winter branch 1.2 (full framework) - Theme vivespos: Canvas 7 + Bootstrap 5 CDN, custom CSS - Layout: deferred GTM/GA4 tracking, JSON-LD SoftwareApplication - Partials: hero (offline-first), features, modes (offline/nube toggle), screenshots, pricing (3 planes), comparison, FAQ, CTA - Plugin VivesPOS.Site with ContactForm - Dockerfile: PHP 8.2 Apache, port 80, healthcheck - Added winter/wn-pages, blog, sitemap, seo plugins - Active theme set to vivespos
This commit is contained in:
95
modules/system/lang/sk/client.php
Normal file
95
modules/system/lang/sk/client.php
Normal file
@@ -0,0 +1,95 @@
|
||||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Client-side Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| These are messages made available to the client browser via JavaScript.
|
||||
| To compile this file run: php artisan winter:util compile lang
|
||||
|
|
||||
*/
|
||||
'markdowneditor' => [
|
||||
'formatting' => 'Formátovanie',
|
||||
'quote' => 'Citát',
|
||||
'code' => 'Kód',
|
||||
'header1' => 'Nadpis 1',
|
||||
'header2' => 'Nadpis 2',
|
||||
'header3' => 'Nadpis 3',
|
||||
'header4' => 'Nadpis 4',
|
||||
'header5' => 'Nadpis 5',
|
||||
'header6' => 'Nadpis 6',
|
||||
'bold' => 'Tučné',
|
||||
'italic' => 'Kurzíva',
|
||||
'unorderedlist' => 'Nečíslovaný zoznam',
|
||||
'orderedlist' => 'Číslovaný zoznam',
|
||||
'video' => 'Video',
|
||||
'image' => 'Obrázok',
|
||||
'link' => 'Odkaz',
|
||||
'horizontalrule' => 'Vložiť horizontálnu linku',
|
||||
'fullscreen' => 'Celá obrazovka',
|
||||
'preview' => 'Náhľad',
|
||||
],
|
||||
'mediamanager' => [
|
||||
'insert_link' => 'Vložiť odkaz',
|
||||
'insert_image' => 'Vložiť obrázok',
|
||||
'insert_video' => 'Vložiť video',
|
||||
'insert_audio' => 'Vložiť audio',
|
||||
'invalid_file_empty_insert' => 'Prosím vyberte súbor, na ktorý sa vloží odkaz.',
|
||||
'invalid_file_single_insert' => 'Prosím vyberte jeden súbor.',
|
||||
'invalid_image_empty_insert' => 'Prosím vyberte obrázky na vloženie.',
|
||||
'invalid_video_empty_insert' => 'Prosím vyberte video na vloženie.',
|
||||
'invalid_audio_empty_insert' => 'Prosím vyberte audio súbor na vloženie.',
|
||||
],
|
||||
'alert' => [
|
||||
'confirm_button_text' => 'OK',
|
||||
'cancel_button_text' => 'Zrušiť',
|
||||
'widget_remove_confirm' => 'Skutočne zmazať tento widget?'
|
||||
],
|
||||
'datepicker' => [
|
||||
'previousMonth' => 'Predchádzajúci mesiac',
|
||||
'nextMonth' => 'Nasledujúci mesiac',
|
||||
'months' => ['Január', 'Február', 'Marec', 'Apríl', 'Máj', 'Jún', 'Júl', 'August', 'September', 'Október', 'November', 'December'],
|
||||
'weekdays' => ['Nedeľa', 'Pondelok', 'Utorok', 'Streda', 'Štvrtok', 'Piatok', 'Sobota'],
|
||||
'weekdaysShort' => ['Ne', 'Po', 'Ut', 'St', 'Št', 'Pi', 'So']
|
||||
],
|
||||
'colorpicker' => [
|
||||
'choose' => 'Ok',
|
||||
],
|
||||
'filter' => [
|
||||
'group' => [
|
||||
'all' => 'všetko'
|
||||
],
|
||||
'dates' => [
|
||||
'all' => 'všetko',
|
||||
'filter_button_text' => 'Filtrovať',
|
||||
'reset_button_text' => 'Zrušiť',
|
||||
'date_placeholder' => 'Dátum',
|
||||
'after_placeholder' => 'Po',
|
||||
'before_placeholder' => 'Pred'
|
||||
],
|
||||
'numbers' => [
|
||||
'all' => 'all',
|
||||
'filter_button_text' => 'Filter',
|
||||
'reset_button_text' => 'Zrušiť',
|
||||
'min_placeholder' => 'Min',
|
||||
'max_placeholder' => 'Max'
|
||||
]
|
||||
],
|
||||
'eventlog' => [
|
||||
'show_stacktrace' => 'Zobraziť stacktrace',
|
||||
'hide_stacktrace' => 'Skryť stacktrace',
|
||||
'tabs' => [
|
||||
'formatted' => 'Formátované',
|
||||
'raw' => 'Pôvodné (raw)',
|
||||
],
|
||||
'editor' => [
|
||||
'title' => 'Editor zdrojového kódu',
|
||||
'description' => 'Váš operačný systém by mal byť konfigurovaný tak, aby počúval jednu z týchto URL shém.',
|
||||
'openWith' => 'Otvoriť v',
|
||||
'remember_choice' => 'Zapamätať si vybranú voľbu pre túto reláciu',
|
||||
'open' => 'Otvoriť',
|
||||
'cancel' => 'Zrušiť'
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user