New translations cachet.php (Spanish)
This commit is contained in:
@@ -14,7 +14,7 @@ return [
|
|||||||
'components' => [
|
'components' => [
|
||||||
'last_updated' => 'Última actualización :timestamp',
|
'last_updated' => 'Última actualización :timestamp',
|
||||||
'status' => [
|
'status' => [
|
||||||
0 => 'Desconocido',
|
0 => 'Unknown',
|
||||||
1 => 'Operacional',
|
1 => 'Operacional',
|
||||||
2 => 'Problemas de rendimiento',
|
2 => 'Problemas de rendimiento',
|
||||||
3 => 'Interrupción parcial',
|
3 => 'Interrupción parcial',
|
||||||
@@ -29,11 +29,11 @@ return [
|
|||||||
'incidents' => [
|
'incidents' => [
|
||||||
'none' => 'Ningún incidente reportado',
|
'none' => 'Ningún incidente reportado',
|
||||||
'past' => 'Incidencias anteriores',
|
'past' => 'Incidencias anteriores',
|
||||||
'stickied' => 'Incidentes anclados',
|
'stickied' => 'Stickied Incidents',
|
||||||
'scheduled' => 'Mantenimiento programado',
|
'scheduled' => 'Maintenance',
|
||||||
'scheduled_at' => ', programado para :timestamp',
|
'scheduled_at' => ', programado para :timestamp',
|
||||||
'posted' => 'Publicado :timestamp',
|
'posted' => 'Posted :timestamp',
|
||||||
'posted_at' => 'Publicado :timestamp',
|
'posted_at' => 'Posted at :timestamp',
|
||||||
'status' => [
|
'status' => [
|
||||||
1 => 'Investigando',
|
1 => 'Investigando',
|
||||||
2 => 'Identificado',
|
2 => 'Identificado',
|
||||||
@@ -45,9 +45,9 @@ return [
|
|||||||
// Schedule
|
// Schedule
|
||||||
'schedules' => [
|
'schedules' => [
|
||||||
'status' => [
|
'status' => [
|
||||||
0 => 'Próximamente',
|
0 => 'Upcoming',
|
||||||
1 => 'En progreso',
|
1 => 'In Progress',
|
||||||
2 => 'Completo',
|
2 => 'Complete',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@ return [
|
|||||||
'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] El sistema está actualmente experimentando problemas|[2,Inf] Algunos sistemas están experimentando problemas',
|
'bad' => '[0,1] El sistema está actualmente experimentando problemas|[2,Inf] Algunos sistemas están experimentando problemas',
|
||||||
'major' => '[0,1] El servicio está experimentando una interrupción mayor | [2, Inf] Algunos sistemas están experimentando una interrupción mayor',
|
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
|
||||||
],
|
],
|
||||||
|
|
||||||
'api' => [
|
'api' => [
|
||||||
@@ -76,13 +76,13 @@ return [
|
|||||||
// Subscriber
|
// Subscriber
|
||||||
'subscriber' => [
|
'subscriber' => [
|
||||||
'subscribe' => 'Suscríbete para obtener las actualizaciones más recientes',
|
'subscribe' => 'Suscríbete para obtener las actualizaciones más recientes',
|
||||||
'unsubscribe' => 'Darse de baja',
|
'unsubscribe' => 'Unsubscribe',
|
||||||
'button' => 'Suscríbete',
|
'button' => 'Suscríbete',
|
||||||
'manage_subscription' => 'Gestionar suscripción',
|
'manage_subscription' => 'Manage subscription',
|
||||||
'manage' => [
|
'manage' => [
|
||||||
'no_subscriptions' => 'Actualmente estás suscrito a todas las actualizaciones.',
|
'no_subscriptions' => 'Actualmente estás suscrito a todas las actualizaciones.',
|
||||||
'my_subscriptions' => 'Actualmente estás suscrito a las siguientes actualizaciones.',
|
'my_subscriptions' => 'Actualmente estás suscrito a las siguientes actualizaciones.',
|
||||||
'manage_at_link' => 'Administra tus suscripciones en :link',
|
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||||
],
|
],
|
||||||
'email' => [
|
'email' => [
|
||||||
'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
|
'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
|
||||||
|
|||||||
Reference in New Issue
Block a user