Files
vivespos-landing/modules/system/lang/bg/client.php
avives 1f72193a64
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
feat: VivesPOS landing on Winter CMS 1.2 — theme + plugin + Dockerfile
- 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
2026-08-21 19:29:00 -06:00

49 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Откажи',
],
];