Compare commits

..

No commits in common. "kiseki" and "master" have entirely different histories.

30 changed files with 43 additions and 43 deletions

View File

@ -16,7 +16,7 @@
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"require": { "require": {
"illuminate/support": ">=5.2|^6.0|^7.0|^8.0|^9.0|^10.0" "illuminate/support": ">=5.2|^6.0|^7.0|^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0|^8.5", "phpunit/phpunit": "^8.0|^8.5",

View File

@ -22,7 +22,7 @@ class Dictionary
{ {
// Get default locale string in laravel project // Get default locale string in laravel project
// and set it as default dictionary // and set it as default dictionary
$locale = Config::has('app.locale') ? Config::get('app.locale') : 'en_US'; $locale = Config::has('app.locale') ? Config::get('app.locale') : 'en';
$this->setDictionary($dictionary ?: $locale); $this->setDictionary($dictionary ?: $locale);
} }

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => 'Das :attribute enthält vulgäre Wörter.', 'profane' => 'Das :attribute enthält vulgäre Wörter',
]; ];

View File

@ -0,0 +1,5 @@
<?php
return [
'profane' => 'The :attribute contains vulgar content',
];

View File

@ -1,5 +0,0 @@
<?php
return [
'profane' => 'The :attribute contains vulgar content.',
];

View File

@ -0,0 +1,5 @@
<?php
return [
'profane' => 'El :attribute contiene palabras vulgares',
];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => 'El :attribute contiene palabras vulgares.', 'profane' => 'El :attribute contiene palabras vulgares',
]; ];

View File

@ -1,5 +0,0 @@
<?php
return [
'profane' => 'El :attribute contiene palabras vulgares.',
];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => 'Le champ :attribute comporte du contenu vulgaire.', 'profane' => 'Le champ :attribute comporte du contenu vulgaire',
]; ];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => 'Στο πεδίο :attribute εμπεριέχονται χυδαίες εκφράσεις.', 'profane' => 'Στο πεδίο :attribute εμπεριέχονται χυδαίες εκφράσεις',
]; ];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => ':attribute mengandung konten yang vulgar.', 'profane' => ':attribute mengandung konten yang vulgar',
]; ];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => 'Il campo :attribute contiene parole volgari o offensive.', 'profane' => 'Il campo :attribute contiene parole volgari o offensive',
]; ];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => 'ഈ :attribute നകത്തു മ്ലേച്ഛമായ ഭാഷ ഉണ്ട്.', 'profane' => 'ഈ :attribute നകത്തു മ്ലേച്ഛമായ ഭാഷ ഉണ്ട്',
]; ];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => 'Het :attribute veld bevat vulgaire inhoud.', 'profane' => 'Het :attribute veld bevat vulgaire inhoud',
]; ];

View File

@ -0,0 +1,5 @@
<?php
return [
'profane' => 'O campo :attribute contém palavras vulgares',
];

View File

@ -1,5 +0,0 @@
<?php
return [
'profane' => 'O campo :attribute contém palavras vulgares.',
];

View File

@ -0,0 +1,5 @@
<?php
return [
'profane' => ':attribute are un continut vulgar',
];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => ':attribute are un continut vulgar.', 'profane' => ':attribute are un continut vulgar',
]; ];

View File

@ -1,5 +0,0 @@
<?php
return [
'profane' => ':attribute are un continut vulgar.',
];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => ':attribute obsahuje vulgárny obsah.', 'profane' => ':attribute obsahuje vulgárny obsah',
]; ];

View File

@ -0,0 +1,5 @@
<?php
return [
'profane' => ':attribute sadrži vulgarne reči',
];

View File

@ -1,5 +0,0 @@
<?php
return [
'profane' => ':attribute sadrži vulgarne reči.',
];

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'profane' => ':attribute欄位內容包含粗俗用詞請您修正', 'profane' => ':attribute欄位內容包含粗俗用詞請您修正:)',
]; ];