diff --git a/resources/lang/da/cachet.php b/resources/lang/da/cachet.php index fbf1942e..f758c2e6 100755 --- a/resources/lang/da/cachet.php +++ b/resources/lang/da/cachet.php @@ -22,7 +22,7 @@ return [ // Incidents 'incidents' => [ - 'none' => 'No incidents reported', + 'none' => 'Ingen hændelser er rapporteret', 'past' => 'Tidligere hændelser', 'previous_week' => 'Sidste uge', 'next_week' => 'Næste uge', @@ -39,9 +39,9 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] System operational|[2,Inf] All systems are operational', - 'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues', - 'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', + 'good' => '[0,1] Systemet virker|[2,Inf] Alle systemer virker', + 'bad' => '[0,1] Systemet har i øjeblikket problemer|[2,Inf] Nogle systemer har i øjeblikket problemer', + 'major' => '[0,1] Systemet har i øjeblikket store problemer|[2,Inf] Nogle systemer har i øjeblikket store problemer', ], 'api' => [ @@ -52,7 +52,7 @@ return [ // Metrics 'metrics' => [ 'filter' => [ - 'last_hour' => 'Last Hour', + 'last_hour' => 'Sidste time', 'hourly' => 'Sidste 12 timer', 'weekly' => 'Uge', 'monthly' => 'Måned', @@ -70,7 +70,7 @@ return [ 'unsubscribe' => 'Afmeld emailnotifikationer.', 'unsubscribed' => 'Du er nu blevet frameldt vores emailnotifikationer.', 'failure' => 'Noget gik galt med bekræftelsen.', - 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', + 'already-subscribed' => 'Kan ikke abonnere da :email allerede er tilmeldt.', 'verify' => [ 'text' => "Bekræft din tilmelding til vores emailnotifikationer for :app_name statusopdateringer.\n:link\nTak, :app_name", 'html-preheader' => 'Bekræft venligst din tilmelding til :app_name statusopdateringer via email.', @@ -87,11 +87,11 @@ return [ 'html' => '
Ny fejl raporteret på :app_name.
Mvh, :app_name
', ], 'component' => [ - 'subject' => 'Component Status Update', - 'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name', - 'html-preheader' => 'Component Update from :app_name', - 'html' => 'The component :component_name has seen a status change. The component is now at :component_human_status.
Thank you, :app_name
', - 'tooltip-title' => 'Subscribe to notifications for :component_name.', + 'subject' => 'Komponent status opdatering', + 'text' => 'Komponentet :component_name har ændret status. Komponentet er nu :component_human_status.\nTak, :app_name', + 'html-preheader' => 'Komponent opdatering fra :app_name', + 'html' => 'Komponentet :component_name har ændret status. Komponentet er nu :component_human_status.
\nTak, :app_name
', + 'tooltip-title' => 'Abonner på notifikation for :component_name.', ], ], ], @@ -116,15 +116,15 @@ return [ ], 'system' => [ - 'update' => 'There is a newer version of Cachet available. You can learn how to update here!', + 'update' => 'Der er en nyere version af Cachet tilgængelig. Du kan læse mere om hvordan du opdatere her!', ], // Modal 'modal' => [ - 'close' => 'Close', + 'close' => 'Luk', '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.', + 'title' => 'Abonner på komponent opdateringer', + 'body' => 'Indtast din email adresse for at abonnere på opdateringer angående dette komponent. Hvis du allerede er tilmeldt, vil du modtage emails angående dette komponent.', 'button' => 'Abonner', ], ], diff --git a/resources/lang/da/dashboard.php b/resources/lang/da/dashboard.php index 8e9fe055..447f962b 100755 --- a/resources/lang/da/dashboard.php +++ b/resources/lang/da/dashboard.php @@ -28,11 +28,11 @@ return [ 'edit' => [ 'title' => 'Redigér hændelse', 'success' => 'Hændelse opdateret.', - 'failure' => 'Noget gik galt med hændelsen.', + 'failure' => 'Kunne ikke opdatere hændelsen. Prøv venligst igen.', ], 'delete' => [ - 'success' => 'The incident has been deleted and will not show on your status page.', - 'failure' => 'The incident could not be deleted. Please try again.', + 'success' => 'Hændelsen er blevet slettet og vil ikke blive vist på din statusside.', + 'failure' => 'Hændelsen kunne ikke slettes. Prøv venligst igen.', ], // Incident templates @@ -40,7 +40,7 @@ return [ 'title' => 'Hændelses skabeloner', 'add' => [ 'title' => 'Opret hændelses skabelon', - 'message' => 'You should add an incident template.', + 'message' => 'Du bør tilføje en hændelses skabelon.', 'success' => 'Template created.', 'failure' => 'Noget gik galt i oprettelsen af skabelonen.', ], @@ -50,8 +50,8 @@ return [ 'failure' => 'Noget gik galt under opdateringen af skabelonen', ], 'delete' => [ - 'success' => 'The incident template has been deleted.', - 'failure' => 'The incident template could not be deleted. Please try again.', + 'success' => 'Hændelses skabelonen er blevet slettet.', + 'failure' => 'Hændelses skabelonen kunne ikke slettes. Prøv venligst igen.', ], ], ], @@ -59,7 +59,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Planlagt vedligeholdelse', - 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count schedules.', + 'logged' => '{0} Der er intet planlagt.|Der er 1 planlagt.|Der er :count planlagte.', 'scheduled_at' => 'Planlagt til :timestamp', 'add' => [ 'title' => 'Tilføj planlagt nedetid', @@ -91,11 +91,11 @@ return [ 'edit' => [ 'title' => 'Redigér komponent', 'success' => 'Komponent opdteret.', - 'failure' => 'Noget gik galt med komponenten.', + 'failure' => 'Komponentet kunne ikke opdateres. Prøv venligst igen.', ], 'delete' => [ - 'success' => 'The component has been deleted!', - 'failure' => 'The component could not be deleted. Please try again.', + 'success' => 'Komponentet er blevet slettet!', + 'failure' => 'Komponentet kunne ikke slettes. Prøv venligst igen.', ], // Component groups @@ -110,11 +110,11 @@ return [ 'edit' => [ 'title' => 'Redigér komponentgruppe', 'success' => 'Gruppe opdateret.', - 'failure' => 'Noget gik galt med komponentgruppen.', + 'failure' => 'Komponent gruppen kunne ikke redigeres. Prøv venligst igen.', ], 'delete' => [ - 'success' => 'Component group has been deleted!', - 'failure' => 'The component group could not be deleted. Please try again.', + 'success' => 'Komponent gruppen er blevet slettet!', + 'failure' => 'Komponent gruppen kunne ikke slettes. Prøv venligst igen.', ], ], ], @@ -124,7 +124,7 @@ return [ 'metrics' => 'Grafer', 'add' => [ 'title' => 'Opret graf', - 'message' => 'You should add a metric.', + 'message' => 'Du bør tilføje en graf.', 'success' => 'Graf oprettet.', 'failure' => 'Noget gik galt med oprettelsen.', ], @@ -134,8 +134,8 @@ return [ 'failure' => 'Noget gik galt med målestokken.', ], 'delete' => [ - 'success' => 'The metric has been deleted and will no longer display on your status page.', - 'failure' => 'The metric could not be deleted. Please try again.', + 'success' => 'Grafen er blevet slette og vil ikke længere blive vist på din status side.', + 'failure' => 'Grafen kunne ikke slettes. Prøv venligst igen.', ], ], // Subscribers @@ -235,7 +235,7 @@ return [ // Welcome modal 'welcome' => [ - 'welcome' => 'Welcome to your status page!', + 'welcome' => 'Velkommen til din statusside!', 'message' => 'Din statusside er nærmest klar! Måske du skulle gennemgå disse ekstra indstillinger', 'close' => 'Til oversigtssiden tak.', 'steps' => [ diff --git a/resources/lang/da/forms.php b/resources/lang/da/forms.php index b7411606..c8eeba0a 100755 --- a/resources/lang/da/forms.php +++ b/resources/lang/da/forms.php @@ -27,11 +27,11 @@ return [ // Login form fields 'login' => [ - 'login' => 'Username or Email', + 'login' => 'Brugernavn eller email', 'email' => 'Email', 'password' => 'Adgangskode', '2fauth' => 'Godkendelses kode', - 'invalid' => 'Invalid username or password', + 'invalid' => 'Ugyldigt brugernavn eller adgangskode', 'invalid-token' => 'Ugyldig kode', 'cookies' => 'Du skal tillade cookies for at kunne logge ind.', ], @@ -52,7 +52,7 @@ return [ 'templates' => [ 'name' => 'Navn', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Hændelse skabeloner kan gøre brug af Twigs skabelon sprog.', ], ], @@ -63,13 +63,13 @@ return [ 'group' => 'Group', 'description' => 'Description', 'link' => 'Link', - 'tags' => 'Tags', + 'tags' => 'Mærkat', 'tags-help' => 'Komma adskilt.', 'enabled' => 'Component enabled?', 'groups' => [ 'name' => 'Navn', - 'collapsed' => 'Collapse the group by default?', + 'collapsed' => 'Minimer gruppen som standard', ], ], @@ -85,7 +85,7 @@ return [ 'type_sum' => 'Sum', 'type_avg' => 'Average', 'places' => 'Antal decimaler', - 'default_view' => 'Default view', + 'default_view' => 'Standardvisning', 'points' => [ 'value' => 'Value', diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index 78f4de5a..d2bda64f 100755 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -69,7 +69,7 @@ return [ 'regex' => ':attribute er ikke korrekt formateret.', 'required' => ':attribute skal udfyldes.', 'required_if' => ':attribute skal udfyldes når :other er :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => ':attribute feltet er påkrævet, medmindre :other er i :values.', 'required_with' => ':attribute skal udfyldes når :values er present.', 'required_with_all' => 'Feltet :attribute er krævet når :values eksisterer.', 'required_without' => ':attribute skal udfyldes når :values ikke er sat.', diff --git a/resources/lang/el/cachet.php b/resources/lang/el/cachet.php index eda947fc..fd1b29f5 100755 --- a/resources/lang/el/cachet.php +++ b/resources/lang/el/cachet.php @@ -22,10 +22,10 @@ return [ // Incidents 'incidents' => [ - 'none' => 'No incidents reported', - 'past' => 'Past Incidents', - 'previous_week' => 'Previous Week', - 'next_week' => 'Next Week', + 'none' => 'Δεν υπάρχουν περιστατικά', + 'past' => 'Προηγούμενα περιστατικά', + 'previous_week' => 'Προηγούμενη εβδομάδα', + 'next_week' => 'Επόμενη εβδομάδα', 'scheduled' => 'Προγραμματισμένη Συντήρηση', 'scheduled_at' => ', προγραμματισμένη :timestamp', 'status' => [ @@ -39,9 +39,9 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] System operational|[2,Inf] All systems are operational', - 'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues', - 'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', + 'good' => '[0,1] Το σύστημα βρίσκεται σε λειτουργία[2,Inf] Όλα τα συστήματα βρίσκονται σε λειτουργία', + 'bad' => '[0,1] Το σύστημα αντιμετωπίζει προβλήματα|[2,Inf] Κάποια συστήματα αντιμετωπίζουν προβλήματα', + 'major' => '[0,1] Η υπηρεσία αντιμετωπίζει μία σημαντική διακοπή|[2,Inf] Κάποια συστήματα αντιμετωπίζουν μία σημαντική διακοπή', ], 'api' => [ @@ -52,46 +52,46 @@ return [ // Metrics 'metrics' => [ 'filter' => [ - 'last_hour' => 'Last Hour', - 'hourly' => 'Last 12 Hours', - 'weekly' => 'Week', - 'monthly' => 'Month', + 'last_hour' => 'Τελευταία ώρα', + 'hourly' => 'Τελευταίες 12 ώρες', + 'weekly' => 'Εβδομάδα', + 'monthly' => 'Μήνας', ], ], // Subscriber 'subscriber' => [ - 'subscribe' => 'Subscribe to get the most recent updates', - 'button' => 'Subscribe', + 'subscribe' => 'Εγγραφείτε για να λάβετε τις τελευταίες ενημερώσεις', + 'button' => 'Εγγραφή', 'email' => [ - 'subscribe' => 'Subscribe to email updates.', - 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', - 'verified' => 'Your email subscription has been confirmed. Thank you!', - 'unsubscribe' => 'Unsubscribe from email updates.', - 'unsubscribed' => 'Your email subscription has been cancelled.', - 'failure' => 'Something went wrong with the subscription.', - 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', + 'subscribe' => 'Εγγραφή στις ενημερώσεις μέσω email.', + 'subscribed' => 'Έχετε εγγραφεί στις ενημερώσεις μέσω email, παρακαλώ ελέγξτε το email σας για να επιβεβαιώσετε την εγγραφή σας.', + 'verified' => 'Η εγγραφή σας έχει επιβεβαιωθεί. Ευχαριστούμε!', + 'unsubscribe' => 'Διαγραφή από τις ενημερώσεις μέσω email.', + 'unsubscribed' => 'Η εγγραφή σας έχει ακυρωθεί.', + 'failure' => 'Προέκυψε ένα σφάλμα σχετικά με την εγγραφή.', + 'already-subscribed' => 'Δεν ήταν δυνατή η εγγραφή του :email επειδή είναι ήδη εγγεγραμμένο.', 'verify' => [ - 'text' => "Please confirm your email subscription to :app_name status updates.\n:link\nThank you, :app_name", - 'html-preheader' => 'Please confirm your email subscription to :app_name status updates.', - 'html' => 'Please confirm your email subscription to :app_name status updates.
Thank you, :app_name
', + 'text' => "Παρακαλώ επιβεβαιώστε τη συνδρομή σας στις ενημερώσεις για το :app_name.\n:link\nΕυχαριστούμε, :app_name", + 'html-preheader' => 'Παρακαλώ επιβεβαιώστε τη συνδρομή σας στις ενημερώσεις του :app_name.', + 'html' => 'Παρακαλώ επιβεβαιώστε τη συνδρομή σας στις ενημερώσεις του :app_name.
Ευχαριστούμε, :app_name
', ], 'maintenance' => [ - 'text' => "New maintenance has been scheduled on :app_name.\nThank you, :app_name", - 'html-preheader' => 'New maintenance has been scheduled on :app_name.', - 'html' => 'New maintenance has been scheduled on :app_name.
', + 'text' => "Μία νέα συντήρηση έχει προγραμματιστεί για το :app_name.\nΕυχαριστούμε, :app_name", + 'html-preheader' => 'Μία νέα συντήρηση έχει προγραμματιστεί για το :app_name.', + 'html' => 'Μία νέα συντήρηση έχει προγραμματιστεί για το :app_name.
', ], 'incident' => [ - 'text' => "New incident has been reported on :app_name.\nThank you, :app_name", - 'html-preheader' => 'New incident has been reported on :app_name.', - 'html' => 'New incident has been reported on :app_name.
Thank you, :app_name
', + 'text' => "Ένα νέο περιστατικό έχει αναφερθεί στο :app_name.\nΕυχαριστούμε, :app_name", + 'html-preheader' => 'Ένα νέο περιστατικό έχει αναφερθεί στο :app_name.', + 'html' => 'Ένα νέο περιστατικό έχει αναφερθεί στο :app_name.
Ευχαριστούμε, :app_name
', ], 'component' => [ - 'subject' => 'Component Status Update', - 'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name', - 'html-preheader' => 'Component Update from :app_name', - 'html' => 'The component :component_name has seen a status change. The component is now at :component_human_status.
Thank you, :app_name
', - 'tooltip-title' => 'Subscribe to notifications for :component_name.', + 'subject' => 'Ενημέρωση κατάστασης στοιχείου', + 'text' => 'Η κατάσταση του στοιχείου :component_name έχει ενημερωθεί. Το στοιχείο είναι πλέον :component_human_status.\nΕυχαριστούμε, :app_name', + 'html-preheader' => 'Ενημέρωση κατάστασης στοιχείου από :app_name', + 'html' => 'Η κατάσταση του στοιχείου :component_name έχει ενημερωθεί. Το στοιχείο είναι πλέον :component_human_status.
Ευχαριστούμε, :app_name
', + 'tooltip-title' => 'Εγγραφείτε στις ενημερώσεις σχετικά με :component_name.', ], ], ], @@ -99,39 +99,39 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html-preheader' => 'You have been invited to the team :app_name.', - 'html' => 'You have been invited to the team :app_name status page, to sign up follow the next link.
Thank you, :app_name
', + 'text' => "Έχετε προσκληθεί στη σελίδα ενημερώσεων της ομάδας :app_name, εγγραφείτε στον παρακάτω σύνδεσμο.\n:link\nΕυχαριστούμε, :app_name", + 'html-preheader' => 'Έχετε προσκληθεί στην ομάδα :app_name.', + 'html' => 'Έχετε προσκληθεί στη σελίδα ενημερώσεων της ομάδας :app_name, εγγραφείτε στον παρακάτω σύνδεσμο.
Ευχαριστούμε, :app_name
', ], ], ], 'signup' => [ - 'title' => 'Sign Up', + 'title' => 'Εγγραφή', 'username' => 'Username', 'email' => 'E-mail', 'password' => 'Κωδικός πρόσβασης', - 'success' => 'Your account has been created.', - 'failure' => 'Something went wrong with the signup.', + 'success' => 'Ο λογαριασμός σας έχει δημιουργηθεί.', + 'failure' => 'Προέκυψε κάποιο σφάλμα σχετικά με την εγγραφή.', ], 'system' => [ - 'update' => 'There is a newer version of Cachet available. You can learn how to update here!', + 'update' => 'Μια ενημερωμένη έκδοση του Cache είναι διαθέσιμη. Δείτε πως μπορείτε να αναβαθμίσετε εδώ!', ], // Modal 'modal' => [ - 'close' => 'Close', + 'close' => 'Κλείσιμο', 'subscribe' => [ - 'title' => 'Subscribe to component updates', - 'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.', - 'button' => 'Subscribe', + 'title' => 'Εγγραφή στις ενημερώσεις στοιχείων', + 'body' => 'Συμπληρώστε το email σας για να εγγραφείτε στις ενημερώσεις αυτού του στοιχείου. Αν είστε ήδη εγγεγραμένος, τότε λαμβάνεται ήδη emails για αυτό το στοιχείο.', + 'button' => 'Εγγραφή', ], ], // Other - 'powered_by' => ':app Status Page is powered by Cachet.', - 'about_this_site' => 'About This Site', + 'powered_by' => 'Η σελίδα κατάστασης :app τροφοδοτείται από το Cachet.', + 'about_this_site' => 'Σχετικά με αυτόν τον ιστότοπο', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', 'feed' => 'Status Feed', diff --git a/resources/lang/el/dashboard.php b/resources/lang/el/dashboard.php index af1612ae..c19ad5f8 100755 --- a/resources/lang/el/dashboard.php +++ b/resources/lang/el/dashboard.php @@ -21,37 +21,37 @@ return [ 'incident-create-template' => 'Δημιουργία προτύπου', 'incident-templates' => 'Πρότυπα Περιστατικών', 'add' => [ - 'title' => 'Report an incident', + 'title' => 'Αναφορά περιστατικού', 'success' => 'Το περιστατικό προστέθηκε.', 'failure' => 'Κάτι πήγε στραβά με την προσθήκη του περιστατικού.', ], 'edit' => [ - 'title' => 'Edit an incident', + 'title' => 'Επεξεργασία περιστατικού', 'success' => 'Επεξεργασία περιστατικού επιτυχής.', 'failure' => 'Κάτι πήγε στραβά με την προσθήκη του περιστατικού.', ], 'delete' => [ - 'success' => 'The incident has been deleted and will not show on your status page.', - 'failure' => 'The incident could not be deleted. Please try again.', + 'success' => 'Αυτό το περιστατικό έχει διαγραφεί και δε θα εμφανιστή στη σελίδα κατάστασης.', + 'failure' => 'Το περιστατικό δεν ήταν δυνατό να διαγραφεί. Παρακαλώ δοκιμάστε ξανά.', ], // Incident templates 'templates' => [ 'title' => 'Πρότυπα Περιστατικών', 'add' => [ - 'title' => 'Create an incident template', - 'message' => 'You should add an incident template.', + 'title' => 'Δημιουργήστε ένα πρότυπο περιστατικό', + 'message' => 'Σας προτείνουμε να προσθέσετε ένα πρότυπο περιστατικό.', 'success' => 'Επιτυχής δημιουργία προτύπου.', 'failure' => 'Κάτι πήγε στραβά με την δημιουργία προτύπου.', ], 'edit' => [ - 'title' => 'Edit Template', + 'title' => 'Επεξεργασία προτύπου', 'success' => 'Επιτυχής ενημέρωση προτύπου!', 'failure' => 'Κάτι πήγε στραβά με την ενημέρωση του προτύπου', ], 'delete' => [ - 'success' => 'The incident template has been deleted.', - 'failure' => 'The incident template could not be deleted. Please try again.', + 'success' => 'Το πρότυπο περιστατικό έχει διαγραφεί.', + 'failure' => 'Το πρότυπο περιστατικό δεν ήταν δυνατό να διαγραφεί. Παρακαλώ δοκιμάστε ξανά.', ], ], ], diff --git a/resources/lang/el/forms.php b/resources/lang/el/forms.php index ad0ea5eb..071ce6eb 100755 --- a/resources/lang/el/forms.php +++ b/resources/lang/el/forms.php @@ -174,7 +174,7 @@ return [ 'cancel' => 'Cancel', 'remove' => 'Remove', 'invite' => 'Invite', - 'signup' => 'Sign Up', + 'signup' => 'Εγγραφή', // Other 'optional' => '* Optional', diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index a213f3a0..e5138db1 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -12,9 +12,6 @@ return [ // Components 'components' => [ - 'group' => [ - 'other' => 'Other Components', - ], 'status' => [ 1 => 'Operational', 2 => 'Performance Issues', @@ -66,15 +63,10 @@ return [ 'subscriber' => [ 'subscribe' => 'Subscribe to get the most recent updates', 'button' => 'Subscribe', - 'manage' => [ - 'no_subscriptions' => 'You\'re currently subscribed to all updates.', - 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', - ], 'email' => [ 'subscribe' => 'Subscribe to email updates.', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'verified' => 'Your email subscription has been confirmed. Thank you!', - 'manage' => 'Manage your subscription.', 'unsubscribe' => 'Unsubscribe from email updates.', 'unsubscribed' => 'Your email subscription has been cancelled.', 'failure' => 'Something went wrong with the subscription.', @@ -138,7 +130,6 @@ return [ ], // Other - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => ':app Status Page is powered by Cachet.', 'about_this_site' => 'About This Site', 'rss-feed' => 'RSS', diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 34b4a160..f43a3493 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -140,13 +140,11 @@ return [ ], // Subscribers 'subscribers' => [ - 'subscribers' => 'Subscribers', - 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', - 'verified' => 'Verified', - 'not_verified' => 'Not verified', - 'subscriber' => ':email, subscribed :date', - 'no_subscriptions' => 'Subscribed to all updates', - 'add' => [ + 'subscribers' => 'Subscribers', + 'description' => 'Subscribers will receive email updates when incidents are created.', + 'verified' => 'Verified', + 'not_verified' => 'Not verified', + 'add' => [ 'title' => 'Add a new subscriber', 'success' => 'Subscriber has been added!', 'failure' => 'Something went wrong with the component.', @@ -199,11 +197,6 @@ return [ 'localization' => [ 'localization' => 'Localization', ], - 'customization' => [ - 'customization' => 'Customization', - 'header' => 'Custom Header HTML', - 'footer' => 'Custom Footer HTML', - ], 'security' => [ 'security' => 'Security', 'two-factor' => 'Users without two-factor authentication', diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index 10dc1d7a..4ace1a9b 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -68,11 +68,8 @@ return [ 'enabled' => 'Component enabled?', 'groups' => [ - 'name' => 'Name', - 'collapsing' => 'Choose visibility of the group', - 'visible' => 'Always expanded', - 'collapsed' => 'Collapse the group by default', - 'collapsed_incident' => 'Collapse the group, but expand if there are issues', + 'name' => 'Name', + 'collapsed' => 'Collapse the group by default?', ], ], diff --git a/resources/lang/fi/cachet.php b/resources/lang/fi/cachet.php index f3fbff44..1fd2c94e 100755 --- a/resources/lang/fi/cachet.php +++ b/resources/lang/fi/cachet.php @@ -107,7 +107,7 @@ return [ ], 'signup' => [ - 'title' => 'Sign Up', + 'title' => 'Rekisteröidy', 'username' => 'Käyttäjätunnus', 'email' => 'Sähköposti', 'password' => 'Salasana', diff --git a/resources/lang/fi/forms.php b/resources/lang/fi/forms.php index 4aa21bee..66142159 100755 --- a/resources/lang/fi/forms.php +++ b/resources/lang/fi/forms.php @@ -174,7 +174,7 @@ return [ 'cancel' => 'Peruuta', 'remove' => 'Poista', 'invite' => 'Kutsu', - 'signup' => 'Sign Up', + 'signup' => 'Rekisteröidy', // Other 'optional' => '* Valinnainen', diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php index 9aefc685..569c2c53 100755 --- a/resources/lang/hu/validation.php +++ b/resources/lang/hu/validation.php @@ -50,7 +50,7 @@ return [ 'in' => 'A kiválasztott :attribute érvénytelen.', 'integer' => ':attribute csak szám lehet.', 'ip' => ':attribute csak érvényes IP cím lehet.', - 'json' => 'The :attribute must be a valid JSON string.', + 'json' => 'A :attribute -nak érvényes JSON stringnek kell lennie.', 'max' => [ 'numeric' => ':attribute nem lehet nagyobb, mint :max.', 'file' => ':attribute nem lehet nagyobb, mint :max kilobyte.', diff --git a/resources/lang/it/cachet.php b/resources/lang/it/cachet.php index 86cbb3ff..e59b8cbb 100755 --- a/resources/lang/it/cachet.php +++ b/resources/lang/it/cachet.php @@ -22,7 +22,7 @@ return [ // Incidents 'incidents' => [ - 'none' => 'No incidents reported', + 'none' => 'Nessun incidente segnalato', 'past' => 'Past Incidents', 'previous_week' => 'Previous Week', 'next_week' => 'Next Week', diff --git a/resources/lang/ja/cachet.php b/resources/lang/ja/cachet.php index e5138db1..0d407530 100755 --- a/resources/lang/ja/cachet.php +++ b/resources/lang/ja/cachet.php @@ -13,27 +13,27 @@ return [ // Components 'components' => [ 'status' => [ - 1 => 'Operational', - 2 => 'Performance Issues', - 3 => 'Partial Outage', - 4 => 'Major Outage', + 1 => '稼働中', + 2 => 'パフォーマンスに関する問題あり', + 3 => '一部停止中', + 4 => '大規模な停止中', ], ], // Incidents 'incidents' => [ - 'none' => 'No incidents reported', - 'past' => 'Past Incidents', - 'previous_week' => 'Previous Week', - 'next_week' => 'Next Week', - 'scheduled' => 'Scheduled Maintenance', - 'scheduled_at' => ', scheduled :timestamp', + 'none' => 'インシデントはありません', + 'past' => '過去のインシデント', + 'previous_week' => '前の週', + 'next_week' => '次の週', + 'scheduled' => '計画メンテナンス', + 'scheduled_at' => ', 予定日時 :timestamp', 'status' => [ 0 => 'Scheduled', // TODO: Hopefully remove this. - 1 => 'Investigating', - 2 => 'Identified', - 3 => 'Watching', - 4 => 'Fixed', + 1 => '調査中', + 2 => '特定済み', + 3 => '監視中', + 4 => '修正済み', ], ], @@ -45,26 +45,26 @@ return [ ], 'api' => [ - 'regenerate' => 'Regenerate API Key', - 'revoke' => 'Revoke API Key', + 'regenerate' => 'APIキーの再生成', + 'revoke' => 'APIキーの削除', ], // Metrics 'metrics' => [ 'filter' => [ - 'last_hour' => 'Last Hour', - 'hourly' => 'Last 12 Hours', - 'weekly' => 'Week', - 'monthly' => 'Month', + 'last_hour' => '過去1時間', + 'hourly' => '過去12時間', + 'weekly' => '週', + 'monthly' => '月', ], ], // Subscriber 'subscriber' => [ - 'subscribe' => 'Subscribe to get the most recent updates', - 'button' => 'Subscribe', + 'subscribe' => '最新のアップデート情報を購読する', + 'button' => '購読', 'email' => [ - 'subscribe' => 'Subscribe to email updates.', + 'subscribe' => 'メールによるアップデート情報の購読', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'verified' => 'Your email subscription has been confirmed. Thank you!', 'unsubscribe' => 'Unsubscribe from email updates.', @@ -107,33 +107,33 @@ return [ ], 'signup' => [ - 'title' => 'Sign Up', - 'username' => 'Username', + 'title' => '新規登録', + 'username' => 'ユーザー名', 'email' => 'Email', 'password' => 'Password', - 'success' => 'Your account has been created.', - 'failure' => 'Something went wrong with the signup.', + 'success' => 'アカウントが作成されました。', + 'failure' => '新規登録に失敗しました。', ], 'system' => [ - 'update' => 'There is a newer version of Cachet available. You can learn how to update here!', + 'update' => 'Cachetの新しいバージョンがあります。アップデートの方法についてはこちらを参照して下さい!', ], // Modal 'modal' => [ - 'close' => 'Close', + 'close' => '閉じる', 'subscribe' => [ 'title' => 'Subscribe to component updates', 'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.', - 'button' => 'Subscribe', + 'button' => '購読', ], ], // Other 'powered_by' => ':app Status Page is powered by Cachet.', - 'about_this_site' => 'About This Site', + 'about_this_site' => 'このサイトについて', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', - 'feed' => 'Status Feed', + 'feed' => 'ステータスフィード', ]; diff --git a/resources/lang/ja/dashboard.php b/resources/lang/ja/dashboard.php index c41e295d..6e0915ec 100755 --- a/resources/lang/ja/dashboard.php +++ b/resources/lang/ja/dashboard.php @@ -11,23 +11,23 @@ return [ - 'dashboard' => 'Dashboard', + 'dashboard' => 'ダッシュボード', // Incidents 'incidents' => [ - 'title' => 'Incidents & Schedule', - 'incidents' => 'Incidents', - 'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported :count incidents.', - 'incident-create-template' => 'Create Template', - 'incident-templates' => 'Incident Templates', + 'title' => 'インシデント & スケジュール', + 'incidents' => 'インシデント', + 'logged' => '{0} 良いですね。インシデントはありません。|インシデントを1件登録しました。|あなたはインシデントを :count 件 報告しています。', + 'incident-create-template' => 'テンプレートの作成', + 'incident-templates' => 'インシデント・テンプレート', 'add' => [ - 'title' => 'Report an incident', - 'success' => 'Incident reported.', - 'failure' => 'The incident could not be reported. Please try again.', + 'title' => 'インシデントの報告', + 'success' => 'インシデントが登録されました。', + 'failure' => 'インシデントの登録ができませんでした。もう一度試してみてください。', ], 'edit' => [ - 'title' => 'Edit an incident', - 'success' => 'Incident updated.', + 'title' => 'インシデントの編集', + 'success' => 'インシデントが更新されました。', 'failure' => 'The incident could not be edited. Please try again.', ], 'delete' => [ @@ -37,15 +37,15 @@ return [ // Incident templates 'templates' => [ - 'title' => 'Incident Templates', + 'title' => 'インシデント・テンプレート', 'add' => [ - 'title' => 'Create an incident template', + 'title' => 'インシデントテンプレートの作成', 'message' => 'You should add an incident template.', 'success' => 'The incdent template has been created!', 'failure' => 'The incident template could not be created. Please try again.', ], 'edit' => [ - 'title' => 'Edit Template', + 'title' => 'テンプレートの編集', 'success' => 'The incdent template has been updated!', 'failure' => 'The incident template could not be edited. Please try again.', ], @@ -58,79 +58,79 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => 'Scheduled Maintenance', + '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' => 'Scheduled maintenance has been reported!', - 'failure' => 'The scheduled maintenance could not be reported. Please try again.', + 'title' => '計画メンテナンスの追加', + 'success' => '計画メンテナンスが追加されました!', + 'failure' => '計画メンテナンスの追加ができませんでした。もう一度試してみてください。', ], 'edit' => [ - 'title' => 'Edit scheduled maintenance', - 'success' => 'Scheduled maintenance has been edited!', - 'failure' => 'The scheduled maintenance could not be edited. Please try again.', + 'title' => '計画メンテナンスの編集', + 'success' => '計画メンテナンスが編集されました!', + 'failure' => '計画メンテナンスの編集ができませんでした。もう一度試してみてください。', ], 'delete' => [ - 'success' => 'Scheduled maintenance has been deleted!', - 'failure' => 'The scheduled maintenance could not be deleted. Please try again.', + 'success' => '計画メンテナンスが削除されました!', + 'failure' => '計画メンテナンスの削除ができませんでした。もう一度試してみてください。', ], ], // Components 'components' => [ - 'components' => 'Components', - 'component_statuses' => 'Component Statuses', - 'listed_group' => 'Grouped under :name', + 'components' => 'コンポーネント', + 'component_statuses' => 'コンポーネントのステータス', + 'listed_group' => ':name グループに所属', 'add' => [ - 'title' => 'Add a component', - 'message' => 'You should add a component.', - 'success' => 'Component has been added!', - 'failure' => 'The component could not be added. Please try again.', + 'title' => 'コンポーネントの追加', + 'message' => 'コンポーネントを追加してください。', + 'success' => 'コンポーネントが追加されました!', + 'failure' => 'コンポーネントの追加ができませんでした。もう一度試してみてください。', ], 'edit' => [ - 'title' => 'Edit a component', - 'success' => 'Component has been updated!', - 'failure' => 'The component could not be updated. Please try again.', + 'title' => 'コンポーネントの編集', + 'success' => 'コンポーネントが更新されました!', + 'failure' => 'コンポーネントの更新ができませんでした。もう一度試してみてください。', ], 'delete' => [ - 'success' => 'The component has been deleted!', - 'failure' => 'The component could not be deleted. Please try again.', + 'success' => 'コンポーネントが削除されました!', + 'failure' => 'コンポーネントの削除ができませんでした。もう一度試してみてください。', ], // Component groups 'groups' => [ - 'groups' => 'Component group|Component groups', - 'no_components' => 'You should add a component group.', + 'groups' => 'コンポーネントグループ', + 'no_components' => 'コンポーネントグループを追加して下さい', 'add' => [ - 'title' => 'Add a component group', - 'success' => 'Component group has been added!', - 'failure' => 'The component group could not be added. Please try again.', + 'title' => 'コンポーネントグループの追加', + 'success' => 'コンポーネントグループが追加されました!', + 'failure' => 'コンポーネントグループの追加ができませんでした。もう一度試してみてください。', ], 'edit' => [ - 'title' => 'Edit a component group', - 'success' => 'Component group has been edited!', - 'failure' => 'The component group could not be edited. Please try again.', + 'title' => 'コンポーネントグループの編集', + 'success' => 'コンポーネントグループが編集されました!', + 'failure' => 'コンポーネントグループの編集ができませんでした。もう一度試してみてください。', ], 'delete' => [ - 'success' => 'Component group has been deleted!', - 'failure' => 'The component group could not be deleted. Please try again.', + 'success' => 'コンポーネントグループが削除されました!', + 'failure' => 'コンポーネントグループの削除ができませんでした。もう一度試してみてください。', ], ], ], // Metrics 'metrics' => [ - 'metrics' => 'Metrics', + 'metrics' => 'メトリクス', 'add' => [ - 'title' => 'Create a metric', - 'message' => 'You should add a metric.', - 'success' => 'Metric has been added!', - 'failure' => 'The metric could not be added. Please try again.', + 'title' => 'メトリクスの作成', + 'message' => 'メトリクスを追加してください。', + 'success' => 'メトリクスが追加されました!', + 'failure' => 'メトリクスの追加ができませんでした。もう一度試してみてください。', ], 'edit' => [ - 'title' => 'Edit a metric', - 'success' => 'Metric has been updated!', + 'title' => 'メトリクスの編集', + 'success' => 'メトリクスが更新されました!', 'failure' => 'The metric could not be updated. Please try again.', ], 'delete' => [ @@ -140,17 +140,17 @@ return [ ], // Subscribers 'subscribers' => [ - 'subscribers' => 'Subscribers', + 'subscribers' => '購読者', 'description' => 'Subscribers will receive email updates when incidents are created.', - 'verified' => 'Verified', - 'not_verified' => 'Not verified', + 'verified' => '認証済', + 'not_verified' => '未確認', 'add' => [ - 'title' => 'Add a new subscriber', + 'title' => '購読者の追加', 'success' => 'Subscriber has been added!', 'failure' => 'The subscriber could not be added. Please try again.', ], 'edit' => [ - 'title' => 'Update subscriber', + 'title' => '購読者の更新', 'success' => 'Subscriber has been updated!', 'failure' => 'The subscriber could not be updated. Please try again.', ], @@ -158,17 +158,17 @@ return [ // Team 'team' => [ - 'team' => 'Team', - 'member' => 'Member', - 'profile' => 'Profile', + 'team' => 'チーム', + 'member' => 'メンバー', + 'profile' => 'プロフィール', 'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'add' => [ - 'title' => 'Add a new team member', + 'title' => '新しいチームメンバーを追加する', 'success' => 'Team member has been added!', 'failure' => 'The team member could not be added. Please try again.', ], 'edit' => [ - 'title' => 'Update profile', + 'title' => 'プロフィールの更新', 'success' => 'Team member has been updated!', 'failure' => 'The team member could not be updated. Please try again.', ], @@ -177,74 +177,74 @@ return [ 'failure' => 'The team member could not be added. Please try again.', ], 'invite' => [ - 'title' => 'Invite a new team member', - 'success' => 'An invite has been sent', - 'failure' => 'The invite could not be sent. Please try again.', + 'title' => '新しいチームメンバーを招待する', + 'success' => '招待メールが送信されました', + 'failure' => '招待メールが送信できませんでした。もう一度試してみてください。', ], ], // Settings 'settings' => [ - 'settings' => 'Settings', + 'settings' => '設定', 'app-setup' => [ - 'app-setup' => 'Application Setup', - 'images-only' => 'Only images may be uploaded.', - 'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size', + 'app-setup' => 'アプリケーションのセットアップ', + 'images-only' => '画像のみアップロード可能です。', + 'too-big' => 'ファイルサイズが大きすぎます。:size 以下の画像をアップロードしてください。', ], 'analytics' => [ - 'analytics' => 'Analytics', + 'analytics' => 'アナリティクス', ], 'localization' => [ - 'localization' => 'Localization', + 'localization' => 'ローカライズ', ], 'security' => [ - 'security' => 'Security', - 'two-factor' => 'Users without two-factor authentication', + 'security' => 'セキュリティ', + 'two-factor' => '二要素認証が無効になっているユーザー', ], 'stylesheet' => [ - 'stylesheet' => 'Stylesheet', + 'stylesheet' => 'スタイルシート', ], 'theme' => [ - 'theme' => 'Theme', + 'theme' => 'テーマ', ], 'edit' => [ - 'success' => 'Settings saved.', - 'failure' => 'Settings could not be saved.', + 'success' => '設定が保存されました。', + 'failure' => '設定が保存できませんでした。', ], ], // Login 'login' => [ - 'login' => 'Login', - 'logged_in' => 'You\'re logged in.', - 'welcome' => 'Welcome Back!', - 'two-factor' => 'Please enter your token.', + 'login' => 'ログイン', + 'logged_in' => 'ログインしました。', + 'welcome' => 'おかえりなさい!', + 'two-factor' => 'トークンを入力して下さい。', ], // Sidebar footer - 'help' => 'Help', - 'status_page' => 'Status Page', - 'logout' => 'Logout', + 'help' => 'ヘルプ', + 'status_page' => 'ステータスページ', + 'logout' => 'ログアウト', // Notifications 'notifications' => [ - 'notifications' => 'Notifications', + 'notifications' => '通知', 'awesome' => 'Awesome.', - 'whoops' => 'Whoops.', + 'whoops' => 'おおっと', ], // Welcome modal 'welcome' => [ - 'welcome' => 'Welcome to your status page!', + 'welcome' => 'ステータスページにようこそ!', 'message' => 'Your status page is almost ready! You might want to configure these extra settings', 'close' => 'Just go straight to my dashboard', 'steps' => [ - 'component' => 'Create components', - 'incident' => 'Create incidents', - 'customize' => 'Customize', - 'team' => 'Add users', - 'api' => 'Generate API token', - 'two-factor' => 'Two Factor Authentication', + 'component' => 'コンポーネントの作成', + 'incident' => 'インシデントの作成', + 'customize' => 'カスタム設定', + 'team' => 'ユーザーの追加', + 'api' => 'APIトークンの生成', + 'two-factor' => '二要素認証', ], ], diff --git a/resources/lang/ja/forms.php b/resources/lang/ja/forms.php index ed3d58b7..2531073a 100755 --- a/resources/lang/ja/forms.php +++ b/resources/lang/ja/forms.php @@ -14,7 +14,7 @@ return [ // Setup form fields 'setup' => [ 'email' => 'Email', - 'username' => 'Username', + 'username' => 'ユーザー名', 'password' => 'Password', 'site_name' => 'Site Name', 'site_domain' => 'Site Domain', @@ -82,13 +82,13 @@ return [ 'display-chart' => 'Display chart on status page?', 'default-value' => 'Default value', 'calc_type' => 'Calculation of metrics', - 'type_sum' => 'Sum', - 'type_avg' => 'Average', + 'type_sum' => '合計', + 'type_avg' => '平均', 'places' => 'Decimal places', - 'default_view' => 'Default view', + 'default_view' => 'デフォルトのビュー', 'points' => [ - 'value' => 'Value', + 'value' => '値', ], ], @@ -96,13 +96,13 @@ return [ 'settings' => [ /// Application setup 'app-setup' => [ - 'site-name' => 'Site name', - 'site-url' => 'Site URL', + 'site-name' => 'サイト名', + 'site-url' => 'サイトのURL', 'display-graphs' => 'Display graphs on status page?', - 'about-this-page' => 'About this page', - 'days-of-incidents' => 'How many days of incidents to show?', - 'banner' => 'Banner image', - 'banner-help' => "It's recommended that you upload files no bigger than 930px wide .", + 'about-this-page' => 'このページについて', + 'days-of-incidents' => '何日間のインシデントを表示しますか?', + 'banner' => 'バナー画像', + 'banner-help' => '横幅が930px以内の画像をアップロードしてください。', 'subscribers' => 'Allow people to signup to email notifications?', ], 'analytics' => [ @@ -122,37 +122,37 @@ return [ 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.', ], 'stylesheet' => [ - 'custom-css' => 'Custom stylesheet', + 'custom-css' => 'スタイルシートのカスタマイズ', ], 'theme' => [ - 'background-color' => 'Background color', + 'background-color' => '背景色', 'background-fills' => 'Background fills (components, incidents, footer)', 'banner-background-color' => 'Banner background color', 'banner-padding' => 'Banner padding', 'fullwidth-banner' => 'Enable fullwidth banner?', - 'text-color' => 'Text color', - 'dashboard-login' => 'Show dashboard button in the footer?', - 'reds' => 'Red (used for errors)', - 'blues' => 'Blue (used for information)', - 'greens' => 'Green (used for success)', - 'yellows' => 'Yellow (used for alerts)', - 'oranges' => 'Orange (used for notices)', + 'text-color' => '文字色', + 'dashboard-login' => 'ダッシュボードページへのリンクをフッター部分に表示しますか?', + 'reds' => 'レッド(エラー表示に使用されます)', + 'blues' => 'ブルー(インフォメーション表示に使用されます)', + 'greens' => 'グリーン(成功の表示に使用されます)', + 'yellows' => 'イエロー(アラート表示に使用されます)', + 'oranges' => 'オレンジ(通知表示に使用されます)', 'metrics' => 'Metrics fill', - 'links' => 'Links', + 'links' => 'リンク', ], ], 'user' => [ - 'username' => 'Username', + 'username' => 'ユーザー名', 'email' => 'Email', 'password' => 'Password', - 'api-token' => 'API Token', + 'api-token' => 'APIトークン', 'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.', 'gravatar' => 'Change your profile picture at Gravatar.', - 'user_level' => 'User Level', + 'user_level' => 'ユーザーレベル', 'levels' => [ - 'admin' => 'Admin', - 'user' => 'User', + 'admin' => '管理者', + 'user' => 'ユーザー', ], '2fa' => [ 'help' => 'Enabling two factor authentication increases security of your account. You will need to download Google Authenticator or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.', @@ -164,18 +164,18 @@ return [ ], // Buttons - 'add' => 'Add', - 'save' => 'Save', - 'update' => 'Update', - 'create' => 'Create', - 'edit' => 'Edit', - 'delete' => 'Delete', - 'submit' => 'Submit', - 'cancel' => 'Cancel', + 'add' => '追加', + 'save' => '保存', + 'update' => '更新', + 'create' => '作成', + 'edit' => '編集', + 'delete' => '削除', + 'submit' => '送信', + 'cancel' => 'キャンセル', 'remove' => 'Remove', - 'invite' => 'Invite', - 'signup' => 'Sign Up', + 'invite' => '招待', + 'signup' => '新規登録', // Other - 'optional' => '* Optional', + 'optional' => '※ 任意', ]; diff --git a/resources/lang/ja/pagination.php b/resources/lang/ja/pagination.php index add1092a..3580e925 100755 --- a/resources/lang/ja/pagination.php +++ b/resources/lang/ja/pagination.php @@ -22,7 +22,7 @@ return [ | */ - 'previous' => '« Previous', - 'next' => 'Next »', + 'previous' => '« 前へ', + 'next' => '次へ »', ]; diff --git a/resources/lang/ja/setup.php b/resources/lang/ja/setup.php index 2051abc7..9af6bf62 100755 --- a/resources/lang/ja/setup.php +++ b/resources/lang/ja/setup.php @@ -11,13 +11,13 @@ return [ 'setup' => 'セットアップ', - 'title' => 'セットアップ Cachet', + 'title' => 'Cachetのセットアップ', 'service_details' => 'サービスの詳細情報', - 'env_setup' => 'Environment setup', - 'status_page_setup' => 'ステータス ページのセットアップ', + 'env_setup' => '環境設定', + 'status_page_setup' => 'ステータスページのセットアップ', 'show_support' => 'Show support for Cachet?', - 'admin_account' => 'Administrator account', - 'complete_setup' => 'Complete setup', - 'completed' => 'Cachet has been configured successfully!', - 'finish_setup' => 'Go to dashboard', + 'admin_account' => '管理者アカウント', + 'complete_setup' => 'セットアップの完了', + 'completed' => 'Cachetの設定が正常に終わりました!', + 'finish_setup' => 'ダッシュボード画面に移動', ]; diff --git a/resources/lang/ru/dashboard.php b/resources/lang/ru/dashboard.php index 0ac4156f..a18cef08 100755 --- a/resources/lang/ru/dashboard.php +++ b/resources/lang/ru/dashboard.php @@ -17,7 +17,7 @@ return [ 'incidents' => [ 'title' => 'Инциденты и Плановые работы', 'incidents' => 'Инциденты', - 'logged' => '{0} Нет инцидентов, отличная работа!|У вас записан один инцидент.|Записано инцидентов: :count.', + 'logged' => '{0} Нет инцидентов, отличная работа!|У вас зарегистрирован :count инцидент.|У вас зарегистрировано :count инцидента.|У вас зарегистрировано :count инцидентов.', 'incident-create-template' => 'Создать шаблон', 'incident-templates' => 'Шаблоны инцидентов', 'add' => [ @@ -59,7 +59,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Плановое техническое обслуживание', - 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count schedules.', + 'logged' => '{0} Ни одного планового обслуживания не зарегистрировано.|У вас зарегистрировано :count плановое обслуживание.|У вас зарегистрировано :count плановых обслуживания.|У вас зарегистрировано :count плановых обслуживаний.', 'scheduled_at' => 'запланировано на :timestamp', 'add' => [ 'title' => 'Добавить плановое техническое обслуживание', diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index d49369dd..1bf9d429 100755 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -22,7 +22,7 @@ return [ // Incidents 'incidents' => [ - 'none' => 'No incidents reported', + 'none' => '无故障报告', 'past' => '历史状态', 'previous_week' => '前一周', 'next_week' => '后一周', @@ -39,9 +39,9 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] System operational|[2,Inf] All systems are operational', - 'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues', - 'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', + 'good' => '[0,1] 系统工作正常|[2,Inf] 所有系统工作正常', + 'bad' => '[0,1] 一个系统出现了问题|[2,Inf] 一些系统出现了问题', + 'major' => '[0,1] 一个系统出现重大故障|[2,Inf] 一些系统出现重大故障', ], 'api' => [ @@ -52,7 +52,7 @@ return [ // Metrics 'metrics' => [ 'filter' => [ - 'last_hour' => 'Last Hour', + 'last_hour' => '上个小时', 'hourly' => '最近12小时', 'weekly' => '周', 'monthly' => '月', @@ -70,7 +70,7 @@ return [ 'unsubscribe' => '取消电子邮件订阅。', 'unsubscribed' => 'Your email subscription has been cancelled.', 'failure' => 'Something went wrong with the subscription.', - 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', + 'already-subscribed' => '无法订阅:因为这个邮箱地址已经在订阅列表中了。', 'verify' => [ 'text' => "Please confirm your email subscription to :app_name status updates.\n:link\nThank you, :app_name", 'html-preheader' => 'Please confirm your email subscription to :app_name status updates.', @@ -87,11 +87,11 @@ return [ 'html' => 'New incident has been reported on :app_name.
Thank you, :app_name
', ], 'component' => [ - 'subject' => 'Component Status Update', - 'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name', - 'html-preheader' => 'Component Update from :app_name', - 'html' => 'The component :component_name has seen a status change. The component is now at :component_human_status.
Thank you, :app_name
', - 'tooltip-title' => 'Subscribe to notifications for :component_name.', + 'subject' => '组件状态更新', + 'text' => 'component :component_name 的状态已经更新。component现在的状态为: component_human_status。\n谢谢, :app_name', + 'html-preheader' => 'component 更新来自:app_name', + 'html' => 'component :component_name 已经被变更。component正在component_human_status。
谢谢, :app_name
', + 'tooltip-title' => '订阅来自 component_name 的更新', ], ], ], @@ -116,15 +116,15 @@ return [ ], 'system' => [ - 'update' => 'There is a newer version of Cachet available. You can learn how to update here!', + 'update' => '有新版的Cachet可用,您可以点击这里获取更新咨询', ], // 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.', + 'title' => '订阅组件状态更新', + 'body' => '请输入您用于接收订阅该组件更新通知的电子邮箱。如果您已经订阅,您应已收到关于这个组件的一系列电子邮件。', 'button' => 'Subscribe', ], ], diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index acbb513d..00721e5c 100755 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -31,7 +31,7 @@ return [ 'email' => '电子邮箱', 'password' => '密码', '2fauth' => 'Authentication Code', - 'invalid' => '无效的用户名或者邮箱地址', + 'invalid' => '无效的用户名或密码', 'invalid-token' => 'Invalid token', 'cookies' => 'You must enable cookies to login.', ], @@ -69,7 +69,7 @@ return [ 'groups' => [ 'name' => '组名', - 'collapsed' => '默认折叠组?', + 'collapsed' => '默认折叠分组?', ], ],