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:
88
modules/system/lang/be/client.php
Normal file
88
modules/system/lang/be/client.php
Normal file
@@ -0,0 +1,88 @@
|
||||
<?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' => "Insert Horizontal Rul",
|
||||
'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' => "Адмена",
|
||||
'widget_remove_confirm' => 'Remove this widget?'
|
||||
],
|
||||
'datepicker' => [
|
||||
'previousMonth' => "Папярэдні месяц",
|
||||
'nextMonth' => "Наступны месяц",
|
||||
'months' => ["Студзень", "Люты", "Сакавік", "Красавік", "Травень", "Чэрвень", "Ліпень", "Жнівень", "Верасень", "Кастрычнік", "Лістапад", "Снежань"],
|
||||
'weekdays' => ["Нядзеля", "Панядзелак", "Аўторак", "Серада", "Чацвер", "Пятніца", "Субота"],
|
||||
'weekdaysShort' => ["Нд", "Пн", "Аўт", "Ср", "Чацв", "Пн", "Сб"]
|
||||
],
|
||||
'filter' => [
|
||||
'group' => [
|
||||
'all' => "ўсе"
|
||||
],
|
||||
'dates' => [
|
||||
'all' => "ўсе",
|
||||
'filter_button_text' => "Фільтр",
|
||||
'reset_button_text' => "Скінуць",
|
||||
'date_placeholder' => "Дата",
|
||||
'after_placeholder' => "Папярэдняя",
|
||||
'before_placeholder' => "Наступная"
|
||||
]
|
||||
],
|
||||
'eventlog' => [
|
||||
'show_stacktrace' => "Паказаць трасіроўку стэка",
|
||||
'hide_stacktrace' => "Hide the stacktrace",
|
||||
'tabs' => [
|
||||
'formatted' => "Адфарматавана",
|
||||
'raw' => "Сыра",
|
||||
],
|
||||
'editor' => [
|
||||
'title' => "Рэдактар зыходнага коду",
|
||||
'description' => "Ваша аперацыйная сістэма павінна быць настроена на праслухоўванне адной з гэтых схем URL",
|
||||
'openWith' => "Адчыніць з дапамогай",
|
||||
'remember_choice' => "Запомніць абраны варыянт для гэтай сесіі",
|
||||
'open' => "Адчыніць",
|
||||
'cancel' => "Адмяніць"
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user