...

Text file src/github.com/chai2010/gettext-go/examples/locale/zh_CN/LC_MESSAGES/hello.po

Documentation: github.com/chai2010/gettext-go/examples/locale/zh_CN/LC_MESSAGES

     1# SOME DESCRIPTIVE TITLE.
     2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
     3# This file is distributed under the same license as the PACKAGE package.
     4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
     5#
     6msgid ""
     7msgstr ""
     8"Project-Id-Version: gettext-go-examples-hello\n"
     9"Report-Msgid-Bugs-To: \n"
    10"POT-Creation-Date: 2013-12-12 20:03+0000\n"
    11"PO-Revision-Date: 2013-12-30 20:47+0800\n"
    12"Last-Translator: chai2010 <chaishushan@gmail.com>\n"
    13"Language-Team: chai2010(团队) <chaishushan@gmail.com>\n"
    14"Language: zh_CN\n"
    15"MIME-Version: 1.0\n"
    16"Content-Type: text/plain; charset=UTF-8\n"
    17"Content-Transfer-Encoding: 8bit\n"
    18"X-Generator: Poedit 1.5.7\n"
    19"X-Poedit-SourceCharset: UTF-8\n"
    20
    21msgid "Gettext in init."
    22msgstr "Init函数中的Gettext."
    23
    24msgid "Hello, world!"
    25msgstr "你好, 世界!"
    26
    27msgid "Gettext in func."
    28msgstr "闭包函数中的Gettext."
    29
    30msgid "pkg hi: Hello, world!"
    31msgstr "来自\"Hi\"包的问候: 你好, 世界!"
    32
    33msgctxt "main.init"
    34msgid "Gettext in init."
    35msgstr "Init函数中的Gettext.(ctx:main.init)"
    36
    37msgctxt "main.main"
    38msgid "Hello, world!"
    39msgstr "你好, 世界!(ctx:main.main)"
    40
    41msgctxt "main.func"
    42msgid "Gettext in func."
    43msgstr "闭包函数中的Gettext.(ctx:main.func)"
    44
    45msgctxt "code.google.com/p/gettext-go/examples/hi.SayHi"
    46msgid "pkg hi: Hello, world!"
    47msgstr "来自\"Hi\"包的问候: 你好, 世界!(ctx:code.google.com/p/gettext-go/examples/hi.SayHi)"

View as plain text