Merge pull request #3176 from CachetHQ/l10n_2.4
New Crowdin translations
This commit is contained in:
@@ -12,31 +12,31 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => ':timestamp laas opgedateer',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'Onbekend',
|
||||
1 => 'Operasioneel',
|
||||
2 => 'Prestasieprobleme',
|
||||
3 => 'Gedeeltelike Onderbreking',
|
||||
4 => 'Groot Onderbreking',
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Ander komponente',
|
||||
'other' => 'Other Components',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'Geen voorvalle aangemeld',
|
||||
'past' => 'Vorige Voorvalle',
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Geskeduleerde Instandhouding',
|
||||
'scheduled_at' => ', :timestamp geskeduleer',
|
||||
'posted' => ':timestamp gepos',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Onder die Loep',
|
||||
2 => 'Geïdentifiseerd',
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Hou Dop',
|
||||
4 => 'Opgelos',
|
||||
],
|
||||
@@ -45,17 +45,17 @@ return [
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Opkomend',
|
||||
1 => 'Besig',
|
||||
2 => 'Voltooid',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -66,7 +66,7 @@ return [
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Laaste uur',
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Afgelope 12 Uur',
|
||||
'weekly' => 'Weekliks',
|
||||
'monthly' => 'Maandeliks',
|
||||
@@ -75,7 +75,7 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Teken in om opdaterings te kry',
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Teken aan',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
|
||||
@@ -16,7 +16,7 @@ return [
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Schedule',
|
||||
'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.',
|
||||
'incident-create-template' => 'Create Template',
|
||||
@@ -56,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,22 +74,22 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Geskeduleerde Instandhouding',
|
||||
'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.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -221,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Vorige',
|
||||
'next' => 'Volgende',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -12,42 +12,42 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'آخر تحديث :timestamp',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'مجهول',
|
||||
1 => 'تشغيل',
|
||||
2 => 'مشاكل أداء',
|
||||
3 => 'إنقطاع جزئي',
|
||||
4 => 'إنقطاع أساسي',
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'مكونات أخرى',
|
||||
'other' => 'Other Components',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'لا توجد حالات تم الإبلاغ عنها',
|
||||
'past' => 'الأعطال السابقة',
|
||||
'stickied' => 'أعطال مثبتة',
|
||||
'scheduled' => 'صيانة',
|
||||
'scheduled_at' => ', مجدولة :timestamp',
|
||||
'posted' => 'تم الإرسال :timestamp',
|
||||
'posted_at' => 'نُشِر على :timestamp',
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'عملية التحقق جارية',
|
||||
2 => 'تم التعرف عليه',
|
||||
3 => 'تحت المراقبة',
|
||||
4 => 'تمّ إصلاحه',
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
],
|
||||
],
|
||||
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'القادم',
|
||||
1 => 'جار المعالجة',
|
||||
2 => 'مكتملة',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -59,50 +59,50 @@ return [
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'إعادة إنشاء مفتاح الواجهة البرمجية',
|
||||
'revoke' => 'إزالة مفتاح الواجهة البرمجية',
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'آخِر ساعة',
|
||||
'hourly' => 'آخر 12 ساعة',
|
||||
'weekly' => 'أسبوع',
|
||||
'monthly' => 'شهر',
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'إشترك للحصول على التحديثات',
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'اشتراك',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'أنت الآن مشترك للحصول على جميع التحديثات.',
|
||||
'my_subscriptions' => 'إنك مشترك حاليا في التحديثات التالية.',
|
||||
'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' => 'إشترك في تحديثات البريد الإلكتروني.',
|
||||
'subscribed' => 'تم تسجيلك في خدمة الإشعارات عبر البريد الإلكتروني، يُرجى تفقد بريدك الإلكتروني لتأكيد اشتراكك.',
|
||||
'verified' => 'تم تأكيد الإشتراك عبر بريدك الإلكتروني. شكراً لك !',
|
||||
'manage' => 'إدارة اشتراكاتك',
|
||||
'unsubscribe' => 'إلغاء الإشتراك من خدمة التحديثات عبر البريد الإلكتروني.',
|
||||
'unsubscribed' => 'تم إلغاء إشتراك بريدك الإلكتروني.',
|
||||
'failure' => 'حدث خلل أثناء الإشتراك.',
|
||||
'already-subscribed' => 'لا يمكن الاشتراك عبر :emailلأنه مُشترك مِن قبل.',
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
'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',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'تسجيل حساب',
|
||||
'username' => 'إسم المستخدِم',
|
||||
'email' => 'بريد إلكتروني',
|
||||
'password' => 'كلمة السر',
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'حدث خطأ أثناء عملية تسجيل الحساب.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
@@ -111,11 +111,11 @@ return [
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'إغلاق',
|
||||
'close' => 'Close',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'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' => 'اشتراك',
|
||||
'button' => 'Subscribe',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -130,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',
|
||||
|
||||
@@ -11,57 +11,57 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'لوحة التحكم',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'الأعطال و الصيانة',
|
||||
'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.',
|
||||
'incident-create-template' => 'إنشاء قالب',
|
||||
'incident-templates' => 'قوالب الأعطال',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'تحديثات حالة العَطَل :incident',
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'إنشاء تحديث حالة جديد للعَطَل',
|
||||
'success' => 'تم إنشاء الحالة الجديدة المتعلقة بالعَطَل.',
|
||||
'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل.',
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'تعديل تحديث العَطل',
|
||||
'success' => 'تم إنشاء تحديث للحالة المتعلقة بالعَطَل.',
|
||||
'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل',
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'أبلَغَ عنه :user',
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'الإبلاغ عن عَطَل',
|
||||
'success' => 'تم إضافة العَطَل.',
|
||||
'failure' => 'حدث خلل أثناء إضافة العَطَل، الرجاء إعادة المحاولة ثانية.',
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'تعديل عَطَل',
|
||||
'success' => 'تم تحديث حالة العَطَل.',
|
||||
'failure' => 'حدث خلل أثناء تعديل حالة العَطَل، الرجاء إعادة المحاولة.',
|
||||
'title' => 'Edit an incident',
|
||||
'success' => 'Incident updated.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'تم حذف العَطَل و لن تظهر في صفحة الحالة الخاصة بك.',
|
||||
'failure' => 'تعذرت عملية حذف العَطَل، يُرجى إعادة المحاولة ثانية.',
|
||||
'success' => 'The incident has been deleted and will not show on your status page.',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'قوالب الأعطال',
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'title' => 'إنشاء قالب حالة عَطَل',
|
||||
'message' => 'You should add an incident template.',
|
||||
'title' => 'Create 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.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'تغيير النموذج',
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
],
|
||||
@@ -74,32 +74,32 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'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.',
|
||||
'scheduled_at' => 'مُبرمَجة على :timestamp',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'إضافة إجراء صيانة',
|
||||
'success' => 'تم إضافة إجراء الصيانة.',
|
||||
'failure' => 'طرأ هناك خلل أثناء القيام بإضافة صيانة، يُرجى إعادة المحاولة.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'تعديل إجراء الصيانة المُبرمَجة',
|
||||
'success' => 'تم تحديث الصيانة !',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'المُكوّنات',
|
||||
'component_statuses' => 'حالات المُكوّن',
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => 'إضافة مُكوّن',
|
||||
'title' => 'Add a component',
|
||||
'message' => 'You should add a component.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
@@ -137,7 +137,7 @@ return [
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'metrics' => 'المقاييس',
|
||||
'metrics' => 'Metrics',
|
||||
'add' => [
|
||||
'title' => 'Create a metric',
|
||||
'message' => 'You should add a metric.',
|
||||
@@ -156,11 +156,11 @@ return [
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => 'المشتركين',
|
||||
'subscribers' => 'Subscribers',
|
||||
'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' => 'لم يتم التحقق منه',
|
||||
'verified' => 'Verified',
|
||||
'not_verified' => 'Not verified',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'global' => 'Globally subscribed',
|
||||
@@ -179,18 +179,18 @@ return [
|
||||
|
||||
// Team
|
||||
'team' => [
|
||||
'team' => 'فريق',
|
||||
'member' => 'عضو',
|
||||
'profile' => 'الملف الشخصي',
|
||||
'team' => 'Team',
|
||||
'member' => 'Member',
|
||||
'profile' => 'Profile',
|
||||
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
||||
'add' => [
|
||||
'title' => 'Add a new team member',
|
||||
'success' => 'تمت إضافة عضو إلى الفريق.',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'تحديث الملف الشخصي',
|
||||
'success' => 'تم تحديث الملف الشخصي.',
|
||||
'title' => 'Update profile',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
@@ -199,38 +199,38 @@ return [
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'تم إرسال الدعوة',
|
||||
'failure' => 'تعذرت عملية إرسال الدعوة، يُرجى إعادة المحاولة ثانية.',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
'settings' => 'الإعدادات',
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'إعدادات البرنامج',
|
||||
'images-only' => 'لا يمكن تحميل إلّا الصور.',
|
||||
'app-setup' => 'Application Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'التحليلات',
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'السجل',
|
||||
'log' => 'Log',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'الترجمة',
|
||||
'localization' => 'Localization',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'التخصيص',
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'البريد الإلكتروني',
|
||||
'test' => 'تجريب',
|
||||
'mail' => 'Mail',
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'إشعار تجريبي مِن كاشيه Cachet',
|
||||
'subject' => 'Test notification from Cachet',
|
||||
'body' => 'This is a test notification from Cachet.',
|
||||
],
|
||||
],
|
||||
@@ -242,15 +242,15 @@ return [
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => 'السمة',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'تم حفظ الإعدادات.',
|
||||
'failure' => 'تعذرت عملية حفظ الإعدادات.',
|
||||
'success' => 'Settings saved.',
|
||||
'failure' => 'Settings could not be saved.',
|
||||
],
|
||||
'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,30 +260,30 @@ return [
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'تسجيل الدخول',
|
||||
'logged_in' => 'أنت مُتّصل.',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'المساعدة',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'الخروج',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Notifications
|
||||
'notifications' => [
|
||||
'notifications' => 'الإشعارات',
|
||||
'awesome' => 'رائع.',
|
||||
'whoops' => 'المعذرة.',
|
||||
'notifications' => 'Notifications',
|
||||
'awesome' => 'Awesome.',
|
||||
'whoops' => 'Whoops.',
|
||||
],
|
||||
|
||||
// Widgets
|
||||
'widgets' => [
|
||||
'support' => 'Support Cachet',
|
||||
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
|
||||
'news' => 'آخر الأخبار',
|
||||
'news_subtitle' => 'الحصول على آخر تحديث',
|
||||
'news' => 'Latest News',
|
||||
'news_subtitle' => 'Get the latest update',
|
||||
],
|
||||
|
||||
// Welcome modal
|
||||
@@ -297,7 +297,7 @@ return [
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'إعداد المصادقة بخطوتين',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -13,88 +13,88 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'بريد إلكتروني',
|
||||
'username' => 'إسم المستخدِم',
|
||||
'password' => 'كلمة السر',
|
||||
'site_name' => 'إسم الموقع',
|
||||
'site_domain' => 'عنوان النطاق',
|
||||
'site_timezone' => 'إختر منطقتك الزمنية',
|
||||
'site_locale' => 'إختر لغتك',
|
||||
'enable_google2fa' => 'تشغيل ميزة غوغل للتحقق بخطوتين',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'مضيف البريد الإلكتروني',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
'mail_username' => 'إسم مستخدِم البريد الإلكتروني',
|
||||
'mail_password' => 'كلمة السر للبريد الإلكتروني',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'إسم المستخدم أو عنوان البريد الإلكتروني',
|
||||
'email' => 'بريد إلكتروني',
|
||||
'password' => 'كلمة السر',
|
||||
'2fauth' => 'رمز التحقق',
|
||||
'invalid' => 'إسم المستخدم أو كلمة المرور غير صحيحة',
|
||||
'invalid-token' => 'الرمز غير صحيح',
|
||||
'cookies' => 'يجب عليك تفعيل الكوكيز لتسجيل الدخول.',
|
||||
'rate-limit' => 'تم إجتياز الحد المسموح به.',
|
||||
'remember_me' => 'تذكرني',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'الإسم',
|
||||
'status' => 'الحالة',
|
||||
'component' => 'المُكوِّن',
|
||||
'component_status' => 'حالة المكون',
|
||||
'message' => 'رسالة',
|
||||
'message-help' => 'يمكنك إستخدام الـ Markdown.',
|
||||
'occurred_at' => 'متى ظهر هذا العَطَل ؟',
|
||||
'notify_subscribers' => 'إشعار المشتركين ؟',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => '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.',
|
||||
'visibility' => 'ظهور حالة العَطَل',
|
||||
'stick_status' => 'تثبيت العَطَل',
|
||||
'stickied' => 'مثبت',
|
||||
'not_stickied' => 'غير مثبت',
|
||||
'public' => 'ظاهر للعامة',
|
||||
'logged_in_only' => 'ظاهر فقط للمستخدمين المسجلين',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'الإسم',
|
||||
'template' => 'قالب',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'الإسم',
|
||||
'status' => 'الحالة',
|
||||
'message' => 'رسالة',
|
||||
'message-help' => 'يمكنك إستخدام الـ Markdown.',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'الإسم',
|
||||
'template' => 'قالب',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'الإسم',
|
||||
'status' => 'الحالة',
|
||||
'group' => 'مجموعة',
|
||||
'description' => 'الوصف',
|
||||
'link' => 'الرابط',
|
||||
'tags' => 'الوسوم',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'الإسم',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
@@ -107,13 +107,13 @@ return [
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'الإسم',
|
||||
'description' => 'الوصف',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'المنطقة الزمنية',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'مجموعة',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Group Name',
|
||||
@@ -122,17 +122,17 @@ return [
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'الإسم',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'الوصف',
|
||||
'description-help' => 'يمكنك إستخدام الـ Markdown.',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'القيمة الإفتراضية',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'المُعدَّل',
|
||||
'type_avg' => 'Average',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,10 +148,10 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'إسم الموقع',
|
||||
'site-url' => 'رابط الموقع',
|
||||
'display-graphs' => 'هل تريد عرض المنحنيات البيانية على صفحة الحالة ؟',
|
||||
'about-this-page' => 'عن هذه الصفحة',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'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)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
@@ -166,19 +166,19 @@ return [
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'رمز تحليلات غوغل',
|
||||
'analytics_gosquared' => 'رمز تحليلات غو سكوارد',
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'مُعرّف بيويك Piwik الخاص بالموقع',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'المنطقة الزمنية الخاصة بالموقع',
|
||||
'site-locale' => 'لغة الموقع',
|
||||
'date-format' => 'تنسيق التاريخ',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'النطاقات المسموح بها',
|
||||
'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',
|
||||
@@ -192,57 +192,57 @@ return [
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'لون النص',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'الأحمر (يُستخدَم للأخطاء)',
|
||||
'blues' => 'الأزرق (يُستخدَم للأخبار)',
|
||||
'greens' => 'الأزرق (يُستخدَم في حالة النجاح)',
|
||||
'yellows' => 'الأصفر (يُستخدَم في التنبيهات)',
|
||||
'reds' => 'Red (used for errors)',
|
||||
'blues' => 'Blue (used for information)',
|
||||
'greens' => 'Green (used for success)',
|
||||
'yellows' => 'Yellow (used for alerts)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'الروابط',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'إسم المستخدِم',
|
||||
'email' => 'بريد إلكتروني',
|
||||
'password' => 'كلمة السر',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'المدير',
|
||||
'user' => 'المستخدِم',
|
||||
'admin' => 'Admin',
|
||||
'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.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'عنوان البريد الإلكتروني الخاص بأعضاء فريقك',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'إختر المنطقة الزمنية',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'إضافة',
|
||||
'save' => 'حفظ',
|
||||
'update' => 'تحديث',
|
||||
'create' => 'إنشاء',
|
||||
'edit' => 'تعديل',
|
||||
'delete' => 'حذف',
|
||||
'submit' => 'إرسال',
|
||||
'cancel' => 'إلغاء',
|
||||
'remove' => 'إزالة',
|
||||
'invite' => 'دعوة',
|
||||
'signup' => 'تسجيل حساب',
|
||||
'manage_updates' => 'إدارة التحديثات',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* إختياري',
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
@@ -13,84 +13,84 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'تم تحديث حالة المكون',
|
||||
'greeting' => 'تم تحديث حالة المكون !',
|
||||
'content' => 'تم تغيير حالة :name من :old_status إلى :new_status.',
|
||||
'action' => 'عرض',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'تم تحديث حالة المكون',
|
||||
'content' => 'تم تغيير حالة :name من :old_status إلى :new_status.',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'تم تغيير حالة :name من :old_status إلى :new_status.',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'تم الإبلاغ عن حالة عَطَل جديد',
|
||||
'greeting' => 'تم الإبلاغ عن حالة عَطَل جديد في صفحة الحالة الخاصة بـ :app_name.',
|
||||
'content' => 'تم الإبلاغ عن حالة عَطَل :name',
|
||||
'action' => 'عرض',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'تم الإبلاغ عن حالة عَطَل :name',
|
||||
'content' => 'تم الإبلاغ عن حالة عَطَل جديد في صفحة الحالة الخاصة بـ :app_name',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'تم الإبلاغ عن حالة عَطَل جديد في صفحة الحالة الخاصة بـ :app_name.',
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'تم تحديث حالة العَطَل',
|
||||
'content' => 'تم تحديث :name',
|
||||
'title' => 'تم تحديث :name إلى :new_status',
|
||||
'action' => 'عرض',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'تم تحديث :name',
|
||||
'content' => 'تم تحديث :name إلى :new_status',
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'تم تحديث حالة العَطَل :name',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'تم إنشاء جدولة عملية جديدة',
|
||||
'content' => 'تمت جدولة :name إلى :date',
|
||||
'title' => 'تم إنشاء عملية صيانة مجدولة جديدة.',
|
||||
'action' => 'عرض',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'تم إنشاء برمَجة جديدة !',
|
||||
'content' => 'تمت جدولة :name إلى :date',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'تمت جدولة :name إلى :date',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'تحقق من إشتراكك',
|
||||
'content' => 'تحقق من إشتراكك في صفحة الحالة الخاصة بـ :app_name.',
|
||||
'title' => 'تحقق من إشتراكك في صفحة الحالة الخاصة بـ :app_name.',
|
||||
'action' => 'تأكيد',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'تنبيه من Cachet!',
|
||||
'content' => 'رسالة تنبيه تجريبية من Cachet!',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'دعوتك للإنضمام في الداخل ...',
|
||||
'content' => 'أنت مدعو للإنضمام إلى صفحة الحالة الخاصة بـ :app_name.',
|
||||
'title' => 'أنت مدعو للإنضمام إلى صفحة الحالة الخاصة بـ :app_name.',
|
||||
'action' => 'قبول',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'السابق',
|
||||
'next' => 'التالي',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'تنصيب',
|
||||
'title' => 'تنصيب Cachet',
|
||||
'service_details' => 'تفاصيل الخدمة',
|
||||
'env_setup' => 'بيئة التنصيب',
|
||||
'status_page_setup' => 'إعداد صفحة الحالة',
|
||||
'show_support' => 'إظهار الدعم لـ Cachet ؟',
|
||||
'admin_account' => 'حساب المدير',
|
||||
'complete_setup' => 'إكمال الإعداد',
|
||||
'completed' => 'تم إعداد Cachet بنجاح !',
|
||||
'finish_setup' => 'انتقل إلى لوحة التحكم',
|
||||
'setup' => 'Setup',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -102,7 +102,7 @@ return [
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'رسالة مخصصة',
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -12,110 +12,110 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Darrera actualització :timestamp',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'Desconegut',
|
||||
1 => 'Operatiu',
|
||||
2 => 'Problemes de rendiment',
|
||||
3 => 'Interrupció parcial',
|
||||
4 => 'Interrupció major',
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Altres components',
|
||||
'other' => 'Other Components',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'No s\'han registrat incidents',
|
||||
'past' => 'Incidents anteriors',
|
||||
'stickied' => 'Incidents fixats',
|
||||
'scheduled' => 'Interrupció programada',
|
||||
'scheduled_at' => ', programat',
|
||||
'posted' => 'Publicat :timestamp',
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Investigant',
|
||||
2 => 'Identificat',
|
||||
3 => 'En observació',
|
||||
4 => 'Resolt',
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
],
|
||||
],
|
||||
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Propers',
|
||||
1 => 'En curs',
|
||||
2 => 'Completar',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'Regenerau la clau de l\'API',
|
||||
'revoke' => 'Revocau la clau de l\'API',
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Darrera hora',
|
||||
'hourly' => 'Darreres 12 hores',
|
||||
'weekly' => 'Setmana',
|
||||
'monthly' => 'Mes',
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscriviu-vos per rebre les darreres actualitzacions',
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Subscriviu-vos',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Actualment estau subscrits a totes les actualitzacions.',
|
||||
'my_subscriptions' => 'Actualment estau subscrits a les següents actualitzacions.',
|
||||
'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' => 'Subscriviu-vos a les actualitzacions del correu electrònic.',
|
||||
'subscribed' => 'Heu estat subscrits a les actualitzacions del correu electrònic. Per favor, consultau el vostre correu electrònic per confirmar la subscripció.',
|
||||
'verified' => 'La vostra subscripció al correu electrònic ha estat confirmada. Gràcies!',
|
||||
'manage' => 'Gestionar la teva subscripció',
|
||||
'unsubscribe' => 'Des-subscriviu-vos.',
|
||||
'unsubscribed' => 'La vostra subscripció del correu electrònic ha estat cancel·lada.',
|
||||
'failure' => 'Alguna cosa ha anat malament en el procés de subscripció.',
|
||||
'already-subscribed' => 'No pot subscriure\'s :email perquè ja està subscrit.',
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
'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',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Crea un compte',
|
||||
'username' => 'Nom de l\'usuari',
|
||||
'email' => 'Correu electrònic',
|
||||
'password' => 'Contrasenya',
|
||||
'success' => 'El vostre compte s\'ha creat.',
|
||||
'failure' => 'Alguna cosa ha anat malament amb el registre.',
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'update' => 'Hi ha una nova versió de Cachet disponible. Pots llegir la documentació sobre com actualitzar <a href="https://docs.cachethq.io/docs/updating-cachet">aquí</a>!',
|
||||
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Tanca',
|
||||
'close' => 'Close',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscriure\'s als canvis dels components',
|
||||
'body' => 'Escrigui el seu correu electrònic per subscriure\'s a les actualitzacions dels components. Si vostè ja està registrat, ja rebrà missatges de correu per aquest component.',
|
||||
'button' => 'Subscriviu-vos',
|
||||
'title' => 'Subscribe to component updates',
|
||||
'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' => 'Subscribe',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -125,17 +125,17 @@ return [
|
||||
'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' => 'Estigues informat de les últimes actualitzacions del servei de :app.',
|
||||
'overview' => 'Stay up to date with the latest service updates from :app.',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Inici',
|
||||
'powered_by' => 'Funciona amb <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Les hores es mostren en :timezone.',
|
||||
'about_this_site' => 'Sobre aquest lloc',
|
||||
'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',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Estat',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
];
|
||||
|
||||
@@ -11,15 +11,15 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'Taulell de control',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidències i manteniments',
|
||||
'incidents' => 'Incidències',
|
||||
'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.',
|
||||
'incident-create-template' => 'Crear plantilla',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
@@ -37,13 +37,13 @@ return [
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Informar d\'una incidència',
|
||||
'success' => 'Incidència afegida.',
|
||||
'failure' => 'Hi ha hagut un problema afegint l\'incidència, si us plau torni a provar-ho.',
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modificar una incidència',
|
||||
'success' => 'Incidència actualitzada.',
|
||||
'title' => 'Edit an incident',
|
||||
'success' => 'Incident updated.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
@@ -56,12 +56,12 @@ 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.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modificar plantilla',
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
],
|
||||
@@ -74,43 +74,43 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Interrupció programada',
|
||||
'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.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Manteniment afegit.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Estats dels components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => 'Afegir component',
|
||||
'title' => 'Add a component',
|
||||
'message' => 'You should add a component.',
|
||||
'success' => 'Component creat.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modificar un component',
|
||||
'success' => 'Component actualitzat.',
|
||||
'title' => 'Edit a component',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'S\'ha eliminat el component!',
|
||||
'success' => 'The component has been deleted!',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
@@ -119,7 +119,7 @@ return [
|
||||
'groups' => 'Component group|Component groups',
|
||||
'no_components' => 'You should add a component group.',
|
||||
'add' => [
|
||||
'title' => 'Afegir un grup de components',
|
||||
'title' => 'Add a component group',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
@@ -165,32 +165,32 @@ return [
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Afegir un nou subscriptor',
|
||||
'success' => 'Subscriptor afegit!',
|
||||
'title' => 'Add a new subscriber',
|
||||
'success' => 'Subscriber has been added!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'help' => 'Afegeix únicament un subscriptor per a cada línia.',
|
||||
'help' => 'Enter each subscriber on a new line.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modificar subscriptor',
|
||||
'success' => 'El subscriptor ha estat actualitzat!',
|
||||
'title' => 'Update subscriber',
|
||||
'success' => 'Subscriber has been updated!',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Team
|
||||
'team' => [
|
||||
'team' => 'Equip',
|
||||
'member' => 'Membre',
|
||||
'profile' => 'Perfil',
|
||||
'team' => 'Team',
|
||||
'member' => 'Member',
|
||||
'profile' => 'Profile',
|
||||
'description' => 'Els membres de l\'equip podran afegir i modificar tant components com incidències.',
|
||||
'add' => [
|
||||
'title' => 'Afegit un nou membre a l\'equip',
|
||||
'success' => 'Membre de l\'equip afegit.',
|
||||
'title' => 'Add a new team member',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Actualitzar perfil',
|
||||
'success' => 'Perfil actualitzat.',
|
||||
'title' => 'Update profile',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
@@ -198,31 +198,31 @@ return [
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Convidar a un nou membre a l\'equip',
|
||||
'success' => 'S\'ha enviat una invitació',
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
'settings' => 'Configuracions',
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Application Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'Analítiques',
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'Registres',
|
||||
'log' => 'Log',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'Localization',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Personalització',
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
],
|
||||
@@ -235,22 +235,22 @@ return [
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Seguretat',
|
||||
'security' => 'Security',
|
||||
'two-factor' => 'Users without two-factor authentication',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'stylesheet' => 'Full d\'estils',
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => 'Tema',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Configuració desada.',
|
||||
'success' => 'Settings saved.',
|
||||
'failure' => 'Settings could not be saved.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'Crèdits',
|
||||
'contributors' => 'Contribuïdors',
|
||||
'credits' => 'Credits',
|
||||
'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,14 +260,14 @@ return [
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'Iniciar Sessió',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'Ajuda',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'Logout',
|
||||
|
||||
|
||||
@@ -13,17 +13,17 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'Correu electrònic',
|
||||
'username' => 'Nom de l\'usuari',
|
||||
'password' => 'Contrasenya',
|
||||
'site_name' => 'Nom del lloc',
|
||||
'site_domain' => 'Domini del lloc',
|
||||
'site_timezone' => 'Seleccionau la vostra zona horària',
|
||||
'site_locale' => 'Seleccionau el vostre idioma',
|
||||
'enable_google2fa' => 'Habilita l\'autenticació en dos passos de Google',
|
||||
'cache_driver' => 'Controlador de memòria cau',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Controlador de sessió',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
@@ -33,114 +33,114 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Usuari o correu electrònic',
|
||||
'email' => 'Correu electrònic',
|
||||
'password' => 'Contrasenya',
|
||||
'2fauth' => 'Codi d\'autenticació',
|
||||
'invalid' => 'El nom d\'usuari o contrasenya no és vàlid',
|
||||
'invalid-token' => 'Token invàlid',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'Heu d\'habilitar les galetes (cookies) per poder iniciar sessió.',
|
||||
'rate-limit' => 'Taxa límit excedida.',
|
||||
'remember_me' => 'Recordar-me',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'Nom',
|
||||
'status' => 'Estat',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Missatge',
|
||||
'message-help' => 'També podeu fer servir Markdown.',
|
||||
'occurred_at' => 'Quan va succeir aquest incident?',
|
||||
'notify_subscribers' => 'Notificar els subscriptors?',
|
||||
'message' => '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.',
|
||||
'visibility' => 'Visibilitat de l\'incident',
|
||||
'stick_status' => 'Fixar incident',
|
||||
'stickied' => 'Fixats',
|
||||
'not_stickied' => 'No fixats',
|
||||
'public' => 'Visible pel públic',
|
||||
'logged_in_only' => 'Visible només per a usuaris registrats',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'Nom',
|
||||
'template' => 'Plantilla',
|
||||
'twig' => 'Les plantilles d\'incidents poden fer ús del llenguatge de plantilles <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'Nom',
|
||||
'status' => 'Estat',
|
||||
'message' => 'Missatge',
|
||||
'message-help' => 'També podeu fer servir Markdown.',
|
||||
'scheduled_at' => 'Per quan està programat aquest manteniment?',
|
||||
'completed_at' => 'Quan s\'ha completat aquest manteniment?',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Nom',
|
||||
'template' => 'Plantilla',
|
||||
'twig' => 'Les plantilles d\'incidents poden fer ús del llenguatge de plantilles <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'Nom',
|
||||
'status' => 'Estat',
|
||||
'group' => 'Grup',
|
||||
'description' => 'Descripció',
|
||||
'link' => 'Enllaç',
|
||||
'tags' => 'Etiquetes',
|
||||
'tags-help' => 'Separat per comes.',
|
||||
'enabled' => 'Component habilitat?',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Nom',
|
||||
'collapsing' => 'Desplega/redueix opcions',
|
||||
'visible' => 'Sempre ampliat',
|
||||
'collapsed' => 'Per defecte redueix el grup',
|
||||
'collapsed_incident' => 'Per defecte redueix el grup, però amplia\'l si hi ha problemes',
|
||||
'visibility' => 'Visibilitat',
|
||||
'visibility_public' => 'Visible al públic',
|
||||
'visibility_authenticated' => 'Visible només per a usuaris registrats',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'Nom',
|
||||
'description' => 'Descripció',
|
||||
'start_at' => 'Hora d\'inici de l\'horari',
|
||||
'timezone' => 'Fus horari',
|
||||
'schedule_frequency' => 'Freqüència de l\'horari (en segons)',
|
||||
'completion_latency' => 'Latència de finalització (en segons)',
|
||||
'group' => 'Grup',
|
||||
'active' => 'Actiu?',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Nom del grup',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'Nom',
|
||||
'suffix' => 'Sufix',
|
||||
'description' => 'Descripció',
|
||||
'description-help' => 'També podeu fer servir Markdown.',
|
||||
'display-chart' => 'Mostrar gràfica a la pàgina d\'estat?',
|
||||
'default-value' => 'Valor per defecte',
|
||||
'calc_type' => 'Càlcul d\'indicadors',
|
||||
'type_sum' => 'Suma',
|
||||
'type_avg' => 'Mitjana',
|
||||
'places' => 'Nombre de decimals',
|
||||
'default_view' => 'Vista per defecte',
|
||||
'threshold' => 'Quants minuts de llindar entre punts mètrics?',
|
||||
'visibility' => 'Visibilitat',
|
||||
'visibility_authenticated' => 'Visible per als usuaris autenticats',
|
||||
'visibility_public' => 'Visible per a tothom',
|
||||
'visibility_hidden' => 'Sempre amagat',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Valor',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,101 +148,101 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Nom del lloc',
|
||||
'site-url' => 'URL del lloc',
|
||||
'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?',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'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)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Imatge del banner',
|
||||
'banner' => 'Banner Image',
|
||||
'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?',
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'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...)',
|
||||
'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',
|
||||
'only_disrupted_days' => 'Mostrar només els dies que contenen incidències a la línia de temps?',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Codi de Google Analytics',
|
||||
'analytics_gosquared' => 'Codi de GoSquared Analytics',
|
||||
'analytics_piwik_url' => 'URL de la seva instància Piwik (sense http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Identificador de lloc del Piwik',
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'Seleccioneu el fus horari',
|
||||
'site-locale' => 'Idioma del lloc',
|
||||
'date-format' => 'Format de la data',
|
||||
'incident-date-format' => 'Format del fus horari dels incidents',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'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' => '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' => 'Full d\'estils personalitzats',
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Color de fons',
|
||||
'background-fills' => 'Elements del fons (components, incidents, peu de pàgina)',
|
||||
'banner-background-color' => 'Color de fons del banner',
|
||||
'background-color' => 'Background color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Farciment (padding) 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)',
|
||||
'blues' => 'Blau (usat per informació)',
|
||||
'greens' => 'Verd (utilitzat per l\'èxit)',
|
||||
'yellows' => 'Groc (utilitzat per alertes)',
|
||||
'oranges' => 'Taronja (utilitzat per a avisos)',
|
||||
'metrics' => 'Omplir les mètriques',
|
||||
'links' => 'Enllaços',
|
||||
'text-color' => '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)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Nom de l\'usuari',
|
||||
'email' => 'Correu electrònic',
|
||||
'password' => 'Contrasenya',
|
||||
'api-token' => 'Token de l\'API',
|
||||
'api-token-help' => 'Regenerar el seu token de l\'API evitarà a les aplicacions existents accedir al Cachet.',
|
||||
'gravatar' => 'Canviau la vostra imatge de perfil a Gravatar.',
|
||||
'user_level' => 'Nivell d\'usuari',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'Admin',
|
||||
'user' => 'Usuari',
|
||||
'user' => 'User',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'Habilitar l\'autenticació de dos factor augmenta la seguretat del compte. Necessitareu descarregar <a href="https://support.google.com/accounts/answer/1066447?hl=en"> Google Authenticator</a> o un app similar al vostre dispositiu mòbil. Quan us identifiqueu haureu de proporcionar el token generat per l\'app.',
|
||||
'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.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Convidau els membres del vostre d\'equip introduint les seves adreces de correu electrònic aquí.',
|
||||
'email' => 'Adreça electrònica #:id',
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Seleccioneu el fus horari',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'Afegeix',
|
||||
'save' => 'Desar',
|
||||
'update' => 'Actualitzar',
|
||||
'create' => 'Crear',
|
||||
'edit' => 'Editar',
|
||||
'delete' => 'Eliminar',
|
||||
'submit' => 'Enviar',
|
||||
'cancel' => 'Cancel·lar',
|
||||
'remove' => 'Treure',
|
||||
'invite' => 'Convidar',
|
||||
'signup' => 'Crea un compte',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* Opcional',
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'Configuració',
|
||||
'title' => 'Instal·lar Cachet',
|
||||
'service_details' => 'Detalls del servei',
|
||||
'env_setup' => 'Configuració de l\'entorn',
|
||||
'status_page_setup' => 'Configuració de la pàgina d\'estat',
|
||||
'show_support' => 'Mostrar enllaç de suport de Cachet?',
|
||||
'admin_account' => 'Compte d\'administrador',
|
||||
'complete_setup' => 'Completar configuració',
|
||||
'completed' => 'Cachet s\'ha configurat correctament!',
|
||||
'finish_setup' => 'Anar al taulell de control',
|
||||
'setup' => 'Setup',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -12,130 +12,130 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Poslední aktualizace :timestamp',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'Neznámý',
|
||||
1 => 'V provozu',
|
||||
2 => 'Problémy s výkonem',
|
||||
3 => 'Částečný výpadek',
|
||||
4 => 'Závažný výpadek',
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Ostatní služby',
|
||||
'other' => 'Other Components',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'Nejsou nahlášeny žádné incidenty',
|
||||
'past' => 'Minulé incidenty',
|
||||
'stickied' => 'Připnuté incidenty',
|
||||
'scheduled' => 'Plánovaná odstávka',
|
||||
'scheduled_at' => ', plánované na :timestamp',
|
||||
'posted' => 'Publikováno :timestamp',
|
||||
'posted_at' => 'Publikováno :timestamp',
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Zkoumání příčiny',
|
||||
2 => 'Problém identifikován',
|
||||
3 => 'Sledování',
|
||||
4 => 'Opraveno',
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
],
|
||||
],
|
||||
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Blížící se',
|
||||
1 => 'Probíhající',
|
||||
2 => 'Hotovo',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'Obnovit API klíč',
|
||||
'revoke' => 'Zrušit API klíč',
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Před hodinou',
|
||||
'hourly' => 'Posledních 12 hodin',
|
||||
'weekly' => 'Týden',
|
||||
'monthly' => 'Měsíc',
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Přihlásit se k odběru upozornění',
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Přihlásit',
|
||||
'button' => 'Subscribe',
|
||||
'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',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Přihlásit se k zasílání upozornění e-mailem.',
|
||||
'subscribed' => 'Proběhlo přihlášení k e-mailovým upozorněním, potvrďte ho prosím na vašem e-mailu.',
|
||||
'verified' => 'E-mail pro zasílání upozornění byl ověřen. Děkujeme!',
|
||||
'manage' => 'Spravovat odběry',
|
||||
'unsubscribe' => 'Odhlásit z odběru e-mailových upozornění.',
|
||||
'unsubscribed' => 'Odběr e-mailových upozornění byl zrušen.',
|
||||
'failure' => 'Došlo k chybě při nastavení odběru e-mailů.',
|
||||
'already-subscribed' => 'Nelze přihlásit k odběru :email, protože je již přihlášen.',
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
'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',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Registrovat se',
|
||||
'username' => 'Uživatelské jméno',
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Heslo',
|
||||
'success' => 'Tvůj účet byl vytvořen.',
|
||||
'failure' => 'Něco je špatně, nelze se registrovat.',
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'update' => 'Je k dispozici nová verze Cachet. Jak provést update najdeš <a href="https://docs.cachethq.io/docs/updating-cachet">zde</a>!',
|
||||
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Zavřít',
|
||||
'close' => 'Close',
|
||||
'subscribe' => [
|
||||
'title' => 'Přihlásit se k odběru upozornění',
|
||||
'body' => 'Zadej svůj email pro odběr upozornění pro tuto službu. Pokud již odebíráš upozornění, budeš nadále dostávat emaily pro tuto službu.',
|
||||
'button' => 'Přihlásit',
|
||||
'title' => 'Subscribe to component updates',
|
||||
'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' => 'Subscribe',
|
||||
],
|
||||
],
|
||||
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'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.',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Hlavní stránka',
|
||||
'powered_by' => 'Vytvořeno pomocí <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Časová zóna je :timezone.',
|
||||
'about_this_site' => 'O tomto webu',
|
||||
'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',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Kanál stavů',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
];
|
||||
|
||||
@@ -11,293 +11,293 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'Řídicí panel',
|
||||
'writeable_settings' => 'Nelze zapisovat do složky nastavení Cachet. Ujistěte se, že web server může zapisovat do <code>./bootstrap/cachet</code>.',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidenty & Plán',
|
||||
'incidents' => 'Incidenty',
|
||||
'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ů',
|
||||
'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.',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Aktualizace incidentu :incident',
|
||||
'count' => '{0}žádné aktualizace |[1]jedna aktualizace |[2]dvě aktualizace | [3, *] Několik aktualizací',
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Vytvořit novou zprávu k události',
|
||||
'success' => 'Vaše aktualizace incidentu byla vytvořena.',
|
||||
'failure' => 'Při aktualizaci incidentu se něco pokazilo.',
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Editovat aktualizace incidentu',
|
||||
'success' => 'Událost byla aktualizována.',
|
||||
'failure' => 'Při aktualizaci incidentu se něco pokazilo',
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Nahlásil :user',
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Nahlásit incident',
|
||||
'success' => 'Incident byl přidán.',
|
||||
'failure' => 'Došlo k chybě při přidávání události, opakujte akci.',
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Upravit incident',
|
||||
'success' => 'Incident aktualizován.',
|
||||
'failure' => 'Došlo k chybě při editaci události, opakujte akci.',
|
||||
'title' => 'Edit an incident',
|
||||
'success' => 'Incident updated.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Událost byla odstraněna a už se nebude zobrazovat na stavové stránce.',
|
||||
'failure' => 'Událost se nepodařilo smazat, opakujte akci.',
|
||||
'success' => 'The incident has been deleted and will not show on your status page.',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'Šablony incidentů',
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'title' => 'Vytvořit šablonu incidentu',
|
||||
'message' => 'Měli byste přidat šablonu události.',
|
||||
'success' => 'Byla vytvořena nová šablona události.',
|
||||
'failure' => 'Se šablonou události se něco pokazilo.',
|
||||
'title' => 'Create 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.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Upravit šablonu',
|
||||
'success' => 'Šablona události byla aktualizována.',
|
||||
'failure' => 'Při aktualizaci šablony incidentu se něco pokazilo',
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Šablona události byla smazána.',
|
||||
'failure' => 'Šablonu události se nepodařilo smazat, opakujte akci.',
|
||||
'success' => 'The incident template has been deleted.',
|
||||
'failure' => 'The incident template could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Plánovaná odstávka',
|
||||
'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',
|
||||
'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.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Přidat plánovanou údržbu',
|
||||
'success' => 'Údržba byla přidána.',
|
||||
'failure' => 'Něco se pokazilo při přidávání údržby, zkus to znova.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Upravit naplánovanou údržbu',
|
||||
'success' => 'Údržba byla aktualizovaná!',
|
||||
'failure' => 'Něco se pokazilo při úpravě údržby, zkus to znova.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Plánovaná údržba byla smazána a nebude se zobrazovat na hlavní stránce.',
|
||||
'failure' => 'Plánovaná údržba nemohla být smazána, zkus to znova.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'Služby',
|
||||
'component_statuses' => 'Stavy služeb',
|
||||
'listed_group' => 'Seskupeno podle :name',
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => 'Přidat službu',
|
||||
'message' => 'Měli byste přidat službu.',
|
||||
'success' => 'Služba vytvořena.',
|
||||
'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
|
||||
'title' => 'Add a component',
|
||||
'message' => 'You should add a component.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Upravit službu',
|
||||
'success' => 'Služba byla aktualizována.',
|
||||
'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
|
||||
'title' => 'Edit a component',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Služba byla smazána!',
|
||||
'failure' => 'Služba nemůže být odstraněna, opakujte akci.',
|
||||
'success' => 'The component has been deleted!',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
'groups' => [
|
||||
'groups' => 'Skupina služeb|Skupiny služeb',
|
||||
'no_components' => 'Můžete přidat skupinu služeb.',
|
||||
'groups' => 'Component group|Component groups',
|
||||
'no_components' => 'You should add a component group.',
|
||||
'add' => [
|
||||
'title' => 'Přidat skupinu služeb',
|
||||
'success' => 'Skupina služeb byla přidána.',
|
||||
'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
|
||||
'title' => 'Add a component group',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Upravit skupinu komponent',
|
||||
'success' => 'Skupina služeb byla aktualizována.',
|
||||
'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
|
||||
'title' => 'Edit a component group',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Skupina služeb byla smazána!',
|
||||
'failure' => 'Skupina komponent nemohla být smazána, zkus to znova.',
|
||||
'success' => 'Component group has been deleted!',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'metrics' => 'Metriky',
|
||||
'metrics' => 'Metrics',
|
||||
'add' => [
|
||||
'title' => 'Vytvořit metriku',
|
||||
'message' => 'Měli byste přidat metriku.',
|
||||
'success' => 'Metrika vytvořena.',
|
||||
'failure' => 'Něco se pokazilo s metrikou, zkus to znova.',
|
||||
'title' => 'Create a metric',
|
||||
'message' => 'You should add a metric.',
|
||||
'success' => 'Metric created.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Upravit metriku',
|
||||
'success' => 'Metrika aktualizována.',
|
||||
'failure' => 'Něco se pokazilo s metrikou, zkus to znova.',
|
||||
'title' => 'Edit a metric',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Měření bylo smazáno a už se nebude zobrazovat na stavové stránce.',
|
||||
'failure' => 'Měření nemohlo být odstraněno, opakujte akci.',
|
||||
'success' => 'The metric has been deleted and will no longer display on your status page.',
|
||||
'failure' => 'The metric could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Odběratelé',
|
||||
'description' => 'Odběratelé obdrží aktualizace e-mailem, pokuď dojde ke vzniku incidentu.',
|
||||
'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' => 'Globálně odebírané',
|
||||
'subscribers' => 'Subscribers',
|
||||
'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' => 'Verified',
|
||||
'not_verified' => 'Not verified',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Přidat nového odběratele',
|
||||
'success' => 'Odběratel přidán.',
|
||||
'failure' => 'Něco se pokazilo při přidávání odběratele, opakujte akci.',
|
||||
'help' => 'Zadejte každého odběratele na nový řádek.',
|
||||
'title' => 'Add a new subscriber',
|
||||
'success' => 'Subscriber has been added!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'help' => 'Enter each subscriber on a new line.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Aktualizovat odeběratele',
|
||||
'success' => 'Odběratel aktualizován.',
|
||||
'failure' => 'Něco se pokazilo při úpravě odběratele, zkus to znova.',
|
||||
'title' => 'Update subscriber',
|
||||
'success' => 'Subscriber has been updated!',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Team
|
||||
'team' => [
|
||||
'team' => 'Tým',
|
||||
'member' => 'Člen',
|
||||
'profile' => 'Profil',
|
||||
'description' => 'Členové týmu budou schopni přidat nebo upravit komponenty a incidenty.',
|
||||
'team' => 'Team',
|
||||
'member' => 'Member',
|
||||
'profile' => 'Profile',
|
||||
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
||||
'add' => [
|
||||
'title' => 'Přidat nového člena týmu',
|
||||
'success' => 'Nový člen týmu byl přidán.',
|
||||
'failure' => 'Člena týmu se nezdařilo přidat, opakujte akci.',
|
||||
'title' => 'Add a new team member',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Aktualizovat profil',
|
||||
'success' => 'Profil byl aktualizován.',
|
||||
'failure' => 'Něco se pokazilo při aktualizaci profilu, zkus to znova.',
|
||||
'title' => 'Update profile',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Člen týmu byl smazán a již nebude mít přístup do řídícího panelu!',
|
||||
'failure' => 'Člena týmu se nezdařilo přidat, opakujte akci.',
|
||||
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Pozvat nového člena týmu',
|
||||
'success' => 'Pozvánka byla odeslána',
|
||||
'failure' => 'Pozvánka nemohla být odeslána, zkus to znova.',
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
'settings' => 'Nastavení',
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Nastavení aplikace',
|
||||
'images-only' => 'Nahrány mohou být pouze obrázky.',
|
||||
'too-big' => 'Soubor, který nahráváte, je příliš velký. Nahrajte obrázek menší než :velikost',
|
||||
'app-setup' => 'Application Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'Analytiky',
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'Záznamy',
|
||||
'log' => 'Log',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'Lokalizace',
|
||||
'localization' => 'Localization',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Vlastní nastavení',
|
||||
'header' => 'Vlastní hlavička HTML',
|
||||
'footer' => 'Vlastní zápatí HTML',
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'Mail',
|
||||
'test' => 'Vyzkoušet',
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'Testovací oznámení z Cachet',
|
||||
'body' => 'Toto je testovací oznámení z Cachet.',
|
||||
'subject' => 'Test notification from Cachet',
|
||||
'body' => 'This is a test notification from Cachet.',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Zabezpečení',
|
||||
'two-factor' => 'Uživatelé bez dvoufaktorového ověřování',
|
||||
'security' => 'Security',
|
||||
'two-factor' => 'Users without two-factor authentication',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'stylesheet' => 'Šablona stylů',
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => 'Motiv vzhledu',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Nastavení uložena.',
|
||||
'failure' => 'Nastavení nelze uložit.',
|
||||
'success' => 'Settings saved.',
|
||||
'failure' => 'Settings could not be saved.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'Autoři',
|
||||
'contributors' => 'Přispěvatelé',
|
||||
'license' => 'Cachet je open-sourcový projekt pod BSD-3-licencí, vydávaný <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' => 'Podporovatelé a sponzoři',
|
||||
'backers' => 'Pokud chcete podpořit další vývoj aplikace, běžte se podívat na kampaň <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a>.',
|
||||
'thank-you' => 'Děkujeme každému z :count přispěvatelů.',
|
||||
'credits' => 'Credits',
|
||||
'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.',
|
||||
'thank-you' => 'Thank you to each and every one of the :count contributors.',
|
||||
],
|
||||
],
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'Přihlášení',
|
||||
'logged_in' => 'Jste přihlášeni.',
|
||||
'welcome' => 'Vítejte zpátky!',
|
||||
'two-factor' => 'Zadejte prosím váš token.',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'Nápověda',
|
||||
'status_page' => 'Stavová stránka',
|
||||
'logout' => 'Odhlásit',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Notifications
|
||||
'notifications' => [
|
||||
'notifications' => 'Ozmámení',
|
||||
'awesome' => 'Vynikající.',
|
||||
'whoops' => 'Jejda.',
|
||||
'notifications' => 'Notifications',
|
||||
'awesome' => 'Awesome.',
|
||||
'whoops' => 'Whoops.',
|
||||
],
|
||||
|
||||
// Widgets
|
||||
'widgets' => [
|
||||
'support' => 'Podpořit Cachet',
|
||||
'support_subtitle' => 'Mrkněte na náš <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
|
||||
'news' => 'Poslední novinky',
|
||||
'news_subtitle' => 'Získat nejnovější aktualizace',
|
||||
'support' => 'Support Cachet',
|
||||
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
|
||||
'news' => 'Latest News',
|
||||
'news_subtitle' => 'Get the latest update',
|
||||
],
|
||||
|
||||
// Welcome modal
|
||||
'welcome' => [
|
||||
'welcome' => 'Vítej na tvé nové Status stránce!',
|
||||
'message' => 'Vaše stavová stránka je téměř připravena! Možná budete chtít upravit další nastavení',
|
||||
'close' => 'Přejít rovnou do řídícího panelu',
|
||||
'welcome' => 'Welcome to your new status page, :username!',
|
||||
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
|
||||
'close' => 'I\'m good thanks!',
|
||||
'steps' => [
|
||||
'component' => 'Vytvoření komponent',
|
||||
'incident' => 'Vytvoření incidentů',
|
||||
'customize' => 'Přizpůsobit',
|
||||
'team' => 'Přidat uživatele',
|
||||
'api' => 'Vygenerovat API token',
|
||||
'two-factor' => 'Dvoufaktorové ověření',
|
||||
'component' => 'Add your components',
|
||||
'incident' => 'Create an incident',
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -13,134 +13,134 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'E-mail',
|
||||
'username' => 'Uživatelské jméno',
|
||||
'password' => 'Heslo',
|
||||
'site_name' => 'Název webu',
|
||||
'site_domain' => 'Doména webu',
|
||||
'site_timezone' => 'Vyberte vaše časové pásmo',
|
||||
'site_locale' => 'Vyberte svůj jazyk',
|
||||
'enable_google2fa' => 'Povolit dvoufaktorové ověřování Google',
|
||||
'cache_driver' => 'Ovladač cache',
|
||||
'queue_driver' => 'Řadič fronty',
|
||||
'session_driver' => 'Ovladač sezení',
|
||||
'mail_driver' => 'Driver pro Mail',
|
||||
'mail_host' => 'Host pro Mail',
|
||||
'mail_address' => 'Adresa Mailu',
|
||||
'mail_username' => 'Uživatelské jméno pro Mail účet',
|
||||
'mail_password' => 'Heslo pro Mail účet',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Uživatelské jméno nebo e-mail',
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Heslo',
|
||||
'2fauth' => 'Ověřovací kód',
|
||||
'invalid' => 'Nesprávné uživatelské jméno nebo heslo',
|
||||
'invalid-token' => 'Neplatný token',
|
||||
'cookies' => 'Pro přihlášení je třeba povolit soubory cookie.',
|
||||
'rate-limit' => 'Překročen limit.',
|
||||
'remember_me' => 'Zůstat přihlášený',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'Jméno',
|
||||
'status' => 'Stav',
|
||||
'component' => 'Komponenta',
|
||||
'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' => '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é',
|
||||
'not_stickied' => 'Nepřipnuté',
|
||||
'public' => 'Viditelné veřejnosti',
|
||||
'logged_in_only' => 'Viditelné pouze pro přihlášené uživatele',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => '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.',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'Jméno',
|
||||
'template' => 'Šablona',
|
||||
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="http://twig.sensiolabs.org/" target="_blank">Twing</a>.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'Jméno',
|
||||
'status' => 'Stav',
|
||||
'message' => 'Zpráva',
|
||||
'message-help' => 'Můžete také použít Markdown.',
|
||||
'scheduled_at' => 'Na kdy je naplánovaná údržba?',
|
||||
'completed_at' => 'Kdy bude údržba hotová?',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Jméno',
|
||||
'template' => 'Šablona',
|
||||
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="http://twig.sensiolabs.org/" target="_blank">Twing</a>.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'Jméno',
|
||||
'status' => 'Stav',
|
||||
'group' => 'Skupina',
|
||||
'description' => 'Popis',
|
||||
'link' => 'Odkaz',
|
||||
'tags' => 'Štítky',
|
||||
'tags-help' => 'Oddělené čárkou.',
|
||||
'enabled' => 'Je služba povolena?',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Jméno',
|
||||
'collapsing' => 'Rozbalit nebo sbalit možnosti',
|
||||
'visible' => 'Vždy rozbalené',
|
||||
'collapsed' => 'Sbalit skupinu ve výchozím nastavení',
|
||||
'collapsed_incident' => 'Sbalit skupinu, ale rozšířit, pokud existují problémy',
|
||||
'visibility' => 'Viditelnost',
|
||||
'visibility_public' => 'Viditelné pro veřejnost',
|
||||
'visibility_authenticated' => 'Viditelné pouze pro přihlášené uživatele',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'Jméno',
|
||||
'description' => 'Popis',
|
||||
'start_at' => 'Naplánovat čas spuštění',
|
||||
'timezone' => 'Časová zóna',
|
||||
'schedule_frequency' => 'Naplánovat frekvenci (ve vteřinách)',
|
||||
'completion_latency' => 'Prodleva dokončení (ve vteřinách)',
|
||||
'group' => 'Skupina',
|
||||
'active' => 'Aktivní?',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Název skupiny',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'Jméno',
|
||||
'suffix' => 'Přípona',
|
||||
'description' => 'Popis',
|
||||
'description-help' => 'Můžete také použít Markdown.',
|
||||
'display-chart' => 'Zobrazovat graf na stavové stránce?',
|
||||
'default-value' => 'Výchozí hodnota',
|
||||
'calc_type' => 'Výpočet metrik',
|
||||
'type_sum' => 'Celkem',
|
||||
'type_avg' => 'Průměr',
|
||||
'places' => 'Počet desetinných míst',
|
||||
'default_view' => 'Výchozí zobrazení',
|
||||
'threshold' => 'Jak často se mají snímat metrické body?',
|
||||
'visibility' => 'Viditelnost',
|
||||
'visibility_authenticated' => 'Viditelné přihlášeným uživatelům',
|
||||
'visibility_public' => 'Viditelný všem',
|
||||
'visibility_hidden' => 'Vždy skrýt',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Hodnota',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,101 +148,101 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Název webu',
|
||||
'site-url' => 'URL adresa webu',
|
||||
'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' => 'Obnovovací frekvence status stránky (v sekundách)',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'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)',
|
||||
'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',
|
||||
'subscribers' => 'Umožnit lidem, aby se přihlašovali k odběru e-mailových upozornění?',
|
||||
'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',
|
||||
'only_disrupted_days' => 'Zobrazit na časové ose pouze dny, kdy došlo k incidentu?',
|
||||
'banner' => 'Banner Image',
|
||||
'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',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Kód pro Google Analytics',
|
||||
'analytics_gosquared' => 'Kód pro GoSquared Analytics',
|
||||
'analytics_piwik_url' => 'URL tvojí instance Piwik (bez http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Id webu Piwik',
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'Časové pásmo webu',
|
||||
'site-locale' => 'Jazyk webu',
|
||||
'date-format' => 'Formát datumu',
|
||||
'incident-date-format' => 'Formát času pro incident',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'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' => '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' => 'Vlastní šablona stylů',
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Barva pozadí',
|
||||
'background-fills' => 'Pozadí výplně (komponenty, incidenty, zápatí)',
|
||||
'banner-background-color' => 'Barva pozadí banneru',
|
||||
'banner-padding' => 'Odsazení banneru',
|
||||
'fullwidth-banner' => 'Povolit banner přes celou obrazovku?',
|
||||
'text-color' => 'Barva textu',
|
||||
'dashboard-login' => 'Zobrazit tlačítko Řídící panel v zápatí?',
|
||||
'reds' => 'Červená (používané pro chyby)',
|
||||
'blues' => 'Modrá (používané pro informace)',
|
||||
'greens' => 'Zelená (používá se pro vyřešení problémů)',
|
||||
'yellows' => 'Žlutá (používá se pro upozornění)',
|
||||
'oranges' => 'Oranžová (slouží k oznámení)',
|
||||
'metrics' => 'Vyplnění metrik',
|
||||
'links' => 'Odkazy',
|
||||
'background-color' => 'Background color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => '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)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Uživatelské jméno',
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Heslo',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Přegenerování vašeho API tokenu zabrání současným aplikacím přistupovat ke Cachet.',
|
||||
'gravatar' => 'Profilový obrázek si změn na Gravatar.',
|
||||
'user_level' => 'Úroveň uživatele',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'Správce',
|
||||
'user' => 'Uživatel',
|
||||
'admin' => 'Admin',
|
||||
'user' => 'User',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'Zapnutí dvoufaktorového ověřování zvýší zabezpečení vašeho účtu. Budete muset stáhnout <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> nebo podobnou aplikaci pro mobilní zařízení. Po přihlášení budete vyzváni k zadání tokenu vygenerovaného aplikací.',
|
||||
'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.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Pozvi uživatele do týmu zadáním emailové adresy.',
|
||||
'email' => 'Email #:id',
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Vybrat časové pásmo',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'Přidat',
|
||||
'save' => 'Uložit',
|
||||
'update' => 'Aktualizovat',
|
||||
'create' => 'Vytvořit',
|
||||
'edit' => 'Upravit',
|
||||
'delete' => 'Smazat',
|
||||
'submit' => 'Potvrdit',
|
||||
'cancel' => 'Zrušit',
|
||||
'remove' => 'Smazat',
|
||||
'invite' => 'Pozvat',
|
||||
'signup' => 'Registrovat se',
|
||||
'manage_updates' => 'Správa aktualizací',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* Volitelné',
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
@@ -13,84 +13,84 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Aktualizován stav komponenty',
|
||||
'greeting' => 'Stav kompomenty byl aktualizován!',
|
||||
'content' => ':name změnil stav z :old_status na :new_status.',
|
||||
'action' => 'Zobrazit',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Aktualizován stav komponenty',
|
||||
'content' => ':name změnil stav z :old_status na :new_status.',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name změnil stav z :old_status na :new_status.',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Nahlášena nová událost',
|
||||
'greeting' => 'Nová událost byla nahlášena v :app_name.',
|
||||
'content' => 'Událost :name byla nahlášena',
|
||||
'action' => 'Zobrazit',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Událost :name nahlášena',
|
||||
'content' => 'Nová událost byla nahlášena v :app_name',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Nová událost byla nahlášena v :app_name.',
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Událost aktualizována',
|
||||
'content' => ':name byl aktualizován',
|
||||
'title' => ':name změnil stav na :new_status',
|
||||
'action' => 'Zobrazit',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name byl aktualizován',
|
||||
'content' => ':name změnil stav na :new_status',
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Událost :name byla aktualizována',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Nový plán vytvořen',
|
||||
'content' => ':name bylo naplánováno na :date',
|
||||
'title' => 'Nová plánovaná údržba byla vytvořena.',
|
||||
'action' => 'Zobrazit',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Nový plán vytvořen!',
|
||||
'content' => ':name bylo naplánováno na :date',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name bylo naplánováno na :date',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'Potvrďte váš odběr',
|
||||
'content' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
|
||||
'title' => 'Potvrďte svůj odběr stavové stránky :app_name.',
|
||||
'action' => 'Ověřit',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'Ping z Cachet!',
|
||||
'content' => 'Toto je testovací oznámení z Cachet!',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'Uvnitř najdete pozvánku...',
|
||||
'content' => 'Byl jste pozván, abyste se připojil ke stavové stránce :app_name.',
|
||||
'title' => 'Jste pozváni, abyste se připojili ke stavové stránce :app_name.',
|
||||
'action' => 'Potvrdit',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Předchozí',
|
||||
'next' => 'Další',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'Instalace',
|
||||
'title' => 'Instalace Cachet',
|
||||
'service_details' => 'Podrobnosti o službě',
|
||||
'env_setup' => 'Nastavení prostředí',
|
||||
'status_page_setup' => 'Nastavení Stavové stránky',
|
||||
'show_support' => 'Zobrazit podporu pro Cachet?',
|
||||
'admin_account' => 'Účet správce',
|
||||
'complete_setup' => 'Dokončení instalace',
|
||||
'completed' => 'Cachet byl úspěšně nakonfigurován!',
|
||||
'finish_setup' => 'Přejít na řídící panel',
|
||||
'setup' => 'Setup',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -22,72 +22,72 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'Je potřeba potvrdit :attribute.',
|
||||
'active_url' => ':attribute není platná adresa URL.',
|
||||
'after' => ':attribute musí být datum po :date.',
|
||||
'alpha' => ':attribute může obsahovat pouze písmena.',
|
||||
'alpha_dash' => ':attribute může obsahovat pouze písmena, čísla a pomlčky.',
|
||||
'alpha_num' => ':attribute může obsahovat pouze písmena a čísla.',
|
||||
'array' => ':attribute musí být textové pole.',
|
||||
'before' => ':attribute musí být datum před :date.',
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute musí mít hodnou mezi :min a :max.',
|
||||
'file' => ':attribute musí mít velikost v rozmezí :min až :max kilobytů.',
|
||||
'string' => ':attribute musí mít délku v rozmezí :min a :max znaků.',
|
||||
'array' => ':attribute musí mít mezi :min a :max položkami.',
|
||||
'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.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.',
|
||||
'confirmed' => 'Potvrzení :attribute se neshoduje.',
|
||||
'date' => ':attribute není platné datum.',
|
||||
'date_format' => ':attribute se neshoduje se správným formátem :format.',
|
||||
'different' => ':attribute a :other se musí lišit.',
|
||||
'digits' => ':attribute musí obsahovat :digits číslice.',
|
||||
'digits_between' => ':attribute musí být v rozmezí :min a :max číslic.',
|
||||
'email' => ':attribute musí být platná e-mailová adresa.',
|
||||
'exists' => 'Vybraný :attribute je neplatný.',
|
||||
'distinct' => ':attribute má duplicitní hodnotu.',
|
||||
'filled' => 'Pole :attribute je vyžadováno.',
|
||||
'image' => ':attribute musí být obrázek.',
|
||||
'in' => 'Vybraný :attribute je neplatný.',
|
||||
'in_array' => ':attribute není v :other.',
|
||||
'integer' => ':attribute musí být celé číslo.',
|
||||
'ip' => ':attribute musí být platná IP adresa.',
|
||||
'json' => ': attribute musí být ve formátu JSON.',
|
||||
'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.',
|
||||
'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.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute nesmí být větší než :max.',
|
||||
'file' => ':attribute nesmí být větší než :max kb.',
|
||||
'string' => ':attribute nesmí být delší než :max znaků.',
|
||||
'array' => 'Atribut nesmí mít více než :max položek.',
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => ':attribute musí být soubor typu: :values.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute musí být alespoň :min.',
|
||||
'file' => 'Atribut musí mít alespoň :min kB.',
|
||||
'string' => ':attribute musí být dlouhý alespoň :min znaků.',
|
||||
'array' => ':attribute musí mít alespoň :min položek.',
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'Vybraný :attribute je neplatný.',
|
||||
'numeric' => 'Pole :attribute musí být číslo.',
|
||||
'present' => 'Pole :attribute je vyžadováno.',
|
||||
'regex' => 'Formát :attribute je neplatný.',
|
||||
'required' => 'Pole :attribute je vyžadováno.',
|
||||
'required_if' => 'Pole :attribute je požadováno, když :other je :value.',
|
||||
'required_unless' => 'Pole :attribute je požadováno, pokud :other není v :value.',
|
||||
'required_with' => 'Pole :attribute je požadováno, když je zadané :values.',
|
||||
'required_with_all' => 'Pole :attribute je požadováno, když je zadané :values.',
|
||||
'required_without' => 'Pole :attribute je požadováno když :values není k dispozici.',
|
||||
'required_without_all' => 'Pole :attribute je požadováno když :values není k dispozici.',
|
||||
'same' => ':attribute a: :other se musí shodovat.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute musí mít velikost: :size.',
|
||||
'file' => 'Atribut musí mít :size kB.',
|
||||
'string' => 'Atribut musí mít :size znaků.',
|
||||
'array' => ':attribute musí obsahovat :size položek.',
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => ':attribute musí být text.',
|
||||
'timezone' => ':attribute musí být platná zóna.',
|
||||
'unique' => ':attribute byl už použit.',
|
||||
'url' => 'Formát :attribute je neplatný.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -102,7 +102,7 @@ return [
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'vlastní zpráva',
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ return [
|
||||
'components' => [
|
||||
'last_updated' => 'Sidst opdateret :timestamp',
|
||||
'status' => [
|
||||
0 => 'Ukendt',
|
||||
0 => 'Unknown',
|
||||
1 => 'Normal',
|
||||
2 => 'Hastighedsproblemer',
|
||||
3 => 'Nogen udfald',
|
||||
@@ -29,11 +29,11 @@ return [
|
||||
'incidents' => [
|
||||
'none' => 'Ingen hændelser er rapporteret',
|
||||
'past' => 'Tidligere hændelser',
|
||||
'stickied' => 'Låst hændelse',
|
||||
'scheduled' => 'Vedligeholdelse',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', planlagt til :timestamp',
|
||||
'posted' => 'Sendt :timestamp',
|
||||
'posted_at' => 'Indsendt :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Undersøger',
|
||||
2 => 'Identificeret',
|
||||
@@ -45,17 +45,17 @@ return [
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Kommende',
|
||||
1 => 'Under udførsel',
|
||||
2 => 'Fuldført',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -76,19 +76,19 @@ return [
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Tilmeld dig for at få de seneste opdateringer',
|
||||
'unsubscribe' => 'Opsige abonnement',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Abonner',
|
||||
'manage_subscription' => 'Administrer abonnement',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'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',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Abonner på email opdateringer.',
|
||||
'subscribed' => 'Du er blevet tilmeldt email notifikationer. Vi har sendt dig en bekræftelse på den indtastede email-adresse.',
|
||||
'verified' => 'Din tilmelding er nu blevet bekræftet, tak.',
|
||||
'manage' => 'Administrer dit abonnement',
|
||||
'manage' => 'Manage your subscription',
|
||||
'unsubscribe' => 'Afmeld email notifikationer.',
|
||||
'unsubscribed' => 'Du er nu blevet frameldt vores emailnotifikationer.',
|
||||
'failure' => 'Noget gik galt med bekræftelsen.',
|
||||
@@ -122,17 +122,17 @@ return [
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'incident' => 'Detaljer og opdateringer om hændelse :navn, der fandt sted på :dato',
|
||||
'schedule' => 'Oplysninger om planlagt vedligeholdelse periode :name begynder :startDate',
|
||||
'subscribe' => 'Abonner på :app for at modtage opdateringer af hændelser og planlagte vedligeholdelsesperioder',
|
||||
'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' => 'Hold dig opdateret med de seneste opdateringer fra :app.',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Hjem',
|
||||
'powered_by' => 'Drevet af <a href="https://cachethq.io" class="links"> Cachet</a>.',
|
||||
'timezone' => 'Klokkeslæt vises i :timezone.',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'about_this_site' => 'Om denne side',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
|
||||
@@ -12,30 +12,30 @@
|
||||
return [
|
||||
|
||||
'dashboard' => 'Oversigt',
|
||||
'writeable_settings' => 'Cachet-indstillingsmappen er ikke skrivbar. Sørg venligst for at webserveren kan skrive til <code>./bootstrap/cachet</code>.',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Hændelser og Vedligehold',
|
||||
'title' => 'Incidents & Maintenance',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0} Ingen åbne hændelser.|[1] Der er én åben hændelse.|[2.*] Der er <strong>:count</strong> åbne 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' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Hændelsesopdateringer til :hændelse',
|
||||
'count' => '{0} Ingen opdateringer |[1] Én opdatering |[2] To opdateringer | [3,*] Flere opdateringer',
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Opret ny hændelsesopdatering',
|
||||
'success' => 'Din nye hændelsesopdatering er oprettet.',
|
||||
'failure' => 'En fejl opstod med hændelsesopdateringen.',
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Redigér hændelsesopdatering',
|
||||
'success' => 'Hændelsesopdateringen er blevet opdateret.',
|
||||
'failure' => 'En fejl opstod under opdateringen af hændelsesopdateringen',
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Anmeldt af bruger',
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Opret hændelse',
|
||||
'success' => 'Hændelse tilføjet.',
|
||||
@@ -56,7 +56,7 @@ return [
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'title' => 'Opret hændelses skabelon',
|
||||
'message' => 'Du bør tilføje en hændelses skabelon.',
|
||||
'message' => 'Create your first incident template.',
|
||||
'success' => 'Din nye hændelses skabelon er blevet oprettet.',
|
||||
'failure' => 'En fejl er opstået med hændelses skabelonen.',
|
||||
],
|
||||
@@ -74,22 +74,22 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Vedligeholdelse',
|
||||
'logged' => '{0} Der er ingen tidsplanlager.|[1]Der er 1 tidsplan.|[2,*]Der er anmeldt <strong>:count</strong> tidsplaner.',
|
||||
'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.',
|
||||
'scheduled_at' => 'Planlagt til :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Tilføj planlagt vedligeholdelse',
|
||||
'success' => 'Planlagt vedligeholdelse tilføjet.',
|
||||
'failure' => 'Noget gik galt under forsøget på at tilføje planlagt vedligeholdelse. Prøv venligst igen.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Rediger planlagt vedligeholdelse',
|
||||
'success' => 'Planlagt vedligeholdelse er blevet opdateret!',
|
||||
'failure' => 'Noget gik galt under forsøget på at opdatere planlagt vedligeholdelse. Prøv venligst igen.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Planlagt vedligeholdelse er blevet slette og vil ikke længere blive vist på din status side.',
|
||||
'failure' => 'Den planlagt vedligeholdelse kunne ikke slettes. Prøv venligst igen.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -158,17 +158,17 @@ return [
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Subscribers',
|
||||
'description' => 'Abonnenter vil modtage notifikationer når hændelser oprettes eller komponenter opdateres.',
|
||||
'description_disabled' => 'For at bruge denne funktion skal du tillader folk at tilmelde sig notifikationer.',
|
||||
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
|
||||
'verified' => 'Bekræftet',
|
||||
'not_verified' => 'Ej bekræftet',
|
||||
'subscriber' => ':email, abonnerede :date',
|
||||
'no_subscriptions' => 'Abonnere på alle opdateringer',
|
||||
'global' => 'Globalt tilmeldt',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Tilføj abonnent',
|
||||
'success' => 'Subscriber added.',
|
||||
'failure' => 'Noget gik galt under forsøget på at tilføje en abonnent. Prøv venligst igen.',
|
||||
'help' => 'Angiv hver abonnent på en ny linje.',
|
||||
'help' => 'Enter each subscriber on a new line.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Redigér abonnent',
|
||||
@@ -227,11 +227,11 @@ return [
|
||||
'footer' => 'Brugerdefineret footer html',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'E-mail',
|
||||
'mail' => 'Mail',
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'Testnotifikation fra Cachet',
|
||||
'body' => 'Dette er en testnotifikation fra Cachet.',
|
||||
'subject' => 'Test notification from Cachet',
|
||||
'body' => 'This is a test notification from Cachet.',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
@@ -249,12 +249,12 @@ return [
|
||||
'failure' => 'Indstillingerne kunne ikke gemmes.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'Anerkendelser',
|
||||
'contributors' => 'Bidragsydere',
|
||||
'license' => 'Cachet er et BSD-3 licenseret open source-projekt udgivet af <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' => 'Støtter og Sponsorer',
|
||||
'backers' => 'Ønsker du at støtte fremtidig udvikling, så tjek venligst <a href="https://patreon.com/jbrooksuk" target="_blank"> Cachet Patreon</a>-kampagnen.',
|
||||
'thank-you' => 'Tak til hver og én af de :count bidragsydere.',
|
||||
'credits' => 'Credits',
|
||||
'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.',
|
||||
'thank-you' => 'Thank you to each and every one of the :count contributors.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -280,10 +280,10 @@ return [
|
||||
|
||||
// Widgets
|
||||
'widgets' => [
|
||||
'support' => 'Støt Cachet',
|
||||
'support_subtitle' => 'Tjek vores <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>-side!',
|
||||
'news' => 'Seneste nyheder',
|
||||
'news_subtitle' => 'Få den nyeste opdatering',
|
||||
'support' => 'Support Cachet',
|
||||
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
|
||||
'news' => 'Latest News',
|
||||
'news_subtitle' => 'Get the latest update',
|
||||
],
|
||||
|
||||
// Welcome modal
|
||||
|
||||
@@ -24,11 +24,11 @@ return [
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail driver',
|
||||
'mail_host' => 'Mail server',
|
||||
'mail_address' => 'Mail afsender adresse',
|
||||
'mail_username' => 'Mail brugernavn',
|
||||
'mail_password' => 'Mail adgangskode',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
@@ -40,8 +40,8 @@ return [
|
||||
'invalid' => 'Ugyldigt brugernavn eller adgangskode',
|
||||
'invalid-token' => 'Ugyldig token',
|
||||
'cookies' => 'Du skal tillade cookies for at logge ind.',
|
||||
'rate-limit' => 'Grænsen er overskredet.',
|
||||
'remember_me' => 'Husk mig',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
@@ -49,16 +49,16 @@ return [
|
||||
'name' => 'Navn',
|
||||
'status' => 'Status',
|
||||
'component' => 'Komponent',
|
||||
'component_status' => 'Komponentstatus',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Besked',
|
||||
'message-help' => 'Du kan benytte Markdown.',
|
||||
'occurred_at' => 'Hvornår skete hændelsen?',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Underret abonnenter',
|
||||
'notify_disabled' => 'Grundet planlagt vedligehold tilbageholdes notifikationer om denne hændelse eller dens komponenter.',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Hændelses synlighed',
|
||||
'stick_status' => 'Lås hændelse',
|
||||
'stickied' => 'Låst',
|
||||
'not_stickied' => 'Ikke låst',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Kan ses af alle',
|
||||
'logged_in_only' => 'Kun synlig for brugere der er logget ind',
|
||||
'templates' => [
|
||||
@@ -73,8 +73,8 @@ return [
|
||||
'status' => 'Status',
|
||||
'message' => 'Besked',
|
||||
'message-help' => 'Du kan benytte Markdown.',
|
||||
'scheduled_at' => 'Hvornår er denne vedligeholdelse planlagt til?',
|
||||
'completed_at' => 'Hvornår denne vedligeholdelse udført?',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Navn',
|
||||
'template' => 'Skabelon',
|
||||
@@ -95,13 +95,13 @@ return [
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Navn',
|
||||
'collapsing' => 'Udvid/skjul indstillinger',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Altid åben',
|
||||
'collapsed' => 'Minimer gruppen som standard',
|
||||
'collapsed_incident' => 'Minimer gruppen, men hold den åben hvis der er fejl',
|
||||
'visibility' => 'Synlighed',
|
||||
'visibility_public' => 'Synligt for alle',
|
||||
'visibility_authenticated' => 'Synligt kun brugere logget ind',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -109,14 +109,14 @@ return [
|
||||
'actions' => [
|
||||
'name' => 'Navn',
|
||||
'description' => 'Beskrivelse',
|
||||
'start_at' => 'Tidsplan starttidspunkt',
|
||||
'timezone' => 'Tidszone',
|
||||
'schedule_frequency' => 'Planlægge frekvens (i sekunder)',
|
||||
'completion_latency' => 'Færdiggørelse ventetid (i sekunder)',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Gruppe',
|
||||
'active' => 'Aktiv?',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Gruppenavn',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -133,11 +133,11 @@ return [
|
||||
'type_avg' => 'Gennemsnit',
|
||||
'places' => 'Antal decimaler',
|
||||
'default_view' => 'Standardvisning',
|
||||
'threshold' => 'Hvor mange minutter på tærsklen mellem metriske point?',
|
||||
'visibility' => 'Synlighed',
|
||||
'visibility_authenticated' => 'Synlig for godkendte brugere',
|
||||
'visibility_public' => 'Synlig for alle',
|
||||
'visibility_hidden' => 'Altid skjult',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Værdi',
|
||||
@@ -153,17 +153,17 @@ 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' => 'Statussides opdateringshastighed (i sekunder)',
|
||||
'major_outage_rate' => 'Tærskel for større udfald (i %)',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner billede',
|
||||
'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930 pixels',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'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, som statussiden benytter',
|
||||
'only_disrupted_days' => 'Vis kun dage indeholdende hændelser i tidslinjen?',
|
||||
'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',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Google Analytics kode',
|
||||
@@ -180,8 +180,8 @@ return [
|
||||
'security' => [
|
||||
'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',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Tilpasset CSS',
|
||||
@@ -191,7 +191,7 @@ return [
|
||||
'background-fills' => 'Baggrundsfyld (Komponenter, hændelser og footer)',
|
||||
'banner-background-color' => 'Baggrundsfarve bag banneret',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'fullwidth-banner' => 'Aktivér fuldbredde banner?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Tekstfarve',
|
||||
'dashboard-login' => 'Vis oversigtsside ikon i bunden af siden?',
|
||||
'reds' => 'Rød (Brugt til fejl)',
|
||||
@@ -221,12 +221,12 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Inviter brugere, ved at indtaste dere email adresser her.',
|
||||
'email' => 'Dine teammedlemmers e-mails',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Vælg Tidszone',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
@@ -241,7 +241,7 @@ return [
|
||||
'remove' => 'Fjern',
|
||||
'invite' => 'Inviter',
|
||||
'signup' => 'Tilmeld',
|
||||
'manage_updates' => 'Håndtér opdateringer',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* ikke påkrævet',
|
||||
|
||||
@@ -13,84 +13,84 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Komponentstatus opdateret',
|
||||
'greeting' => 'En komponents status blev opdateret!',
|
||||
'content' => ':name status blev ændret fra :old_status til :new_status.',
|
||||
'action' => 'Vis',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Komponentstatus opdateret',
|
||||
'content' => ':name status blev ændret fra :old_status til :new_status.',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name status blev ændret fra :old_status til :new_status.',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Ny hændelse indrapporteret',
|
||||
'greeting' => 'En ny hændelse blev rapporteret på :app_name.',
|
||||
'content' => 'Hændelse :name blev rapporteret',
|
||||
'action' => 'Vis',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Hændelse :name Rapporteret',
|
||||
'content' => 'En ny hændelse blev rapporteret på :app_name',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'En ny hændelse blev rapporteret på :app_name.',
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Hændelse opdateret',
|
||||
'content' => ':name blev opdateret',
|
||||
'title' => ':name blev opdateret til :new_status',
|
||||
'action' => 'Vis',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name opdateret',
|
||||
'content' => ':name blev opdateret til :new_status',
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Hændelse :name blev opdateret',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Ny tidsplan oprettet',
|
||||
'content' => ':name blev planlagt til :date',
|
||||
'title' => 'En ny planlagt vedligeholdelse blev oprettet.',
|
||||
'action' => 'Vis',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Ny tidsplan oprettet!',
|
||||
'content' => ':name blev planlagt til :date',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name blev planlagt til :date',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'Bekræft dit abonnement',
|
||||
'content' => 'Tryk for at bekræfte dit abonnement :app_name-statussiden.',
|
||||
'title' => 'Bekræft dit abonnement via :app_name-statussiden.',
|
||||
'action' => 'Bekræft',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'Ping fra Cachet!',
|
||||
'content' => 'Dette er en testnotifikation fra Cachet!',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'Din invitationen er heri...',
|
||||
'content' => 'Du er inviteret til at tilmelde dig :app_name-statussiden.',
|
||||
'title' => 'Du er inviteret til at tilmelde dig :app_name-statussiden.',
|
||||
'action' => 'Acceptér',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Forrige',
|
||||
'next' => 'Næste',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -31,63 +31,63 @@ return [
|
||||
'array' => ':attribute skal være et array.',
|
||||
'before' => ':attribute skal være før den :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute skal være mellem :min og :max.',
|
||||
'file' => ':attribute skal være mellem :min og :max kilobytes.',
|
||||
'string' => ':attribute skal være mellem :min og :max karakterer.',
|
||||
'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.',
|
||||
'array' => ':attribute skal have mellem :min og :max emner.',
|
||||
],
|
||||
'boolean' => ':attribute feltet skal være enten sandt eller falsk.',
|
||||
'confirmed' => ':attribute og bekræftelse er ikke ens.',
|
||||
'date' => ':attribute er ikke en gyldig dato.',
|
||||
'date_format' => ':attribute er ikke i formatet :format.',
|
||||
'different' => ':attribute og :other skal være forskellige.',
|
||||
'digits' => ':attribute skal være :digits cifre.',
|
||||
'digits_between' => ':attribute skal være mellem :min og :max cifre.',
|
||||
'email' => ':attribute skal være en gyldig email-adresse.',
|
||||
'exists' => ':attribute er ikke gyldig.',
|
||||
'distinct' => ':attribute feltet har en duplikeret værdi.',
|
||||
'filled' => ':attribute skal udfyldes.',
|
||||
'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.',
|
||||
'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.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => ':attribute skal være et billede.',
|
||||
'in' => ':attribute er ikke gyldig.',
|
||||
'in_array' => ':attribute feltet findes ikke i :other.',
|
||||
'integer' => ':attribute skal være et heltal.',
|
||||
'ip' => ':attribute skal være en gyldig IP-adresse.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => ':attribute skal være en gyldig JSON streng.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute må ikke være større end :max.',
|
||||
'file' => ':attribute må ikke overstige :max kilobytes.',
|
||||
'string' => ':attribute må ikke være længere end :max karakterer.',
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => ':attribute må ikke have mere end :max emner.',
|
||||
],
|
||||
'mimes' => ':attribute skal være en fil af typen: :values.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute skal være mindst :min.',
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => ':attribute skal være mindst :min kilobytes.',
|
||||
'string' => ':attribute skal være mindst :min karakterer.',
|
||||
'array' => ':attribute skal have mindst :min elementer.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => ':attribute er ikke gyldig.',
|
||||
'numeric' => ':attribute skal være et tal.',
|
||||
'present' => ':attribute feltet skal være til stede.',
|
||||
'regex' => 'Formatet af :attribute er ugyldigt.',
|
||||
'required' => ':attribute skal udfyldes.',
|
||||
'required_if' => ':attribute feltet er påkrævet når :other er :value.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => ':attribute feltet er påkrævet, medmindre :other er i :values.',
|
||||
'required_with' => 'Feltet :attribute er krævet når :values eksisterer.',
|
||||
'required_with_all' => 'Feltet :attribute er krævet når :values eksisterer.',
|
||||
'required_without' => ':attribute feltet er påkrævet når :values ikke findes.',
|
||||
'required_without_all' => ':attribute er påkrævet når ingen af :values er defineret.',
|
||||
'same' => ':attribute og :other skal være éns.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute skal være :size.',
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => ':attribute skal være :size kilobytes.',
|
||||
'string' => ':attribute skal være :size karakterer.',
|
||||
'array' => ':attribute skal indeholde :size emner.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => ':attribute skal være en streng.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => ':attribute skal være en gyldig zone.',
|
||||
'unique' => ':attribute er allerede i brug.',
|
||||
'url' => 'Formatet af :attribute er ugyldigt.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -30,7 +30,7 @@ return [
|
||||
'none' => 'Es liegen keine Ereignisse vor',
|
||||
'past' => 'Vergangene Ereignisse',
|
||||
'stickied' => 'Angepinnte Vorfälle',
|
||||
'scheduled' => 'Wartungsarbeiten',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', geplant :timestamp',
|
||||
'posted' => 'Veröffentlicht :timestamp',
|
||||
'posted_at' => 'Veröffentlicht am :timestamp',
|
||||
@@ -53,9 +53,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -76,13 +76,13 @@ return [
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
|
||||
'unsubscribe' => 'Abmelden',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Abonnieren',
|
||||
'manage_subscription' => 'Abos verwalten',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'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',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
|
||||
@@ -122,9 +122,9 @@ return [
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'incident' => 'Details und Aktualisierung über den :name Vorfall, die am :date aufgetreten sind',
|
||||
'schedule' => 'Details zu den geplanten Wartungszeitraum :name Beginn ab :startDate',
|
||||
'subscribe' => 'Abonniere :app um Updates von Vorfällen und geplanten Wartungszeiten zu erhalten',
|
||||
'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' => 'Bleiben sie auf dem Laufenden mit den neuesten Service-Updates von :app.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -16,26 +16,26 @@ return [
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Vorfälle & Wartungsarbeiten',
|
||||
'title' => 'Incidents & Maintenance',
|
||||
'incidents' => 'Ereignisse',
|
||||
'logged' => '{0}Es gibt keine Ereignisse, gute Arbeit.|[1]Du hast ein Ereignis gemeldet.|[2,*]Du hast <strong>:count</strong> Ereignisse gemeldet.',
|
||||
'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' => 'Vorlage erstellen',
|
||||
'incident-templates' => 'Ereignis Vorlagen',
|
||||
'updates' => [
|
||||
'title' => 'Vorfall Updates für :incident',
|
||||
'count' => '{0}Keine Updates|[1]Ein Update|[2]Zwei Updates|[3,*]Mehrere Updates',
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Vorfall-Update erstellen',
|
||||
'success' => 'Dein Vorfall Update wurde erstellt.',
|
||||
'failure' => 'Etwas ist mit dem Vorfall Update schief gelaufen.',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Vorfall Update bearbeiten',
|
||||
'success' => 'Vorfall Update wurde aktualisiert.',
|
||||
'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen',
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Gemeldet von :user',
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Ereignis hinzufügen',
|
||||
'success' => 'Ereignis hinzugefügt.',
|
||||
@@ -56,7 +56,7 @@ return [
|
||||
'title' => 'Ereignis Vorlagen',
|
||||
'add' => [
|
||||
'title' => 'Ereignisvorlage erstellen',
|
||||
'message' => 'Du solltest eine Ereignis-Vorlage hinzufügen.',
|
||||
'message' => 'Create your first incident template.',
|
||||
'success' => 'Deine neue Ereignis-Vorlage wurde angelegt.',
|
||||
'failure' => 'Etwas ist mit der Ereignis-Vorlage schief gelaufen.',
|
||||
],
|
||||
@@ -74,22 +74,22 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Wartungsarbeiten',
|
||||
'logged' => '{0}Es gibt keine geplanten Wartungen, gute Arbeit.|[1]Du hast einen Eintrag erstellt.|[2,*]Du hast <strong>:count</strong> Einträge erstellt.',
|
||||
'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.',
|
||||
'scheduled_at' => 'Geplant am :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Planmäßige Wartungsarbeiten hinzufügen',
|
||||
'success' => 'Wartungsarbeiten hinzugefügt.',
|
||||
'failure' => 'Etwas lief schief mit dem Hinzufügen des Zeitplans. Bitte versuchen Sie es erneut.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Planmäßige Wartung bearbeiten',
|
||||
'success' => 'Zeitplan wurde aktualisiert!',
|
||||
'failure' => 'Etwas lief schief mit dem Editieren des Zeitplans. Bitte versuchen Sie es erneut.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Der Zeitplan wurde gelöscht und wird nicht auf Ihrer Statusseite angezeigt.',
|
||||
'failure' => 'Der Zeitplan konnte nicht gelöscht werden. Bitte versuchen Sie es erneut.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -158,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, musst du zulassen, dass sich Personen für Benachrichtigungen anmelden dürfen.',
|
||||
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
|
||||
'verified' => 'Bestätigt',
|
||||
'not_verified' => 'Nicht Bestätigt',
|
||||
'subscriber' => ':email, abonniert am :date',
|
||||
'no_subscriptions' => 'Aktualisierungen per E-Mail abonnieren',
|
||||
'global' => 'Pauschal abonniert',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Einen neuen Abonnenten hinzufügen',
|
||||
'success' => 'Abonnent hinzugefügt.',
|
||||
|
||||
@@ -49,12 +49,12 @@ return [
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Komponente',
|
||||
'component_status' => 'Komponentenstatus',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Nachricht',
|
||||
'message-help' => 'Sie können auch Markdown verwenden.',
|
||||
'occurred_at' => 'Wann ist dieser Vorfall aufgetreten?',
|
||||
'notify_subscribers' => 'Abonnenten benachrichtigen',
|
||||
'notify_disabled' => 'Aufgrund von Wartungsarbeiten werden Benachrichtigungen über diesen Vorfall oder seiner Komponenten unterdrückt.',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Ereignis Sichtbarkeit',
|
||||
'stick_status' => 'Vorfall anpinnen',
|
||||
'stickied' => 'Angepinnt',
|
||||
@@ -153,16 +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)',
|
||||
'major_outage_rate' => 'Grenzwert für schwerwiegende Ausfälle (in %)',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner Bild',
|
||||
'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'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?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'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' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Im Verlauf nur Tage mit Vorfällen anzeigen?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -180,8 +180,8 @@ return [
|
||||
'security' => [
|
||||
'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',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Benutzerdefiniertes Stylesheet',
|
||||
@@ -191,7 +191,7 @@ return [
|
||||
'background-fills' => 'Hintergrunddateien (Komponenten, Vorfälle, Footer)',
|
||||
'banner-background-color' => 'Banner Background Color',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'fullwidth-banner' => 'Banner über komplette Breite?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Schriftfarbe',
|
||||
'dashboard-login' => 'Dashboard-Button im Footer anzeigen?',
|
||||
'reds' => 'Rot (Genutzt für Fehler)',
|
||||
@@ -221,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -241,7 +241,7 @@ return [
|
||||
'remove' => 'Entfernen',
|
||||
'invite' => 'Einladen',
|
||||
'signup' => 'Registrieren',
|
||||
'manage_updates' => 'Updates verwalten',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* optional',
|
||||
|
||||
@@ -13,84 +13,84 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Status der Komponente aktualisiert',
|
||||
'greeting' => 'Ein Komponentenstatus wurde aktualisiert!',
|
||||
'content' => ':name Status wurde von :old_status zu :new_status geändert.',
|
||||
'action' => 'Anzeigen',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Status der Komponente aktualisiert',
|
||||
'content' => ':name Status wurde von :old_status zu :new_status geändert.',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name Status wurde von :old_status zu :new_status geändert.',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Neuer Vorfall gemeldet',
|
||||
'greeting' => 'Ein neuer Vorfall wurde auf der :app_name Status Seite gemeldet.',
|
||||
'content' => 'Vorfall :name wurde gemeldet',
|
||||
'action' => 'Anzeigen',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Vorfall :name wurde gemeldet',
|
||||
'content' => 'Ein neuer Vorfall wurde auf der :app_name Status Seite gemeldet',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Ein neuer Vorfall wurde auf der :app_name Status Seite gemeldet.',
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Vorfall aktualisiert',
|
||||
'content' => ':name wurde aktualisiert',
|
||||
'title' => ':name wurde auf :new_status aktualisiert',
|
||||
'action' => 'Anzeigen',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name wurde aktualisiert',
|
||||
'content' => ':name wurde auf :new_status aktualisiert',
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Vorfall :name wurde aktualisiert',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Neuer Zeitplan erstellt',
|
||||
'content' => ':name wurde für :date geplant',
|
||||
'title' => 'Eine neue geplante Wartung wurde erstellt.',
|
||||
'action' => 'Anzeigen',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Neuer Zeitplan erstellt!',
|
||||
'content' => ':name wurde für :date geplant',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name wurde für :date geplant',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'Bitte bestätigen Sie Ihr Abonnement',
|
||||
'content' => 'Klicken Sie, um Ihr Abonnement von :app_name Statusseite zu bestätigen.',
|
||||
'title' => 'Bestätigen Sie Ihr Abonnement für die :app_name Statusseite.',
|
||||
'action' => 'Bestätigen',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'Ping von Cachet!',
|
||||
'content' => 'Dies ist eine Test-Benachrichtigung von Cachet!',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'Ihre Einladung wartet auf Sie...',
|
||||
'content' => 'Sie wurden eingeladen um der :app_name Statusseite beizutreten.',
|
||||
'title' => 'Sie wurden eingeladen um der :app_name Statusseite beizutreten.',
|
||||
'action' => 'Akzeptieren',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Vorherige',
|
||||
'next' => 'Nächste',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Τελευταία ενημέρωση :timestamp',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'Άγνωστο',
|
||||
1 => 'Λειτουργικό',
|
||||
2 => 'Προβλήματα επιδόσης',
|
||||
3 => 'Μερική Διακοπή',
|
||||
4 => 'Σημαντική Διακοπή',
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
@@ -27,18 +27,18 @@ return [
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'Δεν υπάρχουν περιστατικά',
|
||||
'past' => 'Προηγούμενα περιστατικά',
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Προγραμματισμένη Συντήρηση',
|
||||
'scheduled_at' => ', προγραμματισμένη :timestamp',
|
||||
'posted' => 'Αναρτήθηκε :timestamp',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Διερευνάται',
|
||||
2 => 'Προσδιορίστηκε',
|
||||
3 => 'Παρακολούθηση',
|
||||
4 => 'Διορθωμένο',
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -46,7 +46,7 @@ return [
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Upcoming',
|
||||
1 => 'Σε εξέλιξη',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
@@ -54,30 +54,30 @@ return [
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'bad' => '[0,1] Το σύστημα αντιμετωπίζει προβλήματα|[2,Inf] Κάποια συστήματα αντιμετωπίζουν προβλήματα',
|
||||
'major' => '[0,1] Η υπηρεσία αντιμετωπίζει μία σημαντική διακοπή|[2,Inf] Κάποια συστήματα αντιμετωπίζουν μία σημαντική διακοπή',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'Αλλαγή κλειδιού API',
|
||||
'revoke' => 'Ακύρωση κλειδιού API',
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Τελευταία ώρα',
|
||||
'hourly' => 'Τελευταίες 12 ώρες',
|
||||
'weekly' => 'Εβδομάδα',
|
||||
'monthly' => 'Μήνας',
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Εγγραφείτε για να λάβετε τις τελευταίες ενημερώσεις',
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Εγγραφή',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
@@ -85,37 +85,37 @@ return [
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Εγγραφή στις ενημερώσεις μέσω email.',
|
||||
'subscribed' => 'Έχετε εγγραφεί στις ενημερώσεις μέσω email, παρακαλώ ελέγξτε το email σας για να επιβεβαιώσετε την εγγραφή σας.',
|
||||
'verified' => 'Η εγγραφή σας έχει επιβεβαιωθεί. Ευχαριστούμε!',
|
||||
'manage' => 'Διαχειριστείτε τη συνδρομή σας',
|
||||
'unsubscribe' => 'Διαγραφή από τις ενημερώσεις μέσω email.',
|
||||
'unsubscribed' => 'Η εγγραφή σας έχει ακυρωθεί.',
|
||||
'failure' => 'Προέκυψε ένα σφάλμα σχετικά με την εγγραφή.',
|
||||
'already-subscribed' => 'Δεν ήταν δυνατή η εγγραφή του :email επειδή είναι ήδη εγγεγραμμένο.',
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
'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',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Εγγραφή',
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Κωδικός πρόσβασης',
|
||||
'success' => 'Ο λογαριασμός σας έχει δημιουργηθεί.',
|
||||
'failure' => 'Προέκυψε κάποιο σφάλμα σχετικά με την εγγραφή.',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'update' => 'Μια ενημερωμένη έκδοση του Cache είναι διαθέσιμη. Δείτε πως μπορείτε να αναβαθμίσετε <a href="https://docs.cachethq.io/docs/updating-cachet">εδώ</a>!',
|
||||
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Κλείσιμο',
|
||||
'close' => 'Close',
|
||||
'subscribe' => [
|
||||
'title' => 'Εγγραφή στις ενημερώσεις στοιχείων',
|
||||
'body' => 'Συμπληρώστε το email σας για να εγγραφείτε στις ενημερώσεις αυτού του στοιχείου. Αν είστε ήδη εγγεγραμένος, τότε λαμβάνεται ήδη emails για αυτό το στοιχείο.',
|
||||
'button' => 'Εγγραφή',
|
||||
'title' => 'Subscribe to component updates',
|
||||
'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' => 'Subscribe',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -132,8 +132,8 @@ return [
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Η ώρα προβάλλεται σε ζώνη :timezone.',
|
||||
'about_this_site' => 'Σχετικά με αυτόν τον ιστότοπο',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'about_this_site' => 'About This Site',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
@@ -11,16 +11,16 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'Πίνακας Ελέγχου',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Περιστατικά & Πρόγραμμα',
|
||||
'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.',
|
||||
'incident-create-template' => 'Δημιουργία προτύπου',
|
||||
'incident-templates' => 'Πρότυπα Περιστατικών',
|
||||
'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',
|
||||
@@ -37,36 +37,36 @@ return [
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Αναφορά περιστατικού',
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Επεξεργασία περιστατικού',
|
||||
'success' => 'Επεξεργασία περιστατικού επιτυχής.',
|
||||
'title' => 'Edit an incident',
|
||||
'success' => 'Incident updated.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Αυτό το περιστατικό έχει διαγραφεί και δε θα εμφανιστή στη σελίδα κατάστασης.',
|
||||
'success' => 'The incident has been deleted and will not show on your status page.',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'Πρότυπα Περιστατικών',
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'title' => 'Δημιουργήστε ένα πρότυπο περιστατικό',
|
||||
'message' => 'Σας προτείνουμε να προσθέσετε ένα πρότυπο περιστατικό.',
|
||||
'title' => 'Create 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.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Επεξεργασία προτύπου',
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Το πρότυπο περιστατικό έχει διαγραφεί.',
|
||||
'success' => 'The incident template has been deleted.',
|
||||
'failure' => 'The incident template could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
@@ -74,22 +74,22 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'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.',
|
||||
'scheduled_at' => 'Προγραμματισμένη στις :timestamp',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -179,7 +179,7 @@ return [
|
||||
|
||||
// Team
|
||||
'team' => [
|
||||
'team' => 'Ομάδα',
|
||||
'team' => 'Team',
|
||||
'member' => 'Member',
|
||||
'profile' => 'Profile',
|
||||
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
||||
@@ -206,7 +206,7 @@ return [
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
'settings' => 'Ρυθμίσεις',
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Application Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
@@ -242,7 +242,7 @@ return [
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => 'Θέμα',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Settings saved.',
|
||||
@@ -260,22 +260,22 @@ return [
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'Σύνδεση',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'Βοήθεια',
|
||||
'status_page' => 'Σελίδα Κατάστασης',
|
||||
'logout' => 'Έξοδος',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Notifications
|
||||
'notifications' => [
|
||||
'notifications' => 'Ειδοποιήσεις',
|
||||
'awesome' => 'Φανταστικό.',
|
||||
'whoops' => 'Ούπς.',
|
||||
'notifications' => 'Notifications',
|
||||
'awesome' => 'Awesome.',
|
||||
'whoops' => 'Whoops.',
|
||||
],
|
||||
|
||||
// Widgets
|
||||
@@ -289,14 +289,14 @@ return [
|
||||
// Welcome modal
|
||||
'welcome' => [
|
||||
'welcome' => 'Welcome to your new status page, :username!',
|
||||
'message' => 'Η σελίδα κατάστασής σας είναι σχεδόν έτοιμη! Ίσως να θέλετε να κάνετε κάποιες παραμετροποιήσεις',
|
||||
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
|
||||
'close' => 'I\'m good thanks!',
|
||||
'steps' => [
|
||||
'component' => 'Δημιουργία συστατικών',
|
||||
'incident' => 'Δημιουργία περιστατικών',
|
||||
'customize' => 'Προσαρμογή',
|
||||
'team' => 'Προσθήκη χρηστών',
|
||||
'api' => 'Δημιουργία κλειδιού API',
|
||||
'component' => 'Add your components',
|
||||
'incident' => 'Create an incident',
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -13,12 +13,12 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'E-mail',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Κωδικός πρόσβασης',
|
||||
'site_name' => 'Όνομα ιστοσελίδας',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Επιλέξτε τη ζώνη ώρας σας',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
@@ -34,8 +34,8 @@ return [
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Κωδικός πρόσβασης',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
@@ -47,10 +47,10 @@ return [
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'Name',
|
||||
'status' => 'Κατάσταση',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Μήνυμα',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
@@ -70,8 +70,8 @@ return [
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'Name',
|
||||
'status' => 'Κατάσταση',
|
||||
'message' => 'Μήνυμα',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
@@ -85,10 +85,10 @@ return [
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'Name',
|
||||
'status' => 'Κατάσταση',
|
||||
'group' => 'Ομάδα',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Σύνδεσμος',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
@@ -113,7 +113,7 @@ return [
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Ομάδα',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Group Name',
|
||||
@@ -130,7 +130,7 @@ return [
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Μέσος όρος',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
@@ -148,8 +148,8 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Όνομα ιστοσελίδας',
|
||||
'site-url' => 'Διεύθυνση URL ιστοσελίδας',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
@@ -206,8 +206,8 @@ return [
|
||||
|
||||
'user' => [
|
||||
'username' => 'Username',
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Κωδικός πρόσβασης',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
@@ -221,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -240,7 +240,7 @@ return [
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Εγγραφή',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Προηγούμενη',
|
||||
'next' => 'Επόμενη',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'Εγκατάσταση',
|
||||
'title' => 'Εγκατάσταση του Cachet',
|
||||
'setup' => 'Setup',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Ολοκλήρωση εγκατάστασης',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -30,10 +30,10 @@ return [
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Scheduled Maintenance',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
@@ -46,7 +46,7 @@ return [
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Upcoming',
|
||||
1 => 'In progress',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
@@ -54,8 +54,8 @@ return [
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
return [
|
||||
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writable. Please make sure that <code>./bootstrap/cachet</code> is writable by the web server.',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Schedule',
|
||||
'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.',
|
||||
'incident-create-template' => 'Create Template',
|
||||
@@ -56,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,22 +74,22 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Scheduled Maintenance',
|
||||
'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.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ return [
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When will this maintenance be scheduled?',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
@@ -109,7 +109,7 @@ return [
|
||||
'actions' => [
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Shedule start time',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
@@ -136,7 +136,7 @@ return [
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everyone',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
@@ -221,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -32,11 +32,11 @@ return [
|
||||
'mail' => [
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was updated',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Incident :name was reported',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
@@ -55,7 +55,7 @@ return [
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Incident :name was reported',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -14,7 +14,7 @@ return [
|
||||
'components' => [
|
||||
'last_updated' => 'Última actualización :timestamp',
|
||||
'status' => [
|
||||
0 => 'Desconocido',
|
||||
0 => 'Unknown',
|
||||
1 => 'Operacional',
|
||||
2 => 'Problemas de rendimiento',
|
||||
3 => 'Interrupción parcial',
|
||||
@@ -29,11 +29,11 @@ return [
|
||||
'incidents' => [
|
||||
'none' => 'Ningún incidente reportado',
|
||||
'past' => 'Incidencias anteriores',
|
||||
'stickied' => 'Incidentes anclados',
|
||||
'scheduled' => 'Mantenimiento programado',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', programado para :timestamp',
|
||||
'posted' => 'Publicado :timestamp',
|
||||
'posted_at' => 'Publicado :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Investigando',
|
||||
2 => 'Identificado',
|
||||
@@ -45,9 +45,9 @@ return [
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Próximamente',
|
||||
1 => 'En progreso',
|
||||
2 => 'Completo',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -55,7 +55,7 @@ return [
|
||||
'service' => [
|
||||
'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',
|
||||
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -76,13 +76,13 @@ return [
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Suscríbete para obtener las actualizaciones más recientes',
|
||||
'unsubscribe' => 'Darse de baja',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Suscríbete',
|
||||
'manage_subscription' => 'Gestionar suscripción',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'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',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
|
||||
|
||||
@@ -12,30 +12,30 @@
|
||||
return [
|
||||
|
||||
'dashboard' => 'Panel de Control',
|
||||
'writeable_settings' => 'El directorio de configuración de Cachet no es escribible. Por favor, asegúrese de que <code>./bootstrap/cachet</code> es escribible por el servidor web.',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidencias y mantenimiento',
|
||||
'title' => 'Incidents & Maintenance',
|
||||
'incidents' => 'Incidentes',
|
||||
'logged' => '{0} No hay incidencias, ¡buen trabajo!|[1]Has registrado una incidencia.|[2,*]Has reportado <strong>:count</strong> incidencias.',
|
||||
'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' => 'Plantillas de incidente',
|
||||
'updates' => [
|
||||
'title' => 'Actualizaciones de incidentes para :incident',
|
||||
'count' => '{0} cero actualizaciones |[1] una actualización |[2] dos actualizaciones | [3 *] Varias actualizaciones',
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Crea una nueva actualización de incidente',
|
||||
'success' => 'Su nueva plantilla de incidentes ha sido creada.',
|
||||
'failure' => 'Algo salió mal con la actualización del incidente.',
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Editar actualización del incidente',
|
||||
'success' => 'La actualización del incidente ha sido actualizada.',
|
||||
'failure' => 'Algo salió mal al actualizar la actualización del incidente',
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Informado por :user',
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Reportar incidente',
|
||||
'success' => 'Incidente agregado.',
|
||||
@@ -56,7 +56,7 @@ return [
|
||||
'title' => 'Plantillas de incidente',
|
||||
'add' => [
|
||||
'title' => 'Crear una plantilla de incidente',
|
||||
'message' => 'Deberías añadir una plantilla de incidente.',
|
||||
'message' => 'Create your first incident template.',
|
||||
'success' => 'Su nueva plantilla de incidentes ha sido creada.',
|
||||
'failure' => 'Algo salió mal con la plantilla de incidente.',
|
||||
],
|
||||
@@ -74,22 +74,22 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Mantenimiento programado',
|
||||
'logged' => '{0} No ha habido mantenimiento, buen trabajo.|[1]Has registrado una planificación.|[2,*]Has registrado <strong>:count</strong> planificaciones.',
|
||||
'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.',
|
||||
'scheduled_at' => 'Programado para :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Agregar mantenimiento programado',
|
||||
'success' => 'Planificación agregada.',
|
||||
'failure' => 'Algo salió mal agregando la planificación, por favor intente de nuevo.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Editar Mantenimiento Programado',
|
||||
'success' => 'La planificación ha sido actualizada!',
|
||||
'failure' => 'Algo salió mal editando la planificación, por favor intente de nuevo.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'La planificación ha sido eliminada y no será mostrada en su página de estado.',
|
||||
'failure' => 'El mantenimiento programado no pudo ser eliminado, por favor, inténtelo de nuevo.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -158,12 +158,12 @@ return [
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Suscriptores',
|
||||
'description' => 'Los suscriptores recibirán actualizaciones por correo electrónico cuando se creen incidentes o se actualicen componentes.',
|
||||
'description_disabled' => 'Para utilizar esta función, necesita permitir a las personas registrarse a las notificaciones.',
|
||||
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
|
||||
'verified' => 'Verificado',
|
||||
'not_verified' => 'No confirmado',
|
||||
'subscriber' => ':email, suscrito :date',
|
||||
'no_subscriptions' => 'Suscrito a todas las actualizaciones',
|
||||
'global' => 'Suscrito a todo',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Agregar un nuevo subscriptor',
|
||||
'success' => 'Subscriptor agregado.',
|
||||
@@ -216,7 +216,7 @@ return [
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'Registro',
|
||||
'log' => 'Log',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'Localización',
|
||||
@@ -227,11 +227,11 @@ return [
|
||||
'footer' => 'Pie HTML personalizado',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'Correo',
|
||||
'test' => 'Prueba',
|
||||
'mail' => 'Mail',
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'Notificación de prueba de Cachet',
|
||||
'body' => 'Ésta es una notificación de prueba de Cachet.',
|
||||
'subject' => 'Test notification from Cachet',
|
||||
'body' => 'This is a test notification from Cachet.',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
'site_locale' => 'Selecciona tu idioma',
|
||||
'enable_google2fa' => 'Habilitar la verificación en dos pasos de Google',
|
||||
'cache_driver' => 'Controlador de Memoria Cache',
|
||||
'queue_driver' => 'Controlador de cola',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Controlador de Sesion',
|
||||
'mail_driver' => 'Valora al conductor',
|
||||
'mail_host' => 'Host de correo',
|
||||
@@ -41,7 +41,7 @@ return [
|
||||
'invalid-token' => 'Token inválido',
|
||||
'cookies' => 'Usted debe habilitar cookies para logearse o iniciar sesion.',
|
||||
'rate-limit' => 'Límite de transferencia excedido.',
|
||||
'remember_me' => 'Recuérdame',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
@@ -49,16 +49,16 @@ return [
|
||||
'name' => 'Nombre',
|
||||
'status' => 'Estado',
|
||||
'component' => 'Componente',
|
||||
'component_status' => 'Estado del componente',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Mensaje',
|
||||
'message-help' => 'También puedes usar Markdown.',
|
||||
'occurred_at' => '¿Cuando ocurrió este incidente?',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => '¿Notificar a los suscriptores?',
|
||||
'notify_disabled' => 'Las notificaciones sobre este incidente o sus componentes serán suprimidas, debido a un mantenimiento programado.',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Visibilidad del incidente',
|
||||
'stick_status' => 'Pega Incidente',
|
||||
'stickied' => 'Fijado',
|
||||
'not_stickied' => 'No Pegado',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Visible por el público',
|
||||
'logged_in_only' => 'Solo visible para usuarios logeados',
|
||||
'templates' => [
|
||||
@@ -73,8 +73,8 @@ return [
|
||||
'status' => 'Estado',
|
||||
'message' => 'Mensaje',
|
||||
'message-help' => 'También puedes usar Markdown.',
|
||||
'scheduled_at' => '¿Cuándo será programado este mantenimiento?',
|
||||
'completed_at' => '¿Cuándo terminó este mantenimiento?',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Nombre',
|
||||
'template' => 'Plantilla',
|
||||
@@ -95,13 +95,13 @@ return [
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Nombre',
|
||||
'collapsing' => 'Opciones de Expandir/Colapsar',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Siempre expandido',
|
||||
'collapsed' => 'Contraer el grupo por defecto',
|
||||
'collapsed_incident' => 'Contraer el grupo, pero ampliar si hay problemas',
|
||||
'visibility' => 'Visibilidad',
|
||||
'visibility_public' => 'Público',
|
||||
'visibility_authenticated' => 'Visible solamente a usuarios conectados',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -109,14 +109,14 @@ return [
|
||||
'actions' => [
|
||||
'name' => 'Nombre',
|
||||
'description' => 'Descripción',
|
||||
'start_at' => 'Programar hora de inicio',
|
||||
'timezone' => 'Zona horaria',
|
||||
'schedule_frequency' => 'Programar frecuencia (en segundos)',
|
||||
'completion_latency' => 'Latencia de completado (en segundos)',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Grupo',
|
||||
'active' => '¿Activo?',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Nombre del grupo',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -134,10 +134,10 @@ return [
|
||||
'places' => 'Cantidad de decimales',
|
||||
'default_view' => 'Vista predeterminada',
|
||||
'threshold' => '¿Cuántos minutos de umbral entre púntos de métrica?',
|
||||
'visibility' => 'Visibilidad',
|
||||
'visibility_authenticated' => 'Visible para los usuarios autenticados',
|
||||
'visibility_public' => 'Visible para todos',
|
||||
'visibility_hidden' => 'Siempre escondido',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Valor',
|
||||
@@ -153,17 +153,17 @@ 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)',
|
||||
'major_outage_rate' => 'Umbral de interrupción importante (en %)',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Imagen del banner',
|
||||
'banner-help' => 'Se recomienda subir una imagen no más grande de 930px de ancho',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => '¿Permitir a la gente inscribirse mediante noficiacion por correo electronico?',
|
||||
'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)',
|
||||
'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' => '¿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',
|
||||
'only_disrupted_days' => '¿Solamente mostrar en la línea de tiempo días que contengan incidentes?',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'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' => 'Código de Google Analytics',
|
||||
@@ -180,8 +180,8 @@ return [
|
||||
'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.',
|
||||
'always-authenticate' => 'Autenticar siempre',
|
||||
'always-authenticate-help' => 'Requerir login para ver cualquier página de Cachet',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Hoja de estilo personalizada',
|
||||
@@ -191,7 +191,7 @@ return [
|
||||
'background-fills' => 'Relleno del fondo (componentes, incidentes, pie)',
|
||||
'banner-background-color' => 'Color de fondo del banner',
|
||||
'banner-padding' => 'Padding del banner',
|
||||
'fullwidth-banner' => '¿Habilitar banner de ancho completo?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Color del texto',
|
||||
'dashboard-login' => '¿Mostrar el botón de Panel de Control en el pie?',
|
||||
'reds' => 'Rojo (usado para errores)',
|
||||
@@ -221,12 +221,12 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invita a los miembros de equipo introduciendo sus direcciones de correo electrónico aquí.',
|
||||
'email' => 'Dirección de correo electrónico de los miembros de su equipo',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Seleccionar la zona horaria',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
@@ -241,7 +241,7 @@ return [
|
||||
'remove' => 'Remover',
|
||||
'invite' => 'Invitar',
|
||||
'signup' => 'Registrarse',
|
||||
'manage_updates' => 'Administrar actualizaciones',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* Opcional',
|
||||
|
||||
@@ -13,84 +13,84 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Estado del componente actualizado',
|
||||
'greeting' => '¡El estado de un componente fue actualizado!',
|
||||
'content' => 'El estado de :name cambió de :old_status a :new_status.',
|
||||
'action' => 'Ver',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Estado del componente actualizado',
|
||||
'content' => 'El estado de :name cambió de :old_status a :new_status.',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'El estado de :name cambió de :old_status a :new_status.',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Nuevo incidente reportado',
|
||||
'greeting' => 'Nuevo incidente fue reportado en : app_name.',
|
||||
'content' => 'Incidente :name fue reportado',
|
||||
'action' => 'Ver',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Incidente :name Reportado',
|
||||
'content' => 'Nuevo incidente fue reportado en : app_name',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Nuevo incidente fue reportado en : app_name.',
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Incidente Actualizado',
|
||||
'content' => ':name fue actualizado',
|
||||
'title' => ':name fue actualizado a :new_status',
|
||||
'action' => 'Ver',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name Actualizado',
|
||||
'content' => ':name fue actualizado a :new_status',
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Incidente :name fue actualizado',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Nueva Programación Creada',
|
||||
'content' => ':name fue programada para :date',
|
||||
'title' => 'Un nuevo mantenimiento programado fue creado.',
|
||||
'action' => 'Ver',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => '¡Nueva Programación Creada!',
|
||||
'content' => ':name fue programada para :date',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name fue programada para :date',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'Verifica Tu Suscripción',
|
||||
'content' => 'Has clic para verificar tu suscripción a la página de estado de :app_name.',
|
||||
'title' => 'Verifica tu suscripción a la página de estado de :app_name.',
|
||||
'action' => 'Verificar',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => '¡Ping desde Cachet!',
|
||||
'content' => '¡Esta es una notificación de prueba de Cachet!',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'La invitación está dentro...',
|
||||
'content' => 'Has sido invitado a unirte a la página de estado de :app_name.',
|
||||
'title' => 'Has sido invitado a unirte a la página de estado de :app_name.',
|
||||
'action' => 'Aceptar',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Anterior',
|
||||
'next' => 'Siguiente',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -31,60 +31,60 @@ return [
|
||||
'array' => 'El :attribute debe ser una matriz.',
|
||||
'before' => 'El :attribute debe ser una fecha antes de :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute debe estar entre :min y :max.',
|
||||
'file' => ':attribute debe estar entre :min y :max de kilobytes.',
|
||||
'string' => ':attribute debe estar entre :min y :max de caracteres.',
|
||||
'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.',
|
||||
'array' => 'El :attribute debe tener entre :min y :max objetos.',
|
||||
],
|
||||
'boolean' => 'El campo :attribute debe ser verdadero ó falso.',
|
||||
'confirmed' => 'La confirmación de :attribute no coincide.',
|
||||
'date' => ':attribute no es una fecha válida.',
|
||||
'date_format' => ':attribute no coincide con el formato :format.',
|
||||
'different' => ':attribute y :other deben ser diferentes.',
|
||||
'digits' => ':attribute debe contener un número de :digits dígitos.',
|
||||
'digits_between' => ':attribute debe contener entre :min y :max dígitos.',
|
||||
'email' => ':attribute debe ser una dirección válida de correo electrónico.',
|
||||
'exists' => 'El :attribute seleccionado no es válido.',
|
||||
'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.',
|
||||
'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.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => 'El campo :attribute tiene un valor duplicado.',
|
||||
'filled' => 'El campo :attribute es requerido.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => 'El :attribute debe ser una imagen.',
|
||||
'in' => 'El :attribute seleccionado no es válido.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'El campo :attribute no existe en :other.',
|
||||
'integer' => ':attribute debe ser un entero.',
|
||||
'ip' => ':attribute debe ser una dirección IP válida.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => 'El :attribute debe ser una cadena JSON válida.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute no puede ser superior a :max.',
|
||||
'file' => ':attribute no puede ser mayor de :max kilobytes.',
|
||||
'string' => ':attribute no debe ser mayor a :max caracteres.',
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'El :attribute no puede tener más de :max objetos.',
|
||||
],
|
||||
'mimes' => ':attribute debe ser un archivo con formato: :values.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute debe tener al menos :min.',
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'El :attribute debe tener al menos :min kilobytes.',
|
||||
'string' => ':attribute debe ser al menos :min caracteres.',
|
||||
'array' => ':attribute debe contener al menos :min elementos.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'El :attribute seleccionado no es válido.',
|
||||
'numeric' => ':attribute debe ser un número.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'El campo :attribute debe estar presente.',
|
||||
'regex' => 'El formato :attribute es inválido.',
|
||||
'required' => 'El campo :attribute es requerido.',
|
||||
'required_if' => 'El campo :attribute se requiere cuando :other es :value.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'El campo :attribute es obligatorio a no ser que :other se encuentre en :values.',
|
||||
'required_with' => 'El campo del :attribute se requiere cuando :values es presente.',
|
||||
'required_with_all' => 'El campo del :attribute se requiere cuando :values es presente.',
|
||||
'required_without' => 'El campo :attribute es requerido cuando :values no está presente.',
|
||||
'required_without_all' => 'El campo :attribute se requiere cuando ninguno de :values están presentes.',
|
||||
'same' => ':attribute y :other deben coincidir.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute debe ser :size.',
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'El :attribute debe ser :size kilobytes.',
|
||||
'string' => 'El :attribute debe tener :size caracteres.',
|
||||
'array' => ':attribute debe contener :size elementos.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => ':attribute debe ser una cadena de texto.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'El :attribute debe ser una zona válida.',
|
||||
'unique' => 'El :attribute ya ha sido usado.',
|
||||
'url' => 'El formato :attribute es inválido.',
|
||||
|
||||
@@ -12,33 +12,33 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'آخرین بروز رسانی :timestamp',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'Unknown',
|
||||
1 => 'عملیاتی',
|
||||
2 => 'مسائل مربوط به عملکرد',
|
||||
3 => 'قطعی جزیی',
|
||||
4 => 'قطعی بزرگ',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'کامپوننتهای دیگر',
|
||||
'other' => 'Other Components',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'هیچ حادثه ای گزارش نشده است',
|
||||
'past' => 'حوادث گذشته',
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'تعمیرات زمانبندی شده',
|
||||
'scheduled_at' => '، برنامه ریزی شده :timestamp',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'در دست بررسی',
|
||||
2 => 'شناسایی شده',
|
||||
3 => 'در دست بررسی تغييرات',
|
||||
4 => 'برطرف شده',
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -54,54 +54,54 @@ return [
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'ساخت مجدد کلید API',
|
||||
'revoke' => 'غیرفعال نمودن کلید API',
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'ساعت گذشته',
|
||||
'hourly' => '12 ساعت گذشته',
|
||||
'weekly' => 'هفته',
|
||||
'monthly' => 'ماه',
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'مشترک شوید تا از آخرین بهروزرسانیها آگاه شوید',
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'اشتراک اطلاعرسانی',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'در حال حاضر شما برای همه بهروزرسانیها مشترک هستید.',
|
||||
'my_subscriptions' => 'در حال حاضر شما برای این بهروزرسانیها مشترک هستید.',
|
||||
'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' => 'اشتراک در بهروزرسانیهای ایمیلی.',
|
||||
'subscribed' => 'شما در اطلاعرسانیهای ایمیلی مشترک هستید، لطفا ایمیل خود را جهت تایید اشتراک، کنترل نمایید.',
|
||||
'verified' => 'ایمیل اشتراک شما با موفقیت تایید شد. با تشکر!',
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
'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',
|
||||
'unsubscribe' => 'لغو اشتراک ایمیلی برای بهروزرسانیها.',
|
||||
'unsubscribed' => 'اشتراک ایمیلی شما لغو گردید.',
|
||||
'failure' => 'هنگام عضویت اشتراک خطایی رخ داد.',
|
||||
'already-subscribed' => 'امکان مشترک شدن :email وجود ندارد، زیرا در حال حاضر این ایمیل مشترک میباشد.',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'نامنویسی',
|
||||
'username' => 'نامکاربری',
|
||||
'email' => 'ایمیل',
|
||||
'password' => 'رمزعبور',
|
||||
'success' => 'حساب کاربری شما ایجاد گردید.',
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
@@ -111,11 +111,11 @@ return [
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'بستن',
|
||||
'close' => 'Close',
|
||||
'subscribe' => [
|
||||
'title' => 'Subscribe to component updates',
|
||||
'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' => 'اشتراک اطلاعرسانی',
|
||||
'button' => 'Subscribe',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -130,12 +130,12 @@ 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' => 'درباره این سایت',
|
||||
'rss-feed' => 'خوراک (RSS)',
|
||||
'atom-feed' => 'خوراک (Atom)',
|
||||
'feed' => 'فید (خوراک) وضعیت',
|
||||
'about_this_site' => 'About This Site',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
];
|
||||
|
||||
@@ -11,15 +11,15 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'داشبورد',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Schedule',
|
||||
'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.',
|
||||
'incident-create-template' => 'ایجاد قالب',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
@@ -56,13 +56,13 @@ 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.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'ویرایش قالب',
|
||||
'success' => 'قالب رویداد بهروزرسانی شده است.',
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
],
|
||||
'delete' => [
|
||||
@@ -74,59 +74,59 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'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.',
|
||||
'scheduled_at' => 'زمانبندی شده در :timestamp',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'افزودن تعمیرات زمانبندی شده',
|
||||
'success' => 'برنامه زمانبندی اضافه شد.',
|
||||
'failure' => 'خطایی در هنگام اضافه کردن برنامه زمانبندی رخ داده است، لطفا دوباره تلاش نمایید.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'ویرایش برنامه زمانبندی تعمیرات',
|
||||
'success' => 'برنامه زمانبندی بهروزرسانی شد!',
|
||||
'failure' => 'خطایی در هنگام ویرایش برنامه زمانبندی رخ داده است، لطفا دوباره تلاش نمایید.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'کامپوننت ها',
|
||||
'component_statuses' => 'وضعیتهای کامپوننت',
|
||||
'listed_group' => 'دستهبندی شده تحت :name',
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => 'افزودن یک کامپوننت',
|
||||
'message' => 'شما باید یک کامپوننت اضافه نمایید.',
|
||||
'success' => 'کامپوننت ایجاد شد.',
|
||||
'failure' => 'خطایی در رابطه با کامپوننت رخ داده است، لطفا دوباره تلاش نمایید.',
|
||||
'title' => 'Add a component',
|
||||
'message' => 'You should add a component.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'ویرایش یک کامپوننت',
|
||||
'success' => 'کامپوننت بهروزرسانی شد.',
|
||||
'failure' => 'خطایی در رابطه با کامپوننت رخ داده است، لطفا دوباره تلاش نمایید.',
|
||||
'title' => 'Edit a component',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'کامپوننت با موفقیت حذف شد!',
|
||||
'failure' => 'کامپوننت نمیتواند حذف شود، لطفا دوباره تلاش نمایید.',
|
||||
'success' => 'The component has been deleted!',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
'groups' => [
|
||||
'groups' => 'گروه کامپوننت | گروههای کامپوننت',
|
||||
'no_components' => 'شما باید یک گروه کامپوننت اضافه نمایید.',
|
||||
'groups' => 'Component group|Component groups',
|
||||
'no_components' => 'You should add a component group.',
|
||||
'add' => [
|
||||
'title' => 'افزودن یک گروه کامپوننت',
|
||||
'success' => 'گروه کامپوننت اضافه شد.',
|
||||
'failure' => 'خطایی در رابطه با کامپوننت رخ داده است، لطفا دوباره تلاش نمایید.',
|
||||
'title' => 'Add a component group',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'ویرایش یک گروه کامپوننت',
|
||||
'success' => 'گروه کامپوننت بهروزرسانی شد.',
|
||||
'failure' => 'خطایی در رابطه با کامپوننت رخ داده است، لطفا دوباره تلاش نمایید.',
|
||||
'title' => 'Edit a component group',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Component group has been deleted!',
|
||||
@@ -184,47 +184,47 @@ return [
|
||||
'profile' => 'Profile',
|
||||
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
||||
'add' => [
|
||||
'title' => 'اضافه کردن یک عضو به تیم',
|
||||
'success' => 'عضو تیم اضافه شد.',
|
||||
'failure' => 'عضو تیم اضافه نشد، لطفا دوباره تلاش نمایید.',
|
||||
'title' => 'Add a new team member',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'بهروزرسانی پروفایل',
|
||||
'success' => 'پروفایل بهروزرسانی شد.',
|
||||
'failure' => 'خطایی در هنگام بهروزرسانی پروفایل رخ داده است، لطفا دوباره تلاش نمایید.',
|
||||
'title' => 'Update profile',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'عضو تیم حذف شده است و دیگر دسترسی به داشبورد را ندارد!',
|
||||
'failure' => 'عضو تیم اضافه نشد، لطفا دوباره تلاش نمایید.',
|
||||
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'دعوت یک عضو جدید تیم',
|
||||
'success' => 'دعوتنامه ارسال شد',
|
||||
'failure' => 'دعوتنامه ارسال نشد، لطفا دوباره تلاش نمایید.',
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
'settings' => 'تنظیمات',
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'راهاندازی نرمافزار',
|
||||
'images-only' => 'تنها تصاویر قابلیت آپلود دارند.',
|
||||
'too-big' => 'فایلی که شما آپلود کردهاید بسیار بزرگ است. تصویری کوچکتر از :size آپلود نمایید',
|
||||
'app-setup' => 'Application Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'تجزیه و تحلیل',
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'Log',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'بومی سازی',
|
||||
'localization' => 'Localization',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'شخصی سازی',
|
||||
'header' => 'هدر (سر صفحه) سفارشی HTML',
|
||||
'footer' => 'فوتر (پاورقی) سفارشی HTML',
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'Mail',
|
||||
@@ -235,22 +235,22 @@ return [
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'امنیت',
|
||||
'two-factor' => 'کاربران بدون ورود دو مرحلهای',
|
||||
'security' => 'Security',
|
||||
'two-factor' => 'Users without two-factor authentication',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'stylesheet' => 'برگه استایل',
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => 'پوسته',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'تنظیمات ذخیره گردید.',
|
||||
'failure' => 'تنظیمات ذخیره نشدهاند.',
|
||||
'success' => 'Settings saved.',
|
||||
'failure' => 'Settings could not be saved.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'اعتبار',
|
||||
'contributors' => 'مشارکت کنندهها',
|
||||
'credits' => 'Credits',
|
||||
'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,43 +260,43 @@ return [
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'ورود به سیستم',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'خوش آمدید!',
|
||||
'two-factor' => 'لطفا توکن خود را وارد نمایید.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'راهنما',
|
||||
'status_page' => 'صفحه وضعیت',
|
||||
'logout' => 'خروج',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Notifications
|
||||
'notifications' => [
|
||||
'notifications' => 'اعلانها',
|
||||
'awesome' => 'فوق العاده.',
|
||||
'whoops' => 'اوه.',
|
||||
'notifications' => 'Notifications',
|
||||
'awesome' => 'Awesome.',
|
||||
'whoops' => 'Whoops.',
|
||||
],
|
||||
|
||||
// Widgets
|
||||
'widgets' => [
|
||||
'support' => 'پشتیبانی از Cachet',
|
||||
'support_subtitle' => 'به حساب <strong><a href="https://patreon.com/jbrooksuk" target="_blank"> Patreon</a></strong> سر بزنید!',
|
||||
'news' => 'آخرین اخبار',
|
||||
'news_subtitle' => 'دریافت آخرین بهروزرسانیها',
|
||||
'support' => 'Support Cachet',
|
||||
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
|
||||
'news' => 'Latest News',
|
||||
'news_subtitle' => 'Get the latest update',
|
||||
],
|
||||
|
||||
// Welcome modal
|
||||
'welcome' => [
|
||||
'welcome' => 'به صفحه وضعیت جدید خود خوش آمدید!',
|
||||
'message' => 'ضفحه وضعیت شما آماده است! شاید شما بخواهید این تنظیمات بیشتر را انجام دهید',
|
||||
'welcome' => 'Welcome to your new status page, :username!',
|
||||
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
|
||||
'close' => 'I\'m good thanks!',
|
||||
'steps' => [
|
||||
'component' => 'ایجاد کامپیوننتها',
|
||||
'component' => 'Add your components',
|
||||
'incident' => 'Create an incident',
|
||||
'customize' => 'شخصی سازی',
|
||||
'team' => 'افزودن کاربران',
|
||||
'api' => 'ساختن توکن وبسرویس',
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -13,92 +13,92 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'ایمیل',
|
||||
'username' => 'نامکاربری',
|
||||
'password' => 'رمزعبور',
|
||||
'site_name' => 'عنوان سایت',
|
||||
'site_domain' => 'دامین سایت',
|
||||
'site_timezone' => 'منطقه زمانی خود را انتخاب نمایید',
|
||||
'site_locale' => 'زبان خود را انتخاب کنید',
|
||||
'enable_google2fa' => 'فعال کردن ورود دو مرحلهای گوگل',
|
||||
'cache_driver' => 'درایور کش',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'درایور Session',
|
||||
'mail_driver' => 'درایور ایمیل (ارسال ایمیل)',
|
||||
'mail_host' => 'میزبان ایمیل',
|
||||
'mail_address' => 'آدرس ایمیل ارسال کننده',
|
||||
'mail_username' => 'نامکاربری ایمیل',
|
||||
'mail_password' => 'رمزعبور ایمیل',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'نامکاربری یا ایمیل',
|
||||
'email' => 'ایمیل',
|
||||
'password' => 'رمزعبور',
|
||||
'2fauth' => 'کد احراز هویت',
|
||||
'invalid' => 'نامکاربری یا رمزعبور اشتباه است',
|
||||
'invalid-token' => 'توکن اشتباه است',
|
||||
'cookies' => 'شما باید کوکی مرورگر خود را فعال نمایید تا بتوانید وارد شوید.',
|
||||
'rate-limit' => 'تعداد درخواستها به حداکثر رسیده است.',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'نام',
|
||||
'status' => 'وضعیت',
|
||||
'component' => 'کامپوننت',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'پیام',
|
||||
'message-help' => 'شاید شما بخواهید از Markdown نیز استفاده کنید.',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'مشترکین مطلع شوند؟',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'نمایانی رویداد',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'قابل مشاهده توسط عموم',
|
||||
'logged_in_only' => 'تنها برای کاربران وارد شده قابل مشاهده است',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'نام',
|
||||
'template' => 'قالب',
|
||||
'twig' => 'قالب رویدادها میتواند از زبان قالبسازی <a href="http://twig.sensiolabs.org/" target="_blank"> Twig </a> پیروی کند.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'نام',
|
||||
'status' => 'وضعیت',
|
||||
'message' => 'پیام',
|
||||
'message-help' => 'شاید شما بخواهید از Markdown نیز استفاده کنید.',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'نام',
|
||||
'template' => 'قالب',
|
||||
'twig' => 'قالب رویدادها میتواند از زبان قالبسازی <a href="http://twig.sensiolabs.org/" target="_blank"> Twig </a> پیروی کند.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'نام',
|
||||
'status' => 'وضعیت',
|
||||
'group' => 'گروه',
|
||||
'description' => 'توضیحات',
|
||||
'link' => 'لینک',
|
||||
'tags' => 'تگها',
|
||||
'tags-help' => 'با کاما جدا شده.',
|
||||
'enabled' => 'کامپوننت فعال باشد؟',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'نام',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'همیشه به حالت باز باشد',
|
||||
'collapsed' => 'گروه به طور پیشفرض به صورت بسته باشد',
|
||||
'collapsed_incident' => 'گروه را بسته نگه دار، اما در صورتی که از نوع مشکل است باز کن',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
@@ -107,13 +107,13 @@ return [
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'نام',
|
||||
'description' => 'توضیحات',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'گروه',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Group Name',
|
||||
@@ -122,25 +122,25 @@ return [
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'نام',
|
||||
'suffix' => 'پسوند',
|
||||
'description' => 'توضیحات',
|
||||
'description-help' => 'شاید شما بخواهید از Markdown نیز استفاده کنید.',
|
||||
'display-chart' => 'نمودار در صفحه وضعیت نمایش داده شود؟',
|
||||
'default-value' => 'مقدار پیشفرض',
|
||||
'calc_type' => 'محاسبه معیارها',
|
||||
'type_sum' => 'جمع',
|
||||
'type_avg' => 'میانگین',
|
||||
'places' => 'اعشار',
|
||||
'default_view' => 'نمای پیش فرض',
|
||||
'threshold' => 'چند دقیقه از آستانه بین نقاط معیارها باشد؟',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'مقدار',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,80 +148,80 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'عنوان سایت',
|
||||
'site-url' => 'آدرس سایت',
|
||||
'display-graphs' => 'نمودار(گراف) در صفحه وضعیت نمایش داده شود؟',
|
||||
'about-this-page' => 'درباره این صفحه',
|
||||
'days-of-incidents' => 'چند روز از رویدادها نمایش داده شوند؟',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'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)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'تصویر بنر',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'آیا به کاربران اجازه ثبتنام برای اعلانهای ایمیلی داده شود؟',
|
||||
'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' => 'به صورت خودکار صفحه وضعیت به زبان مشاهدهکنندگان تغییر زبان دهد؟',
|
||||
'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',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'کد آمارگیر گوگل',
|
||||
'analytics_gosquared' => 'کد آمارگیر GoSquared',
|
||||
'analytics_piwik_url' => 'آدرس آمارگیر Piwik (بدون //:http)',
|
||||
'analytics_piwik_siteid' => 'شناسه سایت Piwik',
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'منطقهزمانی سایت',
|
||||
'site-locale' => 'زبان سایت',
|
||||
'date-format' => 'فرمت تاریخ',
|
||||
'incident-date-format' => 'فرمت استمپزمان (timestamp) رویداد',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'دامینهای مجاز',
|
||||
'allowed-domains-help' => 'جدا شده توسط کاما، دامینهایی که در بالا قرار دارند به صورت پیشفرض مجاز هستند.',
|
||||
'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' => 'برگه style سفارشی',
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'رنگ پسزمینه',
|
||||
'background-fills' => 'پس زمینه پر (کامپوننتها، رویدادها، پایین صفحه)',
|
||||
'banner-background-color' => 'رنگ پسزمینه بنر',
|
||||
'banner-padding' => 'فاصلههای بنر',
|
||||
'background-color' => 'Background color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'رنگ متن',
|
||||
'dashboard-login' => 'کلید داشبود در پایین صفحه نمایش داده شود؟',
|
||||
'reds' => 'قرمز (مورد استفاده برای خطاها)',
|
||||
'blues' => 'آبی (مورد استفاده برای اطلاعات)',
|
||||
'greens' => 'سبز (مورد استفاده برای موفقیت)',
|
||||
'yellows' => 'زرد (مورد استفاده برای هشدار)',
|
||||
'oranges' => 'نارنجی (مورد استفاده برای اعلامیه)',
|
||||
'metrics' => 'پرکردن معیارها',
|
||||
'links' => 'لینکها',
|
||||
'text-color' => '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)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'نامکاربری',
|
||||
'email' => 'ایمیل',
|
||||
'password' => 'رمزعبور',
|
||||
'api-token' => 'توکن API',
|
||||
'api-token-help' => 'ساختن مجدد توکن API دسترسی ابزارها و نرمافزارهای فعلی را به Cachet مسدود مینماید.',
|
||||
'gravatar' => 'تصویر پروفایل خود را در گراواتار تغییر دهید.',
|
||||
'user_level' => 'سطح کاربر',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'مدیر',
|
||||
'user' => 'کاربر',
|
||||
'admin' => 'Admin',
|
||||
'user' => 'User',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'فعال کردن ورود دو مرحلهای امنیت حسابکاربری شما را افزایش میدهد. شما نیاز به دانلود نرمافزار <a href="https://support.google.com/accounts/answer/1066447?hl=en"> Google Authenticator</a> و یا یک نرمافزار مشابه را بر روی تلفنهمراه خود خواهید داشت. وقتی شما وارد سیستم شوید، از شما یک کدی که توسط این نرمافزار تولید شده است،درخواست میشود.',
|
||||
'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.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'از اعضای تیم خود با وارد کردن ایمیل آنها در کادر زیر دعوت کنید.',
|
||||
'email' => 'ایمیل #:Id',
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -230,19 +230,19 @@ return [
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'ﺍﻓﺰﻭﺩﻥ',
|
||||
'save' => 'ذخيره',
|
||||
'update' => 'بهروزرسانی',
|
||||
'create' => 'ساختن',
|
||||
'edit' => 'ويرايش',
|
||||
'delete' => 'حذف',
|
||||
'submit' => 'ارسال',
|
||||
'cancel' => 'انصراف',
|
||||
'remove' => 'حذف',
|
||||
'invite' => 'دعوت کردن',
|
||||
'signup' => 'نامنویسی',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* اختیاری',
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'نصب',
|
||||
'title' => 'نصب Cachet',
|
||||
'service_details' => 'جزئیات سرویس',
|
||||
'env_setup' => 'نصب محیط برنامه',
|
||||
'status_page_setup' => 'نصب صفحه وضعیت',
|
||||
'show_support' => 'پشتیبانی از Cachet نمایش داده شود؟',
|
||||
'admin_account' => 'حساب مدیر سیستم',
|
||||
'complete_setup' => 'تکمیل عملیات نصب',
|
||||
'completed' => 'Cachet با موفقیت تنظیم و راهاندازی شد!',
|
||||
'finish_setup' => 'رفتن به داشبورد',
|
||||
'setup' => 'Setup',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -22,19 +22,19 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute باید پذیرفته شده باشد.',
|
||||
'active_url' => 'آدرس :attribute معتبر نیست.',
|
||||
'after' => 'مقدار :attribute باید یک تاریخ بعد از :date باشد.',
|
||||
'alpha' => 'مقدار :attribute باید فقط شامل حروف باشد.',
|
||||
'alpha_dash' => 'مقدار :attribute باید فقط شامل حروف، اعداد و خط فاصله باشد.',
|
||||
'alpha_num' => 'مقدار :attribute فقط باید شامل حروف و اعداد باشد.',
|
||||
'array' => 'مقدار :attribute باید به صورت آرایه باشد.',
|
||||
'before' => 'مقدار :attribute باید یک تاریخ قبل از :date باشد.',
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :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.',
|
||||
'array' => 'تعداد :attribute باید بین :min و :max باشد.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
@@ -45,49 +45,49 @@ return [
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => 'مقدار :attribute یک مقدار تکراری دارد.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => ':attribute باید یک عکس باشد.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'مقدار :attribute در :other وجود ندارد.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => 'مقدار :attribute باید یک JSON معتبر باشد.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => ':attribute نباید بیشتر از :max آیتم داشته باشد.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'حجم :attribute باید حداقل :min کیلوبایت باشد.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => ':attribute باید وجود داشته باشد.',
|
||||
'regex' => 'فرمت :attribute نامعتبر میباشد.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'فیلد :attribute اجباری است تا زمانی که :other در :values باشد.',
|
||||
'required_with' => 'فیلد :attribute اجباری است تا زمانی که :values وجود داشته باشد.',
|
||||
'required_with_all' => 'فیلد :attribute اجباری است تا زمانی که :values وجود داشته باشد.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'حجم :attribute باید به اندازه :size کیلوبایت باشد.',
|
||||
'string' => 'مقدار :attribute باید به اندازه :size کاراکتر باشد.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => ':attribute باید دارای مقدار یک ناحیه معتبر باشد.',
|
||||
'unique' => ':attribute قبلا انتخاب شده است.',
|
||||
'url' => 'فرمت :attribute نامعتبر میباشد.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -102,7 +102,7 @@ return [
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'پیام سفارشی',
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -12,110 +12,110 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Viimeksi päivitetty :timestamp',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'Tuntematon',
|
||||
1 => 'Toiminnassa',
|
||||
2 => 'Suorituskykyyn liittyviä ongelmia',
|
||||
3 => 'Osittainen katkos',
|
||||
4 => 'Merkittävä katkos',
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Muut komponentit',
|
||||
'other' => 'Other Components',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'Ei raportoitavia tapauksia',
|
||||
'past' => 'Aikaisemmat tapahtumat',
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Ajastettu tapahtuma',
|
||||
'scheduled_at' => ', ajoitettu :timestamp',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Tutkitaan',
|
||||
2 => 'Tunnistettu',
|
||||
3 => 'Valvotaan',
|
||||
4 => 'Korjattu',
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
],
|
||||
],
|
||||
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Tulossa',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Valmis',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'Luo API-avain',
|
||||
'revoke' => 'Peruuta API-avain',
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Viimeisen tunnin',
|
||||
'hourly' => 'Viimeisen 12 tunnin',
|
||||
'weekly' => 'Viikko',
|
||||
'monthly' => 'Kuukausi',
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Tilaa uusimmat päivitykset',
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Tilaa',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Olet tällä hetkellä tilannut kaikki ilmoitukset.',
|
||||
'my_subscriptions' => 'Olet tällä hetkellä tilannut seuraavat ilmoitukset.',
|
||||
'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' => 'Tilaa sähköpostiin päivitykset.',
|
||||
'subscribed' => 'Olet tilannut sähköposti-ilmoitukset, tarkista sähköpostisi vahvistaaksesi tilauksen.',
|
||||
'verified' => 'Sähköpostitilauksesi on vahvistettu. Kiitos!',
|
||||
'manage' => 'Hallinnoi tilaustasi',
|
||||
'unsubscribe' => 'Lopeta sähköpostitilaus.',
|
||||
'unsubscribed' => 'Sähköpostitilauksesi on peruutettu.',
|
||||
'failure' => 'Jokin meni vikaan sähköpostitilauksen käsittelyssä.',
|
||||
'already-subscribed' => 'Ei voida tilata ilmoituksia sähköpostilla :email koska on jo tilattu.',
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
'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',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Rekisteröidy',
|
||||
'username' => 'Käyttäjätunnus',
|
||||
'email' => 'Sähköposti',
|
||||
'password' => 'Salasana',
|
||||
'success' => 'Tilisi on luotu.',
|
||||
'failure' => 'Jokin meni vikaan sähköpostitilauksen käsittelyssä.',
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'update' => 'Cachetistä on saatavilla uudempi versio. Katso miten päivitetään uudempaan versioon <a href="https://docs.cachethq.io/docs/updating-cachet">täältä</a>!',
|
||||
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Sulje',
|
||||
'close' => 'Close',
|
||||
'subscribe' => [
|
||||
'title' => 'Tilaa sähköpostiin ilmoituksia komponenttien tilasta',
|
||||
'body' => 'Kirjoita sähköpostiosoitteesi tilaaksesi päivitykset tästä komponetista. Jos olet jo tilaaja, saat jo sähköposti ilmoituksia tästä komponetista.',
|
||||
'button' => 'Tilaa',
|
||||
'title' => 'Subscribe to component updates',
|
||||
'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' => 'Subscribe',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -125,17 +125,17 @@ return [
|
||||
'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' => 'Pysy ajan tasalla tilaamalla uusimmat päivitykset :app.',
|
||||
'overview' => 'Stay up to date with the latest service updates from :app.',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Etusivu',
|
||||
'home' => 'Home',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links"> Cachet</a>.',
|
||||
'timezone' => 'Aika näytetään :timezone.',
|
||||
'about_this_site' => 'Tietoa sivustosta',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'about_this_site' => 'About This Site',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Statussyöte',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
];
|
||||
|
||||
@@ -11,21 +11,21 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'Hallintanäkymä',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Tapahtumat & ajastaminen',
|
||||
'incidents' => 'Tapahtumat',
|
||||
'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.',
|
||||
'incident-create-template' => 'Luo mallipohja',
|
||||
'incident-templates' => 'Tapahtumamalli',
|
||||
'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',
|
||||
'add' => [
|
||||
'title' => 'Luo tapahtuma malli',
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
],
|
||||
@@ -37,31 +37,31 @@ return [
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Ilmoita tapahtuma',
|
||||
'success' => 'Tapahtuma lisätty.',
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Muokkaa tapahtumaa',
|
||||
'success' => 'Tapahtuma päivitetty.',
|
||||
'title' => 'Edit an incident',
|
||||
'success' => 'Incident updated.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Tapaus on poistettu ja ei näytetä tila-sivulla.',
|
||||
'success' => 'The incident has been deleted and will not show on your status page.',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'Tapahtumamalli',
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'title' => 'Luo uusi tapahtuma malli',
|
||||
'message' => 'You should add an incident template.',
|
||||
'title' => 'Create 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.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Muokkaa sivupohjaa',
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
],
|
||||
@@ -74,79 +74,79 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Ajastettu tapahtuma',
|
||||
'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.',
|
||||
'scheduled_at' => 'Ajastettu :timestamp alkaen',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Lisää ajastettu tapahtuma',
|
||||
'success' => 'Ajastus lisätty.',
|
||||
'failure' => 'Jokin meni pielen lisättäessä aikataulua, yritäthän uudelleen.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Muokkaa ajastettua tapahtumaa',
|
||||
'success' => 'Aikataulu päivitettiin!',
|
||||
'failure' => 'Jokin meni pieleen muokattaessa aikataulua, yritäthän uudelleen.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'Komponentit',
|
||||
'component_statuses' => 'Komponenttien tilat',
|
||||
'listed_group' => 'Ryhmitetään :name alle',
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => 'Lisää komponentti',
|
||||
'message' => 'Sinun tulisi lisätä uusi komponentti.',
|
||||
'success' => 'Komponentti on luotu.',
|
||||
'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyvä ja yritä uudelleen.',
|
||||
'title' => 'Add a component',
|
||||
'message' => 'You should add a component.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Muokkaa komponenttia',
|
||||
'success' => 'Komponentti päivitetty.',
|
||||
'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyvä ja yritä uudelleen.',
|
||||
'title' => 'Edit a component',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Komponentti on poistettu!',
|
||||
'failure' => 'Komponenttia ei voitu poistaa, ole hyvä ja yritä uudelleen.',
|
||||
'success' => 'The component has been deleted!',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
'groups' => [
|
||||
'groups' => 'Komponenttiryhmä|Komponenttirymät',
|
||||
'no_components' => 'Sinun tulisi lisätä komponentti ryhmä.',
|
||||
'groups' => 'Component group|Component groups',
|
||||
'no_components' => 'You should add a component group.',
|
||||
'add' => [
|
||||
'title' => 'Lisää komponentti-ryhmä',
|
||||
'success' => 'Komponenti ryhmä lisätty.',
|
||||
'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyvä ja yritä uudelleen.',
|
||||
'title' => 'Add a component group',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Muokkaa komponentti ryhmää',
|
||||
'success' => 'Komponentti ryhmä päivitetty.',
|
||||
'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyvä ja yritä uudelleen.',
|
||||
'title' => 'Edit a component group',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Komponentti ryhmä poistettu!',
|
||||
'failure' => 'Komponenttiryhmää ei voitu poistaa, ole hyvä ja yritä uudelleen.',
|
||||
'success' => 'Component group has been deleted!',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'metrics' => 'Mittarit',
|
||||
'metrics' => 'Metrics',
|
||||
'add' => [
|
||||
'title' => 'Luo kaavio',
|
||||
'message' => 'Sinun tulisi lisätä kaavio.',
|
||||
'success' => 'Metriikka luotu.',
|
||||
'title' => 'Create a metric',
|
||||
'message' => 'You should add a metric.',
|
||||
'success' => 'Metric created.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Muokkaa kaaviota',
|
||||
'success' => 'Metriikka päivitetty.',
|
||||
'title' => 'Edit a metric',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
@@ -156,75 +156,75 @@ return [
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Tilaajat',
|
||||
'description' => 'Tilaajat saavat sähköposti päivityksiä kun tapahtumia luodaan tai komponentteja päivitetään.',
|
||||
'subscribers' => 'Subscribers',
|
||||
'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' => 'Vahvistettu',
|
||||
'not_verified' => 'Ei todennettu',
|
||||
'verified' => 'Verified',
|
||||
'not_verified' => 'Not verified',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Tilaa kaikki päivitykset',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Lisää uusi tilaaja',
|
||||
'success' => 'Tilaaja lisätty.',
|
||||
'failure' => 'Jotakin meni vikaan lisäessä uutta tilaajaa, ole hyvä ja yritä uudelleen.',
|
||||
'help' => 'Syötä jokaisen tilajan sähköpostiosoite uudelle riville.',
|
||||
'title' => 'Add a new subscriber',
|
||||
'success' => 'Subscriber has been added!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'help' => 'Enter each subscriber on a new line.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Päivitä tilaaja',
|
||||
'success' => 'Tilaajan tiedot on pävitetty!',
|
||||
'failure' => 'Jotakin meni vikaan lisätessä uusia tilaajia, ole hyvä ja yritä uudelleen.',
|
||||
'title' => 'Update subscriber',
|
||||
'success' => 'Subscriber has been updated!',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Team
|
||||
'team' => [
|
||||
'team' => 'Ryhmä',
|
||||
'member' => 'Jäsen',
|
||||
'profile' => 'Profiili',
|
||||
'description' => 'Käyttäjä voi luoda, muokata & komponentteja ja tapahtumia.',
|
||||
'team' => 'Team',
|
||||
'member' => 'Member',
|
||||
'profile' => 'Profile',
|
||||
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
||||
'add' => [
|
||||
'title' => 'Lisää uusi käyttäjä',
|
||||
'success' => 'Käyttäjä on lisätty.',
|
||||
'failure' => 'Käyttäjää ei voitu luoda, ole hyvä ja yritä uudelleen.',
|
||||
'title' => 'Add a new team member',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Päivitä profiili',
|
||||
'success' => 'Profiili on päivitetty.',
|
||||
'failure' => 'Jokin meni vikaan päivittäessä profiilia, ole hyvä ja yritä uudelleen.',
|
||||
'title' => 'Update profile',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Käyttäjä on poistettu ja ei ole enään pääsyä hallintapaneeliin!',
|
||||
'failure' => 'Käyttäjää ei voitu luoda, ole hyvä ja yritä uudelleen.',
|
||||
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Kutsu uusi käyttäjä',
|
||||
'success' => 'Kutsu on lähetetty',
|
||||
'failure' => 'Kutsua ei voitu lähettää, ole hyvä ja yritä uudelleen.',
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
'settings' => 'Asetukset',
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Sovelluksen asetukset',
|
||||
'images-only' => 'Vain kuvia voi lähettää.',
|
||||
'too-big' => 'Lähettämäsi tiedosto on liian suuri. Lähetä pienempi kuva kuin :size',
|
||||
'app-setup' => 'Application Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'Analytiikka',
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'Loki',
|
||||
'log' => 'Log',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'Sijainti',
|
||||
'localization' => 'Localization',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Mukauttaminen',
|
||||
'header' => 'Mukautettu ylätunniste HTML',
|
||||
'footer' => 'Mukautettu alatunniste HTML',
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'Mail',
|
||||
@@ -235,69 +235,69 @@ return [
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Turvallisuus',
|
||||
'two-factor' => 'Käyttäjät ilman kaksivaiheista todennusta',
|
||||
'security' => 'Security',
|
||||
'two-factor' => 'Users without two-factor authentication',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => 'Teema',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Asetukset tallennettu.',
|
||||
'failure' => 'Asetuksia ei voitu tallentaa.',
|
||||
'success' => 'Settings saved.',
|
||||
'failure' => 'Settings could not be saved.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'Tekijät',
|
||||
'contributors' => 'Kehittäjät',
|
||||
'license' => 'Cachet on BSD-3-lisenssillä varustettu avoimen lähdekoodin projekti, julkaustu <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' => 'Tukijoita & sponsorit',
|
||||
'backers' => 'Jos haluat tukea kehitystä, katso <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> kampanjaa.',
|
||||
'credits' => 'Credits',
|
||||
'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.',
|
||||
'thank-you' => 'Thank you to each and every one of the :count contributors.',
|
||||
],
|
||||
],
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'Kirjaudu',
|
||||
'logged_in' => 'Olet kirjautunut sisään.',
|
||||
'welcome' => 'Tervetuloa takaisin!',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'Tuki',
|
||||
'status_page' => 'Tila-sivu',
|
||||
'logout' => 'Kirjaudu ulos',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Notifications
|
||||
'notifications' => [
|
||||
'notifications' => 'Ilmoitukset',
|
||||
'awesome' => 'Mahtavaa.',
|
||||
'whoops' => 'Hupsis.',
|
||||
'notifications' => 'Notifications',
|
||||
'awesome' => 'Awesome.',
|
||||
'whoops' => 'Whoops.',
|
||||
],
|
||||
|
||||
// Widgets
|
||||
'widgets' => [
|
||||
'support' => 'Tue Cachet:iä',
|
||||
'support' => 'Support Cachet',
|
||||
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
|
||||
'news' => 'Viimeisimmät uutiset',
|
||||
'news_subtitle' => 'Hanki uusin päivitys',
|
||||
'news' => 'Latest News',
|
||||
'news_subtitle' => 'Get the latest update',
|
||||
],
|
||||
|
||||
// Welcome modal
|
||||
'welcome' => [
|
||||
'welcome' => 'Tervetuloa tila-sivulle!',
|
||||
'welcome' => 'Welcome to your new status page, :username!',
|
||||
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
|
||||
'close' => 'Siirry suoraan hallintapaneeliin',
|
||||
'close' => 'I\'m good thanks!',
|
||||
'steps' => [
|
||||
'component' => 'Luo uusi komponentti',
|
||||
'incident' => 'Luo uusi tapahtuma',
|
||||
'customize' => 'Muokkaa',
|
||||
'team' => 'Lisää käyttäjä',
|
||||
'api' => 'Luo API tunnus',
|
||||
'two-factor' => 'Kaksivaiheinen todennus',
|
||||
'component' => 'Add your components',
|
||||
'incident' => 'Create an incident',
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -13,134 +13,134 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'Sähköposti',
|
||||
'username' => 'Käyttäjätunnus',
|
||||
'password' => 'Salasana',
|
||||
'site_name' => 'Sivuston Nimi',
|
||||
'site_domain' => 'Sivuston verkkotunnus',
|
||||
'site_timezone' => 'Valitse aikavyöhykkeesi',
|
||||
'site_locale' => 'Valitse kielesi',
|
||||
'enable_google2fa' => 'Ota käyttöön Googlen kaksivaiheisen todennus',
|
||||
'cache_driver' => 'Välimuistin ajuri',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Istunnon ajuri',
|
||||
'mail_driver' => 'Sähköposti ajuri',
|
||||
'mail_host' => 'Sähköposti isäntä',
|
||||
'mail_address' => 'Sähköpostin lähettäjäosoite',
|
||||
'mail_username' => 'Sähköpostin käyttäjänimi',
|
||||
'mail_password' => 'Sähköpostin salasana',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Käyttäjänimi tai sähköpostiosoite',
|
||||
'email' => 'Sähköposti',
|
||||
'password' => 'Salasana',
|
||||
'2fauth' => 'Todennuskoodi',
|
||||
'invalid' => 'Virheellinen käyttäjätunnus tai salasana',
|
||||
'invalid-token' => 'Istuntokohtainen avain ei kelpaa',
|
||||
'cookies' => 'Ota käyttöön evästeet kirjautuaksesi.',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'Nimi',
|
||||
'status' => 'Tila',
|
||||
'component' => 'Komponentti',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Viesti',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Ilmoita tilaajille?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Tapahtuman näkyvyys',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Näytetään julkisesti',
|
||||
'logged_in_only' => 'Näytetään vain kirjautuneille käyttäjille',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'Nimi',
|
||||
'template' => 'Malli',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'Nimi',
|
||||
'status' => 'Tila',
|
||||
'message' => 'Viesti',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Nimi',
|
||||
'template' => 'Malli',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'Nimi',
|
||||
'status' => 'Tila',
|
||||
'group' => 'Ryhmä',
|
||||
'description' => 'Kuvaus',
|
||||
'link' => 'Linkki',
|
||||
'tags' => 'Tunnisteet',
|
||||
'tags-help' => 'Erottele pilkuilla.',
|
||||
'enabled' => 'Komponentti käytössä?',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Nimi',
|
||||
'collapsing' => 'Laajenna tai tiivistä asetukset',
|
||||
'visible' => 'Aina laajennettu',
|
||||
'collapsed' => 'Tiivistä ryhmä oletuksena',
|
||||
'collapsed_incident' => 'Tiivistä ryhmä, mutta laajenna kun on tapahtumia',
|
||||
'visibility' => 'Näkyvyys',
|
||||
'visibility_public' => 'Julkinen näkyvyys',
|
||||
'visibility_authenticated' => 'Näkyvissä vain kirjautuneille käyttäjille',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'Nimi',
|
||||
'description' => 'Kuvaus',
|
||||
'start_at' => 'Ajasta alkamisaika',
|
||||
'timezone' => 'Aikavyöhyke',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Ryhmä',
|
||||
'active' => 'Aktiivinen?',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Ryhmänimi',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'Nimi',
|
||||
'suffix' => 'Pääte',
|
||||
'description' => 'Kuvaus',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Näytetäänkö kaaviot tila-sivulla?',
|
||||
'default-value' => 'Oletusarvo',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Summa',
|
||||
'type_avg' => 'Keskiarvo',
|
||||
'places' => 'Desimaalipilkun paikka',
|
||||
'default_view' => 'Oletusnäkymä',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Näkyvyys',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Arvo',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,101 +148,101 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Sivuston Nimi',
|
||||
'site-url' => 'Sivuston URL-osoite',
|
||||
'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?',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'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)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Bannerikuva',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Salli käyttäjien tilata sähköpostitilaukset?',
|
||||
'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' => 'Lokalisoidaanko statussivu automaattisesti kävijän kielen mukaan?',
|
||||
'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',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Google Analytics seurantakoodi',
|
||||
'analytics_gosquared' => 'GoSquared Analytics-koodi',
|
||||
'analytics_piwik_url' => 'URL Piwik hallintaan (ilman http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik sivun tunnus',
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'Sivuston aikavyöhyke',
|
||||
'site-locale' => 'Sivuston kieli',
|
||||
'date-format' => 'Päivämäärän muoto',
|
||||
'incident-date-format' => 'Tapauksen aikaleiman muoto',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Sallittu toimialueet',
|
||||
'allowed-domains-help' => 'Pilkulla erotettuna. Edellä olevat toimialueet sallitaan automaattisesti oletuksena.',
|
||||
'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' => 'Mukautettu tyylisivu',
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Taustaväri',
|
||||
'background-fills' => 'Taustaväri (komponentit, tapaukset, alatunniste)',
|
||||
'banner-background-color' => 'Bannerin taustaväri',
|
||||
'banner-padding' => 'Bannerin tyhjä tila',
|
||||
'background-color' => 'Background color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'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)',
|
||||
'blues' => 'Sininen (käytetään infoteksteissä)',
|
||||
'greens' => 'Vihreä (käytetään onnistumisen merkiksi)',
|
||||
'yellows' => 'Keltainen (käytetään varoituksissa)',
|
||||
'oranges' => 'Oranssi (käytetään huomautuksissa)',
|
||||
'text-color' => '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)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'Linkit',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Käyttäjätunnus',
|
||||
'email' => 'Sähköposti',
|
||||
'password' => 'Salasana',
|
||||
'api-token' => 'API tunnus',
|
||||
'api-token-help' => 'API-avaimen uudelleenluominen estää olemassa olevia sovelluksia käyttämästä Cachetia.',
|
||||
'gravatar' => 'Muuta profiilikuvaa Gravatar palvelussa.',
|
||||
'user_level' => 'Käyttäjätaso',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'Ylläpito',
|
||||
'user' => 'Käyttäjä',
|
||||
'admin' => 'Admin',
|
||||
'user' => 'User',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'Ottamalla kaksivaiheisen todennuksen käyttöön parantaaksesi turvallisuutta käyttäjätilillesi. Sinun tulee ladata <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> sovellus tai vastaava puhelimeesi. Kun kirjaudut, sinua pyydetään antamaan koodi sovelluksesta.',
|
||||
'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.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Kutsu ryhmääsi jäseniä antamalla heidän sähköpostiosoitteensa täällä.',
|
||||
'email' => 'Sähköposti #:id',
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Valitse aikavyöhyke',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'Lisää',
|
||||
'save' => 'Tallenna',
|
||||
'update' => 'Päivitä',
|
||||
'create' => 'Luo',
|
||||
'edit' => 'Muokkaa',
|
||||
'delete' => 'Poista',
|
||||
'submit' => 'Lähetä',
|
||||
'cancel' => 'Peruuta',
|
||||
'remove' => 'Poista',
|
||||
'invite' => 'Kutsu',
|
||||
'signup' => 'Rekisteröidy',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* Valinnainen',
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
@@ -82,7 +82,7 @@ return [
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Vahvista',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -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' => 'Hyväksy',
|
||||
'action' => 'Accept',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Edellinen',
|
||||
'next' => 'Seuraava',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'Asetukset',
|
||||
'title' => 'Asenna Cachet',
|
||||
'setup' => 'Setup',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'Sivun asetukset',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'Järjestelmänvalvojantili',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Välimuisti on konfiguroitu onnistuneesti!',
|
||||
'finish_setup' => 'Siirry hallintapaneeliin',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -23,9 +23,9 @@ return [
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => ':attribute ei ole kelvollinen URL-osoite.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => ':attribute voi sisältää vain kirjaimia.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
@@ -52,7 +52,7 @@ return [
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => 'Määritteen :attribute arvon on oltava kelvollinen JSON-merkkijono.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
@@ -69,7 +69,7 @@ return [
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'Määritteen :attribute muoto on virheellinen.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
@@ -86,8 +86,8 @@ return [
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'Määrite :attribute on jo käytetty.',
|
||||
'url' => 'Määritteen :attribute muoto on virheellinen.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -102,7 +102,7 @@ return [
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'mukautettu viesti',
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -30,10 +30,10 @@ return [
|
||||
'none' => 'Aucun incident signalé',
|
||||
'past' => 'Incidents antérieurs',
|
||||
'stickied' => 'Incidents épinglés',
|
||||
'scheduled' => 'Maintenance Planifiée',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', planifé à :timestamp',
|
||||
'posted' => 'Posté à :timestamp',
|
||||
'posted_at' => 'Posté à : timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Enquête en cours',
|
||||
2 => 'Identifié',
|
||||
@@ -53,9 +53,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -76,13 +76,13 @@ return [
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Abonnez-vous pour obtenir les dernières mises à jour.',
|
||||
'unsubscribe' => 'Se désabonner',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'S\'abonner',
|
||||
'manage_subscription' => 'Gérer l\'abonnement',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'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',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'email' => [
|
||||
'subscribe' => 'S\'abonner aux notifications par email.',
|
||||
@@ -122,9 +122,9 @@ return [
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'incident' => 'Détails et mises à jour sur l\'incident :name qui a eu lieu le :date',
|
||||
'schedule' => 'Détails sur la période de maintenance planifiée :name débutant le :startDate',
|
||||
'subscribe' => 'S’abonner à :app afin de recevoir les mises à jour des incidents et des périodes de maintenance planifiée',
|
||||
'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' => 'Restez à jour avec les dernières mises à jour de :app.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -16,26 +16,26 @@ return [
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Planification',
|
||||
'title' => 'Incidents & Maintenance',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0}Aucun incident, félicitations!.|[1]Vous avez signalé un incident|[2,*]Vous avez signalé <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' => 'Créer un modèle',
|
||||
'incident-templates' => 'Modèles d\'incident',
|
||||
'updates' => [
|
||||
'title' => 'Incident mis à jour pour : incident',
|
||||
'count' => '{0} Aucune mise à jour|[1] Une mise à jour|[2] Deux mises à jour|[3,*] Plusieurs mises à jour',
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Créer une mise à jour d\'incident',
|
||||
'success' => 'Votre nouvelle mise à jour d\'incident a été créée.',
|
||||
'failure' => 'Un problème est survenu lors de la mise à jour de l\'incident.',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Éditer la mise à jour de l\'incident',
|
||||
'success' => 'La mise à jour de l\'incident a été mise à jour.',
|
||||
'failure' => 'Un problème est survenu lors de la mise à jour de l\'incident',
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Signalé par :user',
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un incident',
|
||||
'success' => 'Incident ajouté.',
|
||||
@@ -56,7 +56,7 @@ return [
|
||||
'title' => 'Modèles d\'incident',
|
||||
'add' => [
|
||||
'title' => 'Créer un modèle d\'incident',
|
||||
'message' => 'Vous devriez ajouter un modèle d\'incident.',
|
||||
'message' => 'Create your first incident template.',
|
||||
'success' => 'Votre nouveau modèle d\'incident a été créé.',
|
||||
'failure' => 'Une erreur est survenue avec le modèle d\'incident.',
|
||||
],
|
||||
@@ -74,22 +74,22 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Maintenance Planifiée',
|
||||
'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.',
|
||||
'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.',
|
||||
'scheduled_at' => 'Planifiée à :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Ajouter une maintenance planifiée',
|
||||
'success' => 'Planification ajoutée.',
|
||||
'failure' => 'Une erreur est survenue lors de l\'ajout de la planification, veuillez réessayer.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifier la maintenance planifiée',
|
||||
'success' => 'La planification a été mise à jour !',
|
||||
'failure' => 'Une erreur est survenue lors de l\'édition de la planification.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'La planification a été supprimée et ne sera pas affichée sur votre page de statut.',
|
||||
'failure' => 'La maintenance planifiée n\'a pas pu être supprimée. Veuillez réessayer.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -158,12 +158,12 @@ return [
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Abonnés',
|
||||
'description' => 'Les abonnés recevront des notifications par e-mail lorsque des incidents sont créés ou des composants sont mis à jour.',
|
||||
'description_disabled' => 'Pour utiliser cette fonctionnalité, vous devez autoriser les utilisateurs de s\'abonner aux notifications.',
|
||||
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
|
||||
'verified' => 'Vérifié',
|
||||
'not_verified' => 'Non vérifié',
|
||||
'subscriber' => ':email, abonné à :date',
|
||||
'no_subscriptions' => 'Souscrire à toutes les mises à jour',
|
||||
'global' => 'Abonné globalement',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un abonné',
|
||||
'success' => 'L\'abonné a été ajouté !',
|
||||
@@ -231,7 +231,7 @@ return [
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'Tester la notification depuis Cachet',
|
||||
'body' => 'Voici un test de notification depuis Cachet.',
|
||||
'body' => 'Ceci est une notification de test depuis Cachet.',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
|
||||
@@ -49,12 +49,12 @@ return [
|
||||
'name' => 'Nom',
|
||||
'status' => 'Statut',
|
||||
'component' => 'Composant',
|
||||
'component_status' => 'Statut des composants',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Message',
|
||||
'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' => 'À cause d\'une maintenance planifiée, les notifications sur cet incident ou ses composants seront supprimées.',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Visibilité de l\'incident',
|
||||
'stick_status' => 'Incident épinglé',
|
||||
'stickied' => 'Épinglé',
|
||||
@@ -153,16 +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)',
|
||||
'major_outage_rate' => 'Seuil de panne majeure (en %)',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Image d\'en-tête',
|
||||
'banner-help' => "Il est recommandé de ne pas envoyer un fichier d'une largeur de plus de 930 px",
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'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 ?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'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 configuré pour la page de statut',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Afficher uniquement les jours contenant des incidents dans la timeline ?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -180,8 +180,8 @@ return [
|
||||
'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.',
|
||||
'always-authenticate' => 'Authentification nécessaire',
|
||||
'always-authenticate-help' => 'L\'accès aux pages de Cachet sera réservée aux comptes connectés',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Feuille de style personnalisée',
|
||||
@@ -191,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' => 'Activez la bannière pleine largeur ?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Couleur du texte',
|
||||
'dashboard-login' => 'Afficher le bouton "Tableau de bord" dans le pied de page ?',
|
||||
'reds' => 'Rouge (utilisé pour les erreurs)',
|
||||
@@ -221,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invitez les membres de votre équipe en entrant leurs adresses e-mail ici.',
|
||||
'email' => 'E-mail #:id',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -241,7 +241,7 @@ return [
|
||||
'remove' => 'Enlever',
|
||||
'invite' => 'Inviter',
|
||||
'signup' => 'Inscription',
|
||||
'manage_updates' => 'Gérer les mises à jour',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* Optionnel',
|
||||
|
||||
@@ -13,84 +13,84 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Le statut du composant a été mis à jour',
|
||||
'greeting' => 'Le statut d’un composant a été mis à jour !',
|
||||
'content' => 'Le statut de :name est passé de :old_status à :new_status.',
|
||||
'action' => 'Afficher',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Le statut du composant a été mis à jour',
|
||||
'content' => 'Le statut de :name est passé de :old_status à :new_status.',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Le statut de :name est passé de :old_status à :new_status.',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Nouvel incident signalé',
|
||||
'greeting' => 'Un nouvel incident a été signalé pour :app_name.',
|
||||
'content' => 'Incident :name a été signalé',
|
||||
'action' => 'Afficher',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Incident :name signalé',
|
||||
'content' => 'Un nouvel incident a été signalé pour :app_name',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Un nouvel incident a été signalé pour :app_name.',
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Incident mis à jour',
|
||||
'content' => ':name a été mis à jour',
|
||||
'title' => ':name est passé à :new_status',
|
||||
'action' => 'Afficher',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name mis à jour',
|
||||
'content' => ':name est passé à :new_status',
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Incident :name a été mis à jour',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Nouvelle planification créée',
|
||||
'content' => ':name a été planifié pour :date',
|
||||
'title' => 'Une nouvelle maintenance planifiée a été créée.',
|
||||
'action' => 'Afficher',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Nouvelle planification créée !',
|
||||
'content' => ':name a été planifié pour :date',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name a été planifié pour :date',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'Veuillez vérifier votre abonnement',
|
||||
'content' => 'Cliquez ici pour vérifier votre abonnement à la page de statut de :app_name.',
|
||||
'title' => 'Vérifiez votre abonnement à la page de statut de :app_name.',
|
||||
'action' => 'Vérifier',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'Ping depuis Cachet!',
|
||||
'content' => 'Ceci est une notification de test depuis Cachet !',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'Votre invitation est à l\'intérieur...',
|
||||
'content' => 'Vous avez été invité à rejoindre la page de statut de :app_name.',
|
||||
'title' => 'Vous êtes invité à rejoindre la page de statut de :app_name.',
|
||||
'action' => 'Accepter',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Précédent',
|
||||
'next' => 'Suivant',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -79,7 +79,7 @@ return [
|
||||
'required_without_all' => 'Le champ :attribute est requis lorsque aucune des :values sont présentes.',
|
||||
'same' => 'Le :attribute et :other doivent correspondre.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute doit être :size.',
|
||||
'numeric' => ':attribute doit faire :size.',
|
||||
'file' => 'attribute doit être de :size kilo-octets.',
|
||||
'string' => 'L\'attribut ":attribute" doit faire :size caractères.',
|
||||
'array' => ':attribute doit contenir :size éléments.',
|
||||
|
||||
@@ -16,7 +16,7 @@ return [
|
||||
'status' => [
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'בעיות ביצועים',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
@@ -30,15 +30,15 @@ return [
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'תחזוקה מתוזמנת',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Investigating',
|
||||
2 => 'מזוהה',
|
||||
3 => 'צופה',
|
||||
4 => 'תוקן',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -54,13 +54,13 @@ return [
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'צור מפתח API',
|
||||
'revoke' => 'לבטל את מפתח ה-API',
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
@@ -99,8 +99,8 @@ return [
|
||||
'signup' => [
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'כתובת דוא"ל',
|
||||
'password' => 'סיסמא',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'לוח בקרה',
|
||||
'writeable_settings' => 'תיקיית ההגדרות של Cachet איננה קיימת עם הגדרות כתיבה. נא לבדוק שליוזר השרת יש הרשאות לכתוב בתיקיית <code>./bootstrap/cachet</code>.',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Schedule',
|
||||
'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.',
|
||||
'incident-create-template' => 'Create Template',
|
||||
'incident-templates' => 'Incident Templates',
|
||||
@@ -56,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,29 +74,29 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'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.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'רכיבים',
|
||||
'component_statuses' => 'רכיב סטטוסים',
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => 'Add a component',
|
||||
@@ -137,7 +137,7 @@ return [
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'metrics' => 'מדדים',
|
||||
'metrics' => 'Metrics',
|
||||
'add' => [
|
||||
'title' => 'Create a metric',
|
||||
'message' => 'You should add a metric.',
|
||||
@@ -235,14 +235,14 @@ return [
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'אבטחה',
|
||||
'security' => 'Security',
|
||||
'two-factor' => 'Users without two-factor authentication',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => 'ערכת נושא',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Settings saved.',
|
||||
@@ -260,22 +260,22 @@ return [
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'התחברות למערכת',
|
||||
'logged_in' => 'אתה מחובר.',
|
||||
'welcome' => 'ברוך הבא!',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'עזרה',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'יציאה',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Notifications
|
||||
'notifications' => [
|
||||
'notifications' => 'התראות',
|
||||
'awesome' => 'נהדר.',
|
||||
'whoops' => 'אופס.',
|
||||
'notifications' => 'Notifications',
|
||||
'awesome' => 'Awesome.',
|
||||
'whoops' => 'Whoops.',
|
||||
],
|
||||
|
||||
// Widgets
|
||||
@@ -295,7 +295,7 @@ return [
|
||||
'component' => 'Add your components',
|
||||
'incident' => 'Create an incident',
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'הוסף משתמשים',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
],
|
||||
|
||||
@@ -13,13 +13,13 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'כתובת דוא"ל',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'סיסמא',
|
||||
'site_name' => 'שם האתר',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'בחר איזור זמן',
|
||||
'site_locale' => 'בחר שפה',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
@@ -34,8 +34,8 @@ return [
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'כתובת דוא"ל',
|
||||
'password' => 'סיסמא',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
@@ -46,11 +46,11 @@ return [
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'שם',
|
||||
'status' => 'סטטוס',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'הודעה',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
@@ -62,39 +62,39 @@ return [
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'שם',
|
||||
'template' => 'תבנית',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'שם',
|
||||
'status' => 'סטטוס',
|
||||
'message' => 'הודעה',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'שם',
|
||||
'template' => 'תבנית',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'שם',
|
||||
'status' => 'סטטוס',
|
||||
'group' => 'קבוצה',
|
||||
'description' => 'הגדרה',
|
||||
'link' => 'קישור',
|
||||
'tags' => 'טאגים',
|
||||
'tags-help' => 'מופרד באמצעות פסיקים.',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'שם',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
@@ -107,13 +107,13 @@ return [
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'שם',
|
||||
'description' => 'הגדרה',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'קבוצה',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Group Name',
|
||||
@@ -122,9 +122,9 @@ return [
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'שם',
|
||||
'suffix' => 'סיומת',
|
||||
'description' => 'הגדרה',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
@@ -140,7 +140,7 @@ return [
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'ערך',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,11 +148,11 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'שם האתר',
|
||||
'site-url' => 'כתובת url של האתר',
|
||||
'display-graphs' => 'להציג גרפים בדף של סטטוס?',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'כמה ימים של אירועים להראות?',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner Image',
|
||||
@@ -206,8 +206,8 @@ return [
|
||||
|
||||
'user' => [
|
||||
'username' => 'Username',
|
||||
'email' => 'כתובת דוא"ל',
|
||||
'password' => 'סיסמא',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
@@ -221,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'הגדרות',
|
||||
'title' => 'התקנת Cachet',
|
||||
'service_details' => 'פרטי שרות',
|
||||
'setup' => 'Setup',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'הגדרת עמוד מצב',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'חשבון מנהל המערכת',
|
||||
'complete_setup' => 'התקנה הסתיימה',
|
||||
'completed' => 'Cachet הוגדר בהצלחה!',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -23,12 +23,12 @@ return [
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'attribute: אינו כתובת URL חוקית.',
|
||||
'after' => 'attribute: חייב להיות תאריך אחרי date:',
|
||||
'alpha' => 'attribute: יכולים להכיל רק אותיות.',
|
||||
'alpha_dash' => 'attribute: יכולה להכיל רק אותיות, מספרים, מקפים.',
|
||||
'alpha_num' => 'attribute: יכולים להכיל רק אותיות ומספרים.',
|
||||
'array' => 'attribute: חייב להיות מערך.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
@@ -47,7 +47,7 @@ return [
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => 'attribute: חייב להיות תמונה.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
|
||||
@@ -12,110 +12,110 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Utoljára frissítve: :timestamp',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'Ismeretlen',
|
||||
1 => 'Működik',
|
||||
2 => 'Teljesítmény problémák',
|
||||
3 => 'Részleges leállás',
|
||||
4 => 'Teljes leállás',
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Egyéb komponensek',
|
||||
'other' => 'Other Components',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'Nincs incidens jelentve',
|
||||
'past' => 'Múltbeli incidensek',
|
||||
'stickied' => 'Kitűzőtt Incidensek',
|
||||
'scheduled' => 'Ütemezett karbantartás',
|
||||
'scheduled_at' => ', ütemezve: :timestamp',
|
||||
'posted' => 'Közzétéve :timestamp',
|
||||
'posted_at' => 'Közzétéve :timestamp',
|
||||
'none' => 'No incidents reported',
|
||||
'past' => 'Past Incidents',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', scheduled :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Kivizsgálás alatt',
|
||||
2 => 'Azonosítva',
|
||||
3 => 'Megfigyelés alatt',
|
||||
4 => 'Javítva',
|
||||
1 => 'Investigating',
|
||||
2 => 'Identified',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
],
|
||||
],
|
||||
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Közelgő',
|
||||
1 => 'Folyamatban',
|
||||
2 => 'Befejezve',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Rendszer üzemképes|[2,Inf] Az összes rendszer üzemképes',
|
||||
'bad' => '[0,1] A rendszer problémát észlelt|[2,Inf] Több rendszer problémát észlelt',
|
||||
'major' => '[0,1] A szolgáltatás jelenleg nem elérhető|[2,Inf] Több szolgáltatás nem elérhető',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'API kulcs újragenerálása',
|
||||
'revoke' => 'API kulcs visszavonása',
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => 'Előző óra',
|
||||
'hourly' => 'Elmúlt 12 óra',
|
||||
'weekly' => 'Heti',
|
||||
'monthly' => 'Havi',
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
],
|
||||
],
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'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',
|
||||
'subscribe' => 'Subscribe to get the updates',
|
||||
'unsubscribe' => 'Unsubscribe',
|
||||
'button' => 'Subscribe',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Minden frissítésre feliratkozva.',
|
||||
'my_subscriptions' => 'A következő frissítésekre feliratkozva.',
|
||||
'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' => 'Feliratkozás e-mail értesítésekre.',
|
||||
'subscribed' => 'Ön feliratkozott e-mailen, kérjük ellenőrizze e-mail fiókját a véglegesítéshez.',
|
||||
'verified' => 'Feliratkozása megerősítve. Köszönjük!',
|
||||
'manage' => 'Feliratkozás kezelése',
|
||||
'unsubscribe' => 'Leiratkozás az e-mail értesítésekről.',
|
||||
'unsubscribed' => 'E-mail feliratkozás törölve.',
|
||||
'failure' => 'Hiba történt a feliratkozással.',
|
||||
'already-subscribed' => ':email már fel van iratkozva.',
|
||||
'subscribe' => 'Subscribe to email updates.',
|
||||
'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',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Regisztráció',
|
||||
'username' => 'Felhasználónév',
|
||||
'email' => 'E-mail cím',
|
||||
'password' => 'Jelszó',
|
||||
'success' => 'Fiókja elkészült.',
|
||||
'failure' => 'Hiba történt regisztráció közben.',
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'update' => 'Elérhető egy újabb Cachet verzió! <a href="https://docs.cachethq.io/docs/updating-cachet">Itt</a> olvashat utána a frissítés menetének.',
|
||||
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => 'Bezárás',
|
||||
'close' => 'Close',
|
||||
'subscribe' => [
|
||||
'title' => 'Feliratkozás komponens frissítésekre',
|
||||
'body' => 'Kérjük adja meg az e-mail címét hogy értesítéseket kapjon ezen komponens frissítéseire. Ha már feliratkozott, akkor nincs miért aggódnia.',
|
||||
'button' => 'Feliratkozás',
|
||||
'title' => 'Subscribe to component updates',
|
||||
'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' => 'Subscribe',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -125,17 +125,17 @@ return [
|
||||
'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' => 'Maradjon mindig naprakész :app legújabb frissítéseivel.',
|
||||
'overview' => 'Stay up to date with the latest service updates from :app.',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Kezdőoldal',
|
||||
'powered_by' => 'A motorháztető alatt a <a href="https://cachethq.io" class="links">Cachet</a> dolgozik.',
|
||||
'timezone' => 'Időzóna: :timezone.',
|
||||
'about_this_site' => 'A webhelyről',
|
||||
'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',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Státusz Feed',
|
||||
'feed' => 'Status Feed',
|
||||
|
||||
];
|
||||
|
||||
@@ -11,21 +11,21 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'Irányítópult',
|
||||
'writeable_settings' => 'A Cachet beállítás mappája nem írható. Kérjük győződjön meg róla, hogy a <code>./bootstrap/cachet</code> mapp írható a webszerver által.',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidensek & Ütemezés',
|
||||
'incidents' => 'Incidensek',
|
||||
'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.',
|
||||
'incident-create-template' => 'Sablon létrehozása',
|
||||
'incident-templates' => 'Incidens Sablonok',
|
||||
'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',
|
||||
'add' => [
|
||||
'title' => 'Új incidens frissítés létrehozása',
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
],
|
||||
@@ -37,267 +37,267 @@ return [
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'Incidens jelentése',
|
||||
'success' => 'Incidens létrehozva.',
|
||||
'failure' => 'Hiba történt az incidens létrehozása közben, kérjük próbálja újra.',
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Incidens szerkesztése',
|
||||
'success' => 'Incidens frissítve.',
|
||||
'failure' => 'Hiba történt az incidens szerkesztése közben, kérjük próbálja újra.',
|
||||
'title' => 'Edit an incident',
|
||||
'success' => 'Incident updated.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Az incidens törölve lett és nem fog többé megjelenni.',
|
||||
'failure' => 'Az incidenst nem lehetett törölni, kérjük próbálja újra.',
|
||||
'success' => 'The incident has been deleted and will not show on your status page.',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'Incidens Sablonok',
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'title' => 'Incidens sablon készítése',
|
||||
'message' => 'Létre kell hozni egy incidens sablont.',
|
||||
'success' => 'Incidens sablon létrehozva.',
|
||||
'failure' => 'Hiba történt az incidens sablon létrehozása során.',
|
||||
'title' => 'Create 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.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Sablon szerkesztése',
|
||||
'success' => 'Az incidens sablon frissítve lett.',
|
||||
'failure' => 'Hiba történt az incidens sablon frissítése során',
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Az incidens sablon törölve lett.',
|
||||
'failure' => 'Az incidens sablont nem lehetett törölni, kérjük próbálja újra.',
|
||||
'success' => 'The incident template has been deleted.',
|
||||
'failure' => 'The incident template could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Ütemezett karbantartás',
|
||||
'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.',
|
||||
'scheduled_at' => 'Ütemezve: :timestamp',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Ütemezett Karbantartás létrehozása',
|
||||
'success' => 'Ütemterv létrehozva.',
|
||||
'failure' => 'Hiba történt az ütemterv létrehozásakor, kérjük próbálja újra.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Ütemezett Karbantartás szerkesztése',
|
||||
'success' => 'Ütemterv frissítve!',
|
||||
'failure' => 'Hiba történt az ütemterv szerkesztésekor, kérjük próbálja újra.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Az ütemterv törölve lett és nem fog többé megjelenni.',
|
||||
'failure' => 'Az ütemzett karbantartást nem lehetett törölni, kérjük próbálja újra.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'Komponensek',
|
||||
'component_statuses' => 'Komponens állapotok',
|
||||
'listed_group' => ':name alá csoportosítva',
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => 'Komponens hozzáadása',
|
||||
'message' => 'Létre kell hozni egy komponenst.',
|
||||
'success' => 'Komponens létrehozva.',
|
||||
'failure' => 'Valami hiba történt a komponens csoporttal, kérjük próbálja újra.',
|
||||
'title' => 'Add a component',
|
||||
'message' => 'You should add a component.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Komponens szerkesztése',
|
||||
'success' => 'Komponens frissítve.',
|
||||
'failure' => 'Valami hiba történt a komponens csoporttal, kérjük próbálja újra.',
|
||||
'title' => 'Edit a component',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Komponens törölve!',
|
||||
'failure' => 'A komponenst nem lehetett törölni, kérjük próbálja újra.',
|
||||
'success' => 'The component has been deleted!',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
'groups' => [
|
||||
'groups' => 'Komponens csoport|Komponens csoportok',
|
||||
'no_components' => 'Létre kell hozni egy komponens csoportot.',
|
||||
'groups' => 'Component group|Component groups',
|
||||
'no_components' => 'You should add a component group.',
|
||||
'add' => [
|
||||
'title' => 'Komponens csoport hozzáadása',
|
||||
'success' => 'Komponens csoport létrehozva.',
|
||||
'failure' => 'Valami hiba történt a komponens csoporttal, kérjük próbálja újra.',
|
||||
'title' => 'Add a component group',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Komponens csoport szerkesztése',
|
||||
'success' => 'Komponens csoport frissítve.',
|
||||
'failure' => 'Valami hiba történt a komponens csoporttal, kérjük próbálja újra.',
|
||||
'title' => 'Edit a component group',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'A komponens csoport törlése sikeres!',
|
||||
'failure' => 'A komponens csoportot nem lehetett törölni, kérjük próbálja újra.',
|
||||
'success' => 'Component group has been deleted!',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'metrics' => 'Mérőszámok',
|
||||
'metrics' => 'Metrics',
|
||||
'add' => [
|
||||
'title' => 'Merőszám létrehozása',
|
||||
'message' => 'Létre kell hozni egy mérőszámot.',
|
||||
'success' => 'Mérőszám létrehozva.',
|
||||
'failure' => 'Hiba történt ezzel a mérőszámmal, kérjük próbálja újra.',
|
||||
'title' => 'Create a metric',
|
||||
'message' => 'You should add a metric.',
|
||||
'success' => 'Metric created.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Mérőszám szerkesztése',
|
||||
'success' => 'Mérőszám frissítve.',
|
||||
'failure' => 'Hiba történt ezzel a mérőszámmal, kérjük próbálja újra.',
|
||||
'title' => 'Edit a metric',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Ez a mérőszám törölve lett és nem fog többé megjelenni.',
|
||||
'failure' => 'A mérőszámot nem lehetett kitörölni, kérjük próbálja újra.',
|
||||
'success' => 'The metric has been deleted and will no longer display on your status page.',
|
||||
'failure' => 'The metric could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Feliratkozók',
|
||||
'description' => 'A feliratkozók email értesítést kapnak ha incidensek lesznek létrehozva vagy komponensek lesznek frissítve.',
|
||||
'subscribers' => 'Subscribers',
|
||||
'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' => 'Megerősítve',
|
||||
'not_verified' => 'Nincs megerősítve',
|
||||
'subscriber' => ':email, feliratkozott: :date',
|
||||
'no_subscriptions' => 'Feliratkozva az összes frissítésre',
|
||||
'verified' => 'Verified',
|
||||
'not_verified' => 'Not verified',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Új feliratkozó hozzáadása',
|
||||
'success' => 'Feliratkozó létrehozva!',
|
||||
'failure' => 'Hiba történt a feliratkozó hozzáadásakor, kérjük próbálja újra.',
|
||||
'help' => 'Kérjük írja mindegyik feliratkozót külön sorba.',
|
||||
'title' => 'Add a new subscriber',
|
||||
'success' => 'Subscriber has been added!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'help' => 'Enter each subscriber on a new line.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Feliratkozó frissítése',
|
||||
'success' => 'Feliratkozó frissítve!',
|
||||
'failure' => 'Hiba történt a feliratkozó szerkesztésekor, kérjük próbálja újra.',
|
||||
'title' => 'Update subscriber',
|
||||
'success' => 'Subscriber has been updated!',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Team
|
||||
'team' => [
|
||||
'team' => 'Csapat',
|
||||
'member' => 'Tag',
|
||||
'profile' => 'Profil',
|
||||
'description' => 'Csapattagoknak joguk lesz hozzáadni és szerkeszteni komponenseket és incidenseket.',
|
||||
'team' => 'Team',
|
||||
'member' => 'Member',
|
||||
'profile' => 'Profile',
|
||||
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
||||
'add' => [
|
||||
'title' => 'Új csapattag hozzáadása',
|
||||
'success' => 'Csapattag hozzáadva.',
|
||||
'failure' => 'A csapattagot nem lehetett létrehozni, kérjük próbálja újra.',
|
||||
'title' => 'Add a new team member',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Profil frissítése',
|
||||
'success' => 'Profil frissítve.',
|
||||
'failure' => 'Hiba történt a profil szerkesztésekor, kérjük próbálja újra.',
|
||||
'title' => 'Update profile',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Csapattag törölve és többé nincs joga a műszerfalhoz!',
|
||||
'failure' => 'A csapattagot nem lehetett létrehozni, kérjük próbálja újra.',
|
||||
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Új csapattag meghívása',
|
||||
'success' => 'Egy meghívás elküldve',
|
||||
'failure' => 'A meghívást nem sikerült elküldeni, kérjük próbálja újra.',
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
'settings' => 'Beállítások',
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Applikáció beállítása',
|
||||
'images-only' => 'Csak képeket lehet feltölteni.',
|
||||
'too-big' => 'A feltöltött fájl túl nagy. A fájl nem lehet nagyobb mint :size',
|
||||
'app-setup' => 'Application Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'Analízis',
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'Napló',
|
||||
'log' => 'Log',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'Lokalizáció',
|
||||
'localization' => 'Localization',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Testreszabás',
|
||||
'header' => 'Egyéni fejléc HTML',
|
||||
'footer' => 'Egyéni lábjegyzet HTML',
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'Lelevelezés',
|
||||
'test' => 'Teszt',
|
||||
'mail' => 'Mail',
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'Cachet teszt értesítés',
|
||||
'body' => 'Ez egy Cachet teszt értesítés.',
|
||||
'subject' => 'Test notification from Cachet',
|
||||
'body' => 'This is a test notification from Cachet.',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Biztonság',
|
||||
'two-factor' => 'Felhasználók két faktoros hitelesítés nélkül',
|
||||
'security' => 'Security',
|
||||
'two-factor' => 'Users without two-factor authentication',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => 'Téma',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Beállítások mentve.',
|
||||
'failure' => 'Beállításokat nem lehetett menteni.',
|
||||
'success' => 'Settings saved.',
|
||||
'failure' => 'Settings could not be saved.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'Készítők',
|
||||
'contributors' => 'Közreműködők',
|
||||
'license' => 'A Cachet egy, a BSD-3 alatt licenszelt nyílt forráskódú projekt, <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a> által kiadva.',
|
||||
'backers-title' => 'Támogatók & Szponzorok',
|
||||
'backers' => 'Ha szeretné támogatni a fejlesztőket, kérjük látogasson el a <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> oldalára.',
|
||||
'thank-you' => 'Köszönjük mind a(z) :count közreműködőnek a segítséget.',
|
||||
'credits' => 'Credits',
|
||||
'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.',
|
||||
'thank-you' => 'Thank you to each and every one of the :count contributors.',
|
||||
],
|
||||
],
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'Belépés',
|
||||
'logged_in' => 'Bejelentkezve.',
|
||||
'welcome' => 'Üdvözöljük újra!',
|
||||
'two-factor' => 'Kérem adja meg a jelét.',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'Súgó',
|
||||
'status_page' => 'Állapot Oldal',
|
||||
'logout' => 'Kijelentkezés',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Notifications
|
||||
'notifications' => [
|
||||
'notifications' => 'Értesítések',
|
||||
'awesome' => 'Kitűnő.',
|
||||
'whoops' => 'Hoppá.',
|
||||
'notifications' => 'Notifications',
|
||||
'awesome' => 'Awesome.',
|
||||
'whoops' => 'Whoops.',
|
||||
],
|
||||
|
||||
// Widgets
|
||||
'widgets' => [
|
||||
'support' => 'Cachet támogatása',
|
||||
'support_subtitle' => 'Kérjük nézze meg a <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> oldalunkat!',
|
||||
'news' => 'Legfrissebb hírek',
|
||||
'news_subtitle' => 'Legújabb hírek',
|
||||
'support' => 'Support Cachet',
|
||||
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
|
||||
'news' => 'Latest News',
|
||||
'news_subtitle' => 'Get the latest update',
|
||||
],
|
||||
|
||||
// Welcome modal
|
||||
'welcome' => [
|
||||
'welcome' => 'Üdvözlünk az új Állapot oldaladon!',
|
||||
'message' => 'Az állapot oldalad majdnem kész van! Próbáld beállítani ezeket az extra beállításokat',
|
||||
'close' => 'Vigyél a műszerfalhoz',
|
||||
'welcome' => 'Welcome to your new status page, :username!',
|
||||
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
|
||||
'close' => 'I\'m good thanks!',
|
||||
'steps' => [
|
||||
'component' => 'Komponensek létrehozása',
|
||||
'incident' => 'Incidensek létrehozása',
|
||||
'customize' => 'Testreszabás',
|
||||
'team' => 'Felhasználók hozzáadása',
|
||||
'api' => 'API jel generálása',
|
||||
'two-factor' => 'Kétlépcsős azonosítás',
|
||||
'component' => 'Add your components',
|
||||
'incident' => 'Create an incident',
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -13,134 +13,134 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'E-mail cím',
|
||||
'username' => 'Felhasználónév',
|
||||
'password' => 'Jelszó',
|
||||
'site_name' => 'Webhely neve',
|
||||
'site_domain' => 'Webhely címe',
|
||||
'site_timezone' => 'Időzóna kiválasztása',
|
||||
'site_locale' => 'Nyelv kiválasztása',
|
||||
'enable_google2fa' => 'Google Two Factor Authentication engedélyezése',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Sorkezelő',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail Válaszcím',
|
||||
'mail_username' => 'Mail Felhasználónév',
|
||||
'mail_password' => 'Mail Jelszó',
|
||||
'mail_address' => 'Mail From Address',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Felhasználónév vagy E-mail',
|
||||
'email' => 'E-mail cím',
|
||||
'password' => 'Jelszó',
|
||||
'2fauth' => 'Hitelesítési kód',
|
||||
'invalid' => 'Helytelen felhasználónév vagy jelszó',
|
||||
'invalid-token' => 'Érvénytelen kulcs',
|
||||
'cookies' => 'A bejelentkezéshez engedélyezni kell a sütiket.',
|
||||
'rate-limit' => 'Túl sok próbálkozás.',
|
||||
'remember_me' => 'Emlékezz rám',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'Név',
|
||||
'status' => 'Státusz',
|
||||
'component' => 'Komponens',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Üzenet',
|
||||
'message-help' => 'Használhatsz Markdown-t is.',
|
||||
'occurred_at' => 'Mikor történt az incidens?',
|
||||
'notify_subscribers' => 'Feliratkozók értesítése?',
|
||||
'message' => '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.',
|
||||
'visibility' => 'Incidens láthatóság',
|
||||
'stick_status' => 'Incidens kitűzése',
|
||||
'stickied' => 'Kitűzve',
|
||||
'not_stickied' => 'Nincs kitűzve',
|
||||
'public' => 'Publikus',
|
||||
'logged_in_only' => 'Csak bejelentkezett felhasználóknak látható',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'Név',
|
||||
'template' => 'Sablon',
|
||||
'twig' => 'A sablonok használhatják a <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> nyelvet.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => 'Név',
|
||||
'status' => 'Státusz',
|
||||
'message' => 'Üzenet',
|
||||
'message-help' => 'Használhatsz Markdown-t is.',
|
||||
'scheduled_at' => 'Mikorra van ütemezve a karbantartás?',
|
||||
'completed_at' => 'Mikor lett készen a karbantartás?',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Név',
|
||||
'template' => 'Sablon',
|
||||
'twig' => 'A sablonok használhatják a <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> nyelvet.',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => 'Név',
|
||||
'status' => 'Státusz',
|
||||
'group' => 'Csoport',
|
||||
'description' => 'Leírás',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Cimkék',
|
||||
'tags-help' => 'Vesszővel elválasztva.',
|
||||
'enabled' => 'Komponens engedélyezve?',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Név',
|
||||
'collapsing' => 'Kinyitás/becsukás opciói',
|
||||
'visible' => 'Mindig kinyitva',
|
||||
'collapsed' => 'Csoport összehúzása alapból',
|
||||
'collapsed_incident' => 'Csoport összehúzása, ha hiba találhazó',
|
||||
'visibility' => 'Láthatóság',
|
||||
'visibility_public' => 'Nyilvánosan látható',
|
||||
'visibility_authenticated' => 'Bejelentkezett felhasználók láthatják',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => 'Név',
|
||||
'description' => 'Leírás',
|
||||
'start_at' => 'Karbantartás kezdete',
|
||||
'timezone' => 'Időzóna',
|
||||
'schedule_frequency' => 'Ütemezés gyakorisága (másodpercben)',
|
||||
'completion_latency' => 'Késés (másodpercben)',
|
||||
'group' => 'Csoport',
|
||||
'active' => 'Aktív?',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Csoport Neve',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => 'Név',
|
||||
'suffix' => 'Szuffixum',
|
||||
'description' => 'Leírás',
|
||||
'description-help' => 'Használhatsz Markdown-t is.',
|
||||
'display-chart' => 'Diagram mutatása az állapot oldalon?',
|
||||
'default-value' => 'Alapértelmezett érték',
|
||||
'calc_type' => 'Mérőszámok számolása',
|
||||
'type_sum' => 'Összeg',
|
||||
'type_avg' => 'Átlag',
|
||||
'places' => 'Tizedesjegyek száma',
|
||||
'default_view' => 'Alapértelmezett nézet',
|
||||
'threshold' => 'Hány perc a metrikus pontok között?',
|
||||
'visibility' => 'Láthatóság',
|
||||
'visibility_authenticated' => 'Látható a hitelesített felhasználók számára',
|
||||
'visibility_public' => 'Látható mindenki számára',
|
||||
'visibility_hidden' => 'Mindig legyen rejtett',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Érték',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,101 +148,101 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Webhely neve',
|
||||
'site-url' => 'Webhely címe',
|
||||
'display-graphs' => 'Grafikonok mutatása az állapot oldaon?',
|
||||
'about-this-page' => 'Erről az oldalról',
|
||||
'days-of-incidents' => 'Mennyi incidens legyen látható?',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'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)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Banner kép',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Emberek regisztrálhatnak email értesítésekre?',
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'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)',
|
||||
'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',
|
||||
'only_disrupted_days' => 'Csak incidenssel rendelkező napok megjelenítése?',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Google Analytics kód',
|
||||
'analytics_gosquared' => 'GoSquared Analytics kód',
|
||||
'analytics_piwik_url' => 'Piwik instance URL (http(s):// nélkül)',
|
||||
'analytics_piwik_siteid' => 'Piwik site id',
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'Webhely időzónája',
|
||||
'site-locale' => 'Webhely nyelve',
|
||||
'date-format' => 'Dátum formátuma',
|
||||
'incident-date-format' => 'Incidens időbélyeg formátuma',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'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' => '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' => 'Egyedi Stylesheet',
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Háttérszín',
|
||||
'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ó',
|
||||
'background-color' => 'Background color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'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)',
|
||||
'blues' => 'Kék (információknál)',
|
||||
'greens' => 'Zöld (sikeres)',
|
||||
'yellows' => 'Sárga (figyelmeztetés)',
|
||||
'oranges' => 'Narancssárga (értesítés)',
|
||||
'metrics' => 'Mérőszám kitöltése',
|
||||
'links' => 'Linkek',
|
||||
'text-color' => '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)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Felhasználónév',
|
||||
'email' => 'E-mail cím',
|
||||
'password' => 'Jelszó',
|
||||
'api-token' => 'API Kulcs',
|
||||
'api-token-help' => 'Az API jegy újragenerálásával minden eddigi program engedélye elveszik a Cachet-hez.',
|
||||
'gravatar' => 'Változtasd meg a profilképed a Gravatarral.',
|
||||
'user_level' => 'Felhasználói szint',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'Admin',
|
||||
'user' => 'Felhasználó',
|
||||
'user' => 'User',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'A kétfaktoros hitelesítés biztonságosabbá teszi a fiókodat. Le kell töltened a <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticatort</a> vagy más appot a telefonodra. Amikor bejelentkezel meg kell adnod a jegyet amit az app generál.',
|
||||
'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.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Hívd meg a csapattagokat az email címeik beírásával.',
|
||||
'email' => 'Email #:id',
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Időzóna kiválasztása',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => 'Hozzáadás',
|
||||
'save' => 'Mentés',
|
||||
'update' => 'Módosít',
|
||||
'create' => 'Létrehoz',
|
||||
'edit' => 'Szerkeszt',
|
||||
'delete' => 'Törlés',
|
||||
'submit' => 'Elküld',
|
||||
'cancel' => 'Mégsem',
|
||||
'remove' => 'Törlés',
|
||||
'invite' => 'Meghívás',
|
||||
'signup' => 'Regisztráció',
|
||||
'manage_updates' => 'Frissítések kezelése',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* Opcionális',
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
@@ -51,7 +51,7 @@ return [
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Frissítve',
|
||||
'title' => ':name Updated',
|
||||
'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' => 'Elfogadás',
|
||||
'action' => 'Accept',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Előző',
|
||||
'next' => 'Következő',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'Telepítés',
|
||||
'title' => 'Cachet telepítése',
|
||||
'service_details' => 'A szolgáltatás részletei',
|
||||
'env_setup' => 'Környezet beállítása',
|
||||
'status_page_setup' => 'Állapotoldal beállítás',
|
||||
'show_support' => 'Cachet támogató link megjelenítése?',
|
||||
'admin_account' => 'Adminisztrátori fiók',
|
||||
'complete_setup' => 'Telepítés befejezése',
|
||||
'completed' => 'A Cachet telepítése sikeresen befejeződött!',
|
||||
'finish_setup' => 'Használat megkezdése',
|
||||
'setup' => 'Setup',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -22,19 +22,19 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute el kell fogadni.',
|
||||
'active_url' => ':attribute nem érvényes URL.',
|
||||
'after' => ':attribute csak :date utáni dátum lehet.',
|
||||
'alpha' => ':attribute csak betűket tartalmazhat.',
|
||||
'alpha_dash' => ':attribute csak betűket, számokat és kötőjelet tartalmazhat.',
|
||||
'alpha_num' => ':attribute csak betűket és számokat tartalmazhat.',
|
||||
'array' => ':attribute csak tömb típusú lehet.',
|
||||
'before' => ':attribute csak :date előtti dátum lehet.',
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute csak :min és :max között érvényes.',
|
||||
'file' => 'Az :attribute-nak :min -:max kilobájt között kell lennie.',
|
||||
'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.',
|
||||
'array' => ':attribute csak :min és :max elem közötti lehet.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
@@ -45,49 +45,49 @@ return [
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => ':attribute mezőben másolat található.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => ':attribute csak kép lehet.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => ':attribute nem létezik itt: :other.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => 'A :attribute -nak érvényes JSON stringnek kell lennie.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => ':attribute nem lehet több, mint :max elem.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => ':attribute nem lehet kevesebb, mint :min kilobyte.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => ':attribute mező kitöltése kötelező.',
|
||||
'regex' => ':attribute formátuma érvénytelen.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => ':attribute mező kitöltése kötelező, kivéve ha :other benne itt: :values.',
|
||||
'required_with' => ':attribute mező kitöltése kötelező, ha az értéke :values.',
|
||||
'required_with_all' => ':attribute mező kitöltése kötelező, ha az értéke :values.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => ':attribute csak :size kilobyte méretű lehet.',
|
||||
'string' => ':attribute csak :size karakter lehet.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => ':attribute csak érvényes zóna lehet.',
|
||||
'unique' => ':attribute már létezik.',
|
||||
'url' => ':attribute formátuma érvénytelen.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -102,7 +102,7 @@ return [
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'Egyéni üzenet',
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'Direktori pengaturan Cachet tidak dapat ditulisi. Pastikan bahwa <code>./bootstrap/cachet</code> dapat ditulisi oleh server web.',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
@@ -56,7 +56,7 @@ return [
|
||||
'title' => 'Template Insiden',
|
||||
'add' => [
|
||||
'title' => 'Buat template insiden',
|
||||
'message' => 'Anda harus menambahkan template insiden.',
|
||||
'message' => 'Create your first incident template.',
|
||||
'success' => 'Template insiden baru telah dibuat.',
|
||||
'failure' => 'Ada masalah dengan template insiden ini.',
|
||||
],
|
||||
@@ -227,11 +227,11 @@ return [
|
||||
'footer' => 'Footer HTML Kustom',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'Email',
|
||||
'test' => 'Uji',
|
||||
'mail' => 'Mail',
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'Notifikasi uji dari Cachet',
|
||||
'body' => 'Ini adalah notifikasi uji dari Cachet.',
|
||||
'subject' => 'Test notification from Cachet',
|
||||
'body' => 'This is a test notification from Cachet.',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
'site_locale' => 'Pilih Bahasa',
|
||||
'enable_google2fa' => 'Aktifkan Otentikasi Dua Faktor dengan Google',
|
||||
'cache_driver' => 'Driver Cache',
|
||||
'queue_driver' => 'Antre Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Driver Sesi',
|
||||
'mail_driver' => 'Driver Email',
|
||||
'mail_host' => 'Host Email',
|
||||
@@ -41,7 +41,7 @@ return [
|
||||
'invalid-token' => 'Token tidak benar',
|
||||
'cookies' => 'Mohon aktifkan cookies untuk login.',
|
||||
'rate-limit' => 'Melebihi batas.',
|
||||
'remember_me' => 'Ingat saya',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
@@ -52,7 +52,7 @@ return [
|
||||
'component_status' => 'Status Komponen',
|
||||
'message' => 'Pesan',
|
||||
'message-help' => 'Anda juga bisa menggunakan Markdown.',
|
||||
'occurred_at' => 'Kapan insiden ini terjadi?',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Beritahu subscriber',
|
||||
'notify_disabled' => 'Karena adanya pemeliharaan, notifikasi insiden ini atau komponennya akan diprioritaskan.',
|
||||
'visibility' => 'Tampilan Insiden',
|
||||
@@ -73,8 +73,8 @@ return [
|
||||
'status' => 'Status',
|
||||
'message' => 'Pesan',
|
||||
'message-help' => 'Anda juga bisa menggunakan Markdown.',
|
||||
'scheduled_at' => 'Kapan pemeliharaan ini dijadwalkan?',
|
||||
'completed_at' => 'Kapan pemeliharaan ini selesai?',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Nama',
|
||||
'template' => 'Template',
|
||||
@@ -135,9 +135,9 @@ return [
|
||||
'default_view' => 'Tampilan default',
|
||||
'threshold' => 'Dalam rentang berapa menit antara poin metrik?',
|
||||
'visibility' => 'Visibilitas',
|
||||
'visibility_authenticated' => 'Terlihat oleh pengguna terautentikasi',
|
||||
'visibility_public' => 'Terlihat oleh semua orang',
|
||||
'visibility_hidden' => 'Selalu tersembunyi',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Nilai',
|
||||
|
||||
@@ -31,60 +31,60 @@ return [
|
||||
'array' => ':attribute harus merupakan array.',
|
||||
'before' => ':attribute harus merupakan tanngga sebelum :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute harus diantara :min dan :max.',
|
||||
'file' => 'Atribut :harus antara :minimal dan :maksimal kilobyte.',
|
||||
'string' => 'Atribut :harus antara :minimal dan :karakter maksimal.',
|
||||
'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.',
|
||||
'array' => ':attribute harus antara :min dan :max item.',
|
||||
],
|
||||
'boolean' => 'Bidang atribut :harus benar atau salah.',
|
||||
'confirmed' => 'Konfirmasi :atribut tidak cocok.',
|
||||
'date' => 'Itu :atribut bukan tanggal yang valid.',
|
||||
'date_format' => 'Itu :atribut tidak sesuai format :format.',
|
||||
'different' => 'Itu :atribut dan :lainnya harus berbeda.',
|
||||
'digits' => 'Atribut :harus :digit digit.',
|
||||
'digits_between' => 'Atribut :harus antara :minimal dan :maksimal digit.',
|
||||
'email' => 'Atribut :harus berupa alamat email yang valid.',
|
||||
'exists' => 'Yang dipilih :atribut tidak valid.',
|
||||
'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.',
|
||||
'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.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => ':attribute memiliki nilai duplikasi.',
|
||||
'filled' => 'Bidang atribut :diperlukan.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => ':attribute harus merupakan gambar.',
|
||||
'in' => 'Yang dipilih :atribut tidak valid.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => ':attribute tidak ada dalam :other.',
|
||||
'integer' => 'Atribut :harus integer.',
|
||||
'ip' => 'Atribut :harus alamat IP yang valid.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => ':attribute harus merupakan string JSON yang valid.',
|
||||
'max' => [
|
||||
'numeric' => 'Atribut :mungkin tidak lebih besar dari :maksimal.',
|
||||
'file' => 'Atribut :mungkin tidak lebih besar dari :maksimal kilobyte.',
|
||||
'string' => 'Atribut :mungkin tidak lebih besar dari :maksimal karakter.',
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => ':attribute tidak boleh lebih dari :max item.',
|
||||
],
|
||||
'mimes' => 'Itu :atribut harus berupa jenis file:: nilai.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'Atribut :minimal harus :minimal.',
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => ':attribute minimal harus :min kilobyte.',
|
||||
'string' => 'Atribut :minimal harus :minimal karakter.',
|
||||
'array' => 'Atribut :setidaknya harus memiliki :item minimal.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'Yang dipilih :atribut tidak valid.',
|
||||
'numeric' => 'Atribut :harus berupa angka.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => ':attribute harus ada.',
|
||||
'regex' => 'Format :attribute tidak benar.',
|
||||
'required' => 'Bidang atribut :diperlukan.',
|
||||
'required_if' => 'Atribut :diperlukan saat :lainnya adalah :nilai.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'Bagian :attribute harus diisi kecuali :other :values.',
|
||||
'required_with' => ':attribute harus diisi jika ada :values.',
|
||||
'required_with_all' => ':attribute harus diisi jika ada :values.',
|
||||
'required_without' => 'Atribut :diperlukan saat :nilai tidak ada.',
|
||||
'required_without_all' => 'Bidang atribut :diperlukan bila tidak ada :nilai yang ada.',
|
||||
'same' => 'Itu :atribut dan: lainnya harus cocok.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'Itu :atribut harus :berukuran.',
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => ':attribute harus :size kilobyte.',
|
||||
'string' => ':attribute harus :size karakter.',
|
||||
'array' => 'Atribut :harus berisi :item berukuran.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'Itu :atribut harus berupa string.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => ':attribute harus merupakan zona yang benar.',
|
||||
'unique' => ':attribute sudah ada.',
|
||||
'url' => 'Format :attribute tidak benar.',
|
||||
|
||||
@@ -29,11 +29,11 @@ return [
|
||||
'incidents' => [
|
||||
'none' => 'Nessun incidente segnalato',
|
||||
'past' => 'Problemi passati',
|
||||
'stickied' => 'Incidenti Fissati',
|
||||
'scheduled' => 'Manutenzione programmata',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', programmata il :timestamp',
|
||||
'posted' => 'Pubblicato :timestamp',
|
||||
'posted_at' => 'Pubblicato alle :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Analisi',
|
||||
2 => 'Identificato',
|
||||
@@ -45,7 +45,7 @@ return [
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'In arrivo',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In corso',
|
||||
2 => 'Completato',
|
||||
],
|
||||
@@ -54,8 +54,8 @@ return [
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -132,7 +132,7 @@ return [
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links"> Cachet</a>.',
|
||||
'timezone' => 'Le date sono mostrate in :timezone.',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'about_this_site' => 'Informazioni sul sito',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
return [
|
||||
|
||||
'dashboard' => 'Pannello amministrativo',
|
||||
'writeable_settings' => 'Gkj6grnj.',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Segnalazioni & Pianificazione',
|
||||
'title' => 'Incidents & Maintenance',
|
||||
'incidents' => 'Incidenti',
|
||||
'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',
|
||||
@@ -25,13 +25,13 @@ return [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Crea nuovo aggiornamento incidente',
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Qualcosa è andato storto nell\'aggiornamento dell\'incidente.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifica aggiornamento incidente',
|
||||
'success' => 'L\'aggiornamento dell\'incidente è stato aggiornato.',
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
],
|
||||
],
|
||||
@@ -56,7 +56,7 @@ return [
|
||||
'title' => 'Modelli di segnalazione',
|
||||
'add' => [
|
||||
'title' => 'Crea un modello di segnalazione',
|
||||
'message' => 'È necessario aggiungere un modello di segnalazione.',
|
||||
'message' => 'Create your first incident template.',
|
||||
'success' => 'Il tuo nuovo modello di segnalazione è stato creato.',
|
||||
'failure' => 'Qualcosa è andato storto con il modello di segnalazione.',
|
||||
],
|
||||
@@ -74,22 +74,22 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Manutenzione programmata',
|
||||
'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.',
|
||||
'scheduled_at' => 'Pianificato alle :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Aggiungi manutenzione programmata',
|
||||
'success' => 'Pianificazione aggiunta.',
|
||||
'failure' => 'Qualcosa è andato storto aggiungendo la pianificazione, si prega di riprovare.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifica la manutenzione programmata',
|
||||
'success' => 'La pianificazione è stata aggiornata!',
|
||||
'failure' => 'Qualcosa è andato storto con la modifica della pianificazione, si prega di riprovare.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'La manutenzione programmata è stata eliminata e non verrà visualizzata nella tua pagina di stato.',
|
||||
'failure' => 'Non è stato possibile eliminare la manutenzione programmata, si prega di riprovare.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -158,12 +158,12 @@ return [
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Iscritti',
|
||||
'description' => 'Gli iscritti riceveranno aggiornamenti via email quando vengono create le segnalazioni o vengono aggiornati i componenti vengono.',
|
||||
'description_disabled' => 'Per utilizzare questa funzionalità, è necessario consentire alle persone l\'iscrizione alle notifiche.',
|
||||
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
|
||||
'verified' => 'Verificato',
|
||||
'not_verified' => 'Non Verificato',
|
||||
'subscriber' => ': email, iscritta :date',
|
||||
'no_subscriptions' => 'Iscritto a tutti gli aggiornamenti',
|
||||
'global' => 'Iscritto a livello globale',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => 'Aggiungi un nuovo iscritto',
|
||||
'success' => 'L\'iscritto è stato aggiunto!',
|
||||
@@ -227,11 +227,11 @@ return [
|
||||
'footer' => 'Footer HTML personalizzato',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'E-Mail',
|
||||
'test' => 'Prova',
|
||||
'mail' => 'Mail',
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'Prova notifica da Cachet',
|
||||
'body' => 'Questa è una notifica di prova da Cachet.',
|
||||
'subject' => 'Test notification from Cachet',
|
||||
'body' => 'This is a test notification from Cachet.',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
'site_locale' => 'Seleziona la lingua',
|
||||
'enable_google2fa' => 'Abilita la Verifica in Due Passaggi di Google',
|
||||
'cache_driver' => 'Driver per la cache',
|
||||
'queue_driver' => 'Coda Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Driver per la sessione',
|
||||
'mail_driver' => 'Driver di posta elettronica',
|
||||
'mail_host' => 'Host di posta elettronica',
|
||||
@@ -49,16 +49,16 @@ return [
|
||||
'name' => 'Nome',
|
||||
'status' => 'Stato',
|
||||
'component' => 'Componente',
|
||||
'component_status' => 'Stato dei componenti',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Messaggio',
|
||||
'message-help' => 'Si può anche utilizzare il linguaggio di Markdown.',
|
||||
'occurred_at' => 'Quando è accaduto questo incidente?',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notificare gli iscritti?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Visibilità segnalazione',
|
||||
'stick_status' => 'Fissa incidente',
|
||||
'stickied' => 'In rilievo',
|
||||
'not_stickied' => 'Non in rilievo',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Visibile al pubblico',
|
||||
'logged_in_only' => 'Visibile solo agli utenti registrati',
|
||||
'templates' => [
|
||||
@@ -73,8 +73,8 @@ return [
|
||||
'status' => 'Stato',
|
||||
'message' => 'Messaggio',
|
||||
'message-help' => 'Si può anche utilizzare il linguaggio di Markdown.',
|
||||
'scheduled_at' => 'Quando è prevista la manutenzione?',
|
||||
'completed_at' => 'Quando è stata completata la manutenzione?',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => 'Nome',
|
||||
'template' => 'Modello',
|
||||
@@ -95,13 +95,13 @@ return [
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Nome',
|
||||
'collapsing' => 'Espandi/Comprimi opzioni',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Sempre espanso',
|
||||
'collapsed' => 'Comprimere il gruppo come impostazione predefinita',
|
||||
'collapsed_incident' => 'Comprimere il gruppo, ma espandere se ci sono problemi',
|
||||
'visibility' => 'Visibilità',
|
||||
'visibility_public' => 'Visibile al pubblico',
|
||||
'visibility_authenticated' => 'Visibile solo agli utenti autenticati',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -109,10 +109,10 @@ return [
|
||||
'actions' => [
|
||||
'name' => 'Nome',
|
||||
'description' => 'Descrizione',
|
||||
'start_at' => 'Pianifica ora di inizio',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Fuso orario',
|
||||
'schedule_frequency' => 'Pianificare la frequenza (in secondi)',
|
||||
'completion_latency' => 'Latenza di completamento (in secondi)',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'Gruppo',
|
||||
'active' => 'Attivo?',
|
||||
'groups' => [
|
||||
@@ -135,8 +135,8 @@ return [
|
||||
'default_view' => 'Vista predefinita',
|
||||
'threshold' => 'Quanti minuti di soglia tra metriche punti?',
|
||||
'visibility' => 'Visibilità',
|
||||
'visibility_authenticated' => 'Visibile agli utenti autenticati',
|
||||
'visibility_public' => 'Visibile a tutti',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Sempre nascosto',
|
||||
|
||||
'points' => [
|
||||
@@ -159,11 +159,11 @@ return [
|
||||
'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)',
|
||||
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
|
||||
'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...)',
|
||||
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Mostra solo i giorni contenenti incidenti nella timeline?',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Codice Google Analytics',
|
||||
@@ -221,12 +221,12 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invita i membri del gruppo inserendo qui i loro indirizzi e-mail.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Seleziona Fuso orario',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
@@ -241,7 +241,7 @@ return [
|
||||
'remove' => 'Rimuovi',
|
||||
'invite' => 'Invita',
|
||||
'signup' => 'Registrati',
|
||||
'manage_updates' => 'Gestisci gli aggiornamenti',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '* Opzionale',
|
||||
|
||||
@@ -13,84 +13,84 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Aggiornato stato del componente',
|
||||
'greeting' => 'Lo stato di un componente è stato aggiornato!',
|
||||
'content' => ':name stato cambiato da :old_status a :new_status.',
|
||||
'action' => 'Visualizza',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Aggiornato stato del componente',
|
||||
'content' => ':name stato cambiato da :old_status a :new_status.',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name stato cambiato da :old_status a :new_status.',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Nuovo incidente segnalato',
|
||||
'greeting' => 'Un nuovo incidente è stato segnato su :app_name .',
|
||||
'content' => 'L\'incidente :name è stato riportato',
|
||||
'action' => 'Visualizza',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Incidente :name riportato',
|
||||
'content' => 'Un nuovo incidente è stato riportato su :app_name',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Un nuovo incidente è stato segnato su :app_name .',
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Incidente aggiornato',
|
||||
'content' => ':name è stato aggiornato',
|
||||
'title' => ':name è stato aggiornato a :new_status',
|
||||
'action' => 'Visualizza',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name Aggiornato',
|
||||
'content' => ':name è stato aggiornato a :new_status',
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'L\'incidente :name è stato aggiornato',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Nuova schedulazione creata',
|
||||
'content' => ':name era schedulata per :date',
|
||||
'title' => 'E\' stata creata una nuova manutenzione programmata.',
|
||||
'action' => 'Visualizza',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Nuova schedulazione creata!',
|
||||
'content' => ':name era schedulata per :date',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name era schedulata per :date',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'Verifica la tua sottoscrizione',
|
||||
'content' => 'Fare click per verifica la tua sottoscrizione a :app_name status page.',
|
||||
'title' => 'Verifica la tua sottoscrizione a :app_name status page.',
|
||||
'action' => 'Verifica',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'Ping da Cachet!',
|
||||
'content' => 'Questa è una notifica di prova da Cachet!',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'Il tuo invito è all\'interno...',
|
||||
'content' => 'Siete stati invitati a partecipare alla pagina :app_name status.',
|
||||
'title' => 'Siete stati invitati a partecipare alla pagina :app_name .',
|
||||
'action' => 'Accetta',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Precedente',
|
||||
'next' => 'Successivo',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -31,60 +31,60 @@ return [
|
||||
'array' => ':attribute deve essere un array.',
|
||||
'before' => ':attribute deve contenere una data precedente al :date.',
|
||||
'between' => [
|
||||
'numeric' => 'Il campo :attribute deve essere tra :min e :max.',
|
||||
'file' => ':attribute deve essere compreso tra :min e :max kilobyte.',
|
||||
'string' => ':attribute deve essere tra :min e :max caratteri.',
|
||||
'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.',
|
||||
'array' => ':attributo deve avere tra :min e :max elementi.',
|
||||
],
|
||||
'boolean' => 'Il campo :attribute deve essere vero o falso.',
|
||||
'confirmed' => 'Il campo :attribute non combacia.',
|
||||
'date' => 'Il campo :attribute non è una data valida.',
|
||||
'date_format' => 'Il campo :attribute non corrisponde al formato :format.',
|
||||
'different' => 'I campi :attribute e :other devono essere diversi.',
|
||||
'digits' => 'Il campo :attribute deve contenere :digits cifre.',
|
||||
'digits_between' => 'Attributo :attribute deve essere compreso tra :min e :max caratteri.',
|
||||
'email' => 'Il campo :attribute deve essere un indirizzo email valido.',
|
||||
'exists' => 'L\'attributo selezionato :attribute non è valido.',
|
||||
'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.',
|
||||
'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.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => 'Il campo :attribute ha un valore duplicato.',
|
||||
'filled' => 'Il campo :attribute è richiesto.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => ':attribute deve contenere un\'immagine.',
|
||||
'in' => 'L\'attributo selezionato :attribute non è valido.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'Il campo :attribute non esiste in :other.',
|
||||
'integer' => ':attribute deve essere un numero intero.',
|
||||
'ip' => ':attribute deve essere un indirizzo IP valido.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => ':attribute deve essere una stringa JSON valida.',
|
||||
'max' => [
|
||||
'numeric' => 'Attributo :attribute non può essere superiore a :max.',
|
||||
'file' => 'Il campo :attribute non può essere superiore a :max kilobyte.',
|
||||
'string' => 'Attributo :attribute non può essere più lungo di :max caratteri.',
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => ':attribute non può avere più di :max elementi.',
|
||||
],
|
||||
'mimes' => 'Il campo :attribute deve contenere un file del tipo: :values.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'Attributo :attribute deve essere almeno :min.',
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => ':attribute deve essere almeno :min kilobyte.',
|
||||
'string' => 'Attributo :attribute deve essere almeno :min caratteri.',
|
||||
'array' => 'Attributo :attribute deve avere almeno :min elementi.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'L\'attributo selezionato :attribute non è valido.',
|
||||
'numeric' => 'Il campo :attribute deve essere un numero.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'Il campo :attribute deve essere presente.',
|
||||
'regex' => 'Il formato di :attribute non è valido.',
|
||||
'required' => 'Il campo :attribute è richiesto.',
|
||||
'required_if' => 'Campo di :attribute è richiesto quando :other è :value.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'Il campo :attribute è obbligatorio a meno che :other è presente in :values.',
|
||||
'required_with' => 'Il campo :attribute è obbligatorio quando :values è presente.',
|
||||
'required_with_all' => 'Il campo :attribute è obbligatorio quando :values è presente.',
|
||||
'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.',
|
||||
'required_without_all' => 'Campo di :attribute è richiesto quando sono presenti :values.',
|
||||
'same' => 'I campi :attribute e :other devono corrispondere.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'Attributo :attribute deve essere :size.',
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => ':attribute deve essere di :size kilobytes.',
|
||||
'string' => ':attribute deve essere di :size caratteri.',
|
||||
'array' => 'Il campo :attribute deve contenere :size elementi.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'Il campo :attribute deve essere una stringa.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => ':attribute deve essere una zona valida.',
|
||||
'unique' => 'Il valore del campo :attribute è già stato preso.',
|
||||
'url' => 'Il formato di :attribute non è valido.',
|
||||
|
||||
@@ -29,7 +29,7 @@ return [
|
||||
'incidents' => [
|
||||
'none' => 'インシデントはありません',
|
||||
'past' => 'インシデント履歴',
|
||||
'stickied' => 'ピン留めインシデント',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => '計画メンテナンス',
|
||||
'scheduled_at' => ', 予定日時 :timestamp',
|
||||
'posted' => '掲載日時 :timestamp',
|
||||
@@ -98,9 +98,9 @@ return [
|
||||
|
||||
'signup' => [
|
||||
'title' => '新規登録',
|
||||
'username' => 'ユーザー名',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'パスワード',
|
||||
'password' => 'Password',
|
||||
'success' => 'アカウントが作成されました。',
|
||||
'failure' => '新規登録に失敗しました。',
|
||||
],
|
||||
|
||||
@@ -11,16 +11,16 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => 'ダッシュボード',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'インシデント & スケジュール',
|
||||
'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.',
|
||||
'incident-create-template' => 'テンプレートの作成',
|
||||
'incident-templates' => 'インシデント・テンプレート',
|
||||
'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',
|
||||
@@ -37,13 +37,13 @@ return [
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'add' => [
|
||||
'title' => 'インシデントの報告',
|
||||
'success' => 'インシデントが追加されました。',
|
||||
'title' => 'Report an incident',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'インシデントの編集',
|
||||
'success' => 'インシデントが更新されました。',
|
||||
'title' => 'Edit an incident',
|
||||
'success' => 'Incident updated.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
@@ -53,15 +53,15 @@ return [
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'インシデント・テンプレート',
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'title' => 'インシデントテンプレートの作成',
|
||||
'message' => 'You should add an incident template.',
|
||||
'title' => 'Create 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.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'テンプレートの編集',
|
||||
'title' => 'Edit Template',
|
||||
'success' => 'The incident template has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident template',
|
||||
],
|
||||
@@ -78,58 +78,58 @@ return [
|
||||
'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' => '計画メンテナンス',
|
||||
'success' => '計画メンテナンスが追加されました。',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'コンポーネント',
|
||||
'component_statuses' => 'コンポーネントのステータス',
|
||||
'listed_group' => ':name グループに所属',
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => 'コンポーネントの追加',
|
||||
'message' => 'コンポーネントを追加してください。',
|
||||
'title' => 'Add a component',
|
||||
'message' => 'You should add a component.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'コンポーネントの編集',
|
||||
'title' => 'Edit a component',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'コンポーネントが削除されました!',
|
||||
'success' => 'The component has been deleted!',
|
||||
'failure' => 'The component could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
'groups' => [
|
||||
'groups' => 'コンポーネントグループ',
|
||||
'no_components' => 'コンポーネントグループを追加して下さい',
|
||||
'groups' => 'Component group|Component groups',
|
||||
'no_components' => 'You should add a component group.',
|
||||
'add' => [
|
||||
'title' => 'コンポーネントグループの追加',
|
||||
'title' => 'Add a component group',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'コンポーネントグループの編集',
|
||||
'title' => 'Edit a component group',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'コンポーネントグループが削除されました!',
|
||||
'success' => 'Component group has been deleted!',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
@@ -137,15 +137,15 @@ return [
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'metrics' => 'メトリクス',
|
||||
'metrics' => 'Metrics',
|
||||
'add' => [
|
||||
'title' => 'メトリクスの作成',
|
||||
'message' => 'メトリクスを追加してください。',
|
||||
'title' => 'Create a metric',
|
||||
'message' => 'You should add a metric.',
|
||||
'success' => 'Metric created.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'メトリクスの編集',
|
||||
'title' => 'Edit a metric',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric, please try again.',
|
||||
],
|
||||
@@ -156,22 +156,22 @@ return [
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => '購読者',
|
||||
'subscribers' => 'Subscribers',
|
||||
'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' => '未確認',
|
||||
'verified' => 'Verified',
|
||||
'not_verified' => 'Not verified',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => '購読者の追加',
|
||||
'title' => 'Add a new subscriber',
|
||||
'success' => 'Subscriber has been added!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'help' => 'Enter each subscriber on a new line.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '購読者の更新',
|
||||
'title' => 'Update subscriber',
|
||||
'success' => 'Subscriber has been updated!',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
],
|
||||
@@ -179,17 +179,17 @@ return [
|
||||
|
||||
// Team
|
||||
'team' => [
|
||||
'team' => 'チーム',
|
||||
'member' => 'メンバー',
|
||||
'profile' => 'プロフィール',
|
||||
'team' => 'Team',
|
||||
'member' => 'Member',
|
||||
'profile' => 'Profile',
|
||||
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
||||
'add' => [
|
||||
'title' => '新しいチームメンバーを追加する',
|
||||
'title' => 'Add a new team member',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'プロフィールの更新',
|
||||
'title' => 'Update profile',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
],
|
||||
@@ -198,28 +198,28 @@ return [
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => '新しいチームメンバーを招待する',
|
||||
'success' => '招待メールが送信されました',
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
'settings' => '設定',
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'アプリケーションのセットアップ',
|
||||
'images-only' => '画像のみアップロード可能です。',
|
||||
'too-big' => 'ファイルサイズが大きすぎます。:size 以下の画像をアップロードしてください。',
|
||||
'app-setup' => 'Application Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'アナリティクス',
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'Log',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'ローカライズ',
|
||||
'localization' => 'Localization',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => 'Customization',
|
||||
@@ -235,18 +235,18 @@ return [
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'セキュリティ',
|
||||
'two-factor' => '二要素認証が無効になっているユーザー',
|
||||
'security' => 'Security',
|
||||
'two-factor' => 'Users without two-factor authentication',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'stylesheet' => 'スタイルシート',
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => 'テーマ',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => '設定が保存されました。',
|
||||
'failure' => '設定が保存できませんでした。',
|
||||
'success' => 'Settings saved.',
|
||||
'failure' => 'Settings could not be saved.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'Credits',
|
||||
@@ -260,22 +260,22 @@ return [
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => 'ログイン',
|
||||
'logged_in' => 'ログインしました。',
|
||||
'welcome' => 'おかえりなさい!',
|
||||
'two-factor' => 'トークンを入力して下さい。',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => 'ヘルプ',
|
||||
'status_page' => 'ステータスページ',
|
||||
'logout' => 'ログアウト',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Notifications
|
||||
'notifications' => [
|
||||
'notifications' => '通知',
|
||||
'notifications' => 'Notifications',
|
||||
'awesome' => 'Awesome.',
|
||||
'whoops' => 'おおっと',
|
||||
'whoops' => 'Whoops.',
|
||||
],
|
||||
|
||||
// Widgets
|
||||
@@ -288,16 +288,16 @@ return [
|
||||
|
||||
// Welcome modal
|
||||
'welcome' => [
|
||||
'welcome' => 'ステータスページにようこそ!',
|
||||
'welcome' => 'Welcome to your new status page, :username!',
|
||||
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
|
||||
'close' => 'I\'m good thanks!',
|
||||
'steps' => [
|
||||
'component' => 'コンポーネントの作成',
|
||||
'incident' => 'インシデントの作成',
|
||||
'customize' => 'カスタム設定',
|
||||
'team' => 'ユーザーの追加',
|
||||
'api' => 'APIトークンの生成',
|
||||
'two-factor' => '二要素認証',
|
||||
'component' => 'Add your components',
|
||||
'incident' => 'Create an incident',
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -14,16 +14,16 @@ return [
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'Email',
|
||||
'username' => 'ユーザー名',
|
||||
'password' => 'パスワード',
|
||||
'site_name' => 'サイト名',
|
||||
'site_domain' => 'サイトのドメイン',
|
||||
'site_timezone' => 'タイムゾーンの選択',
|
||||
'site_locale' => '言語選択',
|
||||
'enable_google2fa' => 'Googleの2段階認証を有効にする',
|
||||
'cache_driver' => 'キャッシュドライバー',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'セッションドライバー',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
@@ -33,28 +33,28 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'ユーザー名またはメールアドレス',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'パスワード',
|
||||
'2fauth' => '認証コード',
|
||||
'invalid' => 'ユーザ名またはパスワードが違います',
|
||||
'invalid-token' => '無効なトークン',
|
||||
'cookies' => 'ログインするにはクッキーを有効にする必要があります。',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => '名前',
|
||||
'status' => '状況',
|
||||
'component' => 'コンポーネント',
|
||||
'component_status' => 'コンポーネントのステータス',
|
||||
'message' => 'メッセージ',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => 'Notify subscribers?',
|
||||
'notify_disabled' => '計画メンテナンスにより、このインシデントまたはそのコンポーネントについての通知は抑制されます。',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
@@ -62,41 +62,41 @@ return [
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => '名前',
|
||||
'template' => 'テンプレート',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => '名前',
|
||||
'status' => '状況',
|
||||
'message' => 'メッセージ',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => '名前',
|
||||
'template' => 'テンプレート',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => '名前',
|
||||
'status' => '状況',
|
||||
'group' => 'グループ',
|
||||
'description' => '説明',
|
||||
'link' => 'リンク',
|
||||
'tags' => 'タグ',
|
||||
'tags-help' => 'カンマ区切り。',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => '名前',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => '常に展開する',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
@@ -107,32 +107,32 @@ return [
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => '名前',
|
||||
'description' => '説明',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'タイムゾーン',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => 'グループ',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'グループ名',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => '名前',
|
||||
'suffix' => 'サフィックス',
|
||||
'description' => '説明',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'デフォルト値',
|
||||
'default-value' => 'Default value',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => '合計',
|
||||
'type_avg' => '平均',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,21 +148,21 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'サイト名',
|
||||
'site-url' => 'サイトのURL',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'display-graphs' => 'Display graphs on status page?',
|
||||
'about-this-page' => 'このページについて',
|
||||
'days-of-incidents' => '何日間のインシデントを表示しますか?',
|
||||
'time_before_refresh' => 'ステータス ページ更新間隔 (秒)',
|
||||
'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)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'バナー画像',
|
||||
'banner-help' => '横幅が930px以内の画像をアップロードしてください。',
|
||||
'banner' => 'Banner Image',
|
||||
'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_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_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
|
||||
],
|
||||
'analytics' => [
|
||||
@@ -172,13 +172,13 @@ return [
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'サイトのタイム ゾーン',
|
||||
'site-locale' => 'サイトの言語',
|
||||
'date-format' => '日付フォーマット',
|
||||
'site-timezone' => 'Site timezone',
|
||||
'site-locale' => 'Site language',
|
||||
'date-format' => 'Date format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => '許可されているドメイン',
|
||||
'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',
|
||||
@@ -187,41 +187,41 @@ return [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => '背景色',
|
||||
'background-color' => 'Background color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => '全幅バナーを有効にしますか?',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'ダッシュボードページへのリンクをフッター部分に表示しますか?',
|
||||
'reds' => 'レッド(エラー表示に使用されます)',
|
||||
'blues' => 'ブルー(インフォメーション表示に使用されます)',
|
||||
'greens' => 'グリーン(成功の表示に使用されます)',
|
||||
'yellows' => 'イエロー(アラート表示に使用されます)',
|
||||
'oranges' => 'オレンジ(通知表示に使用されます)',
|
||||
'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)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'リンク',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'ユーザー名',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'パスワード',
|
||||
'api-token' => 'APIトークン',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'ユーザーレベル',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => '管理者',
|
||||
'user' => 'ユーザー',
|
||||
'admin' => 'Admin',
|
||||
'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.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -230,19 +230,19 @@ return [
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => '追加',
|
||||
'save' => '保存',
|
||||
'update' => '更新',
|
||||
'create' => '作成',
|
||||
'edit' => '編集',
|
||||
'delete' => '削除',
|
||||
'submit' => '送信',
|
||||
'cancel' => 'キャンセル',
|
||||
'remove' => '削除',
|
||||
'invite' => '招待',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => 'Update',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => '新規登録',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
'optional' => '※ 任意',
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
@@ -13,84 +13,84 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'コンポーネントの状況を更新しました',
|
||||
'greeting' => 'コンポーネントの状況を更新しました!',
|
||||
'content' => ':nameの状況が:old_statusから:new_statusに変更しました。',
|
||||
'action' => '見て',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'コンポーネントの状況を更新しました',
|
||||
'content' => ':nameの状況が:old_statusから:new_statusに変更しました。',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':nameの状況が:old_statusから:new_statusに変更しました。',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => '新しいインシデントが報告されました',
|
||||
'greeting' => '新しいインシデントが:app_nameで報告されました。',
|
||||
'content' => 'インシデント :name が報告されました',
|
||||
'action' => '見て',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'インシデント :name が報告されました',
|
||||
'content' => '新しいインシデントが:app_nameで報告されました',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => '新しいインシデントが:app_nameで報告されました。',
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'インシデントを更新しました',
|
||||
'content' => ':name は更新されました',
|
||||
'title' => ':name は :new_status へ更新されました',
|
||||
'action' => '見て',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name を更新しました',
|
||||
'content' => ':name は :new_status へ更新されました',
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'インシデント :name は更新されました',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => '新しいスケジュールが作成されました',
|
||||
'content' => ':name は :date へスケジュールされました',
|
||||
'title' => '新しい計画メンテナンスを作成しました',
|
||||
'action' => '見て',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => '新しいスケジュールが作成されました!',
|
||||
'content' => ':name は :date へスケジュールされました',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name は :date へスケジュールされました',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'サブスクリプションを確認してください',
|
||||
'content' => ':app_nameの状況ページのサブスクリプションの確認の為にクリックしてください。',
|
||||
'title' => ':app_nameの状況ページのサブスクリプションを確認してください。',
|
||||
'action' => '確認',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'Cachetからピング!',
|
||||
'content' => 'これはCachetから試しにお知らせです!',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'あなたの招待は中に。。。',
|
||||
'content' => ':app_nameの状況ページに招待されました。',
|
||||
'title' => ':app_nameの状況ページに招待されています。',
|
||||
'action' => '同意',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '前へ',
|
||||
'next' => '次へ',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
|
||||
];
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'セットアップ',
|
||||
'title' => 'Cachetのインストール',
|
||||
'service_details' => 'サービスの詳細情報',
|
||||
'env_setup' => '環境設定',
|
||||
'status_page_setup' => 'ステータスページのセットアップ',
|
||||
'show_support' => 'Cachetのサポートを表示しますか?',
|
||||
'admin_account' => '管理者アカウント',
|
||||
'complete_setup' => 'セットアップの完了',
|
||||
'completed' => 'Cachetの設定が完了しました。',
|
||||
'finish_setup' => 'ダッシュボード画面に移動',
|
||||
'setup' => 'Setup',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -23,18 +23,18 @@ return [
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => ':attribute は無効なURLです。',
|
||||
'after' => ':attribute は :date よりも後の日付にして下さい。',
|
||||
'alpha' => ':attribute は、文字が含まれている必要があります。',
|
||||
'alpha_dash' => ':attribute は英文字、数字、ダッシュ(-)のみ含めることが出来ます。',
|
||||
'alpha_num' => ':attribute は英数字のみ含めることが出来ます。',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => ':attribute は :date よりも前の日付にして下さい。',
|
||||
'before' => 'The :attribute must be a date before :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.',
|
||||
'array' => ':attribute は :min から :max の範囲内にして下さい。',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
@@ -47,12 +47,12 @@ return [
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => ':attribute は画像にして下さい。',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => ':attribute は有効なJSON文字列にして下さい。',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
@@ -69,25 +69,25 @@ return [
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => ':attribute はフォーマットが不正です。',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => ':other が :values に含まれない場合、:attribute フィールドは必須です。',
|
||||
'required_with' => ':value が存在する場合、:attribute フィールドは必須です。',
|
||||
'required_with_all' => ':value が存在する場合、:attribute フィールドは必須です。',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => ':attribute は :size キロバイトにして下さい。',
|
||||
'string' => ':attribute は :size 文字にして下さい。',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => ':attribute はフォーマットが不正です。',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -102,7 +102,7 @@ return [
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'カスタムメッセージ',
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -12,61 +12,61 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => '최종 업데이트: 타임 스탬프',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => '알 수 없음',
|
||||
1 => '정상',
|
||||
2 => '성능 이슈',
|
||||
3 => '부분 중단',
|
||||
4 => '주요 중단',
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
4 => 'Major Outage',
|
||||
],
|
||||
'group' => [
|
||||
'other' => '다른 구성 요소',
|
||||
'other' => 'Other Components',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => '아무 문제도 보고되지 않음',
|
||||
'none' => 'No incidents reported',
|
||||
'past' => '이전 문제',
|
||||
'stickied' => '고정된 문제',
|
||||
'scheduled' => '예정된 유지 보수',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', :timestamp 에 예정됨',
|
||||
'posted' => '게시 됨 :timestamp',
|
||||
'posted_at' => ':timestamp에 게시됨',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => '파악 중',
|
||||
1 => 'Investigating',
|
||||
2 => '확인됨',
|
||||
3 => '주시하는 중',
|
||||
4 => '수정됨',
|
||||
3 => 'Watching',
|
||||
4 => 'Fixed',
|
||||
],
|
||||
],
|
||||
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => '예정',
|
||||
1 => '진행 중',
|
||||
2 => '완료',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'regenerate' => 'API Key 재생성',
|
||||
'revoke' => 'API Key 폐지',
|
||||
'regenerate' => 'Regenerate API Key',
|
||||
'revoke' => 'Revoke API Key',
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'filter' => [
|
||||
'last_hour' => '1시간 이내',
|
||||
'last_hour' => 'Last Hour',
|
||||
'hourly' => 'Last 12 Hours',
|
||||
'weekly' => 'Week',
|
||||
'monthly' => 'Month',
|
||||
@@ -80,40 +80,40 @@ return [
|
||||
'button' => '구독',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => '당신은 모든 업데이트를 구독하고 있습니다',
|
||||
'my_subscriptions' => '당신은 다음 업데이트를 구독하고 있습니다',
|
||||
'manage_at_link' => ':link에서 구독을 관리할 수 있음',
|
||||
'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' => '이메일 구독 신청.',
|
||||
'subscribed' => '이메일 구독 신청이 완료되었습니다. 구독 신청 확인을 위한 이메일을 확인해주세요.',
|
||||
'verified' => '이메일 구독이 확인 되었습니다. 감사합니다!',
|
||||
'manage' => '구독 관리',
|
||||
'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',
|
||||
'unsubscribe' => '이메일 구독 취소',
|
||||
'unsubscribed' => '이메일 구독이 취소 되었습니다.',
|
||||
'failure' => '구독 신청 중에 문제가 발생했습니다.',
|
||||
'unsubscribed' => 'Your email subscription has been cancelled.',
|
||||
'failure' => 'Something went wrong with the subscription.',
|
||||
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => '가입',
|
||||
'username' => '사용자이름',
|
||||
'email' => '이메일',
|
||||
'password' => '비밀번호',
|
||||
'success' => '계정이 생성되었습니다.',
|
||||
'failure' => '가입 중에 문제가 생겼습니다.',
|
||||
'title' => 'Sign Up',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'success' => 'Your account has been created.',
|
||||
'failure' => 'Something went wrong with the signup.',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'update' => 'Cachet 새 버전이 나왔습니다. 업데이트 방법은 <a href="https://docs.cachethq.io/docs/updating-cachet"> 여기서 </a>확인할 수 있습니다!',
|
||||
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
'modal' => [
|
||||
'close' => '닫기',
|
||||
'close' => 'Close',
|
||||
'subscribe' => [
|
||||
'title' => '구성 요소 업데이트를 구독',
|
||||
'title' => 'Subscribe to component updates',
|
||||
'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' => '구독',
|
||||
],
|
||||
@@ -122,17 +122,17 @@ return [
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'incident' => ':date에 발생한 :name에 대한 자세한 정보와 업데이트',
|
||||
'schedule' => ':startDate에 시작하는 계획된 :name 점검에 대한 자세한 정보',
|
||||
'subscribe' => ':app을 구독해서 사고와 예정된 점검에 대해서 받아볼 수 있음',
|
||||
'overview' => ':app의 최신 상태 업데이트를 받아보세요.',
|
||||
'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.',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => '홈',
|
||||
'powered_by' => '<a href="https://cachethq.io" class="links">Cachet</a>에 의해 제공됩니다.',
|
||||
'timezone' => '시간은 :timezone을 기준으로 표시됩니다.',
|
||||
'home' => 'Home',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'about_this_site' => '이 사이트에 대해',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
|
||||
@@ -11,16 +11,16 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboard' => '대시보드',
|
||||
'writeable_settings' => 'Cachet settings directory 에 쓰기 권한이 없습니다. <code>./bootstrap/cachet</code>가 웹 서버에 의해 쓰기 가능한지 확인 하십시오.',
|
||||
'dashboard' => 'Dashboard',
|
||||
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => '문제 및 예정',
|
||||
'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.',
|
||||
'incident-create-template' => '템플릿 생성',
|
||||
'incident-templates' => '문제 템플릿',
|
||||
'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',
|
||||
@@ -44,19 +44,19 @@ return [
|
||||
'edit' => [
|
||||
'title' => '문제 수정',
|
||||
'success' => '문제가 수정되었습니다.',
|
||||
'failure' => '문제 수정중에 에러가 발생했습니다. 다시 시도해 주세요.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => '문제가 삭제되었습니다. 그리고 상태 페이지에 표시되지 않습니다.',
|
||||
'success' => 'The incident has been deleted and will not show on your status page.',
|
||||
'failure' => 'The incident could not be deleted, please try again.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => '문제 템플릿',
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'title' => '문제 템플릿 생성하기',
|
||||
'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,39 +74,39 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'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.',
|
||||
'scheduled_at' => ':timestamp 에 예정됨',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => '일정이 추가되었습니다.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => '일정이 업데이트 되었습니다!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => '구성 요소',
|
||||
'component_statuses' => '구성요소 상태',
|
||||
'listed_group' => ':name 그룹',
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'listed_group' => 'Grouped under :name',
|
||||
'add' => [
|
||||
'title' => '구성요소 추가',
|
||||
'message' => '구성요소를 추가해야 합니다.',
|
||||
'success' => '구성요소가 생성되었습니다.',
|
||||
'success' => 'Component created.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '구성요소 수정',
|
||||
'success' => '구성요소가 수정되었습니다.',
|
||||
'success' => 'Component updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
@@ -116,20 +116,20 @@ return [
|
||||
|
||||
// Component groups
|
||||
'groups' => [
|
||||
'groups' => '구성요소 그룹|구성요소 그룹',
|
||||
'no_components' => '구성 요소 그룹을 추가 해야 합니다.',
|
||||
'groups' => 'Component group|Component groups',
|
||||
'no_components' => 'You should add a component group.',
|
||||
'add' => [
|
||||
'title' => '구성요소 그룹 추가',
|
||||
'success' => '구성요소 그룹이 추가되었습니다.',
|
||||
'success' => 'Component group added.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '구성요소 그룹 수정',
|
||||
'success' => '구성요소 그룹이 수정되었습니다.',
|
||||
'success' => 'Component group updated.',
|
||||
'failure' => 'Something went wrong with the component group, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => '구성 요소 그룹이 삭제 되었습니다!',
|
||||
'success' => 'Component group has been deleted!',
|
||||
'failure' => 'The component group could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
@@ -156,101 +156,101 @@ return [
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => '구독자',
|
||||
'subscribers' => 'Subscribers',
|
||||
'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' => '인증되지 않음',
|
||||
'verified' => 'Verified',
|
||||
'not_verified' => 'Not verified',
|
||||
'subscriber' => ':email, subscribed :date',
|
||||
'no_subscriptions' => 'Subscribed to all updates',
|
||||
'global' => 'Globally subscribed',
|
||||
'add' => [
|
||||
'title' => '구독자 추가',
|
||||
'success' => '구독자가 추가됨.',
|
||||
'title' => 'Add a new subscriber',
|
||||
'success' => 'Subscriber has been added!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'help' => 'Enter each subscriber on a new line.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '구독자 업데이트',
|
||||
'success' => '구독자가 업데이트됨.',
|
||||
'title' => 'Update subscriber',
|
||||
'success' => 'Subscriber has been updated!',
|
||||
'failure' => 'Something went wrong editing the subscriber, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Team
|
||||
'team' => [
|
||||
'team' => '팀',
|
||||
'member' => '멤버',
|
||||
'profile' => '프로필',
|
||||
'team' => 'Team',
|
||||
'member' => 'Member',
|
||||
'profile' => 'Profile',
|
||||
'description' => '팀 멤버는 구성요소와 문제를 추가하고 수정 할 수 있습니다.',
|
||||
'add' => [
|
||||
'title' => '새 팀 멤버 추가',
|
||||
'success' => '팀 멤버가 추가되었습니다',
|
||||
'success' => 'Team member added.',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => '프로필 수정',
|
||||
'success' => '프로필이 수정되었습니다.',
|
||||
'success' => 'Profile updated.',
|
||||
'failure' => 'Something went wrong updating the profile, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => '사용자 삭제',
|
||||
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
|
||||
'failure' => 'The team member could not be added, please try again.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => '새 팀 멤버 초대하기',
|
||||
'success' => '사용자가 초대되었습니다.',
|
||||
'title' => 'Invite a new team member',
|
||||
'success' => 'An invite has been sent',
|
||||
'failure' => 'The invite could not be sent, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
'settings' => '설정',
|
||||
'settings' => 'Settings',
|
||||
'app-setup' => [
|
||||
'app-setup' => '애플리케이션 설정',
|
||||
'images-only' => '이미지만 업로드 할 수 있습니다.',
|
||||
'too-big' => '업로드 한 파일이 너무 큽니다. :size 보다 작은 이미지를 올려주세요.',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => '로그',
|
||||
'log' => 'Log',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'Localization',
|
||||
],
|
||||
'customization' => [
|
||||
'customization' => '사용자 설정',
|
||||
'header' => '사용자 지정 헤더 HTML',
|
||||
'footer' => '사용자 지정 바닥글 HTML',
|
||||
'customization' => 'Customization',
|
||||
'header' => 'Custom Header HTML',
|
||||
'footer' => 'Custom Footer HTML',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => '이메일',
|
||||
'test' => '테스트',
|
||||
'mail' => 'Mail',
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'Test notification from Cachet',
|
||||
'body' => 'This is a test notification from Cachet.',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'security' => '보안',
|
||||
'two-factor' => '2단계 인증을 사용하지 않는 사용자',
|
||||
'security' => 'Security',
|
||||
'two-factor' => 'Users without two-factor authentication',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'stylesheet' => '스타일시트',
|
||||
'stylesheet' => 'Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'theme' => '테마',
|
||||
'theme' => 'Theme',
|
||||
],
|
||||
'edit' => [
|
||||
'success' => '설정이 저장되었습니다.',
|
||||
'failure' => '설정을 저장할 수 없습니다.',
|
||||
'success' => 'Settings saved.',
|
||||
'failure' => 'Settings could not be saved.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => '제작진',
|
||||
'contributors' => '도움 주신 분들',
|
||||
'credits' => 'Credits',
|
||||
'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,29 +260,29 @@ return [
|
||||
|
||||
// Login
|
||||
'login' => [
|
||||
'login' => '로그인',
|
||||
'logged_in' => '로그인 되었습니다.',
|
||||
'welcome' => '안녕하세요!',
|
||||
'two-factor' => '토큰을 입력해주세요.',
|
||||
'login' => 'Login',
|
||||
'logged_in' => 'You\'re logged in.',
|
||||
'welcome' => 'Welcome back!',
|
||||
'two-factor' => 'Please enter your token.',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
'help' => '도움말',
|
||||
'status_page' => '상태 페이지',
|
||||
'logout' => '로그아웃',
|
||||
'help' => 'Help',
|
||||
'status_page' => 'Status Page',
|
||||
'logout' => 'Logout',
|
||||
|
||||
// Notifications
|
||||
'notifications' => [
|
||||
'notifications' => '알림',
|
||||
'notifications' => 'Notifications',
|
||||
'awesome' => '좋아요.',
|
||||
'whoops' => '이런...',
|
||||
],
|
||||
|
||||
// Widgets
|
||||
'widgets' => [
|
||||
'support' => 'Cachet 지원하기',
|
||||
'support' => 'Support Cachet',
|
||||
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
|
||||
'news' => '최신 뉴스',
|
||||
'news' => 'Latest News',
|
||||
'news_subtitle' => 'Get the latest update',
|
||||
],
|
||||
|
||||
@@ -290,14 +290,14 @@ return [
|
||||
'welcome' => [
|
||||
'welcome' => 'Welcome to your new status page, :username!',
|
||||
'message' => '상태 페이지는 거의 다 준비 되었습니다! 추가 설정을 해보세요',
|
||||
'close' => '괜찮습니다.',
|
||||
'close' => 'I\'m good thanks!',
|
||||
'steps' => [
|
||||
'component' => '구성요소 만들기',
|
||||
'incident' => '문제 만들기',
|
||||
'customize' => '사용자 지정',
|
||||
'team' => '사용자 추가',
|
||||
'api' => 'API 토큰 생성',
|
||||
'two-factor' => '2단계 인증',
|
||||
'component' => 'Add your components',
|
||||
'incident' => 'Create an incident',
|
||||
'customize' => 'Customize your page',
|
||||
'team' => 'Add your team',
|
||||
'api' => 'Generate an API token',
|
||||
'two-factor' => 'Setup Two Factor Authentication',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -13,134 +13,134 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => '이메일',
|
||||
'username' => '사용자이름',
|
||||
'password' => '비밀번호',
|
||||
'site_name' => '사이트명',
|
||||
'site_domain' => '사이트 도메인',
|
||||
'site_timezone' => '시간대 선택',
|
||||
'site_locale' => '언어 선택',
|
||||
'enable_google2fa' => '구글 2단계 인증 활성화',
|
||||
'cache_driver' => '캐시 드라이버',
|
||||
'queue_driver' => '대기 드라이버',
|
||||
'session_driver' => '세션 드라이버',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Site Name',
|
||||
'site_domain' => 'Site Domain',
|
||||
'site_timezone' => 'Select your timezone',
|
||||
'site_locale' => 'Select your language',
|
||||
'enable_google2fa' => 'Enable Google Two Factor Authentication',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => 'Session Driver',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => '메일 서버',
|
||||
'mail_address' => '보내는 메일 주소',
|
||||
'mail_username' => '메일 사용자 이름',
|
||||
'mail_password' => '메일 비밀 번호',
|
||||
'mail_host' => 'Mail Host',
|
||||
'mail_address' => 'Mail From Address',
|
||||
'mail_username' => 'Mail Username',
|
||||
'mail_password' => 'Mail Password',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => '사용자명 또는 이메일',
|
||||
'email' => '이메일',
|
||||
'password' => '비밀번호',
|
||||
'2fauth' => '인증 코드',
|
||||
'invalid' => '사용자 이름 또는 비밀번호가 잘못되었습니다.',
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => '잘못된 토큰n',
|
||||
'cookies' => '로그인 하려면 쿠키를 활성화 해야 합니다.',
|
||||
'rate-limit' => '제한 초과됨.',
|
||||
'remember_me' => '기억하기',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => '이름',
|
||||
'status' => '상태',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => '구성요소',
|
||||
'component_status' => 'Component Status',
|
||||
'message' => '메시지',
|
||||
'message-help' => 'Markdown을 사용할 수 있습니다.',
|
||||
'occurred_at' => '문제가 언제 발생 했나요?',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => '구독자에게 알림',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => '공개설정',
|
||||
'stick_status' => '문제 고정하기',
|
||||
'stickied' => '고정됨',
|
||||
'not_stickied' => '고정안됨.',
|
||||
'public' => '전체 공개',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => '로그인한 사용자만 볼 수 있음',
|
||||
'templates' => [
|
||||
'name' => '이름',
|
||||
'template' => '템플릿',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => '이름',
|
||||
'status' => '상태',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'message' => '메시지',
|
||||
'message-help' => 'Markdown을 사용할 수 있습니다.',
|
||||
'scheduled_at' => '유지보수 예정일',
|
||||
'completed_at' => '유지보수 완료일',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => '이름',
|
||||
'template' => '템플릿',
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => '이름',
|
||||
'status' => '상태',
|
||||
'group' => '그룹',
|
||||
'description' => '설명',
|
||||
'link' => '링크',
|
||||
'tags' => '태그',
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'group' => 'Group',
|
||||
'description' => 'Description',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => '쉼표로 구분.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => '이름',
|
||||
'collapsing' => '확장/축소 옵션',
|
||||
'visible' => '항상 확장',
|
||||
'collapsed' => '기본으로 그룹 축소',
|
||||
'collapsed_incident' => '그룹 축소 그러나 이슈가 존재할때 확장',
|
||||
'visibility' => '가시성',
|
||||
'visibility_public' => '전체 공개',
|
||||
'visibility_authenticated' => '로그인 사용자에게만 표시',
|
||||
'name' => 'Name',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => '이름',
|
||||
'description' => '설명',
|
||||
'start_at' => '일정 시작 시간',
|
||||
'timezone' => '시간대',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => '그룹',
|
||||
'group' => 'Group',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => '그룹명',
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => '이름',
|
||||
'suffix' => '접미사',
|
||||
'description' => '설명',
|
||||
'description-help' => 'Markdown을 사용할 수 있습니다.',
|
||||
'name' => 'Name',
|
||||
'suffix' => 'Suffix',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => '상태 페이지에 차트 보이기',
|
||||
'default-value' => '기본값',
|
||||
'calc_type' => '통계 계산',
|
||||
'type_sum' => '합계',
|
||||
'type_avg' => '평균',
|
||||
'places' => '소수자리',
|
||||
'default_view' => '기본 보기',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => '가시성',
|
||||
'visibility_authenticated' => '인증된 사용자에게만 표시',
|
||||
'visibility_public' => '전체공개',
|
||||
'visibility_hidden' => '항상 숨기기',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => '값',
|
||||
'value' => 'Value',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -148,14 +148,14 @@ return [
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => '사이트명',
|
||||
'site-url' => '사이트 URL',
|
||||
'site-name' => 'Site Name',
|
||||
'site-url' => 'Site URL',
|
||||
'display-graphs' => '상태 페이지에 그래프 보이기',
|
||||
'about-this-page' => '이 페이지에 대하여',
|
||||
'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?',
|
||||
'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)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => '배너 이미지',
|
||||
'banner' => 'Banner Image',
|
||||
'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?',
|
||||
@@ -184,63 +184,63 @@ return [
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => '커스텀 스타일시트',
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => '배경 색:',
|
||||
'background-color' => 'Background color',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner Background Color',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'text-color' => '글자 색',
|
||||
'text-color' => 'Text color',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => '빨강 (에러에 사용됨)',
|
||||
'blues' => '파랑 (정보에 사용됨)',
|
||||
'greens' => '초록 (성공에 사용됨)',
|
||||
'yellows' => '노랑 (알림에 사용됨)',
|
||||
'oranges' => '주황 (공지에 사용됨)',
|
||||
'reds' => 'Red (used for errors)',
|
||||
'blues' => 'Blue (used for information)',
|
||||
'greens' => 'Green (used for success)',
|
||||
'yellows' => 'Yellow (used for alerts)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => '링크',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => '사용자이름',
|
||||
'email' => '이메일',
|
||||
'password' => '비밀번호',
|
||||
'api-token' => 'API 토큰',
|
||||
'api-token-help' => '기존의 프로그램이 Cachet에 접근하는 것을 막기 위해, API token 을 재성성합니다.',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => '사용자 레벨',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => '관리자',
|
||||
'user' => '사용자',
|
||||
'admin' => 'Admin',
|
||||
'user' => 'User',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => '2단계 인증을 활성화하면 계정 보안이 강화됩니다. <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> 또는 유사한 앱을 모바일 기기에 다운로드 받아야 합니다. 로그인 할 때, 해당 앱에서 생성된 토큰을 입력해야합니다.',
|
||||
'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.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => '시간대 선택',
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => '추가',
|
||||
'save' => '저장',
|
||||
'add' => 'Add',
|
||||
'save' => 'Save',
|
||||
'update' => '수정',
|
||||
'create' => '생성',
|
||||
'edit' => '수정',
|
||||
'delete' => '삭제',
|
||||
'submit' => '전송',
|
||||
'cancel' => '취소',
|
||||
'remove' => '삭제',
|
||||
'invite' => '초대',
|
||||
'signup' => '가입',
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
|
||||
// Other
|
||||
|
||||
@@ -13,13 +13,13 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => '구성요소 상태 업데이트됨',
|
||||
'greeting' => '구성요소의 상태가 업데이트 됐습니다!',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => '보기',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => '구성요소 상태 업데이트됨',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
@@ -30,10 +30,10 @@ return [
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => '신규 문제가 보고 됐습니다.',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => '보기',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Incident :name Reported',
|
||||
@@ -45,10 +45,10 @@ return [
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => '문제 보고',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => '보기',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name Updated',
|
||||
@@ -62,13 +62,13 @@ return [
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => '신규 일정이 생성됨',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => '보기',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => '신규 일정이 생성됨!',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
@@ -79,18 +79,18 @@ return [
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => '구독 인증을 해주세요.',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => '인증',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'Cachet에서 온 핑!',
|
||||
'content' => 'Cachet에서 보내는 테스트 알림 입니다!',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => '초대장이 안에 있습니다...',
|
||||
'content' => '초대 받았습니다 : app_name 상태 페이지.',
|
||||
'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' => '수락하기',
|
||||
'action' => 'Accept',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
|
||||
return [
|
||||
'setup' => '설치',
|
||||
'title' => 'Cachet 설치',
|
||||
'service_details' => '서비스 상세정보',
|
||||
'env_setup' => '환경 설정',
|
||||
'status_page_setup' => '상태 페이지 설정',
|
||||
'title' => 'Install Cachet',
|
||||
'service_details' => 'Service Details',
|
||||
'env_setup' => 'Environment Setup',
|
||||
'status_page_setup' => 'Status Page Setup',
|
||||
'show_support' => 'Cachet 에 대한 지원을 표시',
|
||||
'admin_account' => '관리자 계정',
|
||||
'complete_setup' => '설치 완료',
|
||||
'completed' => 'Cachet 이 성공적으로 설정되었습니다.',
|
||||
'finish_setup' => '대시보드로 이동',
|
||||
'admin_account' => 'Administrator Account',
|
||||
'complete_setup' => 'Complete Setup',
|
||||
'completed' => 'Cachet has been configured successfully!',
|
||||
'finish_setup' => 'Go to dashboard',
|
||||
];
|
||||
|
||||
@@ -22,24 +22,24 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute 는 허용되어야 합니다.',
|
||||
'active_url' => ':attribute 는 올바른 URL이 아닙니다.',
|
||||
'after' => ':attribute 는 :date 이후의 날짜 여야 합니다.',
|
||||
'alpha' => ':attribute 는 문자만 포함할 수 있습니다.',
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => ':attribute 는 문자, 숫자, -만 포함할 수 있습니다.',
|
||||
'alpha_num' => ':attribute 는 문자와 숫자만 포함할 수 있습니다.',
|
||||
'array' => ':attribute 는 배열이어야 합니다.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => ':attribute 는 :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.',
|
||||
'array' => ':attribute 는 :min 과 :max 사이의 항목을 가져야 합니다.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => ': attribute 는 true 또는 false 여야 합니다.',
|
||||
'confirmed' => ':attribute 확인 항목이 일치하지 않습니다.',
|
||||
'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' => ':attribute은(는) :format 형식과 일치하지 않습니다.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
@@ -47,47 +47,47 @@ return [
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'image' => ':attribute 는 이미지여야 합니다.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => ':attribute 는 유효한 JSON 문자열이어야 합니다.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => ':attribute 는 :max 개 이상의 항목을 가질 수 없습니다.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => ':attribute 는 최소 :min kilobytes 여야 합니다.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => ':attribute 형식이 올바르지 않습니다.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => ':attribute 는 :values 가 존재할 때 필요합니다.',
|
||||
'required_with_all' => ':attribute 는 :values 가 존재할 때 필요합니다.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => ':attribute 는 :size kilobytes 여야 합니다.',
|
||||
'string' => ':attribute 는 :size 자의 문자여야 합니다.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => ':attribute 는 유효한 영역이어야 합니다.',
|
||||
'unique' => ':attribute 는 이미 사용되었습니다.',
|
||||
'url' => ':attribute 형식이 올바르지 않습니다.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -102,7 +102,7 @@ return [
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => '사용자 정의 메세지',
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user