From 492d7818778d7c77faa336986bb6e86e3471e9f2 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 22:10:12 +0000 Subject: [PATCH 001/134] New translations dashboard.php (Danish) --- resources/lang/da-DK/dashboard.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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.', From ee637a85c31cb647e597a2a4b6c915587bbd9910 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 22:20:07 +0000 Subject: [PATCH 002/134] New translations forms.php (Danish) --- resources/lang/da-DK/forms.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index ca7c8a77..dbec9235 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.', + '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...)', @@ -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', From 70556abc03f9f45f4e182cf6cc79495c9bb64a70 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 22:20:11 +0000 Subject: [PATCH 003/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/da-DK/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index dbec9235..53c6f1f7 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hvor mange dage skal der vises hændelser for?', 'time_before_refresh' => 'Statusside opdateringshastighed (i sekunder).', 'banner' => 'Banner billede', - 'banner-help' => "Det anbefales ikke at uploade billeder bredere end 930px.", + 'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.', 'subscribers' => 'Tillad folk at tilmelde sig email underretninger?', 'suppress_notifications_in_maintenance' => 'Tilbagehold notifikationer, når hændelse opstår under en vedligeholdelsesperiode?', 'skip_subscriber_verification' => 'Spring verificering af brugere over? (Husk på, du kan blive spammet)', From 64f5907b6052a74c8b2882fdc5e7f63edd07d0b9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 22:30:07 +0000 Subject: [PATCH 004/134] New translations forms.php (Danish) --- resources/lang/da-DK/forms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index 53c6f1f7..aad3ea99 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hvor mange dage skal der vises hændelser for?', 'time_before_refresh' => 'Statusside opdateringshastighed (i sekunder).', 'banner' => 'Banner billede', - 'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.', + 'banner-help' => "Det anbefales ikke at uploade billeder bredere end 930px.", 'subscribers' => 'Tillad folk at tilmelde sig email underretninger?', 'suppress_notifications_in_maintenance' => 'Tilbagehold notifikationer, når hændelse opstår under en vedligeholdelsesperiode?', 'skip_subscriber_verification' => 'Spring verificering af brugere over? (Husk på, du kan blive spammet)', @@ -218,7 +218,7 @@ return [ ], 'team' => [ 'description' => 'Inviter brugere, ved at indtaste dere email adresser her.', - 'email' => 'Email #:id', + 'email' => 'Dine teammedlemmers e-mails', ], ], From 7469742ea53649b3a9f014c77567a9f4acc3a79f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 22:30:12 +0000 Subject: [PATCH 005/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/da-DK/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index aad3ea99..a18cac23 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hvor mange dage skal der vises hændelser for?', 'time_before_refresh' => 'Statusside opdateringshastighed (i sekunder).', 'banner' => 'Banner billede', - 'banner-help' => "Det anbefales ikke at uploade billeder bredere end 930px.", + 'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.', 'subscribers' => 'Tillad folk at tilmelde sig email underretninger?', 'suppress_notifications_in_maintenance' => 'Tilbagehold notifikationer, når hændelse opstår under en vedligeholdelsesperiode?', 'skip_subscriber_verification' => 'Spring verificering af brugere over? (Husk på, du kan blive spammet)', From 2421efd97da5ce1dbe12a078c156ac682d65b677 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 22:40:07 +0000 Subject: [PATCH 006/134] New translations forms.php (Danish) --- resources/lang/da-DK/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index a18cac23..aad3ea99 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hvor mange dage skal der vises hændelser for?', 'time_before_refresh' => 'Statusside opdateringshastighed (i sekunder).', 'banner' => 'Banner billede', - 'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.', + 'banner-help' => "Det anbefales ikke at uploade billeder bredere end 930px.", 'subscribers' => 'Tillad folk at tilmelde sig email underretninger?', 'suppress_notifications_in_maintenance' => 'Tilbagehold notifikationer, når hændelse opstår under en vedligeholdelsesperiode?', 'skip_subscriber_verification' => 'Spring verificering af brugere over? (Husk på, du kan blive spammet)', From 36160537ee2897edf841af2d62ad969d326bad71 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 22:40:14 +0000 Subject: [PATCH 007/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/da-DK/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index aad3ea99..a18cac23 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hvor mange dage skal der vises hændelser for?', 'time_before_refresh' => 'Statusside opdateringshastighed (i sekunder).', 'banner' => 'Banner billede', - 'banner-help' => "Det anbefales ikke at uploade billeder bredere end 930px.", + 'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.', 'subscribers' => 'Tillad folk at tilmelde sig email underretninger?', 'suppress_notifications_in_maintenance' => 'Tilbagehold notifikationer, når hændelse opstår under en vedligeholdelsesperiode?', 'skip_subscriber_verification' => 'Spring verificering af brugere over? (Husk på, du kan blive spammet)', From 6426bf9f4c61bbc8f77be5ee5e4d999dee15aec1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2018 06:20:07 +0000 Subject: [PATCH 008/134] New translations cachet.php (Polish) --- resources/lang/pl-PL/cachet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php index 80cf2f84..2c3c9bc4 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', From 3d7c778ae6bff873ea34533d3e9f499bb86dff27 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2018 06:20:08 +0000 Subject: [PATCH 009/134] New translations dashboard.php (Polish) --- resources/lang/pl-PL/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' => [ From a614f76549283b9dac2eaa7017dc3d792f518529 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2018 06:20:09 +0000 Subject: [PATCH 010/134] New translations forms.php (Polish) --- resources/lang/pl-PL/forms.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php index 8ecd0fe8..43ed4816 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', @@ -155,9 +155,9 @@ return [ 'days-of-incidents' => 'Z ilu ostatnich dni pokazywać incydenty?', 'time_before_refresh' => 'Częstotliwość odświeżania strony statusu (w sekundach).', 'banner' => 'Baner', - 'banner-help' => 'Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.', + 'banner-help' => "Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.", 'subscribers' => 'Czy zezwolić użytkownikom na subskrypcje e-mail w celu otrzymywania powiadomień?', - 'suppress_notifications_in_maintenance' => '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...)', From 94c3e3fe52eebe272956872aaf68630f0aa2e1e8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2018 06:20:14 +0000 Subject: [PATCH 011/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/pl-PL/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php index 43ed4816..d6b59854 100644 --- a/resources/lang/pl-PL/forms.php +++ b/resources/lang/pl-PL/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Z ilu ostatnich dni pokazywać incydenty?', 'time_before_refresh' => 'Częstotliwość odświeżania strony statusu (w sekundach).', 'banner' => 'Baner', - 'banner-help' => "Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.", + 'banner-help' => 'Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.', 'subscribers' => 'Czy zezwolić użytkownikom na subskrypcje e-mail w celu otrzymywania powiadomień?', 'suppress_notifications_in_maintenance' => 'Czy pomijać powiadomienia, kiedy zdarzenie wystąpiło podczas przerwy konserwacyjnej?', 'skip_subscriber_verification' => 'Pominąć weryfikację użytkowników? (Ostrzeżenie: możesz otrzymać spam)', From 15b130fadb0a1e464a8325b78cff17ae5ba61c3c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2018 06:30:08 +0000 Subject: [PATCH 012/134] New translations cachet.php (Polish) --- resources/lang/pl-PL/cachet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php index 2c3c9bc4..9e12c448 100644 --- a/resources/lang/pl-PL/cachet.php +++ b/resources/lang/pl-PL/cachet.php @@ -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' => [ From 53ec7db40c88dd03643b97962845e9a770790687 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2018 06:30:09 +0000 Subject: [PATCH 013/134] New translations forms.php (Polish) --- resources/lang/pl-PL/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php index d6b59854..43ed4816 100644 --- a/resources/lang/pl-PL/forms.php +++ b/resources/lang/pl-PL/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Z ilu ostatnich dni pokazywać incydenty?', 'time_before_refresh' => 'Częstotliwość odświeżania strony statusu (w sekundach).', 'banner' => 'Baner', - 'banner-help' => 'Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.', + 'banner-help' => "Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.", 'subscribers' => 'Czy zezwolić użytkownikom na subskrypcje e-mail w celu otrzymywania powiadomień?', 'suppress_notifications_in_maintenance' => 'Czy pomijać powiadomienia, kiedy zdarzenie wystąpiło podczas przerwy konserwacyjnej?', 'skip_subscriber_verification' => 'Pominąć weryfikację użytkowników? (Ostrzeżenie: możesz otrzymać spam)', From 430b43ca25f224b41885852fde4d4f4f19d1c668 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2018 06:30:14 +0000 Subject: [PATCH 014/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/pl-PL/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php index 43ed4816..d6b59854 100644 --- a/resources/lang/pl-PL/forms.php +++ b/resources/lang/pl-PL/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Z ilu ostatnich dni pokazywać incydenty?', 'time_before_refresh' => 'Częstotliwość odświeżania strony statusu (w sekundach).', 'banner' => 'Baner', - 'banner-help' => "Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.", + 'banner-help' => 'Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.', 'subscribers' => 'Czy zezwolić użytkownikom na subskrypcje e-mail w celu otrzymywania powiadomień?', 'suppress_notifications_in_maintenance' => 'Czy pomijać powiadomienia, kiedy zdarzenie wystąpiło podczas przerwy konserwacyjnej?', 'skip_subscriber_verification' => 'Pominąć weryfikację użytkowników? (Ostrzeżenie: możesz otrzymać spam)', From 713b15e201b66f848efd9f7518da5ad702493f20 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2018 20:50:08 +0000 Subject: [PATCH 015/134] New translations forms.php (French) --- resources/lang/fr-FR/forms.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/fr-FR/forms.php b/resources/lang/fr-FR/forms.php index 9fbff7df..9af37926 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é', @@ -155,9 +155,9 @@ return [ 'days-of-incidents' => 'Combien de jours d\'incidents à montrer ?', 'time_before_refresh' => 'Fréquence de rafraîchissement de la page de statut (en secondes).', 'banner' => 'Image d\'en-tête', - 'banner-help' => 'Il est recommandé de téléchargez un fichier ne dépassant pas 930px de large .', + 'banner-help' => "Il est recommandé de 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...)', From ac9102ebee3fee8a21566e51e06275b7ebd91671 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2018 20:50:21 +0000 Subject: [PATCH 016/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/fr-FR/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr-FR/forms.php b/resources/lang/fr-FR/forms.php index 9af37926..6e468f99 100644 --- a/resources/lang/fr-FR/forms.php +++ b/resources/lang/fr-FR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Combien de jours d\'incidents à montrer ?', 'time_before_refresh' => 'Fréquence de rafraîchissement de la page de statut (en secondes).', 'banner' => 'Image d\'en-tête', - 'banner-help' => "Il est recommandé de téléchargez un fichier ne dépassant pas 930px de large .", + 'banner-help' => 'Il est recommandé de 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' => '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é)', From 20b8c4a1ca82fbb0ca4840892afd63ecd71005ec Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 24 Jan 2018 05:00:06 +0000 Subject: [PATCH 017/134] New translations cachet.php (Chinese Simplified) --- resources/lang/zh-CN/cachet.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index 04700a3b..7453b369 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -30,10 +30,10 @@ return [ 'none' => '无故障报告', 'past' => '历史状态', 'stickied' => '已关注的故障', - 'scheduled' => '计划维护', + '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' => [ From ef967a59624fca4a94e6433fca522db8ba952d52 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 24 Jan 2018 05:00:08 +0000 Subject: [PATCH 018/134] New translations dashboard.php (Chinese Simplified) --- resources/lang/zh-CN/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index fb460511..a00e9f21 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -22,8 +22,8 @@ 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.', @@ -73,7 +73,7 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => '计划维护', + 'schedule' => '维护', 'logged' => '{0} 现在没有维护计划,好样的。|你已经记录下 1 个维护计划|你已经报告了 :count 个维护计划', 'scheduled_at' => '计划在 :timestamp', 'add' => [ From 90374121cb8913c46479a19d608190354b04d709 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 29 Jan 2018 12:40:54 +0000 Subject: [PATCH 019/134] New translations dashboard.php (Dutch) --- resources/lang/nl-NL/dashboard.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php index cb2127a8..f062f488 100644 --- a/resources/lang/nl-NL/dashboard.php +++ b/resources/lang/nl-NL/dashboard.php @@ -23,16 +23,16 @@ return [ '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} Nul 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' => [ @@ -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!', From 08e646400bb74a1e42eed8a1dc3a0e99eb44de4b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 29 Jan 2018 12:40:55 +0000 Subject: [PATCH 020/134] New translations forms.php (Dutch) --- resources/lang/nl-NL/forms.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/nl-NL/forms.php b/resources/lang/nl-NL/forms.php index 291161a8..f7b076ae 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.', + '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', From 9ae733706afdd96c45edebcdcf0a31fcc41cea09 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 29 Jan 2018 12:41:10 +0000 Subject: [PATCH 021/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/nl-NL/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl-NL/forms.php b/resources/lang/nl-NL/forms.php index f7b076ae..6fc08c69 100644 --- a/resources/lang/nl-NL/forms.php +++ b/resources/lang/nl-NL/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hoeveel dagen moeten incidenten getoond worden?', '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.", + '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' => 'Onderdruk meldingen wanneer incident tijdens de onderhoudingsperiode voordoet?', 'skip_subscriber_verification' => 'Verificatie van gebruikers overslaan? (Let op, je kunt gespamd worden)', From 1f268d028fa92714df60f1b5b082a9a16e1749db Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 29 Jan 2018 18:00:25 +0000 Subject: [PATCH 022/134] New translations forms.php (Portuguese, Brazilian) --- resources/lang/pt-BR/forms.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index 4c03598f..d698e3eb 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', @@ -155,9 +155,9 @@ return [ 'days-of-incidents' => 'Quantos dias de incidentes para mostrar?', 'time_before_refresh' => 'Tempo para atualizar a página de Status (em segundos).', 'banner' => 'Imagem do banner', - 'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .', + '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...)', From 94c45f50f3dfce66e308b0c04439af69af3be73a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 29 Jan 2018 18:00:32 +0000 Subject: [PATCH 023/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/pt-BR/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index d698e3eb..69827cc2 100644 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Quantos dias de incidentes para mostrar?', 'time_before_refresh' => 'Tempo para atualizar a página de Status (em segundos).', 'banner' => 'Imagem do banner', - 'banner-help' => "É recomendável que você faça upload de arquivos menores que 930px .", + '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' => '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)', From bb5a4595dabb147211c74804e4b476e444a3d37c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 31 Jan 2018 21:30:08 +0000 Subject: [PATCH 024/134] New translations dashboard.php (Italian) --- resources/lang/it-IT/dashboard.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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!', From 6b548359b667274238637b388dcfd48b997af5bc Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 31 Jan 2018 21:30:10 +0000 Subject: [PATCH 025/134] New translations forms.php (Italian) --- resources/lang/it-IT/forms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/it-IT/forms.php b/resources/lang/it-IT/forms.php index 13ff332a..f03b634d 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?', @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Quanti giorni di segnalazioni mostrare?', 'time_before_refresh' => 'Frequenza di aggiornamento della pagina di stato (in secondi).', 'banner' => 'Immagine del banner', - 'banner-help' => 'È consigliabile caricare file larghi non più di 930px.', + 'banner-help' => "È consigliabile caricare file larghi non più di 930px.", 'subscribers' => 'Permettere alle persone di iscriversi alle notifiche via email?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifica degli utenti? (Attenzione, potreste ricevere spam)', From b59e56153657af826c646ccb0c52c5ce87e737b5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 31 Jan 2018 21:30:45 +0000 Subject: [PATCH 026/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/it-IT/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/it-IT/forms.php b/resources/lang/it-IT/forms.php index f03b634d..1b2ff9fc 100644 --- a/resources/lang/it-IT/forms.php +++ b/resources/lang/it-IT/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Quanti giorni di segnalazioni mostrare?', 'time_before_refresh' => 'Frequenza di aggiornamento della pagina di stato (in secondi).', 'banner' => 'Immagine del banner', - 'banner-help' => "È consigliabile caricare file larghi non più di 930px.", + 'banner-help' => 'È consigliabile caricare file larghi non più di 930px.', 'subscribers' => 'Permettere alle persone di iscriversi alle notifiche via email?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifica degli utenti? (Attenzione, potreste ricevere spam)', From 15c81fcd06bb2ca20f56c1290e248419e649ba6a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 31 Jan 2018 21:40:08 +0000 Subject: [PATCH 027/134] New translations cachet.php (Italian) --- resources/lang/it-IT/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php index 2ced9c46..a522a256 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', From 084f52dd6071326c5c631e978e5beb9e7155e74d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 7 Feb 2018 00:50:06 +0000 Subject: [PATCH 028/134] New translations forms.php (Turkish) --- resources/lang/tr-TR/forms.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/tr-TR/forms.php b/resources/lang/tr-TR/forms.php index 0812f65f..018f3840 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.', + '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ı', From bd108e343011f67b0b22a4840954906dd858a84e Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 7 Feb 2018 00:50:08 +0000 Subject: [PATCH 029/134] New translations dashboard.php (Turkish) --- resources/lang/tr-TR/dashboard.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/tr-TR/dashboard.php b/resources/lang/tr-TR/dashboard.php index 2e2f4600..77afd25c 100644 --- a/resources/lang/tr-TR/dashboard.php +++ b/resources/lang/tr-TR/dashboard.php @@ -23,16 +23,16 @@ return [ 'incident-templates' => 'Olay Şablonları', 'updates' => [ 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + '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' => [ From fd866023591bdda533924b6de892b326b5789541 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 7 Feb 2018 00:50:22 +0000 Subject: [PATCH 030/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/tr-TR/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/tr-TR/forms.php b/resources/lang/tr-TR/forms.php index 018f3840..a73ca4c0 100644 --- a/resources/lang/tr-TR/forms.php +++ b/resources/lang/tr-TR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Kaç gün olay gösterebilirim?', '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.", + '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' => '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)', From 6817e56499077671a8b33dc95a61c498db7b803d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 7 Feb 2018 01:00:07 +0000 Subject: [PATCH 031/134] New translations dashboard.php (Turkish) --- resources/lang/tr-TR/dashboard.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/tr-TR/dashboard.php b/resources/lang/tr-TR/dashboard.php index 77afd25c..95fe0025 100644 --- a/resources/lang/tr-TR/dashboard.php +++ b/resources/lang/tr-TR/dashboard.php @@ -22,7 +22,7 @@ return [ 'incident-create-template' => 'Şablon Oluştur', 'incident-templates' => 'Olay Şablonları', 'updates' => [ - 'title' => 'Incident updates for :incident', + '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', @@ -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!', From c67eb66022a48892f2f1e5d2831fd0d917a1e53a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 7 Feb 2018 01:00:08 +0000 Subject: [PATCH 032/134] New translations cachet.php (Turkish) --- resources/lang/tr-TR/cachet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/tr-TR/cachet.php b/resources/lang/tr-TR/cachet.php index 03a6f147..99eb23e1 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ı', From b6a81963c0ff2626d2231433ab637bdd251cf0cc Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Feb 2018 06:50:06 +0000 Subject: [PATCH 033/134] New translations cachet.php (Japanese) --- resources/lang/ja-JP/cachet.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php index cb346a2b..92ff0ef6 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' => [ From 4b7e78848cc0be91308ac6588c66760ee2e40a87 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 15 Feb 2018 06:50:05 +0000 Subject: [PATCH 034/134] New translations forms.php (Chinese Simplified) --- resources/lang/zh-CN/forms.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 1ce29f0c..3d3e99c6 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 像素。', + '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 等)', From 834017b1414d753303ca347872159d3164ecb50d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 15 Feb 2018 06:50:15 +0000 Subject: [PATCH 035/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/zh-CN/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 3d3e99c6..5b99d6a1 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '显示多少天的故障?', 'time_before_refresh' => '状态页刷新速率(秒)', 'banner' => '横幅图像', - 'banner-help' => "建议上传文件宽度不大于 930 像素。", + 'banner-help' => '建议上传文件宽度不大于 930 像素。', 'subscribers' => '允许用户订阅邮件通知', 'suppress_notifications_in_maintenance' => '当计划维护发生时静默处理事件通知?', 'skip_subscriber_verification' => '是否跳过用户邮件验证?(小心,这可能会被滥用)', From 0fd599ac71174bc15cb90e9181c9f976d70fde1b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 15 Feb 2018 07:00:06 +0000 Subject: [PATCH 036/134] New translations dashboard.php (Chinese Simplified) --- resources/lang/zh-CN/dashboard.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index a00e9f21..c8b50aa6 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -26,13 +26,13 @@ return [ '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' => [ @@ -73,7 +73,7 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => '维护', + 'schedule' => '计划维护', 'logged' => '{0} 现在没有维护计划,好样的。|你已经记录下 1 个维护计划|你已经报告了 :count 个维护计划', 'scheduled_at' => '计划在 :timestamp', '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' => '邮件订阅已添加成功。', From 16455777c1ebc6eb433af01a9de9362d5737621d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:26 +0000 Subject: [PATCH 037/134] New translations forms.php (Persian) --- resources/lang/fa-IR/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fa-IR/forms.php b/resources/lang/fa-IR/forms.php index 08b208e9..8779f118 100644 --- a/resources/lang/fa-IR/forms.php +++ b/resources/lang/fa-IR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'چند روز از رویداد‌ها نمایش داده شوند؟', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'تصویر بنر', - 'banner-help' => 'پیشنهاد می‌شود که شما تصاویری با پهنای بیشتر از 930px آپلود نکنید.', + 'banner-help' => "پیشنهاد می‌شود که شما تصاویری با پهنای بیشتر از 930px آپلود نکنید.", 'subscribers' => 'آیا به کاربران اجازه ثبت‌‌نام برای اعلان‌های ایمیلی داده شود؟', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From 4337bfaea670219ffc6cad731ab9ee7642e51062 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:28 +0000 Subject: [PATCH 038/134] New translations cachet.php (Polish) --- resources/lang/pl-PL/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php index 9e12c448..99197245 100644 --- a/resources/lang/pl-PL/cachet.php +++ b/resources/lang/pl-PL/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' => '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', From 0a7c93f1a1bdc0abd704652ff69865756cc6012d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:30 +0000 Subject: [PATCH 039/134] New translations forms.php (Polish) --- resources/lang/pl-PL/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php index d6b59854..43ed4816 100644 --- a/resources/lang/pl-PL/forms.php +++ b/resources/lang/pl-PL/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Z ilu ostatnich dni pokazywać incydenty?', 'time_before_refresh' => 'Częstotliwość odświeżania strony statusu (w sekundach).', 'banner' => 'Baner', - 'banner-help' => 'Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.', + 'banner-help' => "Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.", 'subscribers' => 'Czy zezwolić użytkownikom na subskrypcje e-mail w celu otrzymywania powiadomień?', 'suppress_notifications_in_maintenance' => 'Czy pomijać powiadomienia, kiedy zdarzenie wystąpiło podczas przerwy konserwacyjnej?', 'skip_subscriber_verification' => 'Pominąć weryfikację użytkowników? (Ostrzeżenie: możesz otrzymać spam)', From 998cf279bce05b8694506d456c135e795ee635b9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:32 +0000 Subject: [PATCH 040/134] New translations cachet.php (Portuguese) --- resources/lang/pt-PT/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 57bf080bd2c8d5c8a8ab137c48a01b5b446f3921 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:33 +0000 Subject: [PATCH 041/134] New translations cachet.php (Persian) --- resources/lang/fa-IR/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/fa-IR/cachet.php b/resources/lang/fa-IR/cachet.php index b8e6b031..eb80b3f3 100644 --- a/resources/lang/fa-IR/cachet.php +++ b/resources/lang/fa-IR/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' => 'درباره این سایت', From 4a3f6280c9fc600b24ba76cc328f49944d506ce0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:35 +0000 Subject: [PATCH 042/134] New translations forms.php (Portuguese) --- resources/lang/pt-PT/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt-PT/forms.php b/resources/lang/pt-PT/forms.php index 60b64427..7c6d6738 100644 --- a/resources/lang/pt-PT/forms.php +++ b/resources/lang/pt-PT/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Quantos dias de incidentes para mostrar?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Imagem de Banner', - 'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .', + 'banner-help' => "É recomendável que você faça upload de arquivos menores que 930px .", 'subscribers' => 'Permitir que as pessoas subscrevam as notificações?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From a7fb8b7674414438db00f9fef20656b2cec3d361 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:37 +0000 Subject: [PATCH 043/134] New translations cachet.php (Portuguese, Brazilian) --- resources/lang/pt-BR/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index 83e21302..a9667f67 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' => '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 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', From 6eed99be9c6cc68352bf0de41822ae016895efbf Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:39 +0000 Subject: [PATCH 044/134] New translations forms.php (Portuguese, Brazilian) --- resources/lang/pt-BR/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index 69827cc2..d698e3eb 100644 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Quantos dias de incidentes para mostrar?', 'time_before_refresh' => 'Tempo para atualizar a página de Status (em segundos).', 'banner' => 'Imagem do banner', - 'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .', + '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' => '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)', From 883ad472b20479346ba445ab94a837be7fe8b220 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:41 +0000 Subject: [PATCH 045/134] New translations cachet.php (Romanian) --- resources/lang/ro-RO/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From f9d205b785dc226407c1923f953db91d0892cde7 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:43 +0000 Subject: [PATCH 046/134] New translations cachet.php (Italian) --- resources/lang/it-IT/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php index a522a256..06f3e8f9 100644 --- a/resources/lang/it-IT/cachet.php +++ b/resources/lang/it-IT/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' => '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', From 4a2ad130a57612b4c7f03b4a63df64ab22c6ecc7 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:44 +0000 Subject: [PATCH 047/134] New translations forms.php (Italian) --- resources/lang/it-IT/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/it-IT/forms.php b/resources/lang/it-IT/forms.php index 1b2ff9fc..f03b634d 100644 --- a/resources/lang/it-IT/forms.php +++ b/resources/lang/it-IT/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Quanti giorni di segnalazioni mostrare?', 'time_before_refresh' => 'Frequenza di aggiornamento della pagina di stato (in secondi).', 'banner' => 'Immagine del banner', - 'banner-help' => 'È consigliabile caricare file larghi non più di 930px.', + 'banner-help' => "È consigliabile caricare file larghi non più di 930px.", 'subscribers' => 'Permettere alle persone di iscriversi alle notifiche via email?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifica degli utenti? (Attenzione, potreste ricevere spam)', From 50093078184fb5df89190701f6b597bad6c16ce9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:48 +0000 Subject: [PATCH 048/134] New translations forms.php (Japanese) --- resources/lang/ja-JP/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ja-JP/forms.php b/resources/lang/ja-JP/forms.php index a472ba86..629d41a4 100644 --- a/resources/lang/ja-JP/forms.php +++ b/resources/lang/ja-JP/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '何日間のインシデントを表示しますか?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'バナー画像', - 'banner-help' => '横幅が930px以内の画像をアップロードしてください。', + 'banner-help' => "横幅が930px以内の画像をアップロードしてください。", 'subscribers' => 'Allow people to signup to email notifications?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From 9dcaa9a044163d7feefbb9beb231c3fc05d38252 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:50 +0000 Subject: [PATCH 049/134] New translations cachet.php (Korean) --- resources/lang/ko-KR/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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' => '이 사이트에 대해', From 681b71b825d617b7e4f2ec9fa31bc10986e7f497 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:52 +0000 Subject: [PATCH 050/134] New translations forms.php (Korean) --- resources/lang/ko-KR/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ko-KR/forms.php b/resources/lang/ko-KR/forms.php index bcf875a8..12ab830d 100644 --- a/resources/lang/ko-KR/forms.php +++ b/resources/lang/ko-KR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => '배너 이미지', - 'banner-help' => '가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.', + 'banner-help' => "가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.", 'subscribers' => '이메일 알림을 받기 위한 회원가입 허용', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From 4ce59ea65d541e72e03fcd2ee22eee6549d9c93c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:54 +0000 Subject: [PATCH 051/134] New translations cachet.php (Norwegian) --- resources/lang/no-NO/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 39d4535aa3418cce7afe38e32480eacf1ba21cc1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:56 +0000 Subject: [PATCH 052/134] New translations forms.php (Norwegian) --- resources/lang/no-NO/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/no-NO/forms.php b/resources/lang/no-NO/forms.php index ea0dfc7e..cc90d0b4 100644 --- a/resources/lang/no-NO/forms.php +++ b/resources/lang/no-NO/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hvor mange dagers hendelser vises?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Bannerbilde', - 'banner-help' => 'Det anbefales at du ikke laster opp bilder bredere enn 930 piksler.', + 'banner-help' => "Det anbefales at du ikke laster opp bilder bredere enn 930 piksler.", 'subscribers' => 'Tillatt brukere å melde seg inn for epostvarslinger?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Hopp over kontroll av brukere? (Vær advart, du kunne bli spammet)', From 834b3a1e137b9c6f2b5a320740492f570f0d5faf Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:02 +0000 Subject: [PATCH 053/134] New translations cachet.php (Ukrainian) --- resources/lang/uk-UA/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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' => 'Про сайт', From bf7da49480be4e5bf125af7909c71174b1da0679 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:04 +0000 Subject: [PATCH 054/134] New translations forms.php (Ukrainian) --- resources/lang/uk-UA/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/uk-UA/forms.php b/resources/lang/uk-UA/forms.php index 816ed069..9e3c71f0 100644 --- a/resources/lang/uk-UA/forms.php +++ b/resources/lang/uk-UA/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'How many days of incidents to show?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Зображення банеру', - 'banner-help' => 'Радимо завантажувати файли не більше, ніж 930 пiкселей у ширину.', + 'banner-help' => "Радимо завантажувати файли не більше, ніж 930 пiкселей у ширину.", 'subscribers' => 'Allow people to signup to email notifications?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From 36ef66f4c48a852a05623c28d9250c45a1e1b128 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:06 +0000 Subject: [PATCH 055/134] New translations cachet.php (Vietnamese) --- resources/lang/vi-VN/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 42e8e57e9910f913d52678f25937de2dacf2ac03 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:08 +0000 Subject: [PATCH 056/134] New translations forms.php (Vietnamese) --- resources/lang/vi-VN/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/vi-VN/forms.php b/resources/lang/vi-VN/forms.php index 2d559f74..4cd5ce56 100644 --- a/resources/lang/vi-VN/forms.php +++ b/resources/lang/vi-VN/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Sự cố này sẽ hiển thị mấy ngày ?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Banner Image', - 'banner-help' => 'Bạn nên upload ảnh có chiều rộng lớn hơn 930px', + 'banner-help' => "Bạn nên upload ảnh có chiều rộng lớn hơn 930px", 'subscribers' => 'Allow people to signup to email notifications?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From 7f44611b259006c00974c46e7a66578bf7c87a74 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:10 +0000 Subject: [PATCH 057/134] New translations cachet.php (English (upside down)) --- resources/lang/en-UD/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 2dd9ee880968ec4240582c1c0cb017c3eeb4b8dc Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:12 +0000 Subject: [PATCH 058/134] New translations forms.php (English (upside down)) --- resources/lang/en-UD/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en-UD/forms.php b/resources/lang/en-UD/forms.php index f1158741..25b6b077 100644 --- a/resources/lang/en-UD/forms.php +++ b/resources/lang/en-UD/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'crwdns1194:0crwdne1194:0', 'time_before_refresh' => 'crwdns1422:0crwdne1422:0', 'banner' => 'crwdns1195:0crwdne1195:0', - 'banner-help' => 'crwdns1196:0crwdne1196:0', + 'banner-help' => "crwdns1196:0crwdne1196:0", 'subscribers' => 'crwdns1197:0crwdne1197:0', 'suppress_notifications_in_maintenance' => 'crwdns1427:0crwdne1427:0', 'skip_subscriber_verification' => 'crwdns1198:0crwdne1198:0', From f87adb98e2b3c7cab4e8f2c75727fedacc01814c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:14 +0000 Subject: [PATCH 059/134] New translations forms.php (Thai) --- resources/lang/th-TH/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/th-TH/forms.php b/resources/lang/th-TH/forms.php index 8670e408..3e95ac17 100644 --- a/resources/lang/th-TH/forms.php +++ b/resources/lang/th-TH/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'แสดงวันที่มีเหตุการณ์เกิดขึ้นกี่วัน?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'ภาพแบนเนอร์', - 'banner-help' => 'ขอแนะนำให้อัปโหลดไฟล์ที่ความกว้างไม่เกิน 930px', + 'banner-help' => "ขอแนะนำให้อัปโหลดไฟล์ที่ความกว้างไม่เกิน 930px", 'subscribers' => 'เปิดให้ทุกคนสามารถลงทะเบียนรับอีเมลแจ้งเตือน?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'ข้ามการยืนยันตันตนผู้ใช้ (ระวัง! คุณอาจถูกสแปม)', From 6e490ae60ae8594491530de6a3e9bb849077712b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:15 +0000 Subject: [PATCH 060/134] New translations forms.php (Romanian) --- resources/lang/ro-RO/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ro-RO/forms.php b/resources/lang/ro-RO/forms.php index 5d752001..024b839a 100644 --- a/resources/lang/ro-RO/forms.php +++ b/resources/lang/ro-RO/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Câte zile de incidente vreţi să fie afişate?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Imagine Banner', - 'banner-help' => 'Este recomandat să încărcaţi fişiere cu lăţimea nu mai mare de 930px.', + 'banner-help' => "Este recomandat să încărcaţi fişiere cu lăţimea nu mai mare de 930px.", 'subscribers' => 'Permiteţi vizitatorilor să se aboneze la notificări prin email?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Omite verificarea utilizatorilor? (Avertizare, poți primi spam)', From e6d8e9fe74e84836be305bc8e143148aac959bb3 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:17 +0000 Subject: [PATCH 061/134] New translations cachet.php (Russian) --- resources/lang/ru-RU/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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' => 'Об этом сайте', From d46e3a274521f4e6aa29c52527da135edbd86e6e Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:19 +0000 Subject: [PATCH 062/134] New translations forms.php (Russian) --- resources/lang/ru-RU/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru-RU/forms.php b/resources/lang/ru-RU/forms.php index c5527c62..470e99df 100644 --- a/resources/lang/ru-RU/forms.php +++ b/resources/lang/ru-RU/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'За сколько дней показывать инциденты?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Картинка-баннер', - 'banner-help' => 'Рекомендуется загружать картинки не больше 930 пикс. в ширину.', + 'banner-help' => "Рекомендуется загружать картинки не больше 930 пикс. в ширину.", 'subscribers' => 'Разрешить посетителям подписываться на email-уведомления?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Пропустить проверку посетителей? (Будьте осторожны, возможен спам)', From b6e06c2b6abc56d5317d9def6caec1770894ca39 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:21 +0000 Subject: [PATCH 063/134] New translations cachet.php (Spanish) --- resources/lang/es-ES/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 6760dea8f935729e09be786db80854c38dadffcb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:22 +0000 Subject: [PATCH 064/134] New translations forms.php (Spanish) --- resources/lang/es-ES/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es-ES/forms.php b/resources/lang/es-ES/forms.php index 2de0f082..fb2e968a 100644 --- a/resources/lang/es-ES/forms.php +++ b/resources/lang/es-ES/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '¿Cuántos días de incidentes mostrar?', 'time_before_refresh' => 'Tasa de actualización de la página de estado (en segundos).', 'banner' => 'Imagen del banner', - 'banner-help' => 'Se recomienda subir una imagen no más grande de 930px de ancho .', + 'banner-help' => "Se recomienda subir una imagen no más grande de 930px de ancho .", 'subscribers' => '¿Permitir a la gente inscribirse mediante noficiacion por correo electronico?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => '¿Omitir verificación de usuarios? (Advertencia, podrías ser spammeado)', From 4a2ca25e1c68251109be2b8ae973072cc90d78f0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:25 +0000 Subject: [PATCH 065/134] New translations cachet.php (Swedish) --- resources/lang/sv-SE/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From b5062d0bd1a38215c97f00833a518445562b34a5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:27 +0000 Subject: [PATCH 066/134] New translations forms.php (Swedish) --- resources/lang/sv-SE/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/sv-SE/forms.php b/resources/lang/sv-SE/forms.php index 915d40dc..ad8e6a69 100644 --- a/resources/lang/sv-SE/forms.php +++ b/resources/lang/sv-SE/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hur många dagar av händelser ska visas?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Bannerbild', - 'banner-help' => 'Vi rekommenderar att du inte laddar upp bilder som är bredare än 930 px.', + 'banner-help' => "Vi rekommenderar att du inte laddar upp bilder som är bredare än 930 px.", 'subscribers' => 'Tillåt att registrera sig för notifikationer via e-post?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From 373890ff385d0c52d42e8fa9db33a62b53f1e69d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:29 +0000 Subject: [PATCH 067/134] New translations cachet.php (Thai) --- resources/lang/th-TH/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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' => 'เกี่ยวกับเว็บไซต์นี้', From de6170417b827a36e00aae790ae30d7ff22faaa7 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:30 +0000 Subject: [PATCH 068/134] New translations forms.php (Turkish) --- resources/lang/tr-TR/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/tr-TR/forms.php b/resources/lang/tr-TR/forms.php index a73ca4c0..018f3840 100644 --- a/resources/lang/tr-TR/forms.php +++ b/resources/lang/tr-TR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Kaç gün olay gösterebilirim?', '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.', + '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' => '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)', From ed5b37590bad358dfb8a326e45f514101fcd59b5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:34 +0000 Subject: [PATCH 069/134] New translations cachet.php (Chinese Traditional) --- resources/lang/zh-TW/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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' => '關於此站點', From 28b4a5f1e8fd662f385ecc4f645455a7229c1485 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:35 +0000 Subject: [PATCH 070/134] New translations forms.php (Chinese Traditional) --- resources/lang/zh-TW/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index 923c6dcf..26eb27f3 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '顯示多少天前的事件?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Banner Image', - 'banner-help' => '橫幅寬度建議少於 930px 。', + 'banner-help' => "橫幅寬度建議少於 930px 。", 'subscribers' => '允許用戶訂閱郵件通知嗎?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From d05789666fceea5419a28f0a462c9c4087e564a7 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:37 +0000 Subject: [PATCH 071/134] New translations cachet.php (Czech) --- resources/lang/cs-CZ/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From f6721899ce2f48bc6df94bc27eac6f5dc8a058e5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:39 +0000 Subject: [PATCH 072/134] New translations forms.php (Czech) --- resources/lang/cs-CZ/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/cs-CZ/forms.php b/resources/lang/cs-CZ/forms.php index 28092087..1f29fdd5 100644 --- a/resources/lang/cs-CZ/forms.php +++ b/resources/lang/cs-CZ/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Kolik dní incidentů zobrazovat?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Obrázek banneru', - 'banner-help' => 'Doručuje se nenahrávat soubory větší než 930 pixelů na šířku.', + 'banner-help' => "Doručuje se nenahrávat soubory větší než 930 pixelů na šířku.", 'subscribers' => 'Umožnit lidem, aby se přihlašovali k odběru e-mailových upozornění?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Přestat ověřovat uživatele? (Pozor na spammery)', From 10a6fa4edd766fb3130cd5d2087cae38abd915eb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:41 +0000 Subject: [PATCH 073/134] New translations cachet.php (Danish) --- resources/lang/da-DK/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php index a14504d4..5deed9d1 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' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Hold dig opdateret med de seneste opdateringer fra :app.', + ], + ], + // Other 'home' => 'Hjem', - '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', From e6c34a0fac7ea234510d4ff005ff2ee5249a49d6 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:43 +0000 Subject: [PATCH 074/134] New translations forms.php (Danish) --- resources/lang/da-DK/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index a18cac23..aad3ea99 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hvor mange dage skal der vises hændelser for?', 'time_before_refresh' => 'Statusside opdateringshastighed (i sekunder).', 'banner' => 'Banner billede', - 'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.', + 'banner-help' => "Det anbefales ikke at uploade billeder bredere end 930px.", 'subscribers' => 'Tillad folk at tilmelde sig email underretninger?', 'suppress_notifications_in_maintenance' => 'Tilbagehold notifikationer, når hændelse opstår under en vedligeholdelsesperiode?', 'skip_subscriber_verification' => 'Spring verificering af brugere over? (Husk på, du kan blive spammet)', From a4f07b08141ac79d620187d43997e0ab5c60c379 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:46 +0000 Subject: [PATCH 075/134] New translations cachet.php (Albanian) --- resources/lang/sq-AL/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 3696eb9d2f7c9bc31fca89f263b3f98b1b14d8fb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:47 +0000 Subject: [PATCH 076/134] New translations cachet.php (Turkish) --- resources/lang/tr-TR/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/tr-TR/cachet.php b/resources/lang/tr-TR/cachet.php index 99eb23e1..6c454415 100644 --- a/resources/lang/tr-TR/cachet.php +++ b/resources/lang/tr-TR/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' => 'Ş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', From fd9d307ef09285aef4d33db7a03007e3f8fd9b38 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:47 +0000 Subject: [PATCH 077/134] New translations cachet.php (Japanese) --- resources/lang/ja-JP/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php index 92ff0ef6..4f1b2af5 100644 --- a/resources/lang/ja-JP/cachet.php +++ b/resources/lang/ja-JP/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' => 'このサイトについて', From d1efb7fbf7738ddf2b7601374e855a72d2834dc7 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:49 +0000 Subject: [PATCH 078/134] New translations forms.php (Chinese Simplified) --- resources/lang/zh-CN/forms.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 5b99d6a1..9be3c182 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '显示多少天的故障?', 'time_before_refresh' => '状态页刷新速率(秒)', 'banner' => '横幅图像', - 'banner-help' => '建议上传文件宽度不大于 930 像素。', + 'banner-help' => "建议上传文件宽度不大于 930 像素。", 'subscribers' => '允许用户订阅邮件通知', 'suppress_notifications_in_maintenance' => '当计划维护发生时静默处理事件通知?', 'skip_subscriber_verification' => '是否跳过用户邮件验证?(小心,这可能会被滥用)', @@ -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' => '* 可选', From df19366549cd2593a1c909687e531f0be62a9c80 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:50 +0000 Subject: [PATCH 079/134] New translations cachet.php (Chinese Simplified) --- resources/lang/zh-CN/cachet.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index 7453b369..77f32e71 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -30,7 +30,7 @@ return [ 'none' => '无故障报告', 'past' => '历史状态', 'stickied' => '已关注的故障', - 'scheduled' => '维护', + 'scheduled' => '计划维护', 'scheduled_at' => ',计划于 :timestamp', 'posted' => '发布于 :timestamp', 'posted_at' => '发布于 :timestamp', @@ -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' => '关于我们', From d32eeb66145ba215be9a4daaa619cb8fed5c12fa Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:51 +0000 Subject: [PATCH 080/134] New translations cachet.php (Afrikaans) --- resources/lang/af-ZA/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 383444a1e4e14ea5027dc2e6d4271732dda58f31 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:55 +0000 Subject: [PATCH 081/134] New translations cachet.php (Catalan) --- resources/lang/ca-ES/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 403e2408330a088584ed7c2f61e132196f19c3f0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:57 +0000 Subject: [PATCH 082/134] New translations cachet.php (Arabic) --- resources/lang/ar-SA/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php index b3858c9e..3c45d297 100644 --- a/resources/lang/ar-SA/cachet.php +++ b/resources/lang/ar-SA/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', From 29f7e7853cbe6e47247cf942339fabbc8048c19e Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:59 +0000 Subject: [PATCH 083/134] New translations cachet.php (Dutch) --- resources/lang/nl-NL/cachet.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php index 8df3b846..1a554766 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', ], ], @@ -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' => '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', From 9e6c0ad45ef32b4a84038c9aff0588b6b213f289 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:00 +0000 Subject: [PATCH 084/134] New translations forms.php (Indonesian) --- resources/lang/id-ID/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index f541fb70..7ef1b75b 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Gambar Banner', - 'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.', + '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?', 'skip_subscriber_verification' => 'Lewatkan verifikasi user? (Hati-hati, anda bisa kena spam)', From 10503b3306fba040b23dc8e966a5b63b2a55724d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:03 +0000 Subject: [PATCH 085/134] New translations cachet.php (Greek) --- resources/lang/el-GR/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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' => 'Σχετικά με αυτόν τον ιστότοπο', From a579a0701aec334368667243adaef9ff9041a68c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:05 +0000 Subject: [PATCH 086/134] New translations cachet.php (Hebrew) --- resources/lang/he-IL/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 8f532fa25832f3d452d7f7d89749cca3f276eb7f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:08 +0000 Subject: [PATCH 087/134] New translations forms.php (German) --- resources/lang/de-DE/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de-DE/forms.php b/resources/lang/de-DE/forms.php index e9363c78..d0717d04 100644 --- a/resources/lang/de-DE/forms.php +++ b/resources/lang/de-DE/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?', 'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden).', 'banner' => 'Banner Bild', - 'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .', + 'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .", 'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)', From 62f84c060f3a2f1e3dc5f73fc8d96b9f6c948e82 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:10 +0000 Subject: [PATCH 088/134] New translations cachet.php (Hungarian) --- resources/lang/hu-HU/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From bc551447b2492b59189d13b0151246bbc06441ef Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:11 +0000 Subject: [PATCH 089/134] New translations forms.php (Hungarian) --- resources/lang/hu-HU/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/hu-HU/forms.php b/resources/lang/hu-HU/forms.php index 51eff350..42a683c7 100644 --- a/resources/lang/hu-HU/forms.php +++ b/resources/lang/hu-HU/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Mennyi incidens legyen látható?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Banner kép', - 'banner-help' => 'Nem ajánlott 930 pixelnél szélesebb képet feltölteni.', + 'banner-help' => "Nem ajánlott 930 pixelnél szélesebb képet feltölteni.", 'subscribers' => 'Emberek regisztrálhatnak email értesítésekre?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Felhasználó-ellenőrzés kihagyása? (Vigyázat, spam üzeneteket eredményezhet)', From d1b16f1279e94574e619aabc938630d547a036b8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:13 +0000 Subject: [PATCH 090/134] New translations cachet.php (Indonesian) --- resources/lang/id-ID/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php index cc5c13f6..f38ae30b 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' => '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' => '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', From 7e4e9a73382c686d3f58a3986a0a72b328a6000c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:16 +0000 Subject: [PATCH 091/134] New translations cachet.php (Finnish) --- resources/lang/fi-FI/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From 53aed4e533d0c2a5d9c269ad1bff92cd8be7c36c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:17 +0000 Subject: [PATCH 092/134] New translations forms.php (Dutch) --- resources/lang/nl-NL/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl-NL/forms.php b/resources/lang/nl-NL/forms.php index 6fc08c69..f7b076ae 100644 --- a/resources/lang/nl-NL/forms.php +++ b/resources/lang/nl-NL/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hoeveel dagen moeten incidenten getoond worden?', '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.', + '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' => 'Onderdruk meldingen wanneer incident tijdens de onderhoudingsperiode voordoet?', 'skip_subscriber_verification' => 'Verificatie van gebruikers overslaan? (Let op, je kunt gespamd worden)', From f07a90921e0dac98d5ad9d3328d74db88204d00f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:19 +0000 Subject: [PATCH 093/134] New translations cachet.php (English) --- resources/lang/en-US/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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', From a135232d57542bf8a1ef86d1ffd50c8bd6cfc942 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:22 +0000 Subject: [PATCH 094/134] New translations cachet.php (German) --- resources/lang/de-DE/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php index 182b0b7c..683a4265 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 and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Bleiben sie auf dem Laufenden mit den neuesten Service-Updates von :app.', + ], + ], + // 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', From 0a4c150fce2218eadec2adc298352ab5215b1703 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:23 +0000 Subject: [PATCH 095/134] New translations forms.php (Finnish) --- resources/lang/fi-FI/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fi-FI/forms.php b/resources/lang/fi-FI/forms.php index 5ec596bc..536578cd 100644 --- a/resources/lang/fi-FI/forms.php +++ b/resources/lang/fi-FI/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Monenko päivän ajalta tapaukset näytetään?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Bannerikuva', - 'banner-help' => 'On suositeltavaa, ettet lataa yli 930px leveitä kuvia.', + 'banner-help' => "On suositeltavaa, ettet lataa yli 930px leveitä kuvia.", 'subscribers' => 'Salli käyttäjien tilata sähköpostitilaukset?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From 25c893c3d0dfeb640b4a6565bd7c7ff38664ea52 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:25 +0000 Subject: [PATCH 096/134] New translations cachet.php (French) --- resources/lang/fr-FR/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php index 3a992288..26908f3d 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' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Restez à jour avec les dernières mises à jour de :app.', + ], + ], + // 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', From c1571d57f80874d8c0235b4dc5f78b5997621310 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:27 +0000 Subject: [PATCH 097/134] New translations forms.php (French) --- resources/lang/fr-FR/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr-FR/forms.php b/resources/lang/fr-FR/forms.php index 6e468f99..9af37926 100644 --- a/resources/lang/fr-FR/forms.php +++ b/resources/lang/fr-FR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Combien de jours d\'incidents à montrer ?', 'time_before_refresh' => 'Fréquence de rafraîchissement de la page de statut (en secondes).', 'banner' => 'Image d\'en-tête', - 'banner-help' => 'Il est recommandé de téléchargez un fichier ne dépassant pas 930px de large .', + 'banner-help' => "Il est recommandé de 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' => '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é)', From af67cbd0559b551b69b9aeeeec1abc15cf6ef6e3 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:23:49 +0000 Subject: [PATCH 098/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/cs-CZ/forms.php | 2 +- resources/lang/da-DK/forms.php | 2 +- resources/lang/de-DE/forms.php | 2 +- resources/lang/en-UD/forms.php | 2 +- resources/lang/es-ES/forms.php | 2 +- resources/lang/fa-IR/forms.php | 2 +- resources/lang/fi-FI/forms.php | 2 +- resources/lang/fr-FR/forms.php | 2 +- resources/lang/hu-HU/forms.php | 2 +- resources/lang/id-ID/forms.php | 2 +- resources/lang/it-IT/forms.php | 2 +- resources/lang/ja-JP/forms.php | 2 +- resources/lang/ko-KR/forms.php | 2 +- resources/lang/nl-NL/forms.php | 2 +- resources/lang/no-NO/forms.php | 2 +- resources/lang/pl-PL/forms.php | 2 +- resources/lang/pt-BR/forms.php | 2 +- resources/lang/pt-PT/forms.php | 2 +- resources/lang/ro-RO/forms.php | 2 +- resources/lang/ru-RU/forms.php | 2 +- resources/lang/sv-SE/forms.php | 2 +- resources/lang/th-TH/forms.php | 2 +- resources/lang/tr-TR/forms.php | 2 +- resources/lang/uk-UA/forms.php | 2 +- resources/lang/vi-VN/forms.php | 2 +- resources/lang/zh-CN/forms.php | 2 +- resources/lang/zh-TW/forms.php | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/resources/lang/cs-CZ/forms.php b/resources/lang/cs-CZ/forms.php index 1f29fdd5..28092087 100644 --- a/resources/lang/cs-CZ/forms.php +++ b/resources/lang/cs-CZ/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Kolik dní incidentů zobrazovat?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Obrázek banneru', - 'banner-help' => "Doručuje se nenahrávat soubory větší než 930 pixelů na šířku.", + 'banner-help' => 'Doručuje se nenahrávat soubory větší než 930 pixelů na šířku.', 'subscribers' => 'Umožnit lidem, aby se přihlašovali k odběru e-mailových upozornění?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Přestat ověřovat uživatele? (Pozor na spammery)', diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index aad3ea99..a18cac23 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hvor mange dage skal der vises hændelser for?', 'time_before_refresh' => 'Statusside opdateringshastighed (i sekunder).', 'banner' => 'Banner billede', - 'banner-help' => "Det anbefales ikke at uploade billeder bredere end 930px.", + 'banner-help' => 'Det anbefales ikke at uploade billeder bredere end 930px.', 'subscribers' => 'Tillad folk at tilmelde sig email underretninger?', 'suppress_notifications_in_maintenance' => 'Tilbagehold notifikationer, når hændelse opstår under en vedligeholdelsesperiode?', 'skip_subscriber_verification' => 'Spring verificering af brugere over? (Husk på, du kan blive spammet)', diff --git a/resources/lang/de-DE/forms.php b/resources/lang/de-DE/forms.php index d0717d04..e9363c78 100644 --- a/resources/lang/de-DE/forms.php +++ b/resources/lang/de-DE/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?', 'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden).', 'banner' => 'Banner Bild', - 'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .", + 'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .', 'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)', diff --git a/resources/lang/en-UD/forms.php b/resources/lang/en-UD/forms.php index 25b6b077..f1158741 100644 --- a/resources/lang/en-UD/forms.php +++ b/resources/lang/en-UD/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'crwdns1194:0crwdne1194:0', 'time_before_refresh' => 'crwdns1422:0crwdne1422:0', 'banner' => 'crwdns1195:0crwdne1195:0', - 'banner-help' => "crwdns1196:0crwdne1196:0", + 'banner-help' => 'crwdns1196:0crwdne1196:0', 'subscribers' => 'crwdns1197:0crwdne1197:0', 'suppress_notifications_in_maintenance' => 'crwdns1427:0crwdne1427:0', 'skip_subscriber_verification' => 'crwdns1198:0crwdne1198:0', diff --git a/resources/lang/es-ES/forms.php b/resources/lang/es-ES/forms.php index fb2e968a..2de0f082 100644 --- a/resources/lang/es-ES/forms.php +++ b/resources/lang/es-ES/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '¿Cuántos días de incidentes mostrar?', 'time_before_refresh' => 'Tasa de actualización de la página de estado (en segundos).', 'banner' => 'Imagen del banner', - 'banner-help' => "Se recomienda subir una imagen no más grande de 930px de ancho .", + 'banner-help' => 'Se recomienda subir una imagen no más grande de 930px de ancho .', 'subscribers' => '¿Permitir a la gente inscribirse mediante noficiacion por correo electronico?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => '¿Omitir verificación de usuarios? (Advertencia, podrías ser spammeado)', diff --git a/resources/lang/fa-IR/forms.php b/resources/lang/fa-IR/forms.php index 8779f118..08b208e9 100644 --- a/resources/lang/fa-IR/forms.php +++ b/resources/lang/fa-IR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'چند روز از رویداد‌ها نمایش داده شوند؟', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'تصویر بنر', - 'banner-help' => "پیشنهاد می‌شود که شما تصاویری با پهنای بیشتر از 930px آپلود نکنید.", + 'banner-help' => 'پیشنهاد می‌شود که شما تصاویری با پهنای بیشتر از 930px آپلود نکنید.', 'subscribers' => 'آیا به کاربران اجازه ثبت‌‌نام برای اعلان‌های ایمیلی داده شود؟', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', diff --git a/resources/lang/fi-FI/forms.php b/resources/lang/fi-FI/forms.php index 536578cd..5ec596bc 100644 --- a/resources/lang/fi-FI/forms.php +++ b/resources/lang/fi-FI/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Monenko päivän ajalta tapaukset näytetään?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Bannerikuva', - 'banner-help' => "On suositeltavaa, ettet lataa yli 930px leveitä kuvia.", + 'banner-help' => 'On suositeltavaa, ettet lataa yli 930px leveitä kuvia.', 'subscribers' => 'Salli käyttäjien tilata sähköpostitilaukset?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', diff --git a/resources/lang/fr-FR/forms.php b/resources/lang/fr-FR/forms.php index 9af37926..6e468f99 100644 --- a/resources/lang/fr-FR/forms.php +++ b/resources/lang/fr-FR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Combien de jours d\'incidents à montrer ?', 'time_before_refresh' => 'Fréquence de rafraîchissement de la page de statut (en secondes).', 'banner' => 'Image d\'en-tête', - 'banner-help' => "Il est recommandé de téléchargez un fichier ne dépassant pas 930px de large .", + 'banner-help' => 'Il est recommandé de 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' => '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é)', diff --git a/resources/lang/hu-HU/forms.php b/resources/lang/hu-HU/forms.php index 42a683c7..51eff350 100644 --- a/resources/lang/hu-HU/forms.php +++ b/resources/lang/hu-HU/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Mennyi incidens legyen látható?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Banner kép', - 'banner-help' => "Nem ajánlott 930 pixelnél szélesebb képet feltölteni.", + 'banner-help' => 'Nem ajánlott 930 pixelnél szélesebb képet feltölteni.', 'subscribers' => 'Emberek regisztrálhatnak email értesítésekre?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Felhasználó-ellenőrzés kihagyása? (Vigyázat, spam üzeneteket eredményezhet)', diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index 7ef1b75b..f541fb70 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Gambar Banner', - 'banner-help' => "Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.", + '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?', 'skip_subscriber_verification' => 'Lewatkan verifikasi user? (Hati-hati, anda bisa kena spam)', diff --git a/resources/lang/it-IT/forms.php b/resources/lang/it-IT/forms.php index f03b634d..1b2ff9fc 100644 --- a/resources/lang/it-IT/forms.php +++ b/resources/lang/it-IT/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Quanti giorni di segnalazioni mostrare?', 'time_before_refresh' => 'Frequenza di aggiornamento della pagina di stato (in secondi).', 'banner' => 'Immagine del banner', - 'banner-help' => "È consigliabile caricare file larghi non più di 930px.", + 'banner-help' => 'È consigliabile caricare file larghi non più di 930px.', 'subscribers' => 'Permettere alle persone di iscriversi alle notifiche via email?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifica degli utenti? (Attenzione, potreste ricevere spam)', diff --git a/resources/lang/ja-JP/forms.php b/resources/lang/ja-JP/forms.php index 629d41a4..a472ba86 100644 --- a/resources/lang/ja-JP/forms.php +++ b/resources/lang/ja-JP/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '何日間のインシデントを表示しますか?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'バナー画像', - 'banner-help' => "横幅が930px以内の画像をアップロードしてください。", + 'banner-help' => '横幅が930px以内の画像をアップロードしてください。', 'subscribers' => 'Allow people to signup to email notifications?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', diff --git a/resources/lang/ko-KR/forms.php b/resources/lang/ko-KR/forms.php index 12ab830d..bcf875a8 100644 --- a/resources/lang/ko-KR/forms.php +++ b/resources/lang/ko-KR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => '배너 이미지', - 'banner-help' => "가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.", + 'banner-help' => '가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.', 'subscribers' => '이메일 알림을 받기 위한 회원가입 허용', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', diff --git a/resources/lang/nl-NL/forms.php b/resources/lang/nl-NL/forms.php index f7b076ae..6fc08c69 100644 --- a/resources/lang/nl-NL/forms.php +++ b/resources/lang/nl-NL/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hoeveel dagen moeten incidenten getoond worden?', '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.", + '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' => 'Onderdruk meldingen wanneer incident tijdens de onderhoudingsperiode voordoet?', 'skip_subscriber_verification' => 'Verificatie van gebruikers overslaan? (Let op, je kunt gespamd worden)', diff --git a/resources/lang/no-NO/forms.php b/resources/lang/no-NO/forms.php index cc90d0b4..ea0dfc7e 100644 --- a/resources/lang/no-NO/forms.php +++ b/resources/lang/no-NO/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hvor mange dagers hendelser vises?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Bannerbilde', - 'banner-help' => "Det anbefales at du ikke laster opp bilder bredere enn 930 piksler.", + 'banner-help' => 'Det anbefales at du ikke laster opp bilder bredere enn 930 piksler.', 'subscribers' => 'Tillatt brukere å melde seg inn for epostvarslinger?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Hopp over kontroll av brukere? (Vær advart, du kunne bli spammet)', diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php index 43ed4816..d6b59854 100644 --- a/resources/lang/pl-PL/forms.php +++ b/resources/lang/pl-PL/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Z ilu ostatnich dni pokazywać incydenty?', 'time_before_refresh' => 'Częstotliwość odświeżania strony statusu (w sekundach).', 'banner' => 'Baner', - 'banner-help' => "Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.", + 'banner-help' => 'Zaleca się, aby przesyłać pliki nie większe niż 930px szerokości.', 'subscribers' => 'Czy zezwolić użytkownikom na subskrypcje e-mail w celu otrzymywania powiadomień?', 'suppress_notifications_in_maintenance' => 'Czy pomijać powiadomienia, kiedy zdarzenie wystąpiło podczas przerwy konserwacyjnej?', 'skip_subscriber_verification' => 'Pominąć weryfikację użytkowników? (Ostrzeżenie: możesz otrzymać spam)', diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index d698e3eb..69827cc2 100644 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Quantos dias de incidentes para mostrar?', 'time_before_refresh' => 'Tempo para atualizar a página de Status (em segundos).', 'banner' => 'Imagem do banner', - 'banner-help' => "É recomendável que você faça upload de arquivos menores que 930px .", + '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' => '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)', diff --git a/resources/lang/pt-PT/forms.php b/resources/lang/pt-PT/forms.php index 7c6d6738..60b64427 100644 --- a/resources/lang/pt-PT/forms.php +++ b/resources/lang/pt-PT/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Quantos dias de incidentes para mostrar?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Imagem de Banner', - 'banner-help' => "É recomendável que você faça upload de arquivos menores que 930px .", + 'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .', 'subscribers' => 'Permitir que as pessoas subscrevam as notificações?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', diff --git a/resources/lang/ro-RO/forms.php b/resources/lang/ro-RO/forms.php index 024b839a..5d752001 100644 --- a/resources/lang/ro-RO/forms.php +++ b/resources/lang/ro-RO/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Câte zile de incidente vreţi să fie afişate?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Imagine Banner', - 'banner-help' => "Este recomandat să încărcaţi fişiere cu lăţimea nu mai mare de 930px.", + 'banner-help' => 'Este recomandat să încărcaţi fişiere cu lăţimea nu mai mare de 930px.', 'subscribers' => 'Permiteţi vizitatorilor să se aboneze la notificări prin email?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Omite verificarea utilizatorilor? (Avertizare, poți primi spam)', diff --git a/resources/lang/ru-RU/forms.php b/resources/lang/ru-RU/forms.php index 470e99df..c5527c62 100644 --- a/resources/lang/ru-RU/forms.php +++ b/resources/lang/ru-RU/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'За сколько дней показывать инциденты?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Картинка-баннер', - 'banner-help' => "Рекомендуется загружать картинки не больше 930 пикс. в ширину.", + 'banner-help' => 'Рекомендуется загружать картинки не больше 930 пикс. в ширину.', 'subscribers' => 'Разрешить посетителям подписываться на email-уведомления?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Пропустить проверку посетителей? (Будьте осторожны, возможен спам)', diff --git a/resources/lang/sv-SE/forms.php b/resources/lang/sv-SE/forms.php index ad8e6a69..915d40dc 100644 --- a/resources/lang/sv-SE/forms.php +++ b/resources/lang/sv-SE/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Hur många dagar av händelser ska visas?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Bannerbild', - 'banner-help' => "Vi rekommenderar att du inte laddar upp bilder som är bredare än 930 px.", + 'banner-help' => 'Vi rekommenderar att du inte laddar upp bilder som är bredare än 930 px.', 'subscribers' => 'Tillåt att registrera sig för notifikationer via e-post?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', diff --git a/resources/lang/th-TH/forms.php b/resources/lang/th-TH/forms.php index 3e95ac17..8670e408 100644 --- a/resources/lang/th-TH/forms.php +++ b/resources/lang/th-TH/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'แสดงวันที่มีเหตุการณ์เกิดขึ้นกี่วัน?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'ภาพแบนเนอร์', - 'banner-help' => "ขอแนะนำให้อัปโหลดไฟล์ที่ความกว้างไม่เกิน 930px", + 'banner-help' => 'ขอแนะนำให้อัปโหลดไฟล์ที่ความกว้างไม่เกิน 930px', 'subscribers' => 'เปิดให้ทุกคนสามารถลงทะเบียนรับอีเมลแจ้งเตือน?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'ข้ามการยืนยันตันตนผู้ใช้ (ระวัง! คุณอาจถูกสแปม)', diff --git a/resources/lang/tr-TR/forms.php b/resources/lang/tr-TR/forms.php index 018f3840..a73ca4c0 100644 --- a/resources/lang/tr-TR/forms.php +++ b/resources/lang/tr-TR/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Kaç gün olay gösterebilirim?', '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.", + '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' => '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)', diff --git a/resources/lang/uk-UA/forms.php b/resources/lang/uk-UA/forms.php index 9e3c71f0..816ed069 100644 --- a/resources/lang/uk-UA/forms.php +++ b/resources/lang/uk-UA/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'How many days of incidents to show?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Зображення банеру', - 'banner-help' => "Радимо завантажувати файли не більше, ніж 930 пiкселей у ширину.", + 'banner-help' => 'Радимо завантажувати файли не більше, ніж 930 пiкселей у ширину.', 'subscribers' => 'Allow people to signup to email notifications?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', diff --git a/resources/lang/vi-VN/forms.php b/resources/lang/vi-VN/forms.php index 4cd5ce56..2d559f74 100644 --- a/resources/lang/vi-VN/forms.php +++ b/resources/lang/vi-VN/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Sự cố này sẽ hiển thị mấy ngày ?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Banner Image', - 'banner-help' => "Bạn nên upload ảnh có chiều rộng lớn hơn 930px", + 'banner-help' => 'Bạn nên upload ảnh có chiều rộng lớn hơn 930px', 'subscribers' => 'Allow people to signup to email notifications?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 9be3c182..07a3e02c 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '显示多少天的故障?', 'time_before_refresh' => '状态页刷新速率(秒)', 'banner' => '横幅图像', - 'banner-help' => "建议上传文件宽度不大于 930 像素。", + 'banner-help' => '建议上传文件宽度不大于 930 像素。', 'subscribers' => '允许用户订阅邮件通知', 'suppress_notifications_in_maintenance' => '当计划维护发生时静默处理事件通知?', 'skip_subscriber_verification' => '是否跳过用户邮件验证?(小心,这可能会被滥用)', diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index 26eb27f3..923c6dcf 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => '顯示多少天前的事件?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => 'Banner Image', - 'banner-help' => "橫幅寬度建議少於 930px 。", + 'banner-help' => '橫幅寬度建議少於 930px 。', 'subscribers' => '允許用戶訂閱郵件通知嗎?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', From b16f1fd2799b53af80b0aaeda45d5815240d5a55 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:50:13 +0000 Subject: [PATCH 099/134] New translations cachet.php (French) --- resources/lang/fr-FR/cachet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php index 26908f3d..7d1def7e 100644 --- a/resources/lang/fr-FR/cachet.php +++ b/resources/lang/fr-FR/cachet.php @@ -120,9 +120,9 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', - 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', - 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'incident' => '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.', ], ], From 104ed6bdf53eea578b836a866404000284221055 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 22 Feb 2018 06:40:06 +0000 Subject: [PATCH 100/134] New translations cachet.php (Polish) --- resources/lang/pl-PL/cachet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php index 99197245..42ab9169 100644 --- a/resources/lang/pl-PL/cachet.php +++ b/resources/lang/pl-PL/cachet.php @@ -120,9 +120,9 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', - 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', - 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'incident' => '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.', ], ], From 28752edbe52345482cfc404389239798390624bb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 22 Feb 2018 14:20:16 +0000 Subject: [PATCH 101/134] New translations cachet.php (Danish) --- resources/lang/da-DK/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php index 5deed9d1..986ee69b 100644 --- a/resources/lang/da-DK/cachet.php +++ b/resources/lang/da-DK/cachet.php @@ -120,7 +120,7 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'incident' => 'Detaljer og opdateringer om hændelse :navn, der fandt sted på :dato', 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'overview' => 'Hold dig opdateret med de seneste opdateringer fra :app.', From 4a435e37bcdfde848a33983256b81bd2acd66ff6 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 22 Feb 2018 14:30:13 +0000 Subject: [PATCH 102/134] New translations cachet.php (Danish) --- resources/lang/da-DK/cachet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php index 986ee69b..0b6988cd 100644 --- a/resources/lang/da-DK/cachet.php +++ b/resources/lang/da-DK/cachet.php @@ -121,8 +121,8 @@ return [ 'meta' => [ 'description' => [ 'incident' => 'Detaljer og opdateringer om hændelse :navn, der fandt sted på :dato', - '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', + '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.', ], ], From 8c5f55502d9d8983eb53e257a9054fac5214b10b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:10:10 +0000 Subject: [PATCH 103/134] New translations cachet.php (Indonesian) --- resources/lang/id-ID/cachet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php index f38ae30b..0afda1e8 100644 --- a/resources/lang/id-ID/cachet.php +++ b/resources/lang/id-ID/cachet.php @@ -120,9 +120,9 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', - 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', - 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'incident' => '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.', ], ], From 51d05def55ed796a4c7e9dbb8f5654034d15cc76 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:10:11 +0000 Subject: [PATCH 104/134] New translations dashboard.php (Indonesian) --- resources/lang/id-ID/dashboard.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/id-ID/dashboard.php b/resources/lang/id-ID/dashboard.php index d75e5fd8..cd67c164 100644 --- a/resources/lang/id-ID/dashboard.php +++ b/resources/lang/id-ID/dashboard.php @@ -22,16 +22,16 @@ return [ '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.', + 'title' => 'Edit update insiden', + 'success' => 'Update insiden berhasil diupdate.', 'failure' => 'Something went wrong updating the incident update', ], ], From 1d9349a855906e87f07273c108dc57d22e08dc90 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:20:10 +0000 Subject: [PATCH 105/134] New translations dashboard.php (Indonesian) --- resources/lang/id-ID/dashboard.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/id-ID/dashboard.php b/resources/lang/id-ID/dashboard.php index cd67c164..fa7d3544 100644 --- a/resources/lang/id-ID/dashboard.php +++ b/resources/lang/id-ID/dashboard.php @@ -18,7 +18,7 @@ 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' => [ @@ -32,7 +32,7 @@ return [ 'edit' => [ 'title' => 'Edit update insiden', 'success' => 'Update insiden berhasil diupdate.', - 'failure' => 'Something went wrong updating the incident update', + '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.', From 50a63b1490581f5f758f699c5dd55b8c47ea563a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:30:11 +0000 Subject: [PATCH 106/134] New translations forms.php (Indonesian) --- resources/lang/id-ID/forms.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index f541fb70..77797cc6 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.', + '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', From 4f7431623467050c90e5b5a9af234ab01f4451e0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:30:12 +0000 Subject: [PATCH 107/134] New translations notifications.php (Indonesian) --- resources/lang/id-ID/notifications.php | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) 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', ], ], ], From 2c0c928aa26682fdf122e7a40df72725e46e83cd Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:30:19 +0000 Subject: [PATCH 108/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/id-ID/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index 77797cc6..d6807f4e 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?', 'time_before_refresh' => 'Kecepatan refresh halaman status (dalam detik).', 'banner' => 'Gambar Banner', - 'banner-help' => "Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.", + 'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.', 'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?', 'suppress_notifications_in_maintenance' => 'Paksa munculnya notifikasi ketika insiden terjadi saat periode pemeliharaan?', 'skip_subscriber_verification' => 'Lewatkan verifikasi user? (Hati-hati, anda bisa kena spam)', From 5aa069e64b8dd687681b276dac36bed80b4a19f1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:40:10 +0000 Subject: [PATCH 109/134] New translations forms.php (Indonesian) --- resources/lang/id-ID/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index d6807f4e..77797cc6 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?', 'time_before_refresh' => 'Kecepatan refresh halaman status (dalam detik).', 'banner' => 'Gambar Banner', - 'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.', + 'banner-help' => "Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.", 'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?', 'suppress_notifications_in_maintenance' => 'Paksa munculnya notifikasi ketika insiden terjadi saat periode pemeliharaan?', 'skip_subscriber_verification' => 'Lewatkan verifikasi user? (Hati-hati, anda bisa kena spam)', From 74217c89382cf2d2bf932a7af3453955caebdd69 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:40:14 +0000 Subject: [PATCH 110/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/id-ID/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index 77797cc6..d6807f4e 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?', 'time_before_refresh' => 'Kecepatan refresh halaman status (dalam detik).', 'banner' => 'Gambar Banner', - 'banner-help' => "Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.", + 'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.', 'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?', 'suppress_notifications_in_maintenance' => 'Paksa munculnya notifikasi ketika insiden terjadi saat periode pemeliharaan?', 'skip_subscriber_verification' => 'Lewatkan verifikasi user? (Hati-hati, anda bisa kena spam)', From dd516ecad1b4d5f79cae8af435fd296b4b16d279 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:40:19 +0000 Subject: [PATCH 111/134] New translations forms.php (Indonesian) --- resources/lang/id-ID/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index d6807f4e..77797cc6 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?', 'time_before_refresh' => 'Kecepatan refresh halaman status (dalam detik).', 'banner' => 'Gambar Banner', - 'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.', + 'banner-help' => "Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.", 'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?', 'suppress_notifications_in_maintenance' => 'Paksa munculnya notifikasi ketika insiden terjadi saat periode pemeliharaan?', 'skip_subscriber_verification' => 'Lewatkan verifikasi user? (Hati-hati, anda bisa kena spam)', From 10b73c39f5397360b56c711993b098e53d3c818b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:40:24 +0000 Subject: [PATCH 112/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/id-ID/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index 77797cc6..d6807f4e 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?', 'time_before_refresh' => 'Kecepatan refresh halaman status (dalam detik).', 'banner' => 'Gambar Banner', - 'banner-help' => "Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.", + 'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.', 'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?', 'suppress_notifications_in_maintenance' => 'Paksa munculnya notifikasi ketika insiden terjadi saat periode pemeliharaan?', 'skip_subscriber_verification' => 'Lewatkan verifikasi user? (Hati-hati, anda bisa kena spam)', From 2d63f9585d8c0e0d8dd2154942d83cb770201f33 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 3 Mar 2018 20:50:12 +0000 Subject: [PATCH 113/134] New translations cachet.php (Portuguese, Brazilian) --- resources/lang/pt-BR/cachet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index a9667f67..5c2d2428 100644 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -121,8 +121,8 @@ return [ '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', + '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.', ], ], From ac51c469e8749e98dc0df8181992d32d5a544fb0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 4 Mar 2018 23:20:07 +0000 Subject: [PATCH 114/134] New translations cachet.php (Portuguese, Brazilian) --- resources/lang/pt-BR/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index 5c2d2428..ed2311e8 100644 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -120,7 +120,7 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', + '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.', From da014569e93d05335d56f1fd2ba6edf41cf7d004 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 10 Mar 2018 20:50:07 +0000 Subject: [PATCH 115/134] New translations forms.php (German) --- resources/lang/de-DE/forms.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/de-DE/forms.php b/resources/lang/de-DE/forms.php index e9363c78..98f9eee6 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', @@ -155,9 +155,9 @@ return [ 'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?', 'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden).', 'banner' => 'Banner Bild', - 'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .', + 'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .", 'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?', - 'suppress_notifications_in_maintenance' => '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...)', From 1260d7705ce1eeb89df3f801d96121fa2a4110a8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 10 Mar 2018 20:50:08 +0000 Subject: [PATCH 116/134] New translations cachet.php (German) --- resources/lang/de-DE/cachet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php index 683a4265..2700b7aa 100644 --- a/resources/lang/de-DE/cachet.php +++ b/resources/lang/de-DE/cachet.php @@ -121,8 +121,8 @@ return [ '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', + '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.', ], ], From 866129fd67adc3c86b884e2f77b8cd69f69adf99 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 10 Mar 2018 20:50:47 +0000 Subject: [PATCH 117/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/de-DE/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de-DE/forms.php b/resources/lang/de-DE/forms.php index 98f9eee6..5aa007e3 100644 --- a/resources/lang/de-DE/forms.php +++ b/resources/lang/de-DE/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?', 'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden).', 'banner' => 'Banner Bild', - 'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .", + 'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .', 'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?', 'suppress_notifications_in_maintenance' => 'Unterdrücken Sie Benachrichtigungen, wenn ein Vorfall während des Zeitraum der Wartungsarbeiten auftritt?', 'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)', From b419062a4cf6721934a4b321b30a188a9c5e61b0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 10 Mar 2018 21:00:07 +0000 Subject: [PATCH 118/134] New translations cachet.php (German) --- resources/lang/de-DE/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php index 2700b7aa..2189a734 100644 --- a/resources/lang/de-DE/cachet.php +++ b/resources/lang/de-DE/cachet.php @@ -120,7 +120,7 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', + '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.', From 1e929056425b7bca1f01a3be2ca4caccc6d9f735 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 10 Mar 2018 21:00:08 +0000 Subject: [PATCH 119/134] New translations forms.php (German) --- resources/lang/de-DE/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de-DE/forms.php b/resources/lang/de-DE/forms.php index 5aa007e3..98f9eee6 100644 --- a/resources/lang/de-DE/forms.php +++ b/resources/lang/de-DE/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?', 'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden).', 'banner' => 'Banner Bild', - 'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .', + 'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .", 'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?', 'suppress_notifications_in_maintenance' => 'Unterdrücken Sie Benachrichtigungen, wenn ein Vorfall während des Zeitraum der Wartungsarbeiten auftritt?', 'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)', From 142944c759559a3d07d98ce225888e367796f569 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 10 Mar 2018 21:00:14 +0000 Subject: [PATCH 120/134] Apply fixes from StyleCI [ci skip] [skip ci] --- resources/lang/de-DE/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de-DE/forms.php b/resources/lang/de-DE/forms.php index 98f9eee6..5aa007e3 100644 --- a/resources/lang/de-DE/forms.php +++ b/resources/lang/de-DE/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?', 'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden).', 'banner' => 'Banner Bild', - 'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .", + 'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .', 'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?', 'suppress_notifications_in_maintenance' => 'Unterdrücken Sie Benachrichtigungen, wenn ein Vorfall während des Zeitraum der Wartungsarbeiten auftritt?', 'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)', From cb44ff389f25a4d1e92e1605814aaa0e35db4a00 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 12 Mar 2018 08:10:57 +0000 Subject: [PATCH 121/134] New translations notifications.php (Swedish) --- resources/lang/sv-SE/notifications.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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', ], ], ], From 206ea3acf97bfe1086171e11d40cd86f886f21e1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 13 Mar 2018 19:40:10 +0000 Subject: [PATCH 122/134] New translations cachet.php (Dutch) --- resources/lang/nl-NL/cachet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php index 1a554766..00472a37 100644 --- a/resources/lang/nl-NL/cachet.php +++ b/resources/lang/nl-NL/cachet.php @@ -120,8 +120,8 @@ 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', + 'incident' => 'Informatie betreffende het incident :name van :date', + 'schedule' => 'Informatie betreffende het onderhoud :name gepland op :startDate', 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'overview' => 'Blijf op de hoogte van de laatste service updates over :app.', ], From 656aada76f263335f22d8629699c19dfed54a814 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 13 Mar 2018 19:50:08 +0000 Subject: [PATCH 123/134] New translations cachet.php (Dutch) --- resources/lang/nl-NL/cachet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php index 00472a37..15fd5f40 100644 --- a/resources/lang/nl-NL/cachet.php +++ b/resources/lang/nl-NL/cachet.php @@ -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' => [ @@ -122,7 +122,7 @@ return [ 'description' => [ 'incident' => 'Informatie betreffende het incident :name van :date', 'schedule' => 'Informatie betreffende het onderhoud :name gepland op :startDate', - 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + '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.', ], ], From 3e03114cf2178881097db9230b78002f1022627c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 13 Mar 2018 20:01:08 +0000 Subject: [PATCH 124/134] New translations dashboard.php (Dutch) --- resources/lang/nl-NL/dashboard.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php index f062f488..961f5d53 100644 --- a/resources/lang/nl-NL/dashboard.php +++ b/resources/lang/nl-NL/dashboard.php @@ -16,7 +16,7 @@ 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', @@ -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.', ], ], From 44a286b003b704e540f2e9946a331e3417e781db Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 13 Mar 2018 20:10:10 +0000 Subject: [PATCH 125/134] New translations dashboard.php (Dutch) --- resources/lang/nl-NL/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php index 961f5d53..6d4791e0 100644 --- a/resources/lang/nl-NL/dashboard.php +++ b/resources/lang/nl-NL/dashboard.php @@ -23,7 +23,7 @@ return [ 'incident-templates' => 'Incident Sjablonen', 'updates' => [ 'title' => 'Incident updates voor :incident', - 'count' => '{0} Nul Updates |[1] Een Update |[2] Twee Updates | [3, *] Verscheidene Updates', + 'count' => '{0} Geen updates |[1] Een update |[2] Twee updates | [3, *] Verscheidene updates', 'add' => [ 'title' => 'Maak een nieuwe incident update', 'success' => 'Je nieuwe incident template is aangemaakt.', From 1ba1866d3b77959a12c9f68d3d0c69b79975e548 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 11:30:12 +0000 Subject: [PATCH 126/134] New translations forms.php (Arabic) --- resources/lang/ar-SA/forms.php | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/lang/ar-SA/forms.php b/resources/lang/ar-SA/forms.php index 91d662f4..5c8b35e4 100644 --- a/resources/lang/ar-SA/forms.php +++ b/resources/lang/ar-SA/forms.php @@ -14,7 +14,7 @@ return [ // Setup form fields 'setup' => [ 'email' => 'بريد إلكتروني', - 'username' => 'Username', + 'username' => 'إسم المستخدِم', 'password' => 'كلمة السر', 'site_name' => 'اسم الموقع', 'site_domain' => 'عنوان النطاق', @@ -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' => [ @@ -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', + 'save' => 'حفظ', + 'update' => 'تحديث', + 'create' => 'إنشاء', + 'edit' => 'تعديل', + 'delete' => 'حذف', + 'submit' => 'إرسال', + 'cancel' => 'إلغاء', + 'remove' => 'إزالة', + 'invite' => 'دعوة', 'signup' => 'سجل', - 'manage_updates' => 'Manage Updates', + 'manage_updates' => 'إدارة التحديثات', // Other - 'optional' => '* Optional', + 'optional' => '* إختياري', ]; From ed689afc1ccb58e0a9273ce6557085c02232b8bc Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 12:10:06 +0000 Subject: [PATCH 127/134] New translations cachet.php (Arabic) --- resources/lang/ar-SA/cachet.php | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php index 3c45d297..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.', From aa3f539810b53ae0ec3d592c05eb2270454f7eff Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 12:10:08 +0000 Subject: [PATCH 128/134] New translations dashboard.php (Arabic) --- resources/lang/ar-SA/dashboard.php | 76 +++++++++++++++--------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php index 4b751456..4c8f86fd 100644 --- a/resources/lang/ar-SA/dashboard.php +++ b/resources/lang/ar-SA/dashboard.php @@ -16,16 +16,16 @@ 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', 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', 'add' => [ - 'title' => 'إنشاء تحديث حالة جديد', + 'title' => 'إنشاء تحديث حالة جديد للعَطَل', 'success' => 'Your new incident update has been created.', 'failure' => 'Something went wrong with the incident update.', ], @@ -36,25 +36,25 @@ return [ ], ], '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,12 +73,12 @@ 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.', + 'title' => 'إضافة إجراء صيانة', + 'success' => 'تم إضافة إجراء الصيانة.', 'failure' => 'Something went wrong adding the schedule, please try again.', ], 'edit' => [ @@ -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 From df83ca691c6a8f72625f30278d252e3b5b71ed8d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 12:20:09 +0000 Subject: [PATCH 129/134] New translations forms.php (Arabic) --- resources/lang/ar-SA/forms.php | 56 +++++++++++++++++----------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/resources/lang/ar-SA/forms.php b/resources/lang/ar-SA/forms.php index 5c8b35e4..d6a6af86 100644 --- a/resources/lang/ar-SA/forms.php +++ b/resources/lang/ar-SA/forms.php @@ -16,28 +16,28 @@ return [ 'email' => 'بريد إلكتروني', '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' => 'المُكوِّن', 'component_status' => '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', @@ -218,7 +218,7 @@ return [ ], 'team' => [ 'description' => 'Invite your team members by entering their email addresses here.', - 'email' => 'Email #:id', + 'email' => 'عنوان البريد الإلكتروني الخاص بأعضاء فريقك', ], ], @@ -237,7 +237,7 @@ return [ 'cancel' => 'إلغاء', 'remove' => 'إزالة', 'invite' => 'دعوة', - 'signup' => 'سجل', + 'signup' => 'تسجيل حساب', 'manage_updates' => 'إدارة التحديثات', // Other From 58eda94d4163167f067c941420ca429e1d2b6166 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 12:20:11 +0000 Subject: [PATCH 130/134] New translations dashboard.php (Arabic) --- resources/lang/ar-SA/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php index 4c8f86fd..3ed37ce0 100644 --- a/resources/lang/ar-SA/dashboard.php +++ b/resources/lang/ar-SA/dashboard.php @@ -79,11 +79,11 @@ return [ 'add' => [ 'title' => 'إضافة إجراء صيانة', 'success' => 'تم إضافة إجراء الصيانة.', - 'failure' => 'Something went wrong adding the schedule, please try again.', + 'failure' => 'طرأ هناك خلل أثناء القيام بإضافة صيانة، يُرجى إعادة المحاولة.', ], 'edit' => [ - 'title' => 'Edit Scheduled Maintenance', - 'success' => 'Schedule has been updated!', + 'title' => 'تعديل إجراء الصيانة المُبرمَجة', + 'success' => 'تم تحديث الصيانة !', 'failure' => 'Something went wrong editing the schedule, please try again.', ], 'delete' => [ From e3c1954c40170fde6d2b832f86e9b9b18ebbdb06 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 12:20:12 +0000 Subject: [PATCH 131/134] New translations notifications.php (Arabic) --- resources/lang/ar-SA/notifications.php | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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' => 'قبول', From 0eacdab67e2a99969f8d39ec7a2122e2d8fb3359 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 12:30:09 +0000 Subject: [PATCH 132/134] New translations forms.php (Arabic) --- resources/lang/ar-SA/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ar-SA/forms.php b/resources/lang/ar-SA/forms.php index d6a6af86..a5c1d052 100644 --- a/resources/lang/ar-SA/forms.php +++ b/resources/lang/ar-SA/forms.php @@ -49,7 +49,7 @@ return [ 'name' => 'الإسم', 'status' => 'الحالة', 'component' => 'المُكوِّن', - 'component_status' => 'Component Status', + 'component_status' => 'حالة المكون', 'message' => 'رسالة', 'message-help' => 'يمكنك إستخدام الـ Markdown.', 'occurred_at' => 'متى ظهر هذا العَطَل ؟', From a4f5840de93810bedaaba94d9f4508bf83546ee5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Mar 2018 12:30:11 +0000 Subject: [PATCH 133/134] New translations dashboard.php (Arabic) --- resources/lang/ar-SA/dashboard.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php index 3ed37ce0..d16d5647 100644 --- a/resources/lang/ar-SA/dashboard.php +++ b/resources/lang/ar-SA/dashboard.php @@ -22,17 +22,17 @@ return [ 'incident-create-template' => 'إنشاء قالب', '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.', + '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' => [ From 108cb5468dd534b2ba06644bf6290997b3e5aba9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 16 Mar 2018 22:10:07 +0000 Subject: [PATCH 134/134] New translations cachet.php (Persian) --- resources/lang/fa-IR/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fa-IR/cachet.php b/resources/lang/fa-IR/cachet.php index eb80b3f3..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' => 'در حال حاضر شما برای همه به‌روزرسانی‌ها مشترک هستید.',