summaryrefslogtreecommitdiffstats
path: root/po/vi/man1/mktemp.1.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/vi/man1/mktemp.1.po')
-rw-r--r--po/vi/man1/mktemp.1.po365
1 files changed, 365 insertions, 0 deletions
diff --git a/po/vi/man1/mktemp.1.po b/po/vi/man1/mktemp.1.po
new file mode 100644
index 00000000..cf2eb66c
--- /dev/null
+++ b/po/vi/man1/mktemp.1.po
@@ -0,0 +1,365 @@
+# 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:04+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 "MKTEMP"
+msgstr "MKTEMP"
+
+#. 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
+#, fuzzy
+#| msgid "failed to create temporary file in %s"
+msgid "mktemp - create a temporary file or directory"
+msgstr "gặp lỗi khi tạo tập tin tạm trong %s"
+
+#. 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<mktemp> [I<\\,OPTION\\/>]... [I<\\,TEMPLATE\\/>]"
+msgstr "B<mktemp> [I<\\,TÙY_CHỌN\\/>]… [I<\\,MẪU\\/>]"
+
+#. 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 ""
+"Create a temporary file or directory, safely, and print its name. TEMPLATE "
+"must contain at least 3 consecutive 'X's in last component. If TEMPLATE is "
+"not specified, use tmp.XXXXXXXXXX, and B<--tmpdir> is implied. Files are "
+"created u+rw, and directories u+rwx, minus umask restrictions."
+msgstr ""
+"Tạo một tập tin hay thư mục tạm, một cách an toàn, và in ra tên của nó. MẪU "
+"phải chứa ít nhất 3 chữ X liên tiếp trong phần cuối cùng. Không chỉ định MẪU "
+"thì dùng “tmp.XXXXXXXXXX”, và B<--tmpdir> được dùng. Tập tin được tạo với "
+"quyền là u+rw, và thư mục u+rwu, không có ràng buộc umask."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-d>, B<--directory>"
+msgstr "B<-d>, B<--directory>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "create a directory, not a file"
+msgstr "tạo một thư mục, không phải một tập tin"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-u>, B<--dry-run>"
+msgstr "B<-u>, B<--dry-run>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "do not create anything; merely print a name (unsafe)"
+msgstr "đừng tạo gì, chỉ in ra một tên (không an toàn)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-q>, B<--quiet>"
+msgstr "B<-q>, B<--quiet>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "suppress diagnostics about file/dir-creation failure"
+msgstr "thu hồi các hàm chẩn đoán về lỗi tạo tập tin hay thư mục"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--suffix>=I<\\,SUFF\\/>"
+msgstr "B<--suffix>=I<\\,HẬU_TỐ\\/>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"append SUFF to TEMPLATE; SUFF must not contain a slash. This option is "
+"implied if TEMPLATE does not end in X"
+msgstr ""
+"nối thêm HẬU_TỐ này vào MẪU. Không cho phép hậu tố chứa dấu sổ chéo. Tùy "
+"chọn này được ngầm định nếu MẪU không kết thúc bằng chữ X."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-p> DIR, B<--tmpdir>[=I<\\,DIR\\/>]"
+msgstr "B<-p> I<THƯ_MỤC>, B<--tmpdir>[=I<\\,THƯ_MỤC\\/>]"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"interpret TEMPLATE relative to DIR; if DIR is not specified, use $TMPDIR if "
+"set, else I<\\,/tmp\\/>. With this option, TEMPLATE must not be an absolute "
+"name; unlike with B<-t>, TEMPLATE may contain slashes, but mktemp creates "
+"only the final component"
+msgstr ""
+"diễn giải MẪU tương đối so với THƯ_MỤC. Không chỉ định THƯ_MỤC thì dùng "
+"$TMPDIR (nếu đặt), không thì I<\\,/tmp\\/>. Khi dùng tùy chọn này, MẪU không "
+"thể là một tên tuyệt đối. Không giống như B<-t>, MẪU có thể chứa dấu gạch "
+"ngược, nhưng mktemp chỉ tạo thành phần cuối cùng."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-t>"
+msgstr "B<-t>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"interpret TEMPLATE as a single file name component, relative to a directory: "
+"$TMPDIR, if set; else the directory specified via B<-p>; else I<\\,/tmp\\/> "
+"[deprecated]"
+msgstr ""
+"diễn dịch MẪU là một thành phần tên tập tin đơn, tương đối so với một thư "
+"mục: $TMPDIR, nếu đặt; không thì dùng thư mục được chỉ ra bằng B<-p>; không "
+"thì I<\\,/tmp\\/> [không nên dùng]"
+
+#. 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: 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 Jim Meyering and Eric Blake."
+msgstr "Viết bởi Jim Meyering và Eric Blake."
+
+#. 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
+#, fuzzy
+#| msgid "mkstemp(3), mkdtemp(3), mktemp(3)"
+msgid "B<mkstemp>(3), B<mkdtemp>(3), B<mktemp>(3)"
+msgstr "B<mkstemp>(3), B<mkdtemp>(3), B<mktemp>(3)"
+
+#. 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/mktempE<gt>"
+msgstr ""
+"Tài liệu đầy đủ có tại: E<lt>https://www.gnu.org/software/coreutils/"
+"mktempE<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) mktemp invocation\\(aq"
+msgstr ""
+"hoặc sẵn có nội bộ thông qua: info \\(aq(coreutils) mktemp 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: 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 ""
+"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 "mkstemp(3), mkdtemp(3), mktemp(3)"
+msgstr "B<mkstemp>(3), B<mkdtemp>(3), B<mktemp>(3)"