diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-07-27 00:21:13 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-07-27 00:21:13 +0200 |
commit | c8c8dbbf279b0ebaed3e871f626ba7dde876d247 (patch) | |
tree | cbbc1986e5535193ee56337540fff74bf1aef45c /po/vi.po | |
parent | 784ae968113011ce832b1808d4d42369f5d2e320 (diff) | |
download | glibc-c8c8dbbf279b0ebaed3e871f626ba7dde876d247.zip glibc-c8c8dbbf279b0ebaed3e871f626ba7dde876d247.tar.gz glibc-c8c8dbbf279b0ebaed3e871f626ba7dde876d247.tar.bz2 |
translations: update cs, nl, vi
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'po/vi.po')
-rw-r--r-- | po/vi.po | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: libc 2.36.9000\n" +"Project-Id-Version: libc 2.37.9000\n" "Report-Msgid-Bugs-To: http://www.gnu.org/software/libc/bugs.html\n" "POT-Creation-Date: 2023-07-17 20:35+0200\n" -"PO-Revision-Date: 2023-05-03 08:47+0700\n" +"PO-Revision-Date: 2023-07-22 10:02+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" "Language: vi\n" @@ -870,6 +870,11 @@ msgstr " (từ %s:%d)\n" msgid "Can't open directory %s" msgstr "Không thể mở thư mục %s" +#: elf/ldconfig.c:727 elf/ldconfig.c:732 +#, c-format +msgid "Could not form library path" +msgstr "Không thể tạo đường dẫn thư viện" + #: elf/ldconfig.c:761 elf/ldconfig.c:799 elf/readlib.c:78 #, c-format msgid "Input file %s not found.\n" @@ -1570,6 +1575,21 @@ msgstr "trong khi chèn vào cây tìm kiếm" msgid "cannot generate output file" msgstr "không thể tạo tập tin kết xuất" +#: include/unistd_ext.h:38 +#, c-format +msgid "write of %zu bytes failed after %td: %m" +msgstr "ghi %zu byte không thành công sau %td: %m" + +#: include/unistd_ext.h:43 +#, c-format +msgid "write returned 0 after writing %td bytes of %zu" +msgstr "ghi trả về 0 sau khi ghi %td byte của %zu" + +#: include/unistd_ext.h:59 +#, c-format +msgid "read of %zu bytes failed after %td: %m" +msgstr "đọc %zu byte không thành công sau %td: %m" + #: inet/rcmd.c:160 msgid "rcmd: Cannot allocate memory\n" msgstr "rcmd: Không thể cấp phát bộ nhớ\n" @@ -6468,6 +6488,10 @@ msgstr "Bị ngắt bởi tín hiệu" msgid "Parameter string not correctly encoded" msgstr "Chuỗi tham số không phải được mã hóa đúng" +#: sysdeps/posix/gai_strerror-strs.h:19 +msgid "Result too large for supplied buffer" +msgstr "Kết quả quá lớn đối với bộ đệm được cung cấp" + #: sysdeps/unix/sysv/linux/ia64/makecontext.c:57 #, c-format msgid "makecontext: does not know how to handle more than 8 arguments\n" |