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
2b894a7739
commit
e0fda7e68b
@ -428,19 +428,19 @@ return [
|
|||||||
'my_address' => '私のアドレス',
|
'my_address' => '私のアドレス',
|
||||||
|
|
||||||
'company' => [
|
'company' => [
|
||||||
'name' => 'Company Name'
|
'name' => '会社名'
|
||||||
],
|
],
|
||||||
'tax_office' => [
|
'tax_office' => [
|
||||||
'name' => 'Tax Office'
|
'name' => '税務署'
|
||||||
],
|
],
|
||||||
'tax_number' => [
|
'tax_number' => [
|
||||||
'name' => 'Tax Number'
|
'name' => '税番号'
|
||||||
],
|
],
|
||||||
|
|
||||||
// Profile page
|
// Profile page
|
||||||
'my_profile' => 'My Profile',
|
'my_profile' => '私のプロフィール',
|
||||||
'edit_profile' => 'Edit Profile',
|
'edit_profile' => 'プロファイル編集',
|
||||||
'edit_details' => 'Edit Details',
|
'edit_details' => '詳細を編集する',
|
||||||
'update' => 'Update',
|
'update' => '更新',
|
||||||
'change_password' => 'Change Password',
|
'change_password' => 'パスワードを変更する',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user