Merge pull request #2974 from CachetHQ/l10n_2.4

New Crowdin translations
This commit is contained in:
James Brooks 2018-03-29 08:59:46 +01:00 committed by GitHub
commit 3209df42d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
44 changed files with 65 additions and 31 deletions

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',

View File

@ -33,7 +33,7 @@ return [
'scheduled' => 'صيانة', 'scheduled' => 'صيانة',
'scheduled_at' => ', مجدولة :timestamp', 'scheduled_at' => ', مجدولة :timestamp',
'posted' => 'تم الإرسال :timestamp', 'posted' => 'تم الإرسال :timestamp',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'نُشِر على :timestamp',
'status' => [ 'status' => [
1 => 'عملية التحقق جارية', 1 => 'عملية التحقق جارية',
2 => 'تم التعرف عليه', 2 => 'تم التعرف عليه',
@ -129,10 +129,10 @@ return [
], ],
// Other // Other
'home' => 'Home', 'home' => 'الرئيسية',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.', 'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.', 'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'About This Site', 'about_this_site' => 'عن هذا الموقع',
'rss-feed' => 'RSS', 'rss-feed' => 'RSS',
'atom-feed' => 'Atom', 'atom-feed' => 'Atom',
'feed' => 'Status Feed', 'feed' => 'Status Feed',

View File

@ -23,7 +23,7 @@ return [
'incident-templates' => 'قوالب الأعطال', 'incident-templates' => 'قوالب الأعطال',
'updates' => [ 'updates' => [
'title' => 'تحديثات حالة العَطَل :incident', 'title' => 'تحديثات حالة العَطَل :incident',
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', 'count' => '{0} لا تحديث|[1] تحديث واحد|[2] تحديثين|[3,*] عدة تحديثات',
'add' => [ 'add' => [
'title' => 'إنشاء تحديث حالة جديد للعَطَل', 'title' => 'إنشاء تحديث حالة جديد للعَطَل',
'success' => 'تم إنشاء الحالة الجديدة المتعلقة بالعَطَل.', 'success' => 'تم إنشاء الحالة الجديدة المتعلقة بالعَطَل.',
@ -35,6 +35,7 @@ return [
'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل', 'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل',
], ],
], ],
'reported_by' => 'أبلَغَ عنه :user',
'add' => [ 'add' => [
'title' => 'الإبلاغ عن عَطَل', 'title' => 'الإبلاغ عن عَطَل',
'success' => 'تم إضافة العَطَل.', 'success' => 'تم إضافة العَطَل.',
@ -75,7 +76,7 @@ return [
'schedule' => [ 'schedule' => [
'schedule' => 'صيانة', 'schedule' => 'صيانة',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.', 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Scheduled at :timestamp', 'scheduled_at' => 'مُبرمَجة على :timestamp',
'add' => [ 'add' => [
'title' => 'إضافة إجراء صيانة', 'title' => 'إضافة إجراء صيانة',
'success' => 'تم إضافة إجراء الصيانة.', 'success' => 'تم إضافة إجراء الصيانة.',
@ -94,11 +95,11 @@ return [
// Components // Components
'components' => [ 'components' => [
'components' => 'Components', 'components' => 'المُكوّنات',
'component_statuses' => 'Component Statuses', 'component_statuses' => 'حالات المُكوّن',
'listed_group' => 'Grouped under :name', 'listed_group' => 'Grouped under :name',
'add' => [ 'add' => [
'title' => 'Add a component', 'title' => 'إضافة مُكوّن',
'message' => 'You should add a component.', 'message' => 'You should add a component.',
'success' => 'Component created.', 'success' => 'Component created.',
'failure' => 'Something went wrong with the component group, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
@ -159,7 +160,7 @@ return [
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', '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.', 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
'verified' => 'تم التحقق منه', 'verified' => 'تم التحقق منه',
'not_verified' => 'Not verified', 'not_verified' => 'لم يتم التحقق منه',
'subscriber' => ':email, subscribed :date', 'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates', 'no_subscriptions' => 'Subscribed to all updates',
'global' => 'Globally subscribed', 'global' => 'Globally subscribed',
@ -184,7 +185,7 @@ return [
'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'add' => [ 'add' => [
'title' => 'Add a new team member', 'title' => 'Add a new team member',
'success' => 'Team member added.', 'success' => 'تمت إضافة عضو إلى الفريق.',
'failure' => 'The team member could not be added, please try again.', 'failure' => 'The team member could not be added, please try again.',
], ],
'edit' => [ 'edit' => [
@ -198,8 +199,8 @@ return [
], ],
'invite' => [ 'invite' => [
'title' => 'Invite a new team member', 'title' => 'Invite a new team member',
'success' => 'An invite has been sent', 'success' => 'تم إرسال الدعوة',
'failure' => 'The invite could not be sent, please try again.', 'failure' => 'تعذرت عملية إرسال الدعوة، يُرجى إعادة المحاولة ثانية.',
], ],
], ],
@ -212,7 +213,7 @@ return [
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size', 'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
], ],
'analytics' => [ 'analytics' => [
'analytics' => 'Analytics', 'analytics' => 'التحليلات',
], ],
'log' => [ 'log' => [
'log' => 'السجل', 'log' => 'السجل',
@ -221,15 +222,15 @@ return [
'localization' => 'الترجمة', 'localization' => 'الترجمة',
], ],
'customization' => [ 'customization' => [
'customization' => 'Customization', 'customization' => 'التخصيص',
'header' => 'Custom Header HTML', 'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML', 'footer' => 'Custom Footer HTML',
], ],
'mail' => [ 'mail' => [
'mail' => 'Mail', 'mail' => 'البريد الإلكتروني',
'test' => 'Test', 'test' => 'تجريب',
'email' => [ 'email' => [
'subject' => 'Test notification from Cachet', 'subject' => 'إشعار تجريبي مِن كاشيه Cachet',
'body' => 'This is a test notification from Cachet.', 'body' => 'This is a test notification from Cachet.',
], ],
], ],
@ -249,7 +250,7 @@ return [
], ],
'credits' => [ 'credits' => [
'credits' => 'Credits', 'credits' => 'Credits',
'contributors' => 'Contributors', 'contributors' => 'المساهمون',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.', 'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors', 'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.', 'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
@ -260,7 +261,7 @@ return [
// Login // Login
'login' => [ 'login' => [
'login' => 'تسجيل الدخول', 'login' => 'تسجيل الدخول',
'logged_in' => 'You\'re logged in.', 'logged_in' => 'أنت مُتّصل.',
'welcome' => 'Welcome back!', 'welcome' => 'Welcome back!',
'two-factor' => 'Please enter your token.', 'two-factor' => 'Please enter your token.',
], ],
@ -296,7 +297,7 @@ return [
'customize' => 'Customize your page', 'customize' => 'Customize your page',
'team' => 'Add your team', 'team' => 'Add your team',
'api' => 'Generate an API token', 'api' => 'Generate an API token',
'two-factor' => 'Setup Two Factor Authentication', 'two-factor' => 'إعداد المصادقة بخطوتين',
], ],
], ],

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Informar d\'una incidència', 'title' => 'Informar d\'una incidència',
'success' => 'Incidència afegida.', 'success' => 'Incidència afegida.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Nahlásit incident', 'title' => 'Nahlásit incident',
'success' => 'Incident byl přidán.', 'success' => 'Incident byl přidán.',

View File

@ -81,7 +81,7 @@ return [
'manage' => [ 'manage' => [
'no_subscriptions' => 'Du abonner i øjeblikket på alle opdateringer.', 'no_subscriptions' => 'Du abonner i øjeblikket på alle opdateringer.',
'my_subscriptions' => 'Du abonnere i øjeblikket på følgende opdateringer.', 'my_subscriptions' => 'Du abonnere i øjeblikket på følgende opdateringer.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Håndtér dine abonnementer via :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Abonner på email opdateringer.', 'subscribe' => 'Abonner på email opdateringer.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'En fejl opstod under opdateringen af hændelsesopdateringen', 'failure' => 'En fejl opstod under opdateringen af hændelsesopdateringen',
], ],
], ],
'reported_by' => 'Anmeldt af bruger',
'add' => [ 'add' => [
'title' => 'Opret hændelse', 'title' => 'Opret hændelse',
'success' => 'Hændelse tilføjet.', 'success' => 'Hændelse tilføjet.',

View File

@ -81,7 +81,7 @@ return [
'manage' => [ 'manage' => [
'no_subscriptions' => 'Du hast im Augenblick alle Updates abonniert.', 'no_subscriptions' => 'Du hast im Augenblick alle Updates abonniert.',
'my_subscriptions' => 'Du hast im Augenblick folgende Updates abonniert.', 'my_subscriptions' => 'Du hast im Augenblick folgende Updates abonniert.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Verwalte deine Abonnements :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.', 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen', 'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen',
], ],
], ],
'reported_by' => 'Gemeldet von :user',
'add' => [ 'add' => [
'title' => 'Ereignis hinzufügen', 'title' => 'Ereignis hinzufügen',
'success' => 'Ereignis hinzugefügt.', 'success' => 'Ereignis hinzugefügt.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Αναφορά περιστατικού', 'title' => 'Αναφορά περιστατικού',
'success' => 'Incident added.', 'success' => 'Incident added.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'crwdns1409:0crwdne1409:0', 'failure' => 'crwdns1409:0crwdne1409:0',
], ],
], ],
'reported_by' => 'crwdns1433:0crwdne1433:0',
'add' => [ 'add' => [
'title' => 'crwdns958:0crwdne958:0', 'title' => 'crwdns958:0crwdne958:0',
'success' => 'crwdns959:0crwdne959:0', 'success' => 'crwdns959:0crwdne959:0',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',

View File

@ -81,7 +81,7 @@ return [
'manage' => [ 'manage' => [
'no_subscriptions' => 'Actualmente estás suscrito a todas las actualizaciones.', 'no_subscriptions' => 'Actualmente estás suscrito a todas las actualizaciones.',
'my_subscriptions' => 'Actualmente estás suscrito a las siguientes actualizaciones.', 'my_subscriptions' => 'Actualmente estás suscrito a las siguientes actualizaciones.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Administra tus suscripciones en :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.', 'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Algo salió mal al actualizar la actualización del incidente', 'failure' => 'Algo salió mal al actualizar la actualización del incidente',
], ],
], ],
'reported_by' => 'Informado por :user',
'add' => [ 'add' => [
'title' => 'Reportar incidente', 'title' => 'Reportar incidente',
'success' => 'Incidente agregado.', 'success' => 'Incidente agregado.',

View File

@ -54,7 +54,7 @@ return [
'message-help' => 'También puedes usar Markdown.', 'message-help' => 'También puedes usar Markdown.',
'occurred_at' => '¿Cuando ocurrió este incidente?', 'occurred_at' => '¿Cuando ocurrió este incidente?',
'notify_subscribers' => '¿Notificar a los suscriptores?', 'notify_subscribers' => '¿Notificar a los suscriptores?',
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', 'notify_disabled' => 'Debido al mantenimiento programado, las notificaciones sobre este incidente o sus componentes serán suprimidas.',
'visibility' => 'Visibilidad del incidente', 'visibility' => 'Visibilidad del incidente',
'stick_status' => 'Pega Incidente', 'stick_status' => 'Pega Incidente',
'stickied' => 'Fijado', 'stickied' => 'Fijado',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Ilmoita tapahtuma', 'title' => 'Ilmoita tapahtuma',
'success' => 'Tapahtuma lisätty.', 'success' => 'Tapahtuma lisätty.',

View File

@ -81,7 +81,7 @@ return [
'manage' => [ 'manage' => [
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.', 'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.',
'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.', 'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Gérer vos abonnements à :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'S\'abonner aux notifications par email.', 'subscribe' => 'S\'abonner aux notifications par email.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Un problème est survenu lors de la mise à jour de l\'incident', 'failure' => 'Un problème est survenu lors de la mise à jour de l\'incident',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Ajouter un incident', 'title' => 'Ajouter un incident',
'success' => 'Incident ajouté.', 'success' => 'Incident ajouté.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Incidens jelentése', 'title' => 'Incidens jelentése',
'success' => 'Incidens létrehozva.', 'success' => 'Incidens létrehozva.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Ada masalah saat memperbarui update insiden', 'failure' => 'Ada masalah saat memperbarui update insiden',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Tambahkan Insiden', 'title' => 'Tambahkan Insiden',
'success' => 'Insiden sudah ditambahkan.', 'success' => 'Insiden sudah ditambahkan.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Riporta un problema', 'title' => 'Riporta un problema',
'success' => 'Segnalazione aggiunta.', 'success' => 'Segnalazione aggiunta.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'インシデントの報告', 'title' => 'インシデントの報告',
'success' => 'インシデントが追加されました。', 'success' => 'インシデントが追加されました。',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => '문제 추가', 'title' => '문제 추가',
'success' => 'Incident added.', 'success' => 'Incident added.',

View File

@ -81,7 +81,7 @@ return [
'manage' => [ 'manage' => [
'no_subscriptions' => 'Je bent momenteel geabonneerd op alle updates.', 'no_subscriptions' => 'Je bent momenteel geabonneerd op alle updates.',
'my_subscriptions' => 'Je bent momenteel geabonneerd op de volgende updates.', 'my_subscriptions' => 'Je bent momenteel geabonneerd op de volgende updates.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Beheer uw abonnementen op: link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Abonneren op e-mail updates.', 'subscribe' => 'Abonneren op e-mail updates.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Er is een fout opgetreden bij het wijzigen van de incident update', 'failure' => 'Er is een fout opgetreden bij het wijzigen van de incident update',
], ],
], ],
'reported_by' => 'Gemeld door: gebruiker',
'add' => [ 'add' => [
'title' => 'Meld een incident', 'title' => 'Meld een incident',
'success' => 'Incident toegevoegd.', 'success' => 'Incident toegevoegd.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Rapportere en hendelse', 'title' => 'Rapportere en hendelse',
'success' => 'Hendelse lagt til.', 'success' => 'Hendelse lagt til.',

View File

@ -81,7 +81,7 @@ return [
'manage' => [ 'manage' => [
'no_subscriptions' => 'Jesteś obecnie zapisany na wszystkie aktualizacje.', 'no_subscriptions' => 'Jesteś obecnie zapisany na wszystkie aktualizacje.',
'my_subscriptions' => 'Jesteś obecnie zapisany na poniższe aktualizacje.', 'my_subscriptions' => 'Jesteś obecnie zapisany na poniższe aktualizacje.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Zarządzaj swoją subskrypcją na :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.', 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Coś poszło nie tak z aktualizacją zdarzenia', 'failure' => 'Coś poszło nie tak z aktualizacją zdarzenia',
], ],
], ],
'reported_by' => 'Zgłoszone przez :user',
'add' => [ 'add' => [
'title' => 'Vorfall hinzufügen', 'title' => 'Vorfall hinzufügen',
'success' => 'Dodano zdarzenie.', 'success' => 'Dodano zdarzenie.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Algo deu errado ao atualizar o incidente', 'failure' => 'Algo deu errado ao atualizar o incidente',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Relatar um incidente', 'title' => 'Relatar um incidente',
'success' => 'Incidente adicionado.', 'success' => 'Incidente adicionado.',

View File

@ -33,7 +33,7 @@ return [
'scheduled' => 'Manutenção Agendada', 'scheduled' => 'Manutenção Agendada',
'scheduled_at' => ', agendada :timestamp', 'scheduled_at' => ', agendada :timestamp',
'posted' => 'Publicado :timestamp', 'posted' => 'Publicado :timestamp',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Publicado em :timestamp',
'status' => [ 'status' => [
1 => 'Investigando', 1 => 'Investigando',
2 => 'Identificado', 2 => 'Identificado',
@ -81,7 +81,7 @@ return [
'manage' => [ 'manage' => [
'no_subscriptions' => 'Actualmente está subscrito para todas as actualizações.', 'no_subscriptions' => 'Actualmente está subscrito para todas as actualizações.',
'my_subscriptions' => 'Actualmente está subscrito para as seguintes actualizações.', 'my_subscriptions' => 'Actualmente está subscrito para as seguintes actualizações.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Edite as suas subscrições aqui :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscrever actualizações via email.', 'subscribe' => 'Subscrever actualizações via email.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Adicionar um incidente', 'title' => 'Adicionar um incidente',
'success' => 'Incidente adicionado.', 'success' => 'Incidente adicionado.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Raportează un incident', 'title' => 'Raportează un incident',
'success' => 'Incidentul a fost adăugat.', 'success' => 'Incidentul a fost adăugat.',

View File

@ -33,7 +33,7 @@ return [
'scheduled' => 'Плановые работы', 'scheduled' => 'Плановые работы',
'scheduled_at' => ', запланированы :timestamp', 'scheduled_at' => ', запланированы :timestamp',
'posted' => 'Опубликовано :timestamp', 'posted' => 'Опубликовано :timestamp',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Опубликовано в :timestamp',
'status' => [ 'status' => [
1 => 'Проводим анализ проблемы', 1 => 'Проводим анализ проблемы',
2 => 'Причина определена', 2 => 'Причина определена',
@ -81,7 +81,7 @@ return [
'manage' => [ 'manage' => [
'no_subscriptions' => 'Вы подписаны на все изменения.', 'no_subscriptions' => 'Вы подписаны на все изменения.',
'my_subscriptions' => 'Вы подписаны на следующие изменения.', 'my_subscriptions' => 'Вы подписаны на следующие изменения.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Управляйте своими подписками в :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Подписка на рассылку об изменениях.', 'subscribe' => 'Подписка на рассылку об изменениях.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Добавить инцидент', 'title' => 'Добавить инцидент',
'success' => 'Инцидент добавлен.', 'success' => 'Инцидент добавлен.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Lägg till händelse', 'title' => 'Lägg till händelse',
'success' => 'Incident skapad.', 'success' => 'Incident skapad.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'รายงานเหตุการณ์', 'title' => 'รายงานเหตุการณ์',
'success' => 'เพิ่มเหตุการณ์แล้ว', 'success' => 'เพิ่มเหตุการณ์แล้ว',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Olay şablonu güncellenirken bir şeyler ters gitti', 'failure' => 'Olay şablonu güncellenirken bir şeyler ters gitti',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Olay Ekle', 'title' => 'Olay Ekle',
'success' => 'Olay eklendi.', 'success' => 'Olay eklendi.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Повідомити про інцидент', 'title' => 'Повідомити про інцидент',
'success' => 'Інцидент додано.', 'success' => 'Інцидент додано.',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Thêm một sự cố', 'title' => 'Thêm một sự cố',
'success' => 'Sự cố đã được thêm.', 'success' => 'Sự cố đã được thêm.',

View File

@ -35,6 +35,7 @@ return [
'failure' => '修改故障更新时出现问题', 'failure' => '修改故障更新时出现问题',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => '添加故障', 'title' => '添加故障',
'success' => '故障已添加', 'success' => '故障已添加',

View File

@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => '添加事件', 'title' => '添加事件',
'success' => 'Incident added.', 'success' => 'Incident added.',