mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations field.php (Japanese)
This commit is contained in:
parent
07ce688c8b
commit
0b80e018ee
@ -104,10 +104,6 @@ return [
|
|||||||
'name' => 'ユーザー'
|
'name' => 'ユーザー'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*Menu Button*/
|
/*Menu Button*/
|
||||||
'profile' => [
|
'profile' => [
|
||||||
'name' => 'プロフィール'
|
'name' => 'プロフィール'
|
||||||
@ -198,7 +194,6 @@ return [
|
|||||||
'name' => '私の販売'
|
'name' => '私の販売'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
/* Right Dock*/
|
/* Right Dock*/
|
||||||
'right_secure_trading_subject' => [
|
'right_secure_trading_subject' => [
|
||||||
'name' => '安全な取引'
|
'name' => '安全な取引'
|
||||||
@ -362,7 +357,6 @@ return [
|
|||||||
'name' => '設定',
|
'name' => '設定',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
'corporate_settings' => [
|
'corporate_settings' => [
|
||||||
'name' => '会社の設定',
|
'name' => '会社の設定',
|
||||||
],
|
],
|
||||||
@ -442,4 +436,11 @@ return [
|
|||||||
'tax_number' => [
|
'tax_number' => [
|
||||||
'name' => 'Tax Number'
|
'name' => 'Tax Number'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Profile page
|
||||||
|
'my_profile' => 'My Profile',
|
||||||
|
'edit_profile' => 'Edit Profile',
|
||||||
|
'edit_details' => 'Edit Details',
|
||||||
|
'update' => 'Update',
|
||||||
|
'change_password' => 'Change Password',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user