From 3c276ce0c06e11a894b028cf6a850be3c12d1355 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:07:35 +0000 Subject: [PATCH] New translations cachet.php (Catalan) --- resources/lang/ca-ES/cachet.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/resources/lang/ca-ES/cachet.php b/resources/lang/ca-ES/cachet.php index d762c595..b84ef7a3 100644 --- a/resources/lang/ca-ES/cachet.php +++ b/resources/lang/ca-ES/cachet.php @@ -14,7 +14,7 @@ return [ 'components' => [ 'last_updated' => 'Darrera actualització :timestamp', 'status' => [ - 0 => 'Unknown', + 0 => 'Desconegut', 1 => 'Operatiu', 2 => 'Problemes de rendiment', 3 => 'Interrupció parcial', @@ -29,10 +29,11 @@ return [ 'incidents' => [ 'none' => 'No s\'han registrat incidents', 'past' => 'Incidents anteriors', - 'stickied' => 'Stickied Incidents', + 'stickied' => 'Incidents fixats', 'scheduled' => 'Interrupció programada', 'scheduled_at' => ', programat', - 'posted' => 'Posted :timestamp', + 'posted' => 'Publicat :timestamp', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => 'Investigant', 2 => 'Identificat', @@ -44,9 +45,9 @@ return [ // Schedule 'schedules' => [ 'status' => [ - 0 => 'Upcoming', - 1 => 'In Progress', - 2 => 'Complete', + 0 => 'Propers', + 1 => 'En curs', + 2 => 'Completar', ], ], @@ -99,7 +100,7 @@ return [ 'email' => 'Correu electrònic', 'password' => 'Contrasenya', 'success' => 'El vostre compte s\'ha creat.', - 'failure' => 'Something went wrong with the signup.', + 'failure' => 'Alguna cosa ha anat malament amb el registre.', ], 'system' => [ @@ -118,9 +119,9 @@ return [ // Other 'home' => 'Inici', - 'description' => 'Stay up to date with the latest service updates from :app.', + 'description' => 'Estigues informat de les últimes actualitzacions del servei de :app.', 'powered_by' => 'Funciona amb Cachet.', - 'timezone' => 'Times are shown in :timezone.', + 'timezone' => 'Les hores es mostren en :timezone.', 'about_this_site' => 'Sobre aquest lloc', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom',