| # Vietnamese Translation for Gettext Examples. | |
| # Bản dịch tiếng Việt dành cho các ví dụ của gói gettext. | |
| # Copyright © 2015 Yoyodyne, Inc. (msgids) | |
| # Copyright © 2015 Free Software Foundation, Inc. | |
| # This file is distributed under the same license as the gettext package. | |
| # Clytie Siddall <clytie@riverland.net.au>, 2005-2010. | |
| # Trần Ngọc Quân <vnwildman@gmail.com>, 2012-2015, 2023. | |
| # | |
| msgid "" | |
| msgstr "" | |
| "Project-Id-Version: hello-python 0.22\n" | |
| "Report-Msgid-Bugs-To: bug-gettext@gnu.org\n" | |
| "PO-Revision-Date: 2023-06-24 09:10+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" | |
| "MIME-Version: 1.0\n" | |
| "Content-Type: text/plain; charset=UTF-8\n" | |
| "Content-Transfer-Encoding: 8bit\n" | |
| "X-Bugs: Report translation errors to the Language-Team address.\n" | |
| "Plural-Forms: nplurals=1; plural=0;\n" | |
| #: hello.py.in:12 | |
| msgid "Hello, world!" | |
| msgstr "Chào thế giới!" | |
| #: hello.py.in:13 | |
| #, python-format | |
| msgid "This program is running as process number %(pid)d." | |
| msgstr "Chương trình này đang chạy với mã số tiến trình %(pid)d." | |