Skip to content

Commit

Permalink
Merge pull request #895 from mollie/PIPRES-421
Browse files Browse the repository at this point in the history
Translations update
  • Loading branch information
JevgenijVisockij authored Apr 3, 2024
2 parents e79441e + 7047581 commit 0f6969a
Show file tree
Hide file tree
Showing 9 changed files with 658 additions and 506 deletions.
2 changes: 1 addition & 1 deletion mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public function hookDisplayHeader(array $params)

Media::addJsDef([
'profileId' => $profileIdProvider->getProfileId($apiClient),
'isoCode' => $this->context->language->locale,
'isoCode' => str_replace('-', '_', $this->context->language->locale),
'isTestMode' => \Mollie\Config\Config::isTestMode(),
]);
$this->context->controller->registerJavascript(
Expand Down
2 changes: 1 addition & 1 deletion src/Builder/FormBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ protected function getAccountSettingsSection($isApiKeyProvided)
'label' => $this->module->l('API Key Test', self::FILE_NAME),
'tab' => $generalSettings,
'desc' => TagsUtility::ppTags(
$this->module->l('You can find your API key in your [1]Mollie Profile[/1]; it starts with test or live.', self::FILE_NAME),
$this->module->l('You can find your API key in your [1]Mollie Profile[/1]', self::FILE_NAME),
[$this->module->display($this->module->getPathUri(), 'views/templates/admin/profile.tpl')]
),
'name' => Config::MOLLIE_API_KEY_TEST,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

return 0;
}
$output->writeln('<info>Product synchronization finished</info>');
$output->writeln('<info>Translation synchronization finished</info>');

return 0;
}
Expand Down
292 changes: 153 additions & 139 deletions translations/de.php

Large diffs are not rendered by default.

225 changes: 145 additions & 80 deletions translations/en.php

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions translations/es.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
/**
* Mollie https://www.mollie.nl
*
* @author Mollie B.V. <[email protected]>
* @copyright Mollie B.V.
* @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
*
* @see https://github.com/mollie/PrestaShop
* @codingStandardsIgnoreStart
*/

global $_MODULE;
$_MODULE = array();
$_MODULE['<{mollie}prestashop>mollie_iframe_a4b29064de828b87f9f9b6fa145cb507'] = 'Introduce la información de tu tarjeta';
$_MODULE['<{mollie}prestashop>mollie_iframe_c2b63e85bd5e4dc9b6cf5a4693847e06'] = 'Titular de la tarjeta';
$_MODULE['<{mollie}prestashop>mollie_iframe_a44217022190f5734b2f72ba1e4f8a79'] = 'Número de tarjeta';
$_MODULE['<{mollie}prestashop>mollie_iframe_95b16127e70e8a90220404fb48343182'] = 'Fecha de caducidad';
$_MODULE['<{mollie}prestashop>mollie_iframe_b2fddfad59392b3dba82cb9809712197'] = 'CVC/CVV';
$_MODULE['<{mollie}prestashop>mollie_iframe_fc7775bdfa339217149389b7392af83b'] = 'Guardar tarjeta';
$_MODULE['<{mollie}prestashop>mollie_iframe_ee2b8214cd8479d18e873181505b48ea'] = 'Usar tarjeta guardada';
$_MODULE['<{mollie}prestashop>mollie_iframe_49753ba0559e716a708373951ea87d1c'] = 'Pagos seguros facilitados por';
292 changes: 153 additions & 139 deletions translations/fr.php

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions translations/it.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
/**
* Mollie https://www.mollie.nl
*
* @author Mollie B.V. <[email protected]>
* @copyright Mollie B.V.
* @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
*
* @see https://github.com/mollie/PrestaShop
* @codingStandardsIgnoreStart
*/

global $_MODULE;
$_MODULE = array();
$_MODULE['<{mollie}prestashop>mollie_iframe_a4b29064de828b87f9f9b6fa145cb507'] = 'Inserisci le informazioni della tua carta';
$_MODULE['<{mollie}prestashop>mollie_iframe_c2b63e85bd5e4dc9b6cf5a4693847e06'] = 'Intestatario della carta';
$_MODULE['<{mollie}prestashop>mollie_iframe_a44217022190f5734b2f72ba1e4f8a79'] = 'Numero della carta';
$_MODULE['<{mollie}prestashop>mollie_iframe_95b16127e70e8a90220404fb48343182'] = 'Data di scadenza';
$_MODULE['<{mollie}prestashop>mollie_iframe_b2fddfad59392b3dba82cb9809712197'] = 'CVC/CVV';
$_MODULE['<{mollie}prestashop>mollie_iframe_fc7775bdfa339217149389b7392af83b'] = 'Salva la carta';
$_MODULE['<{mollie}prestashop>mollie_iframe_ee2b8214cd8479d18e873181505b48ea'] = 'Utilizzare la carta salvata/registrata';
$_MODULE['<{mollie}prestashop>mollie_iframe_49753ba0559e716a708373951ea87d1c'] = 'Pagamenti sicuri forniti da';
305 changes: 160 additions & 145 deletions translations/nl.php

Large diffs are not rendered by default.

0 comments on commit 0f6969a

Please sign in to comment.