Translation Added
This commit is contained in:
parent
a5470217df
commit
c67f75986a
|
|
@ -1337,6 +1337,7 @@ return [
|
|||
|
||||
'response' => [
|
||||
'being-used' => ':source في :name يتم استخدام هذا المورد',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'product-copied' => 'تم نسخ المنتج',
|
||||
'error-while-copying' => 'خطأ في نسخ المنتج',
|
||||
'product-can-not-be-copied' => 'لا يمكن نسخ منتجات الحجز',
|
||||
|
|
|
|||
|
|
@ -1344,6 +1344,7 @@ return [
|
|||
'response' =>
|
||||
[
|
||||
'being-used' => 'Diese Ressource :name wird verwendet in :source',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'product-copied' => 'Das Produkt wurde kopiert',
|
||||
'error-while-copying' => 'Fehler beim Kopieren des Produkts',
|
||||
'product-can-not-be-copied' => 'Produkte vom Typ :type können nicht kopiert werden.',
|
||||
|
|
|
|||
|
|
@ -1346,8 +1346,9 @@ return [
|
|||
|
||||
'response' => [
|
||||
'being-used' => 'Este recurso: :name está siendo usado en :source',
|
||||
'product-copied' => 'El Producto ha sido copiado',
|
||||
'error-while-copying' => 'Se produjo un error al intentar copiar el producto',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'product-copied' => 'El Producto ha sido copiado',
|
||||
'error-while-copying' => 'Se produjo un error al intentar copiar el producto',
|
||||
'product-can-not-be-copied' => 'Productos del tipo :type no se pueden copiar',
|
||||
'cannot-delete-default' => 'No puede borrar el canal predeterminado',
|
||||
'create-success' => ':name :name creado con éxito.',
|
||||
|
|
|
|||
|
|
@ -1337,6 +1337,7 @@ return [
|
|||
|
||||
'response' => [
|
||||
'being-used' => ' مورد استفاده قرار می گیرد :source در :name این منبع',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'cannot-delete-default' => 'کانال پیش فرض حذف نمی شود',
|
||||
'create-success' => ' با موفقیت ایجاد شد :name',
|
||||
'update-success' => ' با موفقیت به روز شد :name',
|
||||
|
|
|
|||
|
|
@ -1360,6 +1360,7 @@ return [
|
|||
|
||||
'response' => [
|
||||
'being-used' => 'Cette ressource :name est utilisée dans :source',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'product-copied' => 'Le produit a été copié',
|
||||
'error-while-copying' => 'Une erreur s\'est produite lors de la tentative de copie du produit',
|
||||
'product-can-not-be-copied' => 'Les produits de type :type ne peuvent pas être copiés',
|
||||
|
|
|
|||
|
|
@ -1340,6 +1340,7 @@ return [
|
|||
|
||||
'response' => [
|
||||
'being-used' => 'Questo resource :name is getting used in :source',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'cannot-delete-default' => 'Non è possibile eliminare il canale di default',
|
||||
'create-success' => ':name creato con successo.',
|
||||
'update-success' => ':name aggiornato con successo.',
|
||||
|
|
|
|||
|
|
@ -1334,6 +1334,7 @@ return [
|
|||
|
||||
'response' => [
|
||||
'being-used' => 'Deze bron :name is wennen :source',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'cannot-delete-default' => 'Kan het standaardkanaal niet verwijderen',
|
||||
'create-success' => ':name succesvol gemaakt.',
|
||||
'update-success' => ':name succesvol geupdatet.',
|
||||
|
|
|
|||
|
|
@ -1337,6 +1337,7 @@ return [
|
|||
|
||||
'response' => [
|
||||
'being-used' => 'Ten zasób :name est używana w :source',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'cannot-delete-default' => 'Nie można usunąć domyślnego kanału',
|
||||
'create-success' => ':name została utworzona pomyślnie.',
|
||||
'update-success' => ':name została zaktualizowana pomyślnie.',
|
||||
|
|
|
|||
|
|
@ -1336,6 +1336,7 @@ return [
|
|||
|
||||
'response' => [
|
||||
'being-used' => 'Este recurso :name está sendo usado em :source',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'cannot-delete-default' => 'Não é possível excluir o canal padrão',
|
||||
'create-success' => ':name criado com sucesso.',
|
||||
'update-success' => ':name atualizaco com sucesso.',
|
||||
|
|
|
|||
|
|
@ -1324,6 +1324,7 @@ return [
|
|||
|
||||
'response' => [
|
||||
'being-used' => ':name isimli kaynak :source isimli kaynakta kullanılıyor.',
|
||||
'single-admin-present' => 'Cannot change the role if only one admin with all access is present.',
|
||||
'cannot-delete-default' => 'Varsayılan kanal silinemez.',
|
||||
'create-success' => ':name başarıyla oluşturuldu.',
|
||||
'update-success' => ':name başarıyla güncellendi.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue