You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
808 B
PHTML
20 lines
808 B
PHTML
2 years ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'main_navigation' => 'メインメニュー',
|
||
|
'blog' => 'ブログ',
|
||
|
'pages' => 'ページ',
|
||
|
'account_settings' => 'アカウント設定',
|
||
|
'profile' => 'プロフィール',
|
||
|
'change_password' => 'パスワード変更',
|
||
|
'multilevel' => 'マルチ階層',
|
||
|
'level_one' => '階層 1',
|
||
|
'level_two' => '階層 2',
|
||
|
'level_three' => '階層 3',
|
||
|
'labels' => 'ラベル',
|
||
|
'important' => '重要',
|
||
|
'warning' => '警告',
|
||
|
'information' => 'インフォメーション',
|
||
|
];
|