New translations cachet.php (Catalan)

This commit is contained in:
James Brooks
2017-05-06 10:07:01 +01:00
parent e30f9cf57e
commit 2d3c7eacd4

View File

@@ -27,15 +27,13 @@ return [
// Incidents
'incidents' => [
'none' => 'No s\'han registrat incidents',
'past' => 'Incidents anteriors',
'previous_week' => 'Setmana Anterior',
'next_week' => 'Següent Setmana',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Interrupció programada',
'scheduled_at' => ', programat',
'posted' => 'Posted :timestamp',
'status' => [
'none' => 'No s\'han registrat incidents',
'past' => 'Incidents anteriors',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Interrupció programada',
'scheduled_at' => ', programat',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Investigant',
2 => 'Identificat',
3 => 'En observació',
@@ -128,4 +126,4 @@ return [
'atom-feed' => 'Atom',
'feed' => 'Estat',
];
];