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:
105
modules/system/lang/lv/client.php
Normal file
105
modules/system/lang/lv/client.php
Normal file
@@ -0,0 +1,105 @@
|
||||
<?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' => 'Formatējums',
|
||||
'quote' => 'Citāts',
|
||||
'code' => 'Kods',
|
||||
'header1' => 'Virsraksts 1',
|
||||
'header2' => 'Virsraksts 2',
|
||||
'header3' => 'Virsraksts 3',
|
||||
'header4' => 'Virsraksts 4',
|
||||
'header5' => 'Virsraksts 5',
|
||||
'header6' => 'Virsraksts 6',
|
||||
'bold' => 'Treknraksts',
|
||||
'italic' => 'Kursīvraksts',
|
||||
'unorderedlist' => 'Nesakārtots saraksts',
|
||||
'orderedlist' => 'Sakārtots saraksts',
|
||||
'video' => 'Video',
|
||||
'image' => 'Attēls',
|
||||
'link' => 'Saite',
|
||||
'horizontalrule' => 'Ievietot horizontālu līniju',
|
||||
'fullscreen' => 'Pilnekrāna režīms',
|
||||
'preview' => 'Priekšskatījums',
|
||||
],
|
||||
'mediamanager' => [
|
||||
'insert_link' => 'Ievietot multivides saiti',
|
||||
'insert_image' => 'Ievietot multivides attēlu',
|
||||
'insert_video' => 'Ievietot multivides video',
|
||||
'insert_audio' => 'Ievietot multivides audio',
|
||||
'invalid_file_empty_insert' => 'Lūdzu, izvēlieties failu uz kuru ievietot saites.',
|
||||
'invalid_file_single_insert' => 'Lūdzu, izvēlieties vienu failu.',
|
||||
'invalid_image_empty_insert' => 'Lūdzu, izvēlieties ievietojamo(-os) attēlu(-us).',
|
||||
'invalid_video_empty_insert' => 'Lūdzu, izvēlieties ievietojamo video failu.',
|
||||
'invalid_audio_empty_insert' => 'Lūdzu, izvēlieties ievietojamo audio failu.',
|
||||
],
|
||||
'alert' => [
|
||||
'confirm_button_text' => 'Labi',
|
||||
'cancel_button_text' => 'Atcelt',
|
||||
'widget_remove_confirm' => 'Noņemt šo logrīku?',
|
||||
],
|
||||
'datepicker' => [
|
||||
'previousMonth' => 'Iepriekšējais mēnesis',
|
||||
'nextMonth' => 'Nākamais mēnesis',
|
||||
'months' => ['Janvāris', 'Februāris', 'Marts', 'Aprīlis', 'Maijs', 'Jūnijs', 'Jūlijs', 'Augusts', 'Septembris', 'Oktobris', 'Novembris', 'Decembris'],
|
||||
'weekdays' => ['Svētdiena', 'Pirmdiena', 'Otrdiena', 'Trešdiena', 'Ceturtdiena', 'Piektdiena', 'Sestdiena'],
|
||||
'weekdaysShort' => ['Sv', 'P', 'O', 'T', 'C', 'Pk', 'S']
|
||||
],
|
||||
'colorpicker' => [
|
||||
'last_color' => 'Lietot iepriekš izvēlēto krāsu',
|
||||
'aria_palette' => 'Krāsas izvēles laukums',
|
||||
'aria_hue' => 'Nokrāsas izvēles slīdnis',
|
||||
'aria_opacity' => 'Caurspīdīguma izvēles slīdnis',
|
||||
],
|
||||
'filter' => [
|
||||
'group' => [
|
||||
'all' => 'visi',
|
||||
],
|
||||
'scopes' => [
|
||||
'apply_button_text' => 'Piemērot',
|
||||
'clear_button_text' => 'Notīrīt',
|
||||
],
|
||||
'dates' => [
|
||||
'all' => 'visi',
|
||||
'filter_button_text' => 'Filtrēt',
|
||||
'reset_button_text' => 'Atiestatīt',
|
||||
'date_placeholder' => 'Datums',
|
||||
'after_placeholder' => 'Pirms',
|
||||
'before_placeholder' => 'Pēc',
|
||||
],
|
||||
'numbers' => [
|
||||
'all' => 'visi',
|
||||
'filter_button_text' => 'Filtrēt',
|
||||
'reset_button_text' => 'Atiestatīt',
|
||||
'min_placeholder' => 'Min',
|
||||
'max_placeholder' => 'Max',
|
||||
],
|
||||
],
|
||||
'eventlog' => [
|
||||
'show_stacktrace' => 'Rādīt atsekošanas informāciju',
|
||||
'hide_stacktrace' => 'Slēpt atsekošanas informāciju',
|
||||
'tabs' => [
|
||||
'formatted' => 'Formatēts',
|
||||
'raw' => 'Neapstrādāts',
|
||||
],
|
||||
'editor' => [
|
||||
'title' => 'Pirmkoda redaktors',
|
||||
'description' => 'Jūsu operētājsistēmai jābūt konfigurētai tā, lai tā spētu klausīties uz vienu no šīm URL shēmām.',
|
||||
'openWith' => 'Atvērt ar',
|
||||
'remember_choice' => 'Atcerēties izvēli šīs sesijas ietvaros',
|
||||
'open' => 'Atvērt',
|
||||
'cancel' => 'Atcelt',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user