diff --git a/config/vue-i18n-generator.php b/config/vue-i18n-generator.php index b3bb089549..ea7447597c 100644 --- a/config/vue-i18n-generator.php +++ b/config/vue-i18n-generator.php @@ -11,7 +11,7 @@ return [ | */ - 'langPath' => '/resources/lang', + 'langPath' => '/lang', /* |-------------------------------------------------------------------------- diff --git a/resources/lang/de.json b/lang/de.json similarity index 100% rename from resources/lang/de.json rename to lang/de.json diff --git a/resources/lang/de/auth.php b/lang/de/auth.php similarity index 100% rename from resources/lang/de/auth.php rename to lang/de/auth.php diff --git a/resources/lang/de/commands.php b/lang/de/commands.php similarity index 100% rename from resources/lang/de/commands.php rename to lang/de/commands.php diff --git a/resources/lang/de/pagination.php b/lang/de/pagination.php similarity index 100% rename from resources/lang/de/pagination.php rename to lang/de/pagination.php diff --git a/resources/lang/de/passwords.php b/lang/de/passwords.php similarity index 100% rename from resources/lang/de/passwords.php rename to lang/de/passwords.php diff --git a/resources/lang/de/preferences.php b/lang/de/preferences.php similarity index 100% rename from resources/lang/de/preferences.php rename to lang/de/preferences.php diff --git a/resources/lang/de/sensors.php b/lang/de/sensors.php similarity index 100% rename from resources/lang/de/sensors.php rename to lang/de/sensors.php diff --git a/resources/lang/de/settings.php b/lang/de/settings.php similarity index 100% rename from resources/lang/de/settings.php rename to lang/de/settings.php diff --git a/resources/lang/de/syslog.php b/lang/de/syslog.php similarity index 100% rename from resources/lang/de/syslog.php rename to lang/de/syslog.php diff --git a/resources/lang/de/validation.php b/lang/de/validation.php similarity index 100% rename from resources/lang/de/validation.php rename to lang/de/validation.php diff --git a/resources/lang/de/wireless.php b/lang/de/wireless.php similarity index 100% rename from resources/lang/de/wireless.php rename to lang/de/wireless.php diff --git a/resources/lang/en/auth.php b/lang/en/auth.php similarity index 100% rename from resources/lang/en/auth.php rename to lang/en/auth.php diff --git a/resources/lang/en/bgp.php b/lang/en/bgp.php similarity index 100% rename from resources/lang/en/bgp.php rename to lang/en/bgp.php diff --git a/resources/lang/en/commands.php b/lang/en/commands.php similarity index 100% rename from resources/lang/en/commands.php rename to lang/en/commands.php diff --git a/resources/lang/en/components.php b/lang/en/components.php similarity index 100% rename from resources/lang/en/components.php rename to lang/en/components.php diff --git a/resources/lang/en/device.php b/lang/en/device.php similarity index 100% rename from resources/lang/en/device.php rename to lang/en/device.php diff --git a/resources/lang/en/exceptions.php b/lang/en/exceptions.php similarity index 100% rename from resources/lang/en/exceptions.php rename to lang/en/exceptions.php diff --git a/resources/lang/en/install.php b/lang/en/install.php similarity index 100% rename from resources/lang/en/install.php rename to lang/en/install.php diff --git a/resources/lang/en/modules.php b/lang/en/modules.php similarity index 100% rename from resources/lang/en/modules.php rename to lang/en/modules.php diff --git a/resources/lang/en/pagination.php b/lang/en/pagination.php similarity index 100% rename from resources/lang/en/pagination.php rename to lang/en/pagination.php diff --git a/resources/lang/en/passwords.php b/lang/en/passwords.php similarity index 100% rename from resources/lang/en/passwords.php rename to lang/en/passwords.php diff --git a/resources/lang/en/plugins.php b/lang/en/plugins.php similarity index 100% rename from resources/lang/en/plugins.php rename to lang/en/plugins.php diff --git a/resources/lang/en/poller.php b/lang/en/poller.php similarity index 100% rename from resources/lang/en/poller.php rename to lang/en/poller.php diff --git a/resources/lang/en/port.php b/lang/en/port.php similarity index 100% rename from resources/lang/en/port.php rename to lang/en/port.php diff --git a/resources/lang/en/preferences.php b/lang/en/preferences.php similarity index 100% rename from resources/lang/en/preferences.php rename to lang/en/preferences.php diff --git a/resources/lang/en/sensors.php b/lang/en/sensors.php similarity index 100% rename from resources/lang/en/sensors.php rename to lang/en/sensors.php diff --git a/resources/lang/en/settings.php b/lang/en/settings.php similarity index 100% rename from resources/lang/en/settings.php rename to lang/en/settings.php diff --git a/resources/lang/en/smokeping.php b/lang/en/smokeping.php similarity index 100% rename from resources/lang/en/smokeping.php rename to lang/en/smokeping.php diff --git a/resources/lang/en/stp.php b/lang/en/stp.php similarity index 100% rename from resources/lang/en/stp.php rename to lang/en/stp.php diff --git a/resources/lang/en/syslog.php b/lang/en/syslog.php similarity index 100% rename from resources/lang/en/syslog.php rename to lang/en/syslog.php diff --git a/resources/lang/en/validation.php b/lang/en/validation.php similarity index 100% rename from resources/lang/en/validation.php rename to lang/en/validation.php diff --git a/resources/lang/en/widgets.php b/lang/en/widgets.php similarity index 100% rename from resources/lang/en/widgets.php rename to lang/en/widgets.php diff --git a/resources/lang/en/wireless.php b/lang/en/wireless.php similarity index 100% rename from resources/lang/en/wireless.php rename to lang/en/wireless.php diff --git a/resources/lang/fr.json b/lang/fr.json similarity index 100% rename from resources/lang/fr.json rename to lang/fr.json diff --git a/resources/lang/fr/auth.php b/lang/fr/auth.php similarity index 100% rename from resources/lang/fr/auth.php rename to lang/fr/auth.php diff --git a/resources/lang/fr/commands.php b/lang/fr/commands.php similarity index 100% rename from resources/lang/fr/commands.php rename to lang/fr/commands.php diff --git a/resources/lang/fr/pagination.php b/lang/fr/pagination.php similarity index 100% rename from resources/lang/fr/pagination.php rename to lang/fr/pagination.php diff --git a/resources/lang/fr/passwords.php b/lang/fr/passwords.php similarity index 100% rename from resources/lang/fr/passwords.php rename to lang/fr/passwords.php diff --git a/resources/lang/fr/preferences.php b/lang/fr/preferences.php similarity index 100% rename from resources/lang/fr/preferences.php rename to lang/fr/preferences.php diff --git a/resources/lang/fr/sensors.php b/lang/fr/sensors.php similarity index 100% rename from resources/lang/fr/sensors.php rename to lang/fr/sensors.php diff --git a/resources/lang/fr/settings.php b/lang/fr/settings.php similarity index 100% rename from resources/lang/fr/settings.php rename to lang/fr/settings.php diff --git a/resources/lang/fr/validation.php b/lang/fr/validation.php similarity index 100% rename from resources/lang/fr/validation.php rename to lang/fr/validation.php diff --git a/resources/lang/fr/wireless.php b/lang/fr/wireless.php similarity index 100% rename from resources/lang/fr/wireless.php rename to lang/fr/wireless.php diff --git a/resources/lang/it.json b/lang/it.json similarity index 100% rename from resources/lang/it.json rename to lang/it.json diff --git a/resources/lang/it/auth.php b/lang/it/auth.php similarity index 100% rename from resources/lang/it/auth.php rename to lang/it/auth.php diff --git a/resources/lang/it/bgp.php b/lang/it/bgp.php similarity index 100% rename from resources/lang/it/bgp.php rename to lang/it/bgp.php diff --git a/resources/lang/it/commands.php b/lang/it/commands.php similarity index 100% rename from resources/lang/it/commands.php rename to lang/it/commands.php diff --git a/resources/lang/it/components.php b/lang/it/components.php similarity index 100% rename from resources/lang/it/components.php rename to lang/it/components.php diff --git a/resources/lang/it/device.php b/lang/it/device.php similarity index 100% rename from resources/lang/it/device.php rename to lang/it/device.php diff --git a/resources/lang/it/exceptions.php b/lang/it/exceptions.php similarity index 100% rename from resources/lang/it/exceptions.php rename to lang/it/exceptions.php diff --git a/resources/lang/it/install.php b/lang/it/install.php similarity index 100% rename from resources/lang/it/install.php rename to lang/it/install.php diff --git a/resources/lang/it/pagination.php b/lang/it/pagination.php similarity index 100% rename from resources/lang/it/pagination.php rename to lang/it/pagination.php diff --git a/resources/lang/it/passwords.php b/lang/it/passwords.php similarity index 100% rename from resources/lang/it/passwords.php rename to lang/it/passwords.php diff --git a/resources/lang/it/plugins.php b/lang/it/plugins.php similarity index 100% rename from resources/lang/it/plugins.php rename to lang/it/plugins.php diff --git a/resources/lang/it/poller.php b/lang/it/poller.php similarity index 100% rename from resources/lang/it/poller.php rename to lang/it/poller.php diff --git a/resources/lang/it/port.php b/lang/it/port.php similarity index 100% rename from resources/lang/it/port.php rename to lang/it/port.php diff --git a/resources/lang/it/preferences.php b/lang/it/preferences.php similarity index 100% rename from resources/lang/it/preferences.php rename to lang/it/preferences.php diff --git a/resources/lang/it/sensors.php b/lang/it/sensors.php similarity index 100% rename from resources/lang/it/sensors.php rename to lang/it/sensors.php diff --git a/resources/lang/it/settings.php b/lang/it/settings.php similarity index 100% rename from resources/lang/it/settings.php rename to lang/it/settings.php diff --git a/resources/lang/it/smokeping.php b/lang/it/smokeping.php similarity index 100% rename from resources/lang/it/smokeping.php rename to lang/it/smokeping.php diff --git a/resources/lang/it/stp.php b/lang/it/stp.php similarity index 100% rename from resources/lang/it/stp.php rename to lang/it/stp.php diff --git a/resources/lang/it/validation.php b/lang/it/validation.php similarity index 100% rename from resources/lang/it/validation.php rename to lang/it/validation.php diff --git a/resources/lang/it/wireless.php b/lang/it/wireless.php similarity index 100% rename from resources/lang/it/wireless.php rename to lang/it/wireless.php diff --git a/resources/lang/ru.json b/lang/ru.json similarity index 100% rename from resources/lang/ru.json rename to lang/ru.json diff --git a/resources/lang/ru/auth.php b/lang/ru/auth.php similarity index 100% rename from resources/lang/ru/auth.php rename to lang/ru/auth.php diff --git a/resources/lang/ru/commands.php b/lang/ru/commands.php similarity index 100% rename from resources/lang/ru/commands.php rename to lang/ru/commands.php diff --git a/resources/lang/ru/pagination.php b/lang/ru/pagination.php similarity index 100% rename from resources/lang/ru/pagination.php rename to lang/ru/pagination.php diff --git a/resources/lang/ru/passwords.php b/lang/ru/passwords.php similarity index 100% rename from resources/lang/ru/passwords.php rename to lang/ru/passwords.php diff --git a/resources/lang/ru/preferences.php b/lang/ru/preferences.php similarity index 100% rename from resources/lang/ru/preferences.php rename to lang/ru/preferences.php diff --git a/resources/lang/ru/validation.php b/lang/ru/validation.php similarity index 100% rename from resources/lang/ru/validation.php rename to lang/ru/validation.php diff --git a/resources/lang/sr.json b/lang/sr.json similarity index 100% rename from resources/lang/sr.json rename to lang/sr.json diff --git a/resources/lang/sr/auth.php b/lang/sr/auth.php similarity index 100% rename from resources/lang/sr/auth.php rename to lang/sr/auth.php diff --git a/resources/lang/sr/components.php b/lang/sr/components.php similarity index 100% rename from resources/lang/sr/components.php rename to lang/sr/components.php diff --git a/resources/lang/sr/device.php b/lang/sr/device.php similarity index 100% rename from resources/lang/sr/device.php rename to lang/sr/device.php diff --git a/resources/lang/sr/exceptions.php b/lang/sr/exceptions.php similarity index 100% rename from resources/lang/sr/exceptions.php rename to lang/sr/exceptions.php diff --git a/resources/lang/sr/pagination.php b/lang/sr/pagination.php similarity index 100% rename from resources/lang/sr/pagination.php rename to lang/sr/pagination.php diff --git a/resources/lang/sr/passwords.php b/lang/sr/passwords.php similarity index 100% rename from resources/lang/sr/passwords.php rename to lang/sr/passwords.php diff --git a/resources/lang/sr/plugins.php b/lang/sr/plugins.php similarity index 100% rename from resources/lang/sr/plugins.php rename to lang/sr/plugins.php diff --git a/resources/lang/sr/port.php b/lang/sr/port.php similarity index 100% rename from resources/lang/sr/port.php rename to lang/sr/port.php diff --git a/resources/lang/sr/preferences.php b/lang/sr/preferences.php similarity index 100% rename from resources/lang/sr/preferences.php rename to lang/sr/preferences.php diff --git a/resources/lang/sr/sensors.php b/lang/sr/sensors.php similarity index 100% rename from resources/lang/sr/sensors.php rename to lang/sr/sensors.php diff --git a/resources/lang/sr/widgets.php b/lang/sr/widgets.php similarity index 100% rename from resources/lang/sr/widgets.php rename to lang/sr/widgets.php diff --git a/resources/lang/sr/wireless.php b/lang/sr/wireless.php similarity index 100% rename from resources/lang/sr/wireless.php rename to lang/sr/wireless.php diff --git a/resources/lang/uk.json b/lang/uk.json similarity index 100% rename from resources/lang/uk.json rename to lang/uk.json diff --git a/resources/lang/uk/auth.php b/lang/uk/auth.php similarity index 100% rename from resources/lang/uk/auth.php rename to lang/uk/auth.php diff --git a/resources/lang/uk/commands.php b/lang/uk/commands.php similarity index 100% rename from resources/lang/uk/commands.php rename to lang/uk/commands.php diff --git a/resources/lang/uk/components.php b/lang/uk/components.php similarity index 100% rename from resources/lang/uk/components.php rename to lang/uk/components.php diff --git a/resources/lang/uk/device.php b/lang/uk/device.php similarity index 100% rename from resources/lang/uk/device.php rename to lang/uk/device.php diff --git a/resources/lang/uk/exceptions.php b/lang/uk/exceptions.php similarity index 100% rename from resources/lang/uk/exceptions.php rename to lang/uk/exceptions.php diff --git a/resources/lang/uk/install.php b/lang/uk/install.php similarity index 100% rename from resources/lang/uk/install.php rename to lang/uk/install.php diff --git a/resources/lang/uk/modules.php b/lang/uk/modules.php similarity index 100% rename from resources/lang/uk/modules.php rename to lang/uk/modules.php diff --git a/resources/lang/uk/pagination.php b/lang/uk/pagination.php similarity index 100% rename from resources/lang/uk/pagination.php rename to lang/uk/pagination.php diff --git a/resources/lang/uk/passwords.php b/lang/uk/passwords.php similarity index 100% rename from resources/lang/uk/passwords.php rename to lang/uk/passwords.php diff --git a/resources/lang/uk/plugins.php b/lang/uk/plugins.php similarity index 100% rename from resources/lang/uk/plugins.php rename to lang/uk/plugins.php diff --git a/resources/lang/uk/poller.php b/lang/uk/poller.php similarity index 100% rename from resources/lang/uk/poller.php rename to lang/uk/poller.php diff --git a/resources/lang/uk/port.php b/lang/uk/port.php similarity index 100% rename from resources/lang/uk/port.php rename to lang/uk/port.php diff --git a/resources/lang/uk/preferences.php b/lang/uk/preferences.php similarity index 100% rename from resources/lang/uk/preferences.php rename to lang/uk/preferences.php diff --git a/resources/lang/uk/sensors.php b/lang/uk/sensors.php similarity index 100% rename from resources/lang/uk/sensors.php rename to lang/uk/sensors.php diff --git a/resources/lang/uk/settings.php b/lang/uk/settings.php similarity index 100% rename from resources/lang/uk/settings.php rename to lang/uk/settings.php diff --git a/resources/lang/uk/smokeping.php b/lang/uk/smokeping.php similarity index 100% rename from resources/lang/uk/smokeping.php rename to lang/uk/smokeping.php diff --git a/resources/lang/uk/stp.php b/lang/uk/stp.php similarity index 100% rename from resources/lang/uk/stp.php rename to lang/uk/stp.php diff --git a/resources/lang/uk/syslog.php b/lang/uk/syslog.php similarity index 100% rename from resources/lang/uk/syslog.php rename to lang/uk/syslog.php diff --git a/resources/lang/uk/validation.php b/lang/uk/validation.php similarity index 100% rename from resources/lang/uk/validation.php rename to lang/uk/validation.php diff --git a/resources/lang/uk/wireless.php b/lang/uk/wireless.php similarity index 100% rename from resources/lang/uk/wireless.php rename to lang/uk/wireless.php diff --git a/resources/lang/zh-CN.json b/lang/zh-CN.json similarity index 100% rename from resources/lang/zh-CN.json rename to lang/zh-CN.json diff --git a/resources/lang/zh-CN/auth.php b/lang/zh-CN/auth.php similarity index 100% rename from resources/lang/zh-CN/auth.php rename to lang/zh-CN/auth.php diff --git a/resources/lang/zh-CN/commands.php b/lang/zh-CN/commands.php similarity index 100% rename from resources/lang/zh-CN/commands.php rename to lang/zh-CN/commands.php diff --git a/resources/lang/zh-CN/pagination.php b/lang/zh-CN/pagination.php similarity index 100% rename from resources/lang/zh-CN/pagination.php rename to lang/zh-CN/pagination.php diff --git a/resources/lang/zh-CN/passwords.php b/lang/zh-CN/passwords.php similarity index 100% rename from resources/lang/zh-CN/passwords.php rename to lang/zh-CN/passwords.php diff --git a/resources/lang/zh-CN/preferences.php b/lang/zh-CN/preferences.php similarity index 100% rename from resources/lang/zh-CN/preferences.php rename to lang/zh-CN/preferences.php diff --git a/resources/lang/zh-CN/sensors.php b/lang/zh-CN/sensors.php similarity index 100% rename from resources/lang/zh-CN/sensors.php rename to lang/zh-CN/sensors.php diff --git a/resources/lang/zh-CN/settings.php b/lang/zh-CN/settings.php similarity index 100% rename from resources/lang/zh-CN/settings.php rename to lang/zh-CN/settings.php diff --git a/resources/lang/zh-CN/syslog.php b/lang/zh-CN/syslog.php similarity index 100% rename from resources/lang/zh-CN/syslog.php rename to lang/zh-CN/syslog.php diff --git a/resources/lang/zh-CN/validation.php b/lang/zh-CN/validation.php similarity index 100% rename from resources/lang/zh-CN/validation.php rename to lang/zh-CN/validation.php diff --git a/resources/lang/zh-CN/wireless.php b/lang/zh-CN/wireless.php similarity index 100% rename from resources/lang/zh-CN/wireless.php rename to lang/zh-CN/wireless.php diff --git a/resources/lang/zh-TW.json b/lang/zh-TW.json similarity index 100% rename from resources/lang/zh-TW.json rename to lang/zh-TW.json diff --git a/resources/lang/zh-TW/auth.php b/lang/zh-TW/auth.php similarity index 100% rename from resources/lang/zh-TW/auth.php rename to lang/zh-TW/auth.php diff --git a/resources/lang/zh-TW/commands.php b/lang/zh-TW/commands.php similarity index 100% rename from resources/lang/zh-TW/commands.php rename to lang/zh-TW/commands.php diff --git a/resources/lang/zh-TW/device.php b/lang/zh-TW/device.php similarity index 100% rename from resources/lang/zh-TW/device.php rename to lang/zh-TW/device.php diff --git a/resources/lang/zh-TW/pagination.php b/lang/zh-TW/pagination.php similarity index 100% rename from resources/lang/zh-TW/pagination.php rename to lang/zh-TW/pagination.php diff --git a/resources/lang/zh-TW/passwords.php b/lang/zh-TW/passwords.php similarity index 100% rename from resources/lang/zh-TW/passwords.php rename to lang/zh-TW/passwords.php diff --git a/resources/lang/zh-TW/poller.php b/lang/zh-TW/poller.php similarity index 100% rename from resources/lang/zh-TW/poller.php rename to lang/zh-TW/poller.php diff --git a/resources/lang/zh-TW/port.php b/lang/zh-TW/port.php similarity index 100% rename from resources/lang/zh-TW/port.php rename to lang/zh-TW/port.php diff --git a/resources/lang/zh-TW/preferences.php b/lang/zh-TW/preferences.php similarity index 100% rename from resources/lang/zh-TW/preferences.php rename to lang/zh-TW/preferences.php diff --git a/resources/lang/zh-TW/sensors.php b/lang/zh-TW/sensors.php similarity index 100% rename from resources/lang/zh-TW/sensors.php rename to lang/zh-TW/sensors.php diff --git a/resources/lang/zh-TW/settings.php b/lang/zh-TW/settings.php similarity index 100% rename from resources/lang/zh-TW/settings.php rename to lang/zh-TW/settings.php diff --git a/resources/lang/zh-TW/smokeping.php b/lang/zh-TW/smokeping.php similarity index 100% rename from resources/lang/zh-TW/smokeping.php rename to lang/zh-TW/smokeping.php diff --git a/resources/lang/zh-TW/syslog.php b/lang/zh-TW/syslog.php similarity index 100% rename from resources/lang/zh-TW/syslog.php rename to lang/zh-TW/syslog.php diff --git a/resources/lang/zh-TW/validation.php b/lang/zh-TW/validation.php similarity index 100% rename from resources/lang/zh-TW/validation.php rename to lang/zh-TW/validation.php diff --git a/resources/lang/zh-TW/wireless.php b/lang/zh-TW/wireless.php similarity index 100% rename from resources/lang/zh-TW/wireless.php rename to lang/zh-TW/wireless.php