Files
ignacionelson 6e47d76ba6 ProjectSend 2.0.0
Client file sharing, rebuilt from the ground up: a private area per
client, resumable uploads, folders, groups and categories, sharing with
expiry dates and download limits, comments, file versions, an activity
log, a REST API, and sixteen languages.

This repository begins here. ProjectSend 2 was developed privately, and
that development history is not published — the previous generation
remains available, with its own history, at projectsend/legacy.

Free software under the GNU General Public License v2, or (at your
option) any later version.
2026-08-14 01:38:12 -03:00

120 lines
4.5 KiB
PHP

<?php
declare(strict_types=1);
return [
'accept' => 'Chấp nhận',
'action' => 'Hoạt động',
'actions' => 'hành động',
'add' => 'Thêm vào',
'admin' => 'Quản trị viên',
'agree' => 'Đồng ý',
'archive' => 'Lưu trữ',
'assign' => 'Giao phó',
'associate' => 'Kết hợp',
'attach' => 'Gắn',
'browse' => 'Duyệt qua',
'cancel' => 'Hủy bỏ',
'choose' => 'Chọn',
'choose_file' => 'Chọn tập tin',
'choose_image' => 'Chọn hình ảnh',
'click_to_copy' => 'Bấm để sao chép',
'close' => 'Đóng',
'collapse' => 'Sụp đổ',
'collapse_all' => 'Thu gọn tất cả',
'comment' => 'Bình luận',
'confirm' => 'Xác nhận',
'connect' => 'Kết nối',
'create' => 'Tạo nên',
'delete' => 'Xóa bỏ',
'detach' => 'tách ra',
'details' => 'Chi tiết',
'disable' => 'Vô hiệu hóa',
'discard' => 'Loại bỏ',
'done' => 'Xong',
'down' => 'Xuống',
'duplicate' => 'Nhân bản',
'edit' => 'Biên tập',
'enable' => 'Cho phép',
'expand' => 'Mở rộng',
'expand_all' => 'Mở rộng tất cả',
'explanation' => 'Giải trình',
'export' => 'Xuất khẩu',
'file' => 'Tài liệu',
'files' => 'Các tập tin',
'go_home' => 'Về nhà',
'hide' => 'Trốn',
'home' => 'Trang chủ',
'image' => 'Hình ảnh',
'impersonate' => 'Mạo danh',
'impersonation' => 'mạo danh',
'import' => 'Nhập khẩu',
'introduction' => 'Giới thiệu',
'like' => 'Giống',
'load' => 'Trọng tải',
'localize' => 'Bản địa hóa',
'log_in' => 'Đăng nhập',
'log_out' => 'Đăng xuất',
'named' => [
'add' => 'Thêm :name',
'choose' => 'Chọn :name',
'create' => 'Tạo :name',
'delete' => 'Xóa :name',
'duplicate' => 'Trùng lặp: tên',
'edit' => 'Chỉnh sửa :name',
'export' => 'Xuất khẩu :name',
'hide' => 'Ẩn :name',
'import' => 'Nhập khẩu :name',
'new' => ':name mới',
'restore' => 'Khôi phục :name',
'save' => 'Tiết kiệm :name',
'search' => 'Tìm kiếm :name',
'show' => 'Hiển thị :name',
'update' => 'Cập nhật :name',
'view' => 'Xem :name',
],
'new' => 'Mới',
'no' => 'KHÔNG',
'open' => 'Mở',
'open_website' => 'Mở trên trang web',
'preview' => 'Xem trước',
'price' => 'Giá',
'record' => 'Ghi',
'restore' => 'Khôi phục',
'save' => 'Cứu',
'save_and_close' => 'Lưu & Đóng',
'save_and_return' => 'Lưu & Trả lại',
'search' => 'Tìm kiếm',
'select' => 'Lựa chọn',
'select_all' => 'Chọn tất cả',
'send' => 'Gửi',
'settings' => 'Cài đặt',
'show' => 'Trình diễn',
'show_all' => 'Hiển thị tất cả',
'sign_in' => 'Đăng nhập',
'solve' => 'Gỡ rối',
'start' => 'Bắt đầu',
'stop' => 'Dừng lại',
'submit' => 'Nộp',
'subscribe' => 'Đặt mua',
'switch' => 'Công tắc',
'switch_to_role' => 'Chuyển sang vai trò',
'tag' => 'Nhãn',
'tags' => 'Thẻ',
'target_link' => [
'blank' => 'Mở trong một cửa sổ mới',
'parent' => 'Mở trong khung cha',
'self' => 'Mở trong cửa sổ hiện tại',
'top' => 'Mở ở khung trên cùng',
],
'translate' => 'Dịch',
'translate_it' => 'Dịch nó',
'unpack' => 'Giải nén',
'unsubscribe' => 'Hủy đăng ký',
'up' => 'Hướng lên',
'update' => 'Cập nhật',
'user' => 'Người dùng',
'view' => 'Xem',
'yes' => 'Đúng',
];