diff --git a/resources/lang/af-ZA/cachet.php b/resources/lang/af-ZA/cachet.php index 2c8637b8..2e22480c 100644 --- a/resources/lang/af-ZA/cachet.php +++ b/resources/lang/af-ZA/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'Tuiste', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'About This Site', diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php index b3858c9e..64551497 100644 --- a/resources/lang/ar-SA/cachet.php +++ b/resources/lang/ar-SA/cachet.php @@ -17,8 +17,8 @@ return [ 0 => 'مجهول', 1 => 'تشغيل', 2 => 'مشاكل أداء', - 3 => 'انقطاع جزئي', - 4 => 'انقطاع اساسي', + 3 => 'إنقطاع جزئي', + 4 => 'إنقطاع أساسي', ], 'group' => [ 'other' => 'مكونات أخرى', @@ -28,17 +28,17 @@ return [ // Incidents 'incidents' => [ 'none' => 'لا توجد حالات تم الإبلاغ عنها', - 'past' => 'حالات سابقة', - 'stickied' => 'حالات مثبتة', - 'scheduled' => 'صيانة مجدولة', + 'past' => 'الأعطال السابقة', + 'stickied' => 'أعطال مثبتة', + 'scheduled' => 'صيانة', 'scheduled_at' => ', مجدولة :timestamp', 'posted' => 'تم الإرسال :timestamp', 'posted_at' => 'Posted at :timestamp', 'status' => [ - 1 => 'تحقيق', + 1 => 'عملية التحقق جارية', 2 => 'تم التعرف عليه', - 3 => 'مراقبة', - 4 => 'تمّ اصلاحها', + 3 => 'تحت المراقبة', + 4 => 'تمّ إصلاحه', ], ], @@ -80,27 +80,27 @@ return [ 'button' => 'اشتراك', 'manage' => [ 'no_subscriptions' => 'أنت الآن مشترك للحصول على جميع التحديثات.', - 'my_subscriptions' => 'أنت كنت مشترك حاليا بالتحديثات التالية.', + 'my_subscriptions' => 'إنك مشترك حاليا في التحديثات التالية.', ], 'email' => [ 'subscribe' => 'إشترك في تحديثات البريد الإلكتروني.', - 'subscribed' => 'تم تسجيلك في تنبيهات البريد الإلكتروني، الرجاء تفقد بريدك الإلكتروني لتأكيد الإشتراك.', - 'verified' => 'تم تأكيد بريدك الإلكتروني. شكراً لك!', - 'manage' => 'تحكم في الاشتراكات الخاص بك', - 'unsubscribe' => 'إلغاء الإشتراك من تحديثات البريد الإلكتروني.', + 'subscribed' => 'تم تسجيلك في خدمة الإشعارات عبر البريد الإلكتروني، يُرجى تفقد بريدك الإلكتروني لتأكيد اشتراكك.', + 'verified' => 'تم تأكيد الإشتراك عبر بريدك الإلكتروني. شكراً لك !', + 'manage' => 'إدارة اشتراكاتك', + 'unsubscribe' => 'إلغاء الإشتراك من خدمة التحديثات عبر البريد الإلكتروني.', 'unsubscribed' => 'تم إلغاء إشتراك بريدك الإلكتروني.', 'failure' => 'حدث خلل أثناء الإشتراك.', - 'already-subscribed' => 'لا يمكن الاشتراك: البريد الإلكتروني نظراً لأنها كنت الاشتراك مسبقاً.', + 'already-subscribed' => 'لا يمكن الاشتراك عبر :emailلأنه مُشترك مِن قبل.', ], ], 'signup' => [ - 'title' => 'سجل', - 'username' => 'Username', + 'title' => 'تسجيل حساب', + 'username' => 'إسم المستخدِم', 'email' => 'بريد إلكتروني', 'password' => 'كلمة السر', 'success' => 'Your account has been created.', - 'failure' => 'حدث خطأ مع الاشتراك.', + 'failure' => 'حدث خطأ أثناء عملية تسجيل الحساب.', ], 'system' => [ @@ -109,7 +109,7 @@ 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.', @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'About This Site', diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php index 4b751456..d16d5647 100644 --- a/resources/lang/ar-SA/dashboard.php +++ b/resources/lang/ar-SA/dashboard.php @@ -16,45 +16,45 @@ return [ // Incidents 'incidents' => [ - 'title' => 'Incidents & Schedule', - 'incidents' => 'الحالات', + 'title' => 'الأعطال و الصيانة', + 'incidents' => 'الأعطال', 'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported :count incidents.', 'incident-create-template' => 'إنشاء قالب', - 'incident-templates' => 'قوالب الحالات', + 'incident-templates' => 'قوالب الأعطال', 'updates' => [ - 'title' => 'Incident updates for :incident', + 'title' => 'تحديثات حالة العَطَل :incident', 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', 'add' => [ - 'title' => 'إنشاء تحديث حالة جديد', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'title' => 'إنشاء تحديث حالة جديد للعَطَل', + 'success' => 'تم إنشاء الحالة الجديدة المتعلقة بالعَطَل.', + 'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'title' => 'تعديل تحديث العَطل', + 'success' => 'تم إنشاء تحديث للحالة المتعلقة بالعَطَل.', + 'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل', ], ], 'add' => [ - 'title' => 'الإبلاغ عن حالة', - 'success' => 'تم إضافة الحالة.', - 'failure' => 'حدث خلل أثناء إضافة الحالة، الرجاء المحاولة مرة أخرى.', + 'title' => 'الإبلاغ عن عَطَل', + 'success' => 'تم إضافة العَطَل.', + 'failure' => 'حدث خلل أثناء إضافة العَطَل، الرجاء إعادة المحاولة ثانية.', ], 'edit' => [ - 'title' => 'تعديل الحالة', - 'success' => 'تم تحديث الحالة.', - 'failure' => 'حدث خلل أثناء تعديل الحالة، الرجاء المحاولة مرة أخرى.', + 'title' => 'تعديل عَطَل', + 'success' => 'تم تحديث حالة العَطَل.', + 'failure' => 'حدث خلل أثناء تعديل حالة العَطَل، الرجاء إعادة المحاولة.', ], 'delete' => [ - 'success' => 'تم حذف الحالة و لن تظهر في صفحة الحالة الخاصة بك.', - 'failure' => 'حدث خلل أثناء حذف الحالة، الرجاء المحاولة مرة أخرى.', + 'success' => 'تم حذف العَطَل و لن تظهر في صفحة الحالة الخاصة بك.', + 'failure' => 'تعذرت عملية حذف العَطَل، يُرجى إعادة المحاولة ثانية.', ], // Incident templates 'templates' => [ - 'title' => 'قوالب الحالات', + 'title' => 'قوالب الأعطال', 'add' => [ - 'title' => 'إنشاء قالب حالة', + 'title' => 'إنشاء قالب حالة عَطَل', 'message' => 'You should add an incident template.', 'success' => 'Your new incident template has been created.', 'failure' => 'Something went wrong with the incident template.', @@ -73,17 +73,17 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => 'صيانة مجدولة', + 'schedule' => 'صيانة', 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count 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' => 'إضافة إجراء صيانة', + 'success' => 'تم إضافة إجراء الصيانة.', + 'failure' => 'طرأ هناك خلل أثناء القيام بإضافة صيانة، يُرجى إعادة المحاولة.', ], 'edit' => [ - 'title' => 'Edit Scheduled Maintenance', - 'success' => 'Schedule has been updated!', + 'title' => 'تعديل إجراء الصيانة المُبرمَجة', + 'success' => 'تم تحديث الصيانة !', 'failure' => 'Something went wrong editing the schedule, please try again.', ], 'delete' => [ @@ -158,7 +158,7 @@ return [ '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', + 'verified' => 'تم التحقق منه', 'not_verified' => 'Not verified', 'subscriber' => ':email, subscribed :date', 'no_subscriptions' => 'Subscribed to all updates', @@ -179,8 +179,8 @@ return [ // Team 'team' => [ 'team' => 'فريق', - 'member' => 'Member', - 'profile' => 'Profile', + 'member' => 'عضو', + 'profile' => 'الملف الشخصي', 'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'add' => [ 'title' => 'Add a new team member', @@ -188,8 +188,8 @@ return [ 'failure' => 'The team member could not be added, please try again.', ], 'edit' => [ - 'title' => 'Update profile', - 'success' => 'Profile updated.', + 'title' => 'تحديث الملف الشخصي', + 'success' => 'تم تحديث الملف الشخصي.', 'failure' => 'Something went wrong updating the profile, please try again.', ], 'delete' => [ @@ -205,20 +205,20 @@ return [ // Settings 'settings' => [ - 'settings' => 'Settings', + 'settings' => 'الإعدادات', 'app-setup' => [ - 'app-setup' => 'Application Setup', - 'images-only' => 'Only images may be uploaded.', + 'app-setup' => 'إعدادات البرنامج', + 'images-only' => 'لا يمكن تحميل إلّا الصور.', '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', + 'localization' => 'الترجمة', ], 'customization' => [ 'customization' => 'Customization', @@ -241,11 +241,11 @@ return [ 'stylesheet' => 'Stylesheet', ], 'theme' => [ - 'theme' => 'Theme', + 'theme' => 'السمة', ], 'edit' => [ - 'success' => 'Settings saved.', - 'failure' => 'Settings could not be saved.', + 'success' => 'تم حفظ الإعدادات.', + 'failure' => 'تعذرت عملية حفظ الإعدادات.', ], 'credits' => [ 'credits' => 'Credits', @@ -259,30 +259,30 @@ return [ // Login 'login' => [ - 'login' => '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' => 'Notifications', - 'awesome' => 'Awesome.', - 'whoops' => 'Whoops.', + 'notifications' => 'الإشعارات', + 'awesome' => 'رائع.', + 'whoops' => 'المعذرة.', ], // Widgets 'widgets' => [ 'support' => 'Support Cachet', 'support_subtitle' => 'Check out our Patreon page!', - 'news' => 'Latest News', - 'news_subtitle' => 'Get the latest update', + 'news' => 'آخر الأخبار', + 'news_subtitle' => 'الحصول على آخر تحديث', ], // Welcome modal diff --git a/resources/lang/ar-SA/forms.php b/resources/lang/ar-SA/forms.php index 91d662f4..a5c1d052 100644 --- a/resources/lang/ar-SA/forms.php +++ b/resources/lang/ar-SA/forms.php @@ -14,30 +14,30 @@ return [ // Setup form fields 'setup' => [ 'email' => 'بريد إلكتروني', - 'username' => 'Username', + 'username' => 'إسم المستخدِم', 'password' => 'كلمة السر', - 'site_name' => 'اسم الموقع', + 'site_name' => 'إسم الموقع', 'site_domain' => 'عنوان النطاق', 'site_timezone' => 'إختر منطقتك الزمنية', - 'site_locale' => 'اختر اللغة', - 'enable_google2fa' => 'تفعيل التحقق الثنائي من Google', + 'site_locale' => 'إختر لغتك', + 'enable_google2fa' => 'تشغيل ميزة غوغل للتحقق بخطوتين', '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' => 'كلمة السر للبريد الإلكتروني', ], // Login form fields 'login' => [ - 'login' => 'إسم المستخدم أو البريد الإلكتروني', + 'login' => 'إسم المستخدم أو عنوان البريد الإلكتروني', 'email' => 'بريد إلكتروني', 'password' => 'كلمة السر', '2fauth' => 'رمز التحقق', - 'invalid' => 'اسم المستخدم أو كلمة المرور غير صحيحة', + 'invalid' => 'إسم المستخدم أو كلمة المرور غير صحيحة', 'invalid-token' => 'الرمز غير صحيح', 'cookies' => 'يجب عليك تفعيل الكوكيز لتسجيل الدخول.', 'rate-limit' => 'تم إجتياز الحد المسموح به.', @@ -46,37 +46,37 @@ return [ // Incidents form fields 'incidents' => [ - 'name' => 'الاسم', + 'name' => 'الإسم', 'status' => 'الحالة', - 'component' => 'المكون', - 'component_status' => 'Component Status', + 'component' => 'المُكوِّن', + 'component_status' => 'حالة المكون', 'message' => 'رسالة', 'message-help' => 'يمكنك إستخدام الـ Markdown.', - 'occurred_at' => 'متى ظهرت هذه الحالة؟', - 'notify_subscribers' => 'تنبيه المشتركين؟', + 'occurred_at' => 'متى ظهر هذا العَطَل ؟', + 'notify_subscribers' => 'إشعار المشتركين ؟', 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', - 'visibility' => 'ظهور الحالة', - 'stick_status' => 'تثبيت الحالة', + 'visibility' => 'ظهور حالة العَطَل', + 'stick_status' => 'تثبيت العَطَل', 'stickied' => 'مثبت', 'not_stickied' => 'غير مثبت', 'public' => 'ظاهر للعامة', - 'logged_in_only' => 'ظاهر فقط للمستخدمين', + 'logged_in_only' => 'ظاهر فقط للمستخدمين المسجلين', 'templates' => [ - 'name' => 'الاسم', + 'name' => 'الإسم', 'template' => 'قالب', 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], 'schedules' => [ - 'name' => 'الاسم', + 'name' => 'الإسم', 'status' => 'الحالة', 'message' => 'رسالة', 'message-help' => 'يمكنك إستخدام الـ Markdown.', 'scheduled_at' => 'When is this maintenance scheduled for?', 'completed_at' => 'When did this maintenance complete?', 'templates' => [ - 'name' => 'الاسم', + 'name' => 'الإسم', 'template' => 'قالب', 'twig' => 'Incident Templates can make use of the Twig templating language.', ], @@ -84,17 +84,17 @@ return [ // Components form fields 'components' => [ - 'name' => 'الاسم', + 'name' => 'الإسم', 'status' => 'الحالة', 'group' => 'مجموعة', - 'description' => 'وصف', - 'link' => 'رابط', + 'description' => 'الوصف', + 'link' => 'الرابط', 'tags' => 'الوسوم', 'tags-help' => 'Comma separated.', 'enabled' => 'Component enabled?', 'groups' => [ - 'name' => 'الاسم', + 'name' => 'الإسم', 'collapsing' => 'Expand/Collapse options', 'visible' => 'Always expanded', 'collapsed' => 'Collapse the group by default', @@ -107,8 +107,8 @@ return [ // Action form fields 'actions' => [ - 'name' => 'الاسم', - 'description' => 'وصف', + 'name' => 'الإسم', + 'description' => 'الوصف', 'start_at' => 'Schedule start time', 'timezone' => 'Timezone', 'schedule_frequency' => 'Schedule frequency (in seconds)', @@ -122,9 +122,9 @@ return [ // Metric form fields 'metrics' => [ - 'name' => 'الاسم', + 'name' => 'الإسم', 'suffix' => 'Suffix', - 'description' => 'وصف', + 'description' => 'الوصف', 'description-help' => 'يمكنك إستخدام الـ Markdown.', 'display-chart' => 'Display chart on status page?', 'default-value' => 'Default value', @@ -148,7 +148,7 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => 'اسم الموقع', + 'site-name' => 'إسم الموقع', 'site-url' => 'Site URL', 'display-graphs' => 'Display graphs on status page?', 'about-this-page' => 'About this page', @@ -172,8 +172,8 @@ return [ ], 'localization' => [ 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', + 'site-locale' => 'لغة الموقع', + 'date-format' => 'تنسيق التاريخ', 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ @@ -189,7 +189,7 @@ return [ 'banner-background-color' => 'Banner background color', 'banner-padding' => 'Banner padding', 'fullwidth-banner' => 'Enable fullwidth banner?', - 'text-color' => 'Text color', + 'text-color' => 'لون النص', 'dashboard-login' => 'Show dashboard button in the footer?', 'reds' => 'Red (used for errors)', 'blues' => 'Blue (used for information)', @@ -197,12 +197,12 @@ return [ 'yellows' => 'Yellow (used for alerts)', 'oranges' => 'Orange (used for notices)', 'metrics' => 'Metrics fill', - 'links' => 'Links', + 'links' => 'الروابط', ], ], 'user' => [ - 'username' => 'Username', + 'username' => 'إسم المستخدِم', 'email' => 'بريد إلكتروني', 'password' => 'كلمة السر', 'api-token' => 'API Token', @@ -210,7 +210,7 @@ return [ 'gravatar' => 'Change your profile picture at Gravatar.', 'user_level' => 'User Level', 'levels' => [ - 'admin' => 'Admin', + 'admin' => 'المدير', 'user' => 'User', ], '2fa' => [ @@ -218,7 +218,7 @@ return [ ], 'team' => [ 'description' => 'Invite your team members by entering their email addresses here.', - 'email' => 'Email #:id', + 'email' => 'عنوان البريد الإلكتروني الخاص بأعضاء فريقك', ], ], @@ -228,18 +228,18 @@ return [ // Buttons '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', + 'save' => 'حفظ', + 'update' => 'تحديث', + 'create' => 'إنشاء', + 'edit' => 'تعديل', + 'delete' => 'حذف', + 'submit' => 'إرسال', + 'cancel' => 'إلغاء', + 'remove' => 'إزالة', + 'invite' => 'دعوة', + 'signup' => 'تسجيل حساب', + 'manage_updates' => 'إدارة التحديثات', // Other - 'optional' => '* Optional', + 'optional' => '* إختياري', ]; diff --git a/resources/lang/ar-SA/notifications.php b/resources/lang/ar-SA/notifications.php index 8f1d3fba..1aa189ad 100644 --- a/resources/lang/ar-SA/notifications.php +++ b/resources/lang/ar-SA/notifications.php @@ -14,7 +14,7 @@ return [ 'status_update' => [ 'mail' => [ 'subject' => 'تم تحديث حالة المكون', - 'greeting' => 'تم تحديث حالة المكون!', + 'greeting' => 'تم تحديث حالة المكون !', 'content' => 'تم تغيير حالة :name من :old_status إلى :new_status.', 'action' => 'عرض', ], @@ -30,22 +30,22 @@ return [ 'incident' => [ 'new' => [ 'mail' => [ - 'subject' => 'تم الإبلاغ عن حالة جديدة', - 'greeting' => 'تم الإبلاغ عن حالة جديدة في صفحة الحالة الخاصة بـ :app_name.', - 'content' => 'تم الإبلاغ عن حالة :name', + 'subject' => 'تم الإبلاغ عن حالة عَطَل جديد', + 'greeting' => 'تم الإبلاغ عن حالة عَطَل جديد في صفحة الحالة الخاصة بـ :app_name.', + 'content' => 'تم الإبلاغ عن حالة عَطَل :name', 'action' => 'عرض', ], 'slack' => [ - 'title' => 'تم الإبلاغ عن حالة :name', - 'content' => 'أبلغ عن حالة جديدة في صفحة الحالة الخاصة بـ :app_name', + 'title' => 'تم الإبلاغ عن حالة عَطَل :name', + 'content' => 'تم الإبلاغ عن حالة عَطَل جديد في صفحة الحالة الخاصة بـ :app_name', ], 'sms' => [ - 'content' => 'تم الإبلاغ عن حالة جديدة في صفحة الحالة الخاصة بـ :app_name.', + 'content' => 'تم الإبلاغ عن حالة عَطَل جديد في صفحة الحالة الخاصة بـ :app_name.', ], ], 'update' => [ 'mail' => [ - 'subject' => 'تم تحديث الحالة', + 'subject' => 'تم تحديث حالة العَطَل', 'content' => 'تم تحديث :name', 'title' => 'تم تحديث :name إلى :new_status', 'action' => 'عرض', @@ -55,24 +55,24 @@ return [ 'content' => 'تم تحديث :name إلى :new_status', ], 'sms' => [ - 'content' => 'تم الإبلاغ عن حالة :name', + 'content' => 'تم تحديث حالة العَطَل :name', ], ], ], 'schedule' => [ 'new' => [ 'mail' => [ - 'subject' => 'تم جدولة عملية جديدة', - 'content' => 'تم جدولة :name إلى :date', - 'title' => 'تم إنشاء صيانة مجدولة.', + 'subject' => 'تم إنشاء جدولة عملية جديدة', + 'content' => 'تمت جدولة :name إلى :date', + 'title' => 'تم إنشاء عملية صيانة مجدولة جديدة.', 'action' => 'عرض', ], 'slack' => [ - 'title' => 'تم إنشاء جدول جديد!', - 'content' => 'تم جدولة :name إلى :date', + 'title' => 'تم إنشاء برمَجة جديدة !', + 'content' => 'تمت جدولة :name إلى :date', ], 'sms' => [ - 'content' => 'تم جدولة :name إلى :date', + 'content' => 'تمت جدولة :name إلى :date', ], ], ], @@ -98,7 +98,7 @@ return [ 'user' => [ 'invite' => [ 'mail' => [ - 'subject' => 'دعوتك للإنضمام في الداخل...', + 'subject' => 'دعوتك للإنضمام في الداخل ...', 'content' => 'أنت مدعو للإنضمام إلى صفحة الحالة الخاصة بـ :app_name.', 'title' => 'أنت مدعو للإنضمام إلى صفحة الحالة الخاصة بـ :app_name.', 'action' => 'قبول', diff --git a/resources/lang/ca-ES/cachet.php b/resources/lang/ca-ES/cachet.php index b84ef7a3..ff404310 100644 --- a/resources/lang/ca-ES/cachet.php +++ b/resources/lang/ca-ES/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Estigues informat de les últimes actualitzacions del servei de :app.', + ], + ], + // Other 'home' => 'Inici', - 'description' => 'Estigues informat de les últimes actualitzacions del servei de :app.', 'powered_by' => 'Funciona amb Cachet.', 'timezone' => 'Les hores es mostren en :timezone.', 'about_this_site' => 'Sobre aquest lloc', diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php index 71018e5e..3aecbc20 100644 --- a/resources/lang/cs-CZ/cachet.php +++ b/resources/lang/cs-CZ/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Držte krok s nejnovějšími aktualizacemi od: app.', + ], + ], + // Other 'home' => 'Hlavní stránka', - 'description' => 'Držte krok s nejnovějšími aktualizacemi od: app.', 'powered_by' => 'Vytvořeno pomocí Cachet.', 'timezone' => 'Časová zóna je :timezone.', 'about_this_site' => 'O tomto webu', diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php index a14504d4..0b6988cd 100644 --- a/resources/lang/da-DK/cachet.php +++ b/resources/lang/da-DK/cachet.php @@ -117,9 +117,18 @@ 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', + 'overview' => 'Hold dig opdateret med de seneste opdateringer fra :app.', + ], + ], + // Other 'home' => 'Hjem', - 'description' => 'Hold dig opdateret med de seneste opdateringer fra :app.', 'powered_by' => 'Drevet af Cachet.', 'timezone' => 'Klokkeslæt vises i :timezone.', 'about_this_site' => 'Om denne side', diff --git a/resources/lang/da-DK/dashboard.php b/resources/lang/da-DK/dashboard.php index 96801678..6c72ffb7 100644 --- a/resources/lang/da-DK/dashboard.php +++ b/resources/lang/da-DK/dashboard.php @@ -16,9 +16,9 @@ return [ // Incidents 'incidents' => [ - 'title' => 'Hændelser & Planlagte', + 'title' => 'Hændelser og Vedligehold', 'incidents' => 'Incidents', - 'logged' => '{0} Ingen åbne hændelser.|Der er en åben hændelse.|Der er :count åbne hændelser.', + 'logged' => '{0} Ingen åbne hændelser.|[1] Der er én åben hændelse.|[2.*] Der er :count åbne hændelser.', 'incident-create-template' => 'Create Template', 'incident-templates' => 'Incident Templates', 'updates' => [ @@ -26,13 +26,13 @@ return [ 'count' => '{0} Nul opdateringer |[1] Én opdatering |[2] To opdateringer | [3, *] Flere opdateringer', 'add' => [ 'title' => 'Opret ny hændelsesopdatering', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => 'Din nye hændelsesopdatering er oprettet.', + 'failure' => 'En fejl opstod med hændelsesopdateringen.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'title' => 'Redigér hændelsesopdatering', + 'success' => 'Hændelsesopdateringen er blevet opdateret.', + 'failure' => 'En fejl opstod under opdateringen af hændelsesopdateringen', ], ], 'add' => [ @@ -157,12 +157,12 @@ return [ 'subscribers' => [ 'subscribers' => 'Subscribers', 'description' => 'Abonnenter vil modtage notifikationer når hændelser oprettes eller komponenter opdateres.', - 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', + 'description_disabled' => 'For at bruge denne funktion skal du tillader folk at tilmelde sig notifikationer.', 'verified' => 'Bekræftet', 'not_verified' => 'Ej bekræftet', 'subscriber' => ':email, abonnerede :date', 'no_subscriptions' => 'Abonnere på alle opdateringer', - 'global' => 'Globally subscribed', + 'global' => 'Globalt tilmeldt', 'add' => [ 'title' => 'Tilføj abonnent', 'success' => 'Subscriber added.', diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index ca7c8a77..a18cac23 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -49,12 +49,12 @@ return [ 'name' => 'Navn', 'status' => 'Status', 'component' => 'Komponent', - 'component_status' => 'Component Status', + 'component_status' => 'Komponentstatus', 'message' => 'Besked', 'message-help' => 'Du kan benytte Markdown.', 'occurred_at' => 'Hvornår skete hændelsen?', 'notify_subscribers' => 'Underret abonnenter', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => 'Grundet planlagt vedligehold tilbageholdes notifikationer om denne hændelse eller dens komponenter.', 'visibility' => 'Hændelses synlighed', 'stick_status' => 'Lås hændelse', 'stickied' => 'Låst', @@ -153,11 +153,11 @@ 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' => 'Status page refresh rate (in seconds).', + 'time_before_refresh' => 'Statusside opdateringshastighed (i sekunder).', 'banner' => 'Banner billede', 'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.', 'subscribers' => 'Tillad folk at tilmelde sig email underretninger?', - 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + '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...)', @@ -218,7 +218,7 @@ return [ ], 'team' => [ 'description' => 'Inviter brugere, ved at indtaste dere email adresser her.', - 'email' => 'Email #:id', + 'email' => 'Dine teammedlemmers e-mails', ], ], @@ -238,7 +238,7 @@ return [ 'remove' => 'Fjern', 'invite' => 'Inviter', 'signup' => 'Tilmeld', - 'manage_updates' => 'Manage Updates', + 'manage_updates' => 'Håndtér opdateringer', // Other 'optional' => '* ikke påkrævet', diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php index 182b0b7c..2189a734 100644 --- a/resources/lang/de-DE/cachet.php +++ b/resources/lang/de-DE/cachet.php @@ -117,9 +117,18 @@ 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', + 'overview' => 'Bleiben sie auf dem Laufenden mit den neuesten Service-Updates von :app.', + ], + ], + // Other 'home' => 'Startseite', - 'description' => 'Bleiben sie auf dem Laufenden mit den neuesten Service-Updates von :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Uhrzeiten werden in :timezone angezeigt.', 'about_this_site' => 'Über diese Seite', diff --git a/resources/lang/de-DE/forms.php b/resources/lang/de-DE/forms.php index e9363c78..5aa007e3 100644 --- a/resources/lang/de-DE/forms.php +++ b/resources/lang/de-DE/forms.php @@ -49,12 +49,12 @@ return [ 'name' => 'Name', 'status' => 'Status', 'component' => 'Komponente', - 'component_status' => 'Component Status', + 'component_status' => 'Komponentenstatus', 'message' => 'Nachricht', 'message-help' => 'Sie können auch Markdown verwenden.', 'occurred_at' => 'Wann ist dieser Vorfall aufgetreten?', 'notify_subscribers' => 'Abonnenten benachrichtigen', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => 'Aufgrund von Wartungsarbeiten werden Benachrichtigungen über diesen Vorfall oder seiner Komponenten unterdrückt.', 'visibility' => 'Ereignis Sichtbarkeit', 'stick_status' => 'Vorfall anpinnen', 'stickied' => 'Angepinnt', @@ -157,7 +157,7 @@ return [ 'banner' => 'Banner Bild', 'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .', 'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?', - 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'suppress_notifications_in_maintenance' => 'Unterdrücken Sie Benachrichtigungen, wenn ein Vorfall während des Zeitraum der Wartungsarbeiten auftritt?', 'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)', 'automatic_localization' => 'Die Status-Seite automatisch auf die Sprache deiner Besucher anpassen?', 'enable_external_dependencies' => 'Drittanbieter Abhängigkeiten erlauben (Google Schriftarten, Tracker, etc...)', diff --git a/resources/lang/el-GR/cachet.php b/resources/lang/el-GR/cachet.php index ca8851eb..bc3fc7ee 100644 --- a/resources/lang/el-GR/cachet.php +++ b/resources/lang/el-GR/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Η ώρα προβάλλεται σε ζώνη :timezone.', 'about_this_site' => 'Σχετικά με αυτόν τον ιστότοπο', diff --git a/resources/lang/en-UD/cachet.php b/resources/lang/en-UD/cachet.php index fc0e3ccb..95d848ad 100644 --- a/resources/lang/en-UD/cachet.php +++ b/resources/lang/en-UD/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'crwdns1428:0crwdne1428:0', + 'schedule' => 'crwdns1429:0crwdne1429:0', + 'subscribe' => 'crwdns1430:0crwdne1430:0', + 'overview' => 'crwdns1431:0crwdne1431:0', + ], + ], + // Other 'home' => 'crwdns942:0crwdne942:0', - 'description' => 'crwdns943:0crwdne943:0', 'powered_by' => 'crwdns944:0crwdne944:0', 'timezone' => 'crwdns945:0crwdne945:0', 'about_this_site' => 'crwdns946:0crwdne946:0', diff --git a/resources/lang/en-US/cachet.php b/resources/lang/en-US/cachet.php index 45669585..56091855 100644 --- a/resources/lang/en-US/cachet.php +++ b/resources/lang/en-US/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'About This Site', diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php index ccac14ca..aaa88f79 100644 --- a/resources/lang/es-ES/cachet.php +++ b/resources/lang/es-ES/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Mantente informado con las últimas actualizaciones de servicio de :app.', + ], + ], + // Other 'home' => 'Inicio', - 'description' => 'Mantente informado con las últimas actualizaciones de servicio de :app.', 'powered_by' => 'La página de estado de :app está proporcionada por Cachet.', 'timezone' => 'Los horarios son mostrados en :timezone.', 'about_this_site' => 'Acerca de este sitio', diff --git a/resources/lang/fa-IR/cachet.php b/resources/lang/fa-IR/cachet.php index b8e6b031..aa2a985c 100644 --- a/resources/lang/fa-IR/cachet.php +++ b/resources/lang/fa-IR/cachet.php @@ -76,7 +76,7 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => 'مشترک شوید تا از آخرین به‌روزرسانی‌ها آگاه شوید', - 'unsubscribe' => 'لغو عضویت در: لینک', + 'unsubscribe' => 'لغو عضویت در :link', 'button' => 'اشتراک اطلاع‌رسانی', 'manage' => [ 'no_subscriptions' => 'در حال حاضر شما برای همه به‌روزرسانی‌ها مشترک هستید.', @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'خانه', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'درباره این سایت', diff --git a/resources/lang/fi-FI/cachet.php b/resources/lang/fi-FI/cachet.php index e72dd937..c2cc7d86 100644 --- a/resources/lang/fi-FI/cachet.php +++ b/resources/lang/fi-FI/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Pysy ajan tasalla tilaamalla uusimmat päivitykset :app.', + ], + ], + // Other 'home' => 'Etusivu', - 'description' => 'Pysy ajan tasalla tilaamalla uusimmat päivitykset :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Aika näytetään :timezone.', 'about_this_site' => 'Tietoa sivustosta', diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php index 3a992288..7d1def7e 100644 --- a/resources/lang/fr-FR/cachet.php +++ b/resources/lang/fr-FR/cachet.php @@ -117,9 +117,18 @@ 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', + 'overview' => 'Restez à jour avec les dernières mises à jour de :app.', + ], + ], + // Other 'home' => 'Accueil', - 'description' => 'Restez à jour avec les dernières mises à jour de :app.', 'powered_by' => 'Propulsé par Cachet.', 'timezone' => 'Les heures sont affichées avec le fuseau horaire :timezone.', 'about_this_site' => 'À propos du site', diff --git a/resources/lang/fr-FR/forms.php b/resources/lang/fr-FR/forms.php index 9fbff7df..6e468f99 100644 --- a/resources/lang/fr-FR/forms.php +++ b/resources/lang/fr-FR/forms.php @@ -54,7 +54,7 @@ return [ 'message-help' => 'Vous pouvez également utiliser le format Markdown.', 'occurred_at' => 'Quand s\'est produit cet incident ?', 'notify_subscribers' => 'Notifier les abonnés ?', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => 'Pour cause de maintenance planifiée, les notifications sur cet incident ou ses composants sont supprimées.', 'visibility' => 'Visibilité de l\'incident', 'stick_status' => 'Incident épinglé', 'stickied' => 'Épinglé', @@ -157,7 +157,7 @@ return [ 'banner' => 'Image d\'en-tête', 'banner-help' => 'Il est recommandé de téléchargez un fichier ne dépassant pas 930px de large .', 'subscribers' => 'Permettre aux personnes de s\'inscrire aux notifications par e-mail ?', - 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'suppress_notifications_in_maintenance' => 'Supprimer les notifications lorsqu\'un incident se produit au cours de la période de maintenance ?', 'skip_subscriber_verification' => 'Ne pas vérifier les utilisateurs ? (Attention, vous pourriez être spammé)', 'automatic_localization' => 'Traduire automatiquement votre page de statut dans la langue du visiteur ?', 'enable_external_dependencies' => 'Activer les dépendances tierces (Google Fonts, Trackers, etc...)', diff --git a/resources/lang/he-IL/cachet.php b/resources/lang/he-IL/cachet.php index dce90107..b6c0a1da 100644 --- a/resources/lang/he-IL/cachet.php +++ b/resources/lang/he-IL/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'About This Site', diff --git a/resources/lang/hu-HU/cachet.php b/resources/lang/hu-HU/cachet.php index 5073bd6c..017c348b 100644 --- a/resources/lang/hu-HU/cachet.php +++ b/resources/lang/hu-HU/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Maradjon mindig naprakész :app legújabb frissítéseivel.', + ], + ], + // Other 'home' => 'Kezdőoldal', - 'description' => 'Maradjon mindig naprakész :app legújabb frissítéseivel.', 'powered_by' => 'A motorháztető alatt a Cachet dolgozik.', 'timezone' => 'Időzóna: :timezone.', 'about_this_site' => 'A webhelyről', diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php index cc5c13f6..0afda1e8 100644 --- a/resources/lang/id-ID/cachet.php +++ b/resources/lang/id-ID/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Rincian dan update tentang insiden :name yang terjadi pada :date', + 'schedule' => 'Rincian tentang jadwal pemeliharaan :name mulai :startDate', + 'subscribe' => 'Berlangganan :app untuk menerima update insiden dan jadwal pemeliharaan', + 'overview' => 'Tetap up to date dengan layanan terbaru dari :app.', + ], + ], + // Other 'home' => 'Depan', - 'description' => 'Tetap up to date dengan layanan terbaru dari :app.', 'powered_by' => 'Ditenagai oleh Cachet.', 'timezone' => 'Waktu dalam :timezone.', 'about_this_site' => 'Tentang situs ini', diff --git a/resources/lang/id-ID/dashboard.php b/resources/lang/id-ID/dashboard.php index d75e5fd8..fa7d3544 100644 --- a/resources/lang/id-ID/dashboard.php +++ b/resources/lang/id-ID/dashboard.php @@ -18,21 +18,21 @@ return [ 'incidents' => [ 'title' => 'Insiden & Penjadwalan', 'incidents' => 'Insiden', - 'logged' => '{0} Tidak ada insiden, bagus.|Anda mencatat satu insiden.|Anda sudah melaporkan :count insiden.', + 'logged' => '{0} Tidak ada insiden, bagus.|[1] Anda mencatat satu insiden.|[2,*] Anda melaporkan :count insiden.', 'incident-create-template' => 'Buat Template', 'incident-templates' => 'Template Insiden', 'updates' => [ - 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'title' => 'Update insiden untuk :incident', + 'count' => '{0} Nol Update|[1] Satu Update|[2] Dua Update|[3,*] Beberapa Update', 'add' => [ 'title' => 'Buat update insiden baru', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => 'Update baru insiden anda berhasil dibuat.', + 'failure' => 'Ada masalah dengan update insiden ini.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'title' => 'Edit update insiden', + 'success' => 'Update insiden berhasil diupdate.', + 'failure' => 'Ada masalah saat memperbarui update insiden', ], ], 'add' => [ @@ -74,7 +74,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Pemeliharaan', - 'logged' => '{0} Tidak ada penjadwalan, mantap. | Anda mencatat satu jadwal. | Anda telah melaporkan :count jadwal.', + 'logged' => '{0} Tidak ada penjadwalan, mantap. | [1] Anda mencatat satu jadwal. | [2,*] Anda melaporkan :count jadwal.', 'scheduled_at' => 'Dijadwalkan pada :timestamp', 'add' => [ 'title' => 'Tambahkan Jadwal Pemeliharaan', @@ -157,12 +157,12 @@ return [ 'subscribers' => [ 'subscribers' => 'Berlangganan', 'description' => 'Pelanggan akan menerima update email ketika insiden dibuat atau komponen diperbarui.', - 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', + 'description_disabled' => 'Untuk menggunakan fitur ini, Anda perlu mengizinkan orang untuk mendaftar notifikasi.', 'verified' => 'Terverifikasi', 'not_verified' => 'Belum Diverifikasi', 'subscriber' => ':email, berlangganan :date', 'no_subscriptions' => 'Berlangganan semua update', - 'global' => 'Globally subscribed', + 'global' => 'Berlangganan secara global', 'add' => [ 'title' => 'Tambah Pelanggan Baru', 'success' => 'Pelanggan sudah ditambahkan.', diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index f541fb70..d6807f4e 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -49,12 +49,12 @@ return [ 'name' => 'Nama', 'status' => 'Status', 'component' => 'Komponen', - 'component_status' => 'Component Status', + 'component_status' => 'Status Komponen', 'message' => 'Pesan', 'message-help' => 'Anda juga bisa menggunakan Markdown.', 'occurred_at' => 'Kapan insiden ini terjadi?', 'notify_subscribers' => 'Beritahu subscriber', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => 'Karena adanya pemeliharaan, notifikasi insiden ini atau komponennya akan diprioritaskan.', 'visibility' => 'Tampilan Insiden', 'stick_status' => 'Buat Insiden Sticky', 'stickied' => 'Sticky', @@ -153,11 +153,11 @@ return [ 'display-graphs' => 'Tampilkan grafik di halaman status?', 'about-this-page' => 'Tentang halaman ini', 'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'time_before_refresh' => 'Kecepatan refresh halaman status (dalam detik).', 'banner' => 'Gambar Banner', 'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.', 'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?', - 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'suppress_notifications_in_maintenance' => 'Paksa munculnya notifikasi ketika insiden terjadi saat periode pemeliharaan?', 'skip_subscriber_verification' => 'Lewatkan verifikasi user? (Hati-hati, anda bisa kena spam)', 'automatic_localization' => 'Otomatis ganti bahasa halaman status anda ke bahasa pengunjung?', 'enable_external_dependencies' => 'Aktifkan Dependensi Pihak Ketiga (Font Google, Trackers, dll...)', @@ -218,7 +218,7 @@ return [ ], 'team' => [ 'description' => 'Invite your team members by entering their email addresses here.', - 'email' => 'Email #:id', + 'email' => 'Alamat Email Anggota Tim Anda', ], ], @@ -238,7 +238,7 @@ return [ 'remove' => 'Buang', 'invite' => 'Undang', 'signup' => 'Daftar', - 'manage_updates' => 'Manage Updates', + 'manage_updates' => 'Kelola Update', // Other 'optional' => '* Tidak wajib', diff --git a/resources/lang/id-ID/notifications.php b/resources/lang/id-ID/notifications.php index 3c18dc36..30c3dabc 100644 --- a/resources/lang/id-ID/notifications.php +++ b/resources/lang/id-ID/notifications.php @@ -14,7 +14,7 @@ return [ 'status_update' => [ 'mail' => [ 'subject' => 'Status Komponen Telah Diperbarui', - 'greeting' => 'Status sebuah komponen telah diperbarui!', + 'greeting' => 'Sebuah status komponen telah diperbarui!', 'content' => 'Status :name telah berubah dari :old_status ke :new_status.', 'action' => 'Lihat', ], @@ -36,8 +36,8 @@ return [ 'action' => 'Lihat', ], 'slack' => [ - 'title' => 'Insiden: nama Dilaporkan', - 'content' => 'Sebuah insiden baru dilaporkan di: applikasi_nama', + 'title' => 'Insiden :name Dilaporkan', + 'content' => 'Sebuah insiden baru dilaporkan di :app_name', ], 'sms' => [ 'content' => 'Sebuah insiden baru dilaporkan di :app_name.', @@ -46,33 +46,33 @@ return [ 'update' => [ 'mail' => [ 'subject' => 'Insiden Diperbarui', - 'content' => ':nama telah diperbarui', - 'title' => ':nama telah diperbarui ke :baru_status', + 'content' => ':name telah diperbarui', + 'title' => ':name telah diperbarui menjadi :new_status', 'action' => 'Lihat', ], 'slack' => [ - 'title' => ':nama Diperbarui', - 'content' => ':nama telah diperbarui ke :baru_status', + 'title' => ':name Diperbarui', + 'content' => ':name telah diperbarui menjadi :new_status', ], 'sms' => [ - 'content' => 'Insiden: nama telah diperbarui', + 'content' => 'Insiden :name telah diperbarui', ], ], ], 'schedule' => [ 'new' => [ 'mail' => [ - 'subject' => 'Jadwal Baru Dibuat', - 'content' => ':nama dijadwalkan untuk :tanggal', + 'subject' => 'Jadwal Baru Sudah Dibuat', + 'content' => ':name dijadwalkan pada :date', 'title' => 'Pemeliharaan terjadwal baru telah dibuat.', 'action' => 'Lihat', ], 'slack' => [ - 'title' => 'Jadwal Baru Dibuat!', - 'content' => ':nama dijadwalkan untuk :tanggal', + 'title' => 'Jadwal Baru Sudah Dibuat!', + 'content' => ':name dijadwalkan pada :date', ], 'sms' => [ - 'content' => ':nama dijadwalkan untuk :tanggal', + 'content' => ':name dijadwalkan pada :date', ], ], ], @@ -80,9 +80,9 @@ return [ 'verify' => [ 'mail' => [ 'subject' => 'Verifikasi Langganan Anda', - 'content' => 'Klik untuk memverifikasi langganan Anda ke :halaman status aplikasi_nama.', - 'title' => 'Verifikasi langganan Anda ke :halaman status aplikasi_nama.', - 'action' => 'Memeriksa', + 'content' => 'Klik untuk memverifikasi langganan Anda ke halaman status :app_name.', + 'title' => 'Verifikasi langganan Anda ke status halaman :app_name.', + 'action' => 'Verifikasi', ], ], ], @@ -90,7 +90,7 @@ return [ 'test' => [ 'mail' => [ 'subject' => 'Ping dari Cachet!', - 'content' => 'Ini adalah pemberitahuan pengujian dari Cachet!', + 'content' => 'Ini adalah test notifikasi dari Cachet!', 'title' => '🔔', ], ], @@ -99,9 +99,9 @@ return [ 'invite' => [ 'mail' => [ 'subject' => 'Undangan kamu ada di dalamnya...', - 'content' => 'Anda telah diundang untuk bergabung :halaman status aplikasi_nama.', - 'title' => 'Anda diundang untuk bergabung: halaman status aplikasi_nama.', - 'action' => 'Diterima', + 'content' => 'Anda diundang untuk bergabung dalam halaman status :app_name.', + 'title' => 'Anda diundang untuk bergabung halaman status :app_name.', + 'action' => 'Terima', ], ], ], diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php index 2ced9c46..06f3e8f9 100644 --- a/resources/lang/it-IT/cachet.php +++ b/resources/lang/it-IT/cachet.php @@ -33,7 +33,7 @@ return [ 'scheduled' => 'Manutenzione programmata', 'scheduled_at' => ', programmata il :timestamp', 'posted' => 'Pubblicato :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => 'Pubblicato alle :timestamp', 'status' => [ 1 => 'Analisi', 2 => 'Identificato', @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Resta informato sugli ultimi aggiornamenti dei servizi di :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Resta informato sugli ultimi aggiornamenti dei servizi di :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Le date sono mostrate in :timezone.', 'about_this_site' => 'Informazioni sul sito', diff --git a/resources/lang/it-IT/dashboard.php b/resources/lang/it-IT/dashboard.php index c27f186d..29bfc48e 100644 --- a/resources/lang/it-IT/dashboard.php +++ b/resources/lang/it-IT/dashboard.php @@ -23,15 +23,15 @@ return [ 'incident-templates' => 'Modelli di segnalazione', 'updates' => [ 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'count' => '{0} Zero aggiornamenti |[1] Un aggiornamento |[2] Due aggiornamenti | [3, *] Diversi aggiornamenti', 'add' => [ 'title' => 'Crea nuovo aggiornamento incidente', 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'failure' => 'Qualcosa è andato storto nell\'aggiornamento dell\'incidente.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', + 'title' => 'Modifica aggiornamento incidente', + 'success' => 'L\'aggiornamento dell\'incidente è stato aggiornato.', 'failure' => 'Something went wrong updating the incident update', ], ], @@ -157,12 +157,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' => 'To use this feature, you need allow people to signup for notifications.', + 'description_disabled' => 'Per utilizzare questa funzionalità, è necessario consentire alle persone l\'iscrizione alle notifiche.', 'verified' => 'Verificato', 'not_verified' => 'Non Verificato', 'subscriber' => ': email, iscritta :date', 'no_subscriptions' => 'Iscritto a tutti gli aggiornamenti', - 'global' => 'Globally subscribed', + 'global' => 'Iscritto a livello globale', 'add' => [ 'title' => 'Aggiungi un nuovo iscritto', 'success' => 'L\'iscritto è stato aggiunto!', diff --git a/resources/lang/it-IT/forms.php b/resources/lang/it-IT/forms.php index 13ff332a..1b2ff9fc 100644 --- a/resources/lang/it-IT/forms.php +++ b/resources/lang/it-IT/forms.php @@ -49,7 +49,7 @@ return [ 'name' => 'Nome', 'status' => 'Stato', 'component' => 'Componente', - 'component_status' => 'Component Status', + 'component_status' => 'Stato dei componenti', 'message' => 'Messaggio', 'message-help' => 'Si può anche utilizzare il linguaggio di Markdown.', 'occurred_at' => 'Quando è accaduto questo incidente?', diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php index cb346a2b..4f1b2af5 100644 --- a/resources/lang/ja-JP/cachet.php +++ b/resources/lang/ja-JP/cachet.php @@ -33,7 +33,7 @@ return [ 'scheduled' => '計画メンテナンス', 'scheduled_at' => ', 予定日時 :timestamp', 'posted' => '投稿日時 :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => '掲載日時 :timestamp', 'status' => [ 1 => '調査中', 2 => '特定済み', @@ -53,9 +53,9 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] System operational|[2,Inf] 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', + 'good' => '[0,1]正常に稼動しています|[2,Inf]全システムが正常に稼動しています', + 'bad' => '[0,1]問題が発生しています|[2,Inf]一部システムにて問題が発生しています', + 'major' => '[0, 1]システムで大きな問題が発生 |[2、*]いくつかのシステムの主要な問題が発生しています。', ], 'api' => [ @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'このサイトについて', diff --git a/resources/lang/ko-KR/cachet.php b/resources/lang/ko-KR/cachet.php index ad8be5e2..b83460a1 100644 --- a/resources/lang/ko-KR/cachet.php +++ b/resources/lang/ko-KR/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => '홈', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => '이 사이트에 대해', diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php index 8df3b846..15fd5f40 100644 --- a/resources/lang/nl-NL/cachet.php +++ b/resources/lang/nl-NL/cachet.php @@ -29,7 +29,7 @@ return [ 'incidents' => [ 'none' => 'Geen incidenten gemeld', 'past' => 'Oude incidenten', - 'stickied' => 'Uitgelichte incidenten', + 'stickied' => 'Vastgezette incidenten', 'scheduled' => 'Gepland onderhoud', 'scheduled_at' => ', gepland :timestamp', 'posted' => 'Geplaatst op :timestamp', @@ -46,7 +46,7 @@ return [ 'schedules' => [ 'status' => [ 0 => 'Aankomend', - 1 => 'Wordt uitgevoerd', + 1 => 'In Behandeling', 2 => 'Voltooid', ], ], @@ -54,8 +54,8 @@ return [ // Service Status 'service' => [ 'good' => '[0,1] Systeem operationeel|[2,Inf] Alle systemen zijn operationeel', - 'bad' => '[0,1] Het systeem ondervind momenteel problemen |[2,Inf] Sommige systemen ondervinden momenteel problemen', - 'major' => '[0,1] De service ondervind momenteel a grote storing|[2,Inf] Sommige systemen ondervinden momenteel een grote storing', + 'bad' => '[0,1] Het systeem ondervindt momenteel problemen |[2,Inf] Sommige systemen ondervinden momenteel problemen', + 'major' => '[0,1] De service ondervindt momenteel een grote storing|[2,Inf] Sommige systemen ondervinden momenteel een grote storing', ], 'api' => [ @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Informatie betreffende het incident :name van :date', + 'schedule' => 'Informatie betreffende het onderhoud :name gepland op :startDate', + 'subscribe' => 'Abonneer je op :app om updates te ontvangen van incidenten en gepland onderhoud', + 'overview' => 'Blijf op de hoogte van de laatste service updates over :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Blijf op de hoogte van de laatste service updates over :app.', 'powered_by' => 'Mogelijk gemaakt door Cachet.', 'timezone' => 'Tijden worden getoond in :timezone.', 'about_this_site' => 'Over deze website', diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php index cb2127a8..6d4791e0 100644 --- a/resources/lang/nl-NL/dashboard.php +++ b/resources/lang/nl-NL/dashboard.php @@ -16,23 +16,23 @@ return [ // Incidents 'incidents' => [ - 'title' => 'Incidenten & planning', + 'title' => 'Incidenten & planning', 'incidents' => 'Incidenten', 'logged' => '{0} Proficiat, er zijn geen incidenten.|Er heeft zich één incident voorgedaan.|Er zijn :count incidenten gerapporteerd.', 'incident-create-template' => 'Maak template', 'incident-templates' => 'Incident Sjablonen', 'updates' => [ 'title' => 'Incident updates voor :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'count' => '{0} Geen updates |[1] Een update |[2] Twee updates | [3, *] Verscheidene updates', 'add' => [ 'title' => 'Maak een nieuwe incident update', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => 'Je nieuwe incident template is aangemaakt.', + 'failure' => 'Er is iets misgegaan met de incident template.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'title' => 'Incident update bewerken', + 'success' => 'De incident template is bijgewerkt.', + 'failure' => 'Er is een fout opgetreden bij het wijzigen van de incident template', ], ], 'add' => [ @@ -78,17 +78,17 @@ return [ 'scheduled_at' => 'Gepland op :timestamp', 'add' => [ 'title' => 'Gepland onderhoud toevoegen', - 'success' => 'Planning toegevoegd.', + 'success' => 'Gepland onderhoud toegevoegd.', 'failure' => 'Er ging iets mis met het toevoegen van het geplande onderhoud, probeer het opnieuw.', ], 'edit' => [ 'title' => 'Gepland onderhoud bewerken', - 'success' => 'Planning is bijgewerkt!', + 'success' => 'Gepland onderhoud is bijgewerkt!', 'failure' => 'Er ging iets mis met het wijzigen van het geplande onderhoud, probeer het opnieuw.', ], 'delete' => [ - 'success' => 'De planning is verwijderd en zal niet worden getoond op jouw statuspagina.', - 'failure' => 'De planning kon niet worden verwijderd, probeer het opnieuw.', + 'success' => 'Het geplande onderhoud is verwijderd en zal niet worden getoond op de statuspagina.', + 'failure' => 'Het geplande onderhoud kon niet worden verwijderd, probeer het opnieuw.', ], ], @@ -157,12 +157,12 @@ return [ 'subscribers' => [ 'subscribers' => 'Abonnees', 'description' => 'Abonnees ontvangen een email update wanneer er incidenten zijn gemaakt of componenten worden bijgewerkt.', - 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', + 'description_disabled' => 'Om deze functie te gebruiken, moet u mensen aanmelden voor meldingen toestaan.', 'verified' => 'Geverifiëerd', 'not_verified' => 'Niet geverifiëerd', 'subscriber' => ':email, geabonneerd op :date', 'no_subscriptions' => 'Geabonneerd op alle updates', - 'global' => 'Globally subscribed', + 'global' => 'Globaal geabonneerd', 'add' => [ 'title' => 'Voeg een nieuwe abonnee toe', 'success' => 'Abonnee is toegevoegd!', diff --git a/resources/lang/nl-NL/forms.php b/resources/lang/nl-NL/forms.php index 291161a8..6fc08c69 100644 --- a/resources/lang/nl-NL/forms.php +++ b/resources/lang/nl-NL/forms.php @@ -49,12 +49,12 @@ return [ 'name' => 'Naam', 'status' => 'Status', 'component' => 'Onderdeel', - 'component_status' => 'Component Status', + 'component_status' => 'Onderdeel status', 'message' => 'Boodschap', 'message-help' => 'U kan ook gebruik maken van Markdown.', 'occurred_at' => 'Wanneer heeft dit incident plaatsgevonden?', 'notify_subscribers' => 'Houd abonnees op de hoogte?', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => 'Vanwege geplande onderhoudswerken zullen meldingen over dit incident of onderdelen hiervan worden onderdrukt.', 'visibility' => 'Incident Zichtbaarheid', 'stick_status' => 'Incident Vastzetten', 'stickied' => 'Vastgezet', @@ -153,11 +153,11 @@ return [ 'display-graphs' => 'Grafieken tonen op statuspagina?', 'about-this-page' => 'Over deze pagina', 'days-of-incidents' => 'Hoeveel dagen moeten incidenten getoond worden?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'time_before_refresh' => 'Status pagina ververs interval (in seconden).', 'banner' => 'Banner afbeelding', 'banner-help' => 'Het wordt aanbevolen dat u geen bestanden upload die breeder zijn dan 930px.', 'subscribers' => 'Bezoekers toestaan om te abonneren op e-mail notificaties?', - 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'suppress_notifications_in_maintenance' => 'Onderdruk meldingen wanneer incident tijdens de onderhoudingsperiode voordoet?', 'skip_subscriber_verification' => 'Verificatie van gebruikers overslaan? (Let op, je kunt gespamd worden)', 'automatic_localization' => 'Stel de taal van de bezoeker in als standaardtaal voor deze bezoeker?', 'enable_external_dependencies' => 'Schakel afhankelijkheden van derden in (Google Fonts, Trackers, etc...)', @@ -218,7 +218,7 @@ return [ ], 'team' => [ 'description' => 'Nodig je teamleden uit door hier hun e-mailadres in te vullen.', - 'email' => 'E-mail #:id', + 'email' => 'Mailadres van uw teamleden', ], ], @@ -238,7 +238,7 @@ return [ 'remove' => 'Verwijderen', 'invite' => 'Uitnodigen', 'signup' => 'Registreer', - 'manage_updates' => 'Manage Updates', + 'manage_updates' => 'Updates beheren', // Other 'optional' => '* Optioneel', diff --git a/resources/lang/no-NO/cachet.php b/resources/lang/no-NO/cachet.php index 55837c94..5b3000a5 100644 --- a/resources/lang/no-NO/cachet.php +++ b/resources/lang/no-NO/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Hold deg oppdatert med de nyeste service-oppdateringene fra :app.', + ], + ], + // Other 'home' => 'Forsiden', - 'description' => 'Hold deg oppdatert med de nyeste service-oppdateringene fra :app.', 'powered_by' => 'Drevet av Cachet.', 'timezone' => 'Tider vises i :timezone.', 'about_this_site' => 'Om denne siden', diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php index 80cf2f84..42ab9169 100644 --- a/resources/lang/pl-PL/cachet.php +++ b/resources/lang/pl-PL/cachet.php @@ -30,10 +30,10 @@ return [ 'none' => 'Brak zgłoszonych incydentów', 'past' => 'Vergangene Vorfälle', 'stickied' => 'Przyklejone zdarzenia', - 'scheduled' => 'Geplante Wartungen', + 'scheduled' => 'Konserwacja', 'scheduled_at' => ', geplant :timestamp', 'posted' => 'Opublikowano :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => 'Opublikowano :timestamp', 'status' => [ 1 => 'Untersuchungen laufen', 2 => 'Identifiziert', @@ -54,8 +54,8 @@ return [ // Service Status 'service' => [ 'good' => '[0,1] System działa poprawnie|[2,Inf] Wszystkie systemy działają poprawnie', - 'bad' => '[0,1] W systemie obecnie występują problemy|[2,Inf] W niektórych systemach występują problemy', - 'major' => '[0,1] System jest poważnie przeciążony|[2,Inf] Niektóre systemy są poważnie przeciążone', + 'bad' => '[0,1] W systemie występują problemy|[2,Inf] W niektórych systemach występują problemy', + 'major' => '[0,1] W system występują poważne problemy|[2,Inf] W niektórych systemach występują poważne problemy', ], 'api' => [ @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Szczegóły i aktualizacje dotyczące zdarzenia :name, które wystąpiło :date', + 'schedule' => 'Szczegóły dotyczące zaplanowanej przerwy technicznej :name rozpoczynającej się :startDate', + 'subscribe' => 'Zapisz się do :app, aby otrzymywać informacje i aktualizacje dotyczące zdarzeń i przerw technicznych', + 'overview' => 'Bądź na bieżąco z aktualizacjami z :app.', + ], + ], + // Other 'home' => 'Strona Główna', - 'description' => 'Bądź na bieżąco z aktualizacjami z :app.', 'powered_by' => 'Obsługiwany przez Cachet.', 'timezone' => 'Czas według strefy :timezone.', 'about_this_site' => 'Über diese Seite', diff --git a/resources/lang/pl-PL/dashboard.php b/resources/lang/pl-PL/dashboard.php index 29b8ea25..26caaffe 100644 --- a/resources/lang/pl-PL/dashboard.php +++ b/resources/lang/pl-PL/dashboard.php @@ -26,13 +26,13 @@ return [ 'count' => '{0} Zero Aktualizacji|[1] Jedna Aktualizacja|[2] Dwie Aktualizacje|[3,*] Kilka Aktualizacji', 'add' => [ 'title' => 'Utwórz nową aktualizację zdarzenia', - 'success' => 'Your new incident update has been created.', + 'success' => 'Twoja aktualizacja o nowym zdarzeniu została utworzona.', 'failure' => 'Coś poszło nie tak z aktualizacją incydentu.', ], 'edit' => [ 'title' => 'Edytuj aktualizację incydentu', 'success' => 'Aktualizacja incydentu została zaktualizowana.', - 'failure' => 'Something went wrong updating the incident update', + 'failure' => 'Coś poszło nie tak z aktualizacją zdarzenia', ], ], 'add' => [ @@ -73,7 +73,7 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => 'Geplante Wartungen', + 'schedule' => 'Konserwacja', 'logged' => '{0} Nie ma żadnych harmonogramów, dobra robota.|Posiadasz jeden harmonogram.|Zgłoszono :count harmonogramów.', 'scheduled_at' => 'Geplant am :timestamp', 'add' => [ diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php index 8ecd0fe8..d6b59854 100644 --- a/resources/lang/pl-PL/forms.php +++ b/resources/lang/pl-PL/forms.php @@ -49,12 +49,12 @@ return [ 'name' => 'Nazwa', 'status' => 'Status', 'component' => 'Komponent', - 'component_status' => 'Component Status', + 'component_status' => 'Status komponentu', 'message' => 'Nachricht', 'message-help' => 'Można użyć również języka znaczników.', 'occurred_at' => 'Kiedy wystąpił incydent?', 'notify_subscribers' => 'Powiadomić subskrybentów?', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => 'W związku z zaplanowaną konserwacją, powiadomienia o tym zdarzeniu lub jego komponentach zostaną pominięte.', 'visibility' => 'Widoczność zdarzenia', 'stick_status' => 'Przyklej zdarzenie', 'stickied' => 'Przyklejone', @@ -157,7 +157,7 @@ return [ 'banner' => 'Baner', 'banner-help' => 'Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.', 'subscribers' => 'Czy zezwolić użytkownikom na subskrypcje e-mail w celu otrzymywania powiadomień?', - 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'suppress_notifications_in_maintenance' => 'Czy pomijać powiadomienia, kiedy zdarzenie wystąpiło podczas przerwy konserwacyjnej?', 'skip_subscriber_verification' => 'Pominąć weryfikację użytkowników? (Ostrzeżenie: możesz otrzymać spam)', 'automatic_localization' => 'Automatycznie tłumaczyć twoją stronę statusu na język odwiedzającego?', 'enable_external_dependencies' => 'Włącz zależności zewnętrznych dostawców (Google Fonts, Trackers, etc...)', diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index 83e21302..ed2311e8 100644 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Detalhes e atualizações sobre: ​​incidente de nome que ocorreu em: data', + 'schedule' => 'Detalhes sobre o período de manutenção programada: nome começando: startDate', + 'subscribe' => 'Inscrever-se: app para receber atualizações de incidentes e períodos de manutenção programada', + 'overview' => 'Mantenha-se atualizado com as últimas atualizações de serviço de: app.', + ], + ], + // Other 'home' => 'Início', - 'description' => 'Mantenha-se atualizado com as últimas atualizações de serviço de: app.', 'powered_by' => 'Desenvolvido por Cachet.', 'timezone' => 'Horários são exibidos em :timezone.', 'about_this_site' => 'Sobre este Site', diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index 4c03598f..69827cc2 100644 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -49,12 +49,12 @@ return [ 'name' => 'Nome', 'status' => 'Status', 'component' => 'Componente', - 'component_status' => 'Component Status', + 'component_status' => 'Status do componente', 'message' => 'Mensagem', 'message-help' => 'Você também pode usar o Markdown.', 'occurred_at' => 'Quando esse incidente ocorreu?', 'notify_subscribers' => 'Notificar os assinantes?', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => 'Devido a manutenção programada, notificações sobre este incidente ou seus componentes serão suprimidas.', 'visibility' => 'Visibilidade do incidente', 'stick_status' => 'Incidente fixado', 'stickied' => 'Fixado', @@ -157,7 +157,7 @@ return [ 'banner' => 'Imagem do banner', 'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .', 'subscribers' => 'Permitir que outras pessoas se cadastrem para notificações via e-mail?', - 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'suppress_notifications_in_maintenance' => 'Suprimir as notificações quando o incidente ocorre durante o período de manutenção?', 'skip_subscriber_verification' => 'Ignorar verificação de usuários? (Cuidado, você pode sofrer com spams)', 'automatic_localization' => 'Localizar sua página de status de acordo com o idioma do visitante automaticamente?', 'enable_external_dependencies' => 'Ativar dependências de terceiros (Google Fonts, Trackers, etc...)', diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php index b8109ed2..0ec2bd1f 100644 --- a/resources/lang/pt-PT/cachet.php +++ b/resources/lang/pt-PT/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Mantenha-se actualizado relativamente às alterações de serviço do :app.', + ], + ], + // Other 'home' => 'Início', - 'description' => 'Mantenha-se actualizado relativamente às alterações de serviço do :app.', 'powered_by' => 'Suportado por Cachet.', 'timezone' => 'Tempos são exibidos em :timezone.', 'about_this_site' => 'Sobre este Site', diff --git a/resources/lang/ro-RO/cachet.php b/resources/lang/ro-RO/cachet.php index ef1f39ec..27fa1438 100644 --- a/resources/lang/ro-RO/cachet.php +++ b/resources/lang/ro-RO/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Fii la curent cu cele mai recente actualizări ale serviciilor pentru :app.', + ], + ], + // Other 'home' => 'Acasă', - 'description' => 'Fii la curent cu cele mai recente actualizări ale serviciilor pentru :app.', 'powered_by' => 'Cu sprijinul Cachet.', 'timezone' => 'Orele sunt afișate după fusul orar :timezone.', 'about_this_site' => 'Despre acest Site', diff --git a/resources/lang/ru-RU/cachet.php b/resources/lang/ru-RU/cachet.php index 9f3c4042..7dbbe83c 100644 --- a/resources/lang/ru-RU/cachet.php +++ b/resources/lang/ru-RU/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Будьте в курсе последних новостей о состоянии сервиса от :app.', + ], + ], + // Other 'home' => 'Главный экран', - 'description' => 'Будьте в курсе последних новостей о состоянии сервиса от :app.', 'powered_by' => 'Работает на Cachet.', 'timezone' => 'Время показано по :timezone.', 'about_this_site' => 'Об этом сайте', diff --git a/resources/lang/sq-AL/cachet.php b/resources/lang/sq-AL/cachet.php index 4f4e19ce..7ab04d33 100644 --- a/resources/lang/sq-AL/cachet.php +++ b/resources/lang/sq-AL/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'About This Site', diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php index d8f51bff..68cbe7df 100644 --- a/resources/lang/sv-SE/cachet.php +++ b/resources/lang/sv-SE/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Håll dig uppdaterad med de senaste service-uppdateringarna från :app.', + ], + ], + // Other 'home' => 'Hem', - 'description' => 'Håll dig uppdaterad med de senaste service-uppdateringarna från :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Tider visas i :timezone.', 'about_this_site' => 'Om sidan', diff --git a/resources/lang/sv-SE/notifications.php b/resources/lang/sv-SE/notifications.php index 0fd9dde9..d6099a35 100644 --- a/resources/lang/sv-SE/notifications.php +++ b/resources/lang/sv-SE/notifications.php @@ -16,7 +16,7 @@ return [ 'subject' => 'Component Status Updated', 'greeting' => 'A component\'s status was updated!', 'content' => ':name status changed from :old_status to :new_status.', - 'action' => 'View', + 'action' => 'Visa', ], 'slack' => [ 'title' => 'Component Status Updated', @@ -30,10 +30,10 @@ return [ 'incident' => [ 'new' => [ 'mail' => [ - 'subject' => 'New Incident Reported', + 'subject' => 'Ny händelse rapporterad', 'greeting' => 'A new incident was reported at :app_name.', 'content' => 'Incident :name was reported', - 'action' => 'View', + 'action' => 'Visa', ], 'slack' => [ 'title' => 'Incident :name Reported', @@ -48,7 +48,7 @@ return [ 'subject' => 'Händelse uppdaterad', 'content' => ': namn uppdaterades', 'title' => ':name uppdaterades till :new_status', - 'action' => 'View', + 'action' => 'Visa', ], 'slack' => [ 'title' => ':name uppdaterat', @@ -65,10 +65,10 @@ return [ 'subject' => 'Nytt schema skapat', 'content' => ':name was scheduled for :date', 'title' => 'A new scheduled maintenance was created.', - 'action' => 'View', + 'action' => 'Visa', ], 'slack' => [ - 'title' => 'New Schedule Created!', + 'title' => 'Nytt schema skapat!', 'content' => ':name was scheduled for :date', ], 'sms' => [ @@ -79,9 +79,9 @@ return [ 'subscriber' => [ 'verify' => [ 'mail' => [ - 'subject' => 'Verify Your Subscription', - 'content' => 'Click to verify your subscription to :app_name status page.', - 'title' => 'Verify your subscription to :app_name status page.', + 'subject' => 'Bekräfta din prenumeration', + 'content' => 'Klicka för att bekräfta din prenumeration på :app_name statussida.', + 'title' => 'Bekräfta din prenumeration för :app_name statussida.', 'action' => 'Verifiera', ], ], @@ -90,7 +90,7 @@ return [ 'test' => [ 'mail' => [ 'subject' => 'Ping från Cachet!', - 'content' => 'This is a test notification from Cachet!', + 'content' => 'Detta är ett testmeddelande från Cachet!', 'title' => '🔔', ], ], @@ -98,10 +98,10 @@ return [ 'user' => [ 'invite' => [ 'mail' => [ - 'subject' => 'Your invitation is inside...', + 'subject' => 'Din inbjudan är inuti...', 'content' => 'You have been invited to join :app_name status page.', 'title' => 'You\'re invited to join :app_name status page.', - 'action' => 'Accept', + 'action' => 'Godkänn', ], ], ], diff --git a/resources/lang/th-TH/cachet.php b/resources/lang/th-TH/cachet.php index 778c8917..7225f3b8 100644 --- a/resources/lang/th-TH/cachet.php +++ b/resources/lang/th-TH/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'ติดตามความเคลื่อนไหวล่าสุดของ :app', + ], + ], + // Other 'home' => 'หน้าหลัก', - 'description' => 'ติดตามความเคลื่อนไหวล่าสุดของ :app', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'โซนเวลา :timezone', 'about_this_site' => 'เกี่ยวกับเว็บไซต์นี้', diff --git a/resources/lang/tr-TR/cachet.php b/resources/lang/tr-TR/cachet.php index 03a6f147..6c454415 100644 --- a/resources/lang/tr-TR/cachet.php +++ b/resources/lang/tr-TR/cachet.php @@ -30,10 +30,10 @@ return [ 'none' => 'Hiçbir olay raporlanmadı', 'past' => 'Geçmiş Olaylar', 'stickied' => 'Yapıştırılmış Olaylar', - 'scheduled' => 'Zamanlanmış bakım', + 'scheduled' => 'Bakım', 'scheduled_at' => ',zamanlanmış :zamandilimi', 'posted' => ':timestamp gönderildi', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => 'Gönderim Zamanı :timestamp', 'status' => [ 1 => 'İnceleniyor', 2 => 'Tanımlandı', @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Şu uygulamalardaki en son hizmet güncellemeleri ile güncel kalın.', + ], + ], + // Other 'home' => 'Ana Sayfa', - 'description' => 'Şu uygulamalardaki en son hizmet güncellemeleri ile güncel kalın.', 'powered_by' => ' Önbellek kaynaklı.', 'timezone' => 'Saatler, saat diliminde gösterilir.', 'about_this_site' => 'Bu Site hakkında', diff --git a/resources/lang/tr-TR/dashboard.php b/resources/lang/tr-TR/dashboard.php index 2e2f4600..95fe0025 100644 --- a/resources/lang/tr-TR/dashboard.php +++ b/resources/lang/tr-TR/dashboard.php @@ -22,17 +22,17 @@ return [ 'incident-create-template' => 'Şablon Oluştur', 'incident-templates' => 'Olay Şablonları', 'updates' => [ - 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'title' => 'Olay güncellemeleri için: olay', + 'count' => '{0} Sıfır güncelleştirmeleri |[1] Tek bir güncelleştirme |[2] İki güncelleştirme | [3, *] Birkaç güncelleştirme', 'add' => [ 'title' => 'Yeni olay güncellemesi oluştur', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => 'Yeni olay güncelleştirmeniz oluşturuldu.', + 'failure' => 'Olay şablonu güncellenirken bir şeyler ters gitti.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'title' => 'Olay güncelleştirmeyi düzenle', + 'success' => 'Olay güncelleştirme güncelleştirildi.', + 'failure' => 'Olay şablonu güncellenirken bir şeyler ters gitti', ], ], 'add' => [ @@ -73,7 +73,7 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => 'Zamanlanmış bakım', + 'schedule' => 'Bakım', 'logged' => '{0} Hiçbir olay yok, tebrikler. |Bir olayı raprladınız. | :count olayı raporladınız.', 'scheduled_at' => ':timestamp zamanı için kaydedildi', 'add' => [ @@ -157,12 +157,12 @@ return [ 'subscribers' => [ 'subscribers' => 'Aboneler', 'description' => 'Aboneler, olaylar oluşturulduğunda veya bileşenler güncellendiğinde e-posta güncellemelerini alacaktır.', - 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', + 'description_disabled' => 'Bu özelliği kullanmak için, kullanıcıların bildirimlere kayıt olmasına izin vermelisiniz.', 'verified' => 'Onaylanmış', 'not_verified' => 'Doğrulanmadı', 'subscriber' => ':email, abone oldu :date', 'no_subscriptions' => 'Güncellemeler için abone ol', - 'global' => 'Globally subscribed', + 'global' => 'Genel olarak abone olundu', 'add' => [ 'title' => 'Yeni abone ekleme', 'success' => 'Abone eklendi!', diff --git a/resources/lang/tr-TR/forms.php b/resources/lang/tr-TR/forms.php index 0812f65f..a73ca4c0 100644 --- a/resources/lang/tr-TR/forms.php +++ b/resources/lang/tr-TR/forms.php @@ -49,12 +49,12 @@ return [ 'name' => 'İsim', 'status' => 'Durum', 'component' => 'Bileşen', - 'component_status' => 'Component Status', + 'component_status' => 'Bileşen Durumu', 'message' => 'Mesaj', 'message-help' => 'Markdown işaretleri kullanabilirsiniz.', 'occurred_at' => 'Bu olay ne zaman meydana geldi?', 'notify_subscribers' => 'Abonelere bildirilsin mi?', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => 'Zamanlanmış bakım nedeniyle, bu olay veya bileşenleri ile ilgili bildirimler gizlenecektir.', 'visibility' => 'Olay Görünürlüğü', 'stick_status' => 'Stick Olayı', 'stickied' => 'Stickli', @@ -153,11 +153,11 @@ return [ 'display-graphs' => 'Durum sayfasındaki grafikleri gösterilsin mi?', 'about-this-page' => 'Hakkında', 'days-of-incidents' => 'Kaç gün olay gösterebilirim?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'time_before_refresh' => 'Durum sayfası yenileme hızı (saniye).', 'banner' => 'Afiş Resmi', 'banner-help' => '930 pikselden daha büyük olmayan dosyaları yüklemeniz önerilir.', 'subscribers' => 'Kullanıcıların e-posta bildirimlerine kaydolmasına izin verilsin mi?', - 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'suppress_notifications_in_maintenance' => 'Bakım döneminde oluşacak olay bildirimleri kapatılsın mı?', 'skip_subscriber_verification' => 'Kullanıcıların doğrulama işlemini atla? (Dikkat et, spam gönderildi)', 'automatic_localization' => 'Durum sayfanızı otomatik olarak ziyaretçinin diline yerelleştirir misin?', 'enable_external_dependencies' => 'Üçüncü Taraf Bağımlılıklarını Etkinleştirme (Google Fontlar, İzleyiciler, vb...)', @@ -218,7 +218,7 @@ return [ ], 'team' => [ 'description' => 'E-posta adreslerini buraya girerek ekip üyelerini davet edin.', - 'email' => 'E-posta #:id', + 'email' => 'Ekip Üyelerinin E-Posta Adresi', ], ], @@ -238,7 +238,7 @@ return [ 'remove' => 'Kaldır', 'invite' => 'Davet et', 'signup' => 'Kayıt Ol', - 'manage_updates' => 'Manage Updates', + 'manage_updates' => 'Güncellemeleri Yönet', // Other 'optional' => '* İsteğe bağlı', diff --git a/resources/lang/uk-UA/cachet.php b/resources/lang/uk-UA/cachet.php index 048403d3..7771221c 100644 --- a/resources/lang/uk-UA/cachet.php +++ b/resources/lang/uk-UA/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Залишатись в курсі останніх оновлень стану :app.', + ], + ], + // Other 'home' => 'Домашня сторінка', - 'description' => 'Залишатись в курсі останніх оновлень стану :app.', 'powered_by' => 'Розроблено Cachet.', 'timezone' => 'Часовий пояс :timezone.', 'about_this_site' => 'Про сайт', diff --git a/resources/lang/vi-VN/cachet.php b/resources/lang/vi-VN/cachet.php index 726c2ae7..08bcaee0 100644 --- a/resources/lang/vi-VN/cachet.php +++ b/resources/lang/vi-VN/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'Về trang web này', diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index 04700a3b..77f32e71 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -33,7 +33,7 @@ return [ 'scheduled' => '计划维护', 'scheduled_at' => ',计划于 :timestamp', 'posted' => '发布于 :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => '发布于 :timestamp', 'status' => [ 1 => '确认中', 2 => '修复中', @@ -53,9 +53,9 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] 系统工作正常|[2,Inf] 所有系统工作正常', - 'bad' => '[0,1] 一个系统出现了问题|[2,Inf] 一些系统出现了问题', - 'major' => '[0,1] 一个系统出现重大故障|[2,Inf] 一些系统出现重大故障', + 'good' => '[0,1] 系统工作正常|[2,*] 所有系统工作正常', + 'bad' => '[0,1] 系统出现了问题|[2,*] 一些系统出现了问题', + 'major' => '[0,1] 系统出现重大故障|[2,*] 一些系统出现重大故障', ], 'api' => [ @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => '始终保持对 :app 服务状态的关注。', + ], + ], + // Other 'home' => '主屏幕', - 'description' => '始终保持对 :app 服务状态的关注。', 'powered_by' => '由 Cachet 驱动。', 'timezone' => '时间将以 :timezone 时区显示。', 'about_this_site' => '关于我们', diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index fb460511..c8b50aa6 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -22,17 +22,17 @@ return [ 'incident-create-template' => '创建模板', 'incident-templates' => '故障模板', 'updates' => [ - 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'title' => '关于 :incident 事件的更新', + 'count' => '{0} 无更新|[1] 一个更新|[2] 2个更新|[3,*] 多个更新', 'add' => [ 'title' => '添加故障更新', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => '您已创建新的故障更新。', + 'failure' => '创建故障更新时出现了问题。', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'title' => '编辑故障更新', + 'success' => '成功更新故障。', + 'failure' => '修改故障更新时出现问题', ], ], 'add' => [ @@ -157,12 +157,12 @@ return [ 'subscribers' => [ 'subscribers' => '通知', 'description' => '有新增故障或有组件更新时,订阅者将会收到邮件提醒。', - 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', + 'description_disabled' => '要使用此功能,您需要允许通知订阅。', 'verified' => '已认证', 'not_verified' => '未认证', 'subscriber' => ':email, 订阅于 :date', 'no_subscriptions' => '已订阅全部更新', - 'global' => 'Globally subscribed', + 'global' => '全局订阅', 'add' => [ 'title' => '添加邮件订阅', 'success' => '邮件订阅已添加成功。', diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 1ce29f0c..07a3e02c 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -49,12 +49,12 @@ return [ 'name' => '名称', 'status' => '状态', 'component' => '组件', - 'component_status' => 'Component Status', + 'component_status' => '组件状态', 'message' => '描述', 'message-help' => '您可以使用Markdown语言。', 'occurred_at' => '这次故障是什么时候发生的?', 'notify_subscribers' => '通知订阅者', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => '由于计划维护,关于此事件或此部件的通知将被静默处理。', 'visibility' => '故障的可见性', 'stick_status' => '关注故障', 'stickied' => '已关注', @@ -153,11 +153,11 @@ return [ 'display-graphs' => '在状态页上显示图表', 'about-this-page' => '关于本页', 'days-of-incidents' => '显示多少天的故障?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'time_before_refresh' => '状态页刷新速率(秒)', 'banner' => '横幅图像', 'banner-help' => '建议上传文件宽度不大于 930 像素。', 'subscribers' => '允许用户订阅邮件通知', - 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'suppress_notifications_in_maintenance' => '当计划维护发生时静默处理事件通知?', 'skip_subscriber_verification' => '是否跳过用户邮件验证?(小心,这可能会被滥用)', 'automatic_localization' => '根据访客的系统语言自动本地化状态页面', 'enable_external_dependencies' => '启用第三方服务 (Google Fonts, Tracker 等)', @@ -218,7 +218,7 @@ return [ ], 'team' => [ 'description' => '请输入您要邀请的团队成员的邮件地址:', - 'email' => '电子邮箱 #:id', + 'email' => '团队成员的电子邮箱地址', ], ], @@ -238,7 +238,7 @@ return [ 'remove' => '删除', 'invite' => '邀请', 'signup' => '注册', - 'manage_updates' => 'Manage Updates', + 'manage_updates' => '管理更新', // Other 'optional' => '* 可选', diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index 5643396c..f13fbb61 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => '始終保持對 :app 服務狀態的關注。', + ], + ], + // Other 'home' => '首頁', - 'description' => '始終保持對 :app 服務狀態的關注。', 'powered_by' => '由 Cachet 提供。', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => '關於此站點',