mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Translate UI
This commit is contained in:
parent
f9a68456ae
commit
c0e7beebf7
@ -31,12 +31,14 @@
|
||||
<h5>
|
||||
<i class="icon-picture-o"></i>
|
||||
<?= e(array_get($theme, 'name', 'Unknown')) ?>
|
||||
<small>Theme</small>
|
||||
<small><?= e(trans('system::lang.updates.theme_label')) ?></small>
|
||||
</h5>
|
||||
<dl>
|
||||
<dt><?= e(array_get($theme, 'version', 'v1.0.0')) ?></dt>
|
||||
<dd>New theme installation.</dd>
|
||||
<dd><?= e(trans('system::lang.updates.theme_new_install')) ?></dd>
|
||||
</dl>
|
||||
|
||||
<input type="hidden" name="themes[<?= e($code) ?>]" value="<?= e($theme['hash']) ?>" />
|
||||
<?php endforeach ?>
|
||||
|
||||
<?php foreach ($pluginList as $code => $plugin): ?>
|
||||
|
@ -143,6 +143,8 @@ return [
|
||||
'update_success' => 'The update process was performed successfully.',
|
||||
'update_failed_label' => 'Update failed',
|
||||
'force_label' => 'Force update',
|
||||
'theme_label' => 'Theme',
|
||||
'theme_new_install' => 'New theme installation.',
|
||||
'found' => [
|
||||
'label' => 'Found new updates!',
|
||||
'help' => 'Click Update software to begin the update process.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user