feat: VivesPOS landing on Winter CMS 1.2 — theme + plugin + Dockerfile
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:
2026-08-21 19:29:00 -06:00
commit 1f72193a64
3266 changed files with 531480 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
<?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' => 'Форматиране',
'quote' => 'Цитат',
'code' => 'Код',
'header1' => 'Хедър 1',
'header2' => 'Хедър 2',
'header3' => 'Хедър 3',
'header4' => 'Хедър 4',
'header5' => 'Хедър 5',
'header6' => 'Хедър 6',
'bold' => 'Подчертан',
'italic' => 'Наклонен',
'unorderedlist' => 'Неподреден Списък',
'orderedlist' => 'Подреден Списък',
'video' => 'Видео',
'image' => 'Изображение',
'link' => 'Връзка',
'horizontalrule' => 'Вмъкване на хоризонтална линия',
'fullscreen' => 'На цял екран',
'preview' => 'Предварителен преглед',
],
'mediamanager' => [
'insert_link' => "Вмъкване на линк",
'insert_image' => "Вмъкване на изображение",
'insert_video' => "Вмъкване на видео файл",
'insert_audio' => "Вмъкване на звуков файл",
'invalid_file_empty_insert' => "Моля, изберете файл за да го вмъкнете като линк.",
'invalid_file_single_insert' => "Моля, изберете един файл.",
'invalid_image_empty_insert' => "Моля, изберете изображение(я) за да вмъкнете.",
'invalid_video_empty_insert' => "Моля, изберете видео файл за вмъкване.",
'invalid_audio_empty_insert' => "Моля, изберете звуков файл за вмъкване.",
],
'alert' => [
'confirm_button_text' => 'Потвърди',
'cancel_button_text' => 'Откажи',
],
];