New translations cachet.php (Catalan)
This commit is contained in:
@@ -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 <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user