add: full multi-tenancy control
This commit is contained in:
8
packages/Webkul/Core/src/Resources/lang/ar/app.php
Normal file
8
packages/Webkul/Core/src/Resources/lang/ar/app.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'validations' => [
|
||||
'code' => 'يجب أن يكون الحقل رمزًا صالحًا.',
|
||||
'decimal' => 'يجب أن يكون الحقل رقمًا عشريًا.',
|
||||
],
|
||||
];
|
||||
8
packages/Webkul/Core/src/Resources/lang/en/app.php
Normal file
8
packages/Webkul/Core/src/Resources/lang/en/app.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'validations' => [
|
||||
'code' => 'The field must be a valid code.',
|
||||
'decimal' => 'The field must be a decimal number.',
|
||||
],
|
||||
];
|
||||
8
packages/Webkul/Core/src/Resources/lang/es/app.php
Normal file
8
packages/Webkul/Core/src/Resources/lang/es/app.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'validations' => [
|
||||
'code' => 'El campo debe ser un código válido.',
|
||||
'decimal' => 'El campo debe ser un número decimal.',
|
||||
],
|
||||
];
|
||||
8
packages/Webkul/Core/src/Resources/lang/fa/app.php
Normal file
8
packages/Webkul/Core/src/Resources/lang/fa/app.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'validations' => [
|
||||
'code' => 'این فیلد باید یک کد معتبر باشد.',
|
||||
'decimal' => 'این فیلد باید یک عدد اعشاری باشد.',
|
||||
],
|
||||
];
|
||||
8
packages/Webkul/Core/src/Resources/lang/pt_BR/app.php
Normal file
8
packages/Webkul/Core/src/Resources/lang/pt_BR/app.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'validations' => [
|
||||
'code' => 'O campo deve ser um código válido.',
|
||||
'decimal' => 'O campo deve ser um número decimal.',
|
||||
],
|
||||
];
|
||||
8
packages/Webkul/Core/src/Resources/lang/tr/app.php
Normal file
8
packages/Webkul/Core/src/Resources/lang/tr/app.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'validations' => [
|
||||
'code' => 'Alan geçerli bir kod olmalıdır.',
|
||||
'decimal' => 'Alan ondalık bir sayı olmalıdır.',
|
||||
],
|
||||
];
|
||||
8
packages/Webkul/Core/src/Resources/lang/vi/app.php
Normal file
8
packages/Webkul/Core/src/Resources/lang/vi/app.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'validations' => [
|
||||
'code' => 'Trường phải là một mã hợp lệ.',
|
||||
'decimal' => 'Trường phải là một số thập phân.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user