Sync language files
This commit is contained in:
@@ -46,7 +46,7 @@ return [
|
||||
'scheduled_at' => 'Khi nào bảo trì định kỳ?',
|
||||
'incident_time' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
'visibility' => 'Incident visibility',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
@@ -68,8 +68,11 @@ return [
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Tên',
|
||||
'collapsed' => 'Collapse the group by default?',
|
||||
'name' => 'Tên',
|
||||
'collapsing' => 'Choose visibility of the group',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -96,13 +99,13 @@ return [
|
||||
'settings' => [
|
||||
/// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Tên trang web',
|
||||
'site-name' => 'Tến site',
|
||||
'site-url' => 'URL trang web',
|
||||
'display-graphs' => 'Hiển thị các biểu đồ trên trang trạng thái?',
|
||||
'about-this-page' => 'Về trang này',
|
||||
'days-of-incidents' => 'Sự cố này sẽ hiển thị mấy ngày ?',
|
||||
'banner' => 'Ảnh banner',
|
||||
'banner-help' => 'Bạn nên upload ảnh có chiều rộng lớn hơn 930px',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "Bạn nên upload ảnh có chiều rộng lớn hơn 930px",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -122,15 +125,15 @@ return [
|
||||
'allowed-domains-help' => 'Ngăn cách bằng dấu phẩy. Những domain dưới đây được cho phép một cách tự động.',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Tùy chỉnh Stylesheet',
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Màu nền',
|
||||
'background-color' => 'Background Color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'text-color' => 'Màu chữ',
|
||||
'text-color' => 'Text Color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
'blues' => 'Blue (used for information)',
|
||||
|
||||
Reference in New Issue
Block a user