Skip to content

Commit

Permalink
chore(i18n): update translations (#5109)
Browse files Browse the repository at this point in the history
* New translations people.php (Spanish)
[skip ci]

* New translations validation.php (Spanish)
[skip ci]

* New translations people.php (German)
[skip ci]

* New translations validation.php (German)
[skip ci]

* New translations people.php (Hebrew)
[skip ci]

* New translations validation.php (Hebrew)
[skip ci]

* Update jsons

Co-authored-by: Monica bot <[email protected]>
  • Loading branch information
asbiin and MonicaBot authored Apr 25, 2021
1 parent 708eb60 commit 7901b24
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion public/js/langs/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/es.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/langs/he.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/lang/de/people.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
'information_no_work_defined' => 'keine Arbeitsplatz-Informationen angegeben',
'information_work_at' => 'bei :company',
'work_add_cta' => 'Ändere Arbeitsplatz-Informationen',
'work_edit_success' => 'Work information updated',
'work_edit_success' => 'Arbeitsplatz-Informationen aktualisiert',
'work_edit_title' => 'Ändere :name\'s Beruf-Informationen',
'work_edit_job' => 'Position (optional)',
'work_edit_company' => 'Firma (optional)',
Expand Down
8 changes: 4 additions & 4 deletions resources/lang/de/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@

'vue' => [
'max' => [
'numeric' => '{field} may not be greater than {max}.',
'string' => '{field} may not be greater than {max} characters.',
'numeric' => '{field} darf nicht größer sein als {max}.',
'string' => '{field} darf nicht mehr als {max} Zeichen enthalten.',
],
'required' => '{field} is required.',
'url' => '{field} is not a valid URL.',
'required' => '{field} ist erforderlich.',
'url' => '{field} ist keine gültige URL.',
],

];
2 changes: 1 addition & 1 deletion resources/lang/es/people.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
'information_no_work_defined' => 'Información de trabajo no definida',
'information_work_at' => 'en: company',
'work_add_cta' => 'Actualizar la información de trabajo',
'work_edit_success' => 'Work information updated',
'work_edit_success' => 'Información de trabajo actualizada',
'work_edit_title' => 'Actualizar la información de trabajo de :name',
'work_edit_job' => 'Título (opcional)',
'work_edit_company' => 'Empresa (opcional)',
Expand Down
8 changes: 4 additions & 4 deletions resources/lang/es/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@

'vue' => [
'max' => [
'numeric' => '{field} may not be greater than {max}.',
'string' => '{field} may not be greater than {max} characters.',
'numeric' => '{field} no puede ser mayor que {max}.',
'string' => '{field} no debe ser mayor que {max} caracteres.',
],
'required' => '{field} is required.',
'url' => '{field} is not a valid URL.',
'required' => '{field} es obligatorio.',
'url' => '{field} no es una dirección URL válida.',
],

];
2 changes: 1 addition & 1 deletion resources/lang/he/people.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
'information_no_work_defined' => 'לא צוינו פרטי עבודה',
'information_work_at' => 'ב:company',
'work_add_cta' => 'עדכון פרטי עבודה',
'work_edit_success' => 'Work information updated',
'work_edit_success' => 'פרטי העבודה עודכנו',
'work_edit_title' => 'עדכון פרטי העבודה של :name',
'work_edit_job' => 'תפקיד (רשות)',
'work_edit_company' => 'חברה (רשות)',
Expand Down
8 changes: 4 additions & 4 deletions resources/lang/he/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@

'vue' => [
'max' => [
'numeric' => '{field} may not be greater than {max}.',
'string' => '{field} may not be greater than {max} characters.',
'numeric' => '{field} לא יכול להיות גדול מהערך {max}.',
'string' => '{field} לא יכול לחרוג מעבר ל־{max} תווים.',
],
'required' => '{field} is required.',
'url' => '{field} is not a valid URL.',
'required' => '{field} הוא שדה חובה.',
'url' => '{field} אינה כתובת אתר תקנית.',
],

];

0 comments on commit 7901b24

Please sign in to comment.