Files
cachet-docker/resources/lang/no-NO/cachet.php
2018-10-09 11:11:03 +01:00

147 lines
5.2 KiB
PHP

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Sist oppdatert :timestamp',
'status' => [
0 => 'Ukjent',
1 => 'Ingen problemer',
2 => 'Ytelsesproblemer',
3 => 'Delvis brudd',
4 => 'Større brudd',
],
'group' => [
'other' => 'Andre komponenter',
],
'select_all' => 'Select All',
'deselect_all' => 'Deselect All',
],
// Incidents
'incidents' => [
'none' => 'Ingen hendelser rapportert',
'past' => 'Tidligere hendelser',
'stickied' => 'Festede hendelser',
'scheduled' => 'Maintenance',
'scheduled_at' => ', planlagt :timestamp',
'posted' => 'Postet :timestamp',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Undersøkes',
2 => 'Identifisert',
3 => 'Observerer',
4 => 'Løst',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Kommende',
1 => 'Pågår',
2 => 'Fullført',
],
],
// Service Status
'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational',
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
],
'api' => [
'regenerate' => 'Regenerer API-nøkkel',
'revoke' => 'Tilbakekall API-nøkkel',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Siste time',
'hourly' => 'Siste 12 timer',
'weekly' => 'Uke',
'monthly' => 'Måned',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Abonner for å få oppdateringene',
'unsubscribe' => 'Unsubscribe',
'button' => 'Abonner',
'manage_subscription' => 'Manage subscription',
'manage' => [
'notifications' => 'Notifications',
'notifications_for' => 'Manage notifications for',
'no_subscriptions' => 'Du abonnerer for øyeblikket på alle oppdateringer.',
'update_subscription' => 'Update Subscription',
'my_subscriptions' => 'Du abonnerer for øyeblikket på følgende oppdateringer.',
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Abonner på e-postoppdateringer.',
'subscribed' => 'Du abonnerer nå på e-postvarslinger, sjekk din e-post for å bekrefte abonneringen.',
'verified' => 'Ditt epost abonnement er bekreftet!',
'manage' => 'Administrer ditt abonnement',
'unsubscribe' => 'Meld av e-postvarsling.',
'unsubscribed' => 'Ditt e-postabonnement har blitt kansellert.',
'failure' => 'Noe gikk galt med abonneringen.',
'already-subscribed' => 'Kan ikke abonnere: email fordi de allerede er abonnenter.',
],
],
'signup' => [
'title' => 'Registerer deg',
'username' => 'Brukernavn',
'email' => 'E-post',
'password' => 'Passord',
'success' => 'Din konto er opprettet.',
'failure' => 'Noe gikk galt med registreringsprosessen.',
],
'system' => [
'update' => 'Det finnes en nyere versjon av Cachet. Du kan lære hvordan å oppdatere <a href="https://docs.cachethq.io/docs/updating-cachet"> her</a>!',
],
// Modal
'modal' => [
'close' => 'Lukk',
'subscribe' => [
'title' => 'Abonner for å motta varslinger for komponenten på e-post',
'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' => 'Abonner',
],
],
// 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' => 'Home',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Tider vises i :timezone.',
'about_this_site' => 'Om denne siden',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];