Improve multilanguage support
This commit is contained in:
parent
85eeaa0257
commit
909b1ec374
|
|
@ -8,6 +8,7 @@ return [
|
||||||
'locale' => [
|
'locale' => [
|
||||||
'en' => 'English',
|
'en' => 'English',
|
||||||
'de' => 'German',
|
'de' => 'German',
|
||||||
|
'el' => 'Greek',
|
||||||
'es' => 'Spanish',
|
'es' => 'Spanish',
|
||||||
'es-ar' => 'Spanish (Argentina)',
|
'es-ar' => 'Spanish (Argentina)',
|
||||||
'fa' => 'Persian',
|
'fa' => 'Persian',
|
||||||
|
|
@ -27,8 +28,7 @@ return [
|
||||||
'sk' => 'Slovak (Slovakia)',
|
'sk' => 'Slovak (Slovakia)',
|
||||||
'tr' => 'Turkish',
|
'tr' => 'Turkish',
|
||||||
'zh-cn' => 'Chinese (China)',
|
'zh-cn' => 'Chinese (China)',
|
||||||
'zh-tw' => 'Chinese (Taiwan)',
|
'zh-tw' => 'Chinese (Taiwan)'
|
||||||
'el' => 'Greek'
|
|
||||||
],
|
],
|
||||||
'directory' => [
|
'directory' => [
|
||||||
'create_fail' => 'Cannot create directory: :name'
|
'create_fail' => 'Cannot create directory: :name'
|
||||||
|
|
@ -170,6 +170,7 @@ return [
|
||||||
'menu_layouts_label' => 'Mail Layouts',
|
'menu_layouts_label' => 'Mail Layouts',
|
||||||
'layout' => 'Layout',
|
'layout' => 'Layout',
|
||||||
'layouts' => 'Layouts',
|
'layouts' => 'Layouts',
|
||||||
|
'no_layout' => '-- No layout --',
|
||||||
'name' => 'Name',
|
'name' => 'Name',
|
||||||
'name_comment' => 'Unique name used to refer to this template',
|
'name_comment' => 'Unique name used to refer to this template',
|
||||||
'code' => 'Code',
|
'code' => 'Code',
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ fields:
|
||||||
layout:
|
layout:
|
||||||
label: system::lang.mail_templates.layout
|
label: system::lang.mail_templates.layout
|
||||||
type: relation
|
type: relation
|
||||||
emptyOption: -- No layout --
|
emptyOption: system::lang.mail_templates.no_layout
|
||||||
|
|
||||||
code:
|
code:
|
||||||
label: system::lang.mail_templates.code
|
label: system::lang.mail_templates.code
|
||||||
|
|
@ -39,4 +39,4 @@ secondaryTabs:
|
||||||
content_text:
|
content_text:
|
||||||
type: textarea
|
type: textarea
|
||||||
size: huge
|
size: huge
|
||||||
tab: system::lang.mail_templates.content_text
|
tab: system::lang.mail_templates.content_text
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue