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
3.8 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' => 'Formatlama',
'quote' => 'Alıntı',
'code' => 'Kod',
'header1' => 'Başlık 1',
'header2' => 'Başlık 2',
'header3' => 'Başlık 3',
'header4' => 'Başlık 4',
'header5' => 'Başlık 5',
'header6' => 'Başlık 6',
'bold' => 'Kalın',
'italic' => 'İtalik',
'unorderedlist' => 'Sırasız Liste',
'orderedlist' => 'Sıralı Liste',
'video' => 'Video',
'image' => 'Görsel/Resim',
'link' => 'Link',
'horizontalrule' => 'Yatay Çizgi Ekle',
'fullscreen' => 'Tam Ekran',
'preview' => 'Önizleme',
],
'mediamanager' => [
'insert_link' => "Medya Linki Ekle",
'insert_image' => "Medya Resim Ekle",
'insert_video' => "Medya Video Ekle",
'insert_audio' => "Medya Ses Ekle",
'invalid_file_empty_insert' => "Lütfen link verilecek dosyayı seçin.",
'invalid_file_single_insert' => "Lütfen tek bir dosya seçin.",
'invalid_image_empty_insert' => "Lütfen eklenecek resim(ler)i seçin.",
'invalid_video_empty_insert' => "Lütfen eklenecek video dosyasını seçin.",
'invalid_audio_empty_insert' => "Lütfen eklenecek ses dosyasını seçin.",
],
'alert' => [
'confirm_button_text' => 'Evet',
'cancel_button_text' => 'İptal',
'widget_remove_confirm' => 'Bu eklentiyi kaldırma istediğinize emin misiniz?',
],
'datepicker' => [
'previousMonth' => 'Önceki Ay',
'nextMonth' => 'Sonraki Ay',
'months' => ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'],
'weekdays' => ['Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi'],
'weekdaysShort' => ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'],
],
'colorpicker' => [
'last_color' => 'Önceden seçilen rengi kullan',
'aria_palette' => 'Renk seçim alanı',
'aria_hue' => 'Renk tonu seçimi',
'aria_opacity' => 'Opaklık seçimi',
],
'filter' => [
'group' => [
'all' => 'tümü',
],
'scopes' => [
'apply_button_text' => 'Uygula',
'clear_button_text' => 'Temizle',
],
'dates' => [
'all' => 'tümü',
'filter_button_text' => 'Filtrele',
'reset_button_text' => 'Sıfırla',
'date_placeholder' => 'Tarih',
'after_placeholder' => 'Sonra',
'before_placeholder' => 'Önce',
],
'numbers' => [
'all' => 'all',
'filter_button_text' => 'Filtrele',
'reset_button_text' => 'Sıfırla',
'min_placeholder' => 'Min',
'max_placeholder' => 'Max',
],
],
'eventlog' => [
'show_stacktrace' => 'Veri yığınını göster',
'hide_stacktrace' => 'Veri yığınını gizle',
'tabs' => [
'formatted' => 'Formatlı',
'raw' => 'Ham Veri',
],
'editor' => [
'title' => 'Kaynak kod editörü',
'description' => 'İşletim sisteminiz URL şemalarına yanıt verecek şekilde yapılandırılmalıdır.',
'openWith' => 'Birlikte aç',
'remember_choice' => 'Bu oturum için seçenekleri hatırla',
'open' => 'Aç',
'cancel' => 'İptal',
],
],
];