Translate ‘plugin not found’ phrase (#2538)
This commit is contained in:
parent
b85c4f9b7b
commit
a7f2e48a44
|
|
@ -138,7 +138,7 @@ class Updates extends Controller
|
|||
$this->vars['pluginHomepage'] = array_get($details, 'homepage');
|
||||
}
|
||||
else {
|
||||
throw new ApplicationException('Plugin not found');
|
||||
throw new ApplicationException(Lang::get('system::lang.updates.plugin_not_found'));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -223,6 +223,7 @@ return [
|
|||
'plugin_description' => 'Описание',
|
||||
'plugin_version' => 'Версия',
|
||||
'plugin_author' => 'Автор',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Текуща изработка',
|
||||
'core_build' => 'Изработка :build',
|
||||
'core_build_help' => 'Последни изработка е на разположение.',
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ return [
|
|||
'plugin_description' => 'Popis',
|
||||
'plugin_version' => 'Verze',
|
||||
'plugin_author' => 'Autor',
|
||||
'plugin_not_found' => 'Plugin nenalezen',
|
||||
'core_current_build' => 'Aktuální sestavení',
|
||||
'core_build' => 'Sestavení :build',
|
||||
'core_build_help' => 'Nejnovější sestavení je dostupné.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Beskrivelse',
|
||||
'plugin_version' => 'Version',
|
||||
'plugin_author' => 'Ejer',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Nuværende build',
|
||||
'core_build' => 'Build :build',
|
||||
'core_build_help' => 'Seneste build er tilgængelig.',
|
||||
|
|
|
|||
|
|
@ -175,6 +175,7 @@ return [
|
|||
'plugin_description' => 'Beschreibung',
|
||||
'plugin_version' => 'Version',
|
||||
'plugin_author' => 'Autor',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Aktueller Build',
|
||||
'core_build' => 'Build :build',
|
||||
'core_build_help' => 'Aktuellster Build ist verfügbar.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Περιγραφή',
|
||||
'plugin_version' => 'Έκδοση',
|
||||
'plugin_author' => 'Δημιουργός',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Τρέχουσα έκδοση',
|
||||
'core_build' => 'Έκδοση :build',
|
||||
'core_build_help' => 'Η τελευταία έκδοση είναι διαθέσιμη.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Description',
|
||||
'plugin_version' => 'Version',
|
||||
'plugin_author' => 'Author',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Current build',
|
||||
'core_build' => 'Build :build',
|
||||
'core_build_help' => 'Latest build is available.',
|
||||
|
|
|
|||
|
|
@ -156,6 +156,7 @@ return [
|
|||
'plugin_description' => 'Descripción',
|
||||
'plugin_version' => 'Versión',
|
||||
'plugin_author' => 'Autor',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Versión actual',
|
||||
'core_build' => 'Versión :build',
|
||||
'core_build_help' => 'Última versión está disponible.',
|
||||
|
|
|
|||
|
|
@ -233,6 +233,7 @@ return [
|
|||
'plugin_description' => 'Descripción',
|
||||
'plugin_version' => 'Versión',
|
||||
'plugin_author' => 'Autor',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Versión actual',
|
||||
'core_build' => 'Versión :build',
|
||||
'core_build_help' => 'Última versión está disponible.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'توضیحات',
|
||||
'plugin_version' => 'نسخه',
|
||||
'plugin_author' => 'تولید کننده',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'نسخه ی کنونی',
|
||||
'core_build' => 'نسخه ی :build',
|
||||
'core_build_help' => 'به روز رسانی جدید موجود است',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Description',
|
||||
'plugin_version' => 'Version',
|
||||
'plugin_author' => 'Auteur',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Version actuelle',
|
||||
'core_build' => 'Version :build',
|
||||
'core_build_help' => 'Une nouvelle version est disponible.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Leírás',
|
||||
'plugin_version' => 'Verzió',
|
||||
'plugin_author' => 'Fejlesztő',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Verzió',
|
||||
'core_build' => 'Új verzió: :build',
|
||||
'core_build_help' => 'Elérhető a legújabb hivatalos kiadás.',
|
||||
|
|
|
|||
|
|
@ -173,6 +173,7 @@ return [
|
|||
'plugin_description' => 'Jabaran',
|
||||
'plugin_version' => 'Versi',
|
||||
'plugin_author' => 'Penulis',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Binaan kini',
|
||||
'core_build' => 'Binaan :build',
|
||||
'core_build_help' => 'Tersedia binaan terbaru.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Descrizione',
|
||||
'plugin_version' => 'Versione',
|
||||
'plugin_author' => 'Autore',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Build corrente',
|
||||
'core_build' => 'Build :build',
|
||||
'core_build_help' => 'Disponibile l\'ultima build.',
|
||||
|
|
|
|||
|
|
@ -167,6 +167,7 @@ return [
|
|||
'plugin_description' => '説明',
|
||||
'plugin_version' => 'バージョン',
|
||||
'plugin_author' => '作者',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => '現在のビルド',
|
||||
'core_build' => 'ビルド :build',
|
||||
'core_build_help' => '新しいビルドが存在します。',
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ return [
|
|||
'plugin_description' => 'Apraksts',
|
||||
'plugin_version' => 'Versija',
|
||||
'plugin_author' => 'Autors',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Patreizējā versija',
|
||||
'core_build' => 'Versija :build',
|
||||
'core_build_help' => 'Jaunāka versija ir pieejama.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Beskrivelse',
|
||||
'plugin_version' => 'Versjon',
|
||||
'plugin_author' => 'Utgiver',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Nåværende build',
|
||||
'core_build' => 'Build :build',
|
||||
'core_build_help' => 'Siste build er tilgjengelig.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Omschrijving',
|
||||
'plugin_version' => 'Versie',
|
||||
'plugin_author' => 'Auteur',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Huidige build',
|
||||
'core_build' => 'Build :build',
|
||||
'core_build_help' => 'De meest recente versie is beschikbaar.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Opis',
|
||||
'plugin_version' => 'Wersja',
|
||||
'plugin_author' => 'Autor',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Aktualna wersja',
|
||||
'core_build' => 'Aktualna wersja :build',
|
||||
'core_build_help' => 'Jest dostępna nowa wersja systemu.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Descrição',
|
||||
'plugin_version' => 'Versão',
|
||||
'plugin_author' => 'Autor',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Compilação atual',
|
||||
'core_build' => 'Compilação :build',
|
||||
'core_build_help' => 'Última versão está disponível.',
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@ return [
|
|||
'plugin_description' => 'Descriere',
|
||||
'plugin_version' => 'Versiune',
|
||||
'plugin_author' => 'Autor',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Versiune curenta',
|
||||
'core_build' => 'Versiune :build',
|
||||
'core_build_help' => 'Ultima versiune este disponibila.',
|
||||
|
|
|
|||
|
|
@ -223,6 +223,7 @@ return [
|
|||
'plugin_description' => 'Описание',
|
||||
'plugin_version' => 'Версия',
|
||||
'plugin_author' => 'Автор',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Текущая сборка',
|
||||
'core_build' => 'Сборка :build',
|
||||
'core_build_help' => 'Последняя доступная сборка.',
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ return [
|
|||
'plugin_description' => 'Beskrivning',
|
||||
'plugin_version' => 'Version',
|
||||
'plugin_author' => 'Skapare',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Nuvarande build',
|
||||
'core_build' => 'Build :build',
|
||||
'core_build_help' => 'Senaste build är tillgänglig.',
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ return [
|
|||
'plugin_description' => 'Açıklama',
|
||||
'plugin_version' => 'Versiyon',
|
||||
'plugin_author' => 'Yazar',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => 'Mevcut versiyon',
|
||||
'core_build' => 'Versiyon :build',
|
||||
'core_build_help' => 'Son versiyon kullanılabilir.',
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ return [
|
|||
'plugin_description' => '描述',
|
||||
'plugin_version' => '版本',
|
||||
'plugin_author' => '作者',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_build' => '当前版本',
|
||||
'core_build_old' => '当前版本 :build',
|
||||
'core_build_new' => '版本 :build',
|
||||
|
|
|
|||
|
|
@ -199,6 +199,7 @@ return [
|
|||
'plugin_description' => '描述',
|
||||
'plugin_version' => '版本',
|
||||
'plugin_author' => '作者',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'core_current_build' => '目前版本',
|
||||
'core_build' => '版本 :build',
|
||||
'core_build_help' => '新的版本可用.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue