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