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/pt-br/client.php
Normal file
102
modules/system/lang/pt-br/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' => 'Formatando',
|
||||
'quote' => 'Citação',
|
||||
'code' => 'Código',
|
||||
'header1' => 'Cabeçalho 1',
|
||||
'header2' => 'Cabeçalho 2',
|
||||
'header3' => 'Cabeçalho 3',
|
||||
'header4' => 'Cabeçalho 4',
|
||||
'header5' => 'Cabeçalho 5',
|
||||
'header6' => 'Cabeçalho 6',
|
||||
'bold' => 'Negrito',
|
||||
'italic' => 'Itálico',
|
||||
'unorderedlist' => 'Lista não ordenada',
|
||||
'orderedlist' => 'Lista ordenada',
|
||||
'video' => 'Vídeo',
|
||||
'image' => 'Imagem',
|
||||
'link' => 'Link',
|
||||
'horizontalrule' => 'Inserir linha horizontal',
|
||||
'fullscreen' => 'Tela cheia',
|
||||
'preview' => 'Visualizar',
|
||||
],
|
||||
'mediamanager' => [
|
||||
'insert_link' => "Inserir link",
|
||||
'insert_image' => "Inserir imagem",
|
||||
'insert_video' => "Inserir vídeo",
|
||||
'insert_audio' => "Inserir áudio",
|
||||
'invalid_file_empty_insert' => "Por favor, selecione o arquivo para criar o link.",
|
||||
'invalid_file_single_insert' => "Por favor, selecione apenas um arquivo.",
|
||||
'invalid_image_empty_insert' => "Por favor, selecione as imagens que deseja inserir.",
|
||||
'invalid_video_empty_insert' => "Por favor, selecione os vídeos que deseja inserir.",
|
||||
'invalid_audio_empty_insert' => "Por favor, selecione os áudios que deseja inserir.",
|
||||
],
|
||||
'alert' => [
|
||||
'confirm_button_text' => 'OK',
|
||||
'cancel_button_text' => 'Cancelar',
|
||||
'widget_remove_confirm' => 'Remover este widget?'
|
||||
],
|
||||
'datepicker' => [
|
||||
'previousMonth' => 'Mês anterior',
|
||||
'nextMonth' => 'Próximo mês',
|
||||
'months' => ['Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'],
|
||||
'weekdays' => ['Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado'],
|
||||
'weekdaysShort' => ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab']
|
||||
],
|
||||
'colorpicker' => [
|
||||
'choose' => 'Ok',
|
||||
],
|
||||
'filter' => [
|
||||
'group' => [
|
||||
'all' => 'todos'
|
||||
],
|
||||
'scopes' => [
|
||||
'apply_button_text' => 'Aplicar',
|
||||
'clear_button_text' => 'Limpar'
|
||||
],
|
||||
'dates' => [
|
||||
'all' => 'todas',
|
||||
'filter_button_text' => 'Filtro',
|
||||
'reset_button_text' => 'Reiniciar',
|
||||
'date_placeholder' => 'Data',
|
||||
'after_placeholder' => 'Após',
|
||||
'before_placeholder' => 'Antes'
|
||||
],
|
||||
'numbers' => [
|
||||
'all' => 'todas',
|
||||
'filter_button_text' => 'Filtar',
|
||||
'reset_button_text' => 'Reiniciar',
|
||||
'min_placeholder' => 'Min',
|
||||
'max_placeholder' => 'Max'
|
||||
]
|
||||
],
|
||||
'eventlog' => [
|
||||
'show_stacktrace' => 'Exibir o rastreamento',
|
||||
'hide_stacktrace' => 'Ocultar o rastreamento',
|
||||
'tabs' => [
|
||||
'formatted' => 'Formatado',
|
||||
'raw' => 'Bruto',
|
||||
],
|
||||
'editor' => [
|
||||
'title' => 'Editor de código fonte',
|
||||
'description' => 'Seu sistema operacional deve ser configurado para ouvir um desses esquemas de URL.',
|
||||
'openWith' => 'Abrir com',
|
||||
'remember_choice' => 'Lembrar a opção selecionada nesta sessão',
|
||||
'open' => 'Abrir',
|
||||
'cancel' => 'Cancelar'
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user