Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Commit

Permalink
Merge pull request #48 from xgenvn/master
Browse files Browse the repository at this point in the history
add Vietnamese translation
  • Loading branch information
mikemand committed Dec 7, 2013
2 parents 8a7059d + c3ceee6 commit a3f2be6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/lang/vi/logviewer.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?php

return array(

'delete' => array(
'modal' => array(
'header' => 'Bạn chắc chắn muốn xóa?',
'body' => 'Bạn chắc chắn muốn xóa thông tin nhật ký?',
'btn' => array(
'no' => 'Không',
'yes' => '',
)
),
'error' => 'Có lỗi khi xóa nhật ký',
'success' => 'Đã xóa thông tin',
'btn' => 'Xóa thông tin nhật ký',
),
'empty_file' => 'Nhật ký :sapi ngày :date còn trống.',
'levels' => array(
'all' => 'Tất cả',
'emergency' => 'Khẩn cấp',
'alert' => 'Cảnh báo',
'critical' => 'Nghiêm trọng',
'error' => 'Lỗi',
'warning' => 'Cảnh cáo',
'notice' => 'Chú ý',
'info' => 'Thông tin',
'debug' => 'Debug',
),
'no_log' => 'Không có nhật ký của :sapi ngày :date',
// @TODO Find out what sapi nginx, IIS, etc. show up as.
'sapi' => array(
'apache' => 'Apache',
'cgi-fcgi' => 'Fast CGI',
'fpm-fcgi' => 'Nginx',
'cli' => 'CLI',
),
'title' => 'Hệ thống nhật ký của Laravel 4',

);

0 comments on commit a3f2be6

Please sign in to comment.