String changes on error messages in pages.meet
This commit is contained in:
parent
fd84cd7e58
commit
ecf26c4eb8
|
@ -23,12 +23,14 @@ $strings = [
|
|||
'discarded_success_0' => 'I don\'t like you, it\'s okay',
|
||||
'discarded_success_1' => 'I didn\'t like you, i\'m sorry',
|
||||
'discarded_success_2' => 'Maybe other person like you, but not me',
|
||||
'discarded_success_3' => 'Encontrarás a alguien, pero no seré yo',
|
||||
'discarded_success_3' => 'You\'ll find someone, but it won\'t be me',
|
||||
],
|
||||
'error' => [
|
||||
'unknown_error' => 'We are sorry, an unknown error has ocurred.',
|
||||
'already_following' => 'This person is your Crush already',
|
||||
'follow_pending' => 'Your Crush didn\'t accept you as a crush yet',
|
||||
'follow_rejected_max' => 'You have reached the limit of crush requests on this person',
|
||||
'user_blocked_you' => 'We are sorry, this person rejected your crush request. You will find another person for sure!',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
@ -28,6 +28,9 @@ $strings = [
|
|||
'error' => [
|
||||
'unknown_error' => 'Lo sentimos, ha ocurrido un error inesperado.',
|
||||
'already_following' => 'Esta persona ya es tu Crush',
|
||||
'follow_pending' => 'Tu Crush todavía no te considera un crush',
|
||||
'follow_rejected_max' => 'Has alcanzado el límite de peticiones de crush para esta persona',
|
||||
'user_blocked_you' => 'Lo sentimos, esta persona ha rechazado tu petición de crush. ¡Encontrarás a otra persona seguro!',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue