[11/06/2024] Les premières modifs + installation de quelques modules indispensables
This commit is contained in:
32
domokits/local/modules/Front/I18n/de_DE.php
Normal file
32
domokits/local/modules/Front/I18n/de_DE.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Thelia package.
|
||||
* http://www.thelia.net
|
||||
*
|
||||
* (c) OpenStudio <info@thelia.net>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'Coupon code can\'t be empty' => 'Gutschein-Code darf nicht leer sein',
|
||||
'Delivery address does not belong to the current customer' => 'Lieferadresse gehört nicht zum aktuellen Kunden',
|
||||
'Delivery module cannot be use with selected delivery address' => 'Lieferung-Modul kann nicht mit ausgewählten Lieferadresse verwendet werden',
|
||||
'Error during address deletion process' => 'Fehler beim Löschen der Adresse',
|
||||
'Failed to add this article to your cart, please try again' => 'Der Artikel konnte nicht zum Warenkorb hinzugefügt werden, bitte versuchen Sie es erneut',
|
||||
'Invoice address does not belong to the current customer' => 'Rechnungsadresse gehört nicht zum aktuellen Kunden',
|
||||
'No placed order' => 'Keine Bestellungen',
|
||||
'Please check your coupon code: %message' => 'Bitte überprüfen Sie Ihren Gutschein-Code: %message',
|
||||
'Please check your input: %s' => 'Bitte überprüfen Sie Ihre Eingabe: %s',
|
||||
'Received failed order id does not belong to the current customer' => 'Empfangene Id einer fehlgeschlagenen Bestellung gehört nicht zum aktuellen Kunden',
|
||||
'Received placed order id does not belong to the current customer' => 'Empfangene Bestellungs-Id gehört nicht zum aktuellen Kunden',
|
||||
'Sorry, an error occured: %s' => 'Leider ist ein Fehler aufgetreten: %s',
|
||||
'Sorry, an error occurred: %message' => 'Leider ist ein Fehler aufgetreten: %message',
|
||||
'Sorry, an error occurred: %s' => 'Es tut uns Leid, aber ein Fehler ist aufgetreten: %s',
|
||||
'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.' => 'Vielen Dank für Ihre Anmeldung! Wir halten Ihnen auf dem Laufenden über neuen Updates.',
|
||||
'To enable the virtual product feature, the VirtualProductDelivery module should be activated' => 'Um das virtuelle Produkt-Feature zu aktivieren, sollte das VirtualProductDelivery-Modul aktiviert werden',
|
||||
'Wrong email or password. Please try again' => 'E-Mail oder Passwort falsch. Bitte erneut versuchen',
|
||||
'You\'re currently logged in. Please log out before requesting a new password.' => 'Sie sind derzeit angemeldet. Bitte melden Sie sich ab, bevor Sie ein neues Passwort anfordern.',
|
||||
];
|
||||
34
domokits/local/modules/Front/I18n/en_US.php
Normal file
34
domokits/local/modules/Front/I18n/en_US.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Thelia package.
|
||||
* http://www.thelia.net
|
||||
*
|
||||
* (c) OpenStudio <info@thelia.net>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'Coupon code can\'t be empty' => 'Coupon code can\'t be empty',
|
||||
'Delivery address does not belong to the current customer' => 'Delivery address does not belong to the current customer',
|
||||
'Delivery module cannot be use with selected delivery address' => 'Delivery module cannot be use with selected delivery address',
|
||||
'Error during address deletion process' => 'Error during address deletion process',
|
||||
'Failed to add this article to your cart, please try again' => 'Failed to add this article to your cart, please try again',
|
||||
'Invoice address does not belong to the current customer' => 'Invoice address does not belong to the current customer',
|
||||
'No placed order' => 'No placed order',
|
||||
'Please check your coupon code: %message' => 'Please check your coupon code: %message',
|
||||
'Please check your input: %s' => 'Please check your input: %s',
|
||||
'Received failed order id does not belong to the current customer' => 'Received failed order id does not belong to the current customer',
|
||||
'Received placed order id does not belong to the current customer' => 'Received placed order id does not belong to the current customer',
|
||||
'Sorry, an error occured: %s' => 'Sorry, an error occured: %s',
|
||||
'Sorry, an error occurred: %message' => 'Sorry, an error occurred: %message',
|
||||
'Sorry, an error occurred: %s' => 'Sorry, an error occurred: %s',
|
||||
'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.' => 'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.',
|
||||
'To enable the virtual product feature, the VirtualProductDelivery module should be activated' => 'To enable the virtual product feature, the VirtualProductDelivery module should be activated',
|
||||
'Wrong email or password. Please try again' => 'Wrong email or password. Please try again',
|
||||
'You should <a href="%sign">sign in</a> or <a href="%register">register</a> to use this coupon' => 'You should <a href="%sign">sign in</a> or <a href="%register">register</a> to use this coupon',
|
||||
'You\'re currently logged in. Please log out before requesting a new password.' => 'You\'re currently logged in. Please log out before requesting a new password.',
|
||||
'Your account is not yet confirmed check out your mailbox' => 'Your account is not yet confirmed check out your mailbox',
|
||||
];
|
||||
33
domokits/local/modules/Front/I18n/fr_FR.php
Normal file
33
domokits/local/modules/Front/I18n/fr_FR.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Thelia package.
|
||||
* http://www.thelia.net
|
||||
*
|
||||
* (c) OpenStudio <info@thelia.net>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'Coupon code can\'t be empty' => 'Le code promo ne peut être vide',
|
||||
'Delivery address does not belong to the current customer' => 'L\'adresse de livraison n\'appartient pas au client en cours',
|
||||
'Delivery module cannot be use with selected delivery address' => 'Le module de livraison ne peut pas être utilisé avec cette adresse de livraison',
|
||||
'Error during address deletion process' => 'Désolé. Une erreur s\'est produite lors de la suppression de l\'adresse',
|
||||
'Failed to add this article to your cart, please try again' => 'Impossible d\'ajouter cet article à votre panier. Merci de ré-essayer.',
|
||||
'Invoice address does not belong to the current customer' => 'L\'adresse de facturation n\'appartient pas au client en cours',
|
||||
'No placed order' => 'Aucune commande passée',
|
||||
'Please check your coupon code: %message' => 'Merci de vérifier votre code promo : %message',
|
||||
'Please check your input: %s' => 'Merci de vérifier les informations indiquées : %s',
|
||||
'Received failed order id does not belong to the current customer' => 'L\'id de commande refusée n\'appartient pas au client en cours',
|
||||
'Received placed order id does not belong to the current customer' => 'L\'id de commande passée n\'appartient pas au client en cours',
|
||||
'Sorry, an error occured: %s' => 'Désolé. Une erreur s\'est produite : %s',
|
||||
'Sorry, an error occurred: %message' => 'Désolé. Une erreur s\'est produite : %message',
|
||||
'Sorry, an error occurred: %s' => 'Désolé, une erreur est survenue : %s',
|
||||
'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.' => 'Merci de votre inscription ! Nous vous tiendrons informé dès qu\'il y aura des nouveautés.',
|
||||
'To enable the virtual product feature, the VirtualProductDelivery module should be activated' => 'Pour activer les produits virtuels, le module VirtualProductDelivery doit être activé',
|
||||
'Wrong email or password. Please try again' => 'Adresse email ou mot de passe incorrect. Merci de ré-essayer.',
|
||||
'You should <a href="%sign">sign in</a> or <a href="%register">register</a> to use this coupon' => 'Vous devez <a href="%sign"> vous connecter</a> ou <a href="%register"> vous inscrire</a> pour utiliser ce coupon',
|
||||
'You\'re currently logged in. Please log out before requesting a new password.' => 'Vous être actuellement connecté au site. Vous devez vous déconnecter pour demander un nouveau mot de passe.',
|
||||
];
|
||||
17
domokits/local/modules/Front/I18n/it_IT.php
Normal file
17
domokits/local/modules/Front/I18n/it_IT.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Thelia package.
|
||||
* http://www.thelia.net
|
||||
*
|
||||
* (c) OpenStudio <info@thelia.net>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'Coupon code can\'t be empty' => 'Il codice di sconto non può essere vuoto',
|
||||
'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.' => 'Grazie per l\'inscrizione! Ti terremo aggiornato ogni volta che abbiamo eventuali nuovi aggiornamenti.',
|
||||
'You should <a href="%sign">sign in</a> or <a href="%register">register</a> to use this coupon' => 'Dovresti <a href="%sign"> accedere</a> o <a href="%register"> registrarti</a> per utilizzare questo coupon',
|
||||
];
|
||||
35
domokits/local/modules/Front/I18n/ru_RU.php
Normal file
35
domokits/local/modules/Front/I18n/ru_RU.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Thelia package.
|
||||
* http://www.thelia.net
|
||||
*
|
||||
* (c) OpenStudio <info@thelia.net>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'Coupon code can\'t be empty' => 'Код купона не может быть пустым',
|
||||
'Delivery address does not belong to the current customer' => 'Адрес доставки не пренадлежит текущему клиенту',
|
||||
'Delivery module cannot be use with selected delivery address' => 'Модуль доставки не может быть использован с текущим адресом доставки',
|
||||
'Error during address deletion process' => 'Ошибка удаления адреса',
|
||||
'Failed to add this article to your cart, please try again' => 'Ошибка при добавлении статьи в вашу корзину, попробуйте еще раз',
|
||||
'Invoice address does not belong to the current customer' => 'Адрес выставления счета не пренадлежит текущему клиенту',
|
||||
'No placed order' => 'Нет размещенного заказа',
|
||||
'Please check your coupon code: %message' => 'Пожалуйста, проверьте код купона: %message',
|
||||
'Please check your input: %s' => 'Пожалуйста, проверьте ваш ввод: %s',
|
||||
'Received failed order id does not belong to the current customer' => 'Полученный ошибочный заказ не пренадлежит текущему клиенту',
|
||||
'Received placed order id does not belong to the current customer' => 'Полученный размещенный заказ не пренадлежит текущему клиенту',
|
||||
'Sorry, an error occured: %s' => 'К сожалению произшла ошибка: %s',
|
||||
'Sorry, an error occurred: %message' => 'К сожалению произошла ошибка: %message ',
|
||||
'Sorry, an error occurred: %s' => 'К сожалению произошла ошибка: %s ',
|
||||
'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.' => 'Спасибо за подписку! Мы будем держать вас в курсе обновлений.',
|
||||
'The delivery module is not valid.' => 'Некоректный модуль доставки',
|
||||
'To enable the virtual product feature, the VirtualProductDelivery module should be activated' => 'Для включения функции виртуальных продуктов, модуль VirtualProductDelivery должен быть включен',
|
||||
'Wrong email or password. Please try again' => 'Некоректный email или пароль. Пожалуйста, попробуйте еще раз',
|
||||
'You should <a href="%sign">sign in</a> or <a href="%register">register</a> to use this coupon' => 'Вы должны <a href="%sign">войти</a> или <a href="%register">зарегистрироваться</a> что использовать этот купон',
|
||||
'You\'re currently logged in. Please log out before requesting a new password.' => 'Вы сейчас авторизированы. Пожалуйста выйдите перед запросом нового пароля.',
|
||||
'Your subscription to our newsletter has been canceled.' => 'Ваша подписка на рассылку была отменена',
|
||||
];
|
||||
32
domokits/local/modules/Front/I18n/tr_TR.php
Normal file
32
domokits/local/modules/Front/I18n/tr_TR.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Thelia package.
|
||||
* http://www.thelia.net
|
||||
*
|
||||
* (c) OpenStudio <info@thelia.net>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'Coupon code can\'t be empty' => 'Kupon şifre boş olamaz',
|
||||
'Delivery address does not belong to the current customer' => 'Teslimat adresi geçerli müşteriye ait değil',
|
||||
'Delivery module cannot be use with selected delivery address' => 'Teslim modülü seçili teslimat adresi kullanılamaz',
|
||||
'Error during address deletion process' => 'Adres silme işlemi sırasında bir hata oluştu',
|
||||
'Failed to add this article to your cart, please try again' => 'Sepetinize Bu ürün eklenemedi, lütfen tekrar deneyin',
|
||||
'Invoice address does not belong to the current customer' => 'Fatura adresi geçerli müşteriye ait değil',
|
||||
'No placed order' => 'Yerleştirilen hiçbir sipariş',
|
||||
'Please check your coupon code: %message' => 'Kupon kodunuzu gözden geçirin: %message',
|
||||
'Please check your input: %s' => 'Lütfen girişinizi denetleyin: %s',
|
||||
'Received failed order id does not belong to the current customer' => 'Alınan başarısız sipariş kimliği geçerli müşteriye ait değil',
|
||||
'Received placed order id does not belong to the current customer' => 'Alınmış yerleştirilmiş sipariş kimliği geçerli müşteriye ait değil',
|
||||
'Sorry, an error occured: %s' => 'Üzgünüz, bir hata oluştu: %s',
|
||||
'Sorry, an error occurred: %message' => 'Üzgünüz, bir hata oluştu: %message',
|
||||
'Sorry, an error occurred: %s' => 'Üzgünüz, bir hata oluştu: %s',
|
||||
'Thanks for signing up! We\'ll keep you posted whenever we have any new updates.' => 'Teşekkürler. Yeni güncelleştirmeler olduğunda sizi haberdar edeceğiz.',
|
||||
'To enable the virtual product feature, the VirtualProductDelivery module should be activated' => 'Sanal ürün özelliği etkinleştirmek için VirtualProductDelivery modülü etkinleştirilmesi',
|
||||
'Wrong email or password. Please try again' => 'Email adresi veya şifre hatalı. Lütfen tekrar deneyiniz',
|
||||
'You\'re currently logged in. Please log out before requesting a new password.' => 'Şu anda logged içinde. Lütfen yeni bir parola istemeden önce çıkış.',
|
||||
];
|
||||
Reference in New Issue
Block a user