diff options
Diffstat (limited to 'po/vi/man1/mv.1.po')
-rw-r--r-- | po/vi/man1/mv.1.po | 140 |
1 files changed, 103 insertions, 37 deletions
diff --git a/po/vi/man1/mv.1.po b/po/vi/man1/mv.1.po index c30ed68f..cc43cae4 100644 --- a/po/vi/man1/mv.1.po +++ b/po/vi/man1/mv.1.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-02-15 18:05+0100\n" +"POT-Creation-Date: 2024-05-01 15:46+0200\n" "PO-Revision-Date: 2022-01-18 19:49+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: Vietnamese <>\n" @@ -21,16 +21,16 @@ msgid "MV" msgstr "MV" #. type: TH -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable #, no-wrap -msgid "January 2024" -msgstr "Tháng 1 năm 2024" +msgid "March 2024" +msgstr "Tháng 3 năm 2024" #. type: TH -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed #, no-wrap -msgid "GNU coreutils 9.4" -msgstr "GNU coreutils 9.4" +msgid "GNU coreutils 9.5" +msgstr "GNU coreutils 9.5" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -124,17 +124,31 @@ msgid "like B<--backup> but does not accept an argument" msgstr "giống B<--backup> nhưng không chấp nhận đối số" #. type: TP -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "B<--debug>" msgstr "B<--debug>" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "explain how a file is copied. Implies B<-v>" msgstr "" #. type: TP +#: archlinux fedora-rawhide opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-c>, B<--changes>" +msgid "B<--exchange>" +msgstr "B<-c>, B<--changes>" + +#. type: Plain text +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "exchange source and destination" +msgstr "" + +#. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -184,14 +198,16 @@ msgstr "" "chỉ tùy chọn cuối cùng được áp dụng." #. type: TP -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B<--no-wrap>" msgid "B<--no-copy>" msgstr "B<--no-wrap>" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy #| msgid "do not create any files" msgid "do not copy if renaming fails" @@ -250,28 +266,30 @@ msgid "treat DEST as a normal file" msgstr "coi ĐÍCH là một tập tin thông thường" #. type: TP -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B<--hide>=I<\\,PATTERN\\/>" msgid "B<--update>[=I<\\,UPDATE\\/>]" msgstr "B<--hide>=I<\\,MẪU\\/>" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed msgid "" -"control which existing files are updated; UPDATE={all,none,older(default)}. " -"See below" +"control which existing files are updated; UPDATE={all,none,none-fail," +"older(default)}." msgstr "" #. type: TP -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "B<-u>" msgstr "B<-u>" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed -msgid "equivalent to B<--update>[=I<\\,older\\/>]" +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "equivalent to B<--update>[=I<\\,older\\/>]. See below" msgstr "" #. type: TP @@ -327,16 +345,17 @@ 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-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed msgid "" "UPDATE controls which existing files in the destination are replaced. " "\\&'all' is the default operation when an B<--update> option is not " "specified, and results in all existing files in the destination being " -"replaced. \\&'none' is similar to the B<--no-clobber> option, in that no " -"files in the destination are replaced, but also skipped files do not induce " -"a failure. \\&'older' is the default operation when B<--update> is " -"specified, and results in files being replaced if they're older than the " -"corresponding source file." +"replaced. \\&'none' is like the B<--no-clobber> option, in that no files in " +"the destination are replaced, and skipped files do not induce a failure. " +"\\&'none-fail' also ensures no files are replaced in the destination, but " +"any skipped files are diagnosed and induce a failure. \\&'older' is the " +"default operation when B<--update> is specified, and results in files being " +"replaced if they're older than the corresponding source file." msgstr "" #. type: Plain text @@ -454,12 +473,12 @@ msgid "COPYRIGHT" msgstr "BẢN QUYỀN" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed msgid "" -"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"Copyright \\(co 2024 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+ : " +"Copyright \\(co 2024 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>." @@ -508,19 +527,19 @@ msgid "September 2022" msgstr "Tháng 9 năm 2022" #. type: TH -#: debian-bookworm mageia-cauldron +#: debian-bookworm #, no-wrap msgid "GNU coreutils 9.1" msgstr "GNU coreutils 9.1" #. type: TP -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "B<-u>, B<--update>" msgstr "B<-u>, B<--update>" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "move only when the SOURCE file is newer than the destination file or when " "the destination file is missing" @@ -529,7 +548,7 @@ msgstr "" "tập tin ở nơi đến" #. type: Plain text -#: debian-bookworm mageia-cauldron +#: debian-bookworm 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>." @@ -539,16 +558,63 @@ msgstr "" "gpl.htmlE<gt>." #. type: TH -#: mageia-cauldron +#: debian-unstable fedora-40 mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "" +"control which existing files are updated; UPDATE={all,none,older(default)}. " +"See below" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "equivalent to B<--update>[=I<\\,older\\/>]" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "" +"UPDATE controls which existing files in the destination are replaced. " +"\\&'all' is the default operation when an B<--update> option is not " +"specified, and results in all existing files in the destination being " +"replaced. \\&'none' is similar to the B<--no-clobber> option, in that no " +"files in the destination are replaced, but also skipped files do not induce " +"a failure. \\&'older' is the default operation when B<--update> is " +"specified, and results in files being replaced if they're older than the " +"corresponding source file." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +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: TH +#: fedora-40 opensuse-leap-15-6 #, no-wrap -msgid "April 2022" -msgstr "Tháng 4 năm 2022" +msgid "January 2024" +msgstr "Tháng 1 năm 2024" #. type: TH -#: opensuse-leap-15-6 +#: fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "April 2024" +msgstr "Tháng 4 năm 2024" + +#. type: TH +#: mageia-cauldron #, no-wrap -msgid "October 2021" -msgstr "Tháng 10 năm 2021" +msgid "August 2023" +msgstr "Tháng 8 năm 2023" #. type: TH #: opensuse-leap-15-6 |