gnu: the-silver-searcher: Update to 2.1.0.
[jackhill/guix/guix.git] / po / packages / vi.po
CommitLineData
240a2775
LC
1# Vietnamese translation for guix.
2# Copyright © 2013 Free Software Foundation, Inc.
3# This file is distributed under the same license as the guix package.
4# Trần Ngọc Quân <vnwildman@gmail.com>, 2013.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: guix 0.5-pre2\n"
9"Report-Msgid-Bugs-To: ludo@gnu.org\n"
51af5710 10"POT-Creation-Date: 2014-07-14 11:59+0200\n"
240a2775
LC
11"PO-Revision-Date: 2013-12-04 07:48+0700\n"
12"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
13"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
14"Language: vi\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=1; plural=0;\n"
19"X-Poedit-SourceCharset: UTF-8\n"
20"X-Generator: Poedit 1.5.5\n"
21
bdfdf901 22#: gnu/packages/base.scm:65
240a2775
LC
23msgid "Hello, GNU world: An example GNU package"
24msgstr "Xin chào, gia đình GNU: Một gói GNU ví dụ"
25
bdfdf901 26#: gnu/packages/base.scm:67
240a2775
LC
27msgid ""
28"GNU Hello prints the message \"Hello, world!\" and then exits. It\n"
bdfdf901 29"serves as an example of standard GNU coding practices. As such, it supports\n"
240a2775
LC
30"command-line arguments, multiple languages, and so on."
31msgstr ""
32
bdfdf901 33#: gnu/packages/base.scm:85
240a2775
LC
34msgid "Print lines matching a pattern"
35msgstr "In ra những dòng khớp với một mẫu"
36
bdfdf901 37#: gnu/packages/base.scm:87
240a2775
LC
38msgid ""
39"grep is a tool for finding text inside files. Text is found by\n"
40"matching a pattern provided by the user in one or many files. The pattern\n"
41"may be provided as a basic or extended regular expression, or as fixed\n"
42"strings. By default, the matching text is simply printed to the screen,\n"
43"however the output can be greatly customized to include, for example, line\n"
44"numbers. GNU grep offers many extensions over the standard utility,\n"
45"including, for example, recursive directory searching."
46msgstr ""
47
bdfdf901 48#: gnu/packages/base.scm:109
240a2775
LC
49msgid "Stream editor"
50msgstr "Trình soạn thảo luồng dữ liệu"
51
bdfdf901 52#: gnu/packages/base.scm:124
240a2775
LC
53msgid ""
54"Sed is a non-interactive, text stream editor. It receives a text\n"
bdfdf901
LC
55"input from a file or from standard input and it then applies a series of text\n"
56"editing commands to the stream and prints its output to standard output. It\n"
240a2775
LC
57"is often used for substituting text patterns in a stream. The GNU\n"
58"implementation offers several extensions over the standard utility."
59msgstr ""
60
bdfdf901 61#: gnu/packages/base.scm:144
240a2775
LC
62msgid "Managing tar archives"
63msgstr "Quản lý kho lưu tar"
64
bdfdf901 65#: gnu/packages/base.scm:146
240a2775
LC
66msgid ""
67"Tar provides the ability to create tar archives, as well as the\n"
68"ability to extract, update or list files in an existing archive. It is\n"
69"useful for combining many files into one larger file, while maintaining\n"
70"directory structure and file information such as permissions and\n"
71"creation/modification dates. GNU tar offers many extensions over the\n"
72"standard utility."
73msgstr ""
74
bdfdf901 75#: gnu/packages/base.scm:173
240a2775
LC
76msgid "Apply differences to originals, with optional backups"
77msgstr "Á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"
78
bdfdf901 79#: gnu/packages/base.scm:175
240a2775
LC
80msgid ""
81"Patch is a program that applies changes to files based on differences\n"
bdfdf901 82"laid out as by the program \"diff\". The changes may be applied to one or more\n"
240a2775
LC
83"files depending on the contents of the diff file. It accepts several\n"
84"different diff formats. It may also be used to revert previously applied\n"
85"differences."
86msgstr ""
87
bdfdf901 88#: gnu/packages/base.scm:195
240a2775
LC
89msgid "Comparing and merging files"
90msgstr "So sánh và hòa trộn các tập tin"
91
bdfdf901 92#: gnu/packages/base.scm:197
240a2775
LC
93msgid ""
94"GNU Diffutils is a package containing tools for finding the\n"
bdfdf901
LC
95"differences between files. The \"diff\" command is used to show how two files\n"
96"differ, while \"cmp\" shows the offsets and line numbers where they differ. \n"
240a2775
LC
97"\"diff3\" allows you to compare three files. Finally, \"sdiff\" offers an\n"
98"interactive means to merge two files."
99msgstr ""
100
bdfdf901 101#: gnu/packages/base.scm:224
240a2775
LC
102msgid "Operating on files matching given criteria"
103msgstr "Thực hiện trên những tập tin khớp với điều kiện đã cho"
104
bdfdf901 105#: gnu/packages/base.scm:226
240a2775
LC
106msgid ""
107"Findutils supplies the basic file directory searching utilities of the\n"
108"GNU system. It consists of two primary searching utilities: \"find\"\n"
bdfdf901
LC
109"recursively searches for files in a directory according to given criteria and\n"
110"\"locate\" lists files in a database that match a query. Two auxiliary tools\n"
111"are included: \"updatedb\" updates the file name database and \"xargs\" may be\n"
240a2775
LC
112"used to apply commands with arbitrarily long arguments."
113msgstr ""
114
bdfdf901 115#: gnu/packages/base.scm:278
240a2775
LC
116msgid "Core GNU utilities (file, text, shell)"
117msgstr "Tiện ích lõi GNU (file, text, shell)"
118
bdfdf901 119#: gnu/packages/base.scm:280
240a2775
LC
120msgid ""
121"GNU Coreutils includes all of the basic command-line tools that are\n"
122"expected in a POSIX system. These provide the basic file, shell and text\n"
bdfdf901 123"manipulation functions of the GNU system. Most of these tools offer extended\n"
240a2775
LC
124"functionality beyond that which is outlined in the POSIX standard."
125msgstr ""
126
bdfdf901 127#: gnu/packages/base.scm:314
240a2775
LC
128msgid "Remake files automatically"
129msgstr "Tạo lại các tập tin một cách tự động"
130
bdfdf901 131#: gnu/packages/base.scm:316
240a2775
LC
132msgid ""
133"Make is a program that is used to control the production of\n"
134"executables or other files from their source files. The process is\n"
bdfdf901 135"controlled from a Makefile, in which the developer specifies how each file is\n"
240a2775
LC
136"generated from its source. It has powerful dependency resolution and the\n"
137"ability to determine when files have to be regenerated after their sources\n"
138"change. GNU make offers many powerful extensions over the standard utility."
139msgstr ""
140
bdfdf901 141#: gnu/packages/base.scm:361
240a2775
LC
142msgid "Binary utilities: bfd gas gprof ld"
143msgstr "Tiện ích nhị phân: bfd gas gprof ld"
144
bdfdf901 145#: gnu/packages/base.scm:363
240a2775
LC
146msgid ""
147"GNU Binutils is a collection of tools for working with binary files.\n"
bdfdf901 148"Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler. Other\n"
240a2775 149"tools include programs to display binary profiling information, list the\n"
bdfdf901 150"strings in a binary file, and utilities for working with archives. The \"bfd\"\n"
240a2775
LC
151"library for working with executable and object formats is also included."
152msgstr ""
153
bdfdf901 154#: gnu/packages/base.scm:504
240a2775
LC
155msgid "The GNU C Library"
156msgstr "Thư viện C từ GNU"
157
bdfdf901 158#: gnu/packages/base.scm:506
240a2775
LC
159msgid ""
160"Any Unix-like operating system needs a C library: the library which\n"
bdfdf901 161"defines the \"system calls\" and other basic facilities such as open, malloc,\n"
240a2775
LC
162"printf, exit...\n"
163"\n"
bdfdf901 164"The GNU C library is used as the C library in the GNU system and most systems\n"
240a2775
LC
165"with the Linux kernel."
166msgstr ""
167
bdfdf901 168#: gnu/packages/base.scm:575
240a2775
LC
169msgid "Database of current and historical time zones"
170msgstr "Cơ sở dữ liệu của hiện tại và múi giờ lịch sử"
171
bdfdf901 172#: gnu/packages/base.scm:576
240a2775
LC
173msgid ""
174"The Time Zone Database (often called tz or zoneinfo)\n"
175"contains code and data that represent the history of local time for many\n"
176"representative locations around the globe. It is updated periodically to\n"
bdfdf901 177"reflect changes made by political bodies to time zone boundaries, UTC offsets,\n"
240a2775
LC
178"and daylight-saving rules."
179msgstr ""
180
bdfdf901 181#: gnu/packages/base.scm:1004
240a2775
LC
182msgid "GNU C++ standard library (intermediate)"
183msgstr "Thư viện GNU C++ chuẩn (khâu trung gian)"
184
bdfdf901 185#: gnu/packages/base.scm:1098
240a2775
LC
186msgid "The linker wrapper"
187msgstr "Bộ bao liên kết"
188
bdfdf901 189#: gnu/packages/base.scm:1100
240a2775
LC
190msgid ""
191"The linker wrapper (or `ld-wrapper') wraps the linker to add any\n"
bdfdf901 192"missing `-rpath' flags, and to detect any misuse of libraries outside of the\n"
240a2775
LC
193"store."
194msgstr ""
195
bdfdf901 196#: gnu/packages/base.scm:1264
240a2775
LC
197msgid "Complete GCC tool chain for C/C++ development"
198msgstr ""
199
bdfdf901 200#: gnu/packages/base.scm:1266
240a2775
LC
201msgid ""
202"This package provides a complete GCC tool chain for C/C++ development to\n"
203"be installed in user profiles. This includes GCC, as well as libc (headers\n"
204"and binaries, plus debugging symbols in the 'debug' output), and Binutils."
205msgstr ""
206
207#: gnu/packages/guile.scm:99 gnu/packages/guile.scm:166
208msgid "Scheme implementation intended especially for extensions"
209msgstr "Lược đồ thực thi có dụng ý đặc biệt cho phần mở rộng"
210
211#: gnu/packages/guile.scm:101 gnu/packages/guile.scm:168
212msgid ""
213"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n"
214"official extension language of the GNU system. It is an implementation of\n"
215"the Scheme language which can be easily embedded in other applications to\n"
bdfdf901 216"provide a convenient means of extending the functionality of the application\n"
240a2775
LC
217"without requiring the source code to be rewritten."
218msgstr ""
219
220#: gnu/packages/guile.scm:211
221msgid "Framework for building readers for GNU Guile"
222msgstr "Một framework để xây dựng bộ đọc dành cho GNU Guile"
223
224#: gnu/packages/guile.scm:213
225msgid ""
226"Guile-Reader is a simple framework for building readers for GNU Guile.\n"
227"\n"
228"The idea is to make it easy to build procedures that extend Guile’s read\n"
bdfdf901 229"procedure. Readers supporting various syntax variants can easily be written,\n"
240a2775
LC
230"possibly by re-using existing “token readers” of a standard Scheme\n"
231"readers. For example, it is used to implement Skribilo’s R5RS-derived\n"
232"document syntax.\n"
233"\n"
234"Guile-Reader’s approach is similar to Common Lisp’s “read table”, but\n"
235"hopefully more powerful and flexible (for instance, one may instantiate as\n"
236"many readers as needed)."
237msgstr ""
238
bdfdf901 239#: gnu/packages/guile.scm:267
240a2775
LC
240msgid "Guile bindings to ncurses"
241msgstr "Guile ràng buộc vào ncurses"
242
bdfdf901 243#: gnu/packages/guile.scm:269
240a2775
LC
244msgid ""
245"guile-ncurses provides Guile language bindings for the ncurses\n"
246"library."
247msgstr ""
248
bdfdf901 249#: gnu/packages/guile.scm:289
240a2775
LC
250msgid "Run jobs at scheduled times"
251msgstr "Chạy các công việc theo lịch biểu"
252
bdfdf901 253#: gnu/packages/guile.scm:291
240a2775
LC
254msgid ""
255"GNU Mcron is a complete replacement for Vixie cron. It is used to run\n"
bdfdf901 256"tasks on a schedule, such as every hour or every Monday. Mcron is written in\n"
240a2775
LC
257"Guile, so its configuration can be written in Scheme; the original cron\n"
258"format is also supported."
259msgstr ""
260
bdfdf901 261#: gnu/packages/guile.scm:319
240a2775
LC
262msgid "Collection of useful Guile Scheme modules"
263msgstr "Bộ sưu tập của các mô-đun Lược đồ Guile"
264
bdfdf901 265#: gnu/packages/guile.scm:321
240a2775
LC
266msgid ""
267"guile-lib is intended as an accumulation place for pure-scheme Guile\n"
268"modules, allowing for people to cooperate integrating their generic Guile\n"
269"modules into a coherent library. Think \"a down-scaled, limited-scope CPAN\n"
270"for Guile\"."
271msgstr ""
272
bdfdf901 273#: gnu/packages/guile.scm:352
240a2775
LC
274msgid "JSON module for Guile"
275msgstr ""
276
bdfdf901 277#: gnu/packages/guile.scm:354
240a2775
LC
278msgid ""
279"Guile-json supports parsing and building JSON documents according to the\n"
280"http:://json.org specification. These are the main features:\n"
281"- Strictly complies to http://json.org specification.\n"
282"- Build JSON documents programmatically via macros.\n"
283"- Unicode support for strings.\n"
284"- Allows JSON pretty printing."
285msgstr ""
286
287#: gnu/packages/lout.scm:109
288msgid "Lout, a document layout system similar in style to LaTeX"
289msgstr ""
290
291#: gnu/packages/lout.scm:111
292msgid ""
bdfdf901
LC
293"The Lout document formatting system is now reads a high-level description of\n"
294"a document similar in style to LaTeX and produces a PostScript or plain text\n"
240a2775
LC
295"output file.\n"
296"\n"
297"Lout offers an unprecedented range of advanced features, including optimal\n"
298"paragraph and page breaking, automatic hyphenation, PostScript EPS file\n"
bdfdf901 299"inclusion and generation, equation formatting, tables, diagrams, rotation and\n"
240a2775 300"scaling, sorted indexes, bibliographic databases, running headers and\n"
bdfdf901 301"odd-even pages, automatic cross referencing, multilingual documents including\n"
240a2775
LC
302"hyphenation (most European languages are supported), formatting of computer\n"
303"programs, and much more, all ready to use. Furthermore, Lout is easily\n"
304"extended with definitions which are very much easier to write than troff of\n"
305"TeX macros because Lout is a high-level, purely functional language, the\n"
306"outcome of an eight-year research project that went back to the\n"
307"beginning."
308msgstr ""
309
310#: gnu/packages/recutils.scm:58
311msgid "Manipulate plain text files as databases"
312msgstr "Thao tác các tập tin văn bản thường như là cơ sở dữ liệu"
313
314#: gnu/packages/recutils.scm:60
315msgid ""
316"GNU Recutils is a set of tools and libraries for creating and\n"
bdfdf901 317"manipulating text-based, human-editable databases. Despite being text-based,\n"
240a2775 318"databases created with Recutils carry all of the expected features such as\n"
bdfdf901 319"unique fields, primary keys, time stamps and more. Many different field types\n"
240a2775
LC
320"are supported, as is encryption."
321msgstr ""