Merge branch '2.4' of github.com:CachetHQ/Cachet into feature/2895-custom-meta-descriptions-per-incident
This commit is contained in:
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Teken in om opdaterings te kry',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'button' => 'Teken aan',
|
||||
'manage' => [
|
||||
'subscribe' => 'Teken in om opdaterings te kry',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Teken aan',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Schedule',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0} There are no incidents, good work.|[1] You have logged one incident.|[2,*] You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Geskeduleerde Instandhouding',
|
||||
'logged' => '{0} There are no schedules, good work.|[1] You have logged one schedule.|[2,*] You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
|
||||
@@ -33,7 +33,7 @@ return [
|
||||
'scheduled' => 'صيانة',
|
||||
'scheduled_at' => ', مجدولة :timestamp',
|
||||
'posted' => 'تم الإرسال :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'posted_at' => 'نُشِر على :timestamp',
|
||||
'status' => [
|
||||
1 => 'عملية التحقق جارية',
|
||||
2 => 'تم التعرف عليه',
|
||||
@@ -53,9 +53,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] النظام يعمل | [2,Inf] جميع الأنظمة تعمل',
|
||||
'bad' => '[0,1] النظام يواجه مشاكل | [2,Inf] بعض الأنظمة تواجه مشاكل',
|
||||
'major' => '[0,1] النظام يواجه مشاكل أساسية | [2,Inf] بعض الأنظمة تواجه مشاكل أساسية',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] النظام يواجه مشاكل|[2,Inf] بعض الأنظمة تواجه مشاكل',
|
||||
'major' => '[0,1] النظام يواجه مشاكل أساسية|[2,Inf] بعض الأنظمة تواجه مشاكل أساسية',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -66,7 +66,7 @@ return [
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'الساعة الأخيرة',
|
||||
'last_hour' => 'آخِر ساعة',
|
||||
'hourly' => 'آخر 12 ساعة',
|
||||
'weekly' => 'أسبوع',
|
||||
'monthly' => 'شهر',
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'إشترك للحصول على التحديثات',
|
||||
'unsubscribe' => 'إلغاء الإشتراك في :link',
|
||||
'button' => 'اشتراك',
|
||||
'manage' => [
|
||||
'subscribe' => 'إشترك للحصول على التحديثات',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'اشتراك',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'أنت الآن مشترك للحصول على جميع التحديثات.',
|
||||
'my_subscriptions' => 'إنك مشترك حاليا في التحديثات التالية.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'إشترك في تحديثات البريد الإلكتروني.',
|
||||
@@ -128,10 +130,10 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'home' => 'الرئيسية',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'about_this_site' => 'About This Site',
|
||||
'about_this_site' => 'عن هذا الموقع',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'الأعطال و الصيانة',
|
||||
'incidents' => 'الأعطال',
|
||||
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'إنشاء قالب',
|
||||
'incident-templates' => 'قوالب الأعطال',
|
||||
'updates' => [
|
||||
'title' => 'تحديثات حالة العَطَل :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'إنشاء تحديث حالة جديد للعَطَل',
|
||||
'success' => 'تم إنشاء الحالة الجديدة المتعلقة بالعَطَل.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'أبلَغَ عنه :user',
|
||||
'add' => [
|
||||
'title' => 'الإبلاغ عن عَطَل',
|
||||
'success' => 'تم إضافة العَطَل.',
|
||||
@@ -74,8 +75,8 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'صيانة',
|
||||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'مُبرمَجة على :timestamp',
|
||||
'add' => [
|
||||
'title' => 'إضافة إجراء صيانة',
|
||||
'success' => 'تم إضافة إجراء الصيانة.',
|
||||
@@ -94,11 +95,11 @@ return [
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'components' => 'المُكوّنات',
|
||||
'component_statuses' => 'حالات المُكوّن',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => 'Add a component',
|
||||
'title' => 'إضافة مُكوّن',
|
||||
'message' => 'You should add a component.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
@@ -136,7 +137,7 @@ return [
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'metrics' => 'Metrics',
|
||||
'metrics' => 'المقاييس',
|
||||
'add' => [
|
||||
'title' => 'Create a metric',
|
||||
'message' => 'You should add a metric.',
|
||||
@@ -159,7 +160,7 @@ return [
|
||||
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
|
||||
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
|
||||
'verified' => 'تم التحقق منه',
|
||||
'not_verified' => 'Not verified',
|
||||
'not_verified' => 'لم يتم التحقق منه',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'global' => 'Globally subscribed',
|
||||
@@ -184,7 +185,7 @@ return [
|
||||
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
||||
'add' => [
|
||||
'title' => 'Add a new team member',
|
||||
'success' => 'Team member added.',
|
||||
'success' => 'تمت إضافة عضو إلى الفريق.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
@@ -198,8 +199,8 @@ return [
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
'success' => 'تم إرسال الدعوة',
|
||||
'failure' => 'تعذرت عملية إرسال الدعوة، يُرجى إعادة المحاولة ثانية.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -212,7 +213,7 @@ return [
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'Analytics',
|
||||
'analytics' => 'التحليلات',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'السجل',
|
||||
@@ -221,15 +222,15 @@ return [
|
||||
'localization' => 'الترجمة',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Customization',
|
||||
'customization' => 'التخصيص',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'Mail',
|
||||
'test' => 'Test',
|
||||
'mail' => 'البريد الإلكتروني',
|
||||
'test' => 'تجريب',
|
||||
'email' => [
|
||||
'subject' => 'Test notification from Cachet',
|
||||
'subject' => 'إشعار تجريبي مِن كاشيه Cachet',
|
||||
'body' => 'This is a test notification from Cachet.',
|
||||
],
|
||||
],
|
||||
@@ -249,7 +250,7 @@ return [
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'Credits',
|
||||
'contributors' => 'Contributors',
|
||||
'contributors' => 'المساهمون',
|
||||
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
|
||||
'backers-title' => 'Backers & Sponsors',
|
||||
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
|
||||
@@ -260,7 +261,7 @@ return [
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'تسجيل الدخول',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'logged_in' => 'أنت مُتّصل.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
@@ -296,7 +297,7 @@ return [
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
'two-factor' => 'إعداد المصادقة بخطوتين',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -110,7 +110,7 @@ return [
|
||||
'name' => 'الإسم',
|
||||
'description' => 'الوصف',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'timezone' => 'المنطقة الزمنية',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'مجموعة',
|
||||
@@ -127,12 +127,12 @@ return [
|
||||
'description' => 'الوصف',
|
||||
'description-help' => 'يمكنك إستخدام الـ Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'default-value' => 'القيمة الإفتراضية',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'type_avg' => 'المُعدَّل',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'default_view' => 'العرض الإفتراضي',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
@@ -140,7 +140,7 @@ return [
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Value',
|
||||
'value' => 'القيمة',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -149,36 +149,39 @@ return [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'إسم الموقع',
|
||||
'site-url' => 'Site URL',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'site-url' => 'رابط الموقع',
|
||||
'display-graphs' => 'هل تريد عرض المنحنيات البيانية على صفحة الحالة ؟',
|
||||
'about-this-page' => 'عن هذه الصفحة',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_google' => 'رمز تحليلات غوغل',
|
||||
'analytics_gosquared' => 'رمز تحليلات غو سكوارد',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
'analytics_piwik_siteid' => 'مُعرّف بيويك Piwik الخاص بالموقع',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-timezone' => 'المنطقة الزمنية الخاصة بالموقع',
|
||||
'site-locale' => 'لغة الموقع',
|
||||
'date-format' => 'تنسيق التاريخ',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'allowed-domains' => 'النطاقات المسموح بها',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
@@ -188,13 +191,13 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'لون النص',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
'blues' => 'Blue (used for information)',
|
||||
'greens' => 'Green (used for success)',
|
||||
'yellows' => 'Yellow (used for alerts)',
|
||||
'reds' => 'الأحمر (يُستخدَم للأخطاء)',
|
||||
'blues' => 'الأزرق (يُستخدَم للأخبار)',
|
||||
'greens' => 'الأزرق (يُستخدَم في حالة النجاح)',
|
||||
'yellows' => 'الأصفر (يُستخدَم في التنبيهات)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'الروابط',
|
||||
@@ -211,7 +214,7 @@ return [
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'المدير',
|
||||
'user' => 'User',
|
||||
'user' => 'المستخدِم',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
|
||||
@@ -223,11 +226,11 @@ return [
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Select Timezone',
|
||||
'timezone' => 'إختر المنطقة الزمنية',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'Add',
|
||||
'add' => 'إضافة',
|
||||
'save' => 'حفظ',
|
||||
'update' => 'تحديث',
|
||||
'create' => 'إنشاء',
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
|
||||
return [
|
||||
'setup' => 'تنصيب',
|
||||
'title' => 'إعداد Cachet',
|
||||
'title' => 'تنصيب Cachet',
|
||||
'service_details' => 'تفاصيل الخدمة',
|
||||
'env_setup' => 'اعداد البيئة',
|
||||
'status_page_setup' => 'حالة إعداد الصفحة',
|
||||
'show_support' => 'إظهار الدعم ل Cachet؟',
|
||||
'admin_account' => 'حساب المسؤول',
|
||||
'env_setup' => 'بيئة التنصيب',
|
||||
'status_page_setup' => 'إعداد صفحة الحالة',
|
||||
'show_support' => 'إظهار الدعم لـ Cachet ؟',
|
||||
'admin_account' => 'حساب المدير',
|
||||
'complete_setup' => 'إكمال الإعداد',
|
||||
'completed' => 'تم إعداد Cachet بنجاح!',
|
||||
'completed' => 'تم إعداد Cachet بنجاح !',
|
||||
'finish_setup' => 'انتقل إلى لوحة التحكم',
|
||||
];
|
||||
|
||||
@@ -102,7 +102,7 @@ return [
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
'rule-name' => 'رسالة مخصصة',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Sistema en funcionament | [2, Inf] Tots els sistemes estan en funcionament',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] Actualment el sistema està experimentant problemes| [2, Inf] Alguns sistemes estan experimentant problemes',
|
||||
'major' => '[0,1] El servei està experimentant una interrupció major| [2, Inf] Alguns sistemes estan experimentant una interrupció major',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscriviu-vos per rebre les darreres actualitzacions',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'button' => 'Subscriviu-vos',
|
||||
'manage' => [
|
||||
'subscribe' => 'Subscriviu-vos per rebre les darreres actualitzacions',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Subscriviu-vos',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Actualment estau subscrits a totes les actualitzacions.',
|
||||
'my_subscriptions' => 'Actualment estau subscrits a les següents actualitzacions.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Subscriviu-vos a les actualitzacions del correu electrònic.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidències i manteniments',
|
||||
'incidents' => 'Incidències',
|
||||
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Crear plantilla',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Informar d\'una incidència',
|
||||
'success' => 'Incidència afegida.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Interrupció programada',
|
||||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Mostrar gràfics a la pàgina d\'estat?',
|
||||
'about-this-page' => 'Sobre aquest lloc',
|
||||
'days-of-incidents' => 'Quants de dies d\'incidents voleu veure?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Imatge del banner',
|
||||
'banner-help' => "Es recomana que no carregueu arxius més grans de 930 píxels d'ample.",
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Permetre el registre per a notificacions per correu electrònic?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Omet verificació d\'usuaris? (S\'adverteix que podries rebre correu brossa)',
|
||||
'automatic_localization' => 'Localitza automàticament la pàgina d\'estat a la llengua dels seus visitants?',
|
||||
'enable_external_dependencies' => 'Habilitar dependències de tercers (Fonts de Google, Seguiments, etc...)',
|
||||
'show_timezone' => 'Mostra el fus horari propi de la pàgina d\'estat.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Mostrar només els dies que contenen incidències a la línia de temps?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Format del fus horari dels incidents',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Dominis permesos',
|
||||
'allowed-domains-help' => 'Separats per comes. El domini especificat a dalt és automàticament permès per defecte.',
|
||||
'allowed-domains' => 'Dominis permesos',
|
||||
'allowed-domains-help' => 'Separats per comes. El domini especificat a dalt és automàticament permès per defecte.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Full d\'estils personalitzats',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Elements del fons (components, incidents, peu de pàgina)',
|
||||
'banner-background-color' => 'Color de fons del banner',
|
||||
'banner-padding' => 'Farciment (padding) del banner',
|
||||
'fullwidth-banner' => 'Habilitar la màxima amplada del banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Color del text',
|
||||
'dashboard-login' => 'Mostrar el botó del dashboard al peu de pàgina?',
|
||||
'reds' => 'Vermell (utilitzat per trobar errors)',
|
||||
|
||||
@@ -33,7 +33,7 @@ return [
|
||||
'scheduled' => 'Plánovaná odstávka',
|
||||
'scheduled_at' => ', plánované na :timestamp',
|
||||
'posted' => 'Publikováno :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'posted_at' => 'Publikováno :timestamp',
|
||||
'status' => [
|
||||
1 => 'Zkoumání příčiny',
|
||||
2 => 'Problém identifikován',
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Služba je v provozu|[2,Inf] Všechny služby fungují bez problémů',
|
||||
'good' => '[0,1] Služba je v provozu|[2,*]Všechny služby fungují bez problémů',
|
||||
'bad' => '[0,1] Služba má problémy|[2,Inf] Některá ze služeb má problémy',
|
||||
'major' => '[0,1] Služba má celkový výpadek|[2,Inf] Některé služby mají celkový výpadek',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Přihlásit se k odběru upozornění',
|
||||
'unsubscribe' => 'Odhlásit se na :link',
|
||||
'button' => 'Přihlásit',
|
||||
'manage' => [
|
||||
'subscribe' => 'Přihlásit se k odběru upozornění',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Přihlásit',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Aktuálně jsi přihlášen(a) ke všem upozorněním.',
|
||||
'my_subscriptions' => 'Aktuálně jsi přihlášen(a) k následujícím upozorněním.',
|
||||
'manage_at_link' => 'Spravovat odběry na :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Přihlásit se k zasílání upozornění e-mailem.',
|
||||
@@ -120,9 +122,9 @@ return [
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'incident' => 'Details and updates about the :name incident that occurred on :date',
|
||||
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
|
||||
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
|
||||
'incident' => 'Podrobnosti a aktuální informace o událost :name, ke které došlo :date',
|
||||
'schedule' => 'Podrobnosti o plánované údržbě :name od :startDate',
|
||||
'subscribe' => 'Přihlaste se k odběru: app, abyste obdrželi aktualizace o událostech a plánované údržbě',
|
||||
'overview' => 'Držte krok s nejnovějšími aktualizacemi od: app.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -18,23 +18,24 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidenty & Plán',
|
||||
'incidents' => 'Incidenty',
|
||||
'logged' => '{0} Nejsou hlášeny žádné incidenty, dobrá práce. | Zapsali jste jeden incident. | Nahlásili jste <strong>:count</strong> incident(y).',
|
||||
'logged' => '{0}Nejsou hlášeny žádné incidenty, dobrá práce.|[1]Zapsali jste jeden incident.|[2,*]Nahlásili jste <strong>:count</strong> incidentů.',
|
||||
'incident-create-template' => 'Vytvořit šablonu',
|
||||
'incident-templates' => 'Šablony incidentů',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'title' => 'Aktualizace incidentu :incident',
|
||||
'count' => '{0}žádné aktualizace |[1]jedna aktualizace |[2]dvě aktualizace | [3, *] Několik aktualizací',
|
||||
'add' => [
|
||||
'title' => 'Vytvořit novou zprávu k události',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
'success' => 'Vaše aktualizace incidentu byla vytvořena.',
|
||||
'failure' => 'Při aktualizaci incidentu se něco pokazilo.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
'title' => 'Editovat aktualizace incidentu',
|
||||
'success' => 'Událost byla aktualizována.',
|
||||
'failure' => 'Při aktualizaci incidentu se něco pokazilo',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Nahlásil :user',
|
||||
'add' => [
|
||||
'title' => 'Nahlásit incident',
|
||||
'success' => 'Incident byl přidán.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Plánovaná odstávka',
|
||||
'logged' => '{0} Žádná údržba není v plánu, skvělá práce.|Je v plánu jedna údržba.|Je v plánu <strong>:count</strong> údržb.',
|
||||
'logged' => '{0}Žádná údržba není v plánu, dobrá práce.|[1]Naplánovali jste jednu údržbu.|[2,*]Jsou v plánu <strong>:count</strong> údržby.',
|
||||
'scheduled_at' => 'Naplánováno na :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Přidat plánovanou údržbu',
|
||||
@@ -157,12 +158,12 @@ return [
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Odběratelé',
|
||||
'description' => 'Odběratelé obdrží aktualizace e-mailem, pokuď dojde ke vzniku incidentu.',
|
||||
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
|
||||
'description_disabled' => 'Chcete-li použít tuto funkci, potřebujete povolit uživatelům registraci pro oznámení.',
|
||||
'verified' => 'Ověřeno',
|
||||
'not_verified' => 'Neověřeno',
|
||||
'subscriber' => ': e-mail, přihlášen: datum',
|
||||
'no_subscriptions' => 'Přihlášeno k zasílání všech aktualizací',
|
||||
'global' => 'Globally subscribed',
|
||||
'global' => 'Globálně odebírané',
|
||||
'add' => [
|
||||
'title' => 'Přidat nového odběratele',
|
||||
'success' => 'Odběratel přidán.',
|
||||
|
||||
@@ -49,12 +49,12 @@ return [
|
||||
'name' => 'Jméno',
|
||||
'status' => 'Stav',
|
||||
'component' => 'Komponenta',
|
||||
'component_status' => 'Component Status',
|
||||
'component_status' => 'Stavy služeb',
|
||||
'message' => 'Zpráva',
|
||||
'message-help' => 'Můžete také použít Markdown.',
|
||||
'occurred_at' => 'Kdy došlo k incidentu?',
|
||||
'notify_subscribers' => 'Oznámit odběratelům?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'notify_disabled' => 'Z důvodu plánované údržby budou oznámení o tomto incidentu nebo jeho součástech potlačena.',
|
||||
'visibility' => 'Viditelnost incidentu',
|
||||
'stick_status' => 'Připnout událost',
|
||||
'stickied' => 'Připnuté',
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Zobrazit grafy na stavové stránce?',
|
||||
'about-this-page' => 'O této stránce',
|
||||
'days-of-incidents' => 'Kolik dní incidentů zobrazovat?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Obnovovací frekvence status stránky (v sekundách)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Obrázek banneru',
|
||||
'banner-help' => 'Doručuje se nenahrávat soubory větší než 930 pixelů na šířku.',
|
||||
'banner-help' => 'Doručuje se nenahrávat soubory větší než 930 pixelů na šířku',
|
||||
'subscribers' => 'Umožnit lidem, aby se přihlašovali k odběru e-mailových upozornění?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'suppress_notifications_in_maintenance' => 'Potlačit oznámení dojde-li k události během během času údržby?',
|
||||
'skip_subscriber_verification' => 'Přestat ověřovat uživatele? (Pozor na spammery)',
|
||||
'automatic_localization' => 'Automaticky lokalizovat stránku do jazyka návštěvníka?',
|
||||
'enable_external_dependencies' => 'Povolit závislosti třetích stran (Google písma, Trackery, atd...)',
|
||||
'show_timezone' => 'Zobrazit časové pásmo, ve které je zobrazena stavová stránka.',
|
||||
'show_timezone' => 'Zobrazit časové pásmo, ve které je zobrazena stavová stránka',
|
||||
'only_disrupted_days' => 'Zobrazit na časové ose pouze dny, kdy došlo k incidentu?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Formát času pro incident',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Povolené domény',
|
||||
'allowed-domains-help' => 'Oddělené čárkami. Výše uvedené domény jsou ve výchozím nastavení automaticky povoleny.',
|
||||
'allowed-domains' => 'Povolené domény',
|
||||
'allowed-domains-help' => 'Oddělené čárkami. Výše uvedené domény jsou ve výchozím nastavení automaticky povoleny.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Vlastní šablona stylů',
|
||||
@@ -238,7 +241,7 @@ return [
|
||||
'remove' => 'Smazat',
|
||||
'invite' => 'Pozvat',
|
||||
'signup' => 'Registrovat se',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
'manage_updates' => 'Správa aktualizací',
|
||||
|
||||
// Other
|
||||
'optional' => '* Volitelné',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Systemet virker|[2,Inf] Alle systemer virker',
|
||||
'good' => '[0,1] Systemet operationelt | [2, *] Alle systemer er operationelle',
|
||||
'bad' => '[0,1] Systemet har i øjeblikket problemer|[2,*] Nogle systemer har i øjeblikket problemer',
|
||||
'major' => '[0,1] Systemet har i øjeblikket store problemer|[2,*] Nogle systemer har i øjeblikket store problemer',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Tilmeld dig for at få de seneste opdateringer',
|
||||
'unsubscribe' => 'Afmeld via: link',
|
||||
'button' => 'Abonner',
|
||||
'manage' => [
|
||||
'subscribe' => 'Tilmeld dig for at få de seneste opdateringer',
|
||||
'unsubscribe' => 'Opsige abonnement',
|
||||
'button' => 'Abonner',
|
||||
'manage_subscription' => 'Administrer abonnement',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Du abonner i øjeblikket på alle opdateringer.',
|
||||
'my_subscriptions' => 'Du abonnere i øjeblikket på følgende opdateringer.',
|
||||
'manage_at_link' => 'Håndtér dine abonnementer via :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Abonner på email opdateringer.',
|
||||
|
||||
@@ -23,7 +23,7 @@ return [
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Hændelsesopdateringer til :hændelse',
|
||||
'count' => '{0} Nul opdateringer |[1] Én opdatering |[2] To opdateringer | [3, *] Flere opdateringer',
|
||||
'count' => '{0} Ingen opdateringer |[1] Én opdatering |[2] To opdateringer | [3,*] Flere opdateringer',
|
||||
'add' => [
|
||||
'title' => 'Opret ny hændelsesopdatering',
|
||||
'success' => 'Din nye hændelsesopdatering er oprettet.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'En fejl opstod under opdateringen af hændelsesopdateringen',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Anmeldt af bruger',
|
||||
'add' => [
|
||||
'title' => 'Opret hændelse',
|
||||
'success' => 'Hændelse tilføjet.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Vedligeholdelse',
|
||||
'logged' => '{0} Der er intet planlagt.|Der er 1 planlagt.|Der er <strong>:count</strong> planlagte.',
|
||||
'logged' => '{0} Der er ingen tidsplanlager.|[1]Der er 1 tidsplan.|[2,*]Der er anmeldt <strong>:count</strong> tidsplaner.',
|
||||
'scheduled_at' => 'Planlagt til :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Tilføj planlagt vedligeholdelse',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'Om',
|
||||
'days-of-incidents' => 'Hvor mange dage skal der vises hændelser for?',
|
||||
'time_before_refresh' => 'Statusside opdateringshastighed (i sekunder).',
|
||||
'time_before_refresh' => 'Statussides opdateringshastighed (i sekunder)',
|
||||
'major_outage_rate' => 'Tærskel for større udfald (i %)',
|
||||
'banner' => 'Banner billede',
|
||||
'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.',
|
||||
'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930 pixels',
|
||||
'subscribers' => 'Tillad folk at tilmelde sig email underretninger?',
|
||||
'suppress_notifications_in_maintenance' => 'Tilbagehold notifikationer, når hændelse opstår under en vedligeholdelsesperiode?',
|
||||
'skip_subscriber_verification' => 'Spring verificering af brugere over? (Husk på, du kan blive spammet)',
|
||||
'automatic_localization' => 'Sæt automatisk sproget på din statusside til den besøgendes sprog?',
|
||||
'enable_external_dependencies' => 'Aktiverer tredjeparts afhængigheder (Google skrifttyper, Trackere, osv...)',
|
||||
'show_timezone' => 'Vis tidszonenen statussiden kører i.',
|
||||
'show_timezone' => 'Vis tidszonenen, som statussiden benytter',
|
||||
'only_disrupted_days' => 'Vis kun dage indeholdende hændelser i tidslinjen?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Datoformat for hændelser',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Tilladte domæner',
|
||||
'allowed-domains-help' => 'Komma adskilt. Domænet ovenfor har automatisk adgang.',
|
||||
'allowed-domains' => 'Tilladte domæner',
|
||||
'allowed-domains-help' => 'Komma adskilt. Domænet ovenfor har automatisk adgang.',
|
||||
'always-authenticate' => 'Godkend altid',
|
||||
'always-authenticate-help' => 'Kræv login for at se enhver Cachet-side',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Tilpasset CSS',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Baggrundsfyld (Komponenter, hændelser og footer)',
|
||||
'banner-background-color' => 'Baggrundsfarve bag banneret',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'fullwidth-banner' => 'Slå fuldbrede bannere til?',
|
||||
'fullwidth-banner' => 'Aktivér fuldbredde banner?',
|
||||
'text-color' => 'Tekstfarve',
|
||||
'dashboard-login' => 'Vis oversigtsside ikon i bunden af siden?',
|
||||
'reds' => 'Rød (Brugt til fejl)',
|
||||
|
||||
@@ -53,9 +53,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System funktioniert einwandfrei|[2,Inf] Alle Systeme funktionieren einwandfrei',
|
||||
'bad' => '[0,1] Das System hat momentan Probleme|[2,Inf] Mehrere Systeme haben momentan Probleme',
|
||||
'major' => '[0,1] Das System hat ein schwerwiegendes Problem|[2,Inf] Mehrere Systeme haben ein schwerwiegendes Problem',
|
||||
'good' => '[0,1]System funktioniert|[2,*]Alle Systeme funktionieren',
|
||||
'bad' => '[0,1] Das System hat momentan Probleme|[2,*] Mehrere Systeme haben momentan Probleme',
|
||||
'major' => '[0,1] Das System hat ein schwerwiegendes Problem|[2,*] Mehrere Systeme haben ein schwerwiegendes Problem',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
|
||||
'unsubscribe' => 'Unter :link abbestellen',
|
||||
'button' => 'Abonnieren',
|
||||
'manage' => [
|
||||
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
|
||||
'unsubscribe' => 'Abmelden',
|
||||
'button' => 'Abonnieren',
|
||||
'manage_subscription' => 'Abos verwalten',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Du hast im Augenblick alle Updates abonniert.',
|
||||
'my_subscriptions' => 'Du hast im Augenblick folgende Updates abonniert.',
|
||||
'manage_at_link' => 'Verwalte deine Abos unter :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
|
||||
|
||||
@@ -18,23 +18,24 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Vorfälle & Wartungsarbeiten',
|
||||
'incidents' => 'Ereignisse',
|
||||
'logged' => '{0} Es gibt keine Vorfälle, gute Arbeit.|[1] Du hast ein Vorfall gemeldet.|[2,*] Du hast <strong>:count</strong> Vorfälle gemeldet.',
|
||||
'logged' => '{0}Es gibt keine Ereignisse, gute Arbeit.|[1]Du hast ein Ereignis gemeldet.|[2,*]Du hast <strong>:count</strong> Ereignisse gemeldet.',
|
||||
'incident-create-template' => 'Vorlage erstellen',
|
||||
'incident-templates' => 'Ereignis Vorlagen',
|
||||
'updates' => [
|
||||
'title' => 'Vorfall Aktualisiert für :incident',
|
||||
'count' => '{0} 0 Aktualisierungen|[1] Eine Aktualisierung|[2] Zwei Aktualisierungen|[3,*] Mehrere Aktualisierungen',
|
||||
'title' => 'Vorfall Updates für :incident',
|
||||
'count' => '{0}Keine Updates|[1]Ein Update|[2]Zwei Updates|[3,*]Mehrere Updates',
|
||||
'add' => [
|
||||
'title' => 'Vorfall-Update erstellen',
|
||||
'success' => 'Deine neue Vorfall Aktualisierung wurde erstellt.',
|
||||
'failure' => 'Etwas ist schief gelaufen mit der Vorfall Aktualisierung.',
|
||||
'success' => 'Dein Vorfall Update wurde erstellt.',
|
||||
'failure' => 'Etwas ist mit dem Vorfall Update schief gelaufen.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Bearbeite Vorfall Aktualisierung',
|
||||
'success' => 'Vorfall wurde aktualisiert.',
|
||||
'title' => 'Vorfall Update bearbeiten',
|
||||
'success' => 'Vorfall Update wurde aktualisiert.',
|
||||
'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Gemeldet von :user',
|
||||
'add' => [
|
||||
'title' => 'Ereignis hinzufügen',
|
||||
'success' => 'Ereignis hinzugefügt.',
|
||||
@@ -74,11 +75,11 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Wartungsarbeiten',
|
||||
'logged' => '{0} Es gibt keine Zeitpläne, gute Arbeit.|Du hast einen Zeitplan erstellt.|Du hast <strong>:count</strong> Zeitpläne gemeldet.',
|
||||
'logged' => '{0}Es gibt keine geplanten Wartungen, gute Arbeit.|[1]Du hast einen Eintrag erstellt.|[2,*]Du hast <strong>:count</strong> Einträge erstellt.',
|
||||
'scheduled_at' => 'Geplant am :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Planmäßige Wartungsarbeiten hinzufügen',
|
||||
'success' => 'Zeitplan hinzugefügt.',
|
||||
'success' => 'Wartungsarbeiten hinzugefügt.',
|
||||
'failure' => 'Etwas lief schief mit dem Hinzufügen des Zeitplans. Bitte versuchen Sie es erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
@@ -157,12 +158,12 @@ return [
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Abonnenten',
|
||||
'description' => 'Abonnenten erhalten E-Mail Updates, wenn Vorfälle erstellt oder Komponenten bearbeitet werden.',
|
||||
'description_disabled' => 'Um diese Funktion nutzen zu können, müssen Sie zulassen, dass sich Personen für Benachrichtigungen anmelden dürfen.',
|
||||
'description_disabled' => 'Um diese Funktion nutzen zu können, musst du zulassen, dass sich Personen für Benachrichtigungen anmelden dürfen.',
|
||||
'verified' => 'Bestätigt',
|
||||
'not_verified' => 'Nicht Bestätigt',
|
||||
'subscriber' => ':email, abonniert am :date',
|
||||
'no_subscriptions' => 'Aktualisierungen per E-Mail abonnieren',
|
||||
'global' => 'Weltweit abonniert',
|
||||
'global' => 'Pauschal abonniert',
|
||||
'add' => [
|
||||
'title' => 'Einen neuen Abonnenten hinzufügen',
|
||||
'success' => 'Abonnent hinzugefügt.',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Graphen auf der Statusseite anzeigen?',
|
||||
'about-this-page' => 'Über diese Seite',
|
||||
'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?',
|
||||
'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden).',
|
||||
'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden)',
|
||||
'major_outage_rate' => 'Grenzwert für schwerwiegende Ausfälle (in %)',
|
||||
'banner' => 'Banner Bild',
|
||||
'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .',
|
||||
'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen',
|
||||
'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?',
|
||||
'suppress_notifications_in_maintenance' => 'Unterdrücken Sie Benachrichtigungen, wenn ein Vorfall während des Zeitraum der Wartungsarbeiten auftritt?',
|
||||
'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)',
|
||||
'automatic_localization' => 'Die Status-Seite automatisch auf die Sprache deiner Besucher anpassen?',
|
||||
'enable_external_dependencies' => 'Drittanbieter Abhängigkeiten erlauben (Google Schriftarten, Tracker, etc...)',
|
||||
'show_timezone' => 'Zeitzone in der sich die Status-Seite befindet anzeigen.',
|
||||
'show_timezone' => 'Zeitzone in der sich die Status-Seite befindet anzeigen',
|
||||
'only_disrupted_days' => 'Im Verlauf nur Tage mit Vorfällen anzeigen?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Ereignis Uhrzeit Format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Erlaubte Domains',
|
||||
'allowed-domains-help' => 'Durch Kommata trennen. Die oben genannte Domain ist standardmäßig erlaubt.',
|
||||
'allowed-domains' => 'Erlaubte Domains',
|
||||
'allowed-domains-help' => 'Durch Kommata trennen. Die oben genannte Domain ist standardmäßig erlaubt.',
|
||||
'always-authenticate' => 'Immer anmelden',
|
||||
'always-authenticate-help' => 'Anmeldung für alle Cachet Seiten erzwingen',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Benutzerdefiniertes Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Hintergrunddateien (Komponenten, Vorfälle, Footer)',
|
||||
'banner-background-color' => 'Banner Background Color',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Banner über komplette Breite?',
|
||||
'text-color' => 'Schriftfarbe',
|
||||
'dashboard-login' => 'Dashboard-Button im Footer anzeigen?',
|
||||
'reds' => 'Rot (Genutzt für Fehler)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Το σύστημα βρίσκεται σε λειτουργία[2,Inf] Όλα τα συστήματα βρίσκονται σε λειτουργία',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] Το σύστημα αντιμετωπίζει προβλήματα|[2,Inf] Κάποια συστήματα αντιμετωπίζουν προβλήματα',
|
||||
'major' => '[0,1] Η υπηρεσία αντιμετωπίζει μία σημαντική διακοπή|[2,Inf] Κάποια συστήματα αντιμετωπίζουν μία σημαντική διακοπή',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Εγγραφείτε για να λάβετε τις τελευταίες ενημερώσεις',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'button' => 'Εγγραφή',
|
||||
'manage' => [
|
||||
'subscribe' => 'Εγγραφείτε για να λάβετε τις τελευταίες ενημερώσεις',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Εγγραφή',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Εγγραφή στις ενημερώσεις μέσω email.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Περιστατικά & Πρόγραμμα',
|
||||
'incidents' => 'Περιστατικά',
|
||||
'logged' => '{0} Δεν υπάρχουν περιστατικά, καλλή δουλειά.|Έχετε καταγράψει ένα περιστατικό.|Έχετε ανάφερει <strong>:count</strong> περιστατικά.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Δημιουργία προτύπου',
|
||||
'incident-templates' => 'Πρότυπα Περιστατικών',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Αναφορά περιστατικού',
|
||||
'success' => 'Incident added.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Προγραμματισμένη Συντήρηση',
|
||||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Προγραμματισμένη στις :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => 'crwdns1397:0crwdne1397:0',
|
||||
'good' => 'crwdns1437:0crwdne1437:0',
|
||||
'bad' => 'crwdns1398:0crwdne1398:0',
|
||||
'major' => 'crwdns1399:0crwdne1399:0',
|
||||
],
|
||||
@@ -81,6 +81,7 @@ return [
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'crwdns910:0crwdne910:0',
|
||||
'my_subscriptions' => 'crwdns911:0crwdne911:0',
|
||||
'manage_at_link' => 'crwdns1432:0crwdne1432:0',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'crwdns912:0crwdne912:0',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'crwdns1400:0crwdne1400:0',
|
||||
'incidents' => 'crwdns953:0crwdne953:0',
|
||||
'logged' => 'crwdns1401:0{0}crwdnd1401:0[1]crwdne1401:0',
|
||||
'logged' => 'crwdns1441:0{0}crwdnd1441:0[1]crwdne1441:0',
|
||||
'incident-create-template' => 'crwdns955:0crwdne955:0',
|
||||
'incident-templates' => 'crwdns956:0crwdne956:0',
|
||||
'updates' => [
|
||||
'title' => 'crwdns1402:0crwdne1402:0',
|
||||
'count' => 'crwdns1403:0{0}crwdnd1403:0[1]crwdnd1403:0[2]crwdne1403:0',
|
||||
'count' => 'crwdns1439:0{0}crwdnd1439:0[1]crwdnd1439:0[2]crwdne1439:0',
|
||||
'add' => [
|
||||
'title' => 'crwdns1404:0crwdne1404:0',
|
||||
'success' => 'crwdns1405:0crwdne1405:0',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'crwdns1409:0crwdne1409:0',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'crwdns1433:0crwdne1433:0',
|
||||
'add' => [
|
||||
'title' => 'crwdns958:0crwdne958:0',
|
||||
'success' => 'crwdns959:0crwdne959:0',
|
||||
@@ -55,7 +56,7 @@ return [
|
||||
'title' => 'crwdns968:0crwdne968:0',
|
||||
'add' => [
|
||||
'title' => 'crwdns969:0crwdne969:0',
|
||||
'message' => 'crwdns970:0crwdne970:0',
|
||||
'message' => 'crwdns1443:0crwdne1443:0',
|
||||
'success' => 'crwdns971:0crwdne971:0',
|
||||
'failure' => 'crwdns972:0crwdne972:0',
|
||||
],
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'crwdns1410:0crwdne1410:0',
|
||||
'logged' => 'crwdns1411:0{0}crwdnd1411:0[1]crwdne1411:0',
|
||||
'logged' => 'crwdns1440:0{0}crwdnd1440:0[1]crwdne1440:0',
|
||||
'scheduled_at' => 'crwdns980:0crwdne980:0',
|
||||
'add' => [
|
||||
'title' => 'crwdns1412:0crwdne1412:0',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'crwdns1192:0crwdne1192:0',
|
||||
'about-this-page' => 'crwdns1193:0crwdne1193:0',
|
||||
'days-of-incidents' => 'crwdns1194:0crwdne1194:0',
|
||||
'time_before_refresh' => 'crwdns1422:0crwdne1422:0',
|
||||
'time_before_refresh' => 'crwdns1434:0crwdne1434:0',
|
||||
'major_outage_rate' => 'crwdns1444:0crwdne1444:0',
|
||||
'banner' => 'crwdns1195:0crwdne1195:0',
|
||||
'banner-help' => 'crwdns1196:0crwdne1196:0',
|
||||
'banner-help' => 'crwdns1435:0crwdne1435:0',
|
||||
'subscribers' => 'crwdns1197:0crwdne1197:0',
|
||||
'suppress_notifications_in_maintenance' => 'crwdns1427:0crwdne1427:0',
|
||||
'skip_subscriber_verification' => 'crwdns1198:0crwdne1198:0',
|
||||
'automatic_localization' => 'crwdns1199:0crwdne1199:0',
|
||||
'enable_external_dependencies' => 'crwdns1200:0crwdne1200:0',
|
||||
'show_timezone' => 'crwdns1201:0crwdne1201:0',
|
||||
'show_timezone' => 'crwdns1436:0crwdne1436:0',
|
||||
'only_disrupted_days' => 'crwdns1202:0crwdne1202:0',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'crwdns1210:0crwdne1210:0',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'crwdns1211:0crwdne1211:0',
|
||||
'allowed-domains-help' => 'crwdns1212:0crwdne1212:0',
|
||||
'allowed-domains' => 'crwdns1211:0crwdne1211:0',
|
||||
'allowed-domains-help' => 'crwdns1212:0crwdne1212:0',
|
||||
'always-authenticate' => 'crwdns1445:0crwdne1445:0',
|
||||
'always-authenticate-help' => 'crwdns1446:0crwdne1446:0',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'crwdns1213:0crwdne1213:0',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'crwdns1215:0crwdne1215:0',
|
||||
'banner-background-color' => 'crwdns1216:0crwdne1216:0',
|
||||
'banner-padding' => 'crwdns1217:0crwdne1217:0',
|
||||
'fullwidth-banner' => 'crwdns1218:0crwdne1218:0',
|
||||
'fullwidth-banner' => 'crwdns1442:0crwdne1442:0',
|
||||
'text-color' => 'crwdns1219:0crwdne1219:0',
|
||||
'dashboard-login' => 'crwdns1220:0crwdne1220:0',
|
||||
'reds' => 'crwdns1221:0crwdne1221:0',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to get the most recent updates',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'button' => 'Subscribe',
|
||||
'manage' => [
|
||||
'subscribe' => 'Subscribe to get the most recent updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Schedule',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Scheduled Maintenance',
|
||||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Text Color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1]System operational|[2,*] All systems are operational',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
|
||||
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'button' => 'Subscribe',
|
||||
'manage' => [
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Maintenance',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0} There are no incidents, good work.|[1] You have logged one incident.|[2,*] You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
@@ -55,7 +56,7 @@ return [
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'title' => 'Create an incident template',
|
||||
'message' => 'You should add an incident template.',
|
||||
'message' => 'Create your first incident template.',
|
||||
'success' => 'Your new incident template has been created.',
|
||||
'failure' => 'Something went wrong with the incident template.',
|
||||
],
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Maintenance',
|
||||
'logged' => '{0} There has been no Maintenance, good work.|[1] You have logged one schedule.|[2,*] You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Maintenance',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
|
||||
@@ -53,8 +53,8 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Sistema operativo | [2,Inf] Todos los sistemas están operativos',
|
||||
'bad' => '[0,1] El sistema está actualmente experimentando problemas | [2,Inf] Algunos sistemas están experimentando problemas',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] El sistema está actualmente experimentando problemas|[2,Inf] Algunos sistemas están experimentando problemas',
|
||||
'major' => '[0,1] El servicio está experimentando una interrupción mayor | [2, Inf] Algunos sistemas están experimentando una interrupción mayor',
|
||||
],
|
||||
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Suscríbete para obtener las actualizaciones más recientes',
|
||||
'unsubscribe' => 'Darse de baja en :link',
|
||||
'button' => 'Suscríbete',
|
||||
'manage' => [
|
||||
'subscribe' => 'Suscríbete para obtener las actualizaciones más recientes',
|
||||
'unsubscribe' => 'Darse de baja',
|
||||
'button' => 'Suscríbete',
|
||||
'manage_subscription' => 'Gestionar suscripción',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Actualmente estás suscrito a todas las actualizaciones.',
|
||||
'my_subscriptions' => 'Actualmente estás suscrito a las siguientes actualizaciones.',
|
||||
'manage_at_link' => 'Administra tus suscripciones en :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
|
||||
|
||||
@@ -16,9 +16,9 @@ return [
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidencias y horario',
|
||||
'title' => 'Incidencias y mantenimiento',
|
||||
'incidents' => 'Incidentes',
|
||||
'logged' => '{0} No hay incidencias, ¡buen trabajo!|Has registrado una incidencia.|Has reportado <strong>:count</strong> incidencias.',
|
||||
'logged' => '{0} No hay incidencias, ¡buen trabajo!|[1]Has registrado una incidencia.|[2,*]Has reportado <strong>:count</strong> incidencias.',
|
||||
'incident-create-template' => 'Crear plantilla',
|
||||
'incident-templates' => 'Plantillas de incidente',
|
||||
'updates' => [
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Algo salió mal al actualizar la actualización del incidente',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Informado por :user',
|
||||
'add' => [
|
||||
'title' => 'Reportar incidente',
|
||||
'success' => 'Incidente agregado.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Mantenimiento programado',
|
||||
'logged' => '{0} No hay planificaciones, buen trabajo.|Has registrado una planificación.|Has registrado <strong>:count</strong> planificaciones.',
|
||||
'logged' => '{0} No ha habido mantenimiento, buen trabajo.|[1]Has registrado una planificación.|[2,*]Has registrado <strong>:count</strong> planificaciones.',
|
||||
'scheduled_at' => 'Programado para :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Agregar mantenimiento programado',
|
||||
|
||||
@@ -49,12 +49,12 @@ return [
|
||||
'name' => 'Nombre',
|
||||
'status' => 'Estado',
|
||||
'component' => 'Componente',
|
||||
'component_status' => 'Component Status',
|
||||
'component_status' => 'Estado del componente',
|
||||
'message' => 'Mensaje',
|
||||
'message-help' => 'También puedes usar Markdown.',
|
||||
'occurred_at' => '¿Cuando ocurrió este incidente?',
|
||||
'notify_subscribers' => '¿Notificar a los suscriptores?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'notify_disabled' => 'Las notificaciones sobre este incidente o sus componentes serán suprimidas, debido a un mantenimiento programado.',
|
||||
'visibility' => 'Visibilidad del incidente',
|
||||
'stick_status' => 'Pega Incidente',
|
||||
'stickied' => 'Fijado',
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => '¿Mostrar gráficas en la pagina de estado?',
|
||||
'about-this-page' => 'Sobre esta página',
|
||||
'days-of-incidents' => '¿Cuántos días de incidentes mostrar?',
|
||||
'time_before_refresh' => 'Tasa de actualización de la página de estado (en segundos).',
|
||||
'time_before_refresh' => 'Tasa de actualización de la página de estado (en segundos)',
|
||||
'major_outage_rate' => 'Umbral de interrupción importante (en %)',
|
||||
'banner' => 'Imagen del banner',
|
||||
'banner-help' => 'Se recomienda subir una imagen no más grande de 930px de ancho .',
|
||||
'banner-help' => 'Se recomienda subir una imagen no más grande de 930px de ancho',
|
||||
'subscribers' => '¿Permitir a la gente inscribirse mediante noficiacion por correo electronico?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'suppress_notifications_in_maintenance' => '¿Suprimir notificaciones cuando el incidente ocurra durante el período de mantenimiento?',
|
||||
'skip_subscriber_verification' => '¿Omitir verificación de usuarios? (Advertencia, podrías ser spammeado)',
|
||||
'automatic_localization' => '¿Traducir automáticamente la página de estado según el lenguaje del visitante?',
|
||||
'enable_external_dependencies' => 'Activar Dependencias de Terceros (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Mostrar la zona horaria en la que se está ejecutando la página de estado.',
|
||||
'show_timezone' => 'Mostrar la zona horaria en la que se está ejecutando la página de estado',
|
||||
'only_disrupted_days' => '¿Solamente mostrar en la línea de tiempo días que contengan incidentes?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Formato de fecha de incidente',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Dominios permitidos',
|
||||
'allowed-domains-help' => 'Separados por coma. El dominio establecido en la configuración del sitio formará automáticamente parte de los dominios permitidos.',
|
||||
'allowed-domains' => 'Dominios permitidos',
|
||||
'allowed-domains-help' => 'Separados por coma. El dominio establecido en la configuración del sitio formará automáticamente parte de los dominios permitidos.',
|
||||
'always-authenticate' => 'Autenticar siempre',
|
||||
'always-authenticate-help' => 'Requerir login para ver cualquier página de Cachet',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Hoja de estilo personalizada',
|
||||
@@ -218,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invita a los miembros de equipo introduciendo sus direcciones de correo electrónico aquí.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Dirección de correo electrónico de los miembros de su equipo',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -238,7 +241,7 @@ return [
|
||||
'remove' => 'Remover',
|
||||
'invite' => 'Invitar',
|
||||
'signup' => 'Registrarse',
|
||||
'manage_updates' => 'Administrar las actualizaciones',
|
||||
'manage_updates' => 'Administrar actualizaciones',
|
||||
|
||||
// Other
|
||||
'optional' => '* Opcional',
|
||||
|
||||
@@ -43,9 +43,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Sistema operativo | [2,Inf] Todos los sistemas están operativos',
|
||||
'bad' => '[0,1] El sistema está actualmente experimentando problemas | [2,Inf] Algunos sistemas están experimentando problemas',
|
||||
'major' => '[0,1] El servicio está experimentando una interrupción mayor | [2, Inf] Algunos sistemas están experimentando una interrupción mayor',
|
||||
'good' => '[0,1] Sistema operativo|[2,Inf] Todos los sistemas están operativos',
|
||||
'bad' => '[0,1] El sistema está actualmente experimentando problemas|[2,Inf] Algunos sistemas están experimentando problemas',
|
||||
'major' => '[0,1] El servicio está experimentando una interrupción mayor|[2, Inf] Algunos sistemas están experimentando una interrupción mayor',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] سامانه فعال است | [2,Inf] همه سامانهها فعالند',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] سامانه در حال حاضر دچار اشکال است | [2,Inf] برخی از سامانهها دچار اشکال شدهاند',
|
||||
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'مشترک شوید تا از آخرین بهروزرسانیها آگاه شوید',
|
||||
'unsubscribe' => 'لغو عضویت در :link',
|
||||
'button' => 'اشتراک اطلاعرسانی',
|
||||
'manage' => [
|
||||
'subscribe' => 'مشترک شوید تا از آخرین بهروزرسانیها آگاه شوید',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'اشتراک اطلاعرسانی',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'در حال حاضر شما برای همه بهروزرسانیها مشترک هستید.',
|
||||
'my_subscriptions' => 'در حال حاضر شما برای این بهروزرسانیها مشترک هستید.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'اشتراک در بهروزرسانیهای ایمیلی.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Schedule',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'ایجاد قالب',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'تعمیرات زمانبندی شده',
|
||||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'زمانبندی شده در :timestamp',
|
||||
'add' => [
|
||||
'title' => 'افزودن تعمیرات زمانبندی شده',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'نمودار(گراف) در صفحه وضعیت نمایش داده شود؟',
|
||||
'about-this-page' => 'درباره این صفحه',
|
||||
'days-of-incidents' => 'چند روز از رویدادها نمایش داده شوند؟',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'تصویر بنر',
|
||||
'banner-help' => 'پیشنهاد میشود که شما تصاویری با پهنای بیشتر از 930px آپلود نکنید.',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'آیا به کاربران اجازه ثبتنام برای اعلانهای ایمیلی داده شود؟',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'به صورت خودکار صفحه وضعیت به زبان مشاهدهکنندگان تغییر زبان دهد؟',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'فرمت استمپزمان (timestamp) رویداد',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'دامینهای مجاز',
|
||||
'allowed-domains-help' => 'جدا شده توسط کاما، دامینهایی که در بالا قرار دارند به صورت پیشفرض مجاز هستند.',
|
||||
'allowed-domains' => 'دامینهای مجاز',
|
||||
'allowed-domains-help' => 'جدا شده توسط کاما، دامینهایی که در بالا قرار دارند به صورت پیشفرض مجاز هستند.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'برگه style سفارشی',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'پس زمینه پر (کامپوننتها، رویدادها، پایین صفحه)',
|
||||
'banner-background-color' => 'رنگ پسزمینه بنر',
|
||||
'banner-padding' => 'فاصلههای بنر',
|
||||
'fullwidth-banner' => 'آیا بنر با پهنای کامل فعال شود؟',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'رنگ متن',
|
||||
'dashboard-login' => 'کلید داشبود در پایین صفحه نمایش داده شود؟',
|
||||
'reds' => 'قرمز (مورد استفاده برای خطاها)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] järjestelmät ovat toiminnassa| [2, Inf] Kaikki järjestelmät ovat toiminnassa',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] järjestelmässä on tällä hetkellä ongelmia| [2, Inf] Joissakin järjestelmissä on ongelmia',
|
||||
'major' => '[0,1] Palvelussa on merkittävä katkos| [2, Inf] Joissakin järjestelmissä on merkittävä katkoksia',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Tilaa uusimmat päivitykset',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'button' => 'Tilaa',
|
||||
'manage' => [
|
||||
'subscribe' => 'Tilaa uusimmat päivitykset',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Tilaa',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Olet tällä hetkellä tilannut kaikki ilmoitukset.',
|
||||
'my_subscriptions' => 'Olet tällä hetkellä tilannut seuraavat ilmoitukset.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Tilaa sähköpostiin päivitykset.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Tapahtumat & ajastaminen',
|
||||
'incidents' => 'Tapahtumat',
|
||||
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Luo mallipohja',
|
||||
'incident-templates' => 'Tapahtumamalli',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Luo tapahtuma malli',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Ilmoita tapahtuma',
|
||||
'success' => 'Tapahtuma lisätty.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Ajastettu tapahtuma',
|
||||
'logged' => '{0} Täälä ei ole ajastettuja tapahtumia, hyvää työtä | Olet ajastanut yhden tapahtuman | Olet ajastanut <strong>:count</strong> tapahtumia.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Ajastettu :timestamp alkaen',
|
||||
'add' => [
|
||||
'title' => 'Lisää ajastettu tapahtuma',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Näyttää kaaviot tila-sivulla?',
|
||||
'about-this-page' => 'Tietoa tästä sivustosta',
|
||||
'days-of-incidents' => 'Monenko päivän ajalta tapaukset näytetään?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Bannerikuva',
|
||||
'banner-help' => 'On suositeltavaa, ettet lataa yli 930px leveitä kuvia.',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Salli käyttäjien tilata sähköpostitilaukset?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Lokalisoidaanko statussivu automaattisesti kävijän kielen mukaan?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Näytä aikavyöhyke tilat sivulla.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Tapauksen aikaleiman muoto',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Sallittu toimialueet',
|
||||
'allowed-domains-help' => 'Pilkulla erotettuna. Edellä olevat toimialueet sallitaan automaattisesti oletuksena.',
|
||||
'allowed-domains' => 'Sallittu toimialueet',
|
||||
'allowed-domains-help' => 'Pilkulla erotettuna. Edellä olevat toimialueet sallitaan automaattisesti oletuksena.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Mukautettu tyylisivu',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Taustaväri (komponentit, tapaukset, alatunniste)',
|
||||
'banner-background-color' => 'Bannerin taustaväri',
|
||||
'banner-padding' => 'Bannerin tyhjä tila',
|
||||
'fullwidth-banner' => 'Käytetäänkö täyslevyistä banneria?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Tekstin väri',
|
||||
'dashboard-login' => 'Näytetäänkö hallintanäkymän linkki alatunnisteessa?',
|
||||
'reds' => 'Punainen (virheilmoituksia varten)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Système opérationnel|[2,Inf] Tous les systèmes sont opérationnels',
|
||||
'good' => '[0,1] Système opérationnel|[2,*] Tous les systèmes sont opérationnels',
|
||||
'bad' => '[0,1] Le système rencontre actuellement des problèmes|[2,Inf] Certains systèmes rencontrent des problèmes',
|
||||
'major' => '[0,1] Le service rencontre une panne majeure|[2,Inf] Certains systèmes rencontrent une panne majeure',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Abonnez-vous pour obtenir les dernières mises à jour.',
|
||||
'unsubscribe' => 'Se désinscrire :link',
|
||||
'button' => 'S\'abonner',
|
||||
'manage' => [
|
||||
'subscribe' => 'Abonnez-vous pour obtenir les dernières mises à jour.',
|
||||
'unsubscribe' => 'Se désabonner',
|
||||
'button' => 'S\'abonner',
|
||||
'manage_subscription' => 'Gérer l\'abonnement',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.',
|
||||
'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.',
|
||||
'manage_at_link' => 'Gérer vos abonnements à :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'S\'abonner aux notifications par email.',
|
||||
|
||||
@@ -18,7 +18,7 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Planification',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0} Aucun incident, bon travail.|Vous avez un incident signalé.|Vous avez <strong>:count</strong> incidents signalés.',
|
||||
'logged' => '{0}Aucun incident, félicitations!.|[1]Vous avez signalé un incident|[2,*]Vous avez signalé <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Créer un modèle',
|
||||
'incident-templates' => 'Modèles d\'incident',
|
||||
'updates' => [
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Un problème est survenu lors de la mise à jour de l\'incident',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Signalé par :user',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un incident',
|
||||
'success' => 'Incident ajouté.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Maintenance Planifiée',
|
||||
'logged' => '{0} Aucune maintenance en cours, félicitations.|Vous avez une maintenance planifiée.|Vous avez <strong>:count</strong> maintenances planifiées.',
|
||||
'logged' => '{0} Aucune maintenance en cours, félicitations.|[1]Vous avez une maintenance planifiée.|[2,*]Vous avez <strong>:count</strong> maintenances de planifiées.',
|
||||
'scheduled_at' => 'Planifiée à :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Ajouter une maintenance planifiée',
|
||||
|
||||
@@ -54,7 +54,7 @@ return [
|
||||
'message-help' => 'Vous pouvez également utiliser le format Markdown.',
|
||||
'occurred_at' => 'Quand s\'est produit cet incident ?',
|
||||
'notify_subscribers' => 'Notifier les abonnés ?',
|
||||
'notify_disabled' => 'Pour cause de maintenance planifiée, les notifications sur cet incident ou ses composants sont supprimées.',
|
||||
'notify_disabled' => 'À cause d\'une maintenance planifiée, les notifications sur cet incident ou ses composants seront supprimées.',
|
||||
'visibility' => 'Visibilité de l\'incident',
|
||||
'stick_status' => 'Incident épinglé',
|
||||
'stickied' => 'Épinglé',
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Afficher les graphiques sur la page de statut ?',
|
||||
'about-this-page' => 'À propos de cette page',
|
||||
'days-of-incidents' => 'Combien de jours d\'incidents à montrer ?',
|
||||
'time_before_refresh' => 'Fréquence de rafraîchissement de la page de statut (en secondes).',
|
||||
'time_before_refresh' => 'Fréquence de rafraîchissement de la page de statut (en secondes)',
|
||||
'major_outage_rate' => 'Seuil de panne majeure (en %)',
|
||||
'banner' => 'Image d\'en-tête',
|
||||
'banner-help' => 'Il est recommandé de téléchargez un fichier ne dépassant pas 930px de large .',
|
||||
'banner-help' => "Il est recommandé de ne pas envoyer un fichier d'une largeur de plus de 930 px",
|
||||
'subscribers' => 'Permettre aux personnes de s\'inscrire aux notifications par e-mail ?',
|
||||
'suppress_notifications_in_maintenance' => 'Supprimer les notifications lorsqu\'un incident se produit au cours de la période de maintenance ?',
|
||||
'skip_subscriber_verification' => 'Ne pas vérifier les utilisateurs ? (Attention, vous pourriez être spammé)',
|
||||
'automatic_localization' => 'Traduire automatiquement votre page de statut dans la langue du visiteur ?',
|
||||
'enable_external_dependencies' => 'Activer les dépendances tierces (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Afficher le fuseau horaire sur la page de statut.',
|
||||
'show_timezone' => 'Afficher le fuseau horaire configuré pour la page de statut',
|
||||
'only_disrupted_days' => 'Afficher uniquement les jours contenant des incidents dans la timeline ?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Format de la date de l\'incident',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Domaines autorisés',
|
||||
'allowed-domains-help' => 'Séparés par des virgules. Le domaine défini ci-dessus est automatiquement autorisé par défaut.',
|
||||
'allowed-domains' => 'Domaines autorisés',
|
||||
'allowed-domains-help' => 'Séparés par des virgules. Le domaine défini ci-dessus est automatiquement autorisé par défaut.',
|
||||
'always-authenticate' => 'Authentification nécessaire',
|
||||
'always-authenticate-help' => 'L\'accès aux pages de Cachet sera réservée aux comptes connectés',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Feuille de style personnalisée',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Couleur de remplissage de l\'arrière-plan (composants, incidents, pied de page)',
|
||||
'banner-background-color' => 'Couleur d\'arrière-plan de l\'en-tête',
|
||||
'banner-padding' => 'Marge de l\'en-tête',
|
||||
'fullwidth-banner' => 'Activer l\'en-tête en pleine largeur ?',
|
||||
'fullwidth-banner' => 'Activez la bannière pleine largeur ?',
|
||||
'text-color' => 'Couleur du texte',
|
||||
'dashboard-login' => 'Afficher le bouton "Tableau de bord" dans le pied de page ?',
|
||||
'reds' => 'Rouge (utilisé pour les erreurs)',
|
||||
|
||||
@@ -84,7 +84,7 @@ return [
|
||||
'string' => 'L\'attribut ":attribute" doit faire :size caractères.',
|
||||
'array' => ':attribute doit contenir :size éléments.',
|
||||
],
|
||||
'string' => 'L\' :attribut doit être une chaîne de caractères.',
|
||||
'string' => ':attribut doit être une chaîne de caractères.',
|
||||
'timezone' => ':attribute doit être une zone valide.',
|
||||
'unique' => ':attribute a déjà été pris.',
|
||||
'url' => 'Le format de :attribute n\'est pas valide.',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'button' => 'Subscribe',
|
||||
'manage' => [
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Schedule',
|
||||
'incidents' => 'אירועים',
|
||||
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'תחזוקה מתוזמנת',
|
||||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'להציג גרפים בדף של סטטוס?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'כמה ימים של אירועים להראות?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
|
||||
@@ -33,7 +33,7 @@ return [
|
||||
'scheduled' => 'Ütemezett karbantartás',
|
||||
'scheduled_at' => ', ütemezve: :timestamp',
|
||||
'posted' => 'Közzétéve :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'posted_at' => 'Közzétéve :timestamp',
|
||||
'status' => [
|
||||
1 => 'Kivizsgálás alatt',
|
||||
2 => 'Azonosítva',
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Kérjük iratkozzon fel a legújabb frissítésekért',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'button' => 'Feliratkozás',
|
||||
'manage' => [
|
||||
'subscribe' => 'Kérjük iratkozzon fel a legújabb frissítésekért',
|
||||
'unsubscribe' => 'Leiratkozás',
|
||||
'button' => 'Feliratkozás',
|
||||
'manage_subscription' => 'Feliratkozások kezelése',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Minden frissítésre feliratkozva.',
|
||||
'my_subscriptions' => 'A következő frissítésekre feliratkozva.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Feliratkozás e-mail értesítésekre.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidensek & Ütemezés',
|
||||
'incidents' => 'Incidensek',
|
||||
'logged' => '{0} Nincs semmilyen incidens, szép munka.|Ön egy incidenst jelentett.|Ön összesen <strong>:count</strong> incidenst jelentett.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Sablon létrehozása',
|
||||
'incident-templates' => 'Incidens Sablonok',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Új incidens frissítés létrehozása',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Incidens jelentése',
|
||||
'success' => 'Incidens létrehozva.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Ütemezett karbantartás',
|
||||
'logged' => '{0} Nincs semmilyen ütemterv, szép munka.|Ön egy ütemtervet regisztrált.|Ön összesen <strong>:count</strong> ütemtervet regisztrált.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Ütemezve: :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Ütemezett Karbantartás létrehozása',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Grafikonok mutatása az állapot oldaon?',
|
||||
'about-this-page' => 'Erről az oldalról',
|
||||
'days-of-incidents' => 'Mennyi incidens legyen látható?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner kép',
|
||||
'banner-help' => 'Nem ajánlott 930 pixelnél szélesebb képet feltölteni.',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Emberek regisztrálhatnak email értesítésekre?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Felhasználó-ellenőrzés kihagyása? (Vigyázat, spam üzeneteket eredményezhet)',
|
||||
'automatic_localization' => 'Állapot oldal automatikus lokalizálása a látogató nyelvén?',
|
||||
'enable_external_dependencies' => 'Harmadik féltől származó függőségek engedélyezése (Google Fonts, Tracker, stb)',
|
||||
'show_timezone' => 'Az aktuális időzóna megjelenítése az állapot oldalon.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Csak incidenssel rendelkező napok megjelenítése?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Incidens időbélyeg formátuma',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Engedélyezett domainek',
|
||||
'allowed-domains-help' => 'Vesszővel elválasztott. A fenti domain alapértelmezés szerint engedélyezve van.',
|
||||
'allowed-domains' => 'Engedélyezett domainek',
|
||||
'allowed-domains-help' => 'Vesszővel elválasztott. A fenti domain alapértelmezés szerint engedélyezve van.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Egyedi Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Háttérszín kitöltés (komponensek, incidensek, lábjegyzet)',
|
||||
'banner-background-color' => 'Banner háttérszín',
|
||||
'banner-padding' => 'Banner margó',
|
||||
'fullwidth-banner' => 'Teljes szélességű banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Szöveg szín',
|
||||
'dashboard-login' => 'Műszerfal gomb megjelenítése a lábjegyzetben?',
|
||||
'reds' => 'Piros (hibáknál)',
|
||||
@@ -238,7 +241,7 @@ return [
|
||||
'remove' => 'Törlés',
|
||||
'invite' => 'Meghívás',
|
||||
'signup' => 'Regisztráció',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
'manage_updates' => 'Frissítések kezelése',
|
||||
|
||||
// Other
|
||||
'optional' => '* Opcionális',
|
||||
|
||||
@@ -51,7 +51,7 @@ return [
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name Updated',
|
||||
'title' => 'Frissítve',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
@@ -101,7 +101,7 @@ return [
|
||||
'subject' => 'Your invitation is inside...',
|
||||
'content' => 'You have been invited to join :app_name status page.',
|
||||
'title' => 'You\'re invited to join :app_name status page.',
|
||||
'action' => 'Accept',
|
||||
'action' => 'Elfogadás',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Előző',
|
||||
'next' => 'Következő',
|
||||
|
||||
];
|
||||
|
||||
@@ -32,7 +32,7 @@ return [
|
||||
'before' => ':attribute csak :date előtti dátum lehet.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute csak :min és :max között érvényes.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'file' => 'Az :attribute-nak :min -:max kilobájt között kell lennie.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => ':attribute csak :min és :max elem közötti lehet.',
|
||||
],
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1]Sistem operasional|[2,*] Semua sistem operasional',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1]Sistem ini sedang mengalami masalah|[2,*]Beberapa sistem mengalami masalah',
|
||||
'major' => '[0,1]Sistem mengalami masalah besar|[2,*]Beberapa sistem mengalami masalah besar',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Ikuti newsletter untuk mendapat update terbaru.',
|
||||
'unsubscribe' => 'Berhenti berlangganan: :link',
|
||||
'button' => 'Daftar',
|
||||
'manage' => [
|
||||
'subscribe' => 'Ikuti newsletter untuk mendapat update terbaru.',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Daftar',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Anda saat ini terdaftar untuk semua update.',
|
||||
'my_subscriptions' => 'Anda saat ini berlangganan update berikut.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Langganan update email.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Insiden & Penjadwalan',
|
||||
'incidents' => 'Insiden',
|
||||
'logged' => '{0} Tidak ada insiden, bagus.|[1] Anda mencatat satu insiden.|[2,*] Anda melaporkan <strong>:count</strong> insiden.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Buat Template',
|
||||
'incident-templates' => 'Template Insiden',
|
||||
'updates' => [
|
||||
'title' => 'Update insiden untuk :incident',
|
||||
'count' => '{0} Nol Update|[1] Satu Update|[2] Dua Update|[3,*] Beberapa Update',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Buat update insiden baru',
|
||||
'success' => 'Update baru insiden anda berhasil dibuat.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Ada masalah saat memperbarui update insiden',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Tambahkan Insiden',
|
||||
'success' => 'Insiden sudah ditambahkan.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Pemeliharaan',
|
||||
'logged' => '{0} Tidak ada penjadwalan, mantap. | [1] Anda mencatat satu jadwal. | [2,*] Anda melaporkan <strong>:count</strong> jadwal.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Dijadwalkan pada :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Tambahkan Jadwal Pemeliharaan',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Tampilkan grafik di halaman status?',
|
||||
'about-this-page' => 'Tentang halaman ini',
|
||||
'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?',
|
||||
'time_before_refresh' => 'Kecepatan refresh halaman status (dalam detik).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Gambar Banner',
|
||||
'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?',
|
||||
'suppress_notifications_in_maintenance' => 'Paksa munculnya notifikasi ketika insiden terjadi saat periode pemeliharaan?',
|
||||
'skip_subscriber_verification' => 'Lewatkan verifikasi user? (Hati-hati, anda bisa kena spam)',
|
||||
'automatic_localization' => 'Otomatis ganti bahasa halaman status anda ke bahasa pengunjung?',
|
||||
'enable_external_dependencies' => 'Aktifkan Dependensi Pihak Ketiga (Font Google, Trackers, dll...)',
|
||||
'show_timezone' => 'Tampilkan zona waktu dimana halaman status berjalan.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Hanya tampilkan hari yang berisi insiden dalam linimasa?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Format Waktu Insiden',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Domain yang dibolehkan',
|
||||
'allowed-domains-help' => 'Pisahkan dengan koma. Domain yang ada di atas otomatis akan dibolehkan.',
|
||||
'allowed-domains' => 'Domain yang dibolehkan',
|
||||
'allowed-domains-help' => 'Pisahkan dengan koma. Domain yang ada di atas otomatis akan dibolehkan.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Stylesheet Kustom',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Isian latar belakang (Komponen, Insiden, Footer)',
|
||||
'banner-background-color' => 'Banner Background Color',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Warna teks',
|
||||
'dashboard-login' => 'Tampilkan tombol dashboard di footer?',
|
||||
'reds' => 'Merah (Digunakan jika ada kesalahan)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Sistema operativo|[2,Inf] Tutti i sistemi sono operativi',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] Il sistema al momento presenta problemi|[2,Inf] Alcuni sistemi presentano problemi',
|
||||
'major' => '[0,1] Il servizio presenta presenta un grave problema|[2,Inf] Alcuni sistemi presentano un grave problema',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Iscriviti per ricevere gli aggiornamenti più recenti',
|
||||
'unsubscribe' => 'Annulla l\'iscrizione a :link',
|
||||
'button' => 'Iscriviti',
|
||||
'manage' => [
|
||||
'subscribe' => 'Iscriviti per ricevere gli aggiornamenti più recenti',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Iscriviti',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Sei attualmente iscritto a tutti gli aggiornamenti.',
|
||||
'my_subscriptions' => 'Sei attualmente iscritto ai seguenti suggerimenti.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Iscriviti agli aggiornamenti via email.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Segnalazioni & Pianificazione',
|
||||
'incidents' => 'Incidenti',
|
||||
'logged' => '{0} Non ci sono segnalazioni, ottimo lavoro.|Hai notificato una segnalazione.|Hai notificato <strong>:count</strong> segnalazioni.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Crea Modello',
|
||||
'incident-templates' => 'Modelli di segnalazione',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero aggiornamenti |[1] Un aggiornamento |[2] Due aggiornamenti | [3, *] Diversi aggiornamenti',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Crea nuovo aggiornamento incidente',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Riporta un problema',
|
||||
'success' => 'Segnalazione aggiunta.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Manutenzione programmata',
|
||||
'logged' => '{0} non ci sono pianificazioni, buon lavoro. | Hai annotato una pianificazione. | Hai riportato <strong>:count</strong> pianificazioni.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Pianificato alle :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Aggiungi manutenzione programmata',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Visualizzare i grafici nella pagina di stato?',
|
||||
'about-this-page' => 'Informazioni sulla pagina',
|
||||
'days-of-incidents' => 'Quanti giorni di segnalazioni mostrare?',
|
||||
'time_before_refresh' => 'Frequenza di aggiornamento della pagina di stato (in secondi).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Immagine del banner',
|
||||
'banner-help' => 'È consigliabile caricare file larghi non più di 930px.',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Permettere alle persone di iscriversi alle notifiche via email?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifica degli utenti? (Attenzione, potreste ricevere spam)',
|
||||
'automatic_localization' => 'Tradurre automaticamente la tua pagina di stato nella lingua del visitatore?',
|
||||
'enable_external_dependencies' => 'Attivare le dipendenze di terze parti (Google Fonts, Trackers, ecc...)',
|
||||
'show_timezone' => 'Visualizza il fuso orario nella pagina stato.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Mostra solo i giorni contenenti incidenti nella timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Formato timestamp della segnalazione',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Domini consentiti',
|
||||
'allowed-domains-help' => 'Separati da virgola. Il dominio impostato sopra è automaticamente consentito per impostazione predefinita.',
|
||||
'allowed-domains' => 'Domini consentiti',
|
||||
'allowed-domains-help' => 'Separati da virgola. Il dominio impostato sopra è automaticamente consentito per impostazione predefinita.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Foglio di stile personalizzato',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Riempimento sfondo (componenti, segnalazioni, footer)',
|
||||
'banner-background-color' => 'Colore di sfondo del banner',
|
||||
'banner-padding' => 'Padding del banner',
|
||||
'fullwidth-banner' => 'Abilitare banner a piena larghezza?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Colore del testo',
|
||||
'dashboard-login' => 'Mostrare pulsante del pannello amministrativo nel footer?',
|
||||
'reds' => 'Rosso (utilizzato per gli errori)',
|
||||
|
||||
@@ -28,11 +28,11 @@ return [
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'インシデントはありません',
|
||||
'past' => '過去のインシデント',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'past' => 'インシデント履歴',
|
||||
'stickied' => 'ピン留めインシデント',
|
||||
'scheduled' => '計画メンテナンス',
|
||||
'scheduled_at' => ', 予定日時 :timestamp',
|
||||
'posted' => '投稿日時 :timestamp',
|
||||
'posted' => '掲載日時 :timestamp',
|
||||
'posted_at' => '掲載日時 :timestamp',
|
||||
'status' => [
|
||||
1 => '調査中',
|
||||
@@ -45,17 +45,17 @@ return [
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
0 => '近日中',
|
||||
1 => '進行中',
|
||||
2 => '完了',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1]正常に稼動しています|[2,Inf]全システムが正常に稼動しています',
|
||||
'bad' => '[0,1]問題が発生しています|[2,Inf]一部システムにて問題が発生しています',
|
||||
'major' => '[0, 1]システムで大きな問題が発生 |[2、*]いくつかのシステムの主要な問題が発生しています。',
|
||||
'good' => '全システムが正常に稼働しています',
|
||||
'bad' => '一部のシステムに問題が発生しています',
|
||||
'major' => 'システムに深刻な問題が発生しています',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -75,22 +75,24 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => '最新のアップデート情報を購読する',
|
||||
'unsubscribe' => '登録解除はこちら :link',
|
||||
'button' => '購読',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'subscribe' => '最新のアップデート情報を購読する',
|
||||
'unsubscribe' => '購読の解除',
|
||||
'button' => '購読',
|
||||
'manage_subscription' => '購読の管理',
|
||||
'manage' => [
|
||||
'no_subscriptions' => '現在、すべてのアップデートを購読しています。',
|
||||
'my_subscriptions' => '現在、以下のアップデートを購読しています。',
|
||||
'manage_at_link' => '購読の管理',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'メールによるアップデート情報の購読',
|
||||
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
|
||||
'verified' => 'Your email subscription has been confirmed. Thank you!',
|
||||
'manage' => 'Manage your subscription',
|
||||
'verified' => 'あなたのメール購読を確認しました。ありがとうございます!',
|
||||
'manage' => '購読の管理',
|
||||
'unsubscribe' => 'Unsubscribe from email updates.',
|
||||
'unsubscribed' => 'Your email subscription has been cancelled.',
|
||||
'failure' => 'Something went wrong with the subscription.',
|
||||
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
||||
'unsubscribed' => 'メールの購読が取り消されました。',
|
||||
'failure' => '購読に失敗しました。',
|
||||
'already-subscribed' => '既に購読しているので :email の購読ができません。',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -111,7 +113,7 @@ return [
|
||||
'modal' => [
|
||||
'close' => '閉じる',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'title' => 'コンポーネントのアップデート情報を購読する',
|
||||
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
|
||||
'button' => '購読',
|
||||
],
|
||||
@@ -128,7 +130,7 @@ return [
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'home' => 'ホーム',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'about_this_site' => 'このサイトについて',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'インシデント & スケジュール',
|
||||
'incidents' => 'インシデント',
|
||||
'logged' => '{0} 良いですね。インシデントはありません。|インシデントを1件登録しました。|あなたはインシデントを <strong>:count 件</strong> 報告しています。',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'テンプレートの作成',
|
||||
'incident-templates' => 'インシデント・テンプレート',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'インシデントの報告',
|
||||
'success' => 'インシデントが追加されました。',
|
||||
@@ -74,11 +75,11 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => '計画メンテナンス',
|
||||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'title' => '計画メンテナンス',
|
||||
'success' => '計画メンテナンスが追加されました。',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
|
||||
@@ -49,12 +49,12 @@ return [
|
||||
'name' => '名前',
|
||||
'status' => '状況',
|
||||
'component' => 'コンポーネント',
|
||||
'component_status' => 'Component Status',
|
||||
'component_status' => 'コンポーネントのステータス',
|
||||
'message' => 'メッセージ',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'notify_disabled' => '計画メンテナンスにより、このインシデントまたはそのコンポーネントについての通知は抑制されます。',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'このページについて',
|
||||
'days-of-incidents' => '何日間のインシデントを表示しますか?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'ステータス ページ更新間隔 (秒)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'バナー画像',
|
||||
'banner-help' => '横幅が930px以内の画像をアップロードしてください。',
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'suppress_notifications_in_maintenance' => 'メンテナンス期間中にインシデントが発生したときの通知を抑制しますか?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'ステータス ページがで実行されているタイムゾーンを表示する。',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => '許可されているドメイン',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'allowed-domains' => '許可されているドメイン',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => '全幅バナーを有効にしますか?',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'ダッシュボードページへのリンクをフッター部分に表示しますか?',
|
||||
'reds' => 'レッド(エラー表示に使用されます)',
|
||||
|
||||
@@ -13,13 +13,13 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'コンポーネント状況を更新しました',
|
||||
'greeting' => 'コンポーネント状況を更新しました!',
|
||||
'subject' => 'コンポーネントの状況を更新しました',
|
||||
'greeting' => 'コンポーネントの状況を更新しました!',
|
||||
'content' => ':nameの状況が:old_statusから:new_statusに変更しました。',
|
||||
'action' => '見て',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'コンポーネント状況を更新しました',
|
||||
'title' => 'コンポーネントの状況を更新しました',
|
||||
'content' => ':nameの状況が:old_statusから:new_statusに変更しました。',
|
||||
],
|
||||
'sms' => [
|
||||
|
||||
@@ -29,11 +29,11 @@ return [
|
||||
'incidents' => [
|
||||
'none' => '아무 문제도 보고되지 않음',
|
||||
'past' => '이전 문제',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'stickied' => '고정된 문제',
|
||||
'scheduled' => '예정된 유지 보수',
|
||||
'scheduled_at' => ', :timestamp 에 예정됨',
|
||||
'posted' => '게시 됨 :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'posted_at' => ':timestamp에 게시됨',
|
||||
'status' => [
|
||||
1 => '파악 중',
|
||||
2 => '확인됨',
|
||||
@@ -45,15 +45,15 @@ return [
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
0 => '예정',
|
||||
1 => '진행 중',
|
||||
2 => '완료',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'good' => '[0,1]시스템 정상|[2,*]모든 시스템 정상',
|
||||
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => '최신 업데이트를 받아 보기 위한 구독신청.',
|
||||
'unsubscribe' => '탈퇴하기 :링크',
|
||||
'button' => '구독',
|
||||
'manage' => [
|
||||
'subscribe' => '최신 업데이트를 받아 보기 위한 구독신청.',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => '구독',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => '당신은 모든 업데이트를 구독하고 있습니다',
|
||||
'my_subscriptions' => '당신은 다음 업데이트를 구독하고 있습니다',
|
||||
'manage_at_link' => ':link에서 구독을 관리할 수 있음',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => '이메일 구독 신청.',
|
||||
@@ -120,17 +122,17 @@ return [
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'incident' => 'Details and updates about the :name incident that occurred on :date',
|
||||
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
|
||||
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
|
||||
'overview' => 'Stay up to date with the latest service updates from :app.',
|
||||
'incident' => ':date에 발생한 :name에 대한 자세한 정보와 업데이트',
|
||||
'schedule' => ':startDate에 시작하는 계획된 :name 점검에 대한 자세한 정보',
|
||||
'subscribe' => ':app을 구독해서 사고와 예정된 점검에 대해서 받아볼 수 있음',
|
||||
'overview' => ':app의 최신 상태 업데이트를 받아보세요.',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => '홈',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'powered_by' => '<a href="https://cachethq.io" class="links">Cachet</a>에 의해 제공됩니다.',
|
||||
'timezone' => '시간은 :timezone을 기준으로 표시됩니다.',
|
||||
'about_this_site' => '이 사이트에 대해',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => '문제 및 예정',
|
||||
'incidents' => '문제',
|
||||
'logged' => '{0} 아무 문제가 없습니다, 잘하고 있어요.|하나의 문제에 대한 로깅이 있습니다.|<strong>:count</strong> 개의 문제가 리포트 되었습니다.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => '템플릿 생성',
|
||||
'incident-templates' => '문제 템플릿',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => '문제 추가',
|
||||
'success' => 'Incident added.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => '예정된 유지 보수',
|
||||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => ':timestamp 에 예정됨',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => '상태 페이지에 그래프 보이기',
|
||||
'about-this-page' => '이 페이지에 대하여',
|
||||
'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => '배너 이미지',
|
||||
'banner-help' => '가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => '이메일 알림을 받기 위한 회원가입 허용',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => '문제 Timestamp 형식',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => '허용된 도메인',
|
||||
'allowed-domains-help' => '쉼표로 구분. 위에 설정된 도메인은 기본적으로 자동 허용 됩니다.',
|
||||
'allowed-domains' => '허용된 도메인',
|
||||
'allowed-domains-help' => '쉼표로 구분. 위에 설정된 도메인은 기본적으로 자동 허용 됩니다.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => '커스텀 스타일시트',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner Background Color',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => '글자 색',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => '빨강 (에러에 사용됨)',
|
||||
|
||||
@@ -53,9 +53,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Systeem operationeel|[2,Inf] Alle systemen zijn operationeel',
|
||||
'good' => '[0,1]Systeem operationeel|[2,*]Alle systemen zijn operationeel',
|
||||
'bad' => '[0,1] Het systeem ondervindt momenteel problemen |[2,Inf] Sommige systemen ondervinden momenteel problemen',
|
||||
'major' => '[0,1] De service ondervindt momenteel een grote storing|[2,Inf] Sommige systemen ondervinden momenteel een grote storing',
|
||||
'major' => '[0,1] Het systeem ondervindt momenteel een grote storing|[2,Inf] Sommige systemen ondervinden momenteel een grote storing',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Abonneer voor de meest recente updates',
|
||||
'unsubscribe' => 'Meld je af via :link',
|
||||
'button' => 'Abonneren',
|
||||
'manage' => [
|
||||
'subscribe' => 'Abonneer voor de meest recente updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Abonneren',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Je bent momenteel geabonneerd op alle updates.',
|
||||
'my_subscriptions' => 'Je bent momenteel geabonneerd op de volgende updates.',
|
||||
'manage_at_link' => 'Beheer uw abonnementen op: link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Abonneren op e-mail updates.',
|
||||
@@ -120,9 +122,9 @@ return [
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'incident' => 'Informatie betreffende het incident :name van :date',
|
||||
'schedule' => 'Informatie betreffende het onderhoud :name gepland op :startDate',
|
||||
'subscribe' => 'Abonneer je op :app om updates te ontvangen van incidenten en gepland onderhoud',
|
||||
'incident' => 'Informatie en updates over het :name incident van :date',
|
||||
'schedule' => 'Informatie over het :name onderhoud gepland op :startDate',
|
||||
'subscribe' => 'Abonneer je op :app om updates te ontvangen van incidenten en geplande onderhoudsperioden',
|
||||
'overview' => 'Blijf op de hoogte van de laatste service updates over :app.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -16,25 +16,26 @@ return [
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidenten & planning',
|
||||
'title' => 'Incidenten & Onderhoud',
|
||||
'incidents' => 'Incidenten',
|
||||
'logged' => '{0} Proficiat, er zijn geen incidenten.|Er heeft zich één incident voorgedaan.|Er zijn <strong>:count</strong> incidenten gerapporteerd.',
|
||||
'logged' => '{0}Top, er zijn geen incidenten.|[1]Je hebt één incident gerapporteerd.|[2,*]Je hebt <strong>:count</strong> incidenten gerapporteerd.',
|
||||
'incident-create-template' => 'Maak template',
|
||||
'incident-templates' => 'Incident Sjablonen',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates voor :incident',
|
||||
'count' => '{0} Geen updates |[1] Een update |[2] Twee updates | [3, *] Verscheidene updates',
|
||||
'count' => '{0}Geen updates|[1]Één update|[2]Twee updates|[3,*]Meerdere updates',
|
||||
'add' => [
|
||||
'title' => 'Maak een nieuwe incident update',
|
||||
'success' => 'Je nieuwe incident template is aangemaakt.',
|
||||
'failure' => 'Er is iets misgegaan met de incident template.',
|
||||
'success' => 'Je nieuwe incident update is aangemaakt.',
|
||||
'failure' => 'Er is iets misgegaan met de incident update.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Incident update bewerken',
|
||||
'success' => 'De incident template is bijgewerkt.',
|
||||
'failure' => 'Er is een fout opgetreden bij het wijzigen van de incident template',
|
||||
'success' => 'De incident update is bijgewerkt.',
|
||||
'failure' => 'Er is een fout opgetreden bij het wijzigen van de incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Gemeld door: gebruiker',
|
||||
'add' => [
|
||||
'title' => 'Meld een incident',
|
||||
'success' => 'Incident toegevoegd.',
|
||||
@@ -74,11 +75,11 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Gepland onderhoud',
|
||||
'logged' => '{0} Er zijn geen schema\'s, goed werk.|Je hebt één schema aangemaakt.|Je hebt <strong>:count</strong> schema\'s aangegeven.',
|
||||
'logged' => '{0}Er zijn geen geplande onderhoudsmomenten.|[1]Er is één onderhoudsmoment gepland.|[2,*]Er zijn <strong>:count</strong> geplande onderhoudsmomenten.',
|
||||
'scheduled_at' => 'Gepland op :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Gepland onderhoud toevoegen',
|
||||
'success' => 'Gepland onderhoud toegevoegd.',
|
||||
'success' => 'Onderhoud toegevoegd.',
|
||||
'failure' => 'Er ging iets mis met het toevoegen van het geplande onderhoud, probeer het opnieuw.',
|
||||
],
|
||||
'edit' => [
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Grafieken tonen op statuspagina?',
|
||||
'about-this-page' => 'Over deze pagina',
|
||||
'days-of-incidents' => 'Hoeveel dagen moeten incidenten getoond worden?',
|
||||
'time_before_refresh' => 'Status pagina ververs interval (in seconden).',
|
||||
'time_before_refresh' => 'Statuspagina verversingssnelheid (in seconden)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner afbeelding',
|
||||
'banner-help' => 'Het wordt aanbevolen dat u geen bestanden upload die breeder zijn dan 930px.',
|
||||
'banner-help' => 'Bij voorkeur geen afbeeldingen breder dan 930 pixels uploaden',
|
||||
'subscribers' => 'Bezoekers toestaan om te abonneren op e-mail notificaties?',
|
||||
'suppress_notifications_in_maintenance' => 'Onderdruk meldingen wanneer incident tijdens de onderhoudingsperiode voordoet?',
|
||||
'skip_subscriber_verification' => 'Verificatie van gebruikers overslaan? (Let op, je kunt gespamd worden)',
|
||||
'automatic_localization' => 'Stel de taal van de bezoeker in als standaardtaal voor deze bezoeker?',
|
||||
'enable_external_dependencies' => 'Schakel afhankelijkheden van derden in (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Toon de tijdzone waarin de statuspagina staat.',
|
||||
'show_timezone' => 'Toon de tijdzone op de statuspagina',
|
||||
'only_disrupted_days' => 'Alleen dagen met incidenten op de tijdlijn tonen?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Incident tijdsaanduiding',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Toegestane domeinen',
|
||||
'allowed-domains-help' => 'Door komma\'s gescheiden. Het hierboven ingestelde domein is automatisch standaard toegelaten.',
|
||||
'allowed-domains' => 'Toegestane domeinen',
|
||||
'allowed-domains-help' => 'Door komma\'s gescheiden. Het hierboven ingestelde domein is automatisch standaard toegelaten.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Aangepaste Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Achtergrond opvulling (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner achtergrond kleur',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Volledige breedte van de banner aanzetten?',
|
||||
'fullwidth-banner' => 'Banner op volledige breedte tonen?',
|
||||
'text-color' => 'Tekstkleur',
|
||||
'dashboard-login' => 'Laat dashboard knop zien in de footer?',
|
||||
'reds' => 'Rood (voor errors)',
|
||||
|
||||
@@ -98,7 +98,7 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'Je uitnodiging zit in deze mail...',
|
||||
'subject' => 'Je uitnodiging zit in deze e-mail...',
|
||||
'content' => 'Je bent uitgenodigd voor de :app_name statuspagina.',
|
||||
'title' => 'Je bent uitgenodigd voor :app_name statuspagina.',
|
||||
'action' => 'Accepteer',
|
||||
|
||||
@@ -45,7 +45,7 @@ return [
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Upcoming',
|
||||
0 => 'Kommende',
|
||||
1 => 'Pågår',
|
||||
2 => 'Fullført',
|
||||
],
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Systemet er operativt| [2, Inf] Alle systemer er operative',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] Systemet har problemer| [2, Inf] Noen systemer har problemer',
|
||||
'major' => '[0,1] Det er et større brudd i systemet| [2, Inf] Noen systemer har større brudd',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Abonner for å få de siste oppdateringene',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'button' => 'Abonner',
|
||||
'manage' => [
|
||||
'subscribe' => 'Abonner for å få de siste oppdateringene',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Abonner',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Du abonnerer for øyeblikket på alle oppdateringer.',
|
||||
'my_subscriptions' => 'Du abonnerer for øyeblikket på følgende oppdateringer.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Abonner for å motta varslinger på e-post.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Hendelser & Tidsplan',
|
||||
'incidents' => 'Hendelser',
|
||||
'logged' => '{0} Det er ingen hendelser, bra jobbet.|Du har en logget hendelse.|Du har rapportert <strong>:count</strong> hendelser.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Opprett mal',
|
||||
'incident-templates' => 'Hendelsesmaler',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Opprett ny hendelseoppdatering',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Rapportere en hendelse',
|
||||
'success' => 'Hendelse lagt til.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Planlagt vedlikehold',
|
||||
'logged' => '{0} Det er ingen tidsplaner, bra jobbet. | Du har logget en hendelse. | Du har rapportert <strong>: antall</strong> tidsplaner.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Planlagt til :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Legg til planlagt vedlikehold',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Vis grafer på statussiden?',
|
||||
'about-this-page' => 'Om denne siden',
|
||||
'days-of-incidents' => 'Hvor mange dagers hendelser vises?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Bannerbilde',
|
||||
'banner-help' => 'Det anbefales at du ikke laster opp bilder bredere enn 930 piksler.',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Tillatt brukere å melde seg inn for epostvarslinger?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Hopp over kontroll av brukere? (Vær advart, du kunne bli spammet)',
|
||||
'automatic_localization' => 'Automatisk lokaliser statussiden til besøkendes språk?',
|
||||
'enable_external_dependencies' => 'Aktiver tredjeparts avhengigheter (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Vis tidssonen statussiden kjører i.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Bare Vis dager som inneholder hendelser i tidslinjen?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Hendelse tidsstempelformat',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Tillatte domener',
|
||||
'allowed-domains-help' => 'Atskilt med komma. Domenet ovenfor tillates automatisk som standard.',
|
||||
'allowed-domains' => 'Tillatte domener',
|
||||
'allowed-domains-help' => 'Atskilt med komma. Domenet ovenfor tillates automatisk som standard.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Tilpasset stilark',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Bakgrunnsfyll (komponenter, hendelser, bunntekst)',
|
||||
'banner-background-color' => 'Banner bakgrunnsfarge',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Aktiver fullbredde banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Tekstfarge',
|
||||
'dashboard-login' => 'Vis dashboardknappen i bunnteksten?',
|
||||
'reds' => 'Rød (brukes for feil)',
|
||||
|
||||
@@ -31,16 +31,16 @@ return [
|
||||
'array' => ':attribute må være en matrise.',
|
||||
'before' => ':attribute må være en dato før :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'numeric' => 'Attributt :attribute må være mellom :min og :max.',
|
||||
'file' => 'Attributt :attribute må være mellom :min og :max kilobytes.',
|
||||
'string' => 'Attributt :atribute må være mellom :min og :max tegn.',
|
||||
'array' => ':attribute må være mellom :min og :max elementer.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'boolean' => ':attribute feltet må være true eller false.',
|
||||
'confirmed' => ':attribute bekreftelsen samsvarer ikke.',
|
||||
'date' => ':attribute er ikke en gyldig dato.',
|
||||
'date_format' => ':attribute passer ikke med formatet :format.',
|
||||
'different' => ':attribute og :other må være forskjellige.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
|
||||
@@ -53,9 +53,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System działa poprawnie|[2,Inf] Wszystkie systemy działają poprawnie',
|
||||
'good' => '[0,1]System działa poprawnie|[2,*]Wszystkie systemy działają poprawnie',
|
||||
'bad' => '[0,1] W systemie występują problemy|[2,Inf] W niektórych systemach występują problemy',
|
||||
'major' => '[0,1] W system występują poważne problemy|[2,Inf] W niektórych systemach występują poważne problemy',
|
||||
'major' => '[0,1] W systemie występują poważne problemy|[2,Inf] W niektórych systemach występują poważne problemy',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
|
||||
'unsubscribe' => 'Wypisz się na :link',
|
||||
'button' => 'Abonnieren',
|
||||
'manage' => [
|
||||
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Abonnieren',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Jesteś obecnie zapisany na wszystkie aktualizacje.',
|
||||
'my_subscriptions' => 'Jesteś obecnie zapisany na poniższe aktualizacje.',
|
||||
'manage_at_link' => 'Zarządzaj swoją subskrypcją na :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incydenty i Konserwacja',
|
||||
'incidents' => 'Vorfälle',
|
||||
'logged' => '{0} Es gibt keine Vorfälle, gute Arbeit.|Du hast einen Vorfall gemeldet.|Du hast <strong>:count</strong> Vorfälle gemeldet.',
|
||||
'logged' => '{0}Brak incydentów, dobra robota.|[1]Masz jeden incydent.|[2,4]Masz <strong>:count</strong> incydenty.|[5,*]Masz <strong>:count</strong> incydentów.',
|
||||
'incident-create-template' => 'Vorlage erstellen',
|
||||
'incident-templates' => 'Vorfall Vorlagen',
|
||||
'updates' => [
|
||||
'title' => 'Aktualizacje incydentu dla :incident',
|
||||
'count' => '{0} Zero Aktualizacji|[1] Jedna Aktualizacja|[2] Dwie Aktualizacje|[3,*] Kilka Aktualizacji',
|
||||
'count' => '{0}Zero Aktualizacji|[1] Jedna Aktualizacja|[2]Dwie Aktualizacje|[3,*]Kilka Aktualizacji',
|
||||
'add' => [
|
||||
'title' => 'Utwórz nową aktualizację zdarzenia',
|
||||
'success' => 'Twoja aktualizacja o nowym zdarzeniu została utworzona.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Coś poszło nie tak z aktualizacją zdarzenia',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Zgłoszone przez :user',
|
||||
'add' => [
|
||||
'title' => 'Vorfall hinzufügen',
|
||||
'success' => 'Dodano zdarzenie.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Konserwacja',
|
||||
'logged' => '{0} Nie ma żadnych harmonogramów, dobra robota.|Posiadasz jeden harmonogram.|Zgłoszono <strong>:count</strong> harmonogramów.',
|
||||
'logged' => '{0}Brak konserwacji, dobra robota.|[1]Masz zaplanowaną jedną.|[2,*]Masz zaplanowane <strong>:count</strong>.',
|
||||
'scheduled_at' => 'Geplant am :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Zaplanuj prace konserwatorskie',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Pokazać wykresy na stronie statusu?',
|
||||
'about-this-page' => 'Informacje o tej stronie',
|
||||
'days-of-incidents' => 'Z ilu ostatnich dni pokazywać incydenty?',
|
||||
'time_before_refresh' => 'Częstotliwość odświeżania strony statusu (w sekundach).',
|
||||
'time_before_refresh' => 'Częstotliwość odświeżania strony statusu (w sekundach)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Baner',
|
||||
'banner-help' => 'Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.',
|
||||
'banner-help' => 'Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości',
|
||||
'subscribers' => 'Czy zezwolić użytkownikom na subskrypcje e-mail w celu otrzymywania powiadomień?',
|
||||
'suppress_notifications_in_maintenance' => 'Czy pomijać powiadomienia, kiedy zdarzenie wystąpiło podczas przerwy konserwacyjnej?',
|
||||
'skip_subscriber_verification' => 'Pominąć weryfikację użytkowników? (Ostrzeżenie: możesz otrzymać spam)',
|
||||
'automatic_localization' => 'Automatycznie tłumaczyć twoją stronę statusu na język odwiedzającego?',
|
||||
'enable_external_dependencies' => 'Włącz zależności zewnętrznych dostawców (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Pokazuj strefę czasową w której działa strona statusu.',
|
||||
'show_timezone' => 'Pokazuj strefę czasową, w której działa strona statusu',
|
||||
'only_disrupted_days' => 'Czy pokazywać tylko dni zawierające zdarzenia w linii czasu?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Format daty przy zdarzeniach',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Dozwolone domeny',
|
||||
'allowed-domains-help' => 'Oddzielone przecinkami. Domena jest automatycznie ustawiona wyżej domyślnie, jako dozwolona.',
|
||||
'allowed-domains' => 'Dozwolone domeny',
|
||||
'allowed-domains-help' => 'Oddzielone przecinkami. Domena jest automatycznie ustawiona wyżej domyślnie, jako dozwolona.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Niestandardowy arkusz stylów',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Wypełnianie tła (komponenty, zdarzenia, stopka)',
|
||||
'banner-background-color' => 'Kolor tła pod banerem',
|
||||
'banner-padding' => 'Odstęp banera',
|
||||
'fullwidth-banner' => 'Czy wyświetlać baner na pełnej szerokości?',
|
||||
'fullwidth-banner' => 'Odblokować banery pełnej szerokości?',
|
||||
'text-color' => 'Kolor tekstu',
|
||||
'dashboard-login' => 'Pokazywać przycisk panelu głównego w stopce?',
|
||||
'reds' => 'Czerwony (używany przy błędach)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Sistema operacional|[2,*] Todos os sistemas estão operacionais',
|
||||
'good' => '[0,1] Sistema operacional | [2, *] Todos os sistemas estão operacionais',
|
||||
'bad' => '[0,1] O sistema encontra-se com alguns problemas|[2,*] Alguns sistemas estão com problemas',
|
||||
'major' => '[0,1]O sistema encontra-se com uma falha geral|[2,*]Alguns sistemas encontram-se com falhas gerais',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
|
||||
'unsubscribe' => 'Cancelar inscrição em: link',
|
||||
'button' => 'Inscreva-se',
|
||||
'manage' => [
|
||||
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Inscreva-se',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Você está atualmente inscrito a todas as atualizações.',
|
||||
'my_subscriptions' => 'Você está atualmente inscrito para as seguintes atualizações.',
|
||||
'manage_at_link' => 'Edite as suas subscrições aqui :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Inscreva-se para atualizações via e-mail.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidentes & Agendamentos',
|
||||
'incidents' => 'Incidentes',
|
||||
'logged' => '{0} Não existem incidentes, bom trabalho.|[1] Você registrou um incidente.|[2,*] Você reportou <strong>:count</strong> incidentes.',
|
||||
'logged' => '{0}Não existem incidentes, bom trabalho.|[1]Você adicionou um incidente.|[2,*]Você reportou <strong>:count</strong> incidentes.',
|
||||
'incident-create-template' => 'Criar template',
|
||||
'incident-templates' => 'Template de incidentes',
|
||||
'updates' => [
|
||||
'title' => 'Atualizações para o incidente :incident',
|
||||
'count' => '{0} Zero Atualizações|[1] Uma Atualização|[2] Duas Atualizações|[3,*] Várias Atualizações',
|
||||
'count' => '{0}Zero atualizações|[1]Uma atualização|[2]Duas atualizações|[3,*]Várias atualizações',
|
||||
'add' => [
|
||||
'title' => 'Crie uma nova atualização de incidente',
|
||||
'success' => 'Seu novo incidente foi criado.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Algo deu errado ao atualizar o incidente',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reportado por :user',
|
||||
'add' => [
|
||||
'title' => 'Relatar um incidente',
|
||||
'success' => 'Incidente adicionado.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Manutenção',
|
||||
'logged' => '{0} Não existem agendamentos, bom trabalho.|[1] Você introduziu um agendamento.|[2,*] Você reportou <strong>:count</strong> agendamentos.',
|
||||
'logged' => '{0}Ainda não ocorreu nenhuma manuteção, bom trabalho. |[1]Você agendou uma manuteção. | [2, *] Você adicionou <strong>:</strong> manutenções.',
|
||||
'scheduled_at' => 'Agendada em :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Adicionar manutenção programada',
|
||||
|
||||
@@ -54,7 +54,7 @@ return [
|
||||
'message-help' => 'Você também pode usar o Markdown.',
|
||||
'occurred_at' => 'Quando esse incidente ocorreu?',
|
||||
'notify_subscribers' => 'Notificar os assinantes?',
|
||||
'notify_disabled' => 'Devido a manutenção programada, notificações sobre este incidente ou seus componentes serão suprimidas.',
|
||||
'notify_disabled' => 'Devido a manutenção programada, notificações sobre este incidente ou seus componentes não serão feitas.',
|
||||
'visibility' => 'Visibilidade do incidente',
|
||||
'stick_status' => 'Incidente fixado',
|
||||
'stickied' => 'Fixado',
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Exibir gráficos na página de status?',
|
||||
'about-this-page' => 'Sobre esta página',
|
||||
'days-of-incidents' => 'Quantos dias de incidentes para mostrar?',
|
||||
'time_before_refresh' => 'Tempo para atualizar a página de Status (em segundos).',
|
||||
'time_before_refresh' => 'Frequência de atualização da página de status (em segundos)',
|
||||
'major_outage_rate' => 'Limite para indisponibilidade Maior (em %)',
|
||||
'banner' => 'Imagem do banner',
|
||||
'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .',
|
||||
'banner-help' => 'Recomenda-se que você envie arquivos com até 930 pixels de largura',
|
||||
'subscribers' => 'Permitir que outras pessoas se cadastrem para notificações via e-mail?',
|
||||
'suppress_notifications_in_maintenance' => 'Suprimir as notificações quando o incidente ocorre durante o período de manutenção?',
|
||||
'suppress_notifications_in_maintenance' => 'Não enviar notificações quando o incidente ocorrer durante o período de manutenção?',
|
||||
'skip_subscriber_verification' => 'Ignorar verificação de usuários? (Cuidado, você pode sofrer com spams)',
|
||||
'automatic_localization' => 'Localizar sua página de status de acordo com o idioma do visitante automaticamente?',
|
||||
'enable_external_dependencies' => 'Ativar dependências de terceiros (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Mostre qual o fuso horário na qual a página de estado está rodando.',
|
||||
'show_timezone' => 'Mostrar o fuso horário no qual a página de status está sendo executada',
|
||||
'only_disrupted_days' => 'Mostrar apenas os dias que contenham incidentes na linha do tempo?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Formato de Hora do Incidente',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Domínios permitidos',
|
||||
'allowed-domains-help' => 'Separados por vírgula. O domínio definido acima é permitido automaticamente por padrão.',
|
||||
'allowed-domains' => 'Domínios permitidos',
|
||||
'allowed-domains-help' => 'Separados por vírgula. O domínio definido acima é permitido automaticamente por padrão.',
|
||||
'always-authenticate' => 'Autenticar sempre',
|
||||
'always-authenticate-help' => 'Exigir login para ver qualquer página do sistema',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Folha de estilos personalizada',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Preenchimento de Fundo (Componentes, Incidentes, Rodapé)',
|
||||
'banner-background-color' => 'Cor de Fundo do banner',
|
||||
'banner-padding' => 'Margem interna',
|
||||
'fullwidth-banner' => 'Habilitar largura completa do banner?',
|
||||
'fullwidth-banner' => 'Habilitar banner com largura total?',
|
||||
'text-color' => 'Cor do Texto',
|
||||
'dashboard-login' => 'Mostrar botão para painel no rodapé?',
|
||||
'reds' => 'Vermelho (Usado para erros)',
|
||||
@@ -218,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Convide membros da sua equipe através do endereço de e-mail aqui.',
|
||||
'email' => 'O Email do membro do seu time',
|
||||
'email' => 'Endereço de e-mail dos membros da sua equipe',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ return [
|
||||
'scheduled' => 'Manutenção Agendada',
|
||||
'scheduled_at' => ', agendada :timestamp',
|
||||
'posted' => 'Publicado :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'posted_at' => 'Publicado em :timestamp',
|
||||
'status' => [
|
||||
1 => 'Investigando',
|
||||
2 => 'Identificado',
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Sistema operacional|[2,Inf] Todos os sistemas estão operacionais',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] O sistema encontra-se com alguns problemas|[2,Inf] Alguns sistemas estão com problemas',
|
||||
'major' => '[0,1] O serviço encontra-se com uma falha geral.|[2,Inf] Alguns sistemas encontram-se com falhas gerais',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
|
||||
'unsubscribe' => 'Subscrição cancelada em :link',
|
||||
'button' => 'Subscrever',
|
||||
'manage' => [
|
||||
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Subscrever',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Actualmente está subscrito para todas as actualizações.',
|
||||
'my_subscriptions' => 'Actualmente está subscrito para as seguintes actualizações.',
|
||||
'manage_at_link' => 'Edite as suas subscrições aqui :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Subscrever actualizações via email.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidentes & Agendamentos',
|
||||
'incidents' => 'Ocorrências',
|
||||
'logged' => '{0} Não existem incidentes, bom trabalho.|Você registrou um incidente.|Você reportou <strong>:count</strong> incidentes.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Criar template',
|
||||
'incident-templates' => 'Template de incidentes',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Crie uma nova atualização de incidente',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Adicionar um incidente',
|
||||
'success' => 'Incidente adicionado.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Manutenção Agendada',
|
||||
'logged' => '{0} Não existem agendamentos, bom trabalho.|Você introduziu um agendamento.|Você reportou <strong>:count</strong> agendamentos.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Agendada em :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Adicionar Manutenção Agendada',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Mostrar gráficos na página de estado?',
|
||||
'about-this-page' => 'Sobre esta página',
|
||||
'days-of-incidents' => 'Quantos dias de incidentes para mostrar?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Imagem de Banner',
|
||||
'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Permitir que as pessoas subscrevam as notificações?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Mostrar automaticamente a tradução conforme a língua do browser do visitante?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Formato da Hora do Incidente',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Domínios permitidos',
|
||||
'allowed-domains-help' => 'Separados por vírgula. O domínio definido acima é permitido automaticamente por padrão.',
|
||||
'allowed-domains' => 'Domínios permitidos',
|
||||
'allowed-domains-help' => 'Separados por vírgula. O domínio definido acima é permitido automaticamente por padrão.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Folha de Estilo Personalizada',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Preenchimento de Fundo (Componentes, Incidentes, Rodapé)',
|
||||
'banner-background-color' => 'Cor de Fundo do banner',
|
||||
'banner-padding' => 'Espaçamento do Banner',
|
||||
'fullwidth-banner' => 'Habilitar largura completa do banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Cor do Texto',
|
||||
'dashboard-login' => 'Mostrar botão para painel no rodapé?',
|
||||
'reds' => 'Vermelho (Usado para erros)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Sistem operaţional|[2,Inf] Toate sistemele sunt operaţionale',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] Sistemul se confruntă cu probleme|[2,Inf] Unele sisteme se confruntă cu probleme',
|
||||
'major' => '[0,1] Serviciul se confruntă cu o întrerupere a funcționării majoră| [2, Inf] Unele sisteme se confruntă cu întreruperi de funcţionare majore',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Abonează-te pentru a primi cele mai recente actualizări',
|
||||
'unsubscribe' => 'Dezabonare de la :link',
|
||||
'button' => 'Abonează-te',
|
||||
'manage' => [
|
||||
'subscribe' => 'Abonează-te pentru a primi cele mai recente actualizări',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Abonează-te',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Acum eşti abonat la toate actualizările.',
|
||||
'my_subscriptions' => 'Acum eşti abonat la următoarele actualizări.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Abonează-te la actualizări prin email.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidente & Planificare',
|
||||
'incidents' => 'Incidente',
|
||||
'logged' => '{0} Nu sunt incidente, bravo! | Ai adăugat un incident. | Ai raportat <strong>:count</strong> incidente.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Crează şablon',
|
||||
'incident-templates' => 'Şabloane incident',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Adaugă o nouă actualizare a incidentului',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Raportează un incident',
|
||||
'success' => 'Incidentul a fost adăugat.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Întreținere programată',
|
||||
'logged' => '{0} Nu există programări, bravo.|Ai o singură programare.|Ai <strong>:count</strong> programări.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Programat la :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Adăugaţi Programare Mentenanţă',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Afişaţi grafice pe pagina stare?',
|
||||
'about-this-page' => 'Despre această pagină',
|
||||
'days-of-incidents' => 'Câte zile de incidente vreţi să fie afişate?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Imagine Banner',
|
||||
'banner-help' => 'Este recomandat să încărcaţi fişiere cu lăţimea nu mai mare de 930px.',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Permiteţi vizitatorilor să se aboneze la notificări prin email?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Omite verificarea utilizatorilor? (Avertizare, poți primi spam)',
|
||||
'automatic_localization' => 'Schimbaţi automat limba pentru pagina de stare în funcţie de limba vizitatorului?',
|
||||
'enable_external_dependencies' => 'Activează dependențe terțe (Fonturi Google, Trackere, etc...)',
|
||||
'show_timezone' => 'Afișează fusul orar în care rulează pagina de stare.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Afișează doar zile care conțin incidente în cronologie?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Formatul de timp al incidentului',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Domenii permise',
|
||||
'allowed-domains-help' => 'Separate prin virgulă. Domeniul configurat mai sus este automat permis implicit.',
|
||||
'allowed-domains' => 'Domenii permise',
|
||||
'allowed-domains-help' => 'Separate prin virgulă. Domeniul configurat mai sus este automat permis implicit.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Personalizează Stilurile',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Gradient Fundal (componente, incidente, subsol)',
|
||||
'banner-background-color' => 'Culoarea de fundal pentru banner',
|
||||
'banner-padding' => 'Spaţiere banner',
|
||||
'fullwidth-banner' => 'Activaţi banner pe toată lăţimea paginii?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Culoare Text',
|
||||
'dashboard-login' => 'Arătaţi butonul Dashboard în subsol?',
|
||||
'reds' => 'Roşu (utilizat pentru mesaje de eroare)',
|
||||
|
||||
@@ -33,7 +33,7 @@ return [
|
||||
'scheduled' => 'Плановые работы',
|
||||
'scheduled_at' => ', запланированы :timestamp',
|
||||
'posted' => 'Опубликовано :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'posted_at' => 'Опубликовано в :timestamp',
|
||||
'status' => [
|
||||
1 => 'Проводим анализ проблемы',
|
||||
2 => 'Причина определена',
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Система работает исправно|[2,Inf] Все системы работают исправно',
|
||||
'good' => '[0,1]Система работает в штатном режиме |[2,*]Все системы работают в штатном режиме',
|
||||
'bad' => '[0,1] В системе есть неполадки|[2,Inf] В некоторых системах есть неполадки',
|
||||
'major' => '[0,1] Система не работает|[2,Inf] Некоторые системы не работают',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Подпишитесь, чтобы получать информацию об изменениях',
|
||||
'unsubscribe' => 'Отписаться от :link',
|
||||
'button' => 'Подписаться',
|
||||
'manage' => [
|
||||
'subscribe' => 'Подпишитесь, чтобы получать информацию об изменениях',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Подписаться',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Вы подписаны на все изменения.',
|
||||
'my_subscriptions' => 'Вы подписаны на следующие изменения.',
|
||||
'manage_at_link' => 'Управляйте своими подписками в :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Подписка на рассылку об изменениях.',
|
||||
@@ -120,9 +122,9 @@ return [
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'incident' => 'Details and updates about the :name incident that occurred on :date',
|
||||
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
|
||||
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
|
||||
'incident' => 'Подробная информация и обновления о инциденте: :name, который произошел: :date',
|
||||
'schedule' => 'Подробная информация о запланированных технических работах: :name начинаются :startDate',
|
||||
'subscribe' => 'Подписаться на :app для того, чтобы получать информацию о инцидентах и запланированных технических работах',
|
||||
'overview' => 'Будьте в курсе последних новостей о состоянии сервиса от :app.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -18,23 +18,24 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Инциденты и плановые работы',
|
||||
'incidents' => 'Инциденты',
|
||||
'logged' => '{0} Нет инцидентов, отличная работа!|У вас зарегистрирован <strong>:count</strong> инцидент.|У вас зарегистрировано <strong>:count</strong> инцидента.|У вас зарегистрировано <strong>:count</strong> инцидентов.',
|
||||
'logged' => '{0} Нет инцидентов, отличная работа!|[1] У вас зарегистрирован один инцидент.| [2,*] У вас зарегистрировано <strong>:count</strong> инцидента (-ов).',
|
||||
'incident-create-template' => 'Создать шаблон',
|
||||
'incident-templates' => 'Шаблоны инцидентов',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'title' => 'Обновления для инцидента :incident',
|
||||
'count' => '{0}Ноль обновлений|[1]Одно обновление|[2]Два обновления|[3, *]Несколько обновлений',
|
||||
'add' => [
|
||||
'title' => 'Создать новое обновление инцидента',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
'success' => 'Обновление инцидента было создано.',
|
||||
'failure' => 'Что-то пошло не так при изменении инцидента.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
'title' => 'Изменить обновление инцидента',
|
||||
'success' => 'Инцидент был изменен.',
|
||||
'failure' => 'Что-то пошло не так при изменении инцидента',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Сообщено пользователем :user',
|
||||
'add' => [
|
||||
'title' => 'Добавить инцидент',
|
||||
'success' => 'Инцидент добавлен.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Плановые работы',
|
||||
'logged' => '{0} Ни одного планового обслуживания не зарегистрировано.|У вас зарегистрировано <strong>:count</strong> плановое обслуживание.|У вас зарегистрировано <strong>:count</strong> плановых обслуживания.|У вас зарегистрировано <strong>:count</strong> плановых обслуживаний.',
|
||||
'logged' => '{0} Ни одного планового обслуживания не зарегистрировано, хорошая работа!|[1]У вас зарегистрировано одно плановое обслуживание.|[2,*]У вас зарегистрировано <strong>:count</strong> плановых обслуживаний(-я).',
|
||||
'scheduled_at' => 'Запланировано на :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Добавить плановые работы',
|
||||
@@ -157,12 +158,12 @@ return [
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Подписчики',
|
||||
'description' => 'Подписчики будут получать уведомления по электронной почте при добавлении инцидентов или изменении статусов компонентов.',
|
||||
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
|
||||
'description_disabled' => 'Чтобы использовать эту функцию, нужно позволить людям подписаться на уведомления.',
|
||||
'verified' => 'Подтверждён',
|
||||
'not_verified' => 'Не подтверждён',
|
||||
'subscriber' => ':email, подписан :date',
|
||||
'no_subscriptions' => 'Подписан на все обновления',
|
||||
'global' => 'Globally subscribed',
|
||||
'global' => 'Подписан глобально',
|
||||
'add' => [
|
||||
'title' => 'Добавить нового подписчика',
|
||||
'success' => 'Подписчик добавлен!',
|
||||
|
||||
@@ -49,12 +49,12 @@ return [
|
||||
'name' => 'Название',
|
||||
'status' => 'Статус',
|
||||
'component' => 'Компонент',
|
||||
'component_status' => 'Component Status',
|
||||
'component_status' => 'Статус компонентов',
|
||||
'message' => 'Сообщение',
|
||||
'message-help' => 'Вы также можете использовать Markdown.',
|
||||
'occurred_at' => 'Когда произошел инцидент?',
|
||||
'notify_subscribers' => 'Уведомить подписчиков?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'notify_disabled' => 'Из-за запланированного обслуживания, уведомления об этом инциденте или его компонентах не будут отправляться.',
|
||||
'visibility' => 'Отображение инцидента',
|
||||
'stick_status' => 'Закрепление инцидента',
|
||||
'stickied' => 'Закреплен',
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Отображать графики на статусной странице?',
|
||||
'about-this-page' => 'Об этой странице',
|
||||
'days-of-incidents' => 'За сколько дней показывать инциденты?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Частота обновления страницы состояния (в секундах)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Картинка-баннер',
|
||||
'banner-help' => 'Рекомендуется загружать картинки не больше 930 пикс. в ширину.',
|
||||
'banner-help' => 'Рекомендуется загружать файлы шириной не более 930 пикселей',
|
||||
'subscribers' => 'Разрешить посетителям подписываться на email-уведомления?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'suppress_notifications_in_maintenance' => 'Не отправлять уведомления при инцидентах во время запланированного обслуживания?',
|
||||
'skip_subscriber_verification' => 'Пропустить проверку посетителей? (Будьте осторожны, возможен спам)',
|
||||
'automatic_localization' => 'Автоматически переводить вашу статусную страницу на язык посетителя?',
|
||||
'enable_external_dependencies' => 'Включить зависимости (Google шрифты, трекеры, и др...)',
|
||||
'show_timezone' => 'Отображать часовой пояс по которому работает статус-страница.',
|
||||
'show_timezone' => 'Отображать часовой пояс по которому работает страница статуса',
|
||||
'only_disrupted_days' => 'Показывать только дни, содержащие инциденты на шкале времени?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Формат даты и времени для инцидента',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Разрешённые домены',
|
||||
'allowed-domains-help' => 'Разделяйте запятыми. Домен, установленный в настройках, разрешен по умолчанию.',
|
||||
'allowed-domains' => 'Разрешённые домены',
|
||||
'allowed-domains-help' => 'Разделяйте запятыми. Домен, установленный в настройках, разрешен по умолчанию.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Код пользовательских стилей (CSS)',
|
||||
@@ -218,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Пригласите своих коллег введя их адреса электронной почты.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Адрес электронной почты членов Вашей команды',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -238,7 +241,7 @@ return [
|
||||
'remove' => 'Удалить',
|
||||
'invite' => 'Пригласить',
|
||||
'signup' => 'Зарегистрироваться',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
'manage_updates' => 'Управление обновлениями',
|
||||
|
||||
// Other
|
||||
'optional' => '* Необязательно',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
|
||||
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Anullo abonimin',
|
||||
'button' => 'Subscribe',
|
||||
'manage' => [
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidenti & Planifikuar',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Mirëmbajtje planifikuar',
|
||||
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'Rreth faqes',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'allowed-domains' => 'Allowed domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (used for errors)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Systemet fungerar |[2,Inf] Alla system fungerar',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] Systemet har för närvarande problem|[2,Inf] Vissa system har problem',
|
||||
'major' => '[0,1] Stora störningar på tjänsten [2,Inf] Stora störningar på vissa system',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Prenumerera för att få de senaste uppdateringarna',
|
||||
'unsubscribe' => 'Avsluta prenumerationen på: länk',
|
||||
'button' => 'Prenumerera',
|
||||
'manage' => [
|
||||
'subscribe' => 'Prenumerera för att få de senaste uppdateringarna',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Prenumerera',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Du prenumererar på alla uppdateringar.',
|
||||
'my_subscriptions' => 'Du prenumererar på följande uppdateringar.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Prenumerera på epost-uppdateringar.',
|
||||
|
||||
@@ -12,18 +12,18 @@
|
||||
return [
|
||||
|
||||
'dashboard' => 'Översiktspanel',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
'writeable_settings' => 'Cachets inställningskatalog är inte skrivbar. Kontrollera att <code>./bootstrap/cachet</code> är skrivbar av webbservern.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Händelser & Schema',
|
||||
'incidents' => 'Händelser',
|
||||
'logged' => '{0} Det finns inga händelser, bra jobbat!|Du har skapat en händelse.|Du har skapat <strong>:count</strong> händelser.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Skapa mall',
|
||||
'incident-templates' => 'Händelsemallar',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Skapa en ny incidentuppdatering',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Lägg till händelse',
|
||||
'success' => 'Incident skapad.',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Planerat underhåll',
|
||||
'logged' => '{0} Det finns inget schemalagt, bra jobbat!|Du har skapat ett schemalagt underhåll.|Du har skapat <strong>:count</strong> schemalagda underhåll.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Schemalagd till: tidsstämpel',
|
||||
'add' => [
|
||||
'title' => 'Lägg till planerat underhåll',
|
||||
@@ -161,7 +162,7 @@ return [
|
||||
'verified' => 'Bekräftad',
|
||||
'not_verified' => 'Inte bekräftad',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'no_subscriptions' => 'Prenumererat på alla uppdateringar',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Lägg till en prenumerant',
|
||||
@@ -251,7 +252,7 @@ return [
|
||||
'credits' => 'Tack till',
|
||||
'contributors' => 'Medverkande',
|
||||
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
|
||||
'backers-title' => 'Backers & Sponsors',
|
||||
'backers-title' => 'Uppbackare & sponsorer',
|
||||
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
|
||||
'thank-you' => 'Thank you to each and every one of the :count contributors.',
|
||||
],
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'Visa grafer på statussidan?',
|
||||
'about-this-page' => 'Om den här sidan',
|
||||
'days-of-incidents' => 'Hur många dagar av händelser ska visas?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Bannerbild',
|
||||
'banner-help' => 'Vi rekommenderar att du inte laddar upp bilder som är bredare än 930 px.',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Tillåt att registrera sig för notifikationer via e-post?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in.',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'Händelsens tidsstämpelformat',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Tillåtna domäner',
|
||||
'allowed-domains-help' => 'Kommaseparerad. Domänerna ovan tillåts automatiskt som standard.',
|
||||
'allowed-domains' => 'Tillåtna domäner',
|
||||
'allowed-domains-help' => 'Kommaseparerad. Domänerna ovan tillåts automatiskt som standard.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Anpassad stilmall',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'Bakgrundsfärg (komponenter, händelser, sidfot)',
|
||||
'banner-background-color' => 'Bakgrundsfärg för banner',
|
||||
'banner-padding' => 'Bannerutfyllnad',
|
||||
'fullwidth-banner' => 'Aktivera fullbreddsbanner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Textfärg',
|
||||
'dashboard-login' => 'Visa länk till översiktspanelen i sidfoten?',
|
||||
'reds' => 'Röd (används för fel)',
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1]System operational|[2,*] All systems are operational',
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
|
||||
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
|
||||
],
|
||||
@@ -75,12 +75,14 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'สมัครเพื่อติดตามข่าวสาร',
|
||||
'unsubscribe' => 'ยกเลิกการติดตาม :link',
|
||||
'button' => 'ติดตาม',
|
||||
'manage' => [
|
||||
'subscribe' => 'สมัครเพื่อติดตามข่าวสาร',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'ติดตาม',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'คุณติตตามทั้งหมดแล้ว',
|
||||
'my_subscriptions' => 'คุณติดตามข่าวสารเหล่านี้',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'ติดตามข่าวสารทาง email',
|
||||
|
||||
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Maintenance',
|
||||
'incidents' => 'เหตุการณ์',
|
||||
'logged' => '{0} There are no incidents, good work.|[1] You have logged one incident.|[2,*] You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'สร้างแม่แบบ',
|
||||
'incident-templates' => 'แม่แบบของเหตุการณ์',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'สร้างการปรับปรุงเหตุการณ์ใหม่',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'รายงานเหตุการณ์',
|
||||
'success' => 'เพิ่มเหตุการณ์แล้ว',
|
||||
@@ -74,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Maintenance',
|
||||
'logged' => '{0} There has been no Maintenance, good work.|[1] You have logged one schedule.|[2,*] You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'กำหนดเวลา :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Maintenance',
|
||||
|
||||
@@ -153,15 +153,16 @@ return [
|
||||
'display-graphs' => 'แสดงกราฟในหน้าสถานะหรือไม่',
|
||||
'about-this-page' => 'เกี่ยวกับหน้านี้',
|
||||
'days-of-incidents' => 'แสดงวันที่มีเหตุการณ์เกิดขึ้นกี่วัน?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds).',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'ภาพแบนเนอร์',
|
||||
'banner-help' => 'ขอแนะนำให้อัปโหลดไฟล์ที่ความกว้างไม่เกิน 930px',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'เปิดให้ทุกคนสามารถลงทะเบียนรับอีเมลแจ้งเตือน?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'ข้ามการยืนยันตันตนผู้ใช้ (ระวัง! คุณอาจถูกสแปม)',
|
||||
'automatic_localization' => 'เปลี่ยนภาษาของหน้าสถานะตามภาษาของผู้เข้าชมอัตโนมัติ',
|
||||
'enable_external_dependencies' => 'เปิดใช้งาน Third Party (Google Fonts, Trackers, ฯลฯ...)',
|
||||
'show_timezone' => 'แสดงเขตเวลาที่หน้าสถานะกำลังใช้',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'แสดงเฉพาะวันที่มีเหตุการณ์บนไทม์ไลน์?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -177,8 +178,10 @@ return [
|
||||
'incident-date-format' => 'รูปแบบเวลาของเหตุการณ์',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'โดเมนที่ได้รับอนุญาต',
|
||||
'allowed-domains-help' => 'คั่นด้วยจุลภาค โดเมนที่กำหนดข้างต้นจะสามารถเข้าได้อัตโนมัติ โดยค่าเริ่มต้น',
|
||||
'allowed-domains' => 'โดเมนที่ได้รับอนุญาต',
|
||||
'allowed-domains-help' => 'คั่นด้วยจุลภาค โดเมนที่กำหนดข้างต้นจะสามารถเข้าได้อัตโนมัติ โดยค่าเริ่มต้น',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
@@ -188,7 +191,7 @@ return [
|
||||
'background-fills' => 'เติมพื้นหลัง (ส่วนประกอบ เหตุการณ์ ด่านล่างเว็บ)',
|
||||
'banner-background-color' => 'สีพื้นหลังของแบนเนอร์',
|
||||
'banner-padding' => 'Padding ของแบนเนอร์',
|
||||
'fullwidth-banner' => 'เปิดใช้งานการแบนเนอร์เต็มความกว้าง',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'สีตัวอักษร',
|
||||
'dashboard-login' => 'แสดงปุ่มแดชบอร์ดที่ด่านล่างของหน้าเว็บ',
|
||||
'reds' => 'สีแดง (ใช้สำหรับข้อผิดพลาด)',
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user