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/pt-pt/client.php
Normal file
88
modules/system/lang/pt-pt/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' => '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' => 'Ligação',
|
||||
'horizontalrule' => 'Inserir linha horizontal',
|
||||
'fullscreen' => 'Ecran cheio',
|
||||
'preview' => 'Visualizar',
|
||||
],
|
||||
'mediamanager' => [
|
||||
'insert_link' => "Inserir ligação",
|
||||
'insert_image' => "Inserir imagem",
|
||||
'insert_video' => "Inserir vídeo",
|
||||
'insert_audio' => "Inserir áudio",
|
||||
'invalid_file_empty_insert' => "Por favor, selecione o ficheiro para criar a ligação.",
|
||||
'invalid_file_single_insert' => "Por favor, selecione apenas um ficheiro.",
|
||||
'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' => 'Mês seguinte',
|
||||
'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']
|
||||
],
|
||||
'filter' => [
|
||||
'group' => [
|
||||
'all' => 'todos'
|
||||
],
|
||||
'dates' => [
|
||||
'all' => 'todas',
|
||||
'filter_button_text' => 'Filtro',
|
||||
'reset_button_text' => 'Reiniciar',
|
||||
'date_placeholder' => 'Data',
|
||||
'after_placeholder' => 'Após',
|
||||
'before_placeholder' => 'Antes'
|
||||
]
|
||||
],
|
||||
'eventlog' => [
|
||||
'show_stacktrace' => 'Mostrar o rastreamento',
|
||||
'hide_stacktrace' => 'Ocultar o rastreamento',
|
||||
'tabs' => [
|
||||
'formatted' => 'Formatado',
|
||||
'raw' => 'Bruto',
|
||||
],
|
||||
'editor' => [
|
||||
'title' => 'Editor de código fonte',
|
||||
'description' => 'O sistema operativo deve ser configurado para escutar 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