New translations cachet.php (Vietnamese)

This commit is contained in:
James Brooks
2017-05-06 10:05:56 +01:00
parent 23414d5756
commit 035c8f0e17

View File

@@ -27,15 +27,13 @@ return [
// Incidents
'incidents' => [
'none' => 'Không có báo cáo về sự số nào',
'past' => 'Sự số trong quá khứ',
'previous_week' => 'Previous week',
'next_week' => 'Next week',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Bảo trì định kỳ',
'scheduled_at' => ', định kỳ :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
'none' => 'Không có báo cáo về sự số nào',
'past' => 'Sự số trong quá khứ',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Bảo trì định kỳ',
'scheduled_at' => ', định kỳ :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Đang điều tra',
2 => 'Xác định',
3 => 'Đang xem',
@@ -128,4 +126,4 @@ return [
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];
];