diff --git a/resources/lang/af-ZA/cachet.php b/resources/lang/af-ZA/cachet.php index 585f7c2e..2c8637b8 100644 --- a/resources/lang/af-ZA/cachet.php +++ b/resources/lang/af-ZA/cachet.php @@ -12,27 +12,28 @@ return [ // Components 'components' => [ - 'last_updated' => 'Last updated :timestamp', + 'last_updated' => ':timestamp laas opgedateer', 'status' => [ - 0 => 'Unknown', + 0 => 'Onbekend', 1 => 'Operasioneel', 2 => 'Prestasieprobleme', 3 => 'Gedeeltelike Onderbreking', 4 => 'Groot Onderbreking', ], 'group' => [ - 'other' => 'Other Components', + 'other' => 'Ander komponente', ], ], // Incidents 'incidents' => [ - 'none' => 'No incidents reported', + 'none' => 'Geen voorvalle aangemeld', 'past' => 'Vorige Voorvalle', 'stickied' => 'Stickied Incidents', 'scheduled' => 'Geskeduleerde Instandhouding', - 'scheduled_at' => ', scheduled :timestamp', - 'posted' => 'Posted :timestamp', + 'scheduled_at' => ', :timestamp geskeduleer', + 'posted' => ':timestamp gepos', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => 'Onder die Loep', 2 => 'Geïdentifiseerd', @@ -44,9 +45,9 @@ return [ // Schedule 'schedules' => [ 'status' => [ - 0 => 'Upcoming', - 1 => 'In Progress', - 2 => 'Complete', + 0 => 'Opkomend', + 1 => 'Besig', + 2 => 'Voltooid', ], ], @@ -65,7 +66,7 @@ return [ // Metrics 'metrics' => [ 'filter' => [ - 'last_hour' => 'Last Hour', + 'last_hour' => 'Laaste uur', 'hourly' => 'Afgelope 12 Uur', 'weekly' => 'Weekliks', 'monthly' => 'Maandeliks', @@ -74,7 +75,7 @@ return [ // Subscriber 'subscriber' => [ - 'subscribe' => 'Subscribe to get the updates', + 'subscribe' => 'Teken in om opdaterings te kry', 'unsubscribe' => 'Unsubscribe at :link', 'button' => 'Teken aan', 'manage' => [