Files
panel/lang/vi/server/database.php
github-actions[bot] 483145aac8 New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-06-22 09:10:23 -04:00

28 lines
1.1 KiB
PHP

<?php
return [
'title' => 'Cơ sở dữ liệu',
'empty' => 'Không có cơ sở dữ liệu',
'create_database' => 'Tạo cơ sở dữ liệu',
'limit' => 'Đã đạt giới hạn cơ sở dữ liệu',
'viewing' => 'Đang xem: :database',
'host' => 'Máy chủ',
'database' => 'Cơ sở dữ liệu',
'username' => 'Tên người dùng',
'password' => 'Mật khẩu',
'remote' => 'Từ xa',
'unlimited' => 'Không giới hạn',
'created_at' => 'Tạo lúc',
'name' => 'Tên cơ sở dữ liệu',
'name_hint' => 'Để trống mục này sẽ tự động tạo ra một tên ngẫu nhiên',
'connections_from' => 'Kết nối từ',
'max_connections' => 'Kết nối tối đa',
'database_host' => 'Máy chủ cơ sở dữ liệu',
'database_host_select' => 'Chọn máy chủ cơ sở dữ liệu',
'jdbc' => 'Chuỗi kết nối JDBC',
'create_notification' => 'Đã tạo :database',
'create_notification_fail' => 'Không thể tạo :database',
'delete_notification' => 'Đã xóa :database',
'delete_notification_fail' => 'Không thể xóa :database',
];