New translations cachet.php (Romanian)

This commit is contained in:
Cachet Bot
2018-07-12 08:40:46 +01:00
parent 65354508be
commit 6fd1e03d1b
+10 -10
View File
@@ -14,7 +14,7 @@ return [
'components' => [ 'components' => [
'last_updated' => 'Ultima actualizare :timestamp', 'last_updated' => 'Ultima actualizare :timestamp',
'status' => [ 'status' => [
0 => 'Necunoscut', 0 => 'Unknown',
1 => 'Operaţional', 1 => 'Operaţional',
2 => 'Probleme de performanţă', 2 => 'Probleme de performanţă',
3 => 'Ȋntrerupere parțială', 3 => 'Ȋntrerupere parțială',
@@ -29,10 +29,10 @@ return [
'incidents' => [ 'incidents' => [
'none' => 'Nici un incident raportat', 'none' => 'Nici un incident raportat',
'past' => 'Incidente anterioare', 'past' => 'Incidente anterioare',
'stickied' => 'Incidente fixate', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Întreținere programată', 'scheduled' => 'Maintenance',
'scheduled_at' => ', programată: timestamp', 'scheduled_at' => ', programată: timestamp',
'posted' => 'Publicat :timestamp', 'posted' => 'Posted :timestamp',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Sub investigație', 1 => 'Sub investigație',
@@ -45,17 +45,17 @@ return [
// Schedule // Schedule
'schedules' => [ 'schedules' => [
'status' => [ 'status' => [
0 => 'Urmează', 0 => 'Upcoming',
1 => 'În progres', 1 => 'In Progress',
2 => 'Terminat', 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] Sistemul se confruntă cu probleme|[2,Inf] Unele sisteme se confruntă cu probleme', 'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
'major' => '[0,1] Serviciul se confruntă cu o întrerupere a funcționării majoră| [2, Inf] Unele sisteme se confruntă cu întreruperi de funcţionare majore', 'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
], ],
'api' => [ 'api' => [
@@ -132,7 +132,7 @@ return [
// Other // Other
'home' => 'Acasă', 'home' => 'Acasă',
'powered_by' => 'Cu sprijinul <a href="https://cachethq.io" class="links">Cachet</a>.', 'powered_by' => 'Cu sprijinul <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Orele sunt afișate după fusul orar :timezone.', 'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'Despre acest Site', 'about_this_site' => 'Despre acest Site',
'rss-feed' => 'RSS', 'rss-feed' => 'RSS',
'atom-feed' => 'Atom', 'atom-feed' => 'Atom',