New translations cachet.php (Afrikaans)

This commit is contained in:
Cachet Bot
2018-07-12 08:40:21 +01:00
parent e95a32947f
commit 3b40cd8725
+21 -21
View File
@@ -12,31 +12,31 @@
return [ return [
// Components // Components
'components' => [ 'components' => [
'last_updated' => ':timestamp laas opgedateer', 'last_updated' => 'Last updated :timestamp',
'status' => [ 'status' => [
0 => 'Onbekend', 0 => 'Unknown',
1 => 'Operasioneel', 1 => 'Operational',
2 => 'Prestasieprobleme', 2 => 'Performance Issues',
3 => 'Gedeeltelike Onderbreking', 3 => 'Partial Outage',
4 => 'Groot Onderbreking', 4 => 'Major Outage',
], ],
'group' => [ 'group' => [
'other' => 'Ander komponente', 'other' => 'Other Components',
], ],
], ],
// Incidents // Incidents
'incidents' => [ 'incidents' => [
'none' => 'Geen voorvalle aangemeld', 'none' => 'No incidents reported',
'past' => 'Vorige Voorvalle', 'past' => 'Past Incidents',
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Geskeduleerde Instandhouding', 'scheduled' => 'Maintenance',
'scheduled_at' => ', :timestamp geskeduleer', 'scheduled_at' => ', scheduled :timestamp',
'posted' => ':timestamp gepos', 'posted' => 'Posted :timestamp',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Onder die Loep', 1 => 'Investigating',
2 => 'Geïdentifiseerd', 2 => 'Identified',
3 => 'Hou Dop', 3 => 'Hou Dop',
4 => 'Opgelos', 4 => 'Opgelos',
], ],
@@ -45,17 +45,17 @@ return [
// Schedule // Schedule
'schedules' => [ 'schedules' => [
'status' => [ 'status' => [
0 => 'Opkomend', 0 => 'Upcoming',
1 => 'Besig', 1 => 'In Progress',
2 => 'Voltooid', 2 => 'Complete',
], ],
], ],
// Service Status // Service Status
'service' => [ 'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational', 'good' => '[0,1]System operational|[2,*]All systems are operational',
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues', 'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues', 'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
], ],
'api' => [ 'api' => [
@@ -66,7 +66,7 @@ return [
// Metrics // Metrics
'metrics' => [ 'metrics' => [
'filter' => [ 'filter' => [
'last_hour' => 'Laaste uur', 'last_hour' => 'Last Hour',
'hourly' => 'Afgelope 12 Uur', 'hourly' => 'Afgelope 12 Uur',
'weekly' => 'Weekliks', 'weekly' => 'Weekliks',
'monthly' => 'Maandeliks', 'monthly' => 'Maandeliks',
@@ -75,7 +75,7 @@ return [
// Subscriber // Subscriber
'subscriber' => [ 'subscriber' => [
'subscribe' => 'Teken in om opdaterings te kry', 'subscribe' => 'Subscribe to get the updates',
'unsubscribe' => 'Unsubscribe', 'unsubscribe' => 'Unsubscribe',
'button' => 'Teken aan', 'button' => 'Teken aan',
'manage_subscription' => 'Manage subscription', 'manage_subscription' => 'Manage subscription',