diff options
Diffstat (limited to 'po/vi/man1/timeout.1.po')
-rw-r--r-- | po/vi/man1/timeout.1.po | 525 |
1 files changed, 525 insertions, 0 deletions
diff --git a/po/vi/man1/timeout.1.po b/po/vi/man1/timeout.1.po new file mode 100644 index 00000000..e9f7c217 --- /dev/null +++ b/po/vi/man1/timeout.1.po @@ -0,0 +1,525 @@ +# Vietnamese translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-02-15 18:14+0100\n" +"PO-Revision-Date: 2022-01-18 19:49+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: Vietnamese <>\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "TIMEOUT" +msgstr "TIMEOUT" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "January 2024" +msgstr "Tháng 1 năm 2024" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Các câu lệnh" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "TÊN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "timeout - run a command with a time limit" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "TÓM TẮT" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<timeout> [I<\\,OPTION\\/>] I<\\,DURATION COMMAND \\/>[I<\\,ARG\\/>]..." +msgstr "" +"B<timeout> [I<\\,TÙY_CHỌN\\/>] I<\\,THỜI_LƯỢNG LỆNH \\/>[I<\\,Đ.SỐ\\/>]…" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<timeout> [I<\\,OPTION\\/>]" +msgstr "B<timeout> [I<\\,TÙY_CHỌN\\/>]" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "MÔ TẢ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Start COMMAND, and kill it if still running after DURATION." +msgstr "Khởi chạy LỆNH, và buộc kết thúc nó nếu vẫn còn chạy sau THỜI_LƯỢNG." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Mandatory arguments to long options are mandatory for short options too." +msgstr "Tùy chọn dài yêu cầu đối số thì tùy chọn ngắn cũng vậy." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--preserve-status>" +msgstr "B<--preserve-status>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "exit with the same status as COMMAND, even when the" +msgstr "thoát cùng trạng thái với LỆNH, ngay cả khi" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "command times out" +msgstr "lệnh gặp lỗi quá giờ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--foreground>" +msgstr "B<--foreground>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "when not running timeout directly from a shell prompt," +msgstr "Khi không chạy, sẽ bị hết giờ trực tiếp từ shell prompt," + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"allow COMMAND to read from the TTY and get TTY signals; in this mode, " +"children of COMMAND will not be timed out" +msgstr "" +"cho phép COMMAND đọc tín hiệu từ TTY và nhận TTY. Trong chế độ này, con của " +"COMMAND sẽ không bị hết giờ." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-k>, B<--kill-after>=I<\\,DURATION\\/>" +msgstr "B<-k>, B<--kill-after>=I<\\,THỜI_LƯỢNG\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "also send a KILL signal if COMMAND is still running" +msgstr "đồng thời gửi tín hiệu KILL (buộc kết thúc) nếu LỆNH vẫn còn chạy" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "this long after the initial signal was sent" +msgstr "sau thời lượng này tính từ khi tín hiệu khởi tạo được gửi." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-s>, B<--signal>=I<\\,SIGNAL\\/>" +msgstr "B<-s>, B<--signal>=I<\\,TÍN_HIỆU\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "specify the signal to be sent on timeout;" +msgstr "chỉ định tín hiệu cần gửi khi quá hạn." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"SIGNAL may be a name like 'HUP' or a number; see 'kill B<-l>' for a list of " +"signals" +msgstr "" +"TÍN_HIỆU có thể là một tên như “HUP”, hoặc một con số. Xem “kill B<-l>” để " +"thấy một danh sách các tín hiệu." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-v>, B<--verbose>" +msgstr "B<-v>, B<--verbose>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "diagnose to stderr any signal sent upon timeout" +msgstr "chuẩn đoán ra stderr bất kỳ tín hiệu nào gửi theo quá giờ" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "hiển thị trợ giúp này rồi thoát" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "đưa ra thông tin phiên bản rồi thoát" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"DURATION is a floating point number with an optional suffix: \\&'s' for " +"seconds (the default), 'm' for minutes, 'h' for hours or 'd' for days. A " +"duration of 0 disables the associated timeout." +msgstr "" +"THỜI_LƯỢNG là một số thực chấm động với hậu số tùy chọn: “s” cho giây (mặc " +"định), “m” cho phút, “h” cho giờ và “d” cho ngày. Một khoảng thời gian là 0 " +"sẽ tắt liên kết với quá giờ." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "\n" +#| "If the command times out, and --preserve-status is not set, then exit " +#| "with\n" +#| "status 124. Otherwise, exit with the status of COMMAND. If no signal\n" +#| "is specified, send the TERM signal upon timeout. The TERM signal kills\n" +#| "any process that does not block or catch that signal. It may be " +#| "necessary\n" +#| "to use the KILL (9) signal, since this signal cannot be caught, in which\n" +#| "case the exit status is 128+9 rather than 124.\n" +msgid "" +"Upon timeout, send the TERM signal to COMMAND, if no other SIGNAL " +"specified. The TERM signal kills any process that does not block or catch " +"that signal. It may be necessary to use the KILL signal, since this signal " +"can't be caught." +msgstr "" +"\n" +"Nếu câu lệnh quá hạn, và --preserve-status không được đặt, thì thoát\n" +"với trạng thái 124. Không thì thoát với trạng thái của câu LỆNH đó.\n" +"Không đưa ra tín hiệu thì gửi tín hiệu TERM khi quá hạn. Tín hiệu TERM\n" +"ép buộc kết thúc bất cứ tiến trình nào không chặn hay bắt tín hiệu đó.\n" +"Nó là cần thiết để sử dụng tín hiệu KILL (9) vì không thể bắt tín hiệu đó,\n" +"trong trường hợp đó trạng thái thoát sẽ là 128+9 thay vì 124.\n" + +#. type: SS +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "Exit status:" +msgstr "Trạng thái thoát:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "124" +msgstr "124" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "if COMMAND times out, and B<--preserve-status> is not specified" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "125" +msgstr "125" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "if the timeout command itself fails" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "126" +msgstr "126" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "if COMMAND is found but cannot be invoked" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "127" +msgstr "127" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "if COMMAND cannot be found" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "137" +msgstr "137" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "if COMMAND (or timeout itself) is sent the KILL (9) signal (128+9)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "-" +msgstr "-" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "the exit status of COMMAND otherwise" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Some platforms don't currently support timeouts beyond the year 2038." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "TÁC GIẢ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Padraig Brady." +msgstr "Viết bởi Padraig Brady." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "THÔNG BÁO LỖI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>" +msgstr "" +"Trợ giúp trực tuyến GNU coreutils: E<lt>https://www.gnu.org/software/" +"coreutils/E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Report %s translation bugs to <https://translationproject.org/team/>\n" +msgid "" +"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>" +msgstr "" +"Hãy thông báo lỗi dịch “%s” cho <https://translationproject.org/team/vi." +"html>\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "BẢN QUYỀN" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2023 Free Software Foundation, Inc. Giấy phép GPL pb3+ : " +"Giấy phép Công cộng GNU phiên bản 3 hay sau E<lt>https://gnu.org/licenses/" +"gpl.htmlE<gt>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Đây là phần mềm tự do: bạn có quyền sửa đổi và phát hành lại nó. KHÔNG CÓ " +"BẢO HÀNH GÌ CẢ, với điều khiển được pháp luật cho phép." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "XEM THÊM" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<kill>(1)" +msgstr "B<kill>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Full documentation E<lt>https://www.gnu.org/software/coreutils/timeoutE<gt>" +msgstr "" +"Tài liệu đầy đủ có tại: E<lt>https://www.gnu.org/software/coreutils/" +"timeoutE<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or available locally via: info \\(aq(coreutils) timeout invocation\\(aq" +msgstr "" +"hoặc sẵn có nội bộ thông qua: info \\(aq(coreutils) timeout invocation\\(aq" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "Tháng 9 năm 2022" + +#. type: TH +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "GNU coreutils 9.1" + +#. type: SS +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "EXIT status:" +msgstr "" + +#. type: Plain text +#: debian-bookworm mageia-cauldron +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2022 Free Software Foundation, Inc. Giấy phép GPL pb3+ : " +"Giấy phép Công cộng GNU phiên bản 3 hay sau E<lt>https://gnu.org/licenses/" +"gpl.htmlE<gt>." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "April 2022" +msgstr "Tháng 4 năm 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2021" +msgstr "Tháng 10 năm 2021" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "GNU coreutils 8.32" +msgstr "GNU coreutils 8.32" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"If the command times out, and B<--preserve-status> is not set, then exit " +"with status 124. Otherwise, exit with the status of COMMAND. If no signal " +"is specified, send the TERM signal upon timeout. The TERM signal kills any " +"process that does not block or catch that signal. It may be necessary to " +"use the KILL (9) signal, since this signal cannot be caught, in which case " +"the exit status is 128+9 rather than 124." +msgstr "" +"Nếu câu lệnh quá hạn, và B<--preserve-status> không được đặt, thì thoát với " +"trạng thái 124. Không thì thoát với trạng thái của câu LỆNH đó. Không đưa ra " +"tín hiệu thì gửi tín hiệu TERM khi quá hạn. Tín hiệu TERM ép buộc kết thúc " +"bất cứ tiến trình nào không chặn hay bắt tín hiệu đó. Nó là cần thiết để sử " +"dụng tín hiệu KILL (9) vì không thể bắt tín hiệu đó, trong trường hợp đó " +"trạng thái thoát sẽ là 128+9 thay vì 124." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2020 Free Software Foundation, Inc. Giấy phép GPL pb3+ : " +"Giấy phép Công cộng GNU phiên bản 3 hay sau E<lt>https://gnu.org/licenses/" +"gpl.htmlE<gt>." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "kill(1)" +msgstr "B<kill>(1)" |