8000 Apply fixes from StyleCI · laravel-enso/localisation@395d85b · GitHub
[go: up one dir, main page]

Skip to content

Commit 395d85b

Browse files
gandescStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 470b37a commit 395d85b

39 files changed

+819
-805
lines changed

database/factories/LanguageFactory.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
$countryCode = $faker->countryCode;
88

99
return [
10-
'name' => $countryCode,
10+
'name' => $countryCode,
1111
'display_name' => strtolower($faker->country),
12-
'flag' => 'flag-icon flag-icon-'.$countryCode,
13-
'is_rtl' => $faker->boolean,
14-
'is_active' => $faker->boolean,
12+
'flag' => 'flag-icon flag-icon-'.$countryCode,
13+
'is_rtl' => $faker->boolean,
14+
'is_active' => $faker->boolean,
1515
];
1616
});

resources/lang/ar/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
|
1313
*/
1414

15-
'failed' => 'بيانات الاعتماد هذه غير متطابقة مع البيانات المسجلة لدينا.',
15+
'failed' => 'بيانات الاعتماد هذه غير متطابقة مع البيانات المسجلة لدينا.',
1616
'throttle' => 'عدد كبير جدا من محاولات الدخول. يرجى المحاولة مرة أخرى بعد :seconds ثانية.',
1717
];

resources/lang/ar/pagination.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
*/
1414

1515
'previous' => '« السابق',
16-
'next' => 'التالي »',
16+
'next' => 'التالي »',
1717
];

resources/lang/ar/passwords.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
|
1313
*/
1414

15-
'password' => 'يجب أن لا يقل طول كلمة المرور عن ستة أحرف، كما يجب أن تتطابق مع حقل التأكيد',
16-
'reset' => 'تمت إعادة تعيين كلمة المرور!',
17-
'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني!',
15+
'password' => 'يجب أن لا يقل طول كلمة المرور عن ستة أحرف، كما يجب أن تتطابق مع حقل التأكيد',
16+
'reset' => 'تمت إعادة تعيين كلمة المرور!',
17+
'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني!',
1818
'throttled' => 'الرجاء الانتظار قبل إعادة المحاولة.',
19-
'token' => 'رمز استعادة كلمة المرور الذي أدخلته غير صحيح.',
20-
'user' => 'لم يتم العثور على أيّ حسابٍ بهذا العنوان الإلكتروني.',
19+
'token' => 'رمز استعادة كلمة المرور الذي أدخلته غير صحيح.',
20+
'user' => 'لم يتم العثور على أيّ حسابٍ بهذا العنوان الإلكتروني.',
2121
];

resources/lang/ar/validation.php

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

resources/lang/br/validation.php

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
'exists' => ':attribute selecionado é inválido.',
4343
'file' => ':attribute deve ser um arquivo.',
4444
'filled' => 'Campo :attribute é requerido.',
45-
'gt' => [
45+
'gt' => [
4646
'numeric' => 'The :attribute must be greater than :value.',
47-
'file' => 'The :attribute must be greater than :value kilobytes.',
48-
'string' => 'The :attribute must be greater than :value characters.',
49-
'array' => 'The :attribute must have more than :value items.',
47+
'file' => 'The :attribute must be greater than :value kilobytes.',
48+
'string' => 'The :attribute must be greater than :value characters.',
49+
'array' => 'The :attribute must have more than :value items.',
5050
],
5151
'gte' => [
5252
'numeric' => 'The :attribute must be greater than or equal :value.',
53-
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
54-
'string' => 'The :attribute must be greater than or equal :value characters.',
55-
'array' => 'The :attribute must have :value items or more.',
53+
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
54+
'string' => 'The :attribute must be greater than or equal :value characters.',
55+
'array' => 'The :attribute must have :value items or more.',
5656
],
5757
'image' => 'Campo :attribute deve ser uma imagem.',
5858
'in' => ':attribute selecionado é inválido.',
@@ -62,17 +62,17 @@
6262
'ipv4' => ':attribute deve ser um endereço de IPv4 válido.',
6363
'ipv6' => ':attribute deve ser um endereço de IPv6 válido.',
6464
'json' => ':attribute deve ser uma string JSON válida.',
65-
'lt' => [
65+
'lt' => [
6666
'numeric' => 'The :attribute must be less than :value.',
67-
'file' => 'The :attribute must be less than :value kilobytes.',
68-
'string' => 'The :attribute must be less than :value characters.',
69-
'array' => 'The :attribute must have less than :value items.',
67+
'file' => 'The :attribute must be less than :value kilobytes.',
68+
'string' => 'The :attribute must be less than :value characters.',
69+
'array' => 'The :attribute must have less than :value items.',
7070
],
7171
'lte' => [
7272
'numeric' => 'The :attribute must be less than or equal :value.',
73-
'file' => 'The :attribute must be less than or equal :value kilobytes.',
74-
'string' => 'The :attribute must be less than or equal :value characters.',
75-
'array' => 'The :attribute must not have more than :value items.',
73+
'file' => 'The :attribute must be less than or equal :value kilobytes.',
74+
'string' => 'The :attribute must be less than or equal :value characters.',
75+
'array' => 'The :attribute must not have more than :value items.',
7676
],
7777
'max' => [
7878
'numeric' => ':attribute pode não ser maior que :max.',
@@ -89,7 +89,7 @@
8989
'array' => ':attribute deve ter no mínimo :min itens.',
9090
],
9191
'not_in' => 'The selected :attribute is invalid.',
92-
'not_regex' => 'The :attribute format is invalid.',
92+
'not_regex' => 'The :attribute format is invalid.',
9393
'numeric' => ':attribute deve ser um número.',
9494
'present' => 'Campo :attribute deve estar presente.',
9595
'regex' => 'Formato do :attribute é invalid.',
@@ -108,12 +108,12 @@
108108
'array' => ':attribute deve conter :size itens.',
109109
],
110110
'starts_with' => 'The :attribute must start with one of the following: :values',
111-
'string' => ':attribute deve ser uma string.',
112-
'timezone' => ':attribute deve estar em uma zona válida.',
113-
'unique' => ':attribute já foi escolhido.',
114-
'uploaded' => ':attribute falhou no envio.',
115-
'url' => 'Formato do :attribute é inválido.',
116-
'uuid' => 'The :attribute must be a valid UUID.',
111+
'string' => ':attribute deve ser uma string.',
112+
'timezone' => ':attribute deve estar em uma zona válida.',
113+
'unique' => ':attribute já foi escolhido.',
114+
'uploaded' => ':attribute falhou no envio.',
115+
'url' => 'Formato do :attribute é inválido.',
116+
'uuid' => 'The :attribute must be a valid UUID.',
117117

118118
/*
119119
|--------------------------------------------------------------------------

resources/lang/de/passwords.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
|
1313
*/
1414

15-
'password' => 'Passwörter müssen mindestens 6 Zeichen lang sein und korrekt bestätigt werden.',
16-
'reset' => 'Das Passwort wurde zurückgesetzt!',
17-
'sent' => 'Passworterinnerung wurde gesendet!',
15+
'password' => 'Passwörter müssen mindestens 6 Zeichen lang sein und korrekt bestätigt werden.',
16+
'reset' => 'Das Passwort wurde zurückgesetzt!',
17+
'sent' => 'Passworterinnerung wurde gesendet!',
1818
'throttled' => 'Bitte warten Sie, bevor Sie es erneut versuchen.',
19-
'token' => 'Der Passwort-Wiederherstellungs-Schlüssel ist ungültig oder abgelaufen.',
20-
'user' => 'Es konnte leider kein Nutzer mit dieser E-Mail-Adresse gefunden werden.',
19+
'token' => 'Der Passwort-Wiederherstellungs-Schlüssel ist ungültig oder abgelaufen.',
20+
'user' => 'Es konnte leider kein Nutzer mit dieser E-Mail-Adresse gefunden werden.',
2121
];

0 commit comments

Comments
 (0)
0