Skip to content

Commit

Permalink
New translations addresses.php (Vietnamese)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Nov 21, 2023
1 parent 28cd2fd commit cd47c7e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lang/vi_VN/admin/addressPools/addresses.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?php

return [
'create_address' => 'Create Address',
'create_address' => 'Tạo địa chỉ',
'create_modal' => [
'title' => 'Create Address',
'starting_address' => 'Starting Address',
'ending_address' => 'Ending Address',
'title' => 'Tạo địa chỉ',
'starting_address' => 'Địa chỉ bắt đầu của dãy',
'ending_address' => 'Địa chỉ kết thúc của dãy',
],
'assigned_server' => 'Assigned Server',
'assigned_server' => 'Máy chủ được chỉ định để sử dụng',
'edit_modal' => [
'title' => 'Editing Address',
'title' => 'Chỉnh sửa địa chỉ',
],
'delete_modal' => [
'title' => 'Delete Address?',
'title' => 'Xóa địa chỉ?',
'description' => 'Are you sure you want to delete :address?',
],
];

0 comments on commit cd47c7e

Please sign in to comment.