diff --git a/resources/lang/af-ZA/dashboard.php b/resources/lang/af-ZA/dashboard.php index 097f2d38..dcba33f3 100644 --- a/resources/lang/af-ZA/dashboard.php +++ b/resources/lang/af-ZA/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Report an incident', 'success' => 'Incident added.', diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php index f811393b..14e77496 100644 --- a/resources/lang/ar-SA/cachet.php +++ b/resources/lang/ar-SA/cachet.php @@ -33,7 +33,7 @@ return [ 'scheduled' => 'صيانة', 'scheduled_at' => ', مجدولة :timestamp', 'posted' => 'تم الإرسال :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => 'نُشِر على :timestamp', 'status' => [ 1 => 'عملية التحقق جارية', 2 => 'تم التعرف عليه', @@ -129,10 +129,10 @@ return [ ], // Other - 'home' => 'Home', + 'home' => 'الرئيسية', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', - 'about_this_site' => 'About This Site', + 'about_this_site' => 'عن هذا الموقع', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', 'feed' => 'Status Feed', diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php index d16d5647..b684d09c 100644 --- a/resources/lang/ar-SA/dashboard.php +++ b/resources/lang/ar-SA/dashboard.php @@ -23,7 +23,7 @@ return [ 'incident-templates' => 'قوالب الأعطال', 'updates' => [ 'title' => 'تحديثات حالة العَطَل :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'count' => '{0} لا تحديث|[1] تحديث واحد|[2] تحديثين|[3,*] عدة تحديثات', 'add' => [ 'title' => 'إنشاء تحديث حالة جديد للعَطَل', 'success' => 'تم إنشاء الحالة الجديدة المتعلقة بالعَطَل.', @@ -35,6 +35,7 @@ return [ 'failure' => 'طرأ هناك خطأ في تحديث حالة العَطل', ], ], + 'reported_by' => 'أبلَغَ عنه :user', 'add' => [ 'title' => 'الإبلاغ عن عَطَل', 'success' => 'تم إضافة العَطَل.', @@ -75,7 +76,7 @@ return [ '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', + 'scheduled_at' => 'مُبرمَجة على :timestamp', 'add' => [ 'title' => 'إضافة إجراء صيانة', 'success' => 'تم إضافة إجراء الصيانة.', @@ -94,11 +95,11 @@ return [ // Components 'components' => [ - 'components' => 'Components', - 'component_statuses' => 'Component Statuses', + 'components' => 'المُكوّنات', + 'component_statuses' => 'حالات المُكوّن', 'listed_group' => 'Grouped under :name', 'add' => [ - 'title' => 'Add a component', + 'title' => 'إضافة مُكوّن', 'message' => 'You should add a component.', 'success' => 'Component created.', 'failure' => 'Something went wrong with the component group, please try again.', @@ -159,7 +160,7 @@ return [ 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', 'verified' => 'تم التحقق منه', - 'not_verified' => 'Not verified', + 'not_verified' => 'لم يتم التحقق منه', 'subscriber' => ':email, subscribed :date', 'no_subscriptions' => 'Subscribed to all updates', 'global' => 'Globally subscribed', @@ -184,7 +185,7 @@ return [ 'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'add' => [ 'title' => 'Add a new team member', - 'success' => 'Team member added.', + 'success' => 'تمت إضافة عضو إلى الفريق.', 'failure' => 'The team member could not be added, please try again.', ], 'edit' => [ @@ -198,8 +199,8 @@ return [ ], 'invite' => [ 'title' => 'Invite a new team member', - 'success' => 'An invite has been sent', - 'failure' => 'The invite could not be sent, please try again.', + 'success' => 'تم إرسال الدعوة', + 'failure' => 'تعذرت عملية إرسال الدعوة، يُرجى إعادة المحاولة ثانية.', ], ], @@ -212,7 +213,7 @@ return [ 'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size', ], 'analytics' => [ - 'analytics' => 'Analytics', + 'analytics' => 'التحليلات', ], 'log' => [ 'log' => 'السجل', @@ -221,15 +222,15 @@ return [ 'localization' => 'الترجمة', ], 'customization' => [ - 'customization' => 'Customization', + 'customization' => 'التخصيص', 'header' => 'Custom Header HTML', 'footer' => 'Custom Footer HTML', ], 'mail' => [ - 'mail' => 'Mail', - 'test' => 'Test', + 'mail' => 'البريد الإلكتروني', + 'test' => 'تجريب', 'email' => [ - 'subject' => 'Test notification from Cachet', + 'subject' => 'إشعار تجريبي مِن كاشيه Cachet', 'body' => 'This is a test notification from Cachet.', ], ], @@ -249,7 +250,7 @@ return [ ], 'credits' => [ 'credits' => 'Credits', - 'contributors' => 'Contributors', + 'contributors' => 'المساهمون', 'license' => 'Cachet is a BSD-3-licensed open source project, released by Alt Three Services Limited.', 'backers-title' => 'Backers & Sponsors', 'backers' => 'If you\'d like to support future development, check out the Cachet Patreon campaign.', @@ -260,7 +261,7 @@ return [ // Login 'login' => [ 'login' => 'تسجيل الدخول', - 'logged_in' => 'You\'re logged in.', + 'logged_in' => 'أنت مُتّصل.', 'welcome' => 'Welcome back!', 'two-factor' => 'Please enter your token.', ], @@ -296,7 +297,7 @@ return [ 'customize' => 'Customize your page', 'team' => 'Add your team', 'api' => 'Generate an API token', - 'two-factor' => 'Setup Two Factor Authentication', + 'two-factor' => 'إعداد المصادقة بخطوتين', ], ], diff --git a/resources/lang/ca-ES/dashboard.php b/resources/lang/ca-ES/dashboard.php index 2277a35a..66fbfe59 100644 --- a/resources/lang/ca-ES/dashboard.php +++ b/resources/lang/ca-ES/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Informar d\'una incidència', 'success' => 'Incidència afegida.', diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php index 415a5228..6bcbe76a 100644 --- a/resources/lang/cs-CZ/dashboard.php +++ b/resources/lang/cs-CZ/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Nahlásit incident', 'success' => 'Incident byl přidán.', diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php index a914e577..9165147a 100644 --- a/resources/lang/da-DK/cachet.php +++ b/resources/lang/da-DK/cachet.php @@ -81,7 +81,7 @@ return [ 'manage' => [ 'no_subscriptions' => 'Du abonner i øjeblikket på alle 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' => [ 'subscribe' => 'Abonner på email opdateringer.', diff --git a/resources/lang/da-DK/dashboard.php b/resources/lang/da-DK/dashboard.php index 6c72ffb7..9cc61798 100644 --- a/resources/lang/da-DK/dashboard.php +++ b/resources/lang/da-DK/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'En fejl opstod under opdateringen af hændelsesopdateringen', ], ], + 'reported_by' => 'Anmeldt af bruger', 'add' => [ 'title' => 'Opret hændelse', 'success' => 'Hændelse tilføjet.', diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php index 9b9d5664..d44ef91b 100644 --- a/resources/lang/de-DE/cachet.php +++ b/resources/lang/de-DE/cachet.php @@ -81,7 +81,7 @@ return [ 'manage' => [ 'no_subscriptions' => 'Du hast im Augenblick alle 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' => [ 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.', diff --git a/resources/lang/de-DE/dashboard.php b/resources/lang/de-DE/dashboard.php index 500f6cf2..536ee0bf 100644 --- a/resources/lang/de-DE/dashboard.php +++ b/resources/lang/de-DE/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen', ], ], + 'reported_by' => 'Gemeldet von :user', 'add' => [ 'title' => 'Ereignis hinzufügen', 'success' => 'Ereignis hinzugefügt.', diff --git a/resources/lang/el-GR/dashboard.php b/resources/lang/el-GR/dashboard.php index 363e3ce8..727c962f 100644 --- a/resources/lang/el-GR/dashboard.php +++ b/resources/lang/el-GR/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Αναφορά περιστατικού', 'success' => 'Incident added.', diff --git a/resources/lang/en-UD/dashboard.php b/resources/lang/en-UD/dashboard.php index 936014bf..79898cfc 100644 --- a/resources/lang/en-UD/dashboard.php +++ b/resources/lang/en-UD/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'crwdns1409:0crwdne1409:0', ], ], + 'reported_by' => 'crwdns1433:0crwdne1433:0', 'add' => [ 'title' => 'crwdns958:0crwdne958:0', 'success' => 'crwdns959:0crwdne959:0', diff --git a/resources/lang/en-US/dashboard.php b/resources/lang/en-US/dashboard.php index afbe2caa..2be9eca9 100644 --- a/resources/lang/en-US/dashboard.php +++ b/resources/lang/en-US/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Report an incident', 'success' => 'Incident added.', diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php index 665fe2d4..75f559ba 100644 --- a/resources/lang/es-ES/cachet.php +++ b/resources/lang/es-ES/cachet.php @@ -81,7 +81,7 @@ return [ 'manage' => [ 'no_subscriptions' => 'Actualmente estás suscrito a todas las 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' => [ 'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.', diff --git a/resources/lang/es-ES/dashboard.php b/resources/lang/es-ES/dashboard.php index d3a1abc3..335514ee 100644 --- a/resources/lang/es-ES/dashboard.php +++ b/resources/lang/es-ES/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Algo salió mal al actualizar la actualización del incidente', ], ], + 'reported_by' => 'Informado por :user', 'add' => [ 'title' => 'Reportar incidente', 'success' => 'Incidente agregado.', diff --git a/resources/lang/es-ES/forms.php b/resources/lang/es-ES/forms.php index 2de0f082..452ea74b 100644 --- a/resources/lang/es-ES/forms.php +++ b/resources/lang/es-ES/forms.php @@ -54,7 +54,7 @@ return [ 'message-help' => 'También puedes usar Markdown.', 'occurred_at' => '¿Cuando ocurrió este incidente?', 'notify_subscribers' => '¿Notificar a los suscriptores?', - 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'notify_disabled' => 'Debido al mantenimiento programado, las notificaciones sobre este incidente o sus componentes serán suprimidas.', 'visibility' => 'Visibilidad del incidente', 'stick_status' => 'Pega Incidente', 'stickied' => 'Fijado', diff --git a/resources/lang/fa-IR/dashboard.php b/resources/lang/fa-IR/dashboard.php index 4ddeaddd..f12e0462 100644 --- a/resources/lang/fa-IR/dashboard.php +++ b/resources/lang/fa-IR/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Report an incident', 'success' => 'Incident added.', diff --git a/resources/lang/fi-FI/dashboard.php b/resources/lang/fi-FI/dashboard.php index d796d598..8260752c 100644 --- a/resources/lang/fi-FI/dashboard.php +++ b/resources/lang/fi-FI/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Ilmoita tapahtuma', 'success' => 'Tapahtuma lisätty.', diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php index 4145ff2b..3a9bd946 100644 --- a/resources/lang/fr-FR/cachet.php +++ b/resources/lang/fr-FR/cachet.php @@ -81,7 +81,7 @@ return [ 'manage' => [ 'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.', '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' => [ 'subscribe' => 'S\'abonner aux notifications par email.', diff --git a/resources/lang/fr-FR/dashboard.php b/resources/lang/fr-FR/dashboard.php index 6b15b2b9..37cd1cdf 100644 --- a/resources/lang/fr-FR/dashboard.php +++ b/resources/lang/fr-FR/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Un problème est survenu lors de la mise à jour de l\'incident', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Ajouter un incident', 'success' => 'Incident ajouté.', diff --git a/resources/lang/he-IL/dashboard.php b/resources/lang/he-IL/dashboard.php index 39dd1f78..4264695c 100644 --- a/resources/lang/he-IL/dashboard.php +++ b/resources/lang/he-IL/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Report an incident', 'success' => 'Incident added.', diff --git a/resources/lang/hu-HU/dashboard.php b/resources/lang/hu-HU/dashboard.php index f5c111b8..66be54d8 100644 --- a/resources/lang/hu-HU/dashboard.php +++ b/resources/lang/hu-HU/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Incidens jelentése', 'success' => 'Incidens létrehozva.', diff --git a/resources/lang/id-ID/dashboard.php b/resources/lang/id-ID/dashboard.php index fa7d3544..4e18482f 100644 --- a/resources/lang/id-ID/dashboard.php +++ b/resources/lang/id-ID/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Ada masalah saat memperbarui update insiden', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Tambahkan Insiden', 'success' => 'Insiden sudah ditambahkan.', diff --git a/resources/lang/it-IT/dashboard.php b/resources/lang/it-IT/dashboard.php index 29bfc48e..aae40fe2 100644 --- a/resources/lang/it-IT/dashboard.php +++ b/resources/lang/it-IT/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Riporta un problema', 'success' => 'Segnalazione aggiunta.', diff --git a/resources/lang/ja-JP/dashboard.php b/resources/lang/ja-JP/dashboard.php index ba5da674..a9bdf13b 100644 --- a/resources/lang/ja-JP/dashboard.php +++ b/resources/lang/ja-JP/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'インシデントの報告', 'success' => 'インシデントが追加されました。', diff --git a/resources/lang/ko-KR/dashboard.php b/resources/lang/ko-KR/dashboard.php index c9a4a259..2482872f 100644 --- a/resources/lang/ko-KR/dashboard.php +++ b/resources/lang/ko-KR/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => '문제 추가', 'success' => 'Incident added.', diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php index 7562a983..fc40b3a0 100644 --- a/resources/lang/nl-NL/cachet.php +++ b/resources/lang/nl-NL/cachet.php @@ -81,7 +81,7 @@ return [ 'manage' => [ 'no_subscriptions' => 'Je bent momenteel geabonneerd op alle 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' => [ 'subscribe' => 'Abonneren op e-mail updates.', diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php index e8af9eb6..bbe664cd 100644 --- a/resources/lang/nl-NL/dashboard.php +++ b/resources/lang/nl-NL/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Er is een fout opgetreden bij het wijzigen van de incident update', ], ], + 'reported_by' => 'Gemeld door: gebruiker', 'add' => [ 'title' => 'Meld een incident', 'success' => 'Incident toegevoegd.', diff --git a/resources/lang/no-NO/dashboard.php b/resources/lang/no-NO/dashboard.php index ce905520..febd6dfb 100644 --- a/resources/lang/no-NO/dashboard.php +++ b/resources/lang/no-NO/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Rapportere en hendelse', 'success' => 'Hendelse lagt til.', diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php index 676eb830..9aec8348 100644 --- a/resources/lang/pl-PL/cachet.php +++ b/resources/lang/pl-PL/cachet.php @@ -81,7 +81,7 @@ return [ 'manage' => [ 'no_subscriptions' => 'Jesteś obecnie zapisany na wszystkie 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' => [ 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.', diff --git a/resources/lang/pl-PL/dashboard.php b/resources/lang/pl-PL/dashboard.php index 26caaffe..224c3241 100644 --- a/resources/lang/pl-PL/dashboard.php +++ b/resources/lang/pl-PL/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Coś poszło nie tak z aktualizacją zdarzenia', ], ], + 'reported_by' => 'Zgłoszone przez :user', 'add' => [ 'title' => 'Vorfall hinzufügen', 'success' => 'Dodano zdarzenie.', diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index 67fa9411..f15648b6 100644 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Algo deu errado ao atualizar o incidente', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Relatar um incidente', 'success' => 'Incidente adicionado.', diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php index 2ef285f6..48562eef 100644 --- a/resources/lang/pt-PT/cachet.php +++ b/resources/lang/pt-PT/cachet.php @@ -33,7 +33,7 @@ return [ 'scheduled' => 'Manutenção Agendada', 'scheduled_at' => ', agendada :timestamp', 'posted' => 'Publicado :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => 'Publicado em :timestamp', 'status' => [ 1 => 'Investigando', 2 => 'Identificado', @@ -81,7 +81,7 @@ return [ 'manage' => [ 'no_subscriptions' => 'Actualmente está subscrito para todas as 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' => [ 'subscribe' => 'Subscrever actualizações via email.', diff --git a/resources/lang/pt-PT/dashboard.php b/resources/lang/pt-PT/dashboard.php index c5c367ed..6de49162 100644 --- a/resources/lang/pt-PT/dashboard.php +++ b/resources/lang/pt-PT/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Adicionar um incidente', 'success' => 'Incidente adicionado.', diff --git a/resources/lang/ro-RO/dashboard.php b/resources/lang/ro-RO/dashboard.php index a4a142bf..45a98b3d 100644 --- a/resources/lang/ro-RO/dashboard.php +++ b/resources/lang/ro-RO/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Raportează un incident', 'success' => 'Incidentul a fost adăugat.', diff --git a/resources/lang/ru-RU/cachet.php b/resources/lang/ru-RU/cachet.php index 02dca084..55fca19f 100644 --- a/resources/lang/ru-RU/cachet.php +++ b/resources/lang/ru-RU/cachet.php @@ -33,7 +33,7 @@ return [ 'scheduled' => 'Плановые работы', 'scheduled_at' => ', запланированы :timestamp', 'posted' => 'Опубликовано :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => 'Опубликовано в :timestamp', 'status' => [ 1 => 'Проводим анализ проблемы', 2 => 'Причина определена', @@ -81,7 +81,7 @@ return [ 'manage' => [ 'no_subscriptions' => 'Вы подписаны на все изменения.', 'my_subscriptions' => 'Вы подписаны на следующие изменения.', - 'manage_at_link' => 'Manage your subscriptions at :link', + 'manage_at_link' => 'Управляйте своими подписками в :link', ], 'email' => [ 'subscribe' => 'Подписка на рассылку об изменениях.', diff --git a/resources/lang/ru-RU/dashboard.php b/resources/lang/ru-RU/dashboard.php index 33d3ee4e..91b1b675 100644 --- a/resources/lang/ru-RU/dashboard.php +++ b/resources/lang/ru-RU/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Добавить инцидент', 'success' => 'Инцидент добавлен.', diff --git a/resources/lang/sq-AL/dashboard.php b/resources/lang/sq-AL/dashboard.php index 2a8fd5ea..3d4755ad 100644 --- a/resources/lang/sq-AL/dashboard.php +++ b/resources/lang/sq-AL/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Report an incident', 'success' => 'Incident added.', diff --git a/resources/lang/sv-SE/dashboard.php b/resources/lang/sv-SE/dashboard.php index 3441c452..aecbe537 100644 --- a/resources/lang/sv-SE/dashboard.php +++ b/resources/lang/sv-SE/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Lägg till händelse', 'success' => 'Incident skapad.', diff --git a/resources/lang/th-TH/dashboard.php b/resources/lang/th-TH/dashboard.php index 258985c2..b4240915 100644 --- a/resources/lang/th-TH/dashboard.php +++ b/resources/lang/th-TH/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'รายงานเหตุการณ์', 'success' => 'เพิ่มเหตุการณ์แล้ว', diff --git a/resources/lang/tr-TR/dashboard.php b/resources/lang/tr-TR/dashboard.php index 95fe0025..e21d6054 100644 --- a/resources/lang/tr-TR/dashboard.php +++ b/resources/lang/tr-TR/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Olay şablonu güncellenirken bir şeyler ters gitti', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Olay Ekle', 'success' => 'Olay eklendi.', diff --git a/resources/lang/uk-UA/dashboard.php b/resources/lang/uk-UA/dashboard.php index aef6d434..89598575 100644 --- a/resources/lang/uk-UA/dashboard.php +++ b/resources/lang/uk-UA/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Повідомити про інцидент', 'success' => 'Інцидент додано.', diff --git a/resources/lang/vi-VN/dashboard.php b/resources/lang/vi-VN/dashboard.php index dfe42c20..2eccb95a 100644 --- a/resources/lang/vi-VN/dashboard.php +++ b/resources/lang/vi-VN/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Thêm một sự cố', 'success' => 'Sự cố đã được thêm.', diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index c8b50aa6..6baf0cfd 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => '修改故障更新时出现问题', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => '添加故障', 'success' => '故障已添加', diff --git a/resources/lang/zh-TW/dashboard.php b/resources/lang/zh-TW/dashboard.php index c71de8e6..e6063b16 100644 --- a/resources/lang/zh-TW/dashboard.php +++ b/resources/lang/zh-TW/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => '添加事件', 'success' => 'Incident added.',