mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-17 18:50:57 +01:00
Added PLUGIN_STATUS
Use this string for plugins "enabled" field labels.
This commit is contained in:
@@ -434,6 +434,7 @@ en:
|
||||
OVERRIDE_LOCALE_HELP: Override the locale setting in PHP based on the current language
|
||||
REDIRECT: Page redirect
|
||||
REDIRECT_HELP: Enter a page route or external URL for this page to redirect to. e.g. `/some/route` or `http://somesite.com`
|
||||
PLUGIN_STATUS: Plugin status
|
||||
es:
|
||||
PLUGIN_ADMIN:
|
||||
ADMIN_BETA_MSG: ¡Está es una versión Beta! Utilízala bajo tu propio riesgo...
|
||||
@@ -857,6 +858,7 @@ es:
|
||||
NO_USER_ACCOUNTS: No se encuentraron cuentas de usuario, por favor crear una...
|
||||
REDIRECT_TRAILING_SLASH: Redirigir barra final
|
||||
REDIRECT_TRAILING_SLASH_HELP: Realice una redirección 301 en lugar de manejo transparente barra final
|
||||
PLUGIN_STATUS: Estado plugin
|
||||
|
||||
it:
|
||||
PLUGIN_ADMIN:
|
||||
@@ -1289,6 +1291,7 @@ it:
|
||||
OVERRIDE_LOCALE_HELP: Sovrascrivi l'impostazione locale in PHP basato sulla tua lingua corrente
|
||||
REDIRECT: Pagina di reindirizzamento
|
||||
REDIRECT_HELP: Inserisci la route alla pagina oppure un URL esterno per questa pagina. Esempio: `/some/route` or `http://somesite.com`
|
||||
PLUGIN_STATUS: Stato plugin
|
||||
|
||||
de:
|
||||
PLUGIN_ADMIN:
|
||||
@@ -1706,6 +1709,7 @@ de:
|
||||
USERNAME_HELP: Username should be between 3 and 16 characters, including lowercase letters, numbers, underscores, and hyphens. Uppercase letters, spaces, and special characters are not allowed
|
||||
FULLY_UPDATED: Fully Updated
|
||||
SAVE_LOCATION: Save location
|
||||
PLUGIN_STATUS: Plugin status
|
||||
|
||||
ja:
|
||||
PLUGIN_ADMIN:
|
||||
@@ -2143,6 +2147,7 @@ ja:
|
||||
OVERRIDE_LOCALE_HELP: 現在の言語設定でPHPのロケール設定を上書きします
|
||||
REDIRECT: ページリダイレクト
|
||||
REDIRECT_HELP: ページルート、もしくは外部URLを入力します。 例 `/some/route` or `http://somesite.com`
|
||||
PLUGIN_STATUS: プラグインの状態
|
||||
|
||||
ru:
|
||||
PLUGIN_ADMIN:
|
||||
@@ -2580,3 +2585,4 @@ ru:
|
||||
OVERRIDE_LOCALE_HELP: Переопределите языковой локали в PHP на основе текущего языка
|
||||
REDIRECT: Страница редиректа
|
||||
REDIRECT_HELP: Введите адрес страницы или внешний URL для страницы сайта, чтобы перенаправить например, '/some/route' или 'http://somesite.com'
|
||||
PLUGIN_STATUS: Статус плагина
|
||||
Reference in New Issue
Block a user