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:
102
modules/system/lang/cs/client.php
Normal file
102
modules/system/lang/cs/client.php
Normal file
@@ -0,0 +1,102 @@
|
||||
<?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átování',
|
||||
'quote' => 'Citace',
|
||||
'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ívou',
|
||||
'unorderedlist' => 'Nečíslovaný seznam',
|
||||
'orderedlist' => 'Číslovaný seznam',
|
||||
'video' => 'Video',
|
||||
'image' => 'Obrázek',
|
||||
'link' => 'Odkaz',
|
||||
'horizontalrule' => 'Vložit horizontální linku',
|
||||
'fullscreen' => 'Celá obrazovka',
|
||||
'preview' => 'Náhled',
|
||||
],
|
||||
'mediamanager' => [
|
||||
'insert_link' => "Vložit odkaz",
|
||||
'insert_image' => "Vložit obrázek",
|
||||
'insert_video' => "Vložit video",
|
||||
'insert_audio' => "Vložit zvuk",
|
||||
'invalid_file_empty_insert' => "Prosím vyberte soubor, na který se vloží odkaz.",
|
||||
'invalid_file_single_insert' => "Vyberte jeden soubor.",
|
||||
'invalid_image_empty_insert' => "Vyberte soubor(y) pro vložení.",
|
||||
'invalid_video_empty_insert' => "Vyberte video soubor pro vložení.",
|
||||
'invalid_audio_empty_insert' => "Vyberte audio soubor pro vložení.",
|
||||
],
|
||||
'alert' => [
|
||||
'confirm_button_text' => 'OK',
|
||||
'cancel_button_text' => 'Zrušit',
|
||||
'widget_remove_confirm' => 'Odstranit widget?',
|
||||
],
|
||||
'datepicker' => [
|
||||
'previousMonth' => 'Předchozí měsíc',
|
||||
'nextMonth' => 'Následující měsíc',
|
||||
'months' => ['Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen', 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec'],
|
||||
'weekdays' => ['Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota'],
|
||||
'weekdaysShort' => ['Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'],
|
||||
],
|
||||
'colorpicker' => [
|
||||
'choose' => 'Ok',
|
||||
],
|
||||
'filter' => [
|
||||
'group' => [
|
||||
'all' => 'Vše',
|
||||
],
|
||||
'scopes' => [
|
||||
'apply_button_text' => 'Filtrovat',
|
||||
'clear_button_text' => 'Zrušit',
|
||||
],
|
||||
'dates' => [
|
||||
'all' => 'Vše',
|
||||
'filter_button_text' => 'Filtrovat',
|
||||
'reset_button_text' => 'Zrušit',
|
||||
'date_placeholder' => 'Datum',
|
||||
'after_placeholder' => 'Po',
|
||||
'before_placeholder' => 'Před',
|
||||
],
|
||||
'numbers' => [
|
||||
'all' => 'Vše',
|
||||
'filter_button_text' => 'Filtrovat',
|
||||
'reset_button_text' => 'Zrušit',
|
||||
'min_placeholder' => 'Minimum',
|
||||
'max_placeholder' => 'Maximum',
|
||||
],
|
||||
],
|
||||
'eventlog' => [
|
||||
'show_stacktrace' => 'Zobrazit stacktrace',
|
||||
'hide_stacktrace' => 'Skrýt stacktrace',
|
||||
'tabs' => [
|
||||
'formatted' => 'Formátováno',
|
||||
'raw' => 'Původní (raw)',
|
||||
],
|
||||
'editor' => [
|
||||
'title' => 'Editor zdrojového kódu',
|
||||
'description' => 'Váš operační systém by měl být konfigurován tak, aby naslouchal jednomu z těchto schémat adres URL.',
|
||||
'openWith' => 'Otevřít v',
|
||||
'remember_choice' => 'Zapamatovat si vybranou volbu pro tuto relaci',
|
||||
'open' => 'Otevřít',
|
||||
'cancel' => 'Zrušit',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user