diff --git a/resources/lang/ro-RO/dashboard.php b/resources/lang/ro-RO/dashboard.php index 3b0e4850..52c5f87c 100644 --- a/resources/lang/ro-RO/dashboard.php +++ b/resources/lang/ro-RO/dashboard.php @@ -16,7 +16,7 @@ return [ // Incidents 'incidents' => [ - 'title' => 'Incidente & Planificare', + 'title' => 'Incidents & Maintenance', 'incidents' => 'Incidente', 'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', 'incident-create-template' => 'Crează şablon', @@ -25,7 +25,7 @@ return [ 'title' => 'Incident updates for :incident', 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'add' => [ - 'title' => 'Adaugă o nouă actualizare a incidentului', + 'title' => 'Create new incident update', 'success' => 'Your new incident update has been created.', 'failure' => 'Something went wrong with the incident update.', ], @@ -56,7 +56,7 @@ return [ 'title' => 'Şabloane incident', 'add' => [ 'title' => 'Adaugă un nou şablon pentru incident', - 'message' => 'Trebuie să adaugi un şablon pentru incident.', + 'message' => 'Create your first incident template.', 'success' => 'Noul şablon pentru incident a fost creat.', 'failure' => 'Ceva nu a funcționat legat de șablonul incidentului.', ], @@ -74,22 +74,22 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => 'Întreținere programată', + 'schedule' => 'Maintenance', 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', 'scheduled_at' => 'Programat la :timestamp', 'add' => [ - 'title' => 'Adăugaţi Programare Mentenanţă', - 'success' => 'Programare adăugată.', - 'failure' => 'Ceva nu a funcționat legat de adăugarea unei programări, vă rugăm încercați din nou.', + 'title' => 'Add Maintenance', + 'success' => 'Maintenance added.', + 'failure' => 'Something went wrong adding the Maintenance, please try again.', ], 'edit' => [ - 'title' => 'Modificați Programarea Mentenanței', - 'success' => 'Programarea a fost actualizată!', - 'failure' => 'Ceva nu a funcționat legat de modificarea programării, vă rugăm încercați din nou.', + 'title' => 'Edit Maintenance', + 'success' => 'Maintenance has been updated!', + 'failure' => 'Something went wrong editing the Maintenance, please try again.', ], 'delete' => [ - 'success' => 'Programarea mentenanței a fost ștearsă și nu va mai apărea pe pagina dvs. de stare.', - 'failure' => 'Programarea mentenanței nu a putut fi ștearsă, vă rugăm încercați din nou.', + 'success' => 'The Maintenance has been deleted and will not show on your status page.', + 'failure' => 'The Maintenance could not be deleted, please try again.', ], ], @@ -216,7 +216,7 @@ return [ 'analytics' => 'Analize', ], 'log' => [ - 'log' => 'Jurnal', + 'log' => 'Log', ], 'localization' => [ 'localization' => 'Localizare',