Files
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

106 lines
4.9 KiB
PHP
Raw Permalink 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' => 'Отмена',
'widget_remove_confirm' => 'Удалить этот виджет?',
],
'datepicker' => [
'previousMonth' => 'Предыдущий месяц',
'nextMonth' => 'Следующий месяц',
'months' => ['Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'],
'weekdays' => ['Воскресение', 'Понедельник', 'Вторник', 'Среда', 'Четверг', 'Пятница', 'Суббота'],
'weekdaysShort' => ['Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'],
],
'colorpicker' => [
'last_color' => 'Использовать ранее выбранный цвет',
'aria_palette' => 'Область выбора цвета',
'aria_hue' => 'Ползунок выбора оттенка',
'aria_opacity' => 'Ползунок выбора прозрачности',
],
'filter' => [
'group' => [
'all' => 'все',
],
'scopes' => [
'apply_button_text' => 'Применить',
'clear_button_text' => 'Очистить',
],
'dates' => [
'all' => 'все',
'filter_button_text' => 'Фильтр',
'reset_button_text' => 'Сбросить',
'date_placeholder' => 'Дата',
'after_placeholder' => 'После',
'before_placeholder' => 'До',
],
'numbers' => [
'all' => 'все',
'filter_button_text' => 'Фильтр',
'reset_button_text' => 'Сброс',
'min_placeholder' => 'Min',
'max_placeholder' => 'Max',
],
],
'eventlog' => [
'show_stacktrace' => 'Показать трассировку стека',
'hide_stacktrace' => 'Скрыть трассировку стека',
'tabs' => [
'formatted' => 'Форматированный',
'raw' => 'Исходный',
],
'editor' => [
'title' => 'Редактор исходного кода',
'description' => 'Ваша операционная система должна быть настроена на прослушивание к одной из этих схем URL.',
'openWith' => 'Открыть с помощью',
'remember_choice' => 'Запомнить выбранный вариант для этой сессии',
'open' => 'Открыть',
'cancel' => 'Отмена',
],
],
];