fix language

This commit is contained in:
Dennis Eichhorn 2023-09-23 23:05:19 +00:00
parent 02ba56fa04
commit d95ab0c230
22 changed files with 95 additions and 11 deletions

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'اسم', 'Name' => 'اسم',
'Order' => '',
'PageId' => 'بطبقة', 'PageId' => 'بطبقة',
'Parent' => 'الأبوين', 'Parent' => 'الأبوين',
'Provider' => 'مزود', 'Provider' => 'مزود',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'název', 'Name' => 'název',
'Order' => '',
'PageId' => 'Pageid.', 'PageId' => 'Pageid.',
'Parent' => 'Rodič', 'Parent' => 'Rodič',
'Provider' => 'Poskytovatele', 'Provider' => 'Poskytovatele',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Navn', 'Name' => 'Navn',
'Order' => '',
'PageId' => 'SideID.', 'PageId' => 'SideID.',
'Parent' => 'Forælder', 'Parent' => 'Forælder',
'Provider' => 'Udbyder.', 'Provider' => 'Udbyder.',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Name', 'Name' => 'Name',
'Order' => '',
'PageId' => 'PageId', 'PageId' => 'PageId',
'Parent' => 'Elternteil', 'Parent' => 'Elternteil',
'Provider' => 'Anbieter', 'Provider' => 'Anbieter',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Ονομα', 'Name' => 'Ονομα',
'Order' => '',
'PageId' => 'Σελίδας', 'PageId' => 'Σελίδας',
'Parent' => 'Μητρική εταιρεία', 'Parent' => 'Μητρική εταιρεία',
'Provider' => 'Προμηθευτής', 'Provider' => 'Προμηθευτής',

View File

@ -13,15 +13,15 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Name' => 'Name', 'Active' => 'Active',
'PageId' => 'PageId', 'App' => 'App',
'Parent' => 'Parent', 'Link' => 'Link',
'Provider' => 'Provider', 'Name' => 'Name',
'Subtype' => 'Subtype', 'Order' => 'Order',
'Type' => 'Type', 'PageId' => 'PageId',
'Uri' => 'Uri', 'Parent' => 'Parent',
'Order' => 'Order', 'Provider' => 'Provider',
'Link' => 'Link', 'Subtype' => 'Subtype',
'App' => 'App', 'Type' => 'Type',
'Active' => 'Active', 'Uri' => 'Uri',
]]; ]];

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Nombre', 'Name' => 'Nombre',
'Order' => '',
'PageId' => 'Pájaro', 'PageId' => 'Pájaro',
'Parent' => 'Padre', 'Parent' => 'Padre',
'Provider' => 'Proveedor', 'Provider' => 'Proveedor',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Nimi', 'Name' => 'Nimi',
'Order' => '',
'PageId' => 'Sivuiton', 'PageId' => 'Sivuiton',
'Parent' => 'Vanhempi', 'Parent' => 'Vanhempi',
'Provider' => 'Palveluntarjoaja', 'Provider' => 'Palveluntarjoaja',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Nom', 'Name' => 'Nom',
'Order' => '',
'PageId' => 'Pages', 'PageId' => 'Pages',
'Parent' => 'Parent', 'Parent' => 'Parent',
'Provider' => 'Fournisseur', 'Provider' => 'Fournisseur',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Név', 'Name' => 'Név',
'Order' => '',
'PageId' => 'Oldalsó', 'PageId' => 'Oldalsó',
'Parent' => 'Szülő', 'Parent' => 'Szülő',
'Provider' => 'Szolgáltató', 'Provider' => 'Szolgáltató',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Nome', 'Name' => 'Nome',
'Order' => '',
'PageId' => 'PageSID.', 'PageId' => 'PageSID.',
'Parent' => 'Genitore', 'Parent' => 'Genitore',
'Provider' => 'Fornitore', 'Provider' => 'Fornitore',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => '名前', 'Name' => '名前',
'Order' => '',
'PageId' => 'page page', 'PageId' => 'page page',
'Parent' => '親', 'Parent' => '親',
'Provider' => 'プロバイダー', 'Provider' => 'プロバイダー',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => '이름', 'Name' => '이름',
'Order' => '',
'PageId' => 'PageID.', 'PageId' => 'PageID.',
'Parent' => '부모의', 'Parent' => '부모의',
'Provider' => '공급자', 'Provider' => '공급자',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Navn', 'Name' => 'Navn',
'Order' => '',
'PageId' => 'Sidelid', 'PageId' => 'Sidelid',
'Parent' => 'Foreldre', 'Parent' => 'Foreldre',
'Provider' => 'Forsørger', 'Provider' => 'Forsørger',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Nazwa', 'Name' => 'Nazwa',
'Order' => '',
'PageId' => 'PageID.', 'PageId' => 'PageID.',
'Parent' => 'Rodzic', 'Parent' => 'Rodzic',
'Provider' => 'Dostawca', 'Provider' => 'Dostawca',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Nome', 'Name' => 'Nome',
'Order' => '',
'PageId' => 'Pageid.', 'PageId' => 'Pageid.',
'Parent' => 'Pai', 'Parent' => 'Pai',
'Provider' => 'Fornecedor', 'Provider' => 'Fornecedor',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Имя', 'Name' => 'Имя',
'Order' => '',
'PageId' => 'Страниц', 'PageId' => 'Страниц',
'Parent' => 'Родитель', 'Parent' => 'Родитель',
'Provider' => 'Провайдер', 'Provider' => 'Провайдер',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'namn', 'Name' => 'namn',
'Order' => '',
'PageId' => 'Pana', 'PageId' => 'Pana',
'Parent' => 'Förälder', 'Parent' => 'Förälder',
'Provider' => 'Leverantör', 'Provider' => 'Leverantör',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'ชื่อ', 'Name' => 'ชื่อ',
'Order' => '',
'PageId' => 'หน้า', 'PageId' => 'หน้า',
'Parent' => 'พ่อแม่', 'Parent' => 'พ่อแม่',
'Provider' => 'ผู้ให้บริการ', 'Provider' => 'ผู้ให้บริการ',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'İsim', 'Name' => 'İsim',
'Order' => '',
'PageId' => 'Çevre', 'PageId' => 'Çevre',
'Parent' => 'Ebeveyn', 'Parent' => 'Ebeveyn',
'Provider' => 'Sağlayıcı', 'Provider' => 'Sağlayıcı',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => 'Назва', 'Name' => 'Назва',
'Order' => '',
'PageId' => 'Сторінка', 'PageId' => 'Сторінка',
'Parent' => 'Батько', 'Parent' => 'Батько',
'Provider' => 'Провайдер', 'Provider' => 'Провайдер',

View File

@ -13,7 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Active' => '',
'App' => '',
'Link' => '',
'Name' => '名称', 'Name' => '名称',
'Order' => '',
'PageId' => '翻译', 'PageId' => '翻译',
'Parent' => '父母', 'Parent' => '父母',
'Provider' => '提供者', 'Provider' => '提供者',