new crowdin translations of modules

This commit is contained in:
Crowdin Bot
2021-02-22 00:53:06 +00:00
parent 35fa63bf42
commit 1e4a633558
24 changed files with 453 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
<?php
return [
'name' => 'Standard Paypal',
'description' => 'Activation de l\'option de paiement standard pour Paypal',
'form' => [
'email' => 'Email',
'mode' => 'Mode',
'debug' => 'Debug',
'transaction' => 'Transaction',
'customer' => 'Montrer au client',
'order' => 'Commande',
],
'test_mode' => 'Avertissement: La passerelle de paiement est en mode \'Bac à sable\'. Votre compte ne sera pas débité.',
//'description' => 'Pay with PAYPAL',
];