Upload source files chunk 33
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- plugins/CoreUpdater/Commands/ConvertToUtf8mb4.php +185 -0
- plugins/CoreUpdater/Commands/SecurityFiles.php +43 -0
- plugins/CoreUpdater/Commands/Update.php +396 -0
- plugins/CoreUpdater/Commands/Update/CliUpdateObserver.php +57 -0
- plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.php +57 -0
- plugins/CoreUpdater/ReleaseChannel/LatestBeta.php +36 -0
- plugins/CoreUpdater/ReleaseChannel/LatestCurrentBeta.php +44 -0
- plugins/CoreUpdater/ReleaseChannel/LatestCurrentStable.php +39 -0
- plugins/CoreUpdater/ReleaseChannel/LatestPreview.php +40 -0
- plugins/CoreUpdater/ReleaseChannel/LatestStable.php +36 -0
- plugins/CoreUpdater/javascripts/updateLayout.js +11 -0
- plugins/CoreUpdater/lang/am.json +29 -0
- plugins/CoreUpdater/lang/ar.json +47 -0
- plugins/CoreUpdater/lang/az.json +1 -0
- plugins/CoreUpdater/lang/be.json +45 -0
- plugins/CoreUpdater/lang/bg.json +103 -0
- plugins/CoreUpdater/lang/bn.json +5 -0
- plugins/CoreUpdater/lang/bs.json +7 -0
- plugins/CoreUpdater/lang/ca.json +107 -0
- plugins/CoreUpdater/lang/cs.json +78 -0
- plugins/CoreUpdater/lang/cy.json +1 -0
- plugins/CoreUpdater/lang/da.json +73 -0
- plugins/CoreUpdater/lang/de.json +103 -0
- plugins/CoreUpdater/lang/dv.json +1 -0
- plugins/CoreUpdater/lang/el.json +107 -0
- plugins/CoreUpdater/lang/en.json +107 -0
- plugins/CoreUpdater/lang/eo.json +1 -0
- plugins/CoreUpdater/lang/es-ar.json +102 -0
- plugins/CoreUpdater/lang/es.json +107 -0
- plugins/CoreUpdater/lang/et.json +42 -0
- plugins/CoreUpdater/lang/eu.json +103 -0
- plugins/CoreUpdater/lang/fa.json +50 -0
- plugins/CoreUpdater/lang/fi.json +99 -0
- plugins/CoreUpdater/lang/fr.json +107 -0
- plugins/CoreUpdater/lang/ga.json +107 -0
- plugins/CoreUpdater/lang/gl.json +22 -0
- plugins/CoreUpdater/lang/gu.json +103 -0
- plugins/CoreUpdater/lang/he.json +46 -0
- plugins/CoreUpdater/lang/hi.json +49 -0
- plugins/CoreUpdater/lang/hr.json +1 -0
- plugins/CoreUpdater/lang/hu.json +45 -0
- plugins/CoreUpdater/lang/hy.json +1 -0
- plugins/CoreUpdater/lang/id.json +103 -0
- plugins/CoreUpdater/lang/is.json +1 -0
- plugins/CoreUpdater/lang/it.json +107 -0
- plugins/CoreUpdater/lang/ja.json +103 -0
- plugins/CoreUpdater/lang/ka.json +45 -0
- plugins/CoreUpdater/lang/ko.json +76 -0
- plugins/CoreUpdater/lang/ku.json +1 -0
- plugins/CoreUpdater/lang/lb.json +1 -0
plugins/CoreUpdater/Commands/ConvertToUtf8mb4.php
ADDED
|
@@ -0,0 +1,185 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\Commands;
|
| 11 |
+
|
| 12 |
+
use Piwik\Common;
|
| 13 |
+
use Piwik\Config;
|
| 14 |
+
use Piwik\Container\StaticContainer;
|
| 15 |
+
use Piwik\DataAccess\ArchiveTableCreator;
|
| 16 |
+
use Piwik\Db;
|
| 17 |
+
use Piwik\DbHelper;
|
| 18 |
+
use Piwik\Piwik;
|
| 19 |
+
use Piwik\Plugin\ConsoleCommand;
|
| 20 |
+
|
| 21 |
+
/**
|
| 22 |
+
* @package CoreUpdater
|
| 23 |
+
*/
|
| 24 |
+
class ConvertToUtf8mb4 extends ConsoleCommand
|
| 25 |
+
{
|
| 26 |
+
protected function configure()
|
| 27 |
+
{
|
| 28 |
+
$this->setName('core:convert-to-utf8mb4');
|
| 29 |
+
|
| 30 |
+
$this->setDescription('Converts the database to utf8mb4');
|
| 31 |
+
|
| 32 |
+
$this->addNoValueOption('show', null, Piwik::translate('Show all commands / queries only.'));
|
| 33 |
+
$this->addNoValueOption('yes', null, Piwik::translate('CoreUpdater_ConsoleParameterDescription'));
|
| 34 |
+
$this->addNoValueOption('keep-tracking', null, 'Do not disable tracking while conversion is running');
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
public function isEnabled()
|
| 38 |
+
{
|
| 39 |
+
$dbSettings = new Db\Settings();
|
| 40 |
+
$charset = $dbSettings->getUsedCharset();
|
| 41 |
+
|
| 42 |
+
return $charset !== 'utf8mb4';
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
/**
|
| 46 |
+
* Execute command like: ./console core:convert-to-utf8mb4 --yes
|
| 47 |
+
*/
|
| 48 |
+
protected function doExecute(): int
|
| 49 |
+
{
|
| 50 |
+
$input = $this->getInput();
|
| 51 |
+
$output = $this->getOutput();
|
| 52 |
+
$yes = $input->getOption('yes');
|
| 53 |
+
$keepTracking = $input->getOption('keep-tracking');
|
| 54 |
+
$show = $input->getOption('show');
|
| 55 |
+
|
| 56 |
+
if (DbHelper::getDefaultCharset() !== 'utf8mb4') {
|
| 57 |
+
$this->writeErrorMessage('Your database does not support utf8mb4');
|
| 58 |
+
return self::FAILURE;
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
$defaultCollation = DbHelper::getDefaultCollationForCharset('utf8mb4');
|
| 62 |
+
if (empty($defaultCollation)) {
|
| 63 |
+
$this->writeErrorMessage('Could not detect default collation for utf8mb4 charset');
|
| 64 |
+
return self::FAILURE;
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
$queries = DbHelper::getUtf8mb4ConversionQueries();
|
| 68 |
+
if ($show) {
|
| 69 |
+
$this->showCommands($queries, $keepTracking, $defaultCollation);
|
| 70 |
+
return self::SUCCESS;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
$output->writeln("This command will convert all Matomo database tables to utf8mb4.\n");
|
| 74 |
+
|
| 75 |
+
if (!$keepTracking) {
|
| 76 |
+
$output->writeln("Tracking will be disabled during this process.\n");
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
$output->writeln('If you want to see what this command is going to do use the --show option.');
|
| 80 |
+
|
| 81 |
+
if (!$yes) {
|
| 82 |
+
$yes = $this->askForConfirmation('<comment>Execute updates? (y/N) </comment>', false);
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
if ($yes) {
|
| 86 |
+
$config = Config::getInstance();
|
| 87 |
+
|
| 88 |
+
if (!$keepTracking) {
|
| 89 |
+
$output->writeln("\n" . Piwik::translate('Disabling Matomo Tracking'));
|
| 90 |
+
$config->Tracker['record_statistics'] = '0';
|
| 91 |
+
$config->forceSave();
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
$output->writeln("\n" . Piwik::translate('CoreUpdater_ConsoleStartingDbUpgrade'));
|
| 95 |
+
|
| 96 |
+
try {
|
| 97 |
+
foreach ($queries as $query) {
|
| 98 |
+
$output->write("\n" . 'Executing ' . $query . '... ');
|
| 99 |
+
Db::get()->exec($query);
|
| 100 |
+
$output->write(' done.');
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
$output->writeln("\n" . 'Updating used database charset in config.ini.php.');
|
| 104 |
+
$config->database['charset'] = 'utf8mb4';
|
| 105 |
+
|
| 106 |
+
$collation = $this->detectCollation() ?: $defaultCollation;
|
| 107 |
+
|
| 108 |
+
$output->writeln("\n" . 'Updating used database collation in config.ini.php.');
|
| 109 |
+
$config->database['collation'] = $collation;
|
| 110 |
+
} finally {
|
| 111 |
+
if (!$keepTracking) {
|
| 112 |
+
$output->writeln("\n" . Piwik::translate('Enabling Matomo Tracking'));
|
| 113 |
+
$config->Tracker['record_statistics'] = '1';
|
| 114 |
+
}
|
| 115 |
+
$config->forceSave();
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
$this->writeSuccessMessage('Conversion to utf8mb4 successful.');
|
| 119 |
+
} else {
|
| 120 |
+
$this->writeSuccessMessage('Database conversion skipped.');
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
return self::SUCCESS;
|
| 124 |
+
}
|
| 125 |
+
|
| 126 |
+
protected function showCommands($queries, $keepTracking, $collation)
|
| 127 |
+
{
|
| 128 |
+
$output = $this->getOutput();
|
| 129 |
+
$output->writeln("To manually convert all Matomo database tables to utf8mb4 follow these steps.");
|
| 130 |
+
if (!$keepTracking) {
|
| 131 |
+
$output->writeln('');
|
| 132 |
+
$output->writeln('** Disable Matomo Tracking with this command: **');
|
| 133 |
+
$output->writeln('./console config:set --section=Tracker --key=record_statistics --value=0');
|
| 134 |
+
}
|
| 135 |
+
$output->writeln('');
|
| 136 |
+
$output->writeln('** Execute the following database queries: **');
|
| 137 |
+
$output->writeln(implode("\n", $queries));
|
| 138 |
+
$output->writeln('');
|
| 139 |
+
$output->writeln('** Change configured database charset to utf8mb4 with this command: **');
|
| 140 |
+
$output->writeln('./console config:set --section=database --key=charset --value=utf8mb4');
|
| 141 |
+
$output->writeln('');
|
| 142 |
+
$output->writeln("** Change configured database collation to {$collation} with this command: **");
|
| 143 |
+
$output->writeln("(the actual collation value may differ based on your specific database settings)");
|
| 144 |
+
$output->writeln("./console config:set --section=database --key=collation --value={$collation}");
|
| 145 |
+
if (!$keepTracking) {
|
| 146 |
+
$output->writeln('');
|
| 147 |
+
$output->writeln('** Enable Matomo Tracking again with this command: **');
|
| 148 |
+
$output->writeln('./console config:set --section=Tracker --key=record_statistics --value=1');
|
| 149 |
+
}
|
| 150 |
+
}
|
| 151 |
+
|
| 152 |
+
private function detectCollation(): ?string
|
| 153 |
+
{
|
| 154 |
+
try {
|
| 155 |
+
$metadataProvider = StaticContainer::get('Piwik\Plugins\DBStats\MySQLMetadataProvider');
|
| 156 |
+
$userTableStatus = $metadataProvider->getTableStatus('user');
|
| 157 |
+
if (empty($userTableStatus['Collation'] ?? null)) {
|
| 158 |
+
// if there is no user table, or no collation for it, abort detection
|
| 159 |
+
// this table should always exist and something must be wrong in this case
|
| 160 |
+
return null;
|
| 161 |
+
}
|
| 162 |
+
$userTableCollation = $userTableStatus['Collation'];
|
| 163 |
+
|
| 164 |
+
$archiveTable = ArchiveTableCreator::getLatestArchiveTableInstalled(ArchiveTableCreator::NUMERIC_TABLE);
|
| 165 |
+
if (null === $archiveTable) {
|
| 166 |
+
return null;
|
| 167 |
+
}
|
| 168 |
+
|
| 169 |
+
$archiveTableStatus = $metadataProvider->getTableStatus(Common::unprefixTable($archiveTable));
|
| 170 |
+
|
| 171 |
+
if (
|
| 172 |
+
!empty($archiveTableStatus['Collation'])
|
| 173 |
+
&& $archiveTableStatus['Collation'] === $userTableCollation
|
| 174 |
+
) {
|
| 175 |
+
// the most recent numeric archive table is matching the collation
|
| 176 |
+
// of the users table, should be a good value to choose
|
| 177 |
+
return $userTableCollation;
|
| 178 |
+
}
|
| 179 |
+
} catch (\Exception $e) {
|
| 180 |
+
// no-op if there are any issues, will default to the default collation
|
| 181 |
+
}
|
| 182 |
+
|
| 183 |
+
return null;
|
| 184 |
+
}
|
| 185 |
+
}
|
plugins/CoreUpdater/Commands/SecurityFiles.php
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\Commands;
|
| 11 |
+
|
| 12 |
+
use Piwik\Plugins\Installation\ServerFilesGenerator;
|
| 13 |
+
use Piwik\Plugin\ConsoleCommand;
|
| 14 |
+
|
| 15 |
+
/**
|
| 16 |
+
* @package CoreUpdater
|
| 17 |
+
*/
|
| 18 |
+
class SecurityFiles extends ConsoleCommand
|
| 19 |
+
{
|
| 20 |
+
protected function configure()
|
| 21 |
+
{
|
| 22 |
+
$this->setName('core:create-security-files');
|
| 23 |
+
|
| 24 |
+
$this->setDescription(
|
| 25 |
+
'Creates some web server security files if they haven\'t existed previously. ' .
|
| 26 |
+
'Useful when using for example Apache or IIS web server and Matomo cannot create these ' .
|
| 27 |
+
'files automatically because of missing write permissions.'
|
| 28 |
+
);
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
protected function doExecute(): int
|
| 32 |
+
{
|
| 33 |
+
ServerFilesGenerator::createFilesForSecurity();
|
| 34 |
+
$this->getOutput()->writeln(
|
| 35 |
+
'Done. To check if this worked please open the system report or run `./console diagnostics:run` and look ' .
|
| 36 |
+
'out for the private directories check. If it doesn\'t work you may need to execute this command using a ' .
|
| 37 |
+
'user that has write permissions or maybe you are not using Apache or IIS web server. Please note you ' .
|
| 38 |
+
'may need to execut this command every time you update Matomo to a newer version.'
|
| 39 |
+
);
|
| 40 |
+
|
| 41 |
+
return self::SUCCESS;
|
| 42 |
+
}
|
| 43 |
+
}
|
plugins/CoreUpdater/Commands/Update.php
ADDED
|
@@ -0,0 +1,396 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\Commands;
|
| 11 |
+
|
| 12 |
+
use Piwik\Filechecks;
|
| 13 |
+
use Piwik\SettingsServer;
|
| 14 |
+
use Piwik\Version;
|
| 15 |
+
use Piwik\Config;
|
| 16 |
+
use Piwik\DbHelper;
|
| 17 |
+
use Piwik\Filesystem;
|
| 18 |
+
use Piwik\Piwik;
|
| 19 |
+
use Piwik\Plugin\ConsoleCommand;
|
| 20 |
+
use Piwik\Plugins\CoreUpdater\Commands\Update\CliUpdateObserver;
|
| 21 |
+
use Piwik\Plugins\CoreUpdater\NoUpdatesFoundException;
|
| 22 |
+
use Piwik\Updater;
|
| 23 |
+
|
| 24 |
+
/**
|
| 25 |
+
* @package CoreUpdater
|
| 26 |
+
*/
|
| 27 |
+
class Update extends ConsoleCommand
|
| 28 |
+
{
|
| 29 |
+
/**
|
| 30 |
+
* @var string[]
|
| 31 |
+
*/
|
| 32 |
+
private $migrationQueries;
|
| 33 |
+
|
| 34 |
+
protected function configure()
|
| 35 |
+
{
|
| 36 |
+
$this->setName('core:update');
|
| 37 |
+
|
| 38 |
+
$this->setDescription(Piwik::translate('CoreUpdater_ConsoleCommandDescription'));
|
| 39 |
+
|
| 40 |
+
$this->addNoValueOption('yes', null, Piwik::translate('CoreUpdater_ConsoleParameterDescription'));
|
| 41 |
+
$this->addNoValueOption('skip-cache-clear', null, Piwik::translate('CoreUpdater_SkipCacheClearDesc'));
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
/**
|
| 45 |
+
* Execute command like: ./console core:update --yes
|
| 46 |
+
*/
|
| 47 |
+
protected function doExecute(): int
|
| 48 |
+
{
|
| 49 |
+
$input = $this->getInput();
|
| 50 |
+
$output = $this->getOutput();
|
| 51 |
+
$skipCacheClear = $input->getOption('skip-cache-clear');
|
| 52 |
+
try {
|
| 53 |
+
if ($skipCacheClear) {
|
| 54 |
+
$output->writeln(Piwik::translate('CoreUpdater_SkipCacheClear'));
|
| 55 |
+
|
| 56 |
+
Filesystem::$skipCacheClearOnUpdate = true;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
$this->executeClearCaches();
|
| 60 |
+
|
| 61 |
+
$yes = $input->getOption('yes');
|
| 62 |
+
|
| 63 |
+
try {
|
| 64 |
+
$this->makeUpdate(true);
|
| 65 |
+
|
| 66 |
+
if (!$yes) {
|
| 67 |
+
$yes = $this->askForConfirmation(
|
| 68 |
+
'<comment>' . Piwik::translate('CoreUpdater_ExecuteDbUpgrade') . ' (y/N) </comment>',
|
| 69 |
+
false
|
| 70 |
+
);
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
if ($yes) {
|
| 74 |
+
$output->writeln("\n" . Piwik::translate('CoreUpdater_ConsoleStartingDbUpgrade'));
|
| 75 |
+
|
| 76 |
+
$this->makeUpdate(false);
|
| 77 |
+
|
| 78 |
+
$this->writeSuccessMessage(Piwik::translate('CoreUpdater_PiwikHasBeenSuccessfullyUpgraded'));
|
| 79 |
+
} else {
|
| 80 |
+
$this->writeSuccessMessage(Piwik::translate('CoreUpdater_DbUpgradeNotExecuted'));
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
$this->writeAlertMessageWhenCommandExecutedWithUnexpectedUser();
|
| 84 |
+
} catch (NoUpdatesFoundException $e) {
|
| 85 |
+
// Do not fail if no updates were found
|
| 86 |
+
$this->writeSuccessMessage($e->getMessage());
|
| 87 |
+
}
|
| 88 |
+
} finally {
|
| 89 |
+
Filesystem::$skipCacheClearOnUpdate = false;
|
| 90 |
+
}
|
| 91 |
+
|
| 92 |
+
return self::SUCCESS;
|
| 93 |
+
}
|
| 94 |
+
|
| 95 |
+
protected function executeClearCaches()
|
| 96 |
+
{
|
| 97 |
+
Filesystem::deleteAllCacheOnUpdate();
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
protected function makeUpdate($doDryRun)
|
| 101 |
+
{
|
| 102 |
+
$output = $this->getOutput();
|
| 103 |
+
$this->checkAllRequiredOptionsAreNotEmpty();
|
| 104 |
+
|
| 105 |
+
$updater = $this->makeUpdaterInstance();
|
| 106 |
+
|
| 107 |
+
$componentsWithUpdateFile = $updater->getComponentUpdates();
|
| 108 |
+
if (empty($componentsWithUpdateFile)) {
|
| 109 |
+
throw new NoUpdatesFoundException(Piwik::translate('CoreUpdater_AlreadyUpToDate'));
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
$output->writeln(array(
|
| 113 |
+
"",
|
| 114 |
+
" *** " . Piwik::translate('CoreUpdater_UpdateTitle') . " ***",
|
| 115 |
+
));
|
| 116 |
+
|
| 117 |
+
// handle case of existing database with no tables
|
| 118 |
+
if (!DbHelper::isInstalled()) {
|
| 119 |
+
$this->handleCoreError(
|
| 120 |
+
Piwik::translate('CoreUpdater_EmptyDatabaseError', Config::getInstance()->database['dbname'])
|
| 121 |
+
);
|
| 122 |
+
return;
|
| 123 |
+
}
|
| 124 |
+
|
| 125 |
+
$output->writeln(array(
|
| 126 |
+
"",
|
| 127 |
+
" " . Piwik::translate('CoreUpdater_DatabaseUpgradeRequired'),
|
| 128 |
+
"",
|
| 129 |
+
" " . Piwik::translate('CoreUpdater_YourDatabaseIsOutOfDate'),
|
| 130 |
+
));
|
| 131 |
+
|
| 132 |
+
if ($this->isUpdatingCore($componentsWithUpdateFile)) {
|
| 133 |
+
$currentVersion = $this->getCurrentVersionForCore($updater);
|
| 134 |
+
$output->writeln(array(
|
| 135 |
+
"",
|
| 136 |
+
" " . Piwik::translate('CoreUpdater_PiwikWillBeUpgradedFromVersionXToVersionY', array($currentVersion, Version::VERSION)),
|
| 137 |
+
));
|
| 138 |
+
}
|
| 139 |
+
|
| 140 |
+
$pluginsToUpdate = $this->getPluginsToUpdate($componentsWithUpdateFile);
|
| 141 |
+
if (!empty($pluginsToUpdate)) {
|
| 142 |
+
$output->writeln(array(
|
| 143 |
+
"",
|
| 144 |
+
" " . Piwik::translate('CoreUpdater_TheFollowingPluginsWillBeUpgradedX', implode(', ', $pluginsToUpdate)),
|
| 145 |
+
));
|
| 146 |
+
}
|
| 147 |
+
|
| 148 |
+
$dimensionsToUpdate = $this->getDimensionsToUpdate($componentsWithUpdateFile);
|
| 149 |
+
if (!empty($dimensionsToUpdate)) {
|
| 150 |
+
$output->writeln(array(
|
| 151 |
+
"",
|
| 152 |
+
" " . Piwik::translate('CoreUpdater_TheFollowingDimensionsWillBeUpgradedX', implode(', ', $dimensionsToUpdate)),
|
| 153 |
+
));
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
$output->writeln("");
|
| 157 |
+
|
| 158 |
+
if ($doDryRun) {
|
| 159 |
+
$this->doDryRun($updater);
|
| 160 |
+
} else {
|
| 161 |
+
$this->doRealUpdate($updater, $componentsWithUpdateFile);
|
| 162 |
+
}
|
| 163 |
+
}
|
| 164 |
+
|
| 165 |
+
private function doDryRun(Updater $updater)
|
| 166 |
+
{
|
| 167 |
+
$output = $this->getOutput();
|
| 168 |
+
$migrationQueries = $this->getMigrationQueriesToExecute($updater);
|
| 169 |
+
|
| 170 |
+
if (empty($migrationQueries)) {
|
| 171 |
+
$output->writeln(array(" *** " . Piwik::translate('CoreUpdater_ConsoleUpdateNoSqlQueries') . " ***", ""));
|
| 172 |
+
return;
|
| 173 |
+
}
|
| 174 |
+
|
| 175 |
+
|
| 176 |
+
if ($updater->hasMajorDbUpdate()) {
|
| 177 |
+
$output->writeln(array(
|
| 178 |
+
"",
|
| 179 |
+
sprintf("<comment>%s \n</comment>", Piwik::translate('CoreUpdater_MajorUpdateWarning1')),
|
| 180 |
+
));
|
| 181 |
+
}
|
| 182 |
+
|
| 183 |
+
$output->writeln(array(" *** " . Piwik::translate('CoreUpdater_DryRun') . " ***", ""));
|
| 184 |
+
|
| 185 |
+
foreach ($migrationQueries as $query) {
|
| 186 |
+
$result = $query->__toString();
|
| 187 |
+
if (!empty($result)) {
|
| 188 |
+
$output->writeln(" " . $result);
|
| 189 |
+
}
|
| 190 |
+
}
|
| 191 |
+
|
| 192 |
+
$output->writeln(array("", " *** " . Piwik::translate('CoreUpdater_DryRunEnd') . " ***", ""));
|
| 193 |
+
}
|
| 194 |
+
|
| 195 |
+
private function doRealUpdate(Updater $updater, $componentsWithUpdateFile)
|
| 196 |
+
{
|
| 197 |
+
$output = $this->getOutput();
|
| 198 |
+
$output->writeln(array(" " . Piwik::translate('CoreUpdater_TheUpgradeProcessMayTakeAWhilePleaseBePatient'), ""));
|
| 199 |
+
|
| 200 |
+
$updaterResult = $updater->updateComponents($componentsWithUpdateFile);
|
| 201 |
+
|
| 202 |
+
if (@$updaterResult['coreError']) {
|
| 203 |
+
$this->handleCoreError($updaterResult['errors'], $includeDiyHelp = true);
|
| 204 |
+
return;
|
| 205 |
+
}
|
| 206 |
+
|
| 207 |
+
if (!empty($updaterResult['warnings'])) {
|
| 208 |
+
$this->outputUpdaterWarnings($updaterResult['warnings']);
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
if (!empty($updaterResult['errors'])) {
|
| 212 |
+
$this->outputUpdaterErrors($updaterResult['errors'], $updaterResult['deactivatedPlugins']);
|
| 213 |
+
}
|
| 214 |
+
|
| 215 |
+
if (
|
| 216 |
+
!empty($updaterResult['warnings'])
|
| 217 |
+
|| !empty($updaterResult['errors'])
|
| 218 |
+
) {
|
| 219 |
+
$output->writeln(array(
|
| 220 |
+
" " . Piwik::translate('CoreUpdater_HelpMessageIntroductionWhenWarning'),
|
| 221 |
+
"",
|
| 222 |
+
" * " . $this->getUpdateHelpMessage(),
|
| 223 |
+
));
|
| 224 |
+
}
|
| 225 |
+
}
|
| 226 |
+
|
| 227 |
+
private function handleCoreError($errors, $includeDiyHelp = false)
|
| 228 |
+
{
|
| 229 |
+
if (!is_array($errors)) {
|
| 230 |
+
$errors = array($errors);
|
| 231 |
+
}
|
| 232 |
+
|
| 233 |
+
$output = $this->getOutput();
|
| 234 |
+
$output->writeln(array(
|
| 235 |
+
"",
|
| 236 |
+
" [X] " . Piwik::translate('CoreUpdater_CriticalErrorDuringTheUpgradeProcess'),
|
| 237 |
+
"",
|
| 238 |
+
));
|
| 239 |
+
|
| 240 |
+
foreach ($errors as $errorMessage) {
|
| 241 |
+
$errorMessage = trim($errorMessage);
|
| 242 |
+
$errorMessage = str_replace("\n", "\n ", $errorMessage);
|
| 243 |
+
|
| 244 |
+
$output->writeln(" * $errorMessage");
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
$output->writeln(array(
|
| 248 |
+
"",
|
| 249 |
+
" " . Piwik::translate('CoreUpdater_HelpMessageIntroductionWhenError'),
|
| 250 |
+
"",
|
| 251 |
+
" * " . $this->getUpdateHelpMessage(),
|
| 252 |
+
));
|
| 253 |
+
|
| 254 |
+
if ($includeDiyHelp) {
|
| 255 |
+
$output->writeln(array(
|
| 256 |
+
"",
|
| 257 |
+
" " . Piwik::translate('CoreUpdater_ErrorDIYHelp'),
|
| 258 |
+
"",
|
| 259 |
+
" * " . Piwik::translate('CoreUpdater_ErrorDIYHelp_1'),
|
| 260 |
+
" * " . Piwik::translate('CoreUpdater_ErrorDIYHelp_2'),
|
| 261 |
+
" * " . Piwik::translate('CoreUpdater_ErrorDIYHelp_3'),
|
| 262 |
+
" * " . Piwik::translate('CoreUpdater_ErrorDIYHelp_4'),
|
| 263 |
+
" * " . Piwik::translate('CoreUpdater_ErrorDIYHelp_5'),
|
| 264 |
+
));
|
| 265 |
+
}
|
| 266 |
+
|
| 267 |
+
throw new \RuntimeException(Piwik::translate('CoreUpdater_ConsoleUpdateFailure'));
|
| 268 |
+
}
|
| 269 |
+
|
| 270 |
+
private function outputUpdaterWarnings($warnings)
|
| 271 |
+
{
|
| 272 |
+
$output = $this->getOutput();
|
| 273 |
+
$output->writeln(array(
|
| 274 |
+
"",
|
| 275 |
+
" [!] " . Piwik::translate('CoreUpdater_WarningMessages'),
|
| 276 |
+
"",
|
| 277 |
+
));
|
| 278 |
+
|
| 279 |
+
foreach ($warnings as $message) {
|
| 280 |
+
$output->writeln(" * $message");
|
| 281 |
+
}
|
| 282 |
+
}
|
| 283 |
+
|
| 284 |
+
private function outputUpdaterErrors($errors, $deactivatedPlugins)
|
| 285 |
+
{
|
| 286 |
+
$output = $this->getOutput();
|
| 287 |
+
$output->writeln(array(
|
| 288 |
+
"",
|
| 289 |
+
" [X] " . Piwik::translate('CoreUpdater_ErrorDuringPluginsUpdates'),
|
| 290 |
+
"",
|
| 291 |
+
));
|
| 292 |
+
|
| 293 |
+
foreach ($errors as $message) {
|
| 294 |
+
$output->writeln(" * $message");
|
| 295 |
+
}
|
| 296 |
+
|
| 297 |
+
if (!empty($deactivatedPlugins)) {
|
| 298 |
+
$output->writeln(array(
|
| 299 |
+
"",
|
| 300 |
+
" [!] " . Piwik::translate('CoreUpdater_WeAutomaticallyDeactivatedTheFollowingPlugins', implode(', ', $deactivatedPlugins)),
|
| 301 |
+
));
|
| 302 |
+
}
|
| 303 |
+
}
|
| 304 |
+
|
| 305 |
+
private function getUpdateHelpMessage()
|
| 306 |
+
{
|
| 307 |
+
return Piwik::translate('CoreUpdater_HelpMessageContent', array('[',']',"\n *"));
|
| 308 |
+
}
|
| 309 |
+
|
| 310 |
+
private function isUpdatingCore($componentsWithUpdateFile)
|
| 311 |
+
{
|
| 312 |
+
foreach ($componentsWithUpdateFile as $componentName => $updates) {
|
| 313 |
+
if ($componentName == 'core') {
|
| 314 |
+
return true;
|
| 315 |
+
}
|
| 316 |
+
}
|
| 317 |
+
return false;
|
| 318 |
+
}
|
| 319 |
+
|
| 320 |
+
private function getCurrentVersionForCore(Updater $updater)
|
| 321 |
+
{
|
| 322 |
+
$currentVersion = $updater->getCurrentComponentVersion('core');
|
| 323 |
+
if ($currentVersion === false) {
|
| 324 |
+
$currentVersion = "<= 0.2.9";
|
| 325 |
+
}
|
| 326 |
+
return $currentVersion;
|
| 327 |
+
}
|
| 328 |
+
|
| 329 |
+
private function getPluginsToUpdate($componentsWithUpdateFile)
|
| 330 |
+
{
|
| 331 |
+
$plugins = array();
|
| 332 |
+
foreach ($componentsWithUpdateFile as $componentName => $updates) {
|
| 333 |
+
if (
|
| 334 |
+
$componentName !== 'core'
|
| 335 |
+
&& 0 !== strpos($componentName, 'log_')
|
| 336 |
+
) {
|
| 337 |
+
$plugins[] = $componentName;
|
| 338 |
+
}
|
| 339 |
+
}
|
| 340 |
+
return $plugins;
|
| 341 |
+
}
|
| 342 |
+
|
| 343 |
+
private function getDimensionsToUpdate($componentsWithUpdateFile)
|
| 344 |
+
{
|
| 345 |
+
$dimensions = array();
|
| 346 |
+
foreach ($componentsWithUpdateFile as $componentName => $updates) {
|
| 347 |
+
if (0 === strpos($componentName, 'log_')) {
|
| 348 |
+
$dimensions[] = $componentName;
|
| 349 |
+
}
|
| 350 |
+
}
|
| 351 |
+
|
| 352 |
+
sort($dimensions);
|
| 353 |
+
return $dimensions;
|
| 354 |
+
}
|
| 355 |
+
|
| 356 |
+
private function getMigrationQueriesToExecute(Updater $updater)
|
| 357 |
+
{
|
| 358 |
+
if (empty($this->migrationQueries)) {
|
| 359 |
+
$this->migrationQueries = $updater->getSqlQueriesToExecute();
|
| 360 |
+
}
|
| 361 |
+
return $this->migrationQueries;
|
| 362 |
+
}
|
| 363 |
+
|
| 364 |
+
private function makeUpdaterInstance()
|
| 365 |
+
{
|
| 366 |
+
$updater = new Updater();
|
| 367 |
+
|
| 368 |
+
$migrationQueryCount = count($this->getMigrationQueriesToExecute($updater));
|
| 369 |
+
$updater->addUpdateObserver(new CliUpdateObserver($this->getOutput(), $migrationQueryCount));
|
| 370 |
+
|
| 371 |
+
return $updater;
|
| 372 |
+
}
|
| 373 |
+
|
| 374 |
+
protected function writeAlertMessageWhenCommandExecutedWithUnexpectedUser()
|
| 375 |
+
{
|
| 376 |
+
if (SettingsServer::isWindows()) {
|
| 377 |
+
// does not work on windows
|
| 378 |
+
return;
|
| 379 |
+
}
|
| 380 |
+
|
| 381 |
+
$processUserAndGroup = Filechecks::getUserAndGroup();
|
| 382 |
+
$fileOwnerUserAndGroup = Filechecks::getOwnerOfPiwikFiles();
|
| 383 |
+
|
| 384 |
+
if (!$fileOwnerUserAndGroup || $processUserAndGroup == $fileOwnerUserAndGroup) {
|
| 385 |
+
// current process user/group appear to be same as the Matomo filesystem user/group -> OK
|
| 386 |
+
return;
|
| 387 |
+
}
|
| 388 |
+
$this->getOutput()->writeln(
|
| 389 |
+
sprintf("<comment>%s</comment>", Piwik::translate('CoreUpdater_ConsoleUpdateUnexpectedUserWarning', [
|
| 390 |
+
$processUserAndGroup,
|
| 391 |
+
$fileOwnerUserAndGroup,
|
| 392 |
+
Filechecks::getCommandToChangeOwnerOfPiwikFiles(),
|
| 393 |
+
]))
|
| 394 |
+
);
|
| 395 |
+
}
|
| 396 |
+
}
|
plugins/CoreUpdater/Commands/Update/CliUpdateObserver.php
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\Commands\Update;
|
| 11 |
+
|
| 12 |
+
use Piwik\Updater\Migration;
|
| 13 |
+
use Piwik\Updater\UpdateObserver;
|
| 14 |
+
use Symfony\Component\Console\Output\OutputInterface;
|
| 15 |
+
|
| 16 |
+
/**
|
| 17 |
+
* UpdateObserver used to output progress of an update initiated on the command line. Prints the currently
|
| 18 |
+
* executing query and the total number of queries to run.
|
| 19 |
+
*
|
| 20 |
+
* @package CoreUpdater
|
| 21 |
+
*/
|
| 22 |
+
class CliUpdateObserver extends UpdateObserver
|
| 23 |
+
{
|
| 24 |
+
/**
|
| 25 |
+
* @var OutputInterface
|
| 26 |
+
*/
|
| 27 |
+
private $output;
|
| 28 |
+
|
| 29 |
+
/**
|
| 30 |
+
* @var int
|
| 31 |
+
*/
|
| 32 |
+
private $totalMigrationQueryCount;
|
| 33 |
+
|
| 34 |
+
/**
|
| 35 |
+
* @var int
|
| 36 |
+
*/
|
| 37 |
+
private $currentMigrationQueryExecutionCount = 0;
|
| 38 |
+
|
| 39 |
+
public function __construct(OutputInterface $output, $totalMigrationQueryCount)
|
| 40 |
+
{
|
| 41 |
+
$this->output = $output;
|
| 42 |
+
$this->totalMigrationQueryCount = $totalMigrationQueryCount;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
public function onStartExecutingMigration($updateFile, Migration $migration)
|
| 46 |
+
{
|
| 47 |
+
$string = $migration->__toString();
|
| 48 |
+
$this->output->write(" Executing <comment>$string</comment>... ");
|
| 49 |
+
|
| 50 |
+
++$this->currentMigrationQueryExecutionCount;
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
public function onFinishedExecutingMigration($updateFile, Migration $migration)
|
| 54 |
+
{
|
| 55 |
+
$this->output->writeln("Done. <info>[{$this->currentMigrationQueryExecutionCount} / {$this->totalMigrationQueryCount}]</info>");
|
| 56 |
+
}
|
| 57 |
+
}
|
plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.php
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\Diagnostic;
|
| 11 |
+
|
| 12 |
+
use Piwik\Config\GeneralConfig;
|
| 13 |
+
use Piwik\Http;
|
| 14 |
+
use Piwik\Plugins\Diagnostics\Diagnostic\Diagnostic;
|
| 15 |
+
use Piwik\Plugins\Diagnostics\Diagnostic\DiagnosticResult;
|
| 16 |
+
use Piwik\Translation\Translator;
|
| 17 |
+
use Piwik\Url;
|
| 18 |
+
|
| 19 |
+
/**
|
| 20 |
+
* Check if an update via HTTPS is possible
|
| 21 |
+
*/
|
| 22 |
+
class HttpsUpdateCheck implements Diagnostic
|
| 23 |
+
{
|
| 24 |
+
/**
|
| 25 |
+
* @var Translator
|
| 26 |
+
*/
|
| 27 |
+
private $translator;
|
| 28 |
+
|
| 29 |
+
public function __construct(Translator $translator)
|
| 30 |
+
{
|
| 31 |
+
$this->translator = $translator;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
public function execute()
|
| 35 |
+
{
|
| 36 |
+
$faqLink = [
|
| 37 |
+
Url::getExternalLinkTag('https://matomo.org/faq/faq-how-to-disable-https-for-matomo-org-and-api-matomo-org-requests'),
|
| 38 |
+
'</a>',
|
| 39 |
+
];
|
| 40 |
+
$label = $this->translator->translate('Installation_SystemCheckUpdateHttps');
|
| 41 |
+
|
| 42 |
+
if (GeneralConfig::getConfigValue('force_matomo_http_request') == 1) {
|
| 43 |
+
// If the config option to force http is enabled then show 'not recommended' message
|
| 44 |
+
$comment = $this->translator->translate('Installation_MatomoHttpRequestConfigInfo', $faqLink);
|
| 45 |
+
return [DiagnosticResult::singleResult($label, DiagnosticResult::STATUS_INFORMATIONAL, $comment)];
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
if (!Http::isUpdatingOverHttps()) {
|
| 49 |
+
// https is not available, show error
|
| 50 |
+
$error = $this->translator->translate('Installation_MatomoHttpsNotSupported', $faqLink);
|
| 51 |
+
return [DiagnosticResult::singleResult($label, DiagnosticResult::STATUS_ERROR, $error)];
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
// Success, https is available
|
| 55 |
+
return [DiagnosticResult::singleResult($label, DiagnosticResult::STATUS_OK)];
|
| 56 |
+
}
|
| 57 |
+
}
|
plugins/CoreUpdater/ReleaseChannel/LatestBeta.php
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 11 |
+
|
| 12 |
+
use Piwik\Piwik;
|
| 13 |
+
use Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 14 |
+
|
| 15 |
+
class LatestBeta extends ReleaseChannel
|
| 16 |
+
{
|
| 17 |
+
public function getId()
|
| 18 |
+
{
|
| 19 |
+
return 'latest_beta';
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
public function getName()
|
| 23 |
+
{
|
| 24 |
+
return Piwik::translate('CoreUpdater_LatestBetaRelease');
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
public function doesPreferStable()
|
| 28 |
+
{
|
| 29 |
+
return false;
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
public function getOrder()
|
| 33 |
+
{
|
| 34 |
+
return 11;
|
| 35 |
+
}
|
| 36 |
+
}
|
plugins/CoreUpdater/ReleaseChannel/LatestCurrentBeta.php
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 11 |
+
|
| 12 |
+
use Piwik\Piwik;
|
| 13 |
+
use Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 14 |
+
use Piwik\Version;
|
| 15 |
+
|
| 16 |
+
class LatestCurrentBeta extends ReleaseChannel
|
| 17 |
+
{
|
| 18 |
+
public function getId()
|
| 19 |
+
{
|
| 20 |
+
// NOTE: using Version::VERSION instead of Version::MAJOR_VERSION since MAJOR_VERSION may not exist when
|
| 21 |
+
// updating from pre 4.x to 4.x.
|
| 22 |
+
return 'latest_' . ((int) Version::VERSION) . 'x_beta';
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
public function getName()
|
| 26 |
+
{
|
| 27 |
+
return Piwik::translate('CoreUpdater_LatestXBetaRelease', ((int) Version::VERSION) . '.X');
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
public function getDescription()
|
| 31 |
+
{
|
| 32 |
+
return Piwik::translate('CoreUpdater_LtsSupportVersion');
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
public function doesPreferStable()
|
| 36 |
+
{
|
| 37 |
+
return false;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
public function getOrder()
|
| 41 |
+
{
|
| 42 |
+
return 21;
|
| 43 |
+
}
|
| 44 |
+
}
|
plugins/CoreUpdater/ReleaseChannel/LatestCurrentStable.php
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 11 |
+
|
| 12 |
+
use Piwik\Piwik;
|
| 13 |
+
use Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 14 |
+
use Piwik\Version;
|
| 15 |
+
|
| 16 |
+
class LatestCurrentStable extends ReleaseChannel
|
| 17 |
+
{
|
| 18 |
+
public function getId()
|
| 19 |
+
{
|
| 20 |
+
// NOTE: using Version::VERSION instead of Version::MAJOR_VERSION since MAJOR_VERSION may not exist when
|
| 21 |
+
// updating from pre 4.x to 4.x.
|
| 22 |
+
return 'latest_' . ((int) Version::VERSION) . 'x_stable';
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
public function getName()
|
| 26 |
+
{
|
| 27 |
+
return Piwik::translate('CoreUpdater_LatestXStableRelease', ((int) Version::VERSION) . '.X');
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
public function getDescription()
|
| 31 |
+
{
|
| 32 |
+
return Piwik::translate('CoreUpdater_LtsSupportVersion');
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
public function getOrder()
|
| 36 |
+
{
|
| 37 |
+
return 20;
|
| 38 |
+
}
|
| 39 |
+
}
|
plugins/CoreUpdater/ReleaseChannel/LatestPreview.php
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 11 |
+
|
| 12 |
+
use Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 13 |
+
|
| 14 |
+
class LatestPreview extends ReleaseChannel
|
| 15 |
+
{
|
| 16 |
+
public function getId()
|
| 17 |
+
{
|
| 18 |
+
return 'latest_preview';
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
public function getName()
|
| 22 |
+
{
|
| 23 |
+
return 'latest_preview';
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
public function doesPreferStable()
|
| 27 |
+
{
|
| 28 |
+
return false;
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
public function getOrder()
|
| 32 |
+
{
|
| 33 |
+
return 30;
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
public function isSelectableInSettings(): bool
|
| 37 |
+
{
|
| 38 |
+
return false;
|
| 39 |
+
}
|
| 40 |
+
}
|
plugins/CoreUpdater/ReleaseChannel/LatestStable.php
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/**
|
| 4 |
+
* Matomo - free/libre analytics platform
|
| 5 |
+
*
|
| 6 |
+
* @link https://matomo.org
|
| 7 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
| 8 |
+
*/
|
| 9 |
+
|
| 10 |
+
namespace Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 11 |
+
|
| 12 |
+
use Piwik\Piwik;
|
| 13 |
+
use Piwik\Plugins\CoreUpdater\ReleaseChannel;
|
| 14 |
+
|
| 15 |
+
class LatestStable extends ReleaseChannel
|
| 16 |
+
{
|
| 17 |
+
public function getId()
|
| 18 |
+
{
|
| 19 |
+
return 'latest_stable';
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
public function getName()
|
| 23 |
+
{
|
| 24 |
+
return Piwik::translate('CoreUpdater_LatestStableRelease');
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
public function getDescription()
|
| 28 |
+
{
|
| 29 |
+
return Piwik::translate('General_Recommended');
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
public function getOrder()
|
| 33 |
+
{
|
| 34 |
+
return 10;
|
| 35 |
+
}
|
| 36 |
+
}
|
plugins/CoreUpdater/javascripts/updateLayout.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
$(document).ready(function () {
|
| 2 |
+
$('#showSql').click(function (e) {
|
| 3 |
+
e.preventDefault();
|
| 4 |
+
$('.sqlQueries').toggle();
|
| 5 |
+
});
|
| 6 |
+
$('#upgradeCorePluginsForm').submit(function () {
|
| 7 |
+
$('input[type=submit]', this)
|
| 8 |
+
.prop('disabled', 'disabled')
|
| 9 |
+
.val($('#upgradeCorePluginsForm').data('updating'));
|
| 10 |
+
});
|
| 11 |
+
});
|
plugins/CoreUpdater/lang/am.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CriticalErrorDuringTheUpgradeProcess": "በማላቅ ሂደት ላይ ያጋጠመ ከባድ እንከን:",
|
| 4 |
+
"DatabaseUpgradeRequired": "የውሂብ ጎታ ማላቅ ያስፈልጋል",
|
| 5 |
+
"DownloadX": "አውርድ %s",
|
| 6 |
+
"ErrorDuringPluginsUpdates": "ተሰኪዎችን በማላቅ ሂደት ያጋጠሙ ስህተቶች:",
|
| 7 |
+
"HelpMessageContent": "የ %1$s ፒዊክን ኤፍ ኤ ኪው %2$s ይመልከቱ ምከነያቱም ባማላቀ ወቅት በጣም ተደጋጋሚ ለሆኑ ስህተቶች መልስ የሰጣልና %3$s የስርዓት አስተዳዳሪዎን ይጠይቁ - ከአገልጋይ ወይም ማይ ኤስ ኪው ኤል መዋቅር ጋር ተዛማጅነት ላላቸው ስህተቶች ርዳታ ሊያገኙ ይችላሉ",
|
| 8 |
+
"HelpMessageIntroductionWhenError": "ከላይ ያለው የስህተት ኮር መልእክት ነው። ምክንያቱን ለማስረዳት አጋዥ ሊሆን ይችላል ነገር ግን ተጨማሪ ርዳታ ከፈለጉ እባክዎ:",
|
| 9 |
+
"HelpMessageIntroductionWhenWarning": "ማላቁ በሚጋባ ተጠናቅቋል ቢሆንም በሂደቱ ላይ ችግሮች ነበሩ። ዝርዝር ከፈለጉ ከላይ የተቀመጡትን መግለጫዎች ያንቡ። ለተጨማሪ ርዳታ፡",
|
| 10 |
+
"InstallingTheLatestVersion": "አዲሱን ስሪት በመጫን ላይ",
|
| 11 |
+
"PiwikHasBeenSuccessfullyUpgraded": "ፒዊክን ማላቅ በተሳካ ሁኔታ ተጠናቋል!",
|
| 12 |
+
"PiwikUpdatedSuccessfully": "የፒዊክ ማላቅ ተሳክቷል!",
|
| 13 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "የፒዊክ የውሂብ ጎታዎ ከ %1$sስሪት ወደ %2$sስሪት ይልቃል.",
|
| 14 |
+
"TheFollowingPluginsWillBeUpgradedX": "የሚከተሉት ተሰኪዎችም ይልቃሉ: %s.",
|
| 15 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "የውሂብ ጎታ ማላቅ ሂደቱ ጥቂት ጊዜ ስለሚወስድ እባክዎ በትዕግስት ይጠብቁ",
|
| 16 |
+
"ThereIsNewVersionAvailableForUpdate": "ለማላቅ ዝግጁ የሆነ የፒዊክ ሰሪት አለ",
|
| 17 |
+
"UpdateAutomatically": "ራስሰር አልቅ",
|
| 18 |
+
"UpdateHasBeenCancelledExplanation": "ፒዊክ አንድ ጠቅ አርግ ማላቅ ተሰርዟል። ከላይ ያለውን የስህተት መልዕክት መጠገን ካልቻልክ ፒዊክን በእጅ እንድታልቅትመከራለህ። %1$s ለመጀመር የ %2$sማላቂያ ስነዳ %3$sተመልከት!",
|
| 19 |
+
"UpdateSuccessTitle": "ፒዊክን ማላቅ በተሳካ ሁኔታ ተጠናቋል!",
|
| 20 |
+
"UpdateTitle": "ፒዊክ › አልቅ",
|
| 21 |
+
"UpgradeComplete": "ማላቅ ተጠናቋል!",
|
| 22 |
+
"UpgradePiwik": "ፒዊክን አልቅ",
|
| 23 |
+
"VerifyingUnpackedFiles": "የተበተኑትን ፋይሎች በመበተን ላይ",
|
| 24 |
+
"WarningMessages": "የማስጠንቀቂያ መልዕክቶች:",
|
| 25 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "የሚከተሉትን ተሰኪዎች በራስሰር አቦዝነናል: %s",
|
| 26 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "ወደ ስሪት %s ራስሰር ማላቅ ወይም አካታቾቹን አውርዶ በጅ መጫን ይቻላል ይቻላል:",
|
| 27 |
+
"YourDatabaseIsOutOfDate": "የፒዊክ የውሂብ ጎታዎ ቀኑ ሰላለፈበት ከመቀጠልዎ በፊት ማላቅ ያስፈልገዋል"
|
| 28 |
+
}
|
| 29 |
+
}
|
plugins/CoreUpdater/lang/ar.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CriticalErrorDuringTheUpgradeProcess": "خطأ حرج أثناء عملية التحديث:",
|
| 4 |
+
"DatabaseUpgradeRequired": "تحديث قاعدة البيانات مطلوب",
|
| 5 |
+
"DownloadX": "تحميل %s",
|
| 6 |
+
"DownloadingUpdateFromX": "جاري تحميل التحديث من %s",
|
| 7 |
+
"EmptyDatabaseError": "قاعدة البيانات %s فارغة. يتوجب عليك تحرير أو إزالة ملف إعدادات Matomo.",
|
| 8 |
+
"ErrorDIYHelp": "إذا كنت مستخدماً محترفاً وواجهت خطأ في عملية الترقية:",
|
| 9 |
+
"ErrorDIYHelp_1": "قم بتحديد مصدر المشكلة وصححه (مثلاً: memory_limit أو max_execution_time)",
|
| 10 |
+
"ErrorDIYHelp_2": "نفذ باقي الاستعلامات في التحديث الذي فشل",
|
| 11 |
+
"ErrorDIYHelp_3": "قم بالتحديث اليدوي لجدول \\\"option\\\" في قاعدة بيانات Matomo معدلاً قيمة version_core إلى رقم الإصدار للتحديث الذي فشل تنفيذه",
|
| 12 |
+
"ErrorDIYHelp_4": "أعد تشغيل برنامج التحديث (من خلال المتصفح أو المحث) لمتابعة بقية التحديثات",
|
| 13 |
+
"ErrorDIYHelp_5": "أبلغ عن المشكلة (والحل) بحيث يمكن تحسين Matomo",
|
| 14 |
+
"ErrorDuringPluginsUpdates": "خطأ أثناء ترقية الإضافات:",
|
| 15 |
+
"ExceptionAlreadyLatestVersion": "إصدار Matomo المثبت لديك %s مُحدث.",
|
| 16 |
+
"ExceptionArchiveEmpty": "الملف المضغوط فارغ.",
|
| 17 |
+
"ExceptionArchiveIncompatible": "الملف المضغوط غير صالح: %s",
|
| 18 |
+
"ExceptionArchiveIncomplete": "الملف المضغوط ناقص: بعض الملفات مفقودة (مثلاً %s).",
|
| 19 |
+
"HelpMessageContent": "انظر %1$s الأسئلة الشائعة %2$s والتي تشرح أغلب الأخطاء الشائعة أثناء التحديث. %3$s اسأل مدير النظام لديك - قد يكونوا قادرين على المساعدة في الخطأ والذي قد يكون ناجماً عن إعدادات الملقم أو MySQL.",
|
| 20 |
+
"HelpMessageIntroductionWhenError": "الموضح أعلاه هو رسالة الخطأ الأساسية. يجب أن تكون قادرة على توضيح السبب، ولكنك إذا كنت في حاجة إلى مساعدة أكثر:",
|
| 21 |
+
"HelpMessageIntroductionWhenWarning": "تمت عملية التحديث بنجاح. على الرغم من ذلك، فهناك عدة أمور أثناء العملية. الرجاء قراءة الوصف أعلاه لمزيد من التفاصيل. لمزيد من المساعدة:",
|
| 22 |
+
"InstallingTheLatestVersion": "جاري تثبيت آخر إصدار",
|
| 23 |
+
"MajorUpdateWarning1": "هذه ترقية رئيسية وكبيرة! ستستغرق أطول من المعتاد.",
|
| 24 |
+
"NoteForLargePiwikInstances": "تنبيه هام لمواقع Matomo الكبير",
|
| 25 |
+
"PiwikHasBeenSuccessfullyUpgraded": "تم تحديث Matomo بنجاح!",
|
| 26 |
+
"PiwikUpdatedSuccessfully": "تم تحديث Matomo بنجاح!",
|
| 27 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "ستتم ترقية قاعدة بيانات Matomo من الإصدار %1$s إلى الإصدار الجديد %2$s.",
|
| 28 |
+
"ReadyToGo": "هل أنت مستعد؟",
|
| 29 |
+
"TheFollowingPluginsWillBeUpgradedX": "سيتم تحديث الإضافات التالية: %s.",
|
| 30 |
+
"TheUpgradeProcessMayFailExecuteCommand": "إذا كانت قاعدة بيانات Matomo كبيرة جداً، قد تستغرق عملية التحديث وقتاً طويلاً من خلال المتصفح. في هذه الحالة، يمكنك إجراء عملية التحديث من خلال أمر المحث التالي: %s",
|
| 31 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "قد تستغرق عملية التحديث بعض الوقت، لذ كن صبوراً.",
|
| 32 |
+
"ThereIsNewVersionAvailableForUpdate": "يوجد إصدار أحدث من Matomo",
|
| 33 |
+
"UnpackingTheUpdate": "جاري فك ضغط ملفات التحديث",
|
| 34 |
+
"UpdateAutomatically": "تحديث آلي",
|
| 35 |
+
"UpdateHasBeenCancelledExplanation": "تم إلغاء تحديث Matomo الآلي. إذا لم يكن في استطاعتك حل رسالة الخطأ الواردة أعلاه، فنوصي بالتحديث اليدوي لنظام Matomo. %1$s يرجى مراجعة %2$s مساعدة التحديث %3$s لتبدأ!",
|
| 36 |
+
"UpdateSuccessTitle": "تم تحديث Matomo بنجاح!",
|
| 37 |
+
"UpdateTitle": "تحديث",
|
| 38 |
+
"Updating": "التحديث",
|
| 39 |
+
"UpgradeComplete": "اكتملت عملية الترقية!",
|
| 40 |
+
"UpgradePiwik": "ترقية Matomo",
|
| 41 |
+
"VerifyingUnpackedFiles": "جاري تعريف الملفات",
|
| 42 |
+
"WarningMessages": "رسائل التحذير:",
|
| 43 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "لقد قمنا آلياً بتعطيل الإضافات التالية: %s",
|
| 44 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "يمكنك التحديث آلياً إلى الإصدار %s أو تحميلها على جهازك وتثبيتها يدوياً:",
|
| 45 |
+
"YourDatabaseIsOutOfDate": "قاعدة بيانات Matomo غير مُحدَّثَة، ويجب ترقيتها قبل أن تتمكن من المتابعة."
|
| 46 |
+
}
|
| 47 |
+
}
|
plugins/CoreUpdater/lang/az.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
plugins/CoreUpdater/lang/be.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CriticalErrorDuringTheUpgradeProcess": "Крытычная памылка падчас абнаўлення:",
|
| 4 |
+
"DatabaseUpgradeRequired": "Патрабуецца абнаўленне базы дадзеных",
|
| 5 |
+
"DownloadX": "Запампаваць %s",
|
| 6 |
+
"DownloadingUpdateFromX": "Запампоўка абнаўленняў %s",
|
| 7 |
+
"EmptyDatabaseError": "База дадзеных %s пустая. Вам неабходна кіраваць уручную ці выдаліць файл канфігурацыі Matomo.",
|
| 8 |
+
"ErrorDIYHelp": "Калі вы дасведчаны карыстач і сутыкнуліся з памылкай у абнаўленні базы дадзеных:",
|
| 9 |
+
"ErrorDIYHelp_1": "выявіце і выправіце крыніцу праблемы (e.g., memory_limit or max_execution_time)",
|
| 10 |
+
"ErrorDIYHelp_2": "выканаце астатнія запыты ў абнаўленне, якое не атрымалася",
|
| 11 |
+
"ErrorDIYHelp_3": "ўручную абнавіце `option` табліцу ў базе дадзеных Matomo, усталёўваючы значэнне version_core на версію няўдалага абнаўлення",
|
| 12 |
+
"ErrorDIYHelp_4": "паўторна запусціце абнаўленне (праз браўзэр або камандны радок), каб працягнуць астатнія абнаўленні",
|
| 13 |
+
"ErrorDIYHelp_5": "паведаміце аб гэтай праблеме (і рашэнні), каб палепшыць Matomo",
|
| 14 |
+
"ErrorDuringPluginsUpdates": "Памылка падчас абнаўлення плагіна:",
|
| 15 |
+
"ExceptionAlreadyLatestVersion": "Ваш версія Matomo %s ў актуальным стане.",
|
| 16 |
+
"ExceptionArchiveEmpty": "Пусты архіў.",
|
| 17 |
+
"ExceptionArchiveIncompatible": "Несумяшчальны архіў: %s",
|
| 18 |
+
"ExceptionArchiveIncomplete": "Архіў з'яўляецца няпоўным: некаторыя файлы адсутнічаюць (напр.,%s).",
|
| 19 |
+
"HelpMessageContent": "Праверце %1$s Matomo FAQ %2$s, у якім тлумачыцца большасць вядомых памылак, якія могуць здарыцца падчас абнаўлення. %3$s Звернецеся да сістэмнага адміністратара - ён можа дапамагчы Вам з рашэннем праблемы на серверы ці з наладамі MySQL.",
|
| 20 |
+
"HelpMessageIntroductionWhenError": "Вышэй падаецца код памылкі ядра сістэмы. Ён дапаможа Вам растлумачыць чыннік памылкі, але калі ж Вам неабходна дадатковая дапамога, калі ласка:",
|
| 21 |
+
"HelpMessageIntroductionWhenWarning": "Абнаўленне завершана паспяхова, аднак падчас паўстала некалькі папярэджанняў. Калі ласка, прачытайце нататкі ніжэй. Для дадатковай дапамогі:",
|
| 22 |
+
"InstallingTheLatestVersion": "Усталёўка апошняй версіі",
|
| 23 |
+
"NoteForLargePiwikInstances": "Важныя заўвагі для буйных усталёвак Matomo",
|
| 24 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo паспяхова абноўлены!",
|
| 25 |
+
"PiwikUpdatedSuccessfully": "Matomo абноўлены паспяхова!",
|
| 26 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo база будзе абноўлена з версіі %1$s да версіі %2$s.",
|
| 27 |
+
"ReadyToGo": "Гатовы пачаць?",
|
| 28 |
+
"TheFollowingPluginsWillBeUpgradedX": "Наступныя плагіны будуць абноўлены: %s.",
|
| 29 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Калі ў вас вялікая база дадзеных Matomo, абнаўленне можа заняць шмат часу для працы ў браўзэры. У гэтай сітуацыі, вы можаце выконваць абнаўлення з каманднага радка: %s",
|
| 30 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Абнаўленне базы дадзеных можа заняць некаторы час, пачакайце трохі.",
|
| 31 |
+
"ThereIsNewVersionAvailableForUpdate": "Даступная новая версія Matomo",
|
| 32 |
+
"UnpackingTheUpdate": "Распакаванне абнаўленняў",
|
| 33 |
+
"UpdateAutomatically": "Абнавіць аўтаматычна",
|
| 34 |
+
"UpdateHasBeenCancelledExplanation": "Matomo One Click Update адменены. Калі Вы не можаце выправіць вышэйапісаныя памылкі, рэкамендуецца абнавіць Matomo уручную. %1$s Калі ласка, праверце %2$sдокументацію абнаўленні%3$s для тона, каб пач��ць!",
|
| 35 |
+
"UpdateSuccessTitle": "Matomo паспяхова абноўлены!",
|
| 36 |
+
"UpdateTitle": "Абнаўленне",
|
| 37 |
+
"UpgradeComplete": "Абнаўленне завершана!",
|
| 38 |
+
"UpgradePiwik": "Абнавіць Matomo",
|
| 39 |
+
"VerifyingUnpackedFiles": "Правяраю распакаваныя файлы",
|
| 40 |
+
"WarningMessages": "Папярэджанні:",
|
| 41 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Наступныя плагіны аўтаматычна дэактываваны: %s",
|
| 42 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Вы можаце абнавіцца да версіі %s аўтаматычна ці запампаваць усталявальны пакет і ўручную ўсталяваць яго:",
|
| 43 |
+
"YourDatabaseIsOutOfDate": "Тэрмін дзеяння Вашай Matomo базы мінуў, Вам трэба яе абнавіць для працягу."
|
| 44 |
+
}
|
| 45 |
+
}
|
plugins/CoreUpdater/lang/bg.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Всичко вече е актуализирано.",
|
| 4 |
+
"CheckingForPluginUpdates": "Проверка за нови актуализации на плъгини",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Щракнете тук, за да видите и да копирате листата с SQL заявките и командите в конзолата, които ще бъдат изпълнени",
|
| 6 |
+
"CloudHosting": "Хостинг в облака",
|
| 7 |
+
"ConsoleCommandDescription": "Задейства надстройки. Използвайте го, след като ядрото на Matomo или други файлове на плъгини бъдат актуализирани. Добавете --yes за надстройка без потвърждение.",
|
| 8 |
+
"ConsoleParameterDescription": "Директно изпълнете актуализацията, без да искате потвърждение",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Започваме процеса на надграждане на базата данни сега. Това може да отнеме известно време, така че бъдете търпеливи.",
|
| 10 |
+
"ConsoleUpdateFailure": "Matomo не може да бъде актуализиран! Вижте по-горе за повече информация.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Забележка: Няма SQL заявки или конзолни команди за изпълнение.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Изглежда, че сте изпълнили тази актуализация с потребител %1$s, докато Вашите Matomo файлове са собственост на %2$s.\n\nЗа да сте сигурни, че файловете Matomo са четими от правилния потребител, може да се наложи да изпълните следната команда (или подобна команда в зависимост от конфигурацията на Вашия сървър):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Конвертиране на база данни в UTF8mb4 набор от знаци",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Открита е КРИТИЧНА грешка по време на обновяването:",
|
| 15 |
+
"DatabaseUpgradeRequired": "Необходимо е да се обнови базата от данни (БД)",
|
| 16 |
+
"DbUpgradeNotExecuted": "Надстройката на базата данни не е извършена.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Деактивиране на несъвместими плъгини: %s",
|
| 18 |
+
"DownloadX": "Изтегляне %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Изтегляне на обновлението от %s",
|
| 20 |
+
"DryRun": "Забележка: това е сух опит",
|
| 21 |
+
"DryRunEnd": "Край на сухия опит",
|
| 22 |
+
"EmptyDatabaseError": "Базата от данни (БД) %s е празна. Трябва да редактирате или изтриете конфигурационният файл на Matomo.",
|
| 23 |
+
"ErrorDIYHelp": "Ако сте напреднал потребител и попаднете на грешка при обновяване на базата от данни (БД):",
|
| 24 |
+
"ErrorDIYHelp_1": "открийте и редактирайте в конфигурационния файл (например, memory_limit или max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "изпълни останалите заявки за обновяване от това поле",
|
| 26 |
+
"ErrorDIYHelp_3": "опцията `ръчно обновяване` на таблиците в Matomo базата от данни (БД), определяне на стойността на version_core на версията на провалилота се актуализация",
|
| 27 |
+
"ErrorDIYHelp_4": "повторно стартирайте обновлението (чрез браузъра или от командния ред) за да продължите с останалите обновления",
|
| 28 |
+
"ErrorDIYHelp_5": "изпратете този проблем и\\/или решение на Matomo екипа, за да може продуктът да бъде подобрен",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Грешка по време на актуализации на плъгини:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Тази версия %s на Matomo е актуална.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Празен архив.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Несъвместим архив: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "Несъвместим архив: някои файлове липсват (например %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Някои папки не позволяват записване. Моля, уверете се, че следните папки позволяват това и опитайте отново: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "Изисква се надстройка на базата данни. Да се изпълни ли надстройката?",
|
| 36 |
+
"FeedbackRequest": "Не се колебайте да споделите вашите идеи и предложения с екипа на Matomo тук:",
|
| 37 |
+
"HelpMessageContent": "Проверете %1$s Често Задавани Въпроси (ЧЗВ) %2$s , където са обяснени възможните грешки по време на обновяването. %3$s Посъветвайте се с вашия системен администратор - те са в състояние да ви помогнат с грешка, която най-вероятно е свързана със сървъра или MySQL настройка.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "Открита е грешка в ядрото на Matomo. Ако имате нужда от допълнителна помощ моля обърнете се към нашия форум и/или прочетете документацията:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "Актуализацията приключи успешно, но бяха открити грешки по време на процеса. Моля, прочетете документацията за допълнителна информация:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Ако управлявате сървър Matomo с голям трафик, препоръчваме %1$s за момент да деактивирате проследяването на посетители и да поставите потребителския интерфейс на Matomo в режим на поддръжка %2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Забележка: някои плъгини не са съвместими с Matomo %s. Ще ги актуализираме, ако има актуализация на Marketplace, в противен случай ще ги деактивираме, когато надстроите:",
|
| 42 |
+
"InstallingTheLatestVersion": "Инсталиране на последната версия",
|
| 43 |
+
"LatestBetaRelease": "Най-новата бета версия",
|
| 44 |
+
"LatestStableRelease": "Най-новата стабилна версия",
|
| 45 |
+
"LatestXBetaRelease": "Най-новата бета версия %s",
|
| 46 |
+
"LatestXStableRelease": "Най-новата стабилна %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "За сведение: това са SQL заявките и конзолните команди, които ще бъдат изпълнени за надграждане на Вашата база данни до Matomo %s",
|
| 48 |
+
"LtsSupportVersion": "Версия за дългосрочна поддръжка",
|
| 49 |
+
"MajorUpdateWarning1": "Това е основна актуализация! Това ще отнеме малко повече от обичайното.",
|
| 50 |
+
"MajorUpdateWarning2": "Следният съвет е особено важен за големи инсталации.",
|
| 51 |
+
"NeedHelpUpgrading": "Нуждаете се от помощ за обновяване на Matomo?",
|
| 52 |
+
"NeedHelpUpgradingText": "Ако имате нужда от поддръжка, за да надстроите Вашето Matomo, създателите на Matomo са тук, за да Ви помогнат да направите надстройката на Matomo успешна и да предоставят всички инструкции, най-добри практики и текуща поддръжка. %1$sСвържете се с експертите на Matomo, за да започнете безопасното надграждане на Matomo.%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Важна бележка за големи Matomo инсталации",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Кликнете тук, за да обновите вашите плъгини:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Кликнете тук, за да обновите Вашите теми (изглед):",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "Налична е нова Matomo версия %s",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Налични актуализации за Вашите плъгини за Matomo",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo успешно е обновен!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Обновлението на Matomo завърши успешно!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo базата от данни (БД) ще бъде обновена от %1$s версия към %2$s.",
|
| 61 |
+
"PostUpdateMessage": "Matomo винаги ще бъде безплатен за изтегляне и използване, но се нуждае от Вашата постоянна подкрепа, за да расте и да се подобрява.",
|
| 62 |
+
"PostUpdateSupport": "Ако имате нужда от помощ при използването на Matomo, можете да получите подкрепа от създателите му:",
|
| 63 |
+
"ReadyToGo": "Готови ли сте?",
|
| 64 |
+
"ReceiveEmailBecauseIsSuperUser": "Получавате този имейл, защото сте супер потребител на Matomo на адрес: %s",
|
| 65 |
+
"ServicesSupport": "Услуги и поддръжка",
|
| 66 |
+
"SkipCacheClear": "Пропускане на изчистването на кеша.",
|
| 67 |
+
"SkipCacheClearDesc": "Пропуска изчистването на кеша преди актуализиране. Това е полезно само ако можете да се уверите, че екземпляри, изпълняващи тази команда, все още не са създали кеш и ако изчистването на кеша за много акаунти в Matomo може да се превърне в пречка.",
|
| 68 |
+
"ThankYouUpdatePiwik": "Благодарим Ви, че използвате Matomo и го поддържате актуален!",
|
| 69 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Следните размери ще бъдат актуализирани: %s.",
|
| 70 |
+
"TheFollowingPluginsWillBeUpgradedX": "Следните плъгини ще бъдат актуализирани: %s.",
|
| 71 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Ако имате голяма Matomo база данни, актуализирането и може да отнеме прекалено много време, ако я стартирате през Вашият браузър. В този случай, можете да извършите актуализацията чрез команден ред: %s",
|
| 72 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Обновяването на базата от данни (БД) отнема известно време! Бъдете търпеливи...",
|
| 73 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Някои плъгини, които използвате, са актуализирани на Marketplace:",
|
| 74 |
+
"ThereIsNewVersionAvailableForUpdate": "Има нова версия на Matomo, можете да обновите",
|
| 75 |
+
"TheseCommandsWillBeExecuted": "Ще бъдат изпълнени тези конзолни команди:",
|
| 76 |
+
"TheseSqlQueriesWillBeExecuted": "Тези SQL заявки ще бъдат изпълнени:",
|
| 77 |
+
"TriggerDatabaseConversion": "Задейства преобразуване на база данни във фонов режим",
|
| 78 |
+
"UnpackingTheUpdate": "Разархивиране на обновлението",
|
| 79 |
+
"UpdateAutomatically": "Обновете автоматично",
|
| 80 |
+
"UpdateErrorTitle": "Грешка при актуализиране",
|
| 81 |
+
"UpdateHasBeenCancelledExplanation": "Автоматичното обновяване на Matomo е отказано. Опитайте отново! Ако не успеете автоматично да обновите Matomo, опитайте ръчно. %1$s Моля прочетете %2$s документацията %3$s и продължете!",
|
| 82 |
+
"UpdateLog": "Дневник на актуализациите",
|
| 83 |
+
"UpdateSuccessTitle": "Matomo успешно е обновен!",
|
| 84 |
+
"UpdateTitle": "Обновления",
|
| 85 |
+
"UpdateUsingHttpsFailed": "Изтеглянето на най-новата версия на Matomo през защитена HTTPS връзка не беше успешно поради следната грешка:",
|
| 86 |
+
"UpdateUsingHttpsFailedHelp": "Защо се провали? Изтеглянето на най-новата версия на Matomo (през защитена HTTPS връзка) може да се провали по различни причини, например поради мрежова грешка, бавна скорост на мрежата или грешна системна конфигурация. Имайте предвид, че това може също да означава, че Вашият сървър е цел на MITM атака и някой се опитва да замени актуализацията със злонамерена версия на Matomo.",
|
| 87 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Препоръчително е да опитате повторно изтеглянето, като използвате защитената HTTPS връзка, тъй като тя предотвратява MITM атаки.",
|
| 88 |
+
"Updating": "Актуализиране",
|
| 89 |
+
"UpdatingPluginXToVersionY": "Актуализиране на плъгин %1$s до версия %2$s",
|
| 90 |
+
"UpgradeComplete": "Обновяването приключи!",
|
| 91 |
+
"UpgradePiwik": "Обновете Matomo",
|
| 92 |
+
"UsingHttp": "използвайки незащитената HTTP връзка",
|
| 93 |
+
"UsingHttps": "използване на защитената HTTPS връзка (препоръчително)",
|
| 94 |
+
"Utf8mb4ConversionHelp": "Вашата база данни в момента не използва utf8mb4 набор от знаци. Това прави невъзможно съхраняването на 4-байтови знаци, като емоджи, по-рядко срещани знаци от азиатски езици, различни исторически писмености или математически символи. Те в момента са заменени с %1$s.<br><br>Вашата база данни поддържа набора от знаци utf8mb4 и би било възможно да го конвертирате.<br><br>Ако можете да изпълнявате конзолни команди, препоръчваме да използвате тази команда: %2$s<br><br>Алтернативно можете да активирате преобразуването тук. След това ще се задейства автоматично като планирана задача на заден план.<br><br>Внимание: Преобразуването на базата данни може да отнеме до няколко часа в зависимост от размера на базата данни. Тъй като проследяването може да не работи по време на този процес, не препоръчваме да използвате тригера за по-големи инсталации.<br><br>Можете да намерите повече информация по тази тема в тези %3$sЧесто задавани въпроси%4$s.",
|
| 95 |
+
"VerifyingUnpackedFiles": "Проверка на разархивираните файлове",
|
| 96 |
+
"ViewVersionChangelog": "Вижте списъка на промените за тази версия:",
|
| 97 |
+
"WarningMessages": "Предупредителни съобщения:",
|
| 98 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Автоматично деактивирахме следните плъгини: %s",
|
| 99 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Можете да обновите автоматично към версия %s или да изтеглите обновлението и инсталирате ръчно:",
|
| 100 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo не може да презапише текущата Ви инсталация. Можете или да коригирате разрешенията за директория/файл, или да изтеглите пакета и да инсталирате версия %s ръчно:",
|
| 101 |
+
"YourDatabaseIsOutOfDate": "Базата от данни (БД) на Matomo е остаряла. Трябва да обновите преди да продължите нататък."
|
| 102 |
+
}
|
| 103 |
+
}
|
plugins/CoreUpdater/lang/bn.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"Updating": "আপডেট করা"
|
| 4 |
+
}
|
| 5 |
+
}
|
plugins/CoreUpdater/lang/bs.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"DownloadX": "Preuzmi %s",
|
| 4 |
+
"ExceptionArchiveEmpty": "Prazna arhiva",
|
| 5 |
+
"ExceptionArchiveIncompatible": "Nekompatibilna arhiva: %s"
|
| 6 |
+
}
|
| 7 |
+
}
|
plugins/CoreUpdater/lang/ca.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Ja està tot al dia.",
|
| 4 |
+
"CheckingForPluginUpdates": "S'estan buscant noves actualitzacions de connectors",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Feu clic aquí per veure i copiar la llista de consultes SQL i comandes de consola que s'executaran",
|
| 6 |
+
"CloudHosting": "Allotjament al núvol",
|
| 7 |
+
"ConsoleCommandDescription": "Engega les actualitzacions. Utilitzeu-lo després que el nucli de Matomo o qualsevol fitxer del connector s'hagi actualitzat. Afegiu --yes per actualitzar sense confirmació.",
|
| 8 |
+
"ConsoleParameterDescription": "Executeu l'actualització directament sense demanar confirmació",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "S'està iniciant el procés d'actualització de la base de dades ara. Això pot trigar una mica, així que tingueu paciència.",
|
| 10 |
+
"ConsoleUpdateFailure": "No s'ha pogut actualitzar Matomo! Vegeu més amunt per obtenir més informació.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Nota: no hi ha consultes SQL ni comandes de consola per executar.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Sembla que heu executat aquesta actualització amb l'usuari %1$s, mentre que els vostres fitxers Matomo són propietat de %2$s. \n\nPer assegurar que els fitxers Matomo siguin llegibles per l'usuari correcte, és possible que hàgiu d'executar l'ordre següent (o una ordre similar en funció de la configuració del vostre servidor):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Converteix la base de dades a codificació UTF8mb4",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Error crític durant el procés d'actualització:",
|
| 15 |
+
"DatabaseUpgradeRequired": "Cal actualitzar la base de dades",
|
| 16 |
+
"DbUpgradeNotExecuted": "L'actualització de la base de dades no s'ha executat.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "S'estan desactivant els connectors incompatibles: %s",
|
| 18 |
+
"DownloadX": "Descarrega %s",
|
| 19 |
+
"DownloadingUpdateFromX": "S'està descarregant l'actualització de %s",
|
| 20 |
+
"DryRun": "Nota: això és un assaig",
|
| 21 |
+
"DryRunEnd": "Final de l'assaig",
|
| 22 |
+
"EmptyDatabaseError": "La base de dades %s està buida. Heu d'editar o esborrar el fitxer de configuració del Matomo.",
|
| 23 |
+
"ErrorDIYHelp": "Si sou un usuari avançat i trobeu un error en l'actualització de la base de dades:",
|
| 24 |
+
"ErrorDIYHelp_1": "identifiqueu i corregiu l'origen de l'error (per exemple: memory_limit o max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "executeu les consultes restants a l'actualització que ha fallat",
|
| 26 |
+
"ErrorDIYHelp_3": "actualitzeu manualment la taula `option' a la vostra base de dades Matomo, establint el valor de version_core a la versió de l'actualització fallida",
|
| 27 |
+
"ErrorDIYHelp_4": "torneu a executar l'actualitzador (a través del navegador o de la línia de comandes) per continuar amb les actualitzacions restants",
|
| 28 |
+
"ErrorDIYHelp_5": "informeu sobre el problema (i la solució) per tal de millorar Matomo",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Error durant les actualitzacions del connector:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "La vostra versió de Matomo %s està actualitzada.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Arxiu buit.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Arxiu incompatible: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "L'arxiu és incomplet: manquen alguns fitxers (per exemple %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Algunes carpetes no es poden escriure. Assegureu-vos que les carpetes següents es poden escriure i torneu-ho a provar: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "Es requereix una actualització de la base de dades. Vols executar l'actualització?",
|
| 36 |
+
"FeedbackRequest": "No dubteu a compartir les vostres idees i suggeriments amb l'equip de Matomo aquí:",
|
| 37 |
+
"HelpMessageContent": "Consulteu les FAQ de %1$s Matomo %2$s que explica els errors més comuns durant l'actualització. %3$s Pregunteu al vostre administrador del sistema; és possible que us puguin ajudar amb l'error que probablement estigui relacionat amb el vostre servidor o la configuració de MySQL.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "L'anterior és el missatge d'error bàsic. Hauria d'ajudar a explicar la causa, però si necessiteu més ajuda, si us plau:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "La actualització s'ha completat amb èxit, però hi ha hagut alguns problemes durant el procés. Si us plau, llegiu les descripcions que hi ha a sobre per a saber més detalls. Si voleu més informació:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Si gestioneu un servidor Matomo d'alt trànsit, us recomanem que %1$s desactiveu momentàniament el seguiment de visitants i que poseu la interfície d'usuari de Matomo en mode de manteniment%2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Nota: alguns connectors no són compatibles amb Matomo %s. Els actualitzarem si hi ha una actualització al Marketplace, en cas contrari els desactivarem quan actualitzeu:",
|
| 42 |
+
"InstallingTheLatestVersion": "S'està instal·lant la darrera versió",
|
| 43 |
+
"LatestBetaRelease": "Darrera versió beta",
|
| 44 |
+
"LatestStableRelease": "Última versió estable",
|
| 45 |
+
"LatestXBetaRelease": "Darrera beta %s",
|
| 46 |
+
"LatestXStableRelease": "Darrera versió estable %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "FYI: aquestes són les consultes SQL i les comandes de la consola que s'executaran per actualitzar la vostra base de dades a Matomo %s",
|
| 48 |
+
"LtsSupportVersion": "Versió de suport a llarg termini",
|
| 49 |
+
"MajorUpdateWarning1": "Es tracta d'una actualització major! Trigarà més que de costum.",
|
| 50 |
+
"MajorUpdateWarning2": "El consell següent és especialment important per a instal·lacions grans.",
|
| 51 |
+
"NeedHelpUpgrading": "Necessites ajuda per actualitzar Matomo?",
|
| 52 |
+
"NeedHelpUpgradingText": "Si necessiteu assistència per actualitzar el vostre Matomo, els creadors de Matomo estan aquí per ajudar-vos a fer que l'actualització de Matomo sigui un èxit i proporcionar-vos totes les instruccions, bones pràctiques i suport permanent. %1$sContacteu amb els experts de Matomo per començar a actualitzar el vostre Matomo de manera segura.%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Notes importants per a grans instal·lacions de Matomo",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Feu clic aquí per actualitzar els vostres connectors ara:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Feu clic aquí per actualitzar els vostres temes ara:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "Disponible la nova versió %s de Matomo",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Actualitzacions disponibles per als vostres connectors de Matomo",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo s'ha actualitzat correctament!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "El Matomo s'ha actualitzat correctament!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "La base de dades de Matomo s'actualitzarà de la versió %1$s a la nova versió %2$s.",
|
| 61 |
+
"PostUpdateMessage": "Matomo sempre es podrà descarregar i utilitzar gratuïtament, però necessita el vostre suport continuat per créixer i millorar.",
|
| 62 |
+
"PostUpdateSupport": "Si necessiteu ajuda amb Matomo, podeu obtenir suport dels seus creadors:",
|
| 63 |
+
"ReactivatedPlugins": "Complements reactivats: %1$s",
|
| 64 |
+
"ReadyToGo": "Preparat?",
|
| 65 |
+
"ReceiveEmailBecauseIsSuperUser": "Rebeu aquest correu electrònic perquè sou un superusuari de Matomo a: %s",
|
| 66 |
+
"ServicesSupport": "Serveis i Suport",
|
| 67 |
+
"SkipCacheClear": "S'ha omès esborrar les memòries cau.",
|
| 68 |
+
"SkipCacheClearDesc": "Omet l'esborrament de la memòria cau abans d'actualitzar. Això només és útil si podeu assegurar-vos que les instàncies que executen aquesta ordre encara no han creat una memòria cau, i si esborrar la memòria cau per a molts comptes de Matomo es pot convertir en un coll d'ampolla.",
|
| 69 |
+
"ThankYouUpdatePiwik": "Gràcies per utilitzar Matomo i mantenir-lo actualitzat!",
|
| 70 |
+
"TheFollowingDimensionsWillBeUpgradedX": "S'actualitzaran les dimensions següents: %s.",
|
| 71 |
+
"TheFollowingPluginsWillBeUpgradedX": "S'actualitzaran els connectors següents: %s.",
|
| 72 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Si teniu a Matomo una base de dades molt gran les actualitzacions poden trigar molt a executar-se al navegador. En aquesta situació podeu executar les actualitzacions des de la vostra línia de comandes: %s",
|
| 73 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "El procés d'actualització de la base de dades pot trigar una mica, tingueu paciència.",
|
| 74 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Alguns connectors que feu servir s'han actualitzat al Marketplace:",
|
| 75 |
+
"ThereIsNewVersionAvailableForUpdate": "Hi ha una nova versió de Matomo disponible per actualitzar",
|
| 76 |
+
"TheseCommandsWillBeExecuted": "Aquestes ordres de consola s'executaran:",
|
| 77 |
+
"TheseSqlQueriesWillBeExecuted": "S'executarà aquestes consultes SQL:",
|
| 78 |
+
"TriggerDatabaseConversion": "Activa la conversió de la base de dades en segon pla",
|
| 79 |
+
"UnpackingTheUpdate": "Desempaquetant l'actualització",
|
| 80 |
+
"UpdateAutomatically": "Actualitza automàticament",
|
| 81 |
+
"UpdateDetailsHidden1": "Els detalls de l'actualització estan ocults per motius de seguretat. Per veure'ls:",
|
| 82 |
+
"UpdateDetailsHidden2": "Afegiu el %1$sparàmetre GET a l'URL (%2$s a %3$s), o",
|
| 83 |
+
"UpdateDetailsHidden3": "Executeu l'actualització mitjançant la línia d'ordres.",
|
| 84 |
+
"UpdateErrorTitle": "Error d'actualització",
|
| 85 |
+
"UpdateHasBeenCancelledExplanation": "L'actualització d'un clic de Matomo s'ha cancel·lat. Si no podeu solucionar el missatge d'error anterior, us recomanem que actualitzeu Matomo manualment. %1$s Consulteu la %2$sdocumentació d'actualització%3$s per començar!",
|
| 86 |
+
"UpdateLog": "Actualitzar el registre",
|
| 87 |
+
"UpdateSuccessTitle": "Matomo s'ha actualitzat correctament!",
|
| 88 |
+
"UpdateTitle": "Actualització",
|
| 89 |
+
"UpdateUsingHttpsFailed": "No s'ha pogut descarregar la darrera versió de Matomo mitjançant una connexió HTTPS segura a causa del següent error:",
|
| 90 |
+
"UpdateUsingHttpsFailedHelp": "Per què ha fallat? La descàrrega de la darrera versió de Matomo (a través d'una connexió HTTPS segura) pot fallar per diversos motius, per exemple a causa d'un error de xarxa, una velocitat de xarxa lenta o una configuració incorrecta del sistema. Tingueu en compte que també podria significar que el vostre servidor és l'objectiu d'un atac MITM i algú està intentant substituir l'actualització per una versió maliciosa de Matomo.",
|
| 91 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Es recomana tornar a provar la descàrrega mitjançant la connexió HTTPS segura, ja que evita atacs MITM.",
|
| 92 |
+
"Updating": "Actualitzant",
|
| 93 |
+
"UpdatingPluginXToVersionY": "S'està actualitzant el connector %1$s a la versió %2$s",
|
| 94 |
+
"UpgradeComplete": "Actualització llesta!",
|
| 95 |
+
"UpgradePiwik": "Actualitza Matomo",
|
| 96 |
+
"UsingHttp": "utilitzant la connexió HTTP no segura",
|
| 97 |
+
"UsingHttps": "utilitzant la connexió HTTPS segura (recomanat)",
|
| 98 |
+
"Utf8mb4ConversionHelp": "La vostra base de dades no està utilitzant el conjunt de caràcters utf8mb4. Això fa que sigui impossible emmagatzemar caràcters de 4 bytes, com ara emojis, caràcters menys comuns de llengües asiàtiques, diverses escriptures històriques o símbols matemàtics. Actualment es substitueixen per %1$s.<br><br>La vostra base de dades admet el conjunt de caràcters utf8mb4 i seria possible convertir-lo.<br><br>Si podeu executar les ordres de la consola, recomanem que utilitzeu aquesta ordre: %2$s<br><br>Com alternativa, podeu activar la conversió aquí. Aleshores s'activarà automàticament com una tasca programada en segon pla.<br><br>Atenció: la conversió de la base de dades pot trigar fins a un parell d'hores depenent de la mida de la base de dades. Com que el seguiment pot no funcionar durant aquest procés, no us recomanem que utilitzeu l'activador per a instàncies més grans.<br><br>Podeu trobar més informació sobre aquest tema en aquestes %3$sFAQ%4$s.",
|
| 99 |
+
"VerifyingUnpackedFiles": "Verificació dels fitxers descomprimits",
|
| 100 |
+
"ViewVersionChangelog": "Consulteu el registre de canvis d'aquesta versió:",
|
| 101 |
+
"WarningMessages": "Missatges d'advertència:",
|
| 102 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Hem desactivat automàticament els connectors següents: %s",
|
| 103 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Podeu actualitzar a la versió %s automàticament o descarregar el paquet i instal·lar-lo manualment:",
|
| 104 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo no pot sobreescriure la vostra instal·lació actual. Podeu arreglar els permisos del directori/fitxer o descarregar el paquet i instal·lar la versió %s manualment:",
|
| 105 |
+
"YourDatabaseIsOutOfDate": "La vostra base de dades Matomo és antiga i s'ha d'actualitzar abans de poder continuar."
|
| 106 |
+
}
|
| 107 |
+
}
|
plugins/CoreUpdater/lang/cs.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CheckingForPluginUpdates": "Kontrola aktualizací zásuvných modulů",
|
| 4 |
+
"ClickHereToViewSqlQueries": "Kliknutím sem zobrazíte a zkopírujete seznam dotazů SQL a konzolových příkazů, které budou provedeny",
|
| 5 |
+
"CloudHosting": "Hostování v Cloudu",
|
| 6 |
+
"CriticalErrorDuringTheUpgradeProcess": "Při aktualizaci nastala kritická chyba:",
|
| 7 |
+
"DatabaseUpgradeRequired": "Vyžadováno povýšení databáze",
|
| 8 |
+
"DisablingIncompatiblePlugins": "Zakazování nekompatibilních zásuvných modulů %s",
|
| 9 |
+
"DownloadX": "Stáhnout %s",
|
| 10 |
+
"DownloadingUpdateFromX": "Stahuji aktualizaci z %s",
|
| 11 |
+
"EmptyDatabaseError": "Databáze %s je prázdná. Musíte upravit nebo odstranit konfigurační soubor Matoma.",
|
| 12 |
+
"ErrorDIYHelp": "Pokud jste pokročilý uživatel a zaznamenal jste chybu při aktualizaci databáze:",
|
| 13 |
+
"ErrorDIYHelp_1": "identifikujte problém (např.: memory_limit nebo max_execution_time)",
|
| 14 |
+
"ErrorDIYHelp_2": "spusťte zbývající dotazy v aktualizaci, která selhala",
|
| 15 |
+
"ErrorDIYHelp_3": "ručně aktualizujte tabulku `option` ve vaší databázi Matoma, nastavte hodnotu version_core na verzi nezdařené aktualizace",
|
| 16 |
+
"ErrorDIYHelp_4": "abyste dokončili aktualizaci znovu spusťte aktualizaci (přes WWW prohlížeč nebo příkazovou řádku",
|
| 17 |
+
"ErrorDIYHelp_5": "nahlaste problém a řešení, aby mohlo být Matomo vylepšeno",
|
| 18 |
+
"ErrorDuringPluginsUpdates": "Chyba při aktualizaci zásuvných modulů:",
|
| 19 |
+
"ExceptionAlreadyLatestVersion": "Matomo %s je již v nejnovější verzi.",
|
| 20 |
+
"ExceptionArchiveEmpty": "Archiv je prázdný.",
|
| 21 |
+
"ExceptionArchiveIncompatible": "Nekompatibilní archiv: %s",
|
| 22 |
+
"ExceptionArchiveIncomplete": "Archiv je nekompletní: některé soubory chybí (např.: %s).",
|
| 23 |
+
"FeedbackRequest": "Zde můžete s týmem Matoma sdílet nápady a návrhy:",
|
| 24 |
+
"HelpMessageContent": "Zkontrolujte %1$s Matomo FAQ %2$s , kde jsou vysvětleny nejčastější chyby při aktualizaci. %3$s Požádejte svého systémového administrátora - může vám pomoci s chybou, která je nejčastěji způsobena nastavením serveru MySQL.",
|
| 25 |
+
"HelpMessageIntroductionWhenError": "Níže je hlavní chybová hláška. Pomůže vám zjistit příčinu, ale pokud budete potřebovat další pomoc:",
|
| 26 |
+
"HelpMessageIntroductionWhenWarning": "Aktualizace proběhla v pořádku, ale byly zaznamenány problémy. Prosím přečtěte si jejich popis výše. Pro další pomoc:",
|
| 27 |
+
"HighTrafficPiwikServerEnableMaintenance": "Pokud provozujete Matomo server s velkým provozem, doporučujeme %1$sna chvíli zakázat sledování návštěvníků a přepnout uživatelské rozhraní do režimu údržby%2$s.",
|
| 28 |
+
"InstallingTheLatestVersion": "Instaluji poslední verzi",
|
| 29 |
+
"LatestBetaRelease": "Poslední beta vydání",
|
| 30 |
+
"LatestStableRelease": "Poslední stabilní vydání",
|
| 31 |
+
"LtsSupportVersion": "Verze s dlouhodobou podporou",
|
| 32 |
+
"MajorUpdateWarning1": "Toto je velká aktualizace! Zabere více času, než obvykle.",
|
| 33 |
+
"MajorUpdateWarning2": "Následující doporučení je především důležité pro velké instalace.",
|
| 34 |
+
"NeedHelpUpgrading": "Potřebujete pomoc s aktualizací Matoma?",
|
| 35 |
+
"NeedHelpUpgradingText": "Pokud při aktualizaci Matoma potřebujete pomoc, tvůrci Matoma vám pomohou, aby se aktualizace podařila, poskytnou vám doporučení i další podporu. %1$sKontaktujte experty na Matomo a začněte s bezpečnou aktualizací Matoma.%2$s",
|
| 36 |
+
"NoteForLargePiwikInstances": "Důležitá poznámka pro rozsáhlé instalace Matoma",
|
| 37 |
+
"NotificationClickToUpdatePlugins": "Klikněte zde pro aktualizaci vašich zásuvných modulů:",
|
| 38 |
+
"NotificationClickToUpdateThemes": "Klikněte zde pro aktualizaci vašich šablon:",
|
| 39 |
+
"NotificationSubjectAvailableCoreUpdate": "Je dostupné nové Matomo %s",
|
| 40 |
+
"NotificationSubjectAvailablePluginUpdate": "Jsou dostupné aktualizace pro vaše zásuvné moduly",
|
| 41 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo bylo úspěšně aktualizováno!",
|
| 42 |
+
"PiwikUpdatedSuccessfully": "Matomo bylo úspěšně aktualizováno!",
|
| 43 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Databáze Matoma bude aktualizována z verze %1$s na novou verzi %2$s.",
|
| 44 |
+
"PostUpdateMessage": "Matomo bude vždy zdarma ke stažení a použití, ale potřebuje pro svůj růst a zlepšení vaši neustálou podporu .",
|
| 45 |
+
"PostUpdateSupport": "Pokud potřebujete pomoc s použitím aplikace Matomo, můžete ji obdržet od jejích tvůrců:",
|
| 46 |
+
"ReadyToGo": "Jste připraveni pokračovat?",
|
| 47 |
+
"ReceiveEmailBecauseIsSuperUser": "Tento e-mail dostáváte, protože jste super uživatel Matoma na: %s",
|
| 48 |
+
"ServicesSupport": "Služby a podpora",
|
| 49 |
+
"ThankYouUpdatePiwik": "Děkujeme, že používáte Matomo vždy v nejaktuálnější verzi!",
|
| 50 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Následující dimenze budou aktualizovány: %s.",
|
| 51 |
+
"TheFollowingPluginsWillBeUpgradedX": "Následující zásuvné moduly budou aktualizovány: %s.",
|
| 52 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Pokud máte Matomo s velkou databází, aktualizace v prohlížeči může trvat dlouhou dobu. V této situaci můžete spustit aktualizaci z příkazového řádku: %s",
|
| 53 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Aktualizace databáze může chvíli trvat, buďte prosím trpěliví.",
|
| 54 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Některé moduly, které používáte, byly v obchodě aktualizovány:",
|
| 55 |
+
"ThereIsNewVersionAvailableForUpdate": "Je k dispozici nová verze Matoma",
|
| 56 |
+
"UnpackingTheUpdate": "Rozbaluji aktualizaci",
|
| 57 |
+
"UpdateAutomatically": "Aktualizovat automaticky",
|
| 58 |
+
"UpdateErrorTitle": "Chyba aktualizace",
|
| 59 |
+
"UpdateHasBeenCancelledExplanation": "One Click aktualizace Matomo byla zrušena. Pokud nemůžete opravit chybu je doporučeno Matomo aktualizovat manuálně. %1$s Prosím zkontrolujte nejdříve %2$sdokumentaci k aktualizaci%3$s!",
|
| 60 |
+
"UpdateSuccessTitle": "Matomo bylo úspěšně aktualizováno!",
|
| 61 |
+
"UpdateTitle": "Aktualizovat",
|
| 62 |
+
"UpdateUsingHttpsFailed": "Stažení nejnovější verze Matomo pomocí zabezpečeného HTTPS připojení se nezdařilo kvůli následující chybě:",
|
| 63 |
+
"UpdateUsingHttpsFailedHelp": "Proč to selhalo? Stažení poslední verze Matoma přes bezpečné HTTPS spojení mohlo selhat z mnoha důvodů, například kvůli chybě sítě, pomalému připojení, nebo špatné systémové konfiguraci. Také to může znamenat, že váš server je cílem MITM útoku a někdo se pokouší podvrhnout aktualizaci škodlivou verzí Matoma.",
|
| 64 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Doporučuje se zkusit stažení pomocí zabezpečeného HTTPS spojení, protože brání MITM útokům.",
|
| 65 |
+
"Updating": "Aktualizuji",
|
| 66 |
+
"UpdatingPluginXToVersionY": "Aktualizace modulu %1$s na verzi %2$s",
|
| 67 |
+
"UpgradeComplete": "Aktualizace je kompletní!",
|
| 68 |
+
"UpgradePiwik": "Aktualizovat Matomo",
|
| 69 |
+
"UsingHttp": "za použití nezabezpečeného HTTP připojení",
|
| 70 |
+
"UsingHttps": "za použití zabezpečeného HTTPS připojení (doporučeno)",
|
| 71 |
+
"VerifyingUnpackedFiles": "Ověřuji rozbalené soubory",
|
| 72 |
+
"ViewVersionChangelog": "Zobrazit protokol změn této verze:",
|
| 73 |
+
"WarningMessages": "Hlášky upozornění:",
|
| 74 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Automaticky jsme zakázali následující zásuvné moduly: %s",
|
| 75 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Můžete aktualizovat na verzi %s automaticky, nebo si stáhněte balíček a nainstalujte jej manuálně:",
|
| 76 |
+
"YourDatabaseIsOutOfDate": "Databáze vašeho Matoma je zastaralá a pro pokračování musí být aktualizována."
|
| 77 |
+
}
|
| 78 |
+
}
|
plugins/CoreUpdater/lang/cy.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
plugins/CoreUpdater/lang/da.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CheckingForPluginUpdates": "Check for nye plugin opdateringer",
|
| 4 |
+
"CloudHosting": "Cloud hosting",
|
| 5 |
+
"CriticalErrorDuringTheUpgradeProcess": "Kritisk fejl under opdateringen:",
|
| 6 |
+
"DatabaseUpgradeRequired": "Database opdatering er nødvendig",
|
| 7 |
+
"DisablingIncompatiblePlugins": "Deaktivere inkompatible programudvidelsen: %s",
|
| 8 |
+
"DownloadX": "Hent %s",
|
| 9 |
+
"DownloadingUpdateFromX": "Henter opdatering fra %s",
|
| 10 |
+
"EmptyDatabaseError": "Databasen %s er tom. Redigere eller fjern Matomos konfigurationsfil.",
|
| 11 |
+
"ErrorDIYHelp": "Hvis du er en erfaren bruger og støder på en fejl i database opgraderingen:",
|
| 12 |
+
"ErrorDIYHelp_1": "identificere og ret kilden til problemet (f. eks. memory_limit eller max_execution_time)",
|
| 13 |
+
"ErrorDIYHelp_2": "udfører de resterende forespørgsler i opdateringen, som mislykkedes",
|
| 14 |
+
"ErrorDIYHelp_3": "opdater manuelt \\\"option\\\" tabellen i Matomo databasen, skift værdien af \\\"version_core\\\" til versionen på den mislykkede opdatering",
|
| 15 |
+
"ErrorDIYHelp_4": "kør opdateringsprogrammet igen (via netlæseren eller kommando-linje) for at fortsætte med de resterende opdateringer",
|
| 16 |
+
"ErrorDIYHelp_5": "indberet problemet (og løsning), så Matomo kan forbedres",
|
| 17 |
+
"ErrorDuringPluginsUpdates": "Fejl ved opdatering udvidelsesmodul :",
|
| 18 |
+
"ExceptionAlreadyLatestVersion": "Matomo version %s er fuld opdateret.",
|
| 19 |
+
"ExceptionArchiveEmpty": "Tomt arkiv.",
|
| 20 |
+
"ExceptionArchiveIncompatible": "Inkompatibel arkiv: %s",
|
| 21 |
+
"ExceptionArchiveIncomplete": "Arkiv er ikke komplet: nogle filer mangler (fx. %s).",
|
| 22 |
+
"FeedbackRequest": "Du er velkommen til at dele dine ideer og forslag med Matomo Teamet her:",
|
| 23 |
+
"HelpMessageContent": "se %1$s Matomo FAQ %2$s som forklarer de mest almindelige fejl om opdateringer. %3$s Spørg systemadministratoren - vedkommende kan måske hjælpe med fejlen som sandsynligvis skyldes server eller MySQL-opsætning.",
|
| 24 |
+
"HelpMessageIntroductionWhenError": "Ovenstående vises fejlmeddelelsen. Den bør hjælpe med at forklare årsagen, men hvis der behøves mere hjælp:",
|
| 25 |
+
"HelpMessageIntroductionWhenWarning": "Opdateringen er fuldført, men det var nogle småproblemer under processen. Læs detaljerne ovenfor. For yderligere hjælp:",
|
| 26 |
+
"HighTrafficPiwikServerEnableMaintenance": "Hvis du administrerer en Matomo server med høj trafik, anbefaler vi at du %1$s midlertidigt deaktivere sporing af besøgende og sætte Matomo brugergrænseflade i vedligeholdelsestilstand%2$s",
|
| 27 |
+
"InstallingTheLatestVersion": "Installerer den seneste version",
|
| 28 |
+
"LatestBetaRelease": "Den seneste beta release",
|
| 29 |
+
"LatestStableRelease": "Den seneste stabile udgave",
|
| 30 |
+
"LtsSupportVersion": "Long Term Support version",
|
| 31 |
+
"MajorUpdateWarning1": "Dette er en stor opdatering! Den vil tage længere tid end normalt.",
|
| 32 |
+
"MajorUpdateWarning2": "Det følgende råd er især vigtigt for store installationer.",
|
| 33 |
+
"NeedHelpUpgrading": "Har du brug for hjælp til at opgradere Matomo?",
|
| 34 |
+
"NoteForLargePiwikInstances": "Vigtig bemærkning til store Matomo installationer",
|
| 35 |
+
"NotificationClickToUpdatePlugins": "Klik her for at opdatere dit programudvidelser nu:",
|
| 36 |
+
"NotificationClickToUpdateThemes": "Klik her for at opdatere dine temaer nu:",
|
| 37 |
+
"NotificationSubjectAvailableCoreUpdate": "Ny Matomo %s er nu tilgængelig",
|
| 38 |
+
"NotificationSubjectAvailablePluginUpdate": "En opdatering til tilgængelig for dine Matomo programudvidelser",
|
| 39 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo blev opdateret!",
|
| 40 |
+
"PiwikUpdatedSuccessfully": "Matomo er opdateret!",
|
| 41 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo vil blive opgraderet fra version %1$s til den nye version %2$s.",
|
| 42 |
+
"PostUpdateMessage": "Matomo vil altid være gratis at downloade, men den behøver din fortsatte støtte for at vokse og blive bedre.",
|
| 43 |
+
"PostUpdateSupport": "If du behøver hjælp til at bruge Matomo, kan du få support fra skaberne:",
|
| 44 |
+
"ReadyToGo": "Klar, parat, start?",
|
| 45 |
+
"ThankYouUpdatePiwik": "Tak fordi du benytter Matomo og holder den opdateret!",
|
| 46 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Følgende mål vil blive opdateret: %s.",
|
| 47 |
+
"TheFollowingPluginsWillBeUpgradedX": "Følgende udvidelsesmoduler vil blive opgraderet: %s.",
|
| 48 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Hvis du har en stor Matomo database, kan opdateringer tage for lang tid at køre i browseren. I denne situation, kan du udføre opdateringen fra kommandolinjen: %s",
|
| 49 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Database opgraderingen kan tage lidt tid, vær tålmodig.",
|
| 50 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Nogle programudvidelser du bruger er blevet opdateret på markedspladsen:",
|
| 51 |
+
"ThereIsNewVersionAvailableForUpdate": "Ny version af Matomo er tilgængelig",
|
| 52 |
+
"UnpackingTheUpdate": "Opdatering pakkes ud",
|
| 53 |
+
"UpdateAutomatically": "Opdater automatisk",
|
| 54 |
+
"UpdateErrorTitle": "Opdaterings fejl",
|
| 55 |
+
"UpdateHasBeenCancelledExplanation": "Matomo ét klik-opdatering er blevet annulleret. Kan ovenstående fejlmeddelelse ikke løses, anbefales det at opdatere Matomo manuelt. %1$s Læs %2$sOpdaterings dokumentationen%3$s for at komme i gang!",
|
| 56 |
+
"UpdateSuccessTitle": "Matomo blev opdateret!",
|
| 57 |
+
"UpdateTitle": "Opdatering",
|
| 58 |
+
"UpdateUsingHttpsFailed": "Downloader den seneste Matomo version over en sikker HTTPS forbindelse lykkedes ikke, på grund af følgende fejl:",
|
| 59 |
+
"UpdateUsingHttpsFailedHelp": "Hvorfor gik det galt? Download af den nyeste Matomo version (over sikker HTTPS forbindelse) kan fejle af flere årsager. F.eks. på grund af en netværksfejl, langsomt netværk eller forkert system konfiguration. Bemærk at det også kan skyldes at din server er under MITM angreb og nogen prøver at erstatte opdateringen med en ondsindet version af Matomo.",
|
| 60 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Det anbefales at prøve at downloade igen ved at bruge den sikre HTTPS forbindelse, da den forhindrer MITM angreb.",
|
| 61 |
+
"Updating": "Opdaterer",
|
| 62 |
+
"UpgradeComplete": "Opgradering fuldført!",
|
| 63 |
+
"UpgradePiwik": "Opgrader Matomo",
|
| 64 |
+
"UsingHttp": "bruger den ikke sikre HTTP forbindelse",
|
| 65 |
+
"UsingHttps": "bruger den sikre HTTPS forbindelse (anbefalet)",
|
| 66 |
+
"VerifyingUnpackedFiles": "Kontrollerer filer",
|
| 67 |
+
"ViewVersionChangelog": "Se ændringsloggen for denne version:",
|
| 68 |
+
"WarningMessages": "Advarsler:",
|
| 69 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Vil automatisk deaktivere følgende udvidelsesmoduler: %s",
|
| 70 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Opdater til version %s automatisk eller hent programpakken og installer manuelt:",
|
| 71 |
+
"YourDatabaseIsOutOfDate": "Matomo databasen er ikke opdateret, og skal opgraderes før du kan fortsættes."
|
| 72 |
+
}
|
| 73 |
+
}
|
plugins/CoreUpdater/lang/de.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Alles ist bereits aktuell.",
|
| 4 |
+
"CheckingForPluginUpdates": "Suche nach neuen Plugin-Aktualisierungen",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Klicken Sie hier, um die Liste der auszuführenden SQL Abfragen und Konsolenkommandos anzuzeigen und zu kopieren",
|
| 6 |
+
"CloudHosting": "Cloud-Hosting",
|
| 7 |
+
"ConsoleCommandDescription": "Löst das Update aus. Benutze es nachdem Matomo oder ein Plugin aktualisert wurde. Hänge --yes an um Rückfragen automatisch zu bestätigen.",
|
| 8 |
+
"ConsoleParameterDescription": "Das Update ohne weitere Rückfragen direkt ausführen",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Die Datenbankaktualisierung startet jetzt. Bitte um etwas Geduld, das kann ein Weilchen dauern.",
|
| 10 |
+
"ConsoleUpdateFailure": "Matomo konnte nicht aktualisiert werden! Siehe oben für weitere Informationen.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Hinweis: Es existieren keine auszuführenden SQL Abfragen oder Konsolenkommandos.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "So wie es aussieht, haben Sie diese Aktualisierung mit dem Benutzer %1$s ausgeführt, der Besitzer Ihrer Matomo Dateien ist jedoch %2$s. \n\nUm sicherzustellen, dass die Matomo Dateien für den richtigen Benutzer lesbar sind, sollten Sie den folgenden Befehl ausführen (oder einen vergleichbaren Befehl abhängig von Ihrer Serverkonfiguration):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Datenbank in den UTF8mb4 Zeichensatz konvertieren",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Kritischer Fehler während der Aktualisierung:",
|
| 15 |
+
"DatabaseUpgradeRequired": "Die Datenbank muss aktualisiert werden",
|
| 16 |
+
"DbUpgradeNotExecuted": "Datenbankaktualisierung nicht ausgeführt.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Deaktiviere inkompatible Plugins: %s",
|
| 18 |
+
"DownloadX": "%s herunterladen",
|
| 19 |
+
"DownloadingUpdateFromX": "Aktualisierung wird von %s heruntergeladen",
|
| 20 |
+
"DryRun": "Hinweis: Dies ist ein Testlauf",
|
| 21 |
+
"DryRunEnd": "Ende des Testlaufs",
|
| 22 |
+
"EmptyDatabaseError": "Die Datenbank %s ist leer. Sie müssen die Konfigurationsdatei anpassen oder entfernen.",
|
| 23 |
+
"ErrorDIYHelp": "Wenn Sie ein professioneller Anwender sind und einen unerwarteten Fehler in der Aktualisierung der Datenbank entdecken:",
|
| 24 |
+
"ErrorDIYHelp_1": "identifizieren und korrigieren Sie die Quelle des Problems (z.B. memory_limit oder max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "führen Sie die fehlgeschlagenen Befehle zur Aktualisierung nochmal aus",
|
| 26 |
+
"ErrorDIYHelp_3": "Aktualisieren Sie die Tabelle `option` in der Datenbank und setzen dabei den Wert version_core auf die aktuelle Version, deren Aktualisierung fehlgeschlagen ist",
|
| 27 |
+
"ErrorDIYHelp_4": "Starten Sie die Aktualisierung erneut (im Browser oder auf der Kommandozeile), um die Aktualisierung fortzusetzen",
|
| 28 |
+
"ErrorDIYHelp_5": "Melden Sie den Fehler (und die Lösung), um Matomo zu verbessern",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Fehler während Plugin-Aktualisierungen:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Ihre Matomo Version %s ist aktuell.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Leeres Archiv.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Archiv inkompatibel: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "Das Archiv ist nicht komplett. Einige Dateien fehlen (z.B. %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Einige Ordner sind nicht beschreibbar. Bitte stelle sicher, dass die folgenden Ordner beschreibbar sind und versuche es erneut: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "Eine Datenbankaktualisierung ist nötig. Update ausführen?",
|
| 36 |
+
"FeedbackRequest": "Gerne können Sie dem Matomo Team Ihre Ideen und Vorschläge hier mitteilen:",
|
| 37 |
+
"HelpMessageContent": "Lesen Sie die %1$sMatomo-FAQ%2$s. Dort werden die meisten Fehler, die während einer Aktualisierung auftreten können, erklärt. %3$sFragen Sie Ihren Systemadministrator - dieser kann Ihnen mit diesem Fehler helfen, da er am wahrscheinlichsten mit Ihrem Server oder dem MySQL-Server zusammenhängt.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "Dies ist die Kernfehlermeldung. Sie sollte helfen, die Ursache zu erklären, aber wenn Sie weitere Hilfe benötigen, bitte:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "Die Aktualisierung konnte erfolgreich abgeschlossen werden, obwohl es währenddessen zu Problemen kam. Für nähere Details lesen Sie bitte die Beschreibung. Für weitere Hilfe:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Wenn Sie eine Webseite mit hohem Verkehrsaufkommen verwalten, empfehlen wir, das %1$sBesuchertracking vorübergehend zu deaktivieren und die Benutzeroberfläche in den Wartungsmodus zu versetzen%2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Hinweis: Einige Erweiterungen sind nicht mit Matomo %s kompatibel. Sobald im Marktplatz ein Update verfügbar ist, werden wir sie aktualisieren. Ist aktuell keine Aktualisierung der Erweiterungen möglich, werden wir sie beim Upgrade deaktivieren:",
|
| 42 |
+
"InstallingTheLatestVersion": "Die neueste Version wird installiert",
|
| 43 |
+
"LatestBetaRelease": "Das aktuelle beta Release",
|
| 44 |
+
"LatestStableRelease": "Das aktuelle stabile Release",
|
| 45 |
+
"LatestXBetaRelease": "Das aktuelle Beta Release %s",
|
| 46 |
+
"LatestXStableRelease": "Das aktuelle stabile Release %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "Zu Ihrer Information: Dies sind die SQL Abfragen und Konsolenkommandos, welche ausgeführt werden, um die Datenbank für Matomo %s zu aktualisieren",
|
| 48 |
+
"LtsSupportVersion": "Langzeit Support Version",
|
| 49 |
+
"MajorUpdateWarning1": "Dies ist ein umfangreiche Aktualisierung. Das Einspielen dauert länger als üblich.",
|
| 50 |
+
"MajorUpdateWarning2": "Der folgende Hinweis ist besonders für große Installationen wichtig.",
|
| 51 |
+
"NeedHelpUpgrading": "Brauchen Sie Hilfe beim Upgrade von Matomo?",
|
| 52 |
+
"NeedHelpUpgradingText": "Wenn Sie Hilfe beim Upgrade von Matomo brauchen, sind die Ersteller von Matomo hier, um Ihnen zu einem erfolgreichen Upgrade zu helfen. Für Anleitungen, best practises und weiterführenden Support, %1$skontaktiere die Matomo-Experten um das Upgrade sicher durchzuführen.%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Wichtiger Hinweis für große Matomo-Installationen",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Klicken Sie hier, um Ihre Plugins jetzt zu aktualisieren:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Klicken Sie hier, um Ihre Themes jetzt zu aktualisieren:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "Neue Matomo-Version %s ist verfügbar",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Es sind Aktualisierungen für Ihre Matomo Plugins verfügbar",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo wurde erfolgreich aktualisiert!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Matomo wurde erfolgreich aktualisiert!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Die Matomo-Datenbank wird von Version %1$s auf die neue Version %2$s aktualisiert.",
|
| 61 |
+
"PostUpdateMessage": "Matomo wird immer frei herunterzuladen und zu nutzen sein, aber es braucht Ihre dauerhafte Unterstützung um zu wachsen und zu gedeihen.",
|
| 62 |
+
"PostUpdateSupport": "Wenn Sie beim Einsatz von Matomo Hilfe benötigen, holen Sie sich Support von dessen Schöpfer:",
|
| 63 |
+
"ReadyToGo": "Sind Sie bereit?",
|
| 64 |
+
"ReceiveEmailBecauseIsSuperUser": "Sie erhalten diese E-Mail, weil Sie ein Super User folgender Matomo Installation sind: %s",
|
| 65 |
+
"ServicesSupport": "Service und Support",
|
| 66 |
+
"SkipCacheClear": "Cache leeren überspringen.",
|
| 67 |
+
"SkipCacheClearDesc": "Überspringt das Leeren des Caches vor dem Aktualisieren. Das ist nur hilfreich, wenn Sie sicher sind, dass die Instanzen, welche diesen Befehl ausführen, noch gar keinen Cache erzeugt haben, und wenn das Leeren des Caches für viele Matomo Konten zu einem Ressourcen-Engpass führen kann.",
|
| 68 |
+
"ThankYouUpdatePiwik": "Vielen Dank, dass Sie Matomo nutzen und es aktuell halten!",
|
| 69 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Die folgenden Dimensionen werden aktualisiert: %s.",
|
| 70 |
+
"TheFollowingPluginsWillBeUpgradedX": "Die folgenden Plugins werden aktualisiert: %s.",
|
| 71 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Wenn Sie eine große Matomo-Datenbank haben, können Aktualisierungen zu lange dauern, um erfolgreich im Browser durchgeführt zu werden. In diesem Fall können Sie die Aktualisierung auch von der Kommandozeile aus starten: %s",
|
| 72 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Die Aktualisierung kann eine Weile dauern. Bitte haben Sie etwas Geduld.",
|
| 73 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Für einige der von Ihnen benutzten Plugins sind Aktualisierungen im Marketplace verfügbar:",
|
| 74 |
+
"ThereIsNewVersionAvailableForUpdate": "Eine neue Version von Matomo ist verfügbar",
|
| 75 |
+
"TheseCommandsWillBeExecuted": "Diese Konsolenkommandos werden ausgeführt:",
|
| 76 |
+
"TheseSqlQueriesWillBeExecuted": "Diese SQL Abfragen werden ausgeführt:",
|
| 77 |
+
"TriggerDatabaseConversion": "Datenbankkonversion im Hintergrund ausführen",
|
| 78 |
+
"UnpackingTheUpdate": "Aktualisierung wird entpackt",
|
| 79 |
+
"UpdateAutomatically": "Aktualisierung automatisch ausführen",
|
| 80 |
+
"UpdateErrorTitle": "Aktualisierungsfehler",
|
| 81 |
+
"UpdateHasBeenCancelledExplanation": "Die Matomo Ein-Klick-Aktualisierung wurde abgebrochen. Wenn die oben stehende Fehlermeldung nicht behoben werden kann, sollten Sie Matomo manuell aktualisieren. %1$s Bitte lesen Sie die %2$sDokumentation zur Aktualisierung%3$s, um die Einzelheiten zu erfahren!",
|
| 82 |
+
"UpdateLog": "Aktualisierungsprotokoll",
|
| 83 |
+
"UpdateSuccessTitle": "Matomo wurde erfolgreich aktualisiert!",
|
| 84 |
+
"UpdateTitle": "Aktualisieren",
|
| 85 |
+
"UpdateUsingHttpsFailed": "Das Herunterladen der neuesten Matomo Version über eine sichere HTTPS-Verbindung war aufgrund des folgenden Fehlers nicht erfolgreich:",
|
| 86 |
+
"UpdateUsingHttpsFailedHelp": "Warum hat das nicht funktioniert? Der Download der aktuellen Matomo Version (über eine sichere HTTPS Verbindung) kann aus verschiedenen Gründen misslingen, zum Beispiel wegen einem Netzwerkfehler, langsamer Internetverbindung oder falscher Systemkonfiguration. Beachten Sie, dass Ihr Server auch Ziel einer Man-in-the-Middle Attacke sein könnte und jemand versucht, das Update mit einer schadhaften Version von Matomo zu ersetzen.",
|
| 87 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Es ist empfohlen den Download erneut mit einer sicheren HTTPS-Verbindung zu versuchen, da dies MITM-Attacken verhindert.",
|
| 88 |
+
"Updating": "Aktualisiere",
|
| 89 |
+
"UpdatingPluginXToVersionY": "Aktualisiere Plugin %1$s auf Version %2$s",
|
| 90 |
+
"UpgradeComplete": "Aktualisierung abgeschlossen!",
|
| 91 |
+
"UpgradePiwik": "Matomo aktualisieren",
|
| 92 |
+
"UsingHttp": "die nicht sichere HTTP-Verbindung verwenden",
|
| 93 |
+
"UsingHttps": "die sichere HTTPS Verbindung nützen (empfohlen)",
|
| 94 |
+
"Utf8mb4ConversionHelp": "Ihre Datenbank verwendet aktuell nicht den utf8mb4 Zeichensatz. Dies verunmöglicht es, 4-Byte-Zeichen wie Emojis, wenig gebräuchliche Zeichen asiatischer Sprachen, diverse historische Schriftzeichen oder mathematische Symbole zu speichern. Diese werden im Moment mit %1$s ersetzt. <br><br>Ihre Datenbank unterstützt den utf8mb4 Zeichensatz und es wäre möglich, sie zu konvertieren.<br><br>Wenn Sie in der Lage sind, Konsolenkommandos auszuführen, empfehlen wir Ihnen, den folgenden Befehl auszuführen: %2$s<br><br>Alternativ können Sie die Umwandlung hier aktivieren. Sie wird dann automatisch als planmäßige Aufgabe im Hintergrund durchgeführt. <br><br>Achtung: Die Datenbankkonvertierung kann einige Stunden dauern, abhängig von der Datenbankgröße. Da während dieser Zeit das Tracking möglicherweise nicht funktionieren wird, empfehlen wir für größere Installationen die Hintergrundkonvertierung nicht.<br><br>Sie finden mehr Informationen über dieses Thema in diesen %3$sFAQ%4$s.",
|
| 95 |
+
"VerifyingUnpackedFiles": "Die entpackten Dateien werden überprüft",
|
| 96 |
+
"ViewVersionChangelog": "Änderungen in dieser Version ansehen:",
|
| 97 |
+
"WarningMessages": "Warnhinweise:",
|
| 98 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Die folgenden Plugins wurden automatisch deaktiviert: %s",
|
| 99 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Die Aktualisierung auf Version %s kann automatisch ausgeführt werden. Oder Sie laden das Paket herunter und installieren es manuell:",
|
| 100 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo kann Ihre aktuelle Installation nicht überschreiben. Sie müssen entweder die Ordner-/Dateiberechtigungen anpassen oder das Paket herunterladen und die Version %s manuell installieren:",
|
| 101 |
+
"YourDatabaseIsOutOfDate": "Ihre Matomo-Datenbank ist nicht mehr aktuell und muss aktualisiert werden, bevor Sie weiter arbeiten können."
|
| 102 |
+
}
|
| 103 |
+
}
|
plugins/CoreUpdater/lang/dv.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
plugins/CoreUpdater/lang/el.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Τα πάντα είναι ενημερωμένα.",
|
| 4 |
+
"CheckingForPluginUpdates": "Γίνεται έλεγχος για ενημερώσεις πρόσθετων",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Κάντε κλικ εδώ για να δείτε και αντιγράψτε τη λίστα από τα ερωτήματα SQL και εντολών κονσόλας που θα εκτελεστούν",
|
| 6 |
+
"CloudHosting": "Φιλοξενία στο σύννεφο",
|
| 7 |
+
"ConsoleCommandDescription": "Ξεκινά τις ενημερώσεις. Να χρησιμοποιείται αφού έχουν ενημερωθεί ο πυρήνας ή πρόσθετα του Matomo. Βάλετε στο τέλος --yes για να γίνει η ενημέρωση χωρίς επιβεβαίωση.",
|
| 8 |
+
"ConsoleParameterDescription": "Να εκτελεστεί απευθείας η ενημέρωση χωρίς επιβεβαίωση",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Έναρξη της εκτέλεσης αναβάθμισης της βάσης δεδομένων. Αυτό μπορεί να διαρκέσει λίγο, γι' αυτό να είστε υπομονετικοί.",
|
| 10 |
+
"ConsoleUpdateFailure": "Δεν ήταν δυνατή η αναβάθμιση του Matomo! Δείτε παραπάνω για περισσότερες λεπτομέρειες.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Σημείωση: Δεν υπάρχουν ερωτήματα SQL ή εντολές σε γραμμή εντολών για εκτέλεση.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Φαίνεται ότι έχετε εκτελέσει την αναβάθμιση με το χρήστη %1$s, ενώ τα αρχεία του Matomo είναι στην ιδιοκτησία του χρήστη %2$s.\n\nΓια να βεβαιωθείτε ότι τα αρχεία του Matomo είναι αναγνώσιμα από τον σωστό χρήστη, θα πρέπει να εκτελέσετε την παρακάτω εντολή (ή παρόμοια εντολή ανάλογα με την παραμετροποίηση του διακομιστή σας):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Μετατροπή της βάσης δεδομένων σε κωδικοποίηση χαρακτήρων UTF8mb4",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Κρίσιμο σφάλμα κατά τη διαδικασία αναβάθμισης:",
|
| 15 |
+
"DatabaseUpgradeRequired": "Απαιτείται Αναβάθμιση της Βάσης Δεδομένων",
|
| 16 |
+
"DbUpgradeNotExecuted": "Δεν εκτελέστηκε η αναβάθμιση της βάσης δεδομένων.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Απενεργοποίηση των μη συμβατών πρόσθετων: %s",
|
| 18 |
+
"DownloadX": "Λήψη %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Λήψη αναβάθμισης από %s",
|
| 20 |
+
"DryRun": "Σημείωση: Αυτή είναι μια δοκιμαστική εκτέλεση",
|
| 21 |
+
"DryRunEnd": "Τέλος της δοκιμαστικής εκτέλεσης",
|
| 22 |
+
"EmptyDatabaseError": "Η βάση δεδομένων %s είναι κενή. Πρέπει να επεξεργαστείτε ή να διαγράψετε το αρχείο ρυθμίσεων του Matomo.",
|
| 23 |
+
"ErrorDIYHelp": "Αν είστε προχωρημένος χρήστης και εμφανιστεί σφάλμα στην αναβάθμιση της βάσης δεδομένων:",
|
| 24 |
+
"ErrorDIYHelp_1": "Αναγνωρίστε και διορθώστε την προέλευση του προβλήματος (π.χ., memory_limit ή max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "εκτελέστε τα εναπομείναντα ερωτήματα στην ενημέρωση που απέτυχαν",
|
| 26 |
+
"ErrorDIYHelp_3": "ενημερώστε χειροκίνητα τον πίνακα `option` στη βάση δεδομένων του Matomo, ορίστε την τιμή του version_core στην έκδοση της αποτυχημένης ενημέρωσης",
|
| 27 |
+
"ErrorDIYHelp_4": "επαναλάβετε την ενημέρωση (από τον φυλλομετρητή ή τη γραμμή εντολών) για να συνεχίσετε με τις υπόλοιπες ενημερώσεις",
|
| 28 |
+
"ErrorDIYHelp_5": "αναφέρετε το πρόβλημα (και την επίλυσή του) ώστε να βελτιωθεί το Matomo",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Σφάλμα κατά την αναβάθμιση των πρόσθετων:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Η έκδοση του Matomo %s που έχετε είναι ενημερωμένη.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Άδειο συμπιεσμένο αρχείο.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Μη συμβατό συμπιεσμένο αρχείο: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "Το συμπιεσμένο αρχείο δεν είναι πλήρες: μερικά αρχεία λείπουν (π.χ. %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Ορισμένοι φάκελοι δεν είναι εγγράψιμοι. Βεβαιωθείτε ότι οι παρακάτω φάκελοι είναι εγγράψιμοι και δοκιμάστε εκ νέου: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "Απαιτείται αναβάθμιση της βάσης δεδομένων. Να εκτελεστεί η αναβάθμιση;",
|
| 36 |
+
"FeedbackRequest": "Μοιραστείτε εδώ τις ιδέες και τις προτάσεις σας με την ομάδα του Matomo:",
|
| 37 |
+
"HelpMessageContent": "Ελέγξτε τις %1$s Matomo FAQ %2$s για συνήθη σφάλματα κατά τη διαδικασία της αναβάθμισης. %3$s Ρωτήστε τον διαχειριστή του συστήματος και ζητήστε βοήθεια με το σφάλμα το οποίο κατά πάσα πιθανότητα είναι συναφή με τον διακομιστή και την MySQL.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "Το παραπάνω είναι το μήνυμα λάθους του πυρήνα. Λογικά πρέπει να βοηθάει την επεξήγηση της αιτίας, αλλά αν θέλετε περισσότερες πληροφορίες:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "Η αναβάθμιση ολοκληρώθηκε με επιτυχία, αλλά υπήρξαν κάποια θέματα κατά τη διάρκεια. Παρακαλώ διαβάστε τις παραπάνω περιγραφές για τις λεπτομέρειες. Για περισσότερη βοήθεια:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Αν διαχειρίζεστε ένα Matomo διακομιστή με υψηλή κίνηση, προτείνουμε να %1$sαπενεργοποιήσετε προσωρινά την παρακολούθηση Επισκέπτη και να βάλετε τη Διεπαφή Χρήστη του Matomo σε κατάσταση συντήρησης%2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Σημείωση: ορισμένα πρόσθετα δεν είναι συμβατά με το Matomo %s. Θα τα ενημερώσουμε αν υπάρχει κάποια ενημέρωση στην Αγορά, διαφορετικά θα τα απενεργοποιήσουμε όταν τα ενημερώσετε:",
|
| 42 |
+
"InstallingTheLatestVersion": "Εγκατάσταση της τελευταίας έκδοσης",
|
| 43 |
+
"LatestBetaRelease": "Τελευταία δοκιμαστική έκδοση",
|
| 44 |
+
"LatestStableRelease": "Τελευταία σταθερή έκδοση",
|
| 45 |
+
"LatestXBetaRelease": "Τελευταία δοκιμαστική έκδοση %s",
|
| 46 |
+
"LatestXStableRelease": "Τελευταία σταθερή έκδοση %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "FYI: τα παρακάτω είναι τα ερωτήματα SQL και οι εντολές σε γραμμή εντολών που θα εκτελεστούν για να αναβαθμίσουν τη βάση δεδομένων στο Matomo %s",
|
| 48 |
+
"LtsSupportVersion": "Έκδοση με Μακρά Υποστήριξη",
|
| 49 |
+
"MajorUpdateWarning1": "Αυτή είναι μια βασική ενημέρωση! Θα κρατήσει περίσσότερο από ό,τι συνήθως.",
|
| 50 |
+
"MajorUpdateWarning2": "Η ακόλουθη συμβουλή είναι ιδιαίτερα σημαντική για μεγάλες εγκαταστάσεις.",
|
| 51 |
+
"NeedHelpUpgrading": "Χρειάζεστε βοήθεια στην αναβάθμιση του Matomo;",
|
| 52 |
+
"NeedHelpUpgradingText": "Αν χρειάζεστε υποστήριξη για την αναβάθμιση του Matomo, οι δημιουργοί του Matomo είναι εδώ για να σας βοηθήσουν να αναβαθμίσετε με επιτυχία το Matomo και να σας δώσουν όλες τις οδηγίες, καλύτερες πρακτικές και συνεχή υποστήριξη. %1$sΕπικοινωνήστε με τους ειδικούς του Matomo για να ξεκινήσετε τη διαδικασία αναβάθμισης με ασφάλεια.%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Σημαντική επισήμανση για μεγάλες εγκαταστάσεις Matomo",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Κάντε κλικ για να ενημερώσετε τώρα τα πρόσθετά σας:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Κάντε κλικ για να ενημερώσετε τώρα τις θεματικές σας παραλλαγές:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "Υπάρχει διαθέσιμη η νέα έκδοση του Matomo %s",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Υπάρχουν ενημερώσεις για τα πρόσθετα του Matomo σας",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Το Matomo αναβαθμίστηκε επιτυχώς!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Το Matomo αναβαθμίστηκε επιτυχώς!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Η βάση δεδομένων του Matomo θα αναβαθμιστεί από την έκδοση %1$s στην έκδοση %2$s.",
|
| 61 |
+
"PostUpdateMessage": "Το Matomo θα είναι πάντα ελεύθερο για κατέβασμα και χρήση, αλλά χρειάζεται τη διαρκή υποστήριξή σας για να αναπτύσσεται και να βελτιώνεται.",
|
| 62 |
+
"PostUpdateSupport": "Αν χρειάζεστε βοήθεια στη χρήση του Matomo, μπορείτε να λάβετε υποστήριξη από τους δημιουργούς του:",
|
| 63 |
+
"ReactivatedPlugins": "Πρόσθετα που ενεργοποιήθηκαν εκ νέου: %1$s",
|
| 64 |
+
"ReadyToGo": "Έτοιμοι για να συνεχίσετε;",
|
| 65 |
+
"ReceiveEmailBecauseIsSuperUser": "Λαμβάνετε το e-mail επειδή είστε Υπερ-Χρήστης του Matomo στο: %s",
|
| 66 |
+
"ServicesSupport": "Υπηρεσίες και Υποστήριξη",
|
| 67 |
+
"SkipCacheClear": "Παράλειψη καθαρισμού λανθανουσών μνημών.",
|
| 68 |
+
"SkipCacheClearDesc": "Παραλείπει το άδειασμα των λανθανουσών μνημών πριν την ενημέρωση. Αυτό είναι χρήσιμο στην περίπτωση που μπορείτε να βεβαιώσετε ότι στιγμιότυπα εκτέλεσης της εντολής αυτής δεν έχουν ακόμη δημιουργήσει λανθάνουσα μνήμη και αν ο καθαρισμός των μνημών για πολλούς λογαριασμούς του Matomo ενδέχεται να δημιουργήσει συμφόρηση.",
|
| 69 |
+
"ThankYouUpdatePiwik": "Ευχαριστούμε που χρησιμοποιείτε το Matomo και το κρατάτε ενημερωμένο!",
|
| 70 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Οι ακόλουθες διαστάσεις θα ενημερωθούν: %s.",
|
| 71 |
+
"TheFollowingPluginsWillBeUpgradedX": "Τα ακόλουθα πρόσθετα θα αναβαθμιστούν: %s.",
|
| 72 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Αν έχετε μια μεγάλη βάση δεδομένων Matomo, οι ενημερώσεις ίσως διαρκέσουν αρκετό χρόνο στο φυλλομετρητή. Σε αυτή τη περίπτωση, μπορείτε να εκτελέσετε της ενημερώσεις από τη γραμμή εντολών: %s",
|
| 73 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Η διαδικασία αναβάθμισης μπορεί να πάρει λίγο χρόνο, υπομονή.",
|
| 74 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Ορισμένα πρόσθετα που χρησιμοποιείτε έχουν ενημερωθεί στην Αγορά:",
|
| 75 |
+
"ThereIsNewVersionAvailableForUpdate": "Υπάρχει νέα έκδοση του Matomo διαθέσιμη για λήψη",
|
| 76 |
+
"TheseCommandsWillBeExecuted": "Θα εκτελεστούν οι παρακάτω εντολές σε γραμμή εντολών:",
|
| 77 |
+
"TheseSqlQueriesWillBeExecuted": "Θα εκτελεστούν τα παρακάτω ερωτήματα SQL:",
|
| 78 |
+
"TriggerDatabaseConversion": "Εκτέλεση της αυτόματης μετατροπής της βάσης στο υπόβαθρο",
|
| 79 |
+
"UnpackingTheUpdate": "Αποσυμπίεση της αναβάθμισης",
|
| 80 |
+
"UpdateAutomatically": "Αυτόματη ενημέρωση",
|
| 81 |
+
"UpdateDetailsHidden1": "Οι λεπτομέρειες για ενημέρωση είναι κρυμμένες για λόγους ασφαλείας. Για να τις δείτε:",
|
| 82 |
+
"UpdateDetailsHidden2": "Προσθήκη της παραμέτρου GET %1$s στη διεύθυνση URL (%2$s στο %3$s) ή",
|
| 83 |
+
"UpdateDetailsHidden3": "Εκτελέστε την ενημέρωση μέσω γραμμής εντολών.",
|
| 84 |
+
"UpdateErrorTitle": "Σφάλμα ενημέρωσης",
|
| 85 |
+
"UpdateHasBeenCancelledExplanation": "Η Αναβάθμιση με Ένα Κλικ ακυρώθηκε. Αν δεν μπορείτε να διορθώσετε το παραπάνω σφάλμα, σας προτείνουμε να αναβαθμίσετε το Matomo χειροκίνητα. %1$s Διαβάστε την %2$sΤεκμηρίωση Αναβάθμισης%3$s για να ξεκινήσετε!",
|
| 86 |
+
"UpdateLog": "Αρχείο καταγραφής ενημερώσεων",
|
| 87 |
+
"UpdateSuccessTitle": "Το Matomo αναβαθμίστηκε επιτυχώς!",
|
| 88 |
+
"UpdateTitle": "Ενημέρωση",
|
| 89 |
+
"UpdateUsingHttpsFailed": "Το κατέβασμα της τελευταίας έκδοσης Matomo πάνω από σύνδεση HTTPS δεν έγινε με επιτυχία, λόγω του ακόλουθου σφάλματος:",
|
| 90 |
+
"UpdateUsingHttpsFailedHelp": "Γιατί απέτυχε; Το κατέβασμα της τελευταίας έκδοσης του Matomo (πάνω από ασφαλή σύνδεση HTTPS) μπορεί να αποτύχει για διάφορους λόγους, για παράδειγμα λόγω σφάλματος δικτύου, αργής ταχύτητας δικτύου ή λάθος παραμετροποίησης συστήματος. Πρέπει να σημειωθεί ότι μπορεί ο διακομιστής σας να είναι στόχος επίθεσης MITM και κάποιος να προσπαθεί να αντικαταστήσει την ενημέρωση με μια κακόβουλη έκδοση του Matomo.",
|
| 91 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Προτείνεται να επαναλάβετε το κατέβασμα με χρήση ασφαλούς σύνδεσης που αποτρέχει επιθέσεις τύπου MITM.",
|
| 92 |
+
"Updating": "Γίνεται ενημέρωση",
|
| 93 |
+
"UpdatingPluginXToVersionY": "Γίνεται ενημέρωση του πρόσθετου από την έκδοση %1$s στην %2$s",
|
| 94 |
+
"UpgradeComplete": "Η αναβάθμιση ολοκληρώθηκε!",
|
| 95 |
+
"UpgradePiwik": "Αναβάθμιση του Matomo",
|
| 96 |
+
"UsingHttp": "με χρήση της μη ασφαλούς επικοινωνίας HTTP",
|
| 97 |
+
"UsingHttps": "με χρήση της ασφαλούς επικοινωνίας HTTP (προτείνεται)",
|
| 98 |
+
"Utf8mb4ConversionHelp": "Η βάση δεδομένων σας αυτή τη στιγμή δεν χρησιμοποιεί κωδικοποίηση χαρακτήρων utf8mb4. Αυτό δεν επιτρέπει την αποθήκευση χαρακτήρων μήκους 4-byte, όπως τα emoji, λιγότερο συχνούς χαρακτήρες ασιατικών γλωσσών, όπως ιστορικούς χαρακτήρες ή μαθηματικά σύμβολα. Αυτοί οι χαρακτήρες αυτή τη στιγμή αντικαθίστανται από το %1$s.<br><br>Η βάση δεδομένων σας υποστηρίζει την κωδικοποίηση χαρακτήρων utf8mb4 και είναι δυνατή η μετατροπή σε αυτή.<br><br>Αν μπορείτε να εκτελείτε εντολές σε κονσόλα, προτείνουμε την εκτέλεση της εξής εντολής: %2$s<br><br>Εναλλακτικά, μπορείτε να ενεργοποιήσετε εδώ τη μετατροπή. Στη συνέχεια, αυτή θα εκτελεστεί αυτόματα ως προγραμματιζόμενη εργασία στο υπόβαθρο.<br><br>Προσοχή: Η μετατροπή της βάσης δεδομένων ενδέχεται να διαρκέσει κάποιες ώρες, ανάλογα με το μέγεθος της βάσης δεδομένων. Καθώς η ιχνηλάτηση ενδέχεται να μη λειτουργεί σε αυτό το διάστημα, δεν προτείνουμε τη χρήση της προγραμματιζόμενης εργασίας για μεγάλες βάσεις.<br><br>Μπορείτε να δείτε περισσότερες πληροφορίες για το θέμα αυτό στις %3$sΣυχνές Ερωτήσεις-Απαντήσεις%4$s.",
|
| 99 |
+
"VerifyingUnpackedFiles": "Επιβεβαίωση των ασυμπίεστων αρχείων",
|
| 100 |
+
"ViewVersionChangelog": "Δείτε τις αλλαγές για αυτή την έκδοση:",
|
| 101 |
+
"WarningMessages": "Προειδοποιητικά μηνύματα:",
|
| 102 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Απενεργοποιήθηκαν τα παρακάτω πρόσθετα: %s",
|
| 103 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Μπορείτε να αναβαθμίσετε στην έκδοση %s αυτόματα ή λάβετε το πακέτο και εγκαταστήστε τη χειροκίνητα:",
|
| 104 |
+
"YouMustDownloadPackageOrFixPermissions": "Το Matomo δεν μπορεί να αντικαταστήσει την υπάρχουσα εγκατάσταση. Μπορείτε να διορθώσετε τα δικαιώματα πρόσβασης των φακέλων/αρχείων ή να κατεβάσετε το πακέτο και να εγκαταστήσετε την έκδοση %s χειροκίνητα:",
|
| 105 |
+
"YourDatabaseIsOutOfDate": "Η βάση δεδομένων του Matomo είναι παρωχημένη και πρέπει να αναβαθμιστεί προτού συ��εχίσετε."
|
| 106 |
+
}
|
| 107 |
+
}
|
plugins/CoreUpdater/lang/en.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CheckingForPluginUpdates": "Checking for new plugin updates",
|
| 4 |
+
"ClickHereToViewSqlQueries": "Click here to view and copy the list of SQL queries and console commands that will get executed",
|
| 5 |
+
"CriticalErrorDuringTheUpgradeProcess": "Critical Error during the update process:",
|
| 6 |
+
"DatabaseUpgradeRequired": "Database Upgrade Required",
|
| 7 |
+
"DisablingIncompatiblePlugins": "Disabling incompatible plugins: %s",
|
| 8 |
+
"DownloadingUpdateFromX": "Downloading update from %s",
|
| 9 |
+
"DownloadX": "Download %s",
|
| 10 |
+
"UpdateLog": "Update log",
|
| 11 |
+
"EmptyDatabaseError": "Database %s is empty. You must edit or remove your Matomo configuration file.",
|
| 12 |
+
"ErrorDIYHelp": "If you are an advanced user and encounter an error in the database upgrade:",
|
| 13 |
+
"ErrorDIYHelp_1": "identify and correct the source of the problem (e.g., memory_limit or max_execution_time)",
|
| 14 |
+
"ErrorDIYHelp_2": "execute the remaining queries in the update that failed",
|
| 15 |
+
"ErrorDIYHelp_3": "manually update the `option` table in your Matomo database, setting the value of version_core to the version of the failed update",
|
| 16 |
+
"ErrorDIYHelp_4": "re-run the updater (through the browser or command-line) to continue with the remaining updates",
|
| 17 |
+
"ErrorDIYHelp_5": "report the problem (and solution) so that Matomo can be improved",
|
| 18 |
+
"ErrorDuringPluginsUpdates": "Error during plugin updates:",
|
| 19 |
+
"ExceptionAlreadyLatestVersion": "Your Matomo version %s is up to date.",
|
| 20 |
+
"ExceptionArchiveEmpty": "Empty archive.",
|
| 21 |
+
"ExceptionArchiveIncompatible": "Incompatible archive: %s",
|
| 22 |
+
"ExceptionArchiveIncomplete": "Archive is incomplete: some files are missing (eg. %s).",
|
| 23 |
+
"ExceptionDirWrongPermission": "Some folders are not writable. Please ensure the following folders are writable and try again: %s.",
|
| 24 |
+
"FeedbackRequest": "Feel free to share your ideas and suggestions with the Matomo Team here:",
|
| 25 |
+
"HelpMessageContent": "Check the %1$s Matomo FAQ %2$s which explains most common errors during update. %3$s Ask your system administrator - they may be able to help you with the error which is most likely related to your server or MySQL setup.",
|
| 26 |
+
"HelpMessageIntroductionWhenError": "The above is the core error message. It should help explain the cause, but if you require further help please:",
|
| 27 |
+
"HelpMessageIntroductionWhenWarning": "The update completed successfuly, however there were issues during the process. Please read the above descriptions for details. For further help:",
|
| 28 |
+
"HighTrafficPiwikServerEnableMaintenance": "If you manage a high traffic Matomo server, we recommend to %1$smomentarily disable visitor Tracking and put the Matomo User Interface in maintenance mode%2$s.",
|
| 29 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Note: some plugins are not compatible with Matomo %s. We will update them if there is an update on the Marketplace, otherwise we will disable them when you upgrade:",
|
| 30 |
+
"InstallingTheLatestVersion": "Installing the latest version",
|
| 31 |
+
"LatestBetaRelease": "Latest beta release",
|
| 32 |
+
"LatestStableRelease": "Latest stable release",
|
| 33 |
+
"LatestXStableRelease": "Latest stable %s",
|
| 34 |
+
"LatestXBetaRelease": "Latest beta %s",
|
| 35 |
+
"LtsSupportVersion": "Long Term Support version",
|
| 36 |
+
"ListOfSqlQueriesFYI": "FYI: these are the SQL queries and console commands that will be executed to upgrade your database to Matomo %s",
|
| 37 |
+
"TheseSqlQueriesWillBeExecuted": "These SQL queries will be executed:",
|
| 38 |
+
"TheseCommandsWillBeExecuted": "These console commands will be run:",
|
| 39 |
+
"MajorUpdateWarning1": "This is a major update! It will take longer than usual.",
|
| 40 |
+
"MajorUpdateWarning2": "The following advice is especially important for large installations.",
|
| 41 |
+
"NeedHelpUpgrading": "Need help upgrading Matomo?",
|
| 42 |
+
"NeedHelpUpgradingText": "If you need support to upgrade your Matomo, the creators of Matomo are here to help you make the Matomo upgrade a success and provide all instructions, best practises and ongoing support. %1$sContact the Matomo experts to get started upgrading your Matomo safely.%2$s",
|
| 43 |
+
"NoteForLargePiwikInstances": "Important notes for large Matomo installations",
|
| 44 |
+
"NotificationClickToUpdatePlugins": "Click here to update your plugins now:",
|
| 45 |
+
"NotificationClickToUpdateThemes": "Click here to update your themes now:",
|
| 46 |
+
"NotificationSubjectAvailableCoreUpdate": "New Matomo %s is available",
|
| 47 |
+
"NotificationSubjectAvailablePluginUpdate": "Updates available for your Matomo plugins",
|
| 48 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo has been successfully updated!",
|
| 49 |
+
"PiwikUpdatedSuccessfully": "Matomo updated successfully!",
|
| 50 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo database will be upgraded from version %1$s to the new version %2$s.",
|
| 51 |
+
"ReadyToGo": "Ready to go?",
|
| 52 |
+
"TheFollowingPluginsWillBeUpgradedX": "The following plugins will be updated: %s.",
|
| 53 |
+
"TheFollowingDimensionsWillBeUpgradedX": "The following dimensions will be updated: %s.",
|
| 54 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Some plugins you use have been updated on the Marketplace:",
|
| 55 |
+
"ThereIsNewVersionAvailableForUpdate": "There is a new version of Matomo available for update",
|
| 56 |
+
"TheUpgradeProcessMayFailExecuteCommand": "If you have a large Matomo database, updates might take too long to run in the browser. In this situation, you can execute the updates from your command line: %s",
|
| 57 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "The database upgrade process may take a while, so please be patient.",
|
| 58 |
+
"UnpackingTheUpdate": "Unpacking the update",
|
| 59 |
+
"UpdateAutomatically": "Update Automatically",
|
| 60 |
+
"UpdateHasBeenCancelledExplanation": "Matomo One Click Update has been cancelled. If you can't fix the above error message, it is recommended that you manually update Matomo. %1$s Please check out the %2$sUpdate documentation%3$s to get started!",
|
| 61 |
+
"UpdateTitle": "Update",
|
| 62 |
+
"UpdatingPluginXToVersionY": "Updating plugin %1$s to version %2$s",
|
| 63 |
+
"UpdateSuccessTitle": "Matomo has been successfully updated!",
|
| 64 |
+
"UpdateErrorTitle": "Update error",
|
| 65 |
+
"ThankYouUpdatePiwik": "Thank you for using Matomo and keeping it up to date!",
|
| 66 |
+
"PostUpdateMessage": "Matomo will always be free to download and use, but it needs your continued support to grow and improve.",
|
| 67 |
+
"PostUpdateSupport": "If you need help using Matomo, you can get support from its creators:",
|
| 68 |
+
"ServicesSupport": "Services and support",
|
| 69 |
+
"CloudHosting": "Cloud hosting",
|
| 70 |
+
"Updating": "Updating",
|
| 71 |
+
"UpdateUsingHttpsFailed": "Downloading the latest Matomo version over secure HTTPS connection did not succeed, because of the following error:",
|
| 72 |
+
"UpdateUsingHttpsFailedHelp": "Why did it fail? Downloading the latest Matomo version (over secure HTTPS connection) can fail for various reasons, for example because of a network error, slow network speed or wrong system configuration. Note that it could also mean that your server is the target of a MITM attack and someone is trying to replace the update with a malicious version of Matomo.",
|
| 73 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "It is recommended to retry the download using the secure HTTPS connection as it prevents MITM attacks.",
|
| 74 |
+
"UsingHttps": "using the secure HTTPS connection (recommended)",
|
| 75 |
+
"UsingHttp": "using the non-secure HTTP connection",
|
| 76 |
+
"UpgradeComplete": "Upgrade complete!",
|
| 77 |
+
"UpgradePiwik": "Upgrade Matomo",
|
| 78 |
+
"ConsoleStartingDbUpgrade": "Starting the database upgrade process now. This may take a while, so please be patient.",
|
| 79 |
+
"DbUpgradeNotExecuted": "Database upgrade not executed.",
|
| 80 |
+
"ConsoleUpdateUnexpectedUserWarning": "It appears you have executed this update with user %1$s, while your Matomo files are owned by %2$s. \n\nTo ensure that the Matomo files are readable by the correct user, you may need to run the following command (or a similar command depending on your server configuration):\n\n$ %3$s",
|
| 81 |
+
"ConsoleUpdateFailure": "Matomo could not be updated! See above for more information.",
|
| 82 |
+
"ConsoleUpdateNoSqlQueries": "Note: There are no SQL queries or console commands to execute.",
|
| 83 |
+
"AlreadyUpToDate": "Everything is already up to date.",
|
| 84 |
+
"ExecuteDbUpgrade": "A database upgrade is required. Execute update?",
|
| 85 |
+
"DryRun": "Note: this is a Dry Run",
|
| 86 |
+
"DryRunEnd": "End of Dry Run",
|
| 87 |
+
"ConsoleCommandDescription": "Triggers upgrades. Use it after Matomo core or any plugin files have been updated. Append --yes to upgrade without confirmation.",
|
| 88 |
+
"ConsoleParameterDescription": "Directly execute the update without asking for confirmation",
|
| 89 |
+
"VerifyingUnpackedFiles": "Verifying the unpacked files",
|
| 90 |
+
"WarningMessages": "Warning messages:",
|
| 91 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "We automatically deactivated the following plugins: %s",
|
| 92 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "You can update to version %s automatically or download the package and install it manually:",
|
| 93 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo is unable to overwrite your current installation. You can either fix the directory\/file permissions, or download the package and install version %s manually:",
|
| 94 |
+
"YourDatabaseIsOutOfDate": "Your Matomo database is out-of-date, and must be upgraded before you can continue.",
|
| 95 |
+
"ViewVersionChangelog": "View the changelog for this version:",
|
| 96 |
+
"ReceiveEmailBecauseIsSuperUser": "You receive this email because you are a Super User on the Matomo at: %s",
|
| 97 |
+
"ConvertToUtf8mb4": "Convert database to UTF8mb4 charset",
|
| 98 |
+
"TriggerDatabaseConversion": "Trigger database conversion in background",
|
| 99 |
+
"Utf8mb4ConversionHelp": "Your database is currently not using utf8mb4 charset. This makes it impossible to store 4-byte characters, such as emojis, less common characters of asian languages, various historic scripts or mathematical symbols. Those are currently replaced with %1$s.<br \/><br \/>Your database supports the utf8mb4 charset and it would be possible to convert it.<br \/><br \/>If you are able to run console commands we recommend using this command: %2$s<br \/><br \/>Alternatively you can enable the conversion here. It will then be triggered automatically as a scheduled task in the background.<br \/><br \/>Attention: Converting the database might take up to a couple of hours depending on the database size. As tracking might not work during this process, we do not recommend to use the trigger for bigger instances.<br \/><br \/>You can find more information about this topic in this %3$sFAQ%4$s.",
|
| 100 |
+
"SkipCacheClearDesc": "Skips clearing of caches before updating. This is only useful if you can ensure that instances running this command have not created a cache at all yet, and if clearing the cache for many Matomo accounts can become a bottleneck.",
|
| 101 |
+
"SkipCacheClear": "Skipping clearing caches.",
|
| 102 |
+
"UpdateDetailsHidden1": "Update details are hidden for security. To view them:",
|
| 103 |
+
"UpdateDetailsHidden2": "Add the %1$s GET parameter to the URL (%2$s in %3$s), or",
|
| 104 |
+
"UpdateDetailsHidden3": "Run the update via command line.",
|
| 105 |
+
"ReactivatedPlugins": "Reactivated plugins: %1$s"
|
| 106 |
+
}
|
| 107 |
+
}
|
plugins/CoreUpdater/lang/eo.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
plugins/CoreUpdater/lang/es-ar.json
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Todo está actualizado.",
|
| 4 |
+
"CheckingForPluginUpdates": "Buscar actualizaciones de plugin",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Hacé clic acá para ver y copiar la lista de solicitudes SQL que será ejecutada",
|
| 6 |
+
"CloudHosting": "Alojamiento en la nube",
|
| 7 |
+
"ConsoleCommandDescription": "Actualizaciones de los accionadores. Usalo después de que el núcleo de Matomo o los archivos de cualquier plugin se hayan actualizado. Agregá \"--yes\" para actualizar sin confirmación.",
|
| 8 |
+
"ConsoleParameterDescription": "Ejecutá la actualización directamente, sin pedir confirmación.",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Iniciando ahora el proceso de actualización de la base de datos. Esto puede llevar un tiempo, así que, por favor, se paciente.",
|
| 10 |
+
"ConsoleUpdateFailure": "¡Matomo no se pudo actualizar! Mirá arriba para más información.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Nota: no hay consultas SQL o comandos de consola para ejecutar.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Parece que ejecutaste esta actualización con el usuario %1$s, mientras que tus archivos de Matomo son propiedad de %2$s.\n\nPara asegurarte de los archivos de Matomo son accesibles por el usuario correcto, necesitás ejecutar el siguiente comando (o un comando similar dependiendo de la configuración de tu servidor):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Convertir base de datos a conjunto de caracteres UTF8mb4",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Error crítico durante el proceso de actualización:",
|
| 15 |
+
"DatabaseUpgradeRequired": "La base de datos necesita actualizarse",
|
| 16 |
+
"DbUpgradeNotExecuted": "Actualización de base de datos no ejecutada.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Deshabilitando plugins incompatibles: %s",
|
| 18 |
+
"DownloadX": "Descargar %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Descargando actualización desde %s",
|
| 20 |
+
"DryRun": "Nota: esta es una ejecución seca",
|
| 21 |
+
"DryRunEnd": "Fin de la ejecución seca",
|
| 22 |
+
"EmptyDatabaseError": "La base de datos %s está vacía. Tenés que editar o quitar tu archivo de configuración de Matomo.",
|
| 23 |
+
"ErrorDIYHelp": "Si sos un usuario avanzado y encontrás un error en la actualización de la base de datos:",
|
| 24 |
+
"ErrorDIYHelp_1": "identificá y corregí el origen del problema (por ejemplo, memory_limit o max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "ejecutá las solicitudes restantes que fallaron en la actualización",
|
| 26 |
+
"ErrorDIYHelp_3": "actualizá manualmente la tabla \"option\" en tu base de datos Matomo, estableciendo el valor de version_core a la versión de la actualización fallida",
|
| 27 |
+
"ErrorDIYHelp_4": "volvé a ejecutar el actualizador (a través del navegador web o de la línea de comandos) para continuar con el las actualizaciones restantes",
|
| 28 |
+
"ErrorDIYHelp_5": "reportar el problema (y solución) de modo que Matomo pueda ser mejorado",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Error durante la actualización del plugin:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Tu versión de Matomo %s está actualizada.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Archivo vacío.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Archivo incompatible: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "Archivo incompleto: faltan algunos archivos (por ejemplo, %s).",
|
| 34 |
+
"ExecuteDbUpgrade": "Se necesita una actualización de la base de datos. ¿Ejecutar la actualización?",
|
| 35 |
+
"FeedbackRequest": "Animate a compartir tus ideas y sugerencias con el Equipo de Matomo, acá:",
|
| 36 |
+
"HelpMessageContent": "Revisá las %1$s preguntas frecuentes de Matomo %2$s que explica la mayoría de los errores más comunes durante la actualización. %3$s Preguntale a tu administrador de sistema, que puede ser capaz de ayudarte con el error, que es más probable que esté relacionado a tu servidor o a la configuración de MySQL.",
|
| 37 |
+
"HelpMessageIntroductionWhenError": "Lo anterior es un mensaje de error del núcleo. Debería ayudarte a explicar la causa, pero si necesitás más ayuda, por favor:",
|
| 38 |
+
"HelpMessageIntroductionWhenWarning": "La actualización se completó exitosamente. Sin embargo, hubo problemas durante el proceso. Por favor, leé las descripciones anteriores para obtener más detalles. Para obtener más ayuda:",
|
| 39 |
+
"HighTrafficPiwikServerEnableMaintenance": "Si administrás un servidor Matomo de alto tráfico, te recomendamos %1$sdeshabilitar temporalmente el rastreo de visitantes y poner la interface de Matomo en modo de mantenimiento%2$s.",
|
| 40 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Nota: algunos plugins no son compatibles con Matomo %s. Los vamos a actualizar si hay una actualización en el mercado. De lo contrario, lo deshabilitaremos cuando actualicés:",
|
| 41 |
+
"InstallingTheLatestVersion": "Instalando la última versión",
|
| 42 |
+
"LatestBetaRelease": "Último lanzamiento beta",
|
| 43 |
+
"LatestStableRelease": "Último lanzamiento estable",
|
| 44 |
+
"LatestXBetaRelease": "Última versión beta %s",
|
| 45 |
+
"LatestXStableRelease": "Última versión estable %s",
|
| 46 |
+
"ListOfSqlQueriesFYI": "Para tu información: estas son las solicitudes SQL y los comandos de consola que serán ejecutados para actualizar tu base de datos a Matomo %s",
|
| 47 |
+
"LtsSupportVersion": "Versión de soporte a largo plazo",
|
| 48 |
+
"MajorUpdateWarning1": "¡Esta es una actualización principal! Tardará más de lo normal.",
|
| 49 |
+
"MajorUpdateWarning2": "El siguiente consejo es especialmente importante para instalaciones grandes.",
|
| 50 |
+
"NeedHelpUpgrading": "¿Necesitás ayuda para actualizar Matomo?",
|
| 51 |
+
"NeedHelpUpgradingText": "Si necesitás ayuda para actualizar tu Matomo, sus creadores pueden darte una mano. %1$sContactá con los expertos de Matomo para comenzar a actualizar tu Matomo con seguridad.%2$s",
|
| 52 |
+
"NoteForLargePiwikInstances": "Notas importantes para instalaciones grandes de Matomo",
|
| 53 |
+
"NotificationClickToUpdatePlugins": "Hacé clic acá para actualizar tus plugins ahora:",
|
| 54 |
+
"NotificationClickToUpdateThemes": "Hacé clic acá para actualizar tus temas ahora:",
|
| 55 |
+
"NotificationSubjectAvailableCoreUpdate": "Está disponible el nuevo Matomo %s",
|
| 56 |
+
"NotificationSubjectAvailablePluginUpdate": "Actualizaciones disponibles para tus plugins de Matomo",
|
| 57 |
+
"PiwikHasBeenSuccessfullyUpgraded": "¡Matomo se actualizó exitosamente!",
|
| 58 |
+
"PiwikUpdatedSuccessfully": "¡Matomo se actualizó exitosamente!",
|
| 59 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "La base de datos de Matomo será actualizada de la versión %1$s a la nueva versión %2$s.",
|
| 60 |
+
"PostUpdateMessage": "Matomo siempre será gratis para descargar y usar, pero necesita de tu contínuo apoyo para crecer y mejorar.",
|
| 61 |
+
"PostUpdateSupport": "Si necesitás ayuda al usar Matomo, podés obtenerla de sus creadores:",
|
| 62 |
+
"ReadyToGo": "¿Estás listo?",
|
| 63 |
+
"ReceiveEmailBecauseIsSuperUser": "Recibís este correo electrónico porque sos un súperusuario en la instalación de Matomo en: %s",
|
| 64 |
+
"ServicesSupport": "Soporte y servicios",
|
| 65 |
+
"SkipCacheClear": "Esquivar la limpieza de memoria caché",
|
| 66 |
+
"SkipCacheClearDesc": "Esquiva la limpieza de memoria caché durante una actualización. Esto sólo es útil si podés asegurarte que las instancias ejecutando este comando no crearon un archivo caché aún, y si limpiar la caché para varias cuentas de Matomo pueden generar un cuello de botella.",
|
| 67 |
+
"ThankYouUpdatePiwik": "¡Gracias por usar Matomo y mantenerlo al día!",
|
| 68 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Las siguientes dimensiones serán actualizadas: %s.",
|
| 69 |
+
"TheFollowingPluginsWillBeUpgradedX": "Los siguientes plugins serán actualizados: %s.",
|
| 70 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Si tenés una base de datos grande de Matomo, las actualizaciones podrían llevar mucho tiempo para ejecutarse en el navegador. En ese caso, podés ejecutar las actualizaciones desde la línea de comandos: %s",
|
| 71 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "El proceso de actualización de la base de datos puede llevar un tiempo, así que, por favor, se paciente.",
|
| 72 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Algunos plugins que usás se actualizaron en el mercado:",
|
| 73 |
+
"ThereIsNewVersionAvailableForUpdate": "Hay una nueva versión de Matomo disponible para actualizar",
|
| 74 |
+
"TheseCommandsWillBeExecuted": "Se ejecutarán estos comando de consola:",
|
| 75 |
+
"TheseSqlQueriesWillBeExecuted": "Serán ejecutadas estas solicitudes SQL:",
|
| 76 |
+
"TriggerDatabaseConversion": "Ejecutar conversión de base de datos en segundo plano",
|
| 77 |
+
"UnpackingTheUpdate": "Desempaquetando la actualización",
|
| 78 |
+
"UpdateAutomatically": "Actualizar automáticamente",
|
| 79 |
+
"UpdateErrorTitle": "Error de actualización",
|
| 80 |
+
"UpdateHasBeenCancelledExplanation": "Se canceló la actualización de Matomo One Click Update. Si no podé solucionar el mensaje de error anterior, se recomienda que actualicés Matomo manualmente. %1$s ¡Por favor, consultá la %2$sdocumentación de actualización%3$s para empezar!",
|
| 81 |
+
"UpdateLog": "Registro de subida",
|
| 82 |
+
"UpdateSuccessTitle": "¡Matomo se actualizó exitosamente!",
|
| 83 |
+
"UpdateTitle": "Actualizar",
|
| 84 |
+
"UpdateUsingHttpsFailed": "No se pudo descargar la última versión de Matomo sobre conexión segura HTTPS debido al siguiente error:",
|
| 85 |
+
"UpdateUsingHttpsFailedHelp": "¿Por qué falló? Descargar la última versión de Matomo (sobre una conexión segura HTTPS) puede fallar por varias razones. Por ejemplo: debido a un error de red, a una saturación en la velocidad de red o a una configuración errónea de sistema. Tené en cuenta que también podría significar que tu servidor está siendo objetivo de un ataque intrusivo (\"Man In The Middle\") y que alguien podría estar intentando reemplazar la actualización de Matomo con una versión maliciosa del mismo.",
|
| 86 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Se recomienda reintentar la descarga usando la conexión segura HTTPS, ya que previene los ataques MITM.",
|
| 87 |
+
"Updating": "Actualizando",
|
| 88 |
+
"UpdatingPluginXToVersionY": "Actualizando plugin %1$s a la versión %2$s",
|
| 89 |
+
"UpgradeComplete": "¡Actualización completa!",
|
| 90 |
+
"UpgradePiwik": "Actualizar Matomo",
|
| 91 |
+
"UsingHttp": "usando la conexión no segura HTTP",
|
| 92 |
+
"UsingHttps": "usando la conexión segura HTTPS (recomendado)",
|
| 93 |
+
"Utf8mb4ConversionHelp": "Tu base de datos actualmente no está usando un conjunto de caracteres UTF8mb4. Esto hace imposible almacenar caracteres de 4 bytes, como emojis, caracteres poco comunes de idiomas asiáticos, varios jeroglíficos históricos o símbolos matemáticos. Ellos actualmente son reemplazados con %1$s. <br /><br />Tu base de datos soporta el conjunto de caracteres UTF8mb4 y sería posible convertirlo.<br /><br />Si podés usar los comandos de consola, te recomendamos usar este comando: %2$s<br /><br />Alternativamente, podés habilitar la conversión acá. Será ejecutada automáticamente como una tarea programada en segundo plano.<br /><br />Atención: convertir la base de datos puede tardar un par de horas dependiendo en el tamaño de la misma. Ya que el rastreo podría no funcionar durante este proceso, no recomendamos usar el accionador para instancias más grandes.<br /><br />Podés encontrar más información sobre este tema en nuestras %3$spreguntas frecuentes%4$s.",
|
| 94 |
+
"VerifyingUnpackedFiles": "Verificando los archivos desempaquetados",
|
| 95 |
+
"ViewVersionChangelog": "Ver el registro de cambios de esta versión:",
|
| 96 |
+
"WarningMessages": "Mensajes de advertencia:",
|
| 97 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Desactivaremos automáticamente los siguientes plugins: %s",
|
| 98 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Podé actualizar automáticamente a la versión %s o descargar el paquete e instalarlo manualmente:",
|
| 99 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo no puede sobreescribir tu instalación actual. Podés, o bien corregir los permisos del directorio o archivo, o bien descargar el paquete e instalar la versión %s manualmente:",
|
| 100 |
+
"YourDatabaseIsOutOfDate": "Tu basde de datos de Matomo está desactualizada y debe ser actualizada antes de continuar."
|
| 101 |
+
}
|
| 102 |
+
}
|
plugins/CoreUpdater/lang/es.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Todo ya está actualizado.",
|
| 4 |
+
"CheckingForPluginUpdates": "Verificando nuevas actualizaciones del complemento",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Haz clic aquí para ver y copiar la lista de consultas SQL y comandos de consola que se ejecutarán",
|
| 6 |
+
"CloudHosting": "Alojamiento en la nube",
|
| 7 |
+
"ConsoleCommandDescription": "Desencadena actualizaciones. Úselo después que Matomo core o cualquier complemento haya sido actualizado. Agregue la opción --yes para actualizar sin confirmaciones.",
|
| 8 |
+
"ConsoleParameterDescription": "Ejecute directamente la actualización sin solicitar confirmación",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Ahora se está iniciando el proceso de actualización de la base de datos. Esto puede tomar un tiempo, así que por favor sea paciente.",
|
| 10 |
+
"ConsoleUpdateFailure": "Matomo no pudo ser actualizado! Ver más arriba para más información.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Nota: No existen consultas SQL o comandos de consola a ejecutar.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Tal parece que hace ejecutado esta actualización con el usuario %1$s, mientras sus archivos Matomo son potestad de %2$s.\n\nPara asegurarse que sus archivos Matomo son legibles para un determinado usuario, puede que necesite ejecutar los siguientes comandos (o similares dependiendo la configuración de su servidor):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Convertir la base de datos al conjunto de caracteres UTF8mb4",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Error crítico durante el proceso de actualización:",
|
| 15 |
+
"DatabaseUpgradeRequired": "La base de datos necesita actualizarse",
|
| 16 |
+
"DbUpgradeNotExecuted": "Actualización de base de datos no ejecutada.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Desactivando complementos incompatibles: %s",
|
| 18 |
+
"DownloadX": "Descarga %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Descargando actualización desde %s",
|
| 20 |
+
"DryRun": "Nota: esto es un simulacro",
|
| 21 |
+
"DryRunEnd": "Fin del simulacro",
|
| 22 |
+
"EmptyDatabaseError": "La base de datos %s está vacía. Debe modificar o eliminar su archivo de configuración de Matomo.",
|
| 23 |
+
"ErrorDIYHelp": "Si es un usuario avanzado y encuentra un error en la actualización de la base de datos:",
|
| 24 |
+
"ErrorDIYHelp_1": "identificar y corregir el origen del problema (por ejemplo, memory_limit o max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "ejecutar las consultas restantes que fallaron en la actualización",
|
| 26 |
+
"ErrorDIYHelp_3": "actualizar manualmente la tabla `option` en su base de datos Matomo, estableciendo el valor de version_core a la versión de la actualización fallida",
|
| 27 |
+
"ErrorDIYHelp_4": "volver a ejecutar el actualizador (a través del navegador o la línea de comandos) para continuar con el resto de las actualizaciones",
|
| 28 |
+
"ErrorDIYHelp_5": "informar el problema (y solución) de modo que Matomo pueda ser mejorado",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Error durante las actualizaciones del complemento:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Su versión Matomo %s está al día.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Archivo vacío.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Archivo incompatible: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "Archivo está incompleto: faltan algunos archivos (por ejemplo, %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Algunas carpetas no tienen permisos de escritura. Por favor, asegúrese de que las siguientes carpetas tienen permisos de escritura y vuelva a intentarlo: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "Una actualización de la base de datos es necesaria. Ejecutar actualización?",
|
| 36 |
+
"FeedbackRequest": "No dude en compartir sus ideas y sugerencias con el Equipo de Matomo aquí:",
|
| 37 |
+
"HelpMessageContent": "Revise las %1$s Matomo FAQ %2$s, las cuales explican los errores más comunes durante la actualización. %3$s Pregúntele a su administrador de sistema, capacitado para ayudarle en estas instancias, más que probable elacionadas con su servidor o la configuración MySQL.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "Lo anterior es un mensaje de error principal. Debería ayudarle a explicar la causa, pero si necesita más ayuda, por favor:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "Actualización completada con éxito, sin embargo hubo problemas durante el proceso. Por favor, lea las descripciones anteriores para obtener más detalles. Para obtener más ayuda:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Si administra un servidor Matomo con tráfico elevado, le recomendamos %1$sdesactivar momentáneamente el seguimiento de los visitantes y colocar la interfaz de usuario de Matomo en modo mantenimiento%2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Nota: algunos complementos no son compatibles con Matomo %s. Los actualizaremos si existe una nueva versión en el Marketplace, de lo contrario, los deshabilitaremos cuando los actualices:",
|
| 42 |
+
"InstallingTheLatestVersion": "Instalando la última versión",
|
| 43 |
+
"LatestBetaRelease": "Ultima versión beta estable",
|
| 44 |
+
"LatestStableRelease": "Última versión estable",
|
| 45 |
+
"LatestXBetaRelease": "Última versión beta %s",
|
| 46 |
+
"LatestXStableRelease": "Último estable %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "Para su conocimiento: estas son las consultas SQL y comandos de la consola que serán ejecutados para actualizar su base de datos a Matomo %s",
|
| 48 |
+
"LtsSupportVersion": "versión con soporte a largo plazo",
|
| 49 |
+
"MajorUpdateWarning1": "¡Esta es una actualización importante! Tardará más de lo usual.",
|
| 50 |
+
"MajorUpdateWarning2": "El siguiente consejo es especialmente importante para instalaciones voluminosas.",
|
| 51 |
+
"NeedHelpUpgrading": "¿Necesitas ayuda para actualizar Matomo?",
|
| 52 |
+
"NeedHelpUpgradingText": "Si necesitas apoyo para actualizar Matomo, los creadores de Matomo están aquí para ayudarte a hacer que la actualización de Matomo sea un éxito además de proporcionar todas las instrucciones, buenas prácticas y apoyo regular. %1$sContacta con los expertos de Matomo para empezar a actualizar Matomo de manera segura.%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Nota importante para grandes instalaciones de Matomo",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Clic aquí para actualizar sus complementos:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Haz clic aquí para actualizar sus temas:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "La nueva versión de Matomo %s está disponible",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Hay actualizaciones disponibles para los complementos de Matomo",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "¡Matomo se ha actualizado con éxito!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "¡Matomo actualizado con éxito!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "La base de datos de Matomo será actualizada desde la versión %1$s a la más reciente %2$s.",
|
| 61 |
+
"PostUpdateMessage": "Matomo siempre será gratuita tanto su descarga y uso, pero necesitamos su continuo apoyo para crecer y mejorar.",
|
| 62 |
+
"PostUpdateSupport": "Si necesita ayuda utilizando Matomo, puede obtener apoyo de sus creadores:",
|
| 63 |
+
"ReactivatedPlugins": "Reactivado plugins: %1$s",
|
| 64 |
+
"ReadyToGo": "¿Listo?",
|
| 65 |
+
"ReceiveEmailBecauseIsSuperUser": "Recibes este email poruqe eres un Super Usuario del sistema que está en: %s",
|
| 66 |
+
"ServicesSupport": "Servicios y asistencia",
|
| 67 |
+
"SkipCacheClear": "Saltarse la limpieza de cachés.",
|
| 68 |
+
"SkipCacheClearDesc": "Omite la limpieza de las cachés antes de la actualización. Esto sólo es útil si puede asegurarse de que las instancias que ejecutan este comando no han creado una caché todavía, y si la limpieza de la caché para muchas cuentas de Matomo puede convertirse en un cuello de botella.",
|
| 69 |
+
"ThankYouUpdatePiwik": "¡Gracias por utilizar Matomo y mantenerlo actualizado!",
|
| 70 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Las siguientes dimensiones serán actualizadas: %s.",
|
| 71 |
+
"TheFollowingPluginsWillBeUpgradedX": "Los siguientes complementos serán actualizados: %s.",
|
| 72 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Si tiene una gran base de datos Matomo, las actualizaciones podrían llevar mucho tiempo para ejecutarse en el navegador. En esta situación, puede ejecutar las actualizaciones desde la línea de comandos: %s",
|
| 73 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "El proceso de actualización de la base de datos puede llevar un tiempo, así que por favor sea paciente.",
|
| 74 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Algunos complementos que utiliza han sido actualizados en el Marketplace:",
|
| 75 |
+
"ThereIsNewVersionAvailableForUpdate": "Hay una nueva versión de Matomo disponible para actualizar",
|
| 76 |
+
"TheseCommandsWillBeExecuted": "Estos comandos de la consola serán ejecutados:",
|
| 77 |
+
"TheseSqlQueriesWillBeExecuted": "Estas consultas SQL serán ejecutadas:",
|
| 78 |
+
"TriggerDatabaseConversion": "Activar la conversión de la base de datos en segundo plano",
|
| 79 |
+
"UnpackingTheUpdate": "Desempaquetando la actualización",
|
| 80 |
+
"UpdateAutomatically": "Actualización automática",
|
| 81 |
+
"UpdateDetailsHidden1": "Los detalles de la actualización están ocultos por seguridad. Para verlos:",
|
| 82 |
+
"UpdateDetailsHidden2": "Añadir el parámetro %1$s GET en el URL (%2$s en %3$s), o",
|
| 83 |
+
"UpdateDetailsHidden3": "Ejecuta la actualización a través de la línea de comandos.",
|
| 84 |
+
"UpdateErrorTitle": "Error de actualización",
|
| 85 |
+
"UpdateHasBeenCancelledExplanation": "La actualización a-un-solo-clic de Matomo se ha cancelado. Si no puede solucionar el anterior mensaje de error, se recomienda que actualice Matomo manualmente. %1$s ¡Por favor, consulte la %2$sdocumentación de actualización%3$s para empezar!",
|
| 86 |
+
"UpdateLog": "Registro de actualización",
|
| 87 |
+
"UpdateSuccessTitle": "¡Matomo se ha actualizado correctamente!",
|
| 88 |
+
"UpdateTitle": "Actualizar",
|
| 89 |
+
"UpdateUsingHttpsFailed": "La descarga de la más reciente versión de Matomo sobre una conexión segura HTTPS no fue exitosa, debido al siguiente error:",
|
| 90 |
+
"UpdateUsingHttpsFailedHelp": "¿Por qué falló? La descarga de la última versión de Matomo (sobre una conexión segura HTTPS) puede fallar por diversas razones, por ejemplo, debido a un error de red, una baja velocidad de la misma o una configuración equivocada en su sistema. También puede que su servidor sea el objetivo de un ataque MITM y alguien está tratando de reemplazar la actualización con una versión maliciosa de Matomo.",
|
| 91 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Es recomendado volver a reiterar la descarga utilizando una conexión segura HTTPS en tanto previene de ataques MITM.",
|
| 92 |
+
"Updating": "Actualizando",
|
| 93 |
+
"UpdatingPluginXToVersionY": "Actualizando complemento %1$s a la versiòn %2$s",
|
| 94 |
+
"UpgradeComplete": "¡Actualización completa!",
|
| 95 |
+
"UpgradePiwik": "Actualizar Matomo",
|
| 96 |
+
"UsingHttp": "utilizando la conexión no-segura HTTP",
|
| 97 |
+
"UsingHttps": "utilizando una conexión segura HTTPS (recomendada)",
|
| 98 |
+
"Utf8mb4ConversionHelp": "Su base de datos actualmente no utiliza el conjunto de caracteres utf8mb4. Esto hace que sea imposible almacenar caracteres de 4 bytes, como emojis, caracteres menos comunes de idiomas asiáticos, varias escrituras históricas o símbolos matemáticos. Actualmente se reemplazan con %1$s.<br><br>Su base de datos admite el conjunto de caracteres utf8mb4 y sería posible convertirlo.<br><br>Si puede ejecutar los comandos de la consola, recomendamos usar este comando: %2$s<br><br>Alternativamente, puede habilitar la conversión aquí. Luego se activará automáticamente como una tarea programada en segundo plano.<br><br>Atención: la conversión de la base de datos puede demorar un par de horas, según el tamaño de la base de datos. Como es posible que el seguimiento no funcione durante este proceso, no recomendamos utilizar el activador para instancias más grandes.<br><br>Puede encontrar más información sobre este tema en estas %3$sFAQ%4$s.",
|
| 99 |
+
"VerifyingUnpackedFiles": "Verificando los archivos desempaquetados",
|
| 100 |
+
"ViewVersionChangelog": "Ver la lista de cambios para esta versión:",
|
| 101 |
+
"WarningMessages": "Mensajes de advertencia:",
|
| 102 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Desactivaremos automáticamente los siguientes complementos: %s",
|
| 103 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Puede actualizar automáticamente a la versión %s o descargar el paquete e instalarlo manualmente:",
|
| 104 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo no puede sobrescribir su actual instalación. Puede arreglar los permisos sea de los directorios/archivos, o descargar el paquete e instalar la versión %s manualmente:",
|
| 105 |
+
"YourDatabaseIsOutOfDate": "Su base de datos de Matomo está obsoleta, y debe ser actualizada antes de poder continuar."
|
| 106 |
+
}
|
| 107 |
+
}
|
plugins/CoreUpdater/lang/et.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CloudHosting": "Pilvemajutus",
|
| 4 |
+
"CriticalErrorDuringTheUpgradeProcess": "Kriitiline viga uuendamise protsessi ajal:",
|
| 5 |
+
"DatabaseUpgradeRequired": "Andmebaasi uuendus on vajalik",
|
| 6 |
+
"DownloadX": "Lae alla %s",
|
| 7 |
+
"DownloadingUpdateFromX": "Laen uuendust %s",
|
| 8 |
+
"EmptyDatabaseError": "Andmebaas %s on tühi. Sa pead muutma või eemaldama Matomou konfiguratsiooni faili.",
|
| 9 |
+
"ErrorDuringPluginsUpdates": "Viga lisatarkvara uuendamisel:",
|
| 10 |
+
"ExceptionArchiveEmpty": "Tühi arhiiv.",
|
| 11 |
+
"HelpMessageContent": "Vaata %1$s Matomo KKK %2$s milles selgitadakse tavapäraste probleemide põhjuseid ja lahendusi. %3$s Kui sa ei leia lahendust, siis küsi oma süsteemi administraatoritelt abi- nad võivad aidata juhul, kui need vead on seotud serveri või MySQL seadetega.",
|
| 12 |
+
"HelpMessageIntroductionWhenWarning": "Uuendamine edukalt lõpetatud, siiski esines protsessis vigu. Palun tutvu ülal vigade kirjeldustega. Saamaks rohkem abi:",
|
| 13 |
+
"HighTrafficPiwikServerEnableMaintenance": "Kui sa haldad suure liiklusega Matomo serverit, soovitame korraks %1$slülitada Matomou kasutajaliides hooldusrežiimi ja katkestada külastuste kohta info kogumine%2$s.",
|
| 14 |
+
"InstallingTheLatestVersion": "Paigaldan uusimat versiooni",
|
| 15 |
+
"LatestBetaRelease": "Viimane beetaversioon",
|
| 16 |
+
"LatestStableRelease": "Viimane stabiilne versioon",
|
| 17 |
+
"MajorUpdateWarning1": "Tegemist on suure uuendusega! See võtab tavapärasest kauem aega.",
|
| 18 |
+
"MajorUpdateWarning2": "Järgnev info on eriti oluline suure külastatavusega paigaldustele.",
|
| 19 |
+
"NoteForLargePiwikInstances": "Oluline teave suure liiklusega Matomou paigaldustele",
|
| 20 |
+
"NotificationSubjectAvailableCoreUpdate": "Uus Matomo %s on saadaval",
|
| 21 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo edukalt uuendatud!",
|
| 22 |
+
"PiwikUpdatedSuccessfully": "Matomo edukalt uuendatud!",
|
| 23 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo andmebaas uuendatakse versioonilt %1$s uuele versioonile %2$s.",
|
| 24 |
+
"ReadyToGo": "Valmis jätkamiseks?",
|
| 25 |
+
"TheFollowingPluginsWillBeUpgradedX": "Valitud lisatarkvarad uuendatakse: %s.",
|
| 26 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Kui sul on suur Matomou andmebaas, siis uuendused võivad veebisirvikus võtta liiga kaua aega. Sellisel juhul saad uuenduse teha käsurealt: %s",
|
| 27 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Andmebaasi uuendamise protsess võtab veidi aega, palun ole kannatlik.",
|
| 28 |
+
"ThereIsNewVersionAvailableForUpdate": "Uus Matomou versioon on saadaval",
|
| 29 |
+
"UnpackingTheUpdate": "Pakin uuendust lahti",
|
| 30 |
+
"UpdateAutomatically": "Uuenda automaatselt",
|
| 31 |
+
"UpdateErrorTitle": "Uuendamise viga",
|
| 32 |
+
"UpdateSuccessTitle": "Matomo edukalt uuendatud!",
|
| 33 |
+
"UpdateTitle": "Uuendus",
|
| 34 |
+
"UpgradeComplete": "Uuendamine lõpuni viidud!",
|
| 35 |
+
"UpgradePiwik": "Uuenda Matomo",
|
| 36 |
+
"VerifyingUnpackedFiles": "Kontrollin lahtipakitud failide terviklikkust",
|
| 37 |
+
"WarningMessages": "Hoiatussõnumid:",
|
| 38 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Lülitame automaatselt välja järgnevad lisatarkvarad: %s",
|
| 39 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Sa võid uuendada versioonile %s automaatselt või laadida alla paki ja paigaldada käsitsi:",
|
| 40 |
+
"YourDatabaseIsOutOfDate": "Sinu Matomou andmebaas on vananenud ja tuleb enne jätkamist uuendada."
|
| 41 |
+
}
|
| 42 |
+
}
|
plugins/CoreUpdater/lang/eu.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Guztia eguneratuta dago dagoeneko.",
|
| 4 |
+
"CheckingForPluginUpdates": "Pluginen eguneratze berririk baden egiaztatzen",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Egin klik hemen exekutatuko diren SQL kontsulta eta kontsolako komandoen zerrenda ikusi eta kopiatzeko",
|
| 6 |
+
"CloudHosting": "Hodeiko ostatatzea",
|
| 7 |
+
"ConsoleCommandDescription": "Bertsio-berritzeak abiarazten ditu. Erabili Matomoren oinarria edo edozein pluginen fitxategiak eguneratu ondoren. Gehitu --yes berrespenik gabe bertsio-berritzeko.",
|
| 8 |
+
"ConsoleParameterDescription": "Exekutatu eguneratzea zuzenean berrespenik eskatu gabe",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Datu-basearen bertsio-berritzeko prozesua hasten. Denbora beharko du, izan pazientzia.",
|
| 10 |
+
"ConsoleUpdateFailure": "Ezin izan da Matomo eguneratu! Ikusi informazio gehiago goian.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Oharra: Ez dago SQL kontsultarik edo kontsolako komandorik exekutatzeko.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Dirudienez %1$s erabiltzailearekin exekutatu duzu eguneratze hau, baina Matomoren fitxategiak %2$s erabiltzailearen jabetzakoak dira. \n\nMatomoren fitxategiak erabiltzaile zuzenak irakur ditzakeela ziurtatzeko posible da ondorengo komandoa exekutatu behar izatea (edo antzeko komando bat zure zerbitzariaren konfigurazioaren arabera):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Bihurtu datu-basea UTF8mb4 karaktere-jokora",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Errore kritikoa eguneraketa prozesuan:",
|
| 15 |
+
"DatabaseUpgradeRequired": "Datu-basearen bertsio-berritzea beharrezkoa",
|
| 16 |
+
"DbUpgradeNotExecuted": "Datu-basearen bertsio-berritzea ez da exekutatu.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Bateraezinak diren pluginak desgaitzen: %s",
|
| 18 |
+
"DownloadX": "Deskargatu %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Eguneraketa hemendik deskargatzen: %s",
|
| 20 |
+
"DryRun": "Oharra: hau proba bat da",
|
| 21 |
+
"DryRunEnd": "Probaren amaiera",
|
| 22 |
+
"EmptyDatabaseError": "%s datu-basea hutsik dago. Zure Matomo konfigurazio-fitxategia editatu edo ezabatu behar duzu.",
|
| 23 |
+
"ErrorDIYHelp": "Erabiltzaile aurreratua bazara eta datu-basearen bertsio-berritzean errore bat aurkitzen baduzu:",
|
| 24 |
+
"ErrorDIYHelp_1": "identifikatu eta zuzendu arazoaren iturburua (adibidez, memory_limit edo max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "exekutatu falta diren kontsultak huts egin duen eguneraketan",
|
| 26 |
+
"ErrorDIYHelp_3": "eguneratu eskuz zure Matomo datu-baseko `option` taula, version_core-ren balioa huts egin duen eguneraketara ezarriz",
|
| 27 |
+
"ErrorDIYHelp_4": "exekutatu berriro eguneratzailea (nabigatzailearen bidez edo komando-lerrotik) falta diren eguneraketekin jarraitzeko",
|
| 28 |
+
"ErrorDIYHelp_5": "eman arazoaren (eta soluzioaren) berri, Matomo hobetzeko",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Errorea pluginak eguneratzean:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Zure Matomo %s bertsioa eguneratuta dago.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Artxibo hutsa.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Artxibo bateraezina: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "Artxiboa osatu gabe dago: fitxategi batzuk falta dira (adib. %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Karpeta batzuetan ezin da idatzi. Ziurtatu ondorengo karpetetan idatzi daitekeela eta saiatu berriro: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "Datu-basea bertsio-berritzea beharrezkoa da. Eguneratzea exekutatu?",
|
| 36 |
+
"FeedbackRequest": "Nahi baduzu partekatu zure ideiak eta iradokizunak Matomo taldearekin hemen:",
|
| 37 |
+
"HelpMessageContent": "Emaiozu begirada %1$s Matomo MEGari %2$s. Eguneraketetan gerta daitezkeen ohiko erroreak azaltzen dira bertan. %3$s Galdetu zure sistemaren kudeatzaileari - ziurrenik laguntzeko moduan izango da, errorea zerbitzariarekin edo MySQLren konfigurazioari lotuta egon baitaiteke.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "Goikoa errore-mezua da. Arrazoia azaltzen lagun lezake, baina laguntza gehiago behar izanez gero:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "Eguneratzea ondo burutu da, baina arazoak egon dira prozesuan zehar. Mesedez irakur itzazu goiko azalpenak xehetasun gehiagorako. Laguntza gehiago jasotzeko:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Trafiko handiko Matomo zerbitzari bat kudeatzen baduzu, gomendagarria da %1$sune batez bisitarien jarraipena desgaitzea eta Matomoren erabiltzaile interfazea mantenu moduan jartzea%2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Oharra: plugin batzuk ez dira bateragarriak Matomoren %s bertsioarekin. Merkatuan eguneratze bat badago eguneratuko ditugu, bestela desgaitu egingo ditugu bertsio-berritzen duzunean:",
|
| 42 |
+
"InstallingTheLatestVersion": "Azkenengo bertsioa instalatzen",
|
| 43 |
+
"LatestBetaRelease": "Azken beta argitalpena",
|
| 44 |
+
"LatestStableRelease": "Azken argitalpen egonkorra",
|
| 45 |
+
"LatestXBetaRelease": "Azken beta %s",
|
| 46 |
+
"LatestXStableRelease": "Azken %s egonkorra",
|
| 47 |
+
"ListOfSqlQueriesFYI": "Jakin dezazun: hauek dira zure datu-basea Matomoren %s bertsiora eguneratzeko exekutatuko diren SQL kontsultak eta kontsolako komandoak",
|
| 48 |
+
"LtsSupportVersion": "Epe luzeko euskarria duen bertsioa",
|
| 49 |
+
"MajorUpdateWarning1": "Hau eguneratze handia da! Normalean baino denbora gehiago beharko du.",
|
| 50 |
+
"MajorUpdateWarning2": "Ondorengo gomendioa bereziki garrantzitsua da instalazio handientzat.",
|
| 51 |
+
"NeedHelpUpgrading": "Matomo bertsio-berritzeko laguntza behar duzu?",
|
| 52 |
+
"NeedHelpUpgradingText": "Zure Matomo eguneratzeko laguntza behar baduzu, Matomoren sortzaileek lagun zaitzakete eguneratze arrakastatsua izan dadin, jarraibideak, praktika onak eta euskarria emanez. %1$sJarri harremanetan Matomoren adituekin zure Matomo modu seguruan bertsio-berritzeko.%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Matomo instalazio handiak eguneratzeko ohar garrantzitsuak",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Egin klik hemen zure pluginak orain eguneratzeko:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Egin klik hemen zure gaiak orain eguneratzeko:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "Matomo %s berria eskuragarri dago",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Eguneratzeak eskuragarri daude zure Matomo pluginentzat",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo behar bezala eguneratu da!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Matomo behar bezala eguneratu da!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomoren datu-basea %1$s bertsiotik %2$s bertsio berrira bertsio-berrituko da.",
|
| 61 |
+
"PostUpdateMessage": "Matomo beti izango da doan eta libre deskargatzeko eta erabiltzeko, baina etengabeko babesa behar du hazi eta hobetzeko.",
|
| 62 |
+
"PostUpdateSupport": "Matomo erabiltzeko laguntza behar baduzu, sortzaileen euskarria izan dezakezu:",
|
| 63 |
+
"ReadyToGo": "Hasteko prest zaude?",
|
| 64 |
+
"ReceiveEmailBecauseIsSuperUser": "%s Matomo instalazioko super erabiltzailea zarelako jaso duzu posta elektroniko hau",
|
| 65 |
+
"ServicesSupport": "Zerbitzuak eta euskarria",
|
| 66 |
+
"SkipCacheClear": "Cache-ak garbitzea saltatzen.",
|
| 67 |
+
"SkipCacheClearDesc": "Eguneratu aurretik cache-ak garbitzea saltatzen du. Hau soilik erabilgarria da ziurtatu badezakezu komandoa exekutatuko instantziek oraindik ez dutela inongo cache-rik sortu, eta hainbat Matomo konturen cache-a garbitzeak ilarak sor baditzake.",
|
| 68 |
+
"ThankYouUpdatePiwik": "Mila esker Matomo erabiltzeagatik eta eguneratuta mantentzeagatik!",
|
| 69 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Ondorengo dimentsioak eguneratuko dira: %s.",
|
| 70 |
+
"TheFollowingPluginsWillBeUpgradedX": "Ondorengo pluginak eguneratuko dira: %s.",
|
| 71 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Matomo datu-base handia badaukazu, eguneratzeek oso luze jo dezakete nabigatzailean exekutatuta. Hala bada, komando-lerrotik exekuta ditzakezu eguneratzeak: %s",
|
| 72 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Datu-basea bertsio-berritzeko prozesuak denbora bat har lezake, izan pazientzia beraz.",
|
| 73 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Erabiltzen dituzun zenbait plugin eguneratu dira Merkatuan:",
|
| 74 |
+
"ThereIsNewVersionAvailableForUpdate": "Matomo bertsio berria eskura dago eguneratzeko",
|
| 75 |
+
"TheseCommandsWillBeExecuted": "Kontsolako komando hauek exekutatuko dira:",
|
| 76 |
+
"TheseSqlQueriesWillBeExecuted": "SQL kontsulta hauek exekutatuko dira:",
|
| 77 |
+
"TriggerDatabaseConversion": "Abiarazi datu-basearen bihurketa atzeko planoan",
|
| 78 |
+
"UnpackingTheUpdate": "Eguneratzea despaketatzen",
|
| 79 |
+
"UpdateAutomatically": "Eguneratu automatikoki",
|
| 80 |
+
"UpdateErrorTitle": "Errorea eguneratzean",
|
| 81 |
+
"UpdateHasBeenCancelledExplanation": "Matomoren klik bakarreko eguneratzea bertan behera utzi da. Goiko errore-mezua ezin baduzu konpondu, Matomo eskuz eguneratzea gomendatzen da. %1$s Emaiozu begirada bat %2$seguneratzeen dokumentazioari%3$s konponbidea bilatzeko!",
|
| 82 |
+
"UpdateLog": "Eguneratzearen egunkaria",
|
| 83 |
+
"UpdateSuccessTitle": "Matomo behar bezala eguneratu da!",
|
| 84 |
+
"UpdateTitle": "Eguneratu",
|
| 85 |
+
"UpdateUsingHttpsFailed": "Huts egin du Matomoren azken bertsioa HTTPS konexio segurua erabiliz deskargatzeak, errore honengatik:",
|
| 86 |
+
"UpdateUsingHttpsFailedHelp": "Zergatik egin du huts? HTTPS konexio segurua erabiliz Matomoren azken bertsioa deskargatzeak hainbat arrazoirengatik egin dezake huts. Adibidez, sareko erroreengatik, sareko abiadura motelagatik edo sistemaren konfigurazio okerragatik. Kontuan izan posible dela baita ere zure zerbitzaria MITM eraso baten biktima izatea eta norbait eguneratzea ordezkatu nahian aritzea Matomoren bertsio maltzur batekin.",
|
| 87 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Deskarga HTTPS konexio segurua erabiliz berriz egiten saiatzea gomendatzen da, MITM erasoak saihesten baititu.",
|
| 88 |
+
"Updating": "Eguneratzea",
|
| 89 |
+
"UpdatingPluginXToVersionY": "%1$s plugina %2$s bertsiora eguneratzen",
|
| 90 |
+
"UpgradeComplete": "Bertsio-berritzea burututa!",
|
| 91 |
+
"UpgradePiwik": "Bertsio-berritu Matomo",
|
| 92 |
+
"UsingHttp": "HTTP konexio ez-segurua erabiliz",
|
| 93 |
+
"UsingHttps": "HTTPS konexio segurua erabiliz (gomendatua)",
|
| 94 |
+
"Utf8mb4ConversionHelp": "Zure datu-baseak ez du utf8mb4 karaktere-jokoa erabiltzen une honetan. Horren ondorioz ezinezkoa da 4 byteko karaktereak gordetzea, esaterako emojiak, asiar hizkuntzetako karaktere ez horren ohikoak, zenbait idazkera historikoko karaktereak edo ikur matematikoak. Une horietan horiek honekin ordezkatzen dira: %1$s.<br><br>Zure datu-baseak utf8mb4 karaktere-jokoa onartzen du eta posible da bihurketa gauzatzea.<br><br>Kontsolako komandoak exekutatu baditzakezu, komando hau erabiltzea gomendatzen dizugu: %2$s<br><br>Bestela hemen gaitu dezakezu bihurketa. Ondoren automatikoki abiaraziko da atzeko planoko programatutako ataza bezala.<br><br>Kontuz: Datu-basea bihurtzeak bi orduraino iraun dezake, datu-basearen tamainaren arabera. Prozesuak iraun bitartean jarraipenak ez duenez funtzionatuko, ez da gomendagarria abiarazlea instantzia handietan erabiltzea.<br><br>Gaiari buruzko informazio gehiago aurkituko duzu %3$sMEG%4$s honetan.",
|
| 95 |
+
"VerifyingUnpackedFiles": "Despaketatutako fitxategiak egiaztatzen",
|
| 96 |
+
"ViewVersionChangelog": "Ikusi bertsio honen aldaketen egunkaria:",
|
| 97 |
+
"WarningMessages": "Abisu-mezuak:",
|
| 98 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Ondorengo pluginak automatikoki desgaitu ditugu: %s",
|
| 99 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "%s bertsiora automatikoki egunera dezakezu edo paketea deskargatu eta eskuz instalatu:",
|
| 100 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomok ezin du zure uneko instalazioa gainidatzi. Direktorioaren/fitxategiaren baimenak zuzendu ditzakezu, edo paketea deskargatu eta %s bertsioa eskuz instalatu:",
|
| 101 |
+
"YourDatabaseIsOutOfDate": "Zure Matomo datu-basea zaharkituta dago eta jarraitu aurretik bertsio-berritu behar da."
|
| 102 |
+
}
|
| 103 |
+
}
|
plugins/CoreUpdater/lang/fa.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CheckingForPluginUpdates": "بررسی برای بهروزرسانی جدید افزونه",
|
| 4 |
+
"CriticalErrorDuringTheUpgradeProcess": "خطای بحرانی در فرآیند به روز رسانی:",
|
| 5 |
+
"DatabaseUpgradeRequired": "بانک اطلاعاتی به بروزرسانی نیاز دارد.",
|
| 6 |
+
"DownloadX": "دانلود %s",
|
| 7 |
+
"DownloadingUpdateFromX": "دانلود آپدیت از %s",
|
| 8 |
+
"EmptyDatabaseError": "پایگاه داده ی %s خالی است. شما بایدفایل تنظیمات پیویک تان را ویرایش یا پاک نمایید.",
|
| 9 |
+
"ErrorDIYHelp": "اگر شما یک کاربر حرفه ای هستید و در بروزرسانی پایگاه داده با خطابرخورد کرده اید:",
|
| 10 |
+
"ErrorDIYHelp_1": "شناسایی و تصحیح منبع مشکل (به عنوان مثال، memory_limit را یا max_execution_time)",
|
| 11 |
+
"ErrorDIYHelp_2": "پرس و جوهای باقی مانده از بروزرسانی را که شکست خورده اند , اجرا کنید",
|
| 12 |
+
"ErrorDIYHelp_3": "دستی گزینه `` جدول در پایگاه داده خود را Matomo، به روز رسانی تنظیم ارزش از version_core را به نسخه به روز رسانی ناموفق",
|
| 13 |
+
"ErrorDIYHelp_4": "اجرای دوباره به روز رسانی (از طریق مرورگر یا خط فرمان) با به روز رسانی های باقی مانده برای ادامه",
|
| 14 |
+
"ErrorDIYHelp_5": "اشکال (و راه حل) را گزارش کنید تا پیویک بتواند بهتر شود",
|
| 15 |
+
"ErrorDuringPluginsUpdates": "خطا در هنگام بروزرسانی افزونه:",
|
| 16 |
+
"ExceptionAlreadyLatestVersion": "نسخه %s پیویک شما بروز است.",
|
| 17 |
+
"ExceptionArchiveEmpty": "بایگانی خالی است.",
|
| 18 |
+
"ExceptionArchiveIncompatible": "آرشیو نامعتبر %s",
|
| 19 |
+
"ExceptionArchiveIncomplete": "بایگانی ناتمام است: تعدادی از فایل ها گم شده اند(%s).",
|
| 20 |
+
"HelpMessageIntroductionWhenError": "در بالا پیام خطای هسته می باشد. آن باید درباره توضیح علت خطا کمک کند , اما اگر شما به کمک بیشتری نیاز دارید لطفا:",
|
| 21 |
+
"HelpMessageIntroductionWhenWarning": "به روز رسانی با موفقیت تمام شد، با این حال مسائل در طول فرآیند وجود دارد. لطفا شرح فوق برای جزئیات بیشتر. برای کمک بیشتر:",
|
| 22 |
+
"InstallingTheLatestVersion": "نصب آخرین نسخه",
|
| 23 |
+
"MajorUpdateWarning1": "این یک بروزرسانی اصلی است! بیش از معمول زمان خواهد برد.",
|
| 24 |
+
"MajorUpdateWarning2": "توصیه ای که در ادامه می آید به طور ویژه برای نصب های بزرگ مهم می باشد.",
|
| 25 |
+
"NoteForLargePiwikInstances": "نکات مهم برای نصب های بزرگ پیویک",
|
| 26 |
+
"NotificationClickToUpdatePlugins": "برای بروزرسانی پلاگین ها اینجا کلیک کنید:",
|
| 27 |
+
"NotificationClickToUpdateThemes": "برای بروزرسانی قالب ها اینجا کلیک کنید:",
|
| 28 |
+
"NotificationSubjectAvailablePluginUpdate": "بروزرسانی های موجود برای پلاگین های پیویک",
|
| 29 |
+
"PiwikHasBeenSuccessfullyUpgraded": "پیویک با موفقیت به روزرسانی شد!",
|
| 30 |
+
"PiwikUpdatedSuccessfully": "پیویک با موفقیت به روز رسانی شد!",
|
| 31 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "پایگاه داده ی پیویک از نسخه ی %1$s به نسخه ی %2$s ارتقا پیدا خواهد کرد.",
|
| 32 |
+
"ReadyToGo": "آماده اجرا هستید؟",
|
| 33 |
+
"TheFollowingPluginsWillBeUpgradedX": "این افزونه ها بروزرسانی خواهند شد: %s .",
|
| 34 |
+
"TheUpgradeProcessMayFailExecuteCommand": "اگر شما یک پایگاه داده ی پیویک بزرگ دارید , بروزرسانی ها در مرورگر ممکن است خیلی طول بکشد. در این مورد شما می توانید بروزرسانی ها را با خط فرمانتان اجرا کنید: %s",
|
| 35 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "فرایند ارتقا پایگاه داده مدتی زمان می برد , لطفا صبور باشید.",
|
| 36 |
+
"ThereIsNewVersionAvailableForUpdate": "نسخه جدیدی از پیویک برای بروزرسانی آماده است",
|
| 37 |
+
"UnpackingTheUpdate": "باز کردن به روز رسانی",
|
| 38 |
+
"UpdateAutomatically": "بروزرسانی خودکار",
|
| 39 |
+
"UpdateSuccessTitle": "پیویک با موفقیت به روزرسانی شد!",
|
| 40 |
+
"UpdateTitle": "بروزرسانی",
|
| 41 |
+
"Updating": "بهروزرسانی",
|
| 42 |
+
"UpgradeComplete": "بروزرسانی کامل شد!",
|
| 43 |
+
"UpgradePiwik": "ارتقا پیویک",
|
| 44 |
+
"VerifyingUnpackedFiles": "بررسی فایل های آن پک شده",
|
| 45 |
+
"WarningMessages": "پیام های هشدار:",
|
| 46 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "ما به طور خودکار این افزونه ها را غیر فعال کردیم: %s",
|
| 47 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "شما می توانید به طور خودکار به نسخه ی %s بروزرسانی کنید یا بسته را دانلود و دستی نصب کنید:",
|
| 48 |
+
"YourDatabaseIsOutOfDate": "پایگاه داده پیویک شما از رده خارج است و قبل از ادامه باید ارتقا یابد."
|
| 49 |
+
}
|
| 50 |
+
}
|
plugins/CoreUpdater/lang/fi.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Kaikki on jo ajan tasalla.",
|
| 4 |
+
"CheckingForPluginUpdates": "Tarkistetaan liitännäisten päivityksiä",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Klikkaa tästä nähdäksesi ja kopioidaksesi SQL-kyselyt ja konsolikomennot, jotka suoritetaan",
|
| 6 |
+
"CloudHosting": "Pilvipalvelu",
|
| 7 |
+
"ConsoleCommandDescription": "Käynnistää päivitykset. Käytä, kun Matomon ytimestä tai mistä tahansa lisäosasta on saatavissa päivityksiä. Lisää loppuun --yes suorittaaksesi päivitykset ilman vahvistuskysymyksiä.",
|
| 8 |
+
"ConsoleParameterDescription": "Suorita päivitys suoraan ilman vahvistuskysymyksiä",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Tietokannan päivitys aloitetaan nyt. Ole hyvä ja odota, sillä tässä saattaa kestää hetken aikaa.",
|
| 10 |
+
"ConsoleUpdateFailure": "Matomoa ei voitu päivittää. Lisätietoja yläpuolella.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Huomio: Ei SQL-kyselyjä tai konsolikomentoja suoritettavaksi.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Olet ilmeisesti suorittanut tämän päivityksen käyttäjätunnuksella %1$s, kun taas Matomon tiedostot omistaa käyttäjä %2$s. \n\nVarmistaaksesi, että oikea käyttäjätunnus pystyy lukemaan Matomon tiedostoa, voit joutua suorittamaan seuraavan komennon (tai vastaavan komennon riippuen palvelinympäristöstäsi):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Muunna tietokanta UTF8mb4-merkistöön",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Kriittinen virhe päivitysprosessissa:",
|
| 15 |
+
"DatabaseUpgradeRequired": "Tietokannan päivitys tarvitaan",
|
| 16 |
+
"DbUpgradeNotExecuted": "Tietokannan päivitystä ei suoritettu.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Poistetaan yhteensopimattomat liittännäiset käytöstä: %s",
|
| 18 |
+
"DownloadX": "Lataa %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Ladataan päivitystä osoitteesta %s",
|
| 20 |
+
"DryRun": "Huom! Tämä on kokeilu, muutoksia ei tehdä",
|
| 21 |
+
"DryRunEnd": "Kokeilun loppu",
|
| 22 |
+
"EmptyDatabaseError": "Tietokanta %s on tyhjä. Sinun täytyy muokata tai poistaa Matomon asetustiedosto.",
|
| 23 |
+
"ErrorDIYHelp": "Jos olet edistynyt käyttäjä ja tietokannan päivityksessä tapahtuu virhe:",
|
| 24 |
+
"ErrorDIYHelp_1": "etsi ja korjaa ongelman lähde (esim. memory_limit tai max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "aja jäljelle jääneet kyselyt epäonnistuneesta päivityksestä",
|
| 26 |
+
"ErrorDIYHelp_3": "päivitä manuaalisesti `option`-taulu Matomon tietokannasta. Aseta version_core epäonnistuneen päivityksen versioksi",
|
| 27 |
+
"ErrorDIYHelp_4": "aja päivitys uudelleen (selaimella tai komentoriviltä), jotta jäljellä olevat päivitykset ajetaan",
|
| 28 |
+
"ErrorDIYHelp_5": "raportoi ongelma (ja ratkaisu), jotta Matomoa voidaan parantaa",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Virhe lisäosien päivityksessä:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Matomo-versiosi %s on ajan tasalla.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Tyhjä arkistotiedosto.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Virheellinen arkisto: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "Arkisto on viallinen: osa tiedostoista puuttuu (esim. %s).",
|
| 34 |
+
"ExecuteDbUpgrade": "Tietokannan päivitys tarvitaan. Suoritetaanko päivitys?",
|
| 35 |
+
"FeedbackRequest": "Jaa ideoita ja suosituksia Matomo-tiimin kanssa tässä:",
|
| 36 |
+
"HelpMessageContent": "Tarkista %1$s Matomon FAQ:sta%2$s yleisimmät virheet. %3$s Kysy järjestelmän ylläpitäjältä - he voivat auttaa virheissä, jotka johtuvat luultavasti palvelimesta tai tietokannasta.",
|
| 37 |
+
"HelpMessageIntroductionWhenError": "Alla on ytimen virheviesti: Sen pitäisi auttaa virheen etsimisessä, mutta jos tarvitset lisää apua:",
|
| 38 |
+
"HelpMessageIntroductionWhenWarning": "Päivitys valmistui onnistuneesti, mutta prosessin aikana tapahtui virheitä. Ole hyvä ja lue alla olevat kuvaukset. Lisää apua:",
|
| 39 |
+
"HighTrafficPiwikServerEnableMaintenance": "Jos Matomo-palvelimellasi on suuria määriä liikennettä, suosittelemme %1$spoistamaan käyttäjäseurannan hetkellisesti käytöstä ja laittamaan Matomon käyttöliittymän huoltotilaan%2$s.",
|
| 40 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Huomio: jotkin lisäosat eivät ole yhteensopivia Matomon version %s kanssa. Päivitämme ne, jos niille on saatavilla päivitys markkinapaikalta, muussa tapauksessa poistamme ne käytöstä päivityksen yhteydessä:",
|
| 41 |
+
"InstallingTheLatestVersion": "Asennetaan uusinta versiota",
|
| 42 |
+
"LatestBetaRelease": "Viimeisin beta-julkaisu",
|
| 43 |
+
"LatestStableRelease": "Viimeisin vakaa julkaisu",
|
| 44 |
+
"LatestXBetaRelease": "Viimeisin beta %s",
|
| 45 |
+
"LatestXStableRelease": "Viimeisin vakaa %s",
|
| 46 |
+
"ListOfSqlQueriesFYI": "Tiedoksesi: tässä ovat SQL-kyselyt ja konsolikomennot, jotka suoritetaan tietokantasi päivityksen yhteydessä Matomon versioon %s",
|
| 47 |
+
"LtsSupportVersion": "Pitkään tuettu versio",
|
| 48 |
+
"MajorUpdateWarning1": "Tämä on iso päivitys! Päivityksessä kestää kauemmin kuin normaalisti.",
|
| 49 |
+
"MajorUpdateWarning2": "Seuraavat ohjeet ovat erityisen tärkeitä suurille asennuksille.",
|
| 50 |
+
"NeedHelpUpgrading": "Tarvitsetko apua Matomon päivityksessä?",
|
| 51 |
+
"NeedHelpUpgradingText": "Mikäli tarvitset apua Matomon päivityksessä, Matomon tekijät ovat valmiita auttamaan onnistuneessa päivityksessä ja tarjoamaan ohjeet, parhaat käytännöt ja jatkuvaa tukea. %1$sOta yhteyttä Matomo-asiantuntijoihin turvallisen Matomo-päivityksen aloittamiseksi.%2$s",
|
| 52 |
+
"NoteForLargePiwikInstances": "Tärkeää tietoa suurille Matomon asennuksille",
|
| 53 |
+
"NotificationClickToUpdatePlugins": "Klikkaa tästä päivittääksesi liitännäiset nyt:",
|
| 54 |
+
"NotificationClickToUpdateThemes": "Klikkaa tästä päivittääksesi teemat nyt:",
|
| 55 |
+
"NotificationSubjectAvailableCoreUpdate": "Uusi Matomo %s on saatavilla",
|
| 56 |
+
"NotificationSubjectAvailablePluginUpdate": "Matomon liitännäisiin on saatavilla päivityksiä",
|
| 57 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo on päivitetty onnistuneesti!",
|
| 58 |
+
"PiwikUpdatedSuccessfully": "Matomo päivitettiin onnistuneesti!",
|
| 59 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomon tietokanta päivitetään versiosta %1$s versioon %2$s.",
|
| 60 |
+
"PostUpdateMessage": "Matomo tulee aina olemaan vapaasti ladattavissa ja käytettävissä, mutta se tarvitsee jatkossakin tukea kasvaakseen ja kehittyäkseen.",
|
| 61 |
+
"PostUpdateSupport": "Jos tarvitset apua Matomon käytössä, voit saada tukea sen tekijöiltä:",
|
| 62 |
+
"ReadyToGo": "Valmis jatkamaan?",
|
| 63 |
+
"ReceiveEmailBecauseIsSuperUser": "Saat tämän viestin, koska olet seuraavan Matomo-asennuksen pääkäyttäjä: %s",
|
| 64 |
+
"ServicesSupport": "Palvelut ja tuki",
|
| 65 |
+
"ThankYouUpdatePiwik": "Kiitos, kun käytät Matomoa ja pidät sen ajan tasalla!",
|
| 66 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Seuraavat asiat päivitetään: %s.",
|
| 67 |
+
"TheFollowingPluginsWillBeUpgradedX": "Seuraavat liitännäiset päivitetään: %s.",
|
| 68 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Jos Matomon tietokanta on suuri, päivittäminen saattaa kestää liian kauan selaimella suoritettavaksi. Tässä tapauksessa voit ajaa komentoriviltä komennon %s",
|
| 69 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Tietokannan päivitys vie aikaa, ole kärsivällinen.",
|
| 70 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Osa liitännäisistä on päivitetty kaupassa:",
|
| 71 |
+
"ThereIsNewVersionAvailableForUpdate": "Matomosta on saatavilla uusi versio",
|
| 72 |
+
"TheseCommandsWillBeExecuted": "Nämä konsolikomennot suoritetaan:",
|
| 73 |
+
"TheseSqlQueriesWillBeExecuted": "Nämä SQL-kyselyt suoritetaan:",
|
| 74 |
+
"TriggerDatabaseConversion": "Laukaise tietokantakonversio taustalla",
|
| 75 |
+
"UnpackingTheUpdate": "Puretaan päivitystä",
|
| 76 |
+
"UpdateAutomatically": "Päivitä automaattisesti",
|
| 77 |
+
"UpdateErrorTitle": "Päivitysvirhe",
|
| 78 |
+
"UpdateHasBeenCancelledExplanation": "Matomon One Click Update on peruutettu. Jos et voi korjata yllä olevaa virheilmoitusta, on suositeltavaa päivittää Matomo manuaalisesti. %1$s Katso %2$sPäivitä dokumentaatio%3$s aloittaaksesi!",
|
| 79 |
+
"UpdateLog": "Päivitysloki",
|
| 80 |
+
"UpdateSuccessTitle": "Matomo on päivitetty onnistuneesti!",
|
| 81 |
+
"UpdateTitle": "Päivitys",
|
| 82 |
+
"UpdateUsingHttpsFailed": "Uusimman Matomo-version lataaminen suojatulla HTTPS-yhteydellä epäonnistui seuraavan virheen takia:",
|
| 83 |
+
"UpdateUsingHttpsFailedHelp": "Uusimman Matomo-version lataaminen (suojatulla HTTPS-yhteydellä) voi epäonnistua useasta syystä, kuten verkkovirheen, hitaan yhteyden tai asetusvirheen takia. Huomaa myös, että epäonnistuminen voi tarkoittaa sitä, että palvelimesi on MITM-hyökkäyksen kohteena, ja joku yrittää korvata päivityksen Matomo-versiolla, joka sisältää haittaohjelman.",
|
| 84 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "On suositeltavaa yrittää latausta uudelleen suojatulla HTTPS-yhteydellä, koska se ehkäisee MITM-hyökkäykset.",
|
| 85 |
+
"Updating": "Päivitetään",
|
| 86 |
+
"UpdatingPluginXToVersionY": "Päivitetään liitännäinen %1$s versioon %2$s",
|
| 87 |
+
"UpgradeComplete": "Päivitys valmis!",
|
| 88 |
+
"UpgradePiwik": "Päivitä Matomo",
|
| 89 |
+
"UsingHttp": "käyttämällä suojaamatonta HTTP-yhteyttä",
|
| 90 |
+
"UsingHttps": "käyttämällä suojattua HTTPS-yhteyttä (suositus)",
|
| 91 |
+
"VerifyingUnpackedFiles": "Tarkistetaan purettuja tiedostoja",
|
| 92 |
+
"ViewVersionChangelog": "katso muutostiedot tälle versiolle:",
|
| 93 |
+
"WarningMessages": "Varoitusviestit:",
|
| 94 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Seuraavat liitännäiset on automaattisesti poistettu käytöstä: %s",
|
| 95 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Voit päivittää versioon %s automaattisesti tai ladata paketin ja asentaa sen manuaalisesti:",
|
| 96 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo ei pysty ylikirjoittamaan nykyistä asennustasi. Voit joko korjata hakemistojen ja tiedostojen oikeudet tai ladata paketin ja asentaa version %s käsin:",
|
| 97 |
+
"YourDatabaseIsOutOfDate": "Matomon tietokanta on vanhentunut ja se tulee päivittää ennen jatkamista."
|
| 98 |
+
}
|
| 99 |
+
}
|
plugins/CoreUpdater/lang/fr.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Tout est déjà à jour.",
|
| 4 |
+
"CheckingForPluginUpdates": "Recherche de nouvelles mises à jour d'extensions",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Cliquez ici pour afficher et copier la liste des requêtes SQL et des commandes de console qui seront exécutées",
|
| 6 |
+
"CloudHosting": "Hébergement Cloud",
|
| 7 |
+
"ConsoleCommandDescription": "Déclenche les mises à jour. Utilisez ceci lorsque un des fichiers de Matomo ou des composants a été mis à jour. Ajoutez --yes pour mettre à jour sans confirmation.",
|
| 8 |
+
"ConsoleParameterDescription": "Exécute la mise à jour immédiatement sans demander de confirmation",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Démarrage du processus de mise à jour de la base de données maintenant. Ceci peut prendre du temps, veuillez patienter.",
|
| 10 |
+
"ConsoleUpdateFailure": "Matomo n'a pas pu être mis à jour ! Voir ci-dessus pour plus d'information.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Note : il n'y a aucune requête SQL ou commande console à exécuter.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Il semble que vous avez exécuté cette mise à jour avec l'utilisateur %1$s alors que les fichiers Matomo appartiennent à %2$s.\n\nAfin de vous assurer que les fichiers de Matomo soient lisibles par le bon utilisateur, vous pourriez devoir exécuter la commande suivante (ou similaire dépendamment de la configuration de votre serveur) :\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Convertir la base de données avec le codage UTF8mb4",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Erreur critique pendant le processus de mise à jour :",
|
| 15 |
+
"DatabaseUpgradeRequired": "Mise à niveau de la base de données requise",
|
| 16 |
+
"DbUpgradeNotExecuted": "Mise à jour de la base de données non exécutée.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Désactivation des extensions incompatibles : %s",
|
| 18 |
+
"DownloadX": "Télécharger %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Téléchargement de la mise à jour depuis %s",
|
| 20 |
+
"DryRun": "Note : ceci est un essai",
|
| 21 |
+
"DryRunEnd": "Fin de l'essai",
|
| 22 |
+
"EmptyDatabaseError": "La base de données %s est vide. Vous devez éditer ou supprimer votre fichier de configuration Matomo.",
|
| 23 |
+
"ErrorDIYHelp": "Si vous êtes un utilisateur avancé et que vous rencontrez une erreur lors de la mise à jour de la base de données :",
|
| 24 |
+
"ErrorDIYHelp_1": "identifiez la source exacte du problème (ex, memory_limit ou max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "exécutez les requêtes restantes qui ont échoué",
|
| 26 |
+
"ErrorDIYHelp_3": "mettez à jour manuellement la table `option` de votre base de données Matomo, en spécifiant la valeur de version_core à la version de celle de l'échec de la mise à jour",
|
| 27 |
+
"ErrorDIYHelp_4": "ré-exécutez le gestionnaire de mise à jour (en commande ou via le navigateur) pour continuer l'installation des mises à jour restantes",
|
| 28 |
+
"ErrorDIYHelp_5": "signalez le problème afin que Matomo soit amélioré",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Erreurs pendant les mises à jour de plugins :",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Votre version de Matomo %s est à jour.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Archive vide.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Archive incompatible : %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "L'archive est incomplète : des fichiers sont manquants (ex. %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Certains dossiers ne sont pas accessibles en écriture. Veuillez vous assurer que les dossiers suivants sont accessibles en écriture puis réessayez : %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "Une mise à jour de la base de données est nécessaire. Exécuter la mise à jour ?",
|
| 36 |
+
"FeedbackRequest": "N'hésitez pas à partager vos idées et suggestions avec l'équipe Matomo :",
|
| 37 |
+
"HelpMessageContent": "Allez voir la %1$s FAQ Matomo %2$s qui explique les erreurs courantes lors de la mise à jour. %3$s Demandez à votre administrateur système - il pourra être à même avec cette erreur qui est très probablement liée à la configuration de votre serveur MySQL.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "Ci-dessus est le message d'erreur du noyau. Cela devrait expliquer la cause, mais si vous nécessitez davantage d'aide merci de :",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "La mise à jour a été complétée avec succès. Cependant, des problèmes sont survenus. Lisez la description ci-dessus pour plus de détails. Pour davantage d'aide :",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Si vous gérez un serveur Matomo à haut traffic, nous recommandons de %1$sdésactiver momentanément le suivi des visiteurs et de mettre l'interface utilisateur de Matomo en mode de maintenance%2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Note : certains composants ne sont pas compatibles avec Matomo %s. Nous allons les mettre à jour si une nouvelle version existe sur le Marketplace, autrement nous les désactiverons lorsque vous effectuerez la mise à jour :",
|
| 42 |
+
"InstallingTheLatestVersion": "Installation de la dernière version",
|
| 43 |
+
"LatestBetaRelease": "Dernière version beta",
|
| 44 |
+
"LatestStableRelease": "Dernière version stable",
|
| 45 |
+
"LatestXBetaRelease": "Dernière version beta %s",
|
| 46 |
+
"LatestXStableRelease": "Dernière version stable %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "PVI : ce sont les requêtes SQL et les commandes console qui seront exécutées pour mettre à jour votre base de données vers Matomo %s",
|
| 48 |
+
"LtsSupportVersion": "Version Long Term Support",
|
| 49 |
+
"MajorUpdateWarning1": "C'est une mise à jour importante ! Elle va prendre plus de temps que d'habitude.",
|
| 50 |
+
"MajorUpdateWarning2": "Le conseil suivant est particulièrement important pour des installations conséquentes.",
|
| 51 |
+
"NeedHelpUpgrading": "Besoin d'aide pour mettre à jour Matomo ?",
|
| 52 |
+
"NeedHelpUpgradingText": "Si vous avez besoin de support pour mettre à jour Matomo, les créateurs de Matomo sont là pour vous aider à faire de votre mise à jour un succès et vous fournir toutes les instructions, bonnes pratiques et du support. %1$sContacter les experts Matomo pour démarrer en effectuer une mise à jour de Matomo en toute sécurité.%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Note importante pour les installations Matomo de taille importante",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Cliquez ici pour mettre à jour vos plugins maintenant :",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Cliquez ici pour mettre à jour vos thèmes maintenant :",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "Matomo %s est maintenant disponible",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Mises à jour disponibles pour vos plugins Matomo",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo a été mis à jour avec succès !",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Matomo a été mis à jour avec succès !",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "La base de données de Matomo sera mise à jour depuis la version %1$s vers la version %2$s.",
|
| 61 |
+
"PostUpdateMessage": "Matomo sera toujours gratuit à télécharger et utiliser, mais il a besoin de votre support continu pour grandir et s'améliorer.",
|
| 62 |
+
"PostUpdateSupport": "Si vous avez besoin d'aide pour utiliser Matomo, vous pouvez obtenir du support de la part de ses créateurs :",
|
| 63 |
+
"ReactivatedPlugins": "Extensions réactivées : %1$s",
|
| 64 |
+
"ReadyToGo": "Prêt à démarrer ?",
|
| 65 |
+
"ReceiveEmailBecauseIsSuperUser": "Vous recevez ce courriel car vous êtes un super utilisateur de l'installation Matomo à l'adresse : %s",
|
| 66 |
+
"ServicesSupport": "Services et Support",
|
| 67 |
+
"SkipCacheClear": "Ignorer la suppression des caches.",
|
| 68 |
+
"SkipCacheClearDesc": "Ignore la suppression des caches avant la mise à jour. Ceci n'est utile que si vous pouvez vous assurer que les instances exécutant cette commande n'ont pas encore créé de cache, et si l'effacement du cache pour de nombreux comptes Matomo peut devenir un goulot d'étranglement.",
|
| 69 |
+
"ThankYouUpdatePiwik": "Merci d'utiliser Matomo et de le garder à jour !",
|
| 70 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Les dimensions suivantes vont être mises à jour : %s.",
|
| 71 |
+
"TheFollowingPluginsWillBeUpgradedX": "Les plugins suivants seront mis à jour : %s.",
|
| 72 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Si votre base de données Matomo est trop volumineuse, la mise à jour pourra être trop longue pour l'effectuer depuis le navigateur. Dans ce cas exécutez la mise à jour depuis la ligne de commande : %s",
|
| 73 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Le procédé de mise à jour peut être long, veuillez patienter.",
|
| 74 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Certains de vos plugins ont été mis à jour sur le Marketplace :",
|
| 75 |
+
"ThereIsNewVersionAvailableForUpdate": "Il y a une nouvelle mise à jour de Matomo disponible",
|
| 76 |
+
"TheseCommandsWillBeExecuted": "Ces commandes de la console seront exécutées :",
|
| 77 |
+
"TheseSqlQueriesWillBeExecuted": "Ces requêtes SQL seront exécutées :",
|
| 78 |
+
"TriggerDatabaseConversion": "Déclencher en arrière-plan la conversion de la base de données",
|
| 79 |
+
"UnpackingTheUpdate": "Décompression de la mise à jour",
|
| 80 |
+
"UpdateAutomatically": "Mettre à jour automatiquement",
|
| 81 |
+
"UpdateDetailsHidden1": "Les détails de la mise à jour sont masqués pour des raisons de sécurité. Pour les afficher :",
|
| 82 |
+
"UpdateDetailsHidden2": "Ajoutez le paramètre GET %1$s à l’URL (%2$s dans %3$s), ou",
|
| 83 |
+
"UpdateDetailsHidden3": "Exécutez la mise à jour via la ligne de commande.",
|
| 84 |
+
"UpdateErrorTitle": "Erreur de mise à jour",
|
| 85 |
+
"UpdateHasBeenCancelledExplanation": "La mise à jour de Matomo en un clic a été désactivée. Si vous ne pouvez pas corriger la cause du message d'erreur ci-dessous, il est recommandé que vous fassiez manuellement la mise à jour de Matomo. %1$sConsultez la documentation%2$s de la mise à jour%3$s pour commencer !",
|
| 86 |
+
"UpdateLog": "Journal des mises à jour",
|
| 87 |
+
"UpdateSuccessTitle": "Matomo a été mis à jour avec succès !",
|
| 88 |
+
"UpdateTitle": "Mise à jour",
|
| 89 |
+
"UpdateUsingHttpsFailed": "Le téléchargement de la dernière version de Matomo via une connexion HTTPS sécurisée a échoué pour la raison suivante :",
|
| 90 |
+
"UpdateUsingHttpsFailedHelp": "Pourquoi est-ce que ça a échoué ? Le téléchargement de la dernière version de Matomo (via une connexion sécurisée HTTPS) peut échouer pour des raisons variées, par exemple à cause d'une erreur réseau, d'un réseau lent ou une mauvaise configuration système. Notez que cela pourrait aussi signifier que votre serveur est la cible d'une attaque de type \\\"homme du milieu\\\" et que quelqu'un essaie de remplacer la mise à jour avec une version malveillante de Matomo.",
|
| 91 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Il est recommandé de réessayer le téléchargement en utilisant une connexion HTTPS sécurisée car cela empèche les attaques du type \"homme du milieu\" (MITM).",
|
| 92 |
+
"Updating": "Mise à jour en cours",
|
| 93 |
+
"UpdatingPluginXToVersionY": "Mise à jour du composant %1$s à la version %2$s",
|
| 94 |
+
"UpgradeComplete": "Mise à jour complète !",
|
| 95 |
+
"UpgradePiwik": "Mettez Matomo à jour",
|
| 96 |
+
"UsingHttp": "en utilisant une connexion HTTP non sécurisée",
|
| 97 |
+
"UsingHttps": "en utilisant une connexion sécurisée HTTPS (recommandé)",
|
| 98 |
+
"Utf8mb4ConversionHelp": "Actuellement, votre base de données n'utilise pas l'encodage utf8mb4. Ceci rend impossible le stockage des caractères sur 4 octets tel que les émojis, les caractères moins courants des langues asiatiques, divers scripts historiques ou des symboles mathématiques. Ils sont pour le moment remplacés par %1$s. <br><br>Votre base de données supporte l'encodage utf8mb4 et il est possible de la convertir.<br><br>Si vous pouvez lancer des commandes en console, nous recommandons d'utiliser cette commande : %2$s<br><br>Sinon vous pouvez lancer la conversion ici. Elle sera déclenchée automatiquement via une tâche programmée en arrière-plan.<br><br>Attention : la conversion d'une base de données peut prendre plusieurs heures selon la taille de la base. Comme le suivi peut ne pas fonctionner durant la conversion, nous ne recommandons pas d'utiliser ce déclencheur pour les grandes instances.<br><br>Vous pouvez trouver %3$splus d'information à ce sujet dans cette FAQ%4$s.",
|
| 99 |
+
"VerifyingUnpackedFiles": "Vérification des fichiers décompressés",
|
| 100 |
+
"ViewVersionChangelog": "Voir les changements pour cette version :",
|
| 101 |
+
"WarningMessages": "Messages d'avertissement :",
|
| 102 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Nous avons automatiquement désactivé les plugins suivants : %s",
|
| 103 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Vous pouvez mettre à jour vers la version %s automatiquement ou télécharger l'archive et l'installer manuellement :",
|
| 104 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo ne peut pas écraser votre installation courante. Vous pouvez soit corriger les permissions du répertoire/fichier, soit télécharger le package et installer la version %s manuellement :",
|
| 105 |
+
"YourDatabaseIsOutOfDate": "Votre base de données est expirée et doit être mise à jour avant de pouvoir continuer."
|
| 106 |
+
}
|
| 107 |
+
}
|
plugins/CoreUpdater/lang/ga.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Tá gach rud cothrom le dáta cheana féin.",
|
| 4 |
+
"CheckingForPluginUpdates": "Seiceáil le haghaidh nuashonruithe breiseáin nua",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Cliceáil anseo chun liosta na gceisteanna SQL agus na n-orduithe consóil a fheiceáil agus a chóipeáil a fhorghníomhófar",
|
| 6 |
+
"CloudHosting": "Óstáil scamall",
|
| 7 |
+
"ConsoleCommandDescription": "Triggers uasghrádú. Bain úsáid as tar éis Matomo croí nó aon chomhaid breiseán a bheith cothrom le dáta. Iarcheangail --yes a uasghrádú gan deimhniú.",
|
| 8 |
+
"ConsoleParameterDescription": "Rith an nuashonrú go díreach gan deimhniú a iarraidh",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Tús a chur leis an bpróiseas uasghrádaithe bunachar sonraí anois. D'fhéadfadh sé seo a ghlacadh ar feadh tamaill, mar sin le do thoil a bheith foighneach.",
|
| 10 |
+
"ConsoleUpdateFailure": "Níorbh fhéidir Matomo a nuashonrú! Féach thuas le haghaidh tuilleadh eolais.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Nóta: Níl aon cheisteanna SQL nó orduithe consól a fhorghníomhú.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Dealraíonn sé gur rith tú an nuashonrú seo leis an úsáideoir %1$s, agus gur le %2$s do chomhaid Matomo. \n\nChun a chinntiú go bhfuil na comhaid Matomo inléite ag an úsáideoir ceart, b'fhéidir go mbeidh ort an t-ordú seo a leanas a rith (nó ordú den chineál céanna ag brath ar chumraíocht do fhreastalaí):\n\n$%3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Tiontaigh bunachar sonraí go charset UTF8mb4",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Earráid Chriticiúil le linn an phróisis nuashonraithe:",
|
| 15 |
+
"DatabaseUpgradeRequired": "Uasghrádú Bunachar Sonraí de Dhíth",
|
| 16 |
+
"DbUpgradeNotExecuted": "Níor cuireadh uasghrádú ar an mbunachar sonraí i gcrích.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Breiseáin neamh-chomhoiriúnacha á ndíchumasú: %s",
|
| 18 |
+
"DownloadX": "Íosluchtaigh %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Nuashonrú á íosluchtú ó %s",
|
| 20 |
+
"DryRun": "Tabhair faoi deara: is Rith Tirim é seo",
|
| 21 |
+
"DryRunEnd": "Deireadh an Rith Thirim",
|
| 22 |
+
"EmptyDatabaseError": "Tá an bunachar sonraí %s folamh. Ní mór duit do chomhad cumraíochta Matomo a chur in eagar nó a bhaint.",
|
| 23 |
+
"ErrorDIYHelp": "Má tá tú ag úsáideoir chun cinn agus teacht ar earráid san uasghrádú bunachar sonraí:",
|
| 24 |
+
"ErrorDIYHelp_1": "foinse na faidhbe a aithint agus a cheartú (m.sh., memory_limit nó max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "na ceisteanna eile a rith sa nuashonrú ar theip orthu",
|
| 26 |
+
"ErrorDIYHelp_3": "an tábla 'rogha' a nuashonrú de láimh i do bhunachar sonraí Matomo, ag socrú luach na version_core leis an leagan den nuashonrú teipthe",
|
| 27 |
+
"ErrorDIYHelp_4": "an updater a ath-rith (tríd an mbrabhsálaí nó trí líne na n-orduithe) chun leanúint ar aghaidh leis na nuashonruithe atá fágtha",
|
| 28 |
+
"ErrorDIYHelp_5": "an fhadhb a thuairisciú (agus réiteach) ionas gur féidir Matomo a fheabhsú",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Earráid le linn nuashonruithe breiseáin:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Tá do leagan Matomo %s cothrom le dáta.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Cartlann fholamh.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Cartlann neamh-chomhoiriúnach: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "Tá an chartlann neamhiomlán: tá roinnt comhad ar iarraidh (m.sh. %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Níl roinnt fillteáin inscríofa. Cinntigh go bhfuil na fillteáin seo a leanas inscríofa agus bain triail eile as: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "Tá uasghrádú bunachar sonraí ag teastáil. Rith nuashonrú?",
|
| 36 |
+
"FeedbackRequest": "Thig leat do chuid smaointe agus moltaí a roinnt le Foireann Matomo anseo:",
|
| 37 |
+
"HelpMessageContent": "Seiceáil an %1$s Matomo Ceisteanna Coitianta%2$s a mhíníonn na hearráidí is coitianta le linn an nuashonraithe. %3$s Cuir ceist ar riarthóir an chórais - b'fhéidir go mbeidh siad in ann cabhrú leat leis an earráid is dóichí a bhaineann le do fhreastalaí nó le socrú MySQL.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "Is é an méid thuas an teachtaireacht earráide lárnach. Ba chóir go gcabhródh sé leis an gcúis a mhíniú, ach má theastaíonn tuilleadh cabhrach uait, le do thoil:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "Cuireadh an nuashonrú i gcrích go rathúil, ach bhí saincheisteanna ann le linn an phróisis. Léigh na tuairiscí thuas le haghaidh sonraí. Chun tuilleadh cabhrach a fháil:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Má bhainistíonn tú freastalaí Matomo tráchta ard, molaimid %1$smomentarily rianú cuairteoirí a dhíchumasú agus Comhéadan Úsáideora Matomo a chur i mód cothabhála%2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Nóta: níl roinnt breiseán comhoiriúnach le Matomo %s. Déanfaimid iad a nuashonrú má tá nuashonrú ar an Margadh, ar shlí eile déanfaimid iad a dhíchumasú nuair a dhéanann tú uasghrádú:",
|
| 42 |
+
"InstallingTheLatestVersion": "Suiteáil an leagan is déanaí",
|
| 43 |
+
"LatestBetaRelease": "Scaoileadh béite is déanaí",
|
| 44 |
+
"LatestStableRelease": "Scaoileadh cobhsaí is déanaí",
|
| 45 |
+
"LatestXBetaRelease": "Béite is déanaí %s",
|
| 46 |
+
"LatestXStableRelease": "Stábla is déanaí %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "FYI: is iad seo na ceisteanna SQL agus orduithe consóil a fhorghníomhófar chun do bhunachar sonraí a uasghrádú go Matomo %s",
|
| 48 |
+
"LtsSupportVersion": "Leagan Tacaíochta Fadtéarmach",
|
| 49 |
+
"MajorUpdateWarning1": "Is nuashonrú mór é seo! Tógfaidh sé níos faide ná mar is gnách.",
|
| 50 |
+
"MajorUpdateWarning2": "Tá an chomhairle seo a leanas thar a bheith tábhachtach do shuiteálacha móra.",
|
| 51 |
+
"NeedHelpUpgrading": "An bhfuil cabhair uait chun Matomo a uasghrádú?",
|
| 52 |
+
"NeedHelpUpgradingText": "Má theastaíonn tacaíocht uait chun do Matomo a uasghrádú, tá cruthaitheoirí Matomo anseo chun cabhrú leat rath a dhéanamh ar an Matomo agus gach treoir, dea-chleachtas agus tacaíocht leanúnach a sholáthar. %1$sContact na saineolaithe Matomo chun tús a chur le uasghrádú do Matomo go sábháilte.%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Nótaí tábhachtacha do shuiteálacha móra Matomo",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Cliceáil anseo chun do bhreiseáin a nuashonrú anois:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Cliceáil anseo chun do théamaí a nuashonrú anois:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "Tá Matomo %s nua ar fáil",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Nuashonruithe ar fáil le do bhreiseáin Matomo",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Rinneadh Matomo a nuashonrú go rathúil!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Matomo suas chun dáta go rathúil!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Déanfar bunachar sonraí Matomo a uasghrádú ó leagan %1$s go dtí an leagan nua %2$s.",
|
| 61 |
+
"PostUpdateMessage": "Beidh Matomo saor in aisce i gcónaí le híoslódáil agus le húsáid, ach teastaíonn do thacaíocht leanúnach uaidh chun fás agus feabhsú.",
|
| 62 |
+
"PostUpdateSupport": "Má theastaíonn cabhair uait ag baint úsáide as Matomo, is féidir leat tacaíocht a fháil óna chruthaitheoirí:",
|
| 63 |
+
"ReactivatedPlugins": "Breiseáin athghníomhachtaithe: %1$s",
|
| 64 |
+
"ReadyToGo": "Réidh le dul?",
|
| 65 |
+
"ReceiveEmailBecauseIsSuperUser": "Faigheann tú an ríomhphost seo toisc gur Sárúsáideoir thú ar an Matomo ag: %s",
|
| 66 |
+
"ServicesSupport": "Seirbhísí agus tacaíocht",
|
| 67 |
+
"SkipCacheClear": "Gan bacadh le taisce imréitigh.",
|
| 68 |
+
"SkipCacheClearDesc": "Scipeáil glanadh taisce roimh nuashonrú. Níl sé seo úsáideach ach amháin más féidir leat a chinntiú nár chruthaigh cásanna a ritheann an t-ordú seo taisce ar chor ar bith go fóill, agus más féidir leis an taisce a ghlanadh do go leor cuntais Matomo a bheith ina scrogaill.",
|
| 69 |
+
"ThankYouUpdatePiwik": "Go raibh maith agat as Matomo a úsáid agus é a choinneáil cothrom le dáta!",
|
| 70 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Nuashonrófar na toisí seo a leanas: %s.",
|
| 71 |
+
"TheFollowingPluginsWillBeUpgradedX": "Nuashonrófar na breiseáin seo a leanas: %s.",
|
| 72 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Má tá bunachar sonraí mór Matomo agat, d'fhéadfadh nuashonruithe a bheith ró-fhada le rith sa bhrabhsálaí. Sa chás seo, is féidir leat na nuashonruithe a rith ó do líne ordaithe: %s",
|
| 73 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "D'fhéadfadh an próiseas uasghrádaithe bunachar sonraí a ghlacadh ar feadh tamaill, mar sin le do thoil a bheith foighneach.",
|
| 74 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Rinneadh roinnt breiseán a úsáideann tú a nuashonrú ar an Margadh:",
|
| 75 |
+
"ThereIsNewVersionAvailableForUpdate": "Tá leagan nua de Matomo ar fáil le nuashonrú",
|
| 76 |
+
"TheseCommandsWillBeExecuted": "Rithfear na horduithe consóil seo:",
|
| 77 |
+
"TheseSqlQueriesWillBeExecuted": "Beidh na ceisteanna SQL a fhorghníomhú:",
|
| 78 |
+
"TriggerDatabaseConversion": "Truicear comhshó bunachar sonraí sa chúlra",
|
| 79 |
+
"UnpackingTheUpdate": "An nuashonrú a dhíphacáil",
|
| 80 |
+
"UpdateAutomatically": "Nuashonraigh go huathoibríoch",
|
| 81 |
+
"UpdateDetailsHidden1": "Tá sonraí an nuashonraithe i bhfolach ar mhaithe le slándáil. Chun iad a fheiceáil:",
|
| 82 |
+
"UpdateDetailsHidden2": "Cuir an paraiméadar %1$s GET leis an URL (%2$s i %3$s), nó",
|
| 83 |
+
"UpdateDetailsHidden3": "Rith an nuashonrú tríd an líne ordaithe.",
|
| 84 |
+
"UpdateErrorTitle": "Earráid nuashonraithe",
|
| 85 |
+
"UpdateHasBeenCancelledExplanation": "Tá Matomo One Click Update curtha ar ceal. Mura féidir leat an teachtaireacht earráide thuas a shocrú, moltar duit Matomo a nuashonrú de láimh. %1$s Féach ar na doiciméid %2$sUpdate%3$s le tosú!",
|
| 86 |
+
"UpdateLog": "Logchomhad nuashonraithe",
|
| 87 |
+
"UpdateSuccessTitle": "Rinneadh Matomo a nuashonrú go rathúil!",
|
| 88 |
+
"UpdateTitle": "Nuashonrú",
|
| 89 |
+
"UpdateUsingHttpsFailed": "Níor éirigh leis an leagan Matomo is déanaí a íoslódáil thar nasc slán HTTPS, mar gheall ar an earráid seo a leanas:",
|
| 90 |
+
"UpdateUsingHttpsFailedHelp": "Cén fáth ar theip air? Má íoslódálann tú an leagan Matomo is déanaí (thar nasc slán HTTPS) is féidir go dteipfeadh air ar chúiseanna éagsúla, mar shampla mar gheall ar earráid líonra, luas mall líonra nó cumraíocht an chórais mhícheart. Tabhair faoi deara go bhféadfadh sé a chiallaíonn freisin go bhfuil do fhreastalaí an sprioc ionsaí MITM agus tá duine éigin ag iarraidh a chur in ionad an nuashonrú le leagan mailíseach de Matomo.",
|
| 91 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Moltar an íoslódáil a atriail ag baint úsáide as an nasc slán HTTPS mar go gcuireann sé cosc ar ionsaithe MITM.",
|
| 92 |
+
"Updating": "Ag nuashonrú",
|
| 93 |
+
"UpdatingPluginXToVersionY": "Breiseán%1$s á nuashonrú go leagan %2$s",
|
| 94 |
+
"UpgradeComplete": "Uasghrádú críochnaithe!",
|
| 95 |
+
"UpgradePiwik": "Uasghrádú Matomo",
|
| 96 |
+
"UsingHttp": "ag baint úsáide as an nasc HTTP neamhshlán",
|
| 97 |
+
"UsingHttps": "ag baint úsáide as an nasc slán HTTPS (molta)",
|
| 98 |
+
"Utf8mb4ConversionHelp": "Níl do bhunachar sonraí ag úsáid tacar charachtair utf8mb4 faoi láthair. Fágann sin go bhfuil sé dodhéanta carachtair 4 bheart a stóráil, mar emojis, carachtair as teangacha na hÁise nach bhfuil chomh coitianta, scripteanna stairiúla éagsúla nó siombailí matamaitice. Tá %1$s ina n-ionad faoi láthair.<br><br>Tacaíonn do bhunachar sonraí leis an tacar carachtar utf8mb4 agus d'fhéadfaí é a thiontú.<br><br>Má tá tú in ann orduithe consóil a rith, táimid moladh an t-ordú seo a úsáid: %2$s<br><br>De rogha air sin is féidir leat an tiontú a chumasú anseo. Cuirfear tús leis go huathoibríoch ansin mar thasc sceidealta sa chúlra.<br><br>Aird: Seans go dtógfaidh sé suas le cúpla uair an chloig chun an bunachar sonraí a thiontú ag brath ar mhéid an bhunachair shonraí. Toisc seans nach n-oibreoidh an rianú le linn an phróisis seo, ní mholaimid an truicear a úsáid le haghaidh cásanna níos mó.<br><br>Is féidir leat tuilleadh eolais a fháil faoin ábhar seo sa %3$sFAQ%4$s seo.",
|
| 99 |
+
"VerifyingUnpackedFiles": "Na comhaid neamhphacáilte a fhíorú",
|
| 100 |
+
"ViewVersionChangelog": "Amharc ar an changelog don leagan seo:",
|
| 101 |
+
"WarningMessages": "Teachtaireachtaí rabhaidh:",
|
| 102 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Dhíghníomhachtaigh muid na breiseáin seo a leanas go huathoibríoch: %s",
|
| 103 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Is féidir leat nuashonrú go leagan %s go huathoibríoch nó an pacáiste a íoslódáil agus é a shuiteáil de láimh:",
|
| 104 |
+
"YouMustDownloadPackageOrFixPermissions": "Níl Matomo in ann do shuiteáil reatha a fhorscríobh. Is féidir leat ceadanna comhadlainne/comhaid a shocrú, nó an pacáiste a íoslódáil agus leagan %s a shuiteáil de láimh:",
|
| 105 |
+
"YourDatabaseIsOutOfDate": "Tá do bhunachar sonraí Matomo as dáta, agus ní mór é a uasghrádú sular féidir leat leanúint ar aghaidh."
|
| 106 |
+
}
|
| 107 |
+
}
|
plugins/CoreUpdater/lang/gl.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"DownloadX": "Descargar %s",
|
| 4 |
+
"ExceptionArchiveEmpty": "Arquivo baleiro.",
|
| 5 |
+
"ExceptionArchiveIncompatible": "Arquivo incompatíbel: %s",
|
| 6 |
+
"ExceptionArchiveIncomplete": "O arquivo está incompleto: faltan algúns ficheiros (p.ex. %s).",
|
| 7 |
+
"InstallingTheLatestVersion": "A instalar a versión máis recente",
|
| 8 |
+
"LatestBetaRelease": "Versión beta máis recente",
|
| 9 |
+
"LatestStableRelease": "Versión estábel máis recente",
|
| 10 |
+
"NotificationClickToUpdateThemes": "Prema aquí para actualizar os temas agora:",
|
| 11 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo foi actualizado correctamente!",
|
| 12 |
+
"ThankYouUpdatePiwik": "Grazas por usar Matomo e mantelo actualizado!",
|
| 13 |
+
"UpdateErrorTitle": "Erro de actualización",
|
| 14 |
+
"UpdateSuccessTitle": "Matomo foi actualizado correctamente!",
|
| 15 |
+
"UpdateTitle": "Actualizar",
|
| 16 |
+
"UpgradeComplete": "Anovación rematada!",
|
| 17 |
+
"UpgradePiwik": "Anovar Matomo",
|
| 18 |
+
"VerifyingUnpackedFiles": "A comprobar os ficheiros desempaquetados",
|
| 19 |
+
"ViewVersionChangelog": "Ver o rexistro de cambios desta versión:",
|
| 20 |
+
"WarningMessages": "Mensaxes de advertencia:"
|
| 21 |
+
}
|
| 22 |
+
}
|
plugins/CoreUpdater/lang/gu.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "બધું પહેલેથી જ અદ્યતન છે.",
|
| 4 |
+
"CheckingForPluginUpdates": "નવા પ્લગઇન અપડેટ્સ માટે તપાસી રહ્યા છે",
|
| 5 |
+
"ClickHereToViewSqlQueries": "SQL ક્વેરીઝ અને કન્સોલ આદેશોની સૂચિ જોવા અને કૉપિ કરવા માટે અહીં ક્લિક કરો જે અમલમાં આવશે",
|
| 6 |
+
"CloudHosting": "ક્લાઉડ હોસ્ટિંગ",
|
| 7 |
+
"ConsoleCommandDescription": "અપગ્રેડને ટ્રિગર કરે છે. Matomo કોર અથવા કોઈપણ પ્લગઈન ફાઈલો અપડેટ થઈ ગયા પછી તેનો ઉપયોગ કરો. ખાતરી વિના અપગ્રેડ કરવા માટે --હા ઉમેરો.",
|
| 8 |
+
"ConsoleParameterDescription": "પુષ્ટિકરણ માટે પૂછ્યા વિના સીધા અપડેટને એક્ઝિક્યુટ કરો",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "હવે ડેટાબેઝ અપગ્રેડ પ્રક્રિયા શરૂ કરી રહ્યા છીએ. આને થોડી વાર લાગી શકે છે, તેથી કૃપા કરીને ધીરજ ધરો.",
|
| 10 |
+
"ConsoleUpdateFailure": "Matomo અપડેટ કરી શકાયું નહીં! વધુ માહિતી માટે ઉપર જુઓ.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "નોંધ: કોઈ SQL ક્વેરીઝ અથવા કન્સોલ કમાન્ડો ચલાવવાની જરૂર નથી.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "એવું લાગે છે કે તમે આ અપડેટ વપરાશકર્તા %1$s સાથે એક્ઝિક્યુટ કર્યું છે, જ્યારે તમારી Matomo ફાઇલો %2$s ની માલિકીની છે.\n\nMatomo ફાઇલો યોગ્ય વપરાશકર્તા દ્વારા વાંચી શકાય તેવી છે તેની ખાતરી કરવા માટે, તમારે નીચેનો આદેશ (અથવા તમારા સર્વર કન્ફિગરેશનના આધારે સમાન આદેશ) ચલાવવાની જરૂર પડી શકે છે:\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "UTF8mb4 અક્ષર સેટ પર ડેટાબેઝ કન્વર્ટ કરો",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "અપડેટ પ્રક્રિયા દરમિયાન ગંભીર ભૂલ:",
|
| 15 |
+
"DatabaseUpgradeRequired": "ડેટાબેઝ અપગ્રેડ જરૂરી છે",
|
| 16 |
+
"DbUpgradeNotExecuted": "ડેટાબેઝ અપગ્રેડ કરવામાં આવ્યું નથી.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "અસંગત પ્લગઈન્સ ને અક્ષમ કરી રહ્યા છે: %s",
|
| 18 |
+
"DownloadX": "%s ડાઉનલોડ કરો",
|
| 19 |
+
"DownloadingUpdateFromX": "%s પરથી અપડેટ ડાઉનલોડ કરી રહ્યા છે",
|
| 20 |
+
"DryRun": "નોંધ: આ ડ્રાય રન છે",
|
| 21 |
+
"DryRunEnd": "ડ્રાય રનનો અંત",
|
| 22 |
+
"EmptyDatabaseError": "ડેટાબેઝ %s ખાલી છે. તમારે તમારી Matomo કન્ફિગરેશન ફાઇલને સંપાદિત કરવી અથવા દૂર કરવી આવશ્યક છે.",
|
| 23 |
+
"ErrorDIYHelp": "જો તમે અદ્યતન વપરાશકર્તા છો અને ડેટાબેઝ અપગ્રેડમાં ભૂલનો સામનો કરો છો:",
|
| 24 |
+
"ErrorDIYHelp_1": "સમસ્યાનું સ્ત્રોત ઓળખો અને તેને સુધારો (ઉદા., memory_limit અથવા max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "અપડેટમાં નિષ્ફળ થયેલી બાકીની ક્વેરીઝ ચલાવો",
|
| 26 |
+
"ErrorDIYHelp_3": "તમારા Matomo ડેટાબેઝમાં `option` ટેબલને જાતે અપડેટ કરો, નિષ્ફળ અપડેટના સંસ્કરણ પર version_core ની કિંમત સુયોજિત કરી રહ્યા છીએ",
|
| 27 |
+
"ErrorDIYHelp_4": "બાકી રહેલા અપડેટ્સ સાથે ચાલુ રાખવા માટે અપડેટરને ફરીથી ચલાવો (બ્રાઉઝર અથવા કમાન્ડ-લાઇન દ્વારા)",
|
| 28 |
+
"ErrorDIYHelp_5": "સમસ્યા (અને ઉકેલ)ની જાણ કરો ��ેથી Matomo ને સુધારી શકાય",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "પ્લગઇન અપડેટ્સ દરમિયાન ભૂલ:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "તમારું Matomo સંસ્કરણ %s અદ્યતન છે.",
|
| 31 |
+
"ExceptionArchiveEmpty": "ખાલી આર્કાઇવ.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "અસંગત આર્કાઇવ: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "આર્કાઈવ અપૂર્ણ છે: કેટલીક ફાઇલો ગુમ છે (ઉદા. %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "કેટલાક ફોલ્ડર્સ લખી શકાય તેવા નથી. મહેરબાની કરીને ખાતરી કરો કે નીચેના ફોલ્ડર્સ લખવા યોગ્ય છે અને ફરી પ્રયાસ કરો: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "ડેટાબેઝ અપગ્રેડ જરૂરી છે. અપડેટનો અમલ કરીએ?",
|
| 36 |
+
"FeedbackRequest": "તમારા વિચારો અને સૂચનો અહીં Matomo ટીમ સાથે નિઃસંકોચ શેર કરો:",
|
| 37 |
+
"HelpMessageContent": "%1$s Matomo FAQ %2$s તપાસો જે અપડેટ દરમિયાન આવતી સામાન્ય ભૂલોને સમજાવે છે. %3$s તમારા સિસ્ટમ એડમિનિસ્ટ્રેટરને પૂછો - તેઓ કદાચ તમારા સર્વર અથવા MySQL સેટઅપ સાથે સંબંધિત ભૂલમાં તમને મદદ કરી શકશે.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "ઉપરોક્ત મુખ્ય ભૂલ સંદેશ છે. તે કારણ સમજાવવામાં મદદ કરશે, પરંતુ જો તમને વધુ મદદની જરૂર હોય તો કૃપા કરીને:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "અપડેટ સફળતાપૂર્વક પૂર્ણ થયું, જો કે પ્રક્રિયા દરમિયાન સમસ્યાઓ હતી. વિગતો માટે કૃપા કરીને ઉપરોક્ત વર્ણનો વાંચો. વધુ મદદ માટે:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "જો તમે ઉચ્ચ ટ્રાફિકવાળું Matomo સર્વર વ્યવસ્થાપન કરો છો, તો અમે ભલામણી કરીએ છીએ કે %1$sતાત્કાલિક રીતે મુલાકાતી ટ્રેકિંગ નિષ્ક્રિય કરો અને Matomo વપરાશકર્તા ઇંટરફેસને મેન્ટનન્સ મોડમાં મૂકો %2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "નોંધ: કેટલાક પ્લગઈનો Matomo %s સાથે સુસંગત નથી. જો માર્કેટપ્લેસ પર કોઈ અપડેટ હશે તો અમે તેમને અપડેટ કરીશું, અન્યથા તમે જ્યારે અપગ્રેડ કરશો ત્યારે અમે તેમને નિષ્ક્રિય કરીશું:",
|
| 42 |
+
"InstallingTheLatestVersion": "નવીનતમ આવૃત્તિ સ્થાપિત કરી રહ્યા છે",
|
| 43 |
+
"LatestBetaRelease": "નવીનતમ બીટા રિલીઝ",
|
| 44 |
+
"LatestStableRelease": "નવીનતમ સ્થિર રિલીઝ",
|
| 45 |
+
"LatestXBetaRelease": "નવીનતમ બીટા %s",
|
| 46 |
+
"LatestXStableRelease": "નવીનતમ સ્થિર %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "FYI: આ SQL ક્વેરીઝ અને કન્સોલ આદેશો છે જે તમારા ડેટાબેઝને Matomo %s પર અપગ્રેડ કરવા માટે એક્ઝિક્યુટ કરવામાં આવશે",
|
| 48 |
+
"LtsSupportVersion": "દીર્ઘ કાલીન સપોર્ટ આવૃત્તિ",
|
| 49 |
+
"MajorUpdateWarning1": "આ એક મુખ્ય અપડેટ છે! તે સામાન્ય કરતાં વધુ સમય લેશે.",
|
| 50 |
+
"MajorUpdateWarning2": "મોટા સ્થાપનો માટે નીચેની સલાહ ખાસ કરીને મહત્વપૂર્ણ છે.",
|
| 51 |
+
"NeedHelpUpgrading": "Matomo અપગ્રેડ કરવામાં મદદ જોઈએ છે?",
|
| 52 |
+
"NeedHelpUpgradingText": "જો તમને તમારા માટોમોને અપગ્રેડ કરવા માટે મદદની જરૂર હોય, તો Matomoના સર્જકો તમને Matomo અપગ્રેડને સફળ બનાવવામ���ં મદદ કરવા અને તમામ સૂચનાઓ, શ્રેષ્ઠ પ્રથાઓ અને ચાલુ સપોર્ટ પ્રદાન કરવા માટે અહીં છે. %1$sતમારા માટોમોને સુરક્ષિત રીતે અપગ્રેડ કરવાનું શરૂ કરવા માટે Matomo નિષ્ણાતોનો સંપર્ક કરો.%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "મોટા Matomo સ્થાપનો માટે મહત્વપૂર્ણ નોંધો",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "તમારા પ્લગઈન્સને હમણાં અપડેટ કરવા માટે અહીં ક્લિક કરો:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "તમારા થીમ્સને હમણાં અપડેટ કરવા માટે અહીં ક્લિક કરો:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "નવું Matomo %s ઉપલબ્ધ છે",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "તમારા Matomo પ્લગઈન્સ માટે અપડેટ્સ ઉપલબ્ધ છે",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo સફળતાપૂર્વક અપડેટ કરવામાં આવ્યું છે!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Matomo સફળતાપૂર્વક અપડેટ થયું!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo ડેટાબેઝ %1$s વર્ઝનથી નવા %2$s વર્ઝન પર અપગ્રેડ કરવામાં આવશે.",
|
| 61 |
+
"PostUpdateMessage": "Matomo ડાઉનલોડ કરવા અને ઉપયોગ કરવા માટે હંમેશા મફત રહેશે, પરંતુ તેને વધવા અને સુધારવા માટે તમારા સતત સમર્થનની જરૂર છે.",
|
| 62 |
+
"PostUpdateSupport": "જો તમને Matomo વાપરવામાં મદદની જરૂર હોય, તો તમે તેના નિર્માતાઓથી સહાય મેળવી શકો છો:",
|
| 63 |
+
"ReadyToGo": "તૈયાર છો?",
|
| 64 |
+
"ReceiveEmailBecauseIsSuperUser": "તમે આ ઇમેઇલ પ્રાપ્ત કરો છો કારણ કે તમે Matomo પર સુપર વપરાશકર્તા છો: %s",
|
| 65 |
+
"ServicesSupport": "સેવાઓ અને સપોર્ટ",
|
| 66 |
+
"SkipCacheClear": "કૅશ સાફ કરવાનું છોડી રહ્યાં છીએ.",
|
| 67 |
+
"SkipCacheClearDesc": "અપડેટ કરતા પહેલા કેશ સાફ કરવાનું છોડી દો. આ ફક્ત ત્યારે જ ઉપયોગી છે જો તમે ખાતરી કરી શકો કે આ આદેશ ચલાવતા દાખલાઓએ હજી સુધી કેશ બનાવ્યું નથી, અને જો ઘણા Matomo એકાઉન્ટ્સ માટે કેશ સાફ કરવું એ અડચણ બની શકે છે.",
|
| 68 |
+
"ThankYouUpdatePiwik": "Matomo વાપરવા બદલ આભાર અને તેને અદ્યતન રાખવા માટે આભાર!",
|
| 69 |
+
"TheFollowingDimensionsWillBeUpgradedX": "નીચેના પરિમાણો અપડેટ કરવામાં આવશે: %s.",
|
| 70 |
+
"TheFollowingPluginsWillBeUpgradedX": "નીચેના પ્લગઈન્સ અપડેટ કરવામાં આવશે: %s.",
|
| 71 |
+
"TheUpgradeProcessMayFailExecuteCommand": "જો તમારી પાસે મોટો Matomo ડેટાબેઝ છે, તો અપડેટ્સને બ્રાઉઝરમાં ચલાવવામાં ઘણો સમય લાગી શકે છે. આ પરિસ્થિતિમાં, તમે તમારી કમાન્ડ લાઇનથી અપડેટ્સ ચલાવી શકો છો: %s",
|
| 72 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "ડેટાબેઝ અપગ્રેડ પ્રક્રિયા થોડી વાર લઈ શકે છે, તેથી કૃપા કરીને ધીરજ ધરો.",
|
| 73 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "તમે ઉપયોગ કરો છો તે કેટલાક પ્લગિન્સ માર્કેટપ્લેસ પર અપડેટ કરવામાં આવ્યા છે:",
|
| 74 |
+
"ThereIsNewVersionAvailableForUpdate": "અપડેટ માટે માટોમોનું નવું વર્ઝન ઉપલબ્ધ છે",
|
| 75 |
+
"TheseCommandsWillBeExecuted": "આ કન્સોલ કમાન્ડ્સ ચલાવવામાં આવશે:",
|
| 76 |
+
"TheseSqlQueriesWillBeExecuted": "આ SQL ક્વેરીઝ ચલાવવામાં આ���શે:",
|
| 77 |
+
"TriggerDatabaseConversion": "પૃષ્ઠભૂમિમાં ડેટાબેઝ રૂપાંતરણ ટ્રિગર કરો",
|
| 78 |
+
"UnpackingTheUpdate": "અપડેટ અનપેક કરી રહ્યા છે",
|
| 79 |
+
"UpdateAutomatically": "સ્વચાલિત રીતે અપડેટ કરો",
|
| 80 |
+
"UpdateErrorTitle": "અપડેટ ભૂલ",
|
| 81 |
+
"UpdateHasBeenCancelledExplanation": "Matomo વન ક્લિક અપડેટ રદ કરવામાં આવ્યું છે. જો તમે ઉપરોક્ત ભૂલ સંદેશને ઠીક કરી શકતા નથી, તો ભલામણ કરવામાં આવે છે કે તમે મેન્યુઅલી Matomo અપડેટ કરો. %1$s પ્રારંભ કરવા માટે કૃપા કરીને %2$sઅપડેટ દસ્તાવેજીકરણ%3$s તપાસો!",
|
| 82 |
+
"UpdateLog": "અપડેટ લોગ",
|
| 83 |
+
"UpdateSuccessTitle": "Matomo સફળતાપૂર્વક અપડેટ કરવામાં આવ્યું છે!",
|
| 84 |
+
"UpdateTitle": "અપડેટ",
|
| 85 |
+
"UpdateUsingHttpsFailed": "સુરક્ષિત HTTPS કનેક્શન પર નવીનતમ Matomo સંસ્કરણ ડાઉનલોડ કરવાનું સફળ થયું નથી, નીચેની ભૂલને કારણે:",
|
| 86 |
+
"UpdateUsingHttpsFailedHelp": "તે નિષ્ફળ થયું કેમ? નવીનતમ Matomo સંસ્કરણ (ઓવર સુરક્ષિત HTTPS કનેક્શન) ડાઉનલોડ કરવું વિવિધ કારણોસર નિષ્ફળ થઈ શકે છે, ઉદાહરણ તરીકે નેટવર્ક ભૂલ, ધીમી નેટવર્ક ગતિ અથવા ખોટી સિસ્ટમ ગોઠવણીને કારણે. નોંધ કરો કે તેનો અર્થ એવો પણ થઈ શકે છે કે તમારું સર્વર MITM હુમલાનું લક્ષ્ય છે અને કોઈ Matomo ના દૂષિત સંસ્કરણ સાથે અપડેટને બદલવાનો પ્રયાસ કરી રહ્યું છે.",
|
| 87 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "સુરક્ષિત HTTPS કનેક્શનનો ઉપયોગ કરીને ડાઉનલોડનો ફરીથી પ્રયાસ કરવાની ભલામણ કરવામાં આવે છે કારણ કે તે MITM હુમલાઓને અટકાવે છે.",
|
| 88 |
+
"Updating": "અપડેટ કરી રહ્યા છીએ",
|
| 89 |
+
"UpdatingPluginXToVersionY": "પ્લગઇન %1$s ને વર્ઝન %2$s પર અપડેટ કરી રહ્યા છે",
|
| 90 |
+
"UpgradeComplete": "અપગ્રેડ પૂર્ણ!",
|
| 91 |
+
"UpgradePiwik": "Matomo અપગ્રેડ કરો",
|
| 92 |
+
"UsingHttp": "અસુરક્ષિત HTTP કનેક્શનનો ઉપયોગ કરી રહ્યાં છો",
|
| 93 |
+
"UsingHttps": "સુરક્ષિત HTTPS કનેક્શનનો ઉપયોગ કરીને (ભલામણ કરેલ)",
|
| 94 |
+
"Utf8mb4ConversionHelp": "તમારો ડેટાબેઝ હાલમાં utf8mb4 અક્ષરસેટનો ઉપયોગ કરતું નથી. આનાથી 4-બાઇટ અક્ષરો, જેમ કે ઇમોજીસ, એશિયન ભાષાઓના ઓછા સામાન્ય અક્ષરો, વિવિધ ઐતિહાસિક સ્ક્રિપ્ટો અથવા ગાણિતિક પ્રતીકો સંગ્રહિત કરવાનું અશક્ય બનાવે છે. તે હાલમાં %1$s સાથે બદલવામાં આવ્યા છે.<br><br>તમારો ડેટાબેઝ utf8mb4 અક્ષરસેટને સપોર્ટ કરે છે અને તેને કન્વર્ટ કરવું શક્ય બનશે.<br><br>જો તમે કન્સોલ આદેશો ચલાવવા માટે સક્ષમ છો તો અમે આ આદેશનો ઉપયોગ કરવાની ભલામણ કરો: %2$s<br><br>વૈકલ્પિક રીતે તમે અહીં રૂપાંતરણ સક્ષમ કરી શકો છો. તે પછી પૃષ્ઠભૂમિમાં સુનિશ્ચિત કાર્ય તરીકે આપમેળે ટ્રિગર થશે.<br><br>ધ્યાન: ડેટાબેઝના કદના આધારે ડેટાબેઝને કન્વર્ટ કરવામાં બે કલાક જેટલો સમય લાગી શકે છે. કારણ કે આ પ્રક્રિયા દરમિયાન ટ્રેકિંગ કામ ન કરી શકે, અમે મોટા ઉદાહરણો માટે ટ્રિગરનો ઉપયોગ કરવાની ભલામણ કરતા નથી.<br><br>તમે આ વિષય વિશે વધુ માહિતી આ %3$sFAQ%4$s માં મેળવી શકો છો.",
|
| 95 |
+
"VerifyingUnpackedFiles": "અનપેક કરેલી ફાઇલોની તપાસી કરી રહ્યા છે",
|
| 96 |
+
"ViewVersionChangelog": "આ સંસ્કરણ માટે ચેન્જલોગ જુઓ:",
|
| 97 |
+
"WarningMessages": "ચેતવણી સંદેશો:",
|
| 98 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "આપણે સ્વચાલિત રીતે નીચેના પ્લગઈન્સને નિષ્ક્રિય કર્યા છે: %s",
|
| 99 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "તમે સ્વચાલિત રીતે %s સંસ્કરણમાં અપડેટ કરી શકો છો અથવા પેકેજને ડાઉનલોડ કરી તેને મેનુઅલી ઇન્સ્ટોલ કરી શકો છો:",
|
| 100 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo તમારા વર્તમાન ઇન્સ્ટોલેશન પર ફરીથી લખવામાં અસમર્થ છે. તમે ક્યાં તો ડિરેક્ટરી/ફાઈલ પરવાનગીઓને ઠીક કરી શકો છો, અથવા પેકેજ ડાઉનલોડ કરી શકો છો અને વર્ઝન %s મેન્યુઅલી ઇન્સ્ટોલ કરી શકો છો:",
|
| 101 |
+
"YourDatabaseIsOutOfDate": "તમારું Matomo ડેટાબેઝ અપડેટ નથી, અને તમે ચાલુ રાખવા પહેલાં તેને અપગ્રેડ કરવું પડશે."
|
| 102 |
+
}
|
| 103 |
+
}
|
plugins/CoreUpdater/lang/he.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CheckingForPluginUpdates": "מבצע בדיקה עבור עדכונים חדשים לתוספים",
|
| 4 |
+
"CriticalErrorDuringTheUpgradeProcess": "שגיאה קריטית במהלך תהליך השדרוג:",
|
| 5 |
+
"DatabaseUpgradeRequired": "שדרוג בסיס נתונים נדרש",
|
| 6 |
+
"DownloadX": "להוריד %s",
|
| 7 |
+
"DownloadingUpdateFromX": "מוריד עדכון מ%s",
|
| 8 |
+
"EmptyDatabaseError": "מסד התונים %s ריק. צריך לערוך או להסיר את קובץ ההגדרות של Matomo.",
|
| 9 |
+
"ErrorDIYHelp": "במידה והינך משתמש/ת מתקדמ/ת ונתקלת בשגיאה בשדרוג מסד הנתונים:",
|
| 10 |
+
"ErrorDIYHelp_1": "זיהוי ותיקון מקור התקלה (לדוגמה memory_limit או max_execution_time)",
|
| 11 |
+
"ErrorDIYHelp_2": "הרצת השאילתות שנותרו בשדרוג ונכשלו",
|
| 12 |
+
"ErrorDIYHelp_3": "שדרוג ידני של טבלת 'option' במסד הנתונים של Matomo, הגדרת הערך של version_core לגירסה של השדרוג הכושל",
|
| 13 |
+
"ErrorDIYHelp_4": "יש להריץ מחדש את המשדרג (דרך הדפדפן או שורת הפקודה) בכדי להמשיך בשדרוגים שנותרו",
|
| 14 |
+
"ErrorDIYHelp_5": "לדווח על התקלה (והפיתרון) כך שMatomo תוכל להשתפר",
|
| 15 |
+
"ErrorDuringPluginsUpdates": "שגיאה בהמלך שדרוגי תוסף:",
|
| 16 |
+
"ExceptionAlreadyLatestVersion": "גרסת הMatomo שלך %s עדכנית.",
|
| 17 |
+
"ExceptionArchiveEmpty": "ארכיון ריק.",
|
| 18 |
+
"ExceptionArchiveIncompatible": "ארכיון לא תואם: %s.",
|
| 19 |
+
"ExceptionArchiveIncomplete": "ארכיון לא שלם: חלק מהקבצים חסרים (לדוגמה: %s).",
|
| 20 |
+
"HelpMessageContent": "יש לעיין ב%1$sשאלות ותשובות של Matomo %2$s בכדי לקבל הסבר עבור רוב השגיאות הנפוצות במהלך השדרוג. %3$s מומלץ להתייעץ עם מנהל המערכת שלך - הם בדרך כלל מסוגלים לעזור לך עם השגיאה שסביר להניח קשורה למסד הנתונים או לשרת.",
|
| 21 |
+
"HelpMessageIntroductionWhenError": "ההודעה להעיל הינה שגיאת הליבה. היא אמורה להסביר את הגורם, במידה ודרושה עזרה נוספת, אנא:",
|
| 22 |
+
"HelpMessageIntroductionWhenWarning": "השדרוג הושלם בהצלחה, בכל אופן התרחשו מספר תקלות במהלך התהליך. יש לקרוא את התיאור להעיל לפרטים. לעזרה נוספת:",
|
| 23 |
+
"InstallingTheLatestVersion": "מתקין את הגירסה העדכנית ביותר",
|
| 24 |
+
"NoteForLargePiwikInstances": "הערה חשובה עבור אתרי Matomo גדולים",
|
| 25 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo שודרגה בהצלחה!",
|
| 26 |
+
"PiwikUpdatedSuccessfully": "שדרוג Matomo הושלם בהצלחה!",
|
| 27 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "מסד הנתונים של Matomo ישודרג מגירסה %1$s לגירסה %2$s.",
|
| 28 |
+
"ReadyToGo": "שנתחיל?",
|
| 29 |
+
"TheFollowingPluginsWillBeUpgradedX": "התוספים הבאים ישודרגו: %s.",
|
| 30 |
+
"TheUpgradeProcessMayFailExecuteCommand": "במידה ויש לך מסד נתונים גדול של Matomo, השדרוג עלול לקחת זמן רב מדי עבור הדפדפן. במצב זה, ניתן להריץ את השדרוג דרך שורת הפקודה: %s",
|
| 31 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "תהליך שדרוג מסד הנתונים צפוי לארוך זמן-מה, יש להתאזר בסבלנות.",
|
| 32 |
+
"ThereIsNewVersionAvailableForUpdate": "ישנה גירסה חדשה של Matomo זמינה עבורך",
|
| 33 |
+
"UnpackingTheUpdate": "מחלץ את העדכון",
|
| 34 |
+
"UpdateAutomatically": "שדרוג אוטומטי",
|
| 35 |
+
"UpdateHasBeenCancelledExplanation": "ההתקנה-בקליק-אחד של Matomo בוטלה. במידה ואין ביכלותך לתקן את הודעת השגיאה להעיל, מומלץ לשדרג את Matomo באופן ידני. %1$s יש לעיין ב%2$sהוראות השדרוג%3$s בכדי להתחיל!",
|
| 36 |
+
"UpdateSuccessTitle": "Matomo שודרגה בהצלחה!",
|
| 37 |
+
"UpdateTitle": "שדרוג",
|
| 38 |
+
"UpgradeComplete": "השדרוג הושלם!",
|
| 39 |
+
"UpgradePiwik": "שדרוג Matomo",
|
| 40 |
+
"VerifyingUnpackedFiles": "מאמת את הקבצים המחולצים",
|
| 41 |
+
"WarningMessages": "הודעה אזהרה:",
|
| 42 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "הפעלנו באופן אוטומטי את התוספים הבאים: %s",
|
| 43 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "ניתן לשדרג לגירסה %s באופן אוטומטי או להוריד חבילה ולהתקינה באופן ידני:",
|
| 44 |
+
"YourDatabaseIsOutOfDate": "מסד הנתונים של הMatomo שלך לא בתוקף, חובה לשדרג אותו לפני שנמשיך."
|
| 45 |
+
}
|
| 46 |
+
}
|
plugins/CoreUpdater/lang/hi.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CheckingForPluginUpdates": "नए प्लगइन अपडेट की जाँच की जा रही है",
|
| 4 |
+
"CriticalErrorDuringTheUpgradeProcess": "अद्यतन प्रक्रिया के दौरान गंभीर त्रुटि:",
|
| 5 |
+
"DatabaseUpgradeRequired": "डेटाबेस नवीनीकरण आवश्यक",
|
| 6 |
+
"DisablingIncompatiblePlugins": "असंगत plugins के अक्षम करना है: %s",
|
| 7 |
+
"DownloadX": "%s डाउनलोड",
|
| 8 |
+
"DownloadingUpdateFromX": "%s से अद्यतन डाउनलोड कर रहा है",
|
| 9 |
+
"EmptyDatabaseError": "डाटाबेस %s खाली है. आप अपने Matomo का विन्यास फ़ाइल संपादित या निकालना आवश्यक है.",
|
| 10 |
+
"ErrorDIYHelp": "आप एक उन्नत उपयोगकर्ता हैं, और डेटाबेस नवीनीकरण में कोई त्रुटि का सामना करते हैं:",
|
| 11 |
+
"ErrorDIYHelp_1": "पहचान और (उदाहरण के लिए, स्मृति सीमा या अधिकतम निष्पादन समय) समस्या के स्रोत को सुधारने के",
|
| 12 |
+
"ErrorDIYHelp_2": "अद्यतन में शेष प्रश्नों के निष्पादन में विफल रहा है",
|
| 13 |
+
"ErrorDIYHelp_3": "स्वयं अपने Matomo डेटाबेस के 'विकल्प' तालिका अद्यतन,अद्यतन के संस्करण के संस्करण कोर के मूल्य की स्थापना में विफल रहा है",
|
| 14 |
+
"ErrorDIYHelp_4": "शेष अद्यतन के साथ जारी रखने के लिए अपडेटर को फिर से चलाएँ (ब्राउज़र या कमांड लाइन के माध्यम से)",
|
| 15 |
+
"ErrorDIYHelp_5": "समस्या (और समाधान) की रिपोर्ट ताकि Matomo में सुधार किया जा सकता है",
|
| 16 |
+
"ErrorDuringPluginsUpdates": "प्लगइन अद्यतन के दौरान त्रुटि:",
|
| 17 |
+
"ExceptionAlreadyLatestVersion": "आपका Matomo संस्करण %s नवीनतम है.",
|
| 18 |
+
"ExceptionArchiveEmpty": "खाली संग्रह.",
|
| 19 |
+
"ExceptionArchiveIncompatible": "असंगत संग्रह: %s",
|
| 20 |
+
"ExceptionArchiveIncomplete": "संग्रह अधूरा है: कुछ फ़ाइलें (जैसे %s) लापता हैं.",
|
| 21 |
+
"HelpMessageContent": "%1$s नवीनीकरण के दौरान %2$s सबसे आम त्रुटियों पर किये गए Matomo सवाल जाँच करें. %3$sअपने सिस्टम प्रशासक से पूछें - वे सबसे अधिक संभावना आपके सर्वर या MySQL सेटअप से संबंधित है जो त्रुटि में मदद करने में सक्षम हो सकता है.",
|
| 22 |
+
"HelpMessageIntroductionWhenError": "ऊपर कोर त्रुटि संदेश है यह कारण की व्याख्या करने में मदद करेगा लेकिन आप की आवश्यकता होती है तो आगे कृपया",
|
| 23 |
+
"HelpMessageIntroductionWhenWarning": "अद्यतन, सफलता से पूरा कर लिया लेकिन इस प्रक्रिया के दौरान मुद्दों थे. विवरण के लिए ऊपर वर्णन पढ़ें. आगे की मदद के लिए:",
|
| 24 |
+
"InstallingTheLatestVersion": "नवीनतम संस्करण स्थापित कर रहा",
|
| 25 |
+
"MajorUpdateWarning1": "यह एक प्रमुख अद्यतन है! इसे सामान्य से अधिक समय लगेगा.",
|
| 26 |
+
"MajorUpdateWarning2": "सलाह के बाद बड़े प्रतिष्ठानों के लिए विशेष रूप से महत्वपूर्ण है.",
|
| 27 |
+
"NoteForLargePiwikInstances": "बड़े Matomo प्रतिष्ठानों के लिए महत्वपूर्ण सूचनाएं",
|
| 28 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo सफलतापूर्वक अद्यतन किया गया है!",
|
| 29 |
+
"PiwikUpdatedSuccessfully": "Matomo सफलतापूर्वक अद्यतन!",
|
| 30 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo डेटाबेस संस्करण%1$s से नए संस्करण %2$s के लिए उन्नत किया जाएगा",
|
| 31 |
+
"ReadyToGo": "जाने के लिए तैयार हैं?",
|
| 32 |
+
"TheFollowingPluginsWillBeUpgradedX": "निम्नलिखित प्लगिन अद्यतन किया जाएगा:%s",
|
| 33 |
+
"TheUpgradeProcessMayFailExecuteCommand": "यदि आप एक बड़े Matomo डेटाबेस है, तो अद्यतन ब्राउज़र में चलाने के लिए बहुत लंबा समय लग सकता है. इस स्थिति में, आप अपने कमांड लाइन से अद्यतन अमल कर सकते हैं: %s",
|
| 34 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "डेटाबेस नवीनीकरण की प्रक्रिया कुछ समय लग सकता है, इसलिए कृपया धैर्य रखें.",
|
| 35 |
+
"ThereIsNewVersionAvailableForUpdate": "नवीनीकरण के लिए उपलब्ध है Matomo का एक नया संस्करण है",
|
| 36 |
+
"UnpackingTheUpdate": "अद्यतन को खोल",
|
| 37 |
+
"UpdateAutomatically": "स्वचालित रूप से अद्यतन",
|
| 38 |
+
"UpdateHasBeenCancelledExplanation": "Matomo एक क्लिक अद्यतन रद्द कर दिया गया. आप ऊपर त्रुटि संदेश को ठीक नहीं कर सकते हैं, यह आप मैन्युअल Matomo अद्यतन की सिफारिश है. %1$sआरंभ करने के लिए अद्यतन%2$s दस्तावेज़ीकरण %3$sकी जाँच करें!",
|
| 39 |
+
"UpdateSuccessTitle": "Matomo सफलतापूर्वक अद्यतन किया गया है!",
|
| 40 |
+
"UpdateTitle": "अद्यतन",
|
| 41 |
+
"UpgradeComplete": "पूरा अपग्रेड करें!",
|
| 42 |
+
"UpgradePiwik": "Matomo अपग्रेड",
|
| 43 |
+
"VerifyingUnpackedFiles": "अनपैक फ़ाइलों को सत्यापित करना",
|
| 44 |
+
"WarningMessages": "चेतावनी संदेश:",
|
| 45 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "हमने स्वचालित रूप से निम्नलिखित प्लगिन निष्क्रिय किया: %s",
|
| 46 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "आप स्वतः संस्करण %s के लिए अद्यतन या पैकेज को डाउनलोड और स्वयं इसे स्थापित कर सकते हैं:",
|
| 47 |
+
"YourDatabaseIsOutOfDate": "आपकी Matomo डेटाबेस अप्रचलित है, और जारी रखने से पहले अपग्रेड किया जाना चाहिए."
|
| 48 |
+
}
|
| 49 |
+
}
|
plugins/CoreUpdater/lang/hr.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
plugins/CoreUpdater/lang/hu.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CriticalErrorDuringTheUpgradeProcess": "Kritikus hiba lépett fel a frissítés során:",
|
| 4 |
+
"DatabaseUpgradeRequired": "Adatbázis-frissítés szükséges",
|
| 5 |
+
"DownloadX": "%s letöltése",
|
| 6 |
+
"DownloadingUpdateFromX": "Frissítés letöltése innen: %s",
|
| 7 |
+
"EmptyDatabaseError": "A(z) %s adatbázis üres. Kérjük szerkessze, vagy törölje a Matomo konfigurációs fájlt.",
|
| 8 |
+
"ErrorDIYHelp": "Ha haladó felhasználó vagy, és hibát tapasztalsz az adatbázis-frissítés végrehajtása során:",
|
| 9 |
+
"ErrorDIYHelp_1": "próbáld azonosítani a hiba tényleges forrását (pl. memory_limit vagy max_execution_time)",
|
| 10 |
+
"ErrorDIYHelp_2": "hajtsd végre a korábban hibaüzenetek miatt végre nem hajtott parancsokat",
|
| 11 |
+
"ErrorDIYHelp_3": "kézzel aktualizáld az \\\"option\\\" táblát a Matomo adatbázisban, beállítva a version_core paraméter értékét a sikertelenül frissíteni próbált verziónak megfelelő értékre.",
|
| 12 |
+
"ErrorDIYHelp_4": "hajtsd újra a frissítést (vagy a böngésző vagy pedig a parancssor segítségével), folytatva a hátramaradó lépések megtételét",
|
| 13 |
+
"ErrorDIYHelp_5": "jelentsd a problémát (és a megoldást) a Matomo fejlesztőinek, segítve így a rendszer tökéletesítését.",
|
| 14 |
+
"ErrorDuringPluginsUpdates": "Hiba lépett fel a bővítmény frissítése közben:",
|
| 15 |
+
"ExceptionAlreadyLatestVersion": "Matomo verziód (%s) a lehető legújabb.",
|
| 16 |
+
"ExceptionArchiveEmpty": "Üres archívum.",
|
| 17 |
+
"ExceptionArchiveIncompatible": "Nem kompatibilis archívum: %s",
|
| 18 |
+
"ExceptionArchiveIncomplete": "Hiányos archívum: néhány fájl hiányzik (pl. %s).",
|
| 19 |
+
"HelpMessageContent": "Nézd meg a %1$s Matomo GYIK-et %2$s, melyből megismerheted a frissítés folyamán leggyakrabban fellépő problémákat. %3$s Kérdezd a rendszergazdád - Talán ő tud segíteni, hisz a rendszergazda áll közvetlen kapcsolatban a szervereddel, és segíthet megérteni a MySQL beállításokkal kapcsolatos problémákat!",
|
| 20 |
+
"HelpMessageIntroductionWhenError": "A fenti hiba a fő hibaüzenet, mely remélhetőleg segít megérteni a hiba okát, de ha további segítségre van szükséged, kérjük:",
|
| 21 |
+
"HelpMessageIntroductionWhenWarning": "A frissítés sikeres volt, azonban problémák léptek fel a frissítés során. A részletekért kérünk olvasd el a fenti leírást! További segítségért fordulj ide:",
|
| 22 |
+
"InstallingTheLatestVersion": "Legújabb verzió telepítése",
|
| 23 |
+
"NoteForLargePiwikInstances": "Fontos megjegyzés nagyobb weboldalakra telepített Matomo rendszerekhez.",
|
| 24 |
+
"PiwikHasBeenSuccessfullyUpgraded": "A Matomo sikeresen frissült!",
|
| 25 |
+
"PiwikUpdatedSuccessfully": "A Matomo frissítése sikeresen megtörtént!",
|
| 26 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo adatbázisa frissülni fog %1$s verzióról az új %2$s verzióra.",
|
| 27 |
+
"ReadyToGo": "Készen áll az indulásra?",
|
| 28 |
+
"TheFollowingPluginsWillBeUpgradedX": "A következő bővítmények kerülnek frissítésre: %s.",
|
| 29 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Ha nagy Matomo adatbázissal rendelkezel, a frissítések lehet, túl sok időt vesznek igénybe a böngészőben futtatáshoz. Ebben az esetben a frissítéseket a parancssorból így lehet végrehajtani: %s",
|
| 30 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Az adatbázis frissítése eltart egy ideig. Kérjük, várj türelemmel!",
|
| 31 |
+
"ThereIsNewVersionAvailableForUpdate": "Új Matomo verzió áll rendelkezésre a frissítéshez",
|
| 32 |
+
"UnpackingTheUpdate": "Frissítés kicsomagolása",
|
| 33 |
+
"UpdateAutomatically": "Automatikus frissítés",
|
| 34 |
+
"UpdateHasBeenCancelledExplanation": "Az Egyklikkes Matomo Frissítés modult törölték. Ha nem tudod kijavítani a fenti hibaüzenetben kapott hibát, akkor a Matomo kézzel történő frissítését ajánljuk. %1$s Kérjük, kezdd a %2$s frissítésről szóló dokumentáció %3$s elolvasásával!",
|
| 35 |
+
"UpdateSuccessTitle": "A Matomo sikeresen frissült!",
|
| 36 |
+
"UpdateTitle": "Frissítés",
|
| 37 |
+
"UpgradeComplete": "Frissítés megtörtént!",
|
| 38 |
+
"UpgradePiwik": "Matomo frissítése",
|
| 39 |
+
"VerifyingUnpackedFiles": "Kicsomagolt fájlok ellenőrzése",
|
| 40 |
+
"WarningMessages": "Figyelmeztetések:",
|
| 41 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Automatikusan kikapcsoltuk a következő bővítményeket: %s",
|
| 42 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Frissíthetsz automatikusan a %s verzióra, vagy töltsd le a csomagot és telepítsd kézzel:",
|
| 43 |
+
"YourDatabaseIsOutOfDate": "A Matomo adatbázisod elavult. Frissítened kell, mielőtt folytathatnád!"
|
| 44 |
+
}
|
| 45 |
+
}
|
plugins/CoreUpdater/lang/hy.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
plugins/CoreUpdater/lang/id.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Semuanya sudah diperbarui.",
|
| 4 |
+
"CheckingForPluginUpdates": "Memeriksa pembaruan pengaya baru",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Klik di sini untuk melihat dan menyalin daftar kueri SQL dan perintah konsol yang akan dieksekusi",
|
| 6 |
+
"CloudHosting": "Cloud hosting",
|
| 7 |
+
"ConsoleCommandDescription": "Memicu proses pembaruan. Gunakan ini setelah inti Matomo atau berkas pengaya apa pun diperbarui. Tambahkan --ya untuk memperbarui tanpa konfirmasi.",
|
| 8 |
+
"ConsoleParameterDescription": "Langsung jalankan proses pembaruan tanpa meminta konfirmasi",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Memulai proses peningkatan basis data sekarang. Proses ini mungkin memakan waktu cukup lama, jadi mohon untuk bersabar.",
|
| 10 |
+
"ConsoleUpdateFailure": "Matomo tidak bisa diperbarui! Lihat keterangan di atas untuk informasi lebih lanjut.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Catatan: Tidak ada kueri SQL atau perintah konsol yang bisa dijalankan.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Tampaknya Anda telah menjalankan pembaruan ini dengan pengguna %1$s, sedangkan berkas Matomo Anda dimiliki oleh %2$s.\n\nUntuk memastikan bahwa berkas Matomo dapat dibaca oleh pengguna yang benar, Anda mungkin perlu menjalankan perintah berikut (atau perintah serupa tergantung pada konfigurasi server Anda):\n\n$%3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Konversikan basis data ke pengodean karakter UTF8mb4",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Kesalahan fatal terjadi selama pembaruan:",
|
| 15 |
+
"DatabaseUpgradeRequired": "Membutuhkan Pembaruan Basis Data",
|
| 16 |
+
"DbUpgradeNotExecuted": "Pemutakhiran basis data tidak dijalankan.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Menonaktifkan pengaya yang tidak kompatibel: %s",
|
| 18 |
+
"DownloadX": "Mengunduh %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Mengunduh pembaruan dari %s",
|
| 20 |
+
"DryRun": "Catatan: ini adalah Uji Coba",
|
| 21 |
+
"DryRunEnd": "Uji Coba Telah Berakhir",
|
| 22 |
+
"EmptyDatabaseError": "Basis data %s kosong. Anda harus menyunting atau menghapus berkas konfigurasi Matomo Anda.",
|
| 23 |
+
"ErrorDIYHelp": "Jika Anda pengguna ahli dan menemukan kesalahan dalam pembaruan basis data:",
|
| 24 |
+
"ErrorDIYHelp_1": "mengidentifikasi dan memperbaiki sumber masalah (mis., memory_limit atau max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "jalankan kueri yang tersisa dalam pembaruan yang gagal",
|
| 26 |
+
"ErrorDIYHelp_3": "perbarui tabel `option` secara manual di basis data Matomo Anda, atur nilai version_core ke versi pembaruan yang gagal",
|
| 27 |
+
"ErrorDIYHelp_4": "jalankan kembali pembaruan (melalui peramban atau baris perintah) untuk melanjutkan pembaruan yang tersisa",
|
| 28 |
+
"ErrorDIYHelp_5": "laporkan permasalahan (serta solusinya) agar Matomo dapat menjadi lebih baik",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Terjadi kesalahan selama pembaruan pengaya:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Versi Matomo Anda %s sudah yang terbaru.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Arsip kosong.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Arsip tak didukung: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "Arsip tak lengkap: beberapa berkas hilang (misalnya %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Beberapa folder tidak dapat ditulis. Pastikan folder berikut dapat ditulis dan silakan coba lagi: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "Diperlukan pemutakhiran basis data . Jalankan pembaruan?",
|
| 36 |
+
"FeedbackRequest": "Jangan ragu untuk membagikan ide dan saran Anda dengan Tim Matomo di sini:",
|
| 37 |
+
"HelpMessageContent": "Periksa %1$s Matomo FAQ %2$s yang menjelaskan semua kesalahan paling umum yang terjadi selama pembaruan. %3$s Tanyakan kepada administrator sistem Anda, mereka mungkin dapat membantu Anda dengan kesalahan yang terkait dengan server atau pengaturan MySQL Anda.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "Pesan di atas merupakan pesan kesalahan dari inti pembaruan. Pesan tersebut seharusnya dapat membantu menjelaskan penyebabnya. Namun, bila Anda membutuhkan bantuan lebih lanjut, silakan:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "Pembaruan telah selesai. Namun, terdapat beberapa masalah selama proses pembaruan. Silakan baca keterangan di atas untuk selengkapnya. Untuk bantuan lebih lanjut:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Jika Anda mengelola server Matomo dengan lalu lintas tinggi, kami menyarankan Anda untuk %1$smenonaktifkan sejenak Pelacakan Pengunjung dan menempatkan Antarmuka Pengguna Matomo dalam mode pemeliharaan%2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Catatan: beberapa pengaya tidak kompatibel dengan Matomo %s. Kami akan membaruinya jika ada pembaruan di Lokapasar, jika tidak, kami akan menonaktifkannya saat Anda melakukan pembaruan:",
|
| 42 |
+
"InstallingTheLatestVersion": "Memasang versi terakhir",
|
| 43 |
+
"LatestBetaRelease": "Rilis beta terbaru",
|
| 44 |
+
"LatestStableRelease": "Rilis stabil terbaru",
|
| 45 |
+
"LatestXBetaRelease": "Rilis beta terbaru %s",
|
| 46 |
+
"LatestXStableRelease": "Rilis stabil terbaru %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "Untuk informasi: ini adalah kueri SQL dan perintah konsol yang akan dijalankan untuk meningkatkan basis data Anda ke Matomo %s",
|
| 48 |
+
"LtsSupportVersion": "Versi Dukungan Jangka Panjang",
|
| 49 |
+
"MajorUpdateWarning1": "Ini merupakan pembaruan besar! Ini akan memakan waktu yang lebih lama dari biasanya.",
|
| 50 |
+
"MajorUpdateWarning2": "Saran berikut ini sangat penting untuk instalasi besar.",
|
| 51 |
+
"NeedHelpUpgrading": "Butuh bantuan dalam memperbarui Matomo?",
|
| 52 |
+
"NeedHelpUpgradingText": "Jika Anda memerlukan dukungan untuk meningkatkan Matomo Anda, pencipta Matomo ada di sini untuk membantu Anda untuk membuat peningkatan Matomo sukses dan akan memberikan semua instruksi, praktik terbaik, dan dukungan berkelanjutan. %1$s Hubungi para ahli Matomo untuk mulai meningkatkan Matomo Anda dengan aman. %2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Catatan penting untuk instalasi besar Matomo",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Klik di sini untuk memperbarui pengaya Anda sekarang:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Klik di sini untuk memperbarui tema Anda sekarang:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "Matomo versi terbaru %s telah tersedia",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Pembaruan untuk pengaya Matomo Anda telah tersedia",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo berhasil diperbarui!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Pembaruan Matomo berhasil!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Basis data Matomo akan diperbarui dari versi %1$s ke versi %2$s.",
|
| 61 |
+
"PostUpdateMessage": "Matomo akan selalu gratis untuk diunduh dan digunakan, tetapi Matomo membutuhkan dukungan berkelanjutan dari Anda untuk tumbuh dan berkembang.",
|
| 62 |
+
"PostUpdateSupport": "Jika Anda membutuhkan bantuan dalam menggunakan Matomo, Anda bisa mendapatkan dukungan dari penciptanya:",
|
| 63 |
+
"ReadyToGo": "Sudah siap?",
|
| 64 |
+
"ReceiveEmailBecauseIsSuperUser": "Anda menerima surel ini karena Anda adalah Pengguna Super di Matomo di: %s",
|
| 65 |
+
"ServicesSupport": "Layanan dan dukungan",
|
| 66 |
+
"SkipCacheClear": "Lewati proses pembersihan tembolok.",
|
| 67 |
+
"SkipCacheClearDesc": "Lewati proses pembersihan tembolok sebelum melakukan pembaruan. Hal ini hanya berguna jika Anda dapat memastikan bahwa proses yang menjalankan perintah ini belum membuat tembolok sama sekali dan jika mengosongkan tembolok untuk banyak akun Matomo dapat menjadi hambatan.",
|
| 68 |
+
"ThankYouUpdatePiwik": "Terima kasih karena telah menggunakan Matomo dan selalu memperbaruinya!",
|
| 69 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Dimensi berikut ini akan diperbarui: %s.",
|
| 70 |
+
"TheFollowingPluginsWillBeUpgradedX": "Pengaya berikut ini akan diperbarui: %s.",
|
| 71 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Bila Anda memiliki basisdata Matomo yang besar, pembaruan akan berjalan lama bila dilakukan di peramban. Dalam keadaan ini, Anda dapat mengeksekusi dari baris perintah: %s",
|
| 72 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "Pembaruan basis data dapat berlangsung cukup lama, jadi harap bersabar.",
|
| 73 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Beberapa pengaya yang Anda gunakan telah diperbarui di Lokapasar:",
|
| 74 |
+
"ThereIsNewVersionAvailableForUpdate": "Terdapat versi baru Matomo yang tersedia",
|
| 75 |
+
"TheseCommandsWillBeExecuted": "Perintah konsol ini akan dijalankan:",
|
| 76 |
+
"TheseSqlQueriesWillBeExecuted": "Kueri SQL ini akan dieksekusi:",
|
| 77 |
+
"TriggerDatabaseConversion": "Memicu konversi basis data di latar belakang",
|
| 78 |
+
"UnpackingTheUpdate": "Membongkar paket pembaruan",
|
| 79 |
+
"UpdateAutomatically": "Pembaruan Otomatis",
|
| 80 |
+
"UpdateErrorTitle": "Galat saat pembaruan",
|
| 81 |
+
"UpdateHasBeenCancelledExplanation": "Pembaruan Sekali Klik Matomo telah dibatalkan. Jika Anda tak dapat memperbaiki kesalahan di atas, disarankan untuk memperbarui Matomo secara manual. %1$s Silakan periksa %2$s Dokumetasi pembaruan%3$s saat memulai!",
|
| 82 |
+
"UpdateLog": "Log pembaruan",
|
| 83 |
+
"UpdateSuccessTitle": "Matomo berhasil diperbarui!",
|
| 84 |
+
"UpdateTitle": "Pembaruan",
|
| 85 |
+
"UpdateUsingHttpsFailed": "Mengunduh versi Matomo terbaru melalui koneksi HTTPS yang aman tidak berhasil karena kesalahan berikut ini:",
|
| 86 |
+
"UpdateUsingHttpsFailedHelp": "Mengapa gagal? Mengunduh versi Matomo terbaru (melalui koneksi HTTPS yang aman) dapat mengalami kegagalan karena berbagai alasan, misalnya karena kesalahan jaringan, kecepatan jaringan yang lambat, atau konfigurasi sistem yang salah. Hal ini juga bisa berarti bahwa server Anda adalah target dari serangan MITM dan seseorang sedang mencoba mengganti pembaruan dengan versi Matomo yang berbahaya.",
|
| 87 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Disarankan untuk mencoba untuk mengunduh kembali menggunakan koneksi HTTPS demi mencegah serangan MITM.",
|
| 88 |
+
"Updating": "Memperbarui",
|
| 89 |
+
"UpdatingPluginXToVersionY": "Memperbarui pengaya %1$s ke versi %2$s",
|
| 90 |
+
"UpgradeComplete": "Pembaruan selesai!",
|
| 91 |
+
"UpgradePiwik": "Pembaruan Matomo",
|
| 92 |
+
"UsingHttp": "menggunakan koneksi HTTP yang tidak aman",
|
| 93 |
+
"UsingHttps": "menggunakan koneksi HTTPS yang aman (disarankan)",
|
| 94 |
+
"Utf8mb4ConversionHelp": "Basis data Anda saat ini tidak menggunakan pengodean karakter utf8mb4. Hal ini membuat karakter 4-byte, seperti emoji, karakter bahasa Asia yang kurang umum, berbagai skrip bersejarah, atau simbol matematika tidak dapat disimpan. Saat ini diganti dengan %1$s.<br><br>Basis data Anda mendukung pengodean karakter utf8mb4 dan memungkinkan untuk mengonversinya.<br><br>Jika Anda dapat menjalankan perintah konsol, kami sarankan untuk menggunakan perintah ini: %2$s<br><br>Anda juga dapat mengaktifkan konversi di sini. Kemudian akan dipicu secara otomatis sebagai tugas terjadwal di latar belakang.<br><br>Perhatian: Mengonversi basis data mungkin memerlukan waktu hingga beberapa jam, tergantung pada ukuran basis data. Proses pelacakan mungkin tidak berfungsi selama proses ini, kami tidak menyarankan Anda untuk menggunakan pemicu untuk hal yang lebih besar.<br><br>Anda dapat menemukan informasi lebih lanjut tentang topik ini di %3$sFAQ%4$s.",
|
| 95 |
+
"VerifyingUnpackedFiles": "Memverifikasi berkas",
|
| 96 |
+
"ViewVersionChangelog": "Lihat catatan perubahan untuk versi ini:",
|
| 97 |
+
"WarningMessages": "Peringatan:",
|
| 98 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Kami secara otomatis menonaktifkan pengaya berikut ini: %s",
|
| 99 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Anda dapat memperbarui ke versi %s secara otomatis atau mengunduh paket dan memasangnya secara manual:",
|
| 100 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo tidak dapat menimpa instalasi Anda saat ini. Anda dapat memperbaiki izin direktori/berkas atau mengunduh paket dan memasang versi %s secara manual:",
|
| 101 |
+
"YourDatabaseIsOutOfDate": "Basis Data Matomo Anda kedaluwarsa, dan harus diperbarui sebelum Anda dapat melanjutkan."
|
| 102 |
+
}
|
| 103 |
+
}
|
plugins/CoreUpdater/lang/is.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
plugins/CoreUpdater/lang/it.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "Tutto è già aggiornato.",
|
| 4 |
+
"CheckingForPluginUpdates": "Controllo nuovi aggiornamenti dei plugin",
|
| 5 |
+
"ClickHereToViewSqlQueries": "Clicca qui per vedere e copiare l'elenco delle query SQL e i comandi di console che verranno eseguiti",
|
| 6 |
+
"CloudHosting": "Cloud hosting",
|
| 7 |
+
"ConsoleCommandDescription": "Trigger aggiornamenti. Usalo dopo il core di Matomo o eventuali file di plugin sono stati aggiornati. Aggiungi --yes per l'aggiornamento senza conferma.",
|
| 8 |
+
"ConsoleParameterDescription": "Esegui direttamente l'aggiornamento senza richiedere conferma",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "Sta iniziando ora il processo di aggiornamento del database. Ciò può richiedere un po' di tempo, quindi sii paziente.",
|
| 10 |
+
"ConsoleUpdateFailure": "Non è stato possibile aggiornare Matomo! Leggi sopra per ulteriori informazioni.",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "Nota: Non ci sono query SQL o comandi di console da eseguire.",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Sembra che tu abbia eseguito questo aggiornamento come utente %1$s, mentre i tuoi file di Matomo appartengono a %2$s.\n\nPer assicurarti che i file di Matomo siano leggibili dall'utente giusto, potresti avere bisogno di eseguire il comando seguente (o un comando simile che dipende dalla configurazione del tuo server):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "Converti il database nel charset UTF8mb4",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "Errore critico durante l'aggiornamento:",
|
| 15 |
+
"DatabaseUpgradeRequired": "Aggiornamento del Database richiesto",
|
| 16 |
+
"DbUpgradeNotExecuted": "Aggiornamento del database non eseguito.",
|
| 17 |
+
"DisablingIncompatiblePlugins": "Disabilitazione plugins incompatibili: %s",
|
| 18 |
+
"DownloadX": "Scarica %s",
|
| 19 |
+
"DownloadingUpdateFromX": "Sto scaricando gli aggiornamenti da %s",
|
| 20 |
+
"DryRun": "Nota: questo è un Funzionamento Test",
|
| 21 |
+
"DryRunEnd": "Termina Funzionamento Test",
|
| 22 |
+
"EmptyDatabaseError": "Il database %s è pieno. Devi modificare il tuo file di configurazione Matomo.",
|
| 23 |
+
"ErrorDIYHelp": "Se sei un utente avanzato e incontri un errore nell'aggiornamento del database:",
|
| 24 |
+
"ErrorDIYHelp_1": "identifica e correggi la causa del problema (es. memory_limit o max_execution_time)",
|
| 25 |
+
"ErrorDIYHelp_2": "esegui le query fallite rimanenti nell'aggiornamento",
|
| 26 |
+
"ErrorDIYHelp_3": "aggiorna manualmente la tabella 'option' nel tuo database Matomo, impostando il valore di version_core alla versione dell'aggiornamento fallito",
|
| 27 |
+
"ErrorDIYHelp_4": "ri-esegui l'aggiornamento (tramite il browser o da riga di comando) per continuare con gli aggiornamenti rimanenti",
|
| 28 |
+
"ErrorDIYHelp_5": "restituisce l'errore (e la soluzione) così che Matomo possa migliorare",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "Errore durante l'aggiornamento del plugin:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "La tua versione di Matomo %s è aggiornata.",
|
| 31 |
+
"ExceptionArchiveEmpty": "Archivio vuoto.",
|
| 32 |
+
"ExceptionArchiveIncompatible": "Archivio incompatibile: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "L'archivio è incompleto: alcuni file mancano (es. %s).",
|
| 34 |
+
"ExceptionDirWrongPermission": "Alcune cartelle non sono scrivibili. Per favore assicurati che si possa scrivere nelle seguenti cartelle e riprova: %s.",
|
| 35 |
+
"ExecuteDbUpgrade": "È richiesto un aggiornamento del database. Eseguo l'aggiornamento?",
|
| 36 |
+
"FeedbackRequest": "Sei libero di condividere con il Team di Matomo idee e suggerimenti qui:",
|
| 37 |
+
"HelpMessageContent": "Controlla le %1$sFAQ di Matomo %2$s, ti spiegheranno gli errori più comuni durante l'aggiornamento. %3$sChiedi all'amministratore di sistema informazioni sugli errori che ti sembrano relativi alla configurazione di MySQL o al server, piuttosto che a Matomo.",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "Il messaggio qui sopra ti spiega l'errore verificatosi durante l'aggiornamento. Ti spiega cosa l'ha causato, ma se vuoi ulteriore aiuto:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "L'aggiornamento è stato completato con successo, tuttavia si sono verificati dei piccoli problemi. Puoi leggerne qui sopra una breve descrizione. Per maggiori informazioni:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "Se gestisci un server di Matomo ad alto traffico, raccomandiamo di %1$sdisabilitare temporaneamente il Tracciamento dei visitatori e di mettere l'Interfaccia Utente di Matomo in modalità manutenzione%2$s.",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "Nota: alcuni plugin non sono compatibili con Matomo %s. Li aggiorneremo se c'è un aggiornamento sul Marketplace, altrimenti li disabiliteremo quando farai l'aggiornamento:",
|
| 42 |
+
"InstallingTheLatestVersion": "Sto installando l'ultima versione",
|
| 43 |
+
"LatestBetaRelease": "Ultima release beta",
|
| 44 |
+
"LatestStableRelease": "Ultima release stabile",
|
| 45 |
+
"LatestXBetaRelease": "Ultima versione beta %s",
|
| 46 |
+
"LatestXStableRelease": "Ultima versione stabile %s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "INFO: queste sono le query SQL e i comandi di console che verranno eseguiti per aggiornare il tuo database a Matomo %s",
|
| 48 |
+
"LtsSupportVersion": "Ultima release versione LTS",
|
| 49 |
+
"MajorUpdateWarning1": "Si tratta di un importante aggiornamento! Ci vorrà più tempo del solito.",
|
| 50 |
+
"MajorUpdateWarning2": "Il seguente consiglio è particolarmente importante per le installazioni di grandi dimensioni.",
|
| 51 |
+
"NeedHelpUpgrading": "Hai bisogno di aiuto per aggiornare Matomo?",
|
| 52 |
+
"NeedHelpUpgradingText": "Se hai bisogno di aiuto per aggiornare Matomo, i suoi creatori sono qui per aiutarti a fare l'aggiornamento con successo e per fornirti tutte le istruzioni, le migliori pratiche e un supporto continuo. %1$sContatta gli esperti di Matomo per cominciare ad aggiornarlo in sicurezza%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "Nota importante per grandi installazioni di Matomo",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "Aggiorna i tuoi plugin adesso:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "Aggiorna i tuoi temi adesso:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "Il Nuovo Matomo %s è disponibile",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "Aggiornamenti disponibili per i plugin di Matomo",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo è stato aggiornato con successo!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Matomo è stato aggiornato con successo!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Il Database di Matomo deve essere aggiornato dalla versione %1$s alla nuova versione %2$s.",
|
| 61 |
+
"PostUpdateMessage": "Matomo sarà sempre gratuito da scaricare e utilizzare, ma necessita del tuo continuo sostegno per crescere e migliorare.",
|
| 62 |
+
"PostUpdateSupport": "Se hai bisogno di aiuto per utilizzare Matomo, puoi averlo dai suoi creatori:",
|
| 63 |
+
"ReactivatedPlugins": "Plugin riattivati: %1$s",
|
| 64 |
+
"ReadyToGo": "Pronto a partire?",
|
| 65 |
+
"ReceiveEmailBecauseIsSuperUser": "Hai ricevuto questa email perché sei un Super User di Matomo su: %s",
|
| 66 |
+
"ServicesSupport": "Servizi e supporto",
|
| 67 |
+
"SkipCacheClear": "Salta la cancellazione delle cache.",
|
| 68 |
+
"SkipCacheClearDesc": "Salta la cancellazione delle cache prima dell'aggiornamento. Ciò è utile solo se puoi assicurarti che le istanze che eseguono questo comando non abbiano ancora creato una cache e se svuotare la cache per molti account Matomo non possa diventare un collo di bottiglia.",
|
| 69 |
+
"ThankYouUpdatePiwik": "Grazie per l'utilizzo di Matomo e per averlo aggiornato!",
|
| 70 |
+
"TheFollowingDimensionsWillBeUpgradedX": "Le dimensioni seguenti saranno aggiornate: %s.",
|
| 71 |
+
"TheFollowingPluginsWillBeUpgradedX": "I seguenti plugin saranno aggiornati: %s.",
|
| 72 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Se hai un database di Matomo molto grande, gli aggiornamenti potrebbero essere troppo lunghi per essere eseguiti dal browser. In questo caso, puoi eseguire l'aggiornamento da riga di comando: %s",
|
| 73 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "L'aggiornamento del Database potrebbe richiedere qualche istante, attendere.",
|
| 74 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "Alcuni plugin che utilizzi sono stati aggiornati sul Marketplace:",
|
| 75 |
+
"ThereIsNewVersionAvailableForUpdate": "C'è una nuova versione di Matomo disponibile per l'aggiornamento",
|
| 76 |
+
"TheseCommandsWillBeExecuted": "Verranno eseguiti questi comandi di console:",
|
| 77 |
+
"TheseSqlQueriesWillBeExecuted": "Verranno eseguite queste query SQL:",
|
| 78 |
+
"TriggerDatabaseConversion": "Attiva la conversione in background del database",
|
| 79 |
+
"UnpackingTheUpdate": "Sto decomprimendo l'aggiornamento",
|
| 80 |
+
"UpdateAutomatically": "Aggiorna automaticamente",
|
| 81 |
+
"UpdateDetailsHidden1": "I dettagli dell'aggiornamento sono nascosti per motivi di sicurezza. Per visualizzarli:",
|
| 82 |
+
"UpdateDetailsHidden2": "Aggiungere il parametro GET %1$s all'URL (%2$s in %3$s), oppure",
|
| 83 |
+
"UpdateDetailsHidden3": "Eseguire l'aggiornamento tramite riga di comando.",
|
| 84 |
+
"UpdateErrorTitle": "Errore nell'aggiornamento",
|
| 85 |
+
"UpdateHasBeenCancelledExplanation": "L'aggiornamento \"in-un-click\" di Matomo è stato annullato. Se non riesci a sistemare il problema che ha causato il messaggio di errore indicato, è consigliabile aggiornare Matomo manualmente. %1$s Controlla la %2$sDocumentazione di aggiornamento%3$s per iniziare!",
|
| 86 |
+
"UpdateLog": "Registro aggiornamento",
|
| 87 |
+
"UpdateSuccessTitle": "Matomo è stato aggiornato con successo!",
|
| 88 |
+
"UpdateTitle": "Aggiorna",
|
| 89 |
+
"UpdateUsingHttpsFailed": "Il download dell'ultima versione di Matomo tramite connessione sicura HTTPS non ha avuto successo a causa del seguente errore:",
|
| 90 |
+
"UpdateUsingHttpsFailedHelp": "Perché ha fallito? Il download dell'ultima versione di Matomo (tramite connessione sicura HTTPS) può fallire per svariate ragioni, per esempio per un'errore della rete, bassa velocità della rete o errata configurazione del sistema. Si noti che può anche significare che il tuo server è sotto attacco MITM, e qualcuno sta tentando di sostituire l'aggiornamento con una versione pericolosa di Matomo.",
|
| 91 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "Si raccomanda di ritentare il download utilizzando la connessione sicura HTTPS in quanto previene gli attacchi MITM.",
|
| 92 |
+
"Updating": "Aggiornamento",
|
| 93 |
+
"UpdatingPluginXToVersionY": "Aggiornamento del plugin %1$s alla versione %2$s",
|
| 94 |
+
"UpgradeComplete": "Aggiornamento completato!",
|
| 95 |
+
"UpgradePiwik": "Aggiorna Matomo",
|
| 96 |
+
"UsingHttp": "utilizzo della connessione non sicura HTTP",
|
| 97 |
+
"UsingHttps": "utilizzo della connessione sicura HTTPS (raccomandata)",
|
| 98 |
+
"Utf8mb4ConversionHelp": "Al momento il tuo database non sta utilizzando il charset UTF8mb4. Ciò rende impossibile conservare caratteri di 4-byte, come emoji, caratteri meno comuni delle lingue asiatiche, vari glifi antichi o simboli matematici. Questi al momento vengono sostituiti con %1$s.<br><br>Il tuo database supporta il charset UTF8mb4 e sarebbe possibile una conversione.<br><br>Se sai come eseguire i comandi da console, noi raccomandiamo di utilizzare questo comando: %2$s<br><br>In alternativa, puoi abilitare qui la conversione. Essa verrà automaticamente attivata come task programmato in background.<br><br>Attenzione: La conversione del database potrebbe richiedere fino a due ore, a seconda delle dimensioni del database. Poiché il tracking potrebbe non funzionare durante questo processo, non ne raccomandiamo l'uso per le istanze più grandi.<br><br>Puoi trovare altre informazioni su questo argomento in queste %3$sFAQ%4$s.",
|
| 99 |
+
"VerifyingUnpackedFiles": "Sto verificando i file scompattati",
|
| 100 |
+
"ViewVersionChangelog": "Guarda il changelog per questa versione:",
|
| 101 |
+
"WarningMessages": "Messaggi di Allerta:",
|
| 102 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "Saranno disattivati in automatico i seguenti plugin: %s",
|
| 103 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "Puoi aggiornare alla versione %s in automatico o scaricare il pacchetto e installarlo manualmente:",
|
| 104 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo non è in grado di sovrascrivere la tua installazione attuale. Puoi correggere i permessi di file/directory o scaricare il pacchetto e installare la versione %s manualmente:",
|
| 105 |
+
"YourDatabaseIsOutOfDate": "Il tuo database di Matomo è obsoleto e deve essere aggiornato prima di continuare."
|
| 106 |
+
}
|
| 107 |
+
}
|
plugins/CoreUpdater/lang/ja.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"AlreadyUpToDate": "既にすべて最新の状態です。",
|
| 4 |
+
"CheckingForPluginUpdates": "新しいプラグインの更新を確認する",
|
| 5 |
+
"ClickHereToViewSqlQueries": "実行される SQL クエリおよびコンソールコマンドのリストを表示およびコピーするには、ここをクリックしてください",
|
| 6 |
+
"CloudHosting": "クラウドホスティング",
|
| 7 |
+
"ConsoleCommandDescription": "アップグレードを開始します。 Matomo コアまたはプラグインファイルが更新された後に使用してください。確認なしで --yes をアップグレードに追加します。",
|
| 8 |
+
"ConsoleParameterDescription": "確認を求めずに直接アップデートを実行する",
|
| 9 |
+
"ConsoleStartingDbUpgrade": "今すぐデータベースアップグレードプロセスを開始してください。 これには時間がかかることがありますので、しばらくお待ちください。",
|
| 10 |
+
"ConsoleUpdateFailure": "Matomoを更新できませんでした。 詳しくは上記を参照してください。",
|
| 11 |
+
"ConsoleUpdateNoSqlQueries": "注:実行する SQL クエリまたはコンソールコマンドはありません。",
|
| 12 |
+
"ConsoleUpdateUnexpectedUserWarning": "Matomo ファイルの所有者である %2$s がユーザー %1$s と同時にこの更新プログラムを実行したようです。\n\n正しいユーザーが Matomo ファイルを確実に読み取れるようにするには、次のコマンドを実行する必要があります(またはサーバーの構成に応じて同様のコマンド):\n\n$ %3$s",
|
| 13 |
+
"ConvertToUtf8mb4": "データベースをUTF8mb4文字セットに変換します",
|
| 14 |
+
"CriticalErrorDuringTheUpgradeProcess": "アップデート処理中の重大なエラー:",
|
| 15 |
+
"DatabaseUpgradeRequired": "データベースのアップグレードが必要",
|
| 16 |
+
"DbUpgradeNotExecuted": "データベースのアップグレードは実行されませんでした。",
|
| 17 |
+
"DisablingIncompatiblePlugins": "互換性のないプラグインを無効にします: %s",
|
| 18 |
+
"DownloadX": "ダウンロード %s",
|
| 19 |
+
"DownloadingUpdateFromX": "%s からアップデートをダウンロード中",
|
| 20 |
+
"DryRun": "注:これは Dry Run です",
|
| 21 |
+
"DryRunEnd": "Dry Run 終了",
|
| 22 |
+
"EmptyDatabaseError": "データベース %s は空です。 Matomo 設定ファイルを編集または削除する必要があります。",
|
| 23 |
+
"ErrorDIYHelp": "あなたが上級ユーザーでデータベースアップグレード中にエラーが発生した場合:",
|
| 24 |
+
"ErrorDIYHelp_1": "問題の原因を特定し、修正してください(memory_limit、max_execution_time など)",
|
| 25 |
+
"ErrorDIYHelp_2": "失敗したアップデートに残っているクエリーを実行してください",
|
| 26 |
+
"ErrorDIYHelp_3": "Matomo データベースの 'option' テーブルにある version_core の値を、失敗したアップデートのバージョンに設定して、手作業でテーブルをアップデートしてください",
|
| 27 |
+
"ErrorDIYHelp_4": "残りのアップデートを継続するために、アップデータを再実行してください(ブラウザまたはコマンドラインから)",
|
| 28 |
+
"ErrorDIYHelp_5": "Matomo を改善することができるように、問題 ( および解決策 ) を報告してください",
|
| 29 |
+
"ErrorDuringPluginsUpdates": "プラグイン更新中のエラー:",
|
| 30 |
+
"ExceptionAlreadyLatestVersion": "Matomo バージョン %s は最新です。",
|
| 31 |
+
"ExceptionArchiveEmpty": "空のアーカイブ。",
|
| 32 |
+
"ExceptionArchiveIncompatible": "互換性のないアーカイブ: %s",
|
| 33 |
+
"ExceptionArchiveIncomplete": "アーカイブが不完全です:いくつかのファイルが不足しています(%s など)。",
|
| 34 |
+
"ExceptionDirWrongPermission": "一部のフォルダは書き込み不可です。 次のフォルダが書き込み可能であることを確認してから、再試行してください: %s。",
|
| 35 |
+
"ExecuteDbUpgrade": "データベースのアップグレードが必要です。 更新を実行しますか?",
|
| 36 |
+
"FeedbackRequest": "あなたのアイデアや提案を、ここで Matomo チームと共有してください :",
|
| 37 |
+
"HelpMessageContent": "アップグレードの間、最も一般的なエラーを説明している %1$s Matomo FAQ %2$sをチェックしてください。%3$s システム管理者にお尋ねください - 彼らはたいていの場合、サーバや MySQL のセットアップに関係するエラーについて、あなたの手助けができるでしょう。",
|
| 38 |
+
"HelpMessageIntroductionWhenError": "上記はコアのエラーメッセージです。 原因の説明に役立つはずですが、さらなるヘルプが必要であればこちらをどうぞ:",
|
| 39 |
+
"HelpMessageIntroductionWhenWarning": "アップグレードは正常に完了しましたが、処理中に問題がありました。 詳細は上記の説明をお読みください。 さらなるヘルプ:",
|
| 40 |
+
"HighTrafficPiwikServerEnableMaintenance": "トラフィックの多い Matomo サーバーを管理する場合は、%1$s一時的にビジタートラッキングを無効にし、Matomo ユーザーインターフェイスをメンテナンスモードにする%2$sことをお勧めします。",
|
| 41 |
+
"IncompatbilePluginsWillBeDisabledInfo": "注意:一部のプラグインは Matomo %sと互換性がありません。 マーケットプレイスに更新がある場合は更新します。それ以外の場合は、アップグレード時に無効にします。",
|
| 42 |
+
"InstallingTheLatestVersion": "最新バージョンをインストール中",
|
| 43 |
+
"LatestBetaRelease": "最新のベータ版 リリース",
|
| 44 |
+
"LatestStableRelease": "最新の安定版リリース",
|
| 45 |
+
"LatestXBetaRelease": "最新のベータ%s",
|
| 46 |
+
"LatestXStableRelease": "最新の安定した%s",
|
| 47 |
+
"ListOfSqlQueriesFYI": "参考:これらはデータベースを Matomo %s にアップグレードするために実行されるSQLクエリとコンソールコマンドです",
|
| 48 |
+
"LtsSupportVersion": "長期サポート版",
|
| 49 |
+
"MajorUpdateWarning1": "これは最新版へのアップデートです!通常よりも時間がかかります。",
|
| 50 |
+
"MajorUpdateWarning2": "以下のアドバイスは、特に大規模なインストールの際、重要です。",
|
| 51 |
+
"NeedHelpUpgrading": "Matomo のアップグレードをお手伝いしますか?",
|
| 52 |
+
"NeedHelpUpgradingText": "Matomo をアップグレードするためのサポートが必要な場合は、Matomo のクリエイターがMatomo のアップグレードを成功させ、すべての解説、ベストプラクティス、継続的なサポートを提供致します。%1$s Matomo の専門家に連絡して、安全に Matomo をアップグレードしてください。%2$s",
|
| 53 |
+
"NoteForLargePiwikInstances": "大規模なMatomoのインストールに関する注意事項",
|
| 54 |
+
"NotificationClickToUpdatePlugins": "お使いのプラグインをアップデートするには今すぐここをクリックしてください:",
|
| 55 |
+
"NotificationClickToUpdateThemes": "お使いのテーマをアップデートするには今すぐここをクリックしてください:",
|
| 56 |
+
"NotificationSubjectAvailableCoreUpdate": "新しい Matomo %s が利用可能です",
|
| 57 |
+
"NotificationSubjectAvailablePluginUpdate": "お使いの Matomo プラグインのアップデートが可能です",
|
| 58 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo は正常にアップグレードされました!",
|
| 59 |
+
"PiwikUpdatedSuccessfully": "Matomo は正常にアップデートされました!",
|
| 60 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo データベースが %1$s から新バージョン %2$s にアップグレードされます。",
|
| 61 |
+
"PostUpdateMessage": "Matomo は、常に無料でダウンロードして自由にご利用いただけますが、成長し、改善するためには皆様のご支援が必要です。",
|
| 62 |
+
"PostUpdateSupport": "Matomo の使い方で助けが必要な場合は、クリエイターからサポートを得ることができます:",
|
| 63 |
+
"ReadyToGo": "実行してもよろしいですか?",
|
| 64 |
+
"ReceiveEmailBecauseIsSuperUser": "この電子メールは、あなたが Matomo のスーパーユーザーであるために受け取りました:%s",
|
| 65 |
+
"ServicesSupport": "サービスとサポート",
|
| 66 |
+
"SkipCacheClear": "キャッシュのクリアをスキップします。",
|
| 67 |
+
"SkipCacheClearDesc": "更新する前にキャッシュのクリアをスキップします。 これは、このコマンドを実行しているインスタンスがまだキャッシュを作成していないことを確認でき、多くのMatomoアカウントのキャッシュをクリアすることがボトルネックになる可能性がある場合にのみ役立ちます。",
|
| 68 |
+
"ThankYouUpdatePiwik": "Matomo を利用し、最新の状態を維持して頂きありがとうございます!",
|
| 69 |
+
"TheFollowingDimensionsWillBeUpgradedX": "以下の範囲をアップデートします: %s",
|
| 70 |
+
"TheFollowingPluginsWillBeUpgradedX": "以下のプラグインが更新されます: %s",
|
| 71 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Matomo のデータベースが大きい場合、ブラウザでのアップデートの実行には長い時間がかかる場合があります。 このような場合、コマンドラインからアップデートを実行することができます: %s",
|
| 72 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "データベースのアップグレードプロセスにはしばらく時間がかかります。しばらくお待ちください。",
|
| 73 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "お使いのいくつかのプラグインは、マーケットプレイス上でアップデートされています:",
|
| 74 |
+
"ThereIsNewVersionAvailableForUpdate": "アップデート可能な Matomo の新バージョンがあります",
|
| 75 |
+
"TheseCommandsWillBeExecuted": "これらのコンソールコマンドが実行されます:",
|
| 76 |
+
"TheseSqlQueriesWillBeExecuted": "これらの SQL クエリが実行されます:",
|
| 77 |
+
"TriggerDatabaseConversion": "バックグラウンドでデータベース変換をトリガーする",
|
| 78 |
+
"UnpackingTheUpdate": "アップデートを展開中",
|
| 79 |
+
"UpdateAutomatically": "自動アップデート",
|
| 80 |
+
"UpdateErrorTitle": "アップデートエラー",
|
| 81 |
+
"UpdateHasBeenCancelledExplanation": "Matomo ワンクリックアップデートがキャンセルされました。 あなたが上記のエラーメッセージを修正できない場合は、Matomo を手作業でアップデートすることをお勧めします。%1$s アップデートを始めるには、%2$sアップデートのドキュメント%3$sを参照してください!",
|
| 82 |
+
"UpdateLog": "アップデートログ",
|
| 83 |
+
"UpdateSuccessTitle": "Matomo は正常にアップグレードされました!",
|
| 84 |
+
"UpdateTitle": "アップデート",
|
| 85 |
+
"UpdateUsingHttpsFailed": "以下のエラーにより、セキュリティで保護された HTTPS 接続で Matomo の最新バージョンをダウンロードできませんでした。",
|
| 86 |
+
"UpdateUsingHttpsFailedHelp": "Matomo の最新バージョンのダウンロードが ( セキュリティで保護された HTTPS 接続で ) 失敗する様々な理由として、たとえばネットワーク エラーや低速なネットワーク速度または間違ったシステム構成などがあります。 それはまた、あなたのサーバが MITM 攻撃の標的であり、誰かが Matomo の悪質なバージョンに置き換えて更新しようとしている可能性があることに注意してください。",
|
| 87 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "MITM 攻撃を防ぐために、セキュリティで保護された HTTPS 接続を使用してダウンロードを再試行することをお勧めします。",
|
| 88 |
+
"Updating": "アップデート",
|
| 89 |
+
"UpdatingPluginXToVersionY": "プラグイン %1$s をバージョン %2$s に更新する",
|
| 90 |
+
"UpgradeComplete": "アップグレードが完了しました!",
|
| 91 |
+
"UpgradePiwik": "Matomo のアップグレード",
|
| 92 |
+
"UsingHttp": "セキュリティ保護されていない HTTP 接続を使用する",
|
| 93 |
+
"UsingHttps": "安全なHTTPS接続を使用する(推奨)",
|
| 94 |
+
"Utf8mb4ConversionHelp": "現在、データベースはutf8mb4文字セットを使用していません。 これにより、絵文字、アジア言語のあまり一般的でない文字、さまざまな歴史的なスクリプト、数学記号などの4バイトの文字を保存できなくなります。 これらは現在%1$sに置き換えられています。<br><br>データベースはutf8mb4文字セットをサポートしており、変換することができます。<br><br>コンソールコマンドを実行できる場合は、次のコマンドを使用することをお勧めします。%2$s<br><br>または、ここで変換を有効にすることもできます。 その後、バックグラウンドでスケジュールされたタスクとして自動的にトリガーされます。<br><br>重要:データベースのサイズによっては、データベースの変換に数時間かかる場合があります。 このプロセス中に追跡が機能しない可能性があるため、より大きなインスタンスにトリガーを使用することはお勧めしません。<br><br>このトピックの詳細については、この%3$sFAQ%4$sを参照してください。",
|
| 95 |
+
"VerifyingUnpackedFiles": "展開したファイルを検証中",
|
| 96 |
+
"ViewVersionChangelog": "このバージョンでの変更履歴を表示する:",
|
| 97 |
+
"WarningMessages": "警告メッセージ:",
|
| 98 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "次のプラグインを自動的に無効化しました: %s",
|
| 99 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "自動的にバージョン %s にアップデートするか、パッケージをダウンロードして手動でインストールすることができます:",
|
| 100 |
+
"YouMustDownloadPackageOrFixPermissions": "Matomo は現在のインストールを上書きできません。 directory/file のアクセス許可を修正するか、パッケージをダウンロードしてバージョン %s を手動でインストールすることができます。",
|
| 101 |
+
"YourDatabaseIsOutOfDate": "Matomo データベースが古いため、継続する前にアップグレードが必要です。"
|
| 102 |
+
}
|
| 103 |
+
}
|
plugins/CoreUpdater/lang/ka.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CriticalErrorDuringTheUpgradeProcess": "განახლების პროცესის დროს მომხდარი კრიტიკული შეცდომა:",
|
| 4 |
+
"DatabaseUpgradeRequired": "საჭიროა მონაცემთა ბაზის განახლება",
|
| 5 |
+
"DownloadX": "%s ჩამოტვირთვა",
|
| 6 |
+
"DownloadingUpdateFromX": "ჩამოტვირთეთ განახლება აქედან %s",
|
| 7 |
+
"EmptyDatabaseError": "%s მონაცემთა ბაზა ცარიელია. თქვენ უნდა შეასწოროთ ან წაშალოთ Matomo კონფიგურაციის ფაილი.",
|
| 8 |
+
"ErrorDIYHelp": "თუ თქვენ კვალიფიციური მომხმარებელი ხართ და მონაცემთა ბაზის განახლებისას მოხდა შეცდომა:",
|
| 9 |
+
"ErrorDIYHelp_1": "გამოავლინეთ პრობლემის მიზეზი და შეასწორეთ ის (მაგ., memory_limit ან max_execution_time)",
|
| 10 |
+
"ErrorDIYHelp_2": "გაუშვით განახლების დარჩენილი ბრძანებები, რომელებიც შეცდომის გამო ვერ განხორციელდა",
|
| 11 |
+
"ErrorDIYHelp_3": "მექანიკურად განაახლეთ Matomo მონაცემთა ბაზის ცხრილი \\\"პარამეტრები\\\", მიანიჭეთ ვერ განხორციელებული განახლების ვერსიის მნიშვნელობა version_core ველს",
|
| 12 |
+
"ErrorDIYHelp_4": "ხელახლა გაუშვით განახლება (ბრაუზერიდან ან ბრძანებათა ზოლიდან), რომ განახორციელოთ განახლების დარჩენილი ნაწილი",
|
| 13 |
+
"ErrorDIYHelp_5": "გაგზავნეთ რეპორტი პრობლემის (და გადაწყვეტის) შესახებ, რათა გავითვალისწინოთ Matomo–ის შემდგომი დახვეწისთვის",
|
| 14 |
+
"ErrorDuringPluginsUpdates": "პლაგინის განახლებისას მომხდარი შეცდომები:",
|
| 15 |
+
"ExceptionAlreadyLatestVersion": "თქვენი Matomo ვერსია %s ვადაგასულია.",
|
| 16 |
+
"ExceptionArchiveEmpty": "ცარიელი არქივი.",
|
| 17 |
+
"ExceptionArchiveIncompatible": "არათავსებადი არქივი: %s",
|
| 18 |
+
"ExceptionArchiveIncomplete": "არქივი არასრულია: ზოგიერთი ფაილი აკლია (მაგ. %s).",
|
| 19 |
+
"HelpMessageContent": "გაეცანით %1$s Matomo FAQ %2$s, რომელიც განმარტავს განახლების დროს ყველაზე ხშირად წამოჭრილ პრობლემებს. %3$s მიმართეთ თქვენი სისტემის ადმინისტრატორს – შეიძლება მან შეძლოს თქვენი პრობლემის მოგვარება, რომელიც სავარაუდოდ თქვენი სერვერის ან MySQL–ის მოწყობას ეხება.",
|
| 20 |
+
"HelpMessageIntroductionWhenError": "ზემოთ მოცემულია შეტყობინება მნიშვნელოვანი შეცდომის შესახებ. ის დაგეხმარებათ მიზეზის დადგენაში, მაგრამ თუ შემდგომი დახმარება გჭირდებათ, გთხოვთ:",
|
| 21 |
+
"HelpMessageIntroductionWhenWarning": "განახლება წარმატებით დასრულდა, თუმცა პროცესის დროს წარმოიშვა პრობლემები. გთხოვთ, დამატებითი ინფორმაციისთვის წაიკითხეთ ზედა განმარტებები. შემდგომი დახმარებისთვის:",
|
| 22 |
+
"InstallingTheLatestVersion": "უახლესი ვერსიის დაინსტალირება",
|
| 23 |
+
"NoteForLargePiwikInstances": "მნიშვნელოვანი ინფორმაცია Matomo–ის ვრცლად დაინსტა��ირებისთვის",
|
| 24 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo წარმატებით განახლდა!",
|
| 25 |
+
"PiwikUpdatedSuccessfully": "Matomo წარმატებით განახლდა!",
|
| 26 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo მონაცემთა ბაზა განახლდება %1$s ვერსიიდან ახალი %2$s ვერსიამდე.",
|
| 27 |
+
"ReadyToGo": "მზად ხართ?",
|
| 28 |
+
"TheFollowingPluginsWillBeUpgradedX": "განახლდება შემდეგი პლაგინები: %s.",
|
| 29 |
+
"TheUpgradeProcessMayFailExecuteCommand": "თუ თქვენი Matomo მონაცემთა ბაზა საკმაოდ დიდია, განახლების ბრაუზერიდან გაშვებას შეიძლება ძალიან დიდი დრო დაჭირდეს. ასეთ სიტუაციაში თქვენ შეგიძლიათ განახორციელოთ განახლება ბრძანებათა ზოლიდან: %s",
|
| 30 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "მონაცემთა ბაზის განახლების პროცესს შეიძლება დრო დაჭირდეს, გთხოვთ გაითვალისწინოთ.",
|
| 31 |
+
"ThereIsNewVersionAvailableForUpdate": "Matomo–ის ახალი ვერსია გამოსულია, შესაძლებელია განახლება",
|
| 32 |
+
"UnpackingTheUpdate": "განახლების პაკეტის გახსნა",
|
| 33 |
+
"UpdateAutomatically": "ავტომატური განახლება",
|
| 34 |
+
"UpdateHasBeenCancelledExplanation": "Matomo–ის ერთი დაწკაპუნებით განახლება შეწყდა. თუ თქვენ არ შეგიძლიათ შეტყობინებაში ხსენებული შეცდომის მოგვარება, გირჩევთ მექანიკურად განაახლოთ Matomo. %1$s გთხოვთ, დაწყებამდე გაეცნოთ %2$sგანახლების დოკუმენტაციას%3$s!",
|
| 35 |
+
"UpdateSuccessTitle": "Matomo წარმატებით განახლდა!",
|
| 36 |
+
"UpdateTitle": "განახლება",
|
| 37 |
+
"UpgradeComplete": "განახლება დასრულდა!",
|
| 38 |
+
"UpgradePiwik": "Matomo განახლება",
|
| 39 |
+
"VerifyingUnpackedFiles": "გახნილი პაკეტის ფაილების შემოწმება",
|
| 40 |
+
"WarningMessages": "გაფრთხილების შეტყობინებები:",
|
| 41 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "შემდეგი პლაგინები ავტომატურად გავთიშეთ: %s",
|
| 42 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "შეგიძლიათ %s ვერსიამდე ავტომატურად განახლდეთ, ან პაკეტი სახელით გადმოწეროთ და დააყენოთ:",
|
| 43 |
+
"YourDatabaseIsOutOfDate": "Matomo–ის მონაცემთა ბაზა ვადაგასულია, სანამ გააგრძელებთ აუცილებელია მისი განახლება."
|
| 44 |
+
}
|
| 45 |
+
}
|
plugins/CoreUpdater/lang/ko.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"CoreUpdater": {
|
| 3 |
+
"CheckingForPluginUpdates": "새로운 플러그인 업데이트를 체크하고 있습니다",
|
| 4 |
+
"CloudHosting": "클라우드 호스팅",
|
| 5 |
+
"CriticalErrorDuringTheUpgradeProcess": "업데이트 과정중에 치명적인 에러 발생:",
|
| 6 |
+
"DatabaseUpgradeRequired": "데이터베이스 업그레이드 필요함",
|
| 7 |
+
"DisablingIncompatiblePlugins": "호환이 안되는 플러그인들을 비활성화하는 중입니다: %s",
|
| 8 |
+
"DownloadX": "다운로드 %s",
|
| 9 |
+
"DownloadingUpdateFromX": "%s에서 업데이트를 다운로드 중",
|
| 10 |
+
"EmptyDatabaseError": "데이터베이스 %s 는 비어있습니다. Matomo 설정 파일을 편집하거나 제거해야 합니다.",
|
| 11 |
+
"ErrorDIYHelp": "당신이 고급 사용자이며, 데이터베이스 업그레이드 오류가 발생한 경우:",
|
| 12 |
+
"ErrorDIYHelp_1": "문제의 원인을 파악하고 해결하세요 (memory_limit, max_execution_time 등)",
|
| 13 |
+
"ErrorDIYHelp_2": "업데이트에 실패한 남은 쿼리를 실행하세요",
|
| 14 |
+
"ErrorDIYHelp_3": "Matomo 데이터베이스 'option'테이블에있는 version_core 값을 실패한 업데이트 버전으로 설정하여 수동으로 테이블을 업데이트하세요",
|
| 15 |
+
"ErrorDIYHelp_4": "나머지 업데이트를 계속하기 위해 업데이트를 다시 실행하세요 (브라우저 또는 명령 줄에서)",
|
| 16 |
+
"ErrorDIYHelp_5": "Matomo을 향상시킬 수 있도록 문제(또는 해결방법)를 알려주세요",
|
| 17 |
+
"ErrorDuringPluginsUpdates": "플러그인 업데이트 도중 에러 발생:",
|
| 18 |
+
"ExceptionAlreadyLatestVersion": "Matomo %s 버전은 최신입니다.",
|
| 19 |
+
"ExceptionArchiveEmpty": "비어있는 아카이브입니다.",
|
| 20 |
+
"ExceptionArchiveIncompatible": "호환되지 않는 아카이브: %s",
|
| 21 |
+
"ExceptionArchiveIncomplete": "아카이브 불완전: 일부 파일이 부족합니다 (%s 등).",
|
| 22 |
+
"FeedbackRequest": "당신의 아이디어들과 제안들을 여기 Matomo 팀과 함께 자유롭게 나누세요",
|
| 23 |
+
"HelpMessageContent": "업데이트 도중에 발생하는 공통적인 에러가 설명되어 있는 %1$s Matomo FAQ %2$s 를 확인하세요. %3$s 시스템 관리자에게 물어보세요 - 에러는 서버나 MySQL 설정과 관련되어 있는 경우가 많아 도움을 줄 수도 있습니다.",
|
| 24 |
+
"HelpMessageIntroductionWhenError": "위와 같은 경우는 코어 에러 메세지입니다. 원인을 설명할 수 있으나 도움이 필요하다면:",
|
| 25 |
+
"HelpMessageIntroductionWhenWarning": "업데이트는 성공적으로 완료되었습니다. 하지만 진행중에 문제가 있었습니다. 자세한 사항은 위의 설명을 읽어주세요. 더 많은 도움은:",
|
| 26 |
+
"HighTrafficPiwikServerEnableMaintenance": "만약 여러분이 높은 트래픽의 Matomo 서버를 다룰려고 한다면, %1$s 잠깐동안 방문자 추적을 비활성화하고 관리모드로 Matomo 유저 인터페이스를 설정하도록 추천합니다 %2$s.",
|
| 27 |
+
"InstallingTheLatestVersion": "최근 버전 설치중",
|
| 28 |
+
"LatestBetaRelease": "최근 릴리즈 된 베타 버전",
|
| 29 |
+
"LatestStableRelease": "최근 릴리즈 된 안정 버전",
|
| 30 |
+
"LtsSupportVersion": "Long Term Support 버전",
|
| 31 |
+
"MajorUpdateWarning1": "중요한 업데이트입니다! 평소보다 더 오래 걸릴지도 모릅니다.",
|
| 32 |
+
"MajorUpdateWarning2": "다음은 무거운 설치시 알아야하는 중요한 내용입니다.",
|
| 33 |
+
"NeedHelpUpgrading": "Matomo를 업그레이드를 하는데 도움이 필요하십니까?",
|
| 34 |
+
"NeedHelpUpgradingText": "만약 당신의 Matomo를 업그레이드 하기 위한 지원이 필요하다면, Matomo를 만든 사람들은 여기서 Matomo 업그레이드를 성공적으로 만들도록 도와줄 것이고, 모든 지침들을, 최고의 실습들과 계속적인 지원들을 제공할 것입니다. 여러분의 Matomo를 안전하게 업그레이드를 시작하도록 %1$s Matomo 전문가들에게 연락하세요 %2$s",
|
| 35 |
+
"NoteForLargePiwikInstances": "용량이 큰 Matomo 설치시 주의해야 할 점",
|
| 36 |
+
"NotificationClickToUpdatePlugins": "지금 플러그인들을 업데이트 하기 위해서 여기를 클릭하세요:",
|
| 37 |
+
"NotificationClickToUpdateThemes": "지금 테마들을 변경하기 위해서 여기를 클릭하세요:",
|
| 38 |
+
"NotificationSubjectAvailableCoreUpdate": "새로운 Matomo %s 이 이용가능합니다",
|
| 39 |
+
"NotificationSubjectAvailablePluginUpdate": "여러분의 Matomo 플러그인들을 이용할 수 있도록 업데이트 하세요",
|
| 40 |
+
"PiwikHasBeenSuccessfullyUpgraded": "Matomo가 성공적으로 업데이트되었습니다!",
|
| 41 |
+
"PiwikUpdatedSuccessfully": "Matomo 업데이트가 성공적으로 완료되었습니다!",
|
| 42 |
+
"PiwikWillBeUpgradedFromVersionXToVersionY": "Matomo 데이터베이스가 %1$s 버전에서 %2$s 새 버전으로 업그레이드됩니다.",
|
| 43 |
+
"PostUpdateMessage": "Matomo는 다운로드와 사용이 언제나 무료입니다. 그러나 이를 발전하고 향상시키기 위해서는 여러분들의 계속적인 지원이 필요합니다.",
|
| 44 |
+
"PostUpdateSupport": "만약 여러분이 Matomo를 사용하는데 도움이 필요하다면, 당신은 Matomo를 만든 사람들로부터 지원을 받을 수 있습니다",
|
| 45 |
+
"ReadyToGo": "실행 하시겠습니까?",
|
| 46 |
+
"ServicesSupport": "서비스 & 지원",
|
| 47 |
+
"ThankYouUpdatePiwik": "Matomo를사용해 주시고 최신버전을 유지할 수 있도록 해 주셔서 감사합니다 .",
|
| 48 |
+
"TheFollowingDimensionsWillBeUpgradedX": "다음 범위들이 업데이트 되어질 것입니다: %s.",
|
| 49 |
+
"TheFollowingPluginsWillBeUpgradedX": "다음의 플러그인들이 업데이트됩니다: %s.",
|
| 50 |
+
"TheUpgradeProcessMayFailExecuteCommand": "Matomo의 데이터베이스가 큰 경우, 브라우저에서 업데이트를 실행하는 데 시간이 오래 걸릴 수 있습니다. 이 경우 명령 줄에서 업데이트를 수행할 수 있습니다: %s",
|
| 51 |
+
"TheUpgradeProcessMayTakeAWhilePleaseBePatient": "데이터베이스 업그레이드 진행은 시간이 걸릴 수 있으므로 기다려주세요.",
|
| 52 |
+
"ThereIsNewPluginVersionAvailableForUpdate": "여러분이 사용하는 어떤 프러그인들은 마켓플레이스 상에서 업데이트 되어집니다",
|
| 53 |
+
"ThereIsNewVersionAvailableForUpdate": "Matomo의 새 버전으로 업데이트 할 수 있습니다.",
|
| 54 |
+
"UnpackingTheUpdate": "업데이트 배포 중",
|
| 55 |
+
"UpdateAutomatically": "자동 업데이트",
|
| 56 |
+
"UpdateErrorTitle": "업데이트 에러",
|
| 57 |
+
"UpdateHasBeenCancelledExplanation": "Matomo 원클릭 업데이트가 취소되었습니다. 만약 위의 에러 메세지를 고칠 수 없다면, 수동으로 Matomo를 업데이트하는 것을 권장합니다. %1$s 시작하기 위해 %2$s업데이트 문서%3$s 를 확인하세요!",
|
| 58 |
+
"UpdateSuccessTitle": "Matomo가 성공적으로 업데이트되었습니다!",
|
| 59 |
+
"UpdateTitle": "업데이트",
|
| 60 |
+
"UpdateUsingHttpsFailed": "보안된 HTTPS 접속으로 최신버전의 Matomo를 다운로드하는데 다음 에러들로 인해 실패했습니다:",
|
| 61 |
+
"UpdateUsingHttpsFailedHelp": "실패했나요? 최신 Matomo 버전을 다운로딩하는 데(보안된 HTTPS 접속을 통해) 다양한 이유들로 실패할 수 있습니다. 예를 들어, 네트웍 에러때문이거나, 네트웍 속도저하 또는 시스템설정이 잘못되었기 때문입니다. 다음을 노트하세요. 이는 또한 여러분의 서버가 MITM 공격의 타켓이 될 수 도 있고 누군가가 악의적인 코드로 만든 Matomo 버젼을 가지고 업데이트를 시도할려고 하기 때문일 수도 있습니다.",
|
| 62 |
+
"UpdateUsingHttpsFailedHelpWhatToDo": "보안된 HTTPS 접속을 사용해서 다운로드하도록 권고되어집니다. 이는 MITM 공격에 안전합니다.",
|
| 63 |
+
"Updating": "업데이트중",
|
| 64 |
+
"UpdatingPluginXToVersionY": "버젼 %2$s 에 플러그인 %1$s를 업데이트 중입니다",
|
| 65 |
+
"UpgradeComplete": "업그레이드 완료!",
|
| 66 |
+
"UpgradePiwik": "Matomo 업그레이드",
|
| 67 |
+
"UsingHttp": "비보안된 HTTP 접속을 사용하고 있습니다",
|
| 68 |
+
"UsingHttps": "보안된 HTTPS 접속을 사용하는 중입니다 (권고되는 사항)",
|
| 69 |
+
"VerifyingUnpackedFiles": "압축이 풀린 파일 확인중",
|
| 70 |
+
"ViewVersionChangelog": "이 버전에 대한 변화로그를 보세요",
|
| 71 |
+
"WarningMessages": "경고 메세지:",
|
| 72 |
+
"WeAutomaticallyDeactivatedTheFollowingPlugins": "다음의 플러그인이 자동으로 비활성화되었습니다: %s",
|
| 73 |
+
"YouCanUpgradeAutomaticallyOrDownloadPackage": "%s 버전으로 자동 업데이트하거나 수동적으로 패키지를 받아서 업데이트 할 수 있습니다:",
|
| 74 |
+
"YourDatabaseIsOutOfDate": "Matomo 데이터베이스가 오래되었으니 계속하기 이전에 먼저 업그레이드가 되어야 합니다."
|
| 75 |
+
}
|
| 76 |
+
}
|
plugins/CoreUpdater/lang/ku.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
plugins/CoreUpdater/lang/lb.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|