PHP Classes

File: modules/system/lang/vn/client.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/lang/vn/client.php   Download  
File: modules/system/lang/vn/client.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 3,809 bytes
 

Contents

Class file image Download
<?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' => '??nh d?ng',
       
'quote' => '?o?n trích d?n',
       
'code' => 'Code',
       
'header1' => 'Tiêu ?? 1',
       
'header2' => 'Tiêu ?? 2',
       
'header3' => 'Tiêu ?? 3',
       
'header4' => 'Tiêu ?? 4',
       
'header5' => 'Tiêu ?? 5',
       
'header6' => 'Tiêu ?? 6',
       
'bold' => 'Ch? ??m',
       
'italic' => 'Ch? nghiêng',
       
'unorderedlist' => 'Danh sách không th? t?',
       
'orderedlist' => 'Danh sách có th? t?',
       
'video' => 'Video',
       
'image' => 'Hình ?nh',
       
'link' => 'Link',
       
'horizontalrule' => 'Chèn dòng k? ngang',
       
'fullscreen' => 'Toàn màn hình',
       
'preview' => 'Xem tr??c',
    ],
   
'mediamanager' => [
       
'insert_link' => 'Chèn Link',
       
'insert_image' => 'Chèn hình ?nh',
       
'insert_video' => 'Chèn Video',
       
'insert_audio' => 'Chèn t?p âm thanh',
       
'invalid_file_empty_insert' => 'Vui lòng ch?n file ?? chèn vào link.',
       
'invalid_file_single_insert' => 'Ch?n m?t file duy nh?t.',
       
'invalid_image_empty_insert' => 'Ch?n m?t ho?c nhi?u ?nh ?? chèn vào.',
       
'invalid_video_empty_insert' => 'Ch?n video ?? chèn vào.',
       
'invalid_audio_empty_insert' => 'Ch?n t?p tin audio ?? chèn vào.',
    ],
   
'alert' => [
       
'confirm_button_text' => '??ng ý',
       
'cancel_button_text' => 'B? qua',
       
'widget_remove_confirm' => '??ng ý xóa widget này?'
   
],
   
'datepicker' => [
       
'previousMonth' => 'Tháng tr??c',
       
'nextMonth' => 'Tháng ti?p theo',
       
'months' => ['Tháng giêng', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6', 'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'],
       
'weekdays' => ['Ch? nh?t', 'Th? 2', 'Th? 3', 'Th? 4', 'Th? 5', 'Th? 6', 'Th? 7'],
       
'weekdaysShort' => ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7']
    ],
   
'colorpicker' => [
       
'choose' => 'Ch?n',
    ],
   
'filter' => [
       
'group' => [
           
'all' => 't?t c?'
       
],
       
'dates' => [
           
'all' => 't?t c?',
           
'filter_button_text' => 'L?c',
           
'reset_button_text' => 'Reset',
           
'date_placeholder' => 'Ngày',
           
'after_placeholder' => 'Sau ngày',
           
'before_placeholder' => 'Tr??c ngày'
       
],
       
'numbers' => [
           
'all' => 'all',
           
'filter_button_text' => 'L?c',
           
'reset_button_text' => 'Reset',
           
'min_placeholder' => 'Nh? nh?t',
           
'max_placeholder' => 'L?n nh?t'
       
]

    ],
   
'eventlog' => [
       
'show_stacktrace' => 'Hi?n th? ng?n x?p',
       
'hide_stacktrace' => '?n ng?n x?p',
       
'tabs' => [
           
'formatted' => '?ã ??nh d?ng',
           
'raw' => 'Raw',
        ],
       
'editor' => [
           
'title' => 'Trình so?n th?o code',
           
'description' => 'H? th?ng c?a b?n c?n ???c c?u hình ?? hi?u ???c m?t trong nh?ng c?u trúc URL này',
           
'openWith' => 'M? b?ng',
           
'remember_choice' => 'Nh? l?a ch?n này cho các l?n ti?p theo',
           
'open' => 'M? ra',
           
'cancel' => 'B? qua'
       
]
    ]
];