]> BookStack Code Mirror - bookstack/commitdiff
New Crowdin updates (#3225)
authorDan Brown <redacted>
Sun, 6 Feb 2022 15:46:28 +0000 (15:46 +0000)
committerGitHub <redacted>
Sun, 6 Feb 2022 15:46:28 +0000 (15:46 +0000)
40 files changed:
resources/lang/ar/validation.php
resources/lang/bg/validation.php
resources/lang/bs/validation.php
resources/lang/ca/validation.php
resources/lang/cs/validation.php
resources/lang/da/validation.php
resources/lang/de/validation.php
resources/lang/de_informal/validation.php
resources/lang/es/validation.php
resources/lang/es_AR/validation.php
resources/lang/et/validation.php
resources/lang/fa/validation.php
resources/lang/fr/common.php
resources/lang/fr/validation.php
resources/lang/he/validation.php
resources/lang/hr/validation.php
resources/lang/hu/validation.php
resources/lang/id/validation.php
resources/lang/it/validation.php
resources/lang/ja/validation.php
resources/lang/ko/validation.php
resources/lang/lt/validation.php
resources/lang/lv/common.php
resources/lang/lv/settings.php
resources/lang/lv/validation.php
resources/lang/nb/validation.php
resources/lang/nl/validation.php
resources/lang/pl/validation.php
resources/lang/pt/validation.php
resources/lang/pt_BR/validation.php
resources/lang/ru/validation.php
resources/lang/sk/validation.php
resources/lang/sl/validation.php
resources/lang/sv/validation.php
resources/lang/tr/validation.php
resources/lang/uk/validation.php
resources/lang/vi/validation.php
resources/lang/zh_CN/common.php
resources/lang/zh_CN/validation.php
resources/lang/zh_TW/validation.php

index d4d3aaf26b1f2f4a658c10ea1de911c405549dca..94112789deed05130db50f6adcc4179c31d5ff08 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'يجب أن يكون :attribute بعدد خانات بين :min و :max.',
     'email'                => 'يجب أن يكون :attribute عنوان بريد إلكتروني صالح.',
     'ends_with' => 'يجب أن تنتهي السمة بأحد القيم التالية',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'حقل :attribute مطلوب.',
     'gt'                   => [
         'numeric' => 'يجب أن تكون السمة أكبر من: القيمة.',
index 0a5b81d92a99deccc961e69658a7b9da10c7dab7..68ce6e7b46260ba4a7ac70b465f6cccf255257c3 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute трябва да бъде с дължина между :min и :max цифри.',
     'email'                => ':attribute трябва да бъде валиден имейл адрес.',
     'ends_with' => ':attribute трябва да свършва с един от следните символи: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'Полето :attribute е задължителен.',
     'gt'                   => [
         'numeric' => ':attribute трябва да бъде по-голям от :value.',
index d6887ccc7f93723550fe10dc66863f0963f93e59..b07df9178fc66afbced6e8c34a3f823cf8e84583 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute mora imati između :min i :max brojeva.',
     'email'                => ':attribute mora biti ispravna e-mail adresa.',
     'ends_with' => ':attribute mora završavati sa jednom od sljedećih: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'Polje :attribute je obavezno.',
     'gt'                   => [
         'numeric' => ':attribute mora biti veći od :value.',
index 603182c1a2e8c249c5d1ed66dcb4efd8313103ba..bc9be7d05e654ad15c5a6fe99b1acebc5636f906 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'El camp :attribute ha de tenir entre :min i :max dígits.',
     'email'                => 'El camp :attribute ha de ser una adreça electrònica vàlida.',
     'ends_with' => 'El camp :attribute ha d\'acabar amb un dels següents valors: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'El camp :attribute és obligatori.',
     'gt'                   => [
         'numeric' => 'El camp :attribute ha de ser més gran que :value.',
index e4e33bc0c21dabcaa4c562ed2c541efd416b89cc..441fd30c85a7c9fc965758dc8c07c9d1debded01 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute musí být dlouhé nejméně :min a nejvíce :max pozic.',
     'email'                => ':attribute není platný formát.',
     'ends_with' => ':attribute musí končit jednou z následujících hodnot: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute musí být vyplněno.',
     'gt'                   => [
         'numeric' => ':attribute musí být větší než :value.',
index c54b07a6eb529ced79a9d26bbde3ffc8efbbe921..649e0df33c63aafb7e007841b94035eb72afcbb6 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute skal være mellem :min og :max cifre.',
     'email'                => ':attribute skal være en gyldig mail-adresse.',
     'ends_with' => ':attribute skal slutte på en af følgende værdier: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute er obligatorisk.',
     'gt'                   => [
         'numeric' => ':attribute skal være større end :value.',
index 5d08c241a6871e79899916bd2614a5ffe5177806..aa3203132c5a46d77490c545c0732ffd126d856b 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute muss zwischen :min und :max Stellen haben.',
     'email'                => ':attribute muss eine valide E-Mail-Adresse sein.',
     'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute ist erforderlich.',
     'gt'                   => [
         'numeric' => ':attribute muss größer als :value sein.',
index 6603eccc89bd54d7486f108eb73c9c3dccd129d2..ef45d1116adb057952e764f235413476d0ada067 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute muss zwischen :min und :max Stellen haben.',
     'email'                => ':attribute muss eine valide E-Mail-Adresse sein.',
     'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute ist erforderlich.',
     'gt'                   => [
         'numeric' => ':attribute muss größer als :value sein.',
index 177eb812c47d5cff9eb84e147a3143100f05aad5..531ad2b6900dc5d303f5e93fb1e0481be9812f3b 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute debe ser un valor entre :min y :max dígios.',
     'email'                => ':attribute debe ser un correo electrónico válido.',
     'ends_with' => 'El :attribute debe terminar con uno de los siguientes: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'El campo :attribute es requerido.',
     'gt'                   => [
         'numeric' => 'El :attribute debe ser mayor que :value.',
index 6b72a65499d03c55c9982efd63fe5b93385422f6..aed5e57af1813a89bd23d84513098eac641d31a5 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute debe ser un valor entre :min y :max dígios.',
     'email'                => ':attribute debe ser una dirección álida.',
     'ends_with' => 'El :attribute debe terminar con uno de los siguientes: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'El campo :attribute es requerido.',
     'gt'                   => [
         'numeric' => 'El :attribute debe ser mayor que :value.',
index ed615e66f4159cace5969f368445923f6776c67a..f241b0958611f31967abcd0f9f7d5d810f6250fb 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute peab olema :min ja :max numbri vahel.',
     'email'                => ':attribute peab olema kehtiv e-posti aadress.',
     'ends_with' => ':attribute lõpus peab olema üks järgmistest väärtustest: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute väli on kohustuslik.',
     'gt'                   => [
         'numeric' => ':attribute peab olema suurem kui :value.',
index 665451e8de437fd53a110b819c59e1f2dcd4ad49..4578e1cdd164154da4f32208614b392ac5d61928 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute باید بین :min و :max رقم باشد.',
     'email'                => ':attribute باید یک ایمیل معتبر باشد.',
     'ends_with' => 'فیلد :attribute باید با یکی از مقادیر زیر خاتمه یابد: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'فیلد :attribute باید مقدار داشته باشد.',
     'gt'                   => [
         'numeric' => ':attribute باید بزرگتر از :value باشد.',
index c373f747b11a1980491e4fd22d94278e88a6ec6e..1df172dc3c0c7903c41a6fceb3276de389b55ad2 100644 (file)
@@ -75,7 +75,7 @@ return [
     'status_active' => 'Actif',
     'status_inactive' => 'Inactif',
     'never' => 'Jamais',
-    'none' => 'None',
+    'none' => 'Aucun',
 
     // Header
     'header_menu_expand' => 'Développer le menu',
index 71a5e8e083d9b6a420833d9472816c2f75c105a7..23bb748001c4c799303829acf06684b557432de8 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute doit avoir une longueur entre :min et :max.',
     'email'                => ':attribute doit être une adresse e-mail valide.',
     'ends_with' => ':attribute doit se terminer par une des valeurs suivantes : :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute est un champ requis.',
     'gt'                   => [
         'numeric' => ':attribute doit être plus grand que :value.',
index e52c28b42ec58ca2de43e469397716b27aa56b50..85f6c698eb7613361a46303c784ca4e6bb763a17 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'שדה :attribute חייב להיות בין :min ו-:max ספרות.',
     'email'                => 'שדה :attribute חייב להיות כתובת אימייל תקנית.',
     'ends_with' => 'The :attribute must end with one of the following: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'שדה :attribute הוא חובה.',
     'gt'                   => [
         'numeric' => 'The :attribute must be greater than :value.',
index b88e872f1b8881fa22ecc5eaaaecb07fe1f1d66c..ad2eaa4e4e8340158f1300cf2985689f542112bf 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute mora biti između :min i :max znamenki.',
     'email'                => ':attribute mora biti valjana email adresa.',
     'ends_with' => ':attribute mora završiti s :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute polje je obavezno.',
     'gt'                   => [
         'numeric' => ':attribute mora biti veći od :value.',
index 3d24cec3ca7ac9c625d3072e43646059b1e9051a..db6d24f8a2c212acce5a90b46a07a2bf0611f4fb 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute hosszának :min és :max számjegy között kell lennie.',
     'email'                => ':attribute érvényes email cím kell legyen.',
     'ends_with' => ':attribute attribútumnak a következők egyikével kell végződnie: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute mező kötelező.',
     'gt'                   => [
         'numeric' => ':attribute nagyobb kell, hogy legyen, mint :value.',
index 992f403299a3ea53884071022e8e6bf8cc6f43bd..36a3397f5ae93bc5267bd8140465b61d8de6d7ec 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute harus diantara :min dan :max digit.',
     'email'                => ':attrtibute Harus alamat e-mail yang valid.',
     'ends_with' => ':attribute harus diakhiri dengan salah satu dari berikut ini: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute bidang diperlukan.',
     'gt'                   => [
         'numeric' => ':attribute harus lebih besar dari :value.',
index 62f0701198d9aebb52ee1687d24ab4b885ec5946..786077da54652a5c86d4ec5af979f11529496f94 100755 (executable)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'Il campo :attribute deve essere tra i numeri :min e :max.',
     'email'                => 'Il campo :attribute deve essere un indirizzo email valido.',
     'ends_with' => ':attribute deve terminare con uno dei seguenti: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'Il campo :attribute field is required.',
     'gt'                   => [
         'numeric' => ':attribute deve essere maggiore di :value.',
index f8a7f1326fe6361a6f9b9402091b6db9e3bc439c..4c96087f912c5cc513c50940f3d8aedf200cba08 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attributeは:min〜:maxである必要があります。',
     'email'                => ':attributeは正しいEメールアドレスである必要があります。',
     'ends_with' => ':attributeは:valuesのいずれかで終わる必要があります。',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attributeは必須です。',
     'gt'                   => [
         'numeric' => ':attributeは:valueより大きな値である必要があります。',
index ef8328103fe990081b50eb574f0e7e180c9aa937..19e5afc38de7c06ac598711485fca47e332078de 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute(을)를 :min~:max자리로 구성하세요.',
     'email'                => ':attribute(을)를 유효한 메일 주소로 구성하세요.',
     'ends_with' => ':attribute(을)를 :values(으)로 끝나게 구성하세요.',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute(을)를 구성하세요.',
     'gt'                   => [
         'numeric' => ':attribute(을)를 :value(이)가 넘게 구성하세요.',
index 8fa9234cc5ea09fc3573fac4e4568878ff7a5778..08470cf2291cc1001d2946a094cb7dd6e6f6ca9d 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute turi būti tarp :min ir :max skaitmenų.',
     'email'                => ':attribute turi būti tinkamas elektroninio pašto adresas.',
     'ends_with' => ':attribute turi pasibaigti vienu iš šių: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute laukas yra privalomas.',
     'gt'                   => [
         'numeric' => ':attribute turi būti didesnis negu :value.',
index 3cc648906789f382aaef86ca69f4c70902b35baf..e859027bc094e6a553b71255b8cd6bcfe9a4afed 100644 (file)
@@ -74,8 +74,8 @@ return [
     'status' => 'Statuss',
     'status_active' => 'Aktīvs',
     'status_inactive' => 'Neaktīvs',
-    'never' => 'Never',
-    'none' => 'None',
+    'never' => 'Nekad',
+    'none' => 'Neviens',
 
     // Header
     'header_menu_expand' => 'Izvērst galvenes izvēlni',
index a5d23584bc7459170ba67f2e61ee5fa088b93fc5..1d1148b7439aecd6fa62c0d1bcd6036a46fe193a 100644 (file)
@@ -246,7 +246,7 @@ return [
     'webhooks_events_warning' => 'Ņemiet vērā, ka šie notikumi tiks palaisti visiem izvēlētajiem notikumiem, pat ja norādītas pielāgotas piekļuves tiesības. Pārliecineities, ka webhook lietošana neatklās ierobežotas pieejamības saturu.',
     'webhooks_events_all' => 'Visi sistēmas notikumi',
     'webhooks_name' => 'Webhook nosaukums',
-    'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
+    'webhooks_timeout' => 'Webhook pieprasījuma laika ierobežojums (sekundēs)',
     'webhooks_endpoint' => 'Webhook adrese (endpoint)',
     'webhooks_active' => 'Webhook aktīvs',
     'webhook_events_table_header' => 'Notikumi',
@@ -255,10 +255,10 @@ return [
     'webhooks_delete_confirm' => 'Vai tiešām vēlaties dzēst šo webhook?',
     'webhooks_format_example' => 'Webhook formāta piemērs',
     'webhooks_format_example_desc' => 'Webhook dati tiek nosūtīti kā POST pieprasījums norādītajai endpoint adresei kā JSON tālāk norādītajā formātā. "related_item" un "url" īpašības nav obligātas un ir atkarīgas no palaistā notikuma veida.',
-    'webhooks_status' => 'Webhook Status',
-    'webhooks_last_called' => 'Last Called:',
-    'webhooks_last_errored' => 'Last Errored:',
-    'webhooks_last_error_message' => 'Last Error Message:',
+    'webhooks_status' => 'Webhook statuss',
+    'webhooks_last_called' => 'Pēdejoreiz izsaukts:',
+    'webhooks_last_errored' => 'Pedējoreiz kļūda:',
+    'webhooks_last_error_message' => 'Pēdējais kļūdas paziņojums:',
 
 
     //! If editing translations files directly please ignore this in all
index 8dd93974615ec6b3c2ad1075af1d9e994d90c86b..c10a23cdd70d832e71cc7212f8374abb9ee7fa97 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute jābūt starp :min un :max cipariem.',
     'email'                => ':attribute jābūt derīgai e-pasta adresei.',
     'ends_with' => ':attribute jābeidzas ar vienu no :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute lauks ir obligāts.',
     'gt'                   => [
         'numeric' => ':attribute jābūt lielākam kā :value.',
index 684645729870e35f9175c683e54cbd5f20a4f80a..0e8917f3772dcad691b37549922bc5a97e25e8b3 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute må være mellomg :min og :max tall.',
     'email'                => ':attribute må være en gyldig e-post.',
     'ends_with' => ':attribute må slutte med en av verdiene: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute feltet er påkrevd.',
     'gt'                   => [
         'numeric' => ':attribute må være større enn :value.',
index c572ce85b4a3ce50f4312296cb5abd3c1a08d48b..01183ea7d61744a84726c9db185ab64bbb61b946 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute moet tussen de :min en :max cijfers zijn.',
     'email'                => ':attribute is geen geldig e-mailadres.',
     'ends_with' => ':attribute moet eindigen met een van de volgende: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute is verplicht.',
     'gt'                   => [
         'numeric' => ':attribute moet groter zijn dan :value.',
index ab4c9da7b9d689f3d3ad09919bbd3db3d7b0d691..ebf4f76e6519a70c73f30b483d33fc173ca0488f 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute musi mieć od :min do :max cyfr.',
     'email'                => ':attribute musi być prawidłowym adresem e-mail.',
     'ends_with' => ':attribute musi kończyć się jedną z poniższych wartości: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute jest wymagany.',
     'gt'                   => [
         'numeric' => ':attribute musi być większy niż :value.',
index b5a15ed363016e9212e6d14fa769b075097ffa76..abf2ce4bffe50eef335276205e38e1e908c14390 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'O campo :attribute deve ter entre :min e :max dígitos.',
     'email'                => 'O campo :attribute deve ser um endereço de e-mail válido.',
     'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'O campo :attribute é requerido.',
     'gt'                   => [
         'numeric' => 'O campo :attribute deve ser maior que :value.',
index 705534cb6d5d67ce8b63f7d399fc68a5622a3072..9c778f6b983395c179dbf21e4276bf75d0d12f05 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'O campo :attribute deve ter entre :min e :max dígitos.',
     'email'                => 'O campo :attribute deve ser um e-mail válido.',
     'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'O campo :attribute é requerido.',
     'gt'                   => [
         'numeric' => 'O campo :attribute deve ser maior que :value.',
index 45cc96155dbbff435580c6421a3e3509163cd487..a0dec2b56986c0f36284653022ea8aae8bd2b8f3 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute должен иметь от :min до :max цифр.',
     'email'                => ':attribute должен быть корректным email адресом.',
     'ends_with' => ':attribute должен заканчиваться одним из следующих: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute поле необходимо.',
     'gt'                   => [
         'numeric' => 'Значение :attribute должно быть больше чем :value.',
index 416c7e8deba92f38dd34050bbf69e15301b14202..20770e4b6488849c75e058f540c4a2437a3c33b1 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute musí mať medzi :min a :max číslicami.',
     'email'                => ':attribute musí byť platná emailová adresa.',
     'ends_with' => ':attribute musí končiť jednou z nasledujúcich hodnôt :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'Políčko :attribute je povinné.',
     'gt'                   => [
         'numeric' => 'Hodnota :attribute musí byť väčšia ako :value.',
index 5b08463ca9e0667075aa527cbe4f8f73e17906d5..92060dd6d437667921abeedce1ea116f5edc03ee 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute mora biti med :min in :max števkami.',
     'email'                => ':attribute mora biti veljaven e-naslov.',
     'ends_with' => 'The :attribute se mora končati z eno od določenih: :vrednost/values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'Polje ne sme biti prazno.',
     'gt'                   => [
         'numeric' => ':attribute mora biti večji kot :vrednost.',
index 0c9cc3164157faed9ed03dea078edf53496c171f..2d7f1da9a800c3844f6650d09f19a4e0331a7c92 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute måste vara mellan :min och :max siffror.',
     'email'                => ':attribute måste vara en giltig e-postadress.',
     'ends_with' => ':attribute måste sluta med något av följande: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute är obligatoriskt.',
     'gt'                   => [
         'numeric' => ':attribute måste vara större än :value.',
index 9cd8093d483cf5af980cb9c93093653b5648326d..50a30a5b5292e3f7e32fc0cba7bd1af376eebe26 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute, en az :min ve en fazla :max basamaklı olmalıdır.',
     'email'                => ':attribute, geçerli bir e-posta adresi olmalıdır.',
     'ends_with' => ':attribute, şunlardan birisiyle bitmelidir: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute alanı zorunludur.',
     'gt'                   => [
         'numeric' => ':attribute, :max değerinden büyük olmalıdır.',
index 25322f2d9c042d85e6c335290e1b91acd001628c..a7fad6bf80c30b84552ceb6b9bbfc253f4c0e8c1 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'Довжина цифрового поля :attribute повинна бути від :min до :max.',
     'email'                => 'Поле :attribute повинне містити коректну електронну адресу.',
     'ends_with' => 'Поле :attribute має закінчуватися одним з наступних значень: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'Поле :attribute є обов\'язковим для заповнення.',
     'gt'                   => [
         'numeric' => 'Поле :attribute має бути більше ніж :value.',
index 7e237cf9e7c0f6dbcb4b1e0887f8fdb4fbe15be6..274e747f2dd07ce23e91cbd4a1e466f685660ccd 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute phải có từ :min đến :max chữ số.',
     'email'                => ':attribute phải là địa chỉ email hợp lệ.',
     'ends_with' => ':attribute phải kết thúc bằng một trong các ký tự: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'Trường :attribute là bắt buộc.',
     'gt'                   => [
         'numeric' => ':attribute phải lớn hơn :value.',
index 36fc63ca20aa16c4c3ba0336512a6cecdf316c4b..ea62f2b976e503db645de9acfefdf0ac0634cb75 100644 (file)
@@ -75,7 +75,7 @@ return [
     'status_active' => '已激活',
     'status_inactive' => '未激活',
     'never' => '从未',
-    'none' => 'None',
+    'none' => '',
 
     // Header
     'header_menu_expand' => '展开标头菜单',
index 3398a1142c0a2ea63eb08c174653f2a3b3d30bb8..e38446e9fb18e1f1f28dc8b2ae0f28ecc367fe9f 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute 必须为:min到:max位数。',
     'email'                => ':attribute 必须是有效的电子邮件地址。',
     'ends_with' => ' :attribute 必须以 :values 后缀结尾',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute 字段是必需的。',
     'gt'                   => [
         'numeric' => ':attribute必须大于 :value.',
index e93c182ee4fe600f75b4d57e35401557c157036f..2053674a63af899265d4eb3f1c183dc2393ebd0d 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute 必須為 :min 到 :max 位數。',
     'email'                => ':attribute 必須是有效的電子郵件地址。',
     'ends_with' => ':attribute必須以下列之一結尾::values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute 欄位必填。',
     'gt'                   => [
         'numeric' => ':attribute 必須大於 :value。',