Skip to content

Commit

Permalink
update es and ja
Browse files Browse the repository at this point in the history
  • Loading branch information
yushine committed Oct 20, 2024
1 parent 7ad9a7c commit c56e1fc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions lang/es/common/address.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
*/

return [
'address' => 'Dirección',
'add_new_address' => 'Añadir nueva dirección',
'shipping_address' => 'Dirección de envío',
'billing_address' => 'Dirección de facturación',
'name' => 'Nombre',
'address' => 'Dirección',
'address_1' => 'Dirección 1',
'address_2' => 'Dirección 2',
'zipcode' => 'Código postal',
'billing_address' => 'Dirección de facturación',
'city' => 'Ciudad',
'country' => 'País',
'state' => 'Estado',
'email' => 'Correo electrónico',
'name' => 'Nombre',
'phone' => 'Teléfono',
'shipping_address' => 'Dirección de envío',
'state' => 'Estado',
'zipcode' => 'Código postal',
];
13 changes: 7 additions & 6 deletions lang/ja/common/address.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
*/

return [
'address' => '住所',
'add_new_address' => '新しい住所を追加',
'shipping_address' => '配送先住所',
'billing_address' => '請求先住所',
'name' => '名前',
'address' => '住所',
'address_1' => '住所1',
'address_2' => '住所2',
'zipcode' => '郵便番号',
'billing_address' => '請求先住所',
'city' => '市区町村',
'country' => '',
'state' => '',
'email' => 'メール',
'name' => '名前',
'phone' => '電話番号',
'shipping_address' => '配送先住所',
'state' => '',
'zipcode' => '郵便番号',
];

0 comments on commit c56e1fc

Please sign in to comment.