# Vietnamese translation for guix. # Copyright © 2013 Free Software Foundation, Inc. # This file is distributed under the same license as the guix package. # Trần Ngọc Quân , 2013. # msgid "" msgstr "" "Project-Id-Version: guix 0.5-pre2\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" "POT-Creation-Date: 2014-07-14 11:59+0200\n" "PO-Revision-Date: 2013-12-04 07:48+0700\n" "Last-Translator: Trần Ngọc Quân \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" "Plural-Forms: nplurals=1; plural=0;\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Generator: Poedit 1.5.5\n" #: gnu/packages/base.scm:65 msgid "Hello, GNU world: An example GNU package" msgstr "Xin chào, gia đình GNU: Một gói GNU ví dụ" #: gnu/packages/base.scm:67 msgid "" "GNU Hello prints the message \"Hello, world!\" and then exits. It\n" "serves as an example of standard GNU coding practices. As such, it supports\n" "command-line arguments, multiple languages, and so on." msgstr "" #: gnu/packages/base.scm:85 msgid "Print lines matching a pattern" msgstr "In ra những dòng khớp với một mẫu" #: gnu/packages/base.scm:87 msgid "" "grep is a tool for finding text inside files. Text is found by\n" "matching a pattern provided by the user in one or many files. The pattern\n" "may be provided as a basic or extended regular expression, or as fixed\n" "strings. By default, the matching text is simply printed to the screen,\n" "however the output can be greatly customized to include, for example, line\n" "numbers. GNU grep offers many extensions over the standard utility,\n" "including, for example, recursive directory searching." msgstr "" #: gnu/packages/base.scm:109 msgid "Stream editor" msgstr "Trình soạn thảo luồng dữ liệu" #: gnu/packages/base.scm:124 msgid "" "Sed is a non-interactive, text stream editor. It receives a text\n" "input from a file or from standard input and it then applies a series of text\n" "editing commands to the stream and prints its output to standard output. It\n" "is often used for substituting text patterns in a stream. The GNU\n" "implementation offers several extensions over the standard utility." msgstr "" #: gnu/packages/base.scm:144 msgid "Managing tar archives" msgstr "Quản lý kho lưu tar" #: gnu/packages/base.scm:146 msgid "" "Tar provides the ability to create tar archives, as well as the\n" "ability to extract, update or list files in an existing archive. It is\n" "useful for combining many files into one larger file, while maintaining\n" "directory structure and file information such as permissions and\n" "creation/modification dates. GNU tar offers many extensions over the\n" "standard utility." msgstr "" #: gnu/packages/base.scm:173 msgid "Apply differences to originals, with optional backups" msgstr "Áp dụng những khác biệt này vào bản gốc, với các sao lưu tùy chọn" #: gnu/packages/base.scm:175 msgid "" "Patch is a program that applies changes to files based on differences\n" "laid out as by the program \"diff\". The changes may be applied to one or more\n" "files depending on the contents of the diff file. It accepts several\n" "different diff formats. It may also be used to revert previously applied\n" "differences." msgstr "" #: gnu/packages/base.scm:195 msgid "Comparing and merging files" msgstr "So sánh và hòa trộn các tập tin" #: gnu/packages/base.scm:197 msgid "" "GNU Diffutils is a package containing tools for finding the\n" "differences between files. The \"diff\" command is used to show how two files\n" "differ, while \"cmp\" shows the offsets and line numbers where they differ. \n" "\"diff3\" allows you to compare three files. Finally, \"sdiff\" offers an\n" "interactive means to merge two files." msgstr "" #: gnu/packages/base.scm:224 msgid "Operating on files matching given criteria" msgstr "Thực hiện trên những tập tin khớp với điều kiện đã cho" #: gnu/packages/base.scm:226 msgid "" "Findutils supplies the basic file directory searching utilities of the\n" "GNU system. It consists of two primary searching utilities: \"find\"\n" "recursively searches for files in a directory according to given criteria and\n" "\"locate\" lists files in a database that match a query. Two auxiliary tools\n" "are included: \"updatedb\" updates the file name database and \"xargs\" may be\n" "used to apply commands with arbitrarily long arguments." msgstr "" #: gnu/packages/base.scm:278 msgid "Core GNU utilities (file, text, shell)" msgstr "Tiện ích lõi GNU (file, text, shell)" #: gnu/packages/base.scm:280 msgid "" "GNU Coreutils includes all of the basic command-line tools that are\n" "expected in a POSIX system. These provide the