Update translation
This commit is contained in:
parent
be2e40e69f
commit
6f9dfe198f
|
|
@ -28,7 +28,7 @@
|
|||
<h4><?= e(trans('system::lang.updates.plugins')) ?></h4>
|
||||
<p><?= $pluginsCount ?></p>
|
||||
<p class="description">
|
||||
Disabled: <?= $pluginsActiveCount - $pluginsCount ?>
|
||||
<?= e(trans('system::lang.updates.disabled')) ?> <?= $pluginsActiveCount - $pluginsCount ?>
|
||||
</p>
|
||||
</div>
|
||||
<?php if ($coreBuild): ?>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@ return [
|
|||
'it' => 'Italian',
|
||||
'ja' => 'Japanese',
|
||||
'nl' => 'Dutch',
|
||||
'pl' => 'Polish',
|
||||
'pt-br' => 'Brazilian Portuguese',
|
||||
'ro' => 'Romanian',
|
||||
'ru' => 'Russian',
|
||||
'se' => 'Swedish',
|
||||
'tr' => 'Turkish',
|
||||
'pl' => 'Polish',
|
||||
'sk' => 'Slovak (Slovakia)',
|
||||
'tr' => 'Turkish'
|
||||
],
|
||||
'directory' => [
|
||||
'create_fail' => 'Cannot create directory: :name'
|
||||
|
|
@ -177,6 +177,7 @@ return [
|
|||
'core_downloading' => 'Downloading application files',
|
||||
'core_extracting' => 'Unpacking application files',
|
||||
'plugins' => 'Plugins',
|
||||
'disabled' => 'Disabled:',
|
||||
'plugin_downloading' => 'Downloading plugin: :name',
|
||||
'plugin_extracting' => 'Unpacking plugin: :name',
|
||||
'plugin_version_none' => 'New plugin',
|
||||
|
|
|
|||
Loading…
Reference in New Issue