Updated translations

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2022-04-11 15:40:58 +01:00
parent 61f5825c69
commit 5fba8202d6
453 changed files with 2914 additions and 2542 deletions
@@ -41,5 +41,7 @@ return [
'make_required' => 'Optional - click to make required',
'reorder' => 'Reorder',
'db_field' => 'DB Field',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.'
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
];
@@ -6,6 +6,7 @@ return [
'archived' => 'Đã lưu trữ',
'asset' => 'Tài sản',
'bulk_checkout' => 'Checkout Tài sản',
'bulk_checkin' => 'Checkin Assets',
'checkin' => 'Checkin tài sản',
'checkout' => 'Tài sản thanh toán',
'clone' => 'Nhân đôi tài sản',
+2 -2
View File
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Check ô này cho phép người dùng sử dụng giao diện bên ngoài.',
'asset_ids' => 'ID tài sản',
'audit_interval' => 'Khoảng Kiểm toán',
'audit_interval_help' => 'Nếu bạn được yêu cầu kiểm tra thường xuyên tài sản của mình, hãy nhập khoảng thời gian trong nhiều tháng.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_warning_days' => 'Ngưỡng cảnh báo kiểm tra',
'audit_warning_days_help' => 'Bao nhiêu ngày trước chúng tôi nên cảnh báo bạn khi tài sản đến hạn kiểm toán?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@@ -32,7 +32,7 @@ return [
'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
'backups_logged_out' => 'You will be logged out once your restore is complete.',
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
'barcode_settings' => 'Cài đặt mã vạch',
'confirm_purge' => 'Xác nhận Xóa',
+3
View File
@@ -96,6 +96,7 @@
'eol' => 'EOL',
'email_domain' => 'Tên miền email',
'email_format' => 'Định dạng Email',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Địa chỉ này được sử dụng để tạo địa chỉ email khi nhập',
'error' => 'Error',
'filastname_format' => 'Tên Họ Tên Đầu tiên (jsmith@example.com)',
@@ -192,6 +193,8 @@
'qty' => 'Số lượng',
'quantity' => 'Số lượng',
'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels',
'quickscan_checkin' => 'Quick Scan Checkin',
'quickscan_checkin_status' => 'Checkin Status',
'ready_to_deploy' => 'Sẵn sàng để cấp phát',
'recent_activity' => 'Hoạt động gần đây',
'remaining' => 'Remaining',
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
return [
'sent' => 'Mật khẩu của bạn đã được gửi đi!',
'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.',
'user' => 'Không tìn thấy người dùng được kích hoạt với email này.',
];