From 48b4d3e4558d4286727256ad0e3e68868b37a79e Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:05:32 +0000 Subject: [PATCH] New translations cachet.php (Romanian) --- resources/lang/ro-RO/cachet.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/lang/ro-RO/cachet.php b/resources/lang/ro-RO/cachet.php index cf4b9b7f..ef1f39ec 100644 --- a/resources/lang/ro-RO/cachet.php +++ b/resources/lang/ro-RO/cachet.php @@ -14,7 +14,7 @@ return [ 'components' => [ 'last_updated' => 'Ultima actualizare :timestamp', 'status' => [ - 0 => 'Unknown', + 0 => 'Necunoscut', 1 => 'Operaţional', 2 => 'Probleme de performanţă', 3 => 'Ȋntrerupere parțială', @@ -33,6 +33,7 @@ return [ 'scheduled' => 'Întreținere programată', 'scheduled_at' => ', programată: timestamp', 'posted' => 'Publicat :timestamp', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => 'Sub investigație', 2 => 'Identificat', @@ -44,9 +45,9 @@ return [ // Schedule 'schedules' => [ 'status' => [ - 0 => 'Upcoming', - 1 => 'In Progress', - 2 => 'Complete', + 0 => 'Urmează', + 1 => 'În progres', + 2 => 'Terminat', ], ], @@ -75,7 +76,7 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => 'Abonează-te pentru a primi cele mai recente actualizări', - 'unsubscribe' => 'Unsubscribe at :link', + 'unsubscribe' => 'Dezabonare de la :link', 'button' => 'Abonează-te', 'manage' => [ 'no_subscriptions' => 'Acum eşti abonat la toate actualizările.',