# LANGUAGE message translation file for ecpglib # Copyright (C) 2018 PostgreSQL Global Development Group # This file is distributed under the same license as the ecpglib (PostgreSQL) package. # FIRST AUTHOR , 2018. # msgid "" msgstr "" "Project-Id-Version: ecpglib (PostgreSQL) 11\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2018-04-22 12:08+0000\n" "PO-Revision-Date: 2018-04-23 21:34+0900\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.0.6\n" "Last-Translator: Dang Minh Huong \n" "Plural-Forms: nplurals=1; plural=0;\n" "Language: vi_VN\n" #: connect.c:237 msgid "empty message text" msgstr "văn bản tin nhắn trống" #: connect.c:401 connect.c:430 connect.c:638 msgid "" msgstr "" #: descriptor.c:834 misc.c:120 msgid "NULL" msgstr "NULL" #. translator: this string will be truncated at 149 characters expanded. #: error.c:33 #, c-format msgid "no data found on line %d" msgstr "không tìm thấy dữ liệu trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:40 #, c-format msgid "out of memory on line %d" msgstr "hết bộ nhớ trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:47 #, c-format msgid "unsupported type \"%s\" on line %d" msgstr "không hỗ trợ kiểu \"%s\" trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:54 #, c-format msgid "too many arguments on line %d" msgstr "quá nhiều đối số trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:61 #, c-format msgid "too few arguments on line %d" msgstr "quá ít đối số trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:68 #, c-format msgid "invalid input syntax for type int: \"%s\", on line %d" msgstr "cú pháp nhập không hợp lệ cho kiểu int: \"%s\", trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:75 #, c-format msgid "invalid input syntax for type unsigned int: \"%s\", on line %d" msgstr "cú pháp nhập không hợp lệ cho kiểu unsigned int: \"%s\", trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:82 #, c-format msgid "invalid input syntax for floating-point type: \"%s\", on line %d" msgstr "cú pháp nhập không hợp lệ cho kiểu dấu phẩy động: \"%s\", trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:90 #, c-format msgid "invalid syntax for type boolean: \"%s\", on line %d" msgstr "cú pháp không hợp lệ cho kiểu boolean: \"%s\", trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:95 #, c-format msgid "could not convert boolean value: size mismatch, on line %d" msgstr "không thể chuyển đổi giá trị boolean: kích thước không khớp, trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:102 #, c-format msgid "empty query on line %d" msgstr "truy vấn trống trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:109 #, c-format msgid "null value without indicator on line %d" msgstr "giá trị null không có chỉ báo (indicator) trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:116 #, c-format msgid "variable does not have an array type on line %d" msgstr "biến không có kiểu mảng trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:123 #, c-format msgid "data read from server is not an array on line %d" msgstr "dữ liệu đọc từ server không phải là một mảng trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:130 #, c-format msgid "inserting an array of variables is not supported on line %d" msgstr "chèn một mảng các biến không được hỗ trợ trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:137 #, c-format msgid "connection \"%s\" does not exist on line %d" msgstr "kết nối \"%s\" không tồn tại trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:144 #, c-format msgid "not connected to connection \"%s\" on line %d" msgstr "chưa kết nối tới kết nối \"%s\" trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:151 #, c-format msgid "invalid statement name \"%s\" on line %d" msgstr "tên statement không hợp lệ \"%s\" trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:158 #, c-format msgid "descriptor \"%s\" not found on line %d" msgstr "không tìm thấy descriptor \"%s\" trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:165 #, c-format msgid "descriptor index out of range on line %d" msgstr "chỉ mục của descriptor nằm ngoài phạm vi trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:172 #, c-format msgid "unrecognized descriptor item \"%s\" on line %d" msgstr "không nhận ra descriptor item \"%s\" trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:179 #, c-format msgid "variable does not have a numeric type on line %d" msgstr "biến số không có kiểu numeric trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:186 #, c-format msgid "variable does not have a character type on line %d" msgstr "biến số không có kiểu ký tự trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:193 #, c-format msgid "error in transaction processing on line %d" msgstr "lỗi trong xử lý giao dịch trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:200 #, c-format msgid "could not connect to database \"%s\" on line %d" msgstr "không thể kết nối với cơ sở dữ liệu \"%s\" trên dòng %d" #. translator: this string will be truncated at 149 characters expanded. #: error.c:207 #, c-format msgid "SQL error %d on line %d" msgstr "lỗi SQL %d trên dòng %d" #: error.c:254 msgid "the connection to the server was lost" msgstr "kết nối với server bị mất" #: error.c:347 #, c-format msgid "SQL error: %s\n" msgstr "lỗi SQL: %s\n" #: execute.c:1968 msgid "" msgstr ""