gettext 1.92.0 → 1.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/NEWS +25 -0
- data/README +21 -18
- data/data/locale/bg/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/bg/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/bs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ca/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/eo/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/et/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/hr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/hu/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/hu/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/lv/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/lv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nb/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ua/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ua/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/vi/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
- data/doc/classes/ActionView/Helpers/FormBuilder.html +11 -11
- data/doc/classes/ActionView/TemplateFinder.html +16 -16
- data/doc/classes/GetText.html +556 -521
- data/doc/classes/GetText/ActiveRecordParser.html +13 -13
- data/doc/classes/GetText/ErbContainer.html +12 -12
- data/doc/classes/GetText/ErbParser.html +6 -6
- data/doc/classes/GetText/NoboundTextDomainError.html +1 -1
- data/doc/classes/GetText/PoParser.html +6 -6
- data/doc/classes/GetText/Rails.html +20 -20
- data/doc/classes/GetText/RubyParser.html +5 -0
- data/doc/classes/GetText/TextDomain.html +53 -53
- data/doc/classes/GetText/TextDomainManager.html +54 -54
- data/doc/classes/Locale/Object.html +177 -173
- data/doc/classes/Locale/SystemBase.html +32 -32
- data/doc/classes/Locale/SystemCGI.html +31 -31
- data/doc/classes/Locale/SystemPosix.html +50 -0
- data/doc/classes/Locale/SystemWin32.html +6 -6
- data/doc/created.rid +1 -1
- data/doc/files/ChangeLog.html +69 -1
- data/doc/files/README.html +27 -19
- data/doc/files/lib/gettext/parser/ruby_rb.html +1 -1
- data/doc/files/lib/gettext/rails_rb.html +1 -1
- data/doc/files/lib/gettext/rgettext_rb.html +1 -1
- data/doc/files/lib/gettext/utils_rb.html +1 -1
- data/doc/files/lib/gettext/version_rb.html +1 -1
- data/doc/files/lib/gettext_rb.html +1 -1
- data/doc/files/lib/locale/object_rb.html +1 -1
- data/doc/files/lib/locale/posix_rb.html +1 -1
- data/doc/fr_method_index.html +94 -92
- data/lib/gettext.rb +27 -6
- data/lib/gettext/parser/ruby.rb +9 -2
- data/lib/gettext/rails.rb +11 -6
- data/lib/gettext/rgettext.rb +9 -8
- data/lib/gettext/utils.rb +18 -4
- data/lib/gettext/version.rb +1 -1
- data/lib/locale/object.rb +10 -6
- data/lib/locale/posix.rb +15 -1
- data/po/bg/rails.po +169 -0
- data/po/bg/rgettext.po +146 -0
- data/po/bs/rails.po +34 -34
- data/po/bs/rgettext.po +23 -17
- data/po/ca/rails.po +34 -34
- data/po/ca/rgettext.po +29 -22
- data/po/cs/rails.po +34 -34
- data/po/cs/rgettext.po +23 -17
- data/po/de/rails.po +34 -34
- data/po/de/rgettext.po +30 -22
- data/po/el/rails.po +38 -38
- data/po/el/rgettext.po +29 -22
- data/po/eo/rails.po +34 -34
- data/po/eo/rgettext.po +30 -23
- data/po/es/rails.po +34 -34
- data/po/es/rgettext.po +27 -21
- data/po/et/rails.po +42 -50
- data/po/et/rgettext.po +143 -0
- data/po/fr/rails.po +45 -52
- data/po/fr/rgettext.po +39 -32
- data/po/hr/rails.po +34 -34
- data/po/hr/rgettext.po +23 -17
- data/po/hu/rails.po +34 -34
- data/po/hu/rgettext.po +29 -21
- data/po/it/rails.po +34 -34
- data/po/it/rgettext.po +23 -17
- data/po/ja/rails.po +35 -35
- data/po/ja/rgettext.po +30 -22
- data/po/ko/rails.po +34 -34
- data/po/ko/rgettext.po +23 -17
- data/po/lv/rails.po +57 -37
- data/po/lv/rgettext.po +37 -28
- data/po/nb/rails.po +37 -38
- data/po/nb/rgettext.po +29 -22
- data/po/nl/rails.po +34 -34
- data/po/nl/rgettext.po +23 -17
- data/po/pt_BR/rails.po +34 -34
- data/po/pt_BR/rgettext.po +30 -22
- data/po/rails.pot +34 -34
- data/po/rgettext.pot +23 -17
- data/po/ru/rails.po +37 -37
- data/po/ru/rgettext.po +28 -22
- data/po/sr/rails.po +34 -34
- data/po/sr/rgettext.po +23 -17
- data/po/sv/rgettext.po +23 -17
- data/po/ua/rails.po +41 -39
- data/po/ua/rgettext.po +26 -19
- data/po/vi/rails.po +34 -35
- data/po/vi/rgettext.po +34 -27
- data/po/zh/rails.po +34 -34
- data/po/zh/rgettext.po +28 -22
- data/po/zh_TW/rails.po +34 -34
- data/po/zh_TW/rgettext.po +27 -21
- data/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ua/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/bg/helloerb1.po +59 -0
- data/samples/cgi/po/bg/helloerb2.po +51 -0
- data/samples/cgi/po/bg/hellolib.po +23 -0
- data/samples/cgi/po/bg/main.po +83 -0
- data/samples/locale/bg/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/ua/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ua/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/po/bg/hello.po +24 -0
- data/samples/po/bg/hello2.po +31 -0
- data/samples/po/bg/hello_noop.po +27 -0
- data/samples/po/bg/hello_plural.po +25 -0
- data/samples/po/bg/helloglade2.po +31 -0
- data/samples/po/bg/hellogtk.po +23 -0
- data/samples/po/bg/hellotk.po +23 -0
- data/samples/rails/db/schema.rb +2 -4
- data/samples/rails/locale/bg/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/bs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ca/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/eo/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/hr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/hu/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/it/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/lv/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nb/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/sr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ua/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/vi/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/bg/blog.po +101 -0
- data/samples/rails/po/blog.pot +36 -40
- data/samples/rails/po/bs/blog.po +41 -44
- data/samples/rails/po/ca/blog.po +44 -48
- data/samples/rails/po/cs/blog.po +44 -47
- data/samples/rails/po/de/blog.po +44 -47
- data/samples/rails/po/el/blog.po +44 -47
- data/samples/rails/po/en/blog.po +37 -41
- data/samples/rails/po/eo/blog.po +44 -48
- data/samples/rails/po/es/blog.po +44 -48
- data/samples/rails/po/fr/blog.po +44 -47
- data/samples/rails/po/hr/blog.po +41 -45
- data/samples/rails/po/hu/blog.po +41 -45
- data/samples/rails/po/it/blog.po +45 -48
- data/samples/rails/po/ja/blog.po +44 -48
- data/samples/rails/po/ko/blog.po +45 -48
- data/samples/rails/po/lv/blog.po +43 -50
- data/samples/rails/po/nb/blog.po +42 -47
- data/samples/rails/po/nl/blog.po +44 -47
- data/samples/rails/po/pt_BR/blog.po +45 -48
- data/samples/rails/po/ru/blog.po +43 -46
- data/samples/rails/po/sr/blog.po +42 -45
- data/samples/rails/po/ua/blog.po +43 -46
- data/samples/rails/po/vi/blog.po +40 -43
- data/samples/rails/po/zh/blog.po +44 -48
- data/samples/rails/po/zh_TW/blog.po +44 -48
- data/samples/rails/vendor/plugins/gettext/locale/bg/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/eo/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/hu/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/lv/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ua/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/bg/gettext_plugin.po +27 -0
- data/samples/rails/vendor/plugins/gettext/po/bs/gettext_plugin.po +6 -6
- data/samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/eo/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot +3 -3
- data/samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po +6 -6
- data/samples/rails/vendor/plugins/gettext/po/hu/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po +5 -5
- data/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po +6 -7
- data/samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +4 -4
- data/samples/rails/vendor/plugins/gettext/po/ua/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po +3 -4
- data/samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po +3 -4
- data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test_npgettext.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test_pgettext.mo +0 -0
- data/test/po/active_record.pot +41 -28
- data/test/po/ja/active_record.po +41 -28
- data/test/po/ja/test_npgettext.po +46 -0
- data/test/test_gettext.rb +10 -0
- data/test/test_locale.rb +5 -0
- data/test/testlib/npgettext.rb +33 -0
- metadata +78 -2
data/po/vi/rails.po
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
12
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
|
-
"POT-Creation-Date: 2008-
|
|
13
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
14
14
|
"PO-Revision-Date: 2008-07-13 21:24+0900\n"
|
|
15
15
|
"Last-Translator: Ngoc Dao <ngocdaothanh@gmail.com>\n"
|
|
16
16
|
"Language-Team: Vietnamese\n"
|
|
@@ -19,71 +19,71 @@ msgstr ""
|
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
20
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
21
21
|
|
|
22
|
-
#: lib/gettext/rails.rb:
|
|
22
|
+
#: lib/gettext/rails.rb:327
|
|
23
23
|
msgid "%{num} error prohibited this %{record} from being saved"
|
|
24
24
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
25
25
|
msgstr[0] "Không thể lưu %{record} vì có %{num} lỗi sai"
|
|
26
26
|
msgstr[1] "Không thể lưu %{record} vì có %{num} lỗi sai"
|
|
27
27
|
|
|
28
|
-
#: lib/gettext/rails.rb:
|
|
28
|
+
#: lib/gettext/rails.rb:329
|
|
29
29
|
msgid "There was a problem with the following field:"
|
|
30
30
|
msgid_plural "There were problems with the following fields:"
|
|
31
31
|
msgstr[0] "Có vấn đề với mục sau:"
|
|
32
32
|
msgstr[1] "Có vấn đề với các mục sau:"
|
|
33
33
|
|
|
34
|
-
#: lib/gettext/rails.rb:
|
|
34
|
+
#: lib/gettext/rails.rb:435
|
|
35
35
|
msgid "less than 5 seconds"
|
|
36
36
|
msgstr "ít hơn 5 giây"
|
|
37
37
|
|
|
38
|
-
#: lib/gettext/rails.rb:
|
|
38
|
+
#: lib/gettext/rails.rb:435
|
|
39
39
|
msgid "less than 10 seconds"
|
|
40
40
|
msgstr "ít hơn 10 giây"
|
|
41
41
|
|
|
42
|
-
#: lib/gettext/rails.rb:
|
|
42
|
+
#: lib/gettext/rails.rb:435
|
|
43
43
|
msgid "less than 20 seconds"
|
|
44
44
|
msgstr "ít hơn 20 giây"
|
|
45
45
|
|
|
46
|
-
#: lib/gettext/rails.rb:
|
|
46
|
+
#: lib/gettext/rails.rb:436
|
|
47
47
|
msgid "half a minute"
|
|
48
48
|
msgstr "nửa phút"
|
|
49
49
|
|
|
50
|
-
#: lib/gettext/rails.rb:
|
|
50
|
+
#: lib/gettext/rails.rb:436
|
|
51
51
|
msgid "less than a minute"
|
|
52
52
|
msgstr "ít hơn một phút"
|
|
53
53
|
|
|
54
|
-
#: lib/gettext/rails.rb:
|
|
54
|
+
#: lib/gettext/rails.rb:436
|
|
55
55
|
msgid "about 1 month"
|
|
56
56
|
msgstr "khoảng 1 tháng"
|
|
57
57
|
|
|
58
|
-
#: lib/gettext/rails.rb:
|
|
58
|
+
#: lib/gettext/rails.rb:437
|
|
59
59
|
msgid "about 1 year"
|
|
60
60
|
msgstr "khoảng 1 năm"
|
|
61
61
|
|
|
62
|
-
#: lib/gettext/rails.rb:
|
|
62
|
+
#: lib/gettext/rails.rb:438
|
|
63
63
|
msgid "1 minute"
|
|
64
64
|
msgid_plural "%{num} minutes"
|
|
65
65
|
msgstr[0] "1 phút"
|
|
66
66
|
msgstr[1] "%{num} phút"
|
|
67
67
|
|
|
68
|
-
#: lib/gettext/rails.rb:
|
|
68
|
+
#: lib/gettext/rails.rb:439
|
|
69
69
|
msgid "about 1 hour"
|
|
70
70
|
msgid_plural "about %{num} hours"
|
|
71
71
|
msgstr[0] "khoảng 1 giờ"
|
|
72
72
|
msgstr[1] "khoảng %{num} giờ"
|
|
73
73
|
|
|
74
|
-
#: lib/gettext/rails.rb:
|
|
74
|
+
#: lib/gettext/rails.rb:440
|
|
75
75
|
msgid "1 day"
|
|
76
76
|
msgid_plural "%{num} days"
|
|
77
77
|
msgstr[0] "1 ngày"
|
|
78
78
|
msgstr[1] "%{num} ngày"
|
|
79
79
|
|
|
80
|
-
#: lib/gettext/rails.rb:
|
|
80
|
+
#: lib/gettext/rails.rb:441
|
|
81
81
|
msgid "1 month"
|
|
82
82
|
msgid_plural "%{num} months"
|
|
83
83
|
msgstr[0] "1 tháng"
|
|
84
84
|
msgstr[1] "%{num} tháng"
|
|
85
85
|
|
|
86
|
-
#: lib/gettext/rails.rb:
|
|
86
|
+
#: lib/gettext/rails.rb:442
|
|
87
87
|
msgid "over 1 year"
|
|
88
88
|
msgid_plural "over %{num} years"
|
|
89
89
|
msgstr[0] "hơn 1 năm"
|
|
@@ -93,79 +93,78 @@ msgstr[1] "hơn %{num} năm"
|
|
|
93
93
|
msgid "Validation failed: %{error_messages}"
|
|
94
94
|
msgstr "Kiểm chứng thất bại: %{error_messages}"
|
|
95
95
|
|
|
96
|
-
#: lib/gettext/active_record.rb:
|
|
96
|
+
#: lib/gettext/active_record.rb:247
|
|
97
97
|
msgid "%{fn} is not included in the list"
|
|
98
98
|
msgstr "%{fn} không có trong danh sách"
|
|
99
99
|
|
|
100
|
-
#: lib/gettext/active_record.rb:
|
|
100
|
+
#: lib/gettext/active_record.rb:248
|
|
101
101
|
msgid "%{fn} is reserved"
|
|
102
102
|
msgstr "%{fn} được dành riêng"
|
|
103
103
|
|
|
104
|
-
#: lib/gettext/active_record.rb:
|
|
104
|
+
#: lib/gettext/active_record.rb:249
|
|
105
105
|
msgid "%{fn} is invalid"
|
|
106
106
|
msgstr "%{fn} không hợp lệ"
|
|
107
107
|
|
|
108
|
-
#: lib/gettext/active_record.rb:
|
|
108
|
+
#: lib/gettext/active_record.rb:250
|
|
109
109
|
msgid "%{fn} doesn't match confirmation"
|
|
110
110
|
msgstr "%{fn} không khớp với xác nhận"
|
|
111
111
|
|
|
112
|
-
#: lib/gettext/active_record.rb:
|
|
112
|
+
#: lib/gettext/active_record.rb:251
|
|
113
113
|
msgid "%{fn} must be accepted"
|
|
114
114
|
msgstr "%{fn} phải được chấp nhận"
|
|
115
115
|
|
|
116
|
-
#: lib/gettext/active_record.rb:
|
|
116
|
+
#: lib/gettext/active_record.rb:252
|
|
117
117
|
msgid "%{fn} can't be empty"
|
|
118
118
|
msgstr "%{fn} không được rỗng"
|
|
119
119
|
|
|
120
|
-
#: lib/gettext/active_record.rb:
|
|
120
|
+
#: lib/gettext/active_record.rb:253
|
|
121
121
|
msgid "%{fn} can't be blank"
|
|
122
122
|
msgstr "%{fn} không được trống"
|
|
123
123
|
|
|
124
|
-
#: lib/gettext/active_record.rb:
|
|
124
|
+
#: lib/gettext/active_record.rb:254
|
|
125
125
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
126
126
|
msgstr "%{fn} quá dài (tối đa là %d kí tự)"
|
|
127
127
|
|
|
128
|
-
#: lib/gettext/active_record.rb:
|
|
128
|
+
#: lib/gettext/active_record.rb:255
|
|
129
129
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
130
130
|
msgstr "%{fn} quá ngắn (tối thiểu là %d kí tự)"
|
|
131
131
|
|
|
132
|
-
#: lib/gettext/active_record.rb:
|
|
132
|
+
#: lib/gettext/active_record.rb:256
|
|
133
133
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
134
134
|
msgstr "%{fn} sai chiều dài (phải là %d kí tự)"
|
|
135
135
|
|
|
136
|
-
#: lib/gettext/active_record.rb:
|
|
136
|
+
#: lib/gettext/active_record.rb:257
|
|
137
137
|
msgid "%{fn} has already been taken"
|
|
138
138
|
msgstr "%{fn} đã tồn tại"
|
|
139
139
|
|
|
140
|
-
#: lib/gettext/active_record.rb:
|
|
140
|
+
#: lib/gettext/active_record.rb:258
|
|
141
141
|
msgid "%{fn} is not a number"
|
|
142
142
|
msgstr "%{fn} không phải là số"
|
|
143
143
|
|
|
144
|
-
#: lib/gettext/active_record.rb:
|
|
144
|
+
#: lib/gettext/active_record.rb:259
|
|
145
145
|
msgid "%{fn} must be greater than %d"
|
|
146
146
|
msgstr "%{fn} phải lớn hơn %d"
|
|
147
147
|
|
|
148
|
-
#: lib/gettext/active_record.rb:
|
|
148
|
+
#: lib/gettext/active_record.rb:260
|
|
149
149
|
msgid "%{fn} must be greater than or equal to %d"
|
|
150
150
|
msgstr "%{fn} phải lớn hơn hoặc bằng %d"
|
|
151
151
|
|
|
152
|
-
#: lib/gettext/active_record.rb:
|
|
152
|
+
#: lib/gettext/active_record.rb:261
|
|
153
153
|
msgid "%{fn} must be equal to %d"
|
|
154
154
|
msgstr "%{fn} phải bằng %d"
|
|
155
155
|
|
|
156
|
-
#: lib/gettext/active_record.rb:
|
|
156
|
+
#: lib/gettext/active_record.rb:262
|
|
157
157
|
msgid "%{fn} must be less than %d"
|
|
158
158
|
msgstr "%{fn} phải nhỏ hơn %d"
|
|
159
159
|
|
|
160
|
-
#: lib/gettext/active_record.rb:
|
|
160
|
+
#: lib/gettext/active_record.rb:263
|
|
161
161
|
msgid "%{fn} must be less than or equal to %d"
|
|
162
162
|
msgstr "%{fn} phải nhỏ hơn hoặc bằng %d"
|
|
163
163
|
|
|
164
|
-
#: lib/gettext/active_record.rb:
|
|
164
|
+
#: lib/gettext/active_record.rb:264
|
|
165
165
|
msgid "%{fn} must be odd"
|
|
166
166
|
msgstr "%{fn} phải lẻ"
|
|
167
167
|
|
|
168
|
-
#: lib/gettext/active_record.rb:
|
|
168
|
+
#: lib/gettext/active_record.rb:265
|
|
169
169
|
msgid "%{fn} must be even"
|
|
170
170
|
msgstr "%{fn} phải chẵn"
|
|
171
|
-
|
data/po/vi/rgettext.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
#
|
|
2
2
|
# a po-file for Ruby-GetText-Package
|
|
3
3
|
#
|
|
4
4
|
# Copyright (C) 2004-2008 Masao Mutoh
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
12
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
|
-
"POT-Creation-Date: 2008-
|
|
13
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
14
14
|
"PO-Revision-Date: 2008-07-13 21:28+0900\n"
|
|
15
15
|
"Last-Translator: Ngoc Dao <ngocdaothanh@gmail.com>\n"
|
|
16
16
|
"Language-Team: Vietnamese\n"
|
|
@@ -19,62 +19,65 @@ msgstr ""
|
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
20
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
21
21
|
|
|
22
|
-
#: lib/gettext/utils.rb:
|
|
22
|
+
#: lib/gettext/utils.rb:68
|
|
23
|
+
msgid ""
|
|
24
|
+
"`%{cmd}' may not be found. \n"
|
|
25
|
+
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
#: lib/gettext/utils.rb:80
|
|
23
29
|
msgid "Failed to merge with %{defpo}"
|
|
24
30
|
msgstr "Không thể trộn với %{defpo}"
|
|
25
31
|
|
|
26
|
-
#: lib/gettext/utils.rb:
|
|
32
|
+
#: lib/gettext/utils.rb:81
|
|
27
33
|
msgid "New .pot was copied to %{failed_filename}"
|
|
28
34
|
msgstr "Tập tin .pot mới đã được copy thành %{failed_filename}"
|
|
29
35
|
|
|
30
|
-
#: lib/gettext/utils.rb:
|
|
36
|
+
#: lib/gettext/utils.rb:82
|
|
31
37
|
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
32
|
-
msgstr "
|
|
38
|
+
msgstr ""
|
|
39
|
+
"Hãy kiểm tra những tập tin po/pot này. Có thể do có lỗi cú pháp hay gì đó."
|
|
33
40
|
|
|
34
41
|
#: lib/gettext/rgettext.rb:43
|
|
35
42
|
msgid "'%{klass}' is ignored."
|
|
36
43
|
msgstr "'%{klass}' đã được bỏ qua."
|
|
37
44
|
|
|
38
|
-
#: lib/gettext/rgettext.rb:
|
|
45
|
+
#: lib/gettext/rgettext.rb:189
|
|
39
46
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
40
47
|
msgstr "Cách sử dụng: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
41
48
|
|
|
42
|
-
#: lib/gettext/rgettext.rb:
|
|
49
|
+
#: lib/gettext/rgettext.rb:191
|
|
43
50
|
msgid "Extract translatable strings from given input files."
|
|
44
51
|
msgstr "Trích chuỗi cần dịch từ những tập tin đầu vào."
|
|
45
52
|
|
|
46
|
-
#: lib/gettext/rgettext.rb:
|
|
47
|
-
#: lib/gettext/rmsgfmt.rb:51
|
|
53
|
+
#: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
|
|
48
54
|
#: lib/gettext/rmsgmerge.rb:408
|
|
49
55
|
msgid "Specific options:"
|
|
50
56
|
msgstr "Tùy chọn cụ thể:"
|
|
51
57
|
|
|
52
|
-
#: lib/gettext/rgettext.rb:
|
|
53
|
-
#: lib/gettext/rmsgfmt.rb:53
|
|
58
|
+
#: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
|
|
54
59
|
#: lib/gettext/rmsgmerge.rb:410
|
|
55
60
|
msgid "write output to specified file"
|
|
56
61
|
msgstr "ghi ra tập tin được chỉ định"
|
|
57
62
|
|
|
58
|
-
#: lib/gettext/rgettext.rb:
|
|
63
|
+
#: lib/gettext/rgettext.rb:199
|
|
59
64
|
msgid "File '%s' already exists."
|
|
60
65
|
msgstr "Tập tin '%s' đã tồn tại."
|
|
61
66
|
|
|
62
|
-
#: lib/gettext/rgettext.rb:
|
|
67
|
+
#: lib/gettext/rgettext.rb:204
|
|
63
68
|
msgid "require the library before executing rgettext"
|
|
64
69
|
msgstr "require thư viện trước khi chạy rgettext"
|
|
65
70
|
|
|
66
|
-
#: lib/gettext/rgettext.rb:
|
|
71
|
+
#: lib/gettext/rgettext.rb:208
|
|
67
72
|
msgid "run in debugging mode"
|
|
68
73
|
msgstr "chạy trong chế độ debug"
|
|
69
74
|
|
|
70
|
-
#: lib/gettext/rgettext.rb:
|
|
71
|
-
#: lib/gettext/rmsgfmt.rb:57
|
|
75
|
+
#: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
|
|
72
76
|
#: lib/gettext/rmsgmerge.rb:421
|
|
73
77
|
msgid "display version information and exit"
|
|
74
78
|
msgstr "hiện thông tin về phiên bản rồi thoát"
|
|
75
79
|
|
|
76
|
-
#: lib/gettext/rgettext.rb:
|
|
77
|
-
#: lib/gettext/rmsgfmt.rb:31
|
|
80
|
+
#: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
|
|
78
81
|
msgid "no input files"
|
|
79
82
|
msgstr "không có tập tin đầu vào"
|
|
80
83
|
|
|
@@ -91,8 +94,14 @@ msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
|
91
94
|
msgstr "Cách sử dụng: %s def.po ref.pot [-o output.pot]"
|
|
92
95
|
|
|
93
96
|
#: lib/gettext/rmsgmerge.rb:406
|
|
94
|
-
msgid "
|
|
95
|
-
|
|
97
|
+
msgid ""
|
|
98
|
+
"Merges two Uniforum style .po files together. The def.po file is an existing "
|
|
99
|
+
"PO file with translations. The ref.pot file is the last created PO file with "
|
|
100
|
+
"up-to-date source references. ref.pot is generally created by rgettext."
|
|
101
|
+
msgstr ""
|
|
102
|
+
"Trộn hai tập tin .po kiểu Uniforum. Tập tin def.po là tập tin đã tồn tại PO "
|
|
103
|
+
"có chứa lời dịch. Tập tin ref.pot là tập tin PO được tạo ra lần trước có "
|
|
104
|
+
"chứa tham chiếu mới nhất. ref.pot thường do rgettext tạo ra."
|
|
96
105
|
|
|
97
106
|
#: lib/gettext/rmsgmerge.rb:447
|
|
98
107
|
msgid "definition po is not given."
|
|
@@ -118,20 +127,18 @@ msgstr "Bỏ qua '%{file}'. Hãy giải quyết dependency trước."
|
|
|
118
127
|
msgid "No database is available."
|
|
119
128
|
msgstr "Không có cơ sở dữ liệu."
|
|
120
129
|
|
|
121
|
-
#: lib/gettext/parser/active_record.rb:
|
|
130
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
122
131
|
msgid "rubygems are not found."
|
|
123
132
|
msgstr "Không tìm thấy rubygems."
|
|
124
133
|
|
|
125
|
-
#: lib/gettext.rb:
|
|
134
|
+
#: lib/gettext.rb:417
|
|
126
135
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
127
136
|
msgstr "Tham số thứ 3 sai: giá trị = %{number}"
|
|
128
137
|
|
|
129
|
-
#: src/poparser.ry:
|
|
130
|
-
#: src/poparser.ry:41
|
|
138
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
131
139
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
132
140
|
msgstr "Cảnh báo: fuzzy message đã bị bỏ qua.\n"
|
|
133
141
|
|
|
134
|
-
#: src/poparser.ry:
|
|
142
|
+
#: src/poparser.ry:148
|
|
135
143
|
msgid "Warning: obsolete msgid exists.\n"
|
|
136
144
|
msgstr "Cảnh báo: tồn tại obsolete msgid.\n"
|
|
137
|
-
|
data/po/zh/rails.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
msgid ""
|
|
13
13
|
msgstr ""
|
|
14
14
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
15
|
-
"POT-Creation-Date: 2008-
|
|
15
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
16
16
|
"PO-Revision-Date: 2006-04-15 13:36+0300\n"
|
|
17
17
|
"Last-Translator: Yang Bob <bob.yang.dev at gmail.com>\n"
|
|
18
18
|
"Language-Team: Simplified Chinese\n"
|
|
@@ -22,65 +22,65 @@ msgstr ""
|
|
|
22
22
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
23
23
|
"X-Generator: KBabel 1.9.1\n"
|
|
24
24
|
|
|
25
|
-
#: lib/gettext/rails.rb:
|
|
25
|
+
#: lib/gettext/rails.rb:327
|
|
26
26
|
msgid "%{num} error prohibited this %{record} from being saved"
|
|
27
27
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
28
28
|
msgstr[0] "共有%{num}个错误导致“%{record}”无法被保存"
|
|
29
29
|
|
|
30
|
-
#: lib/gettext/rails.rb:
|
|
30
|
+
#: lib/gettext/rails.rb:329
|
|
31
31
|
msgid "There was a problem with the following field:"
|
|
32
32
|
msgid_plural "There were problems with the following fields:"
|
|
33
33
|
msgstr[0] "如下字段出现错误:"
|
|
34
34
|
|
|
35
|
-
#: lib/gettext/rails.rb:
|
|
35
|
+
#: lib/gettext/rails.rb:435
|
|
36
36
|
msgid "less than 5 seconds"
|
|
37
37
|
msgstr "少于5秒"
|
|
38
38
|
|
|
39
|
-
#: lib/gettext/rails.rb:
|
|
39
|
+
#: lib/gettext/rails.rb:435
|
|
40
40
|
msgid "less than 10 seconds"
|
|
41
41
|
msgstr "少于10秒"
|
|
42
42
|
|
|
43
|
-
#: lib/gettext/rails.rb:
|
|
43
|
+
#: lib/gettext/rails.rb:435
|
|
44
44
|
msgid "less than 20 seconds"
|
|
45
45
|
msgstr "少于20秒"
|
|
46
46
|
|
|
47
|
-
#: lib/gettext/rails.rb:
|
|
47
|
+
#: lib/gettext/rails.rb:436
|
|
48
48
|
msgid "half a minute"
|
|
49
49
|
msgstr "半分钟"
|
|
50
50
|
|
|
51
|
-
#: lib/gettext/rails.rb:
|
|
51
|
+
#: lib/gettext/rails.rb:436
|
|
52
52
|
msgid "less than a minute"
|
|
53
53
|
msgstr "少于1分钟"
|
|
54
54
|
|
|
55
|
-
#: lib/gettext/rails.rb:
|
|
55
|
+
#: lib/gettext/rails.rb:436
|
|
56
56
|
msgid "about 1 month"
|
|
57
57
|
msgstr "大约1个月"
|
|
58
58
|
|
|
59
|
-
#: lib/gettext/rails.rb:
|
|
59
|
+
#: lib/gettext/rails.rb:437
|
|
60
60
|
msgid "about 1 year"
|
|
61
61
|
msgstr "大约1年"
|
|
62
62
|
|
|
63
|
-
#: lib/gettext/rails.rb:
|
|
63
|
+
#: lib/gettext/rails.rb:438
|
|
64
64
|
msgid "1 minute"
|
|
65
65
|
msgid_plural "%{num} minutes"
|
|
66
66
|
msgstr[0] "%{num}分钟"
|
|
67
67
|
|
|
68
|
-
#: lib/gettext/rails.rb:
|
|
68
|
+
#: lib/gettext/rails.rb:439
|
|
69
69
|
msgid "about 1 hour"
|
|
70
70
|
msgid_plural "about %{num} hours"
|
|
71
71
|
msgstr[0] "大约%{num}小时"
|
|
72
72
|
|
|
73
|
-
#: lib/gettext/rails.rb:
|
|
73
|
+
#: lib/gettext/rails.rb:440
|
|
74
74
|
msgid "1 day"
|
|
75
75
|
msgid_plural "%{num} days"
|
|
76
76
|
msgstr[0] "%{num}天"
|
|
77
77
|
|
|
78
|
-
#: lib/gettext/rails.rb:
|
|
78
|
+
#: lib/gettext/rails.rb:441
|
|
79
79
|
msgid "1 month"
|
|
80
80
|
msgid_plural "%{num} months"
|
|
81
81
|
msgstr[0] "%{num}个月"
|
|
82
82
|
|
|
83
|
-
#: lib/gettext/rails.rb:
|
|
83
|
+
#: lib/gettext/rails.rb:442
|
|
84
84
|
msgid "over 1 year"
|
|
85
85
|
msgid_plural "over %{num} years"
|
|
86
86
|
msgstr[0] "%{num}年以上"
|
|
@@ -89,78 +89,78 @@ msgstr[0] "%{num}年以上"
|
|
|
89
89
|
msgid "Validation failed: %{error_messages}"
|
|
90
90
|
msgstr "验证失败:%{error_messages}"
|
|
91
91
|
|
|
92
|
-
#: lib/gettext/active_record.rb:
|
|
92
|
+
#: lib/gettext/active_record.rb:247
|
|
93
93
|
msgid "%{fn} is not included in the list"
|
|
94
94
|
msgstr "%{fn}没有包含在本列表中"
|
|
95
95
|
|
|
96
|
-
#: lib/gettext/active_record.rb:
|
|
96
|
+
#: lib/gettext/active_record.rb:248
|
|
97
97
|
msgid "%{fn} is reserved"
|
|
98
98
|
msgstr "%{fn}是保留关键字"
|
|
99
99
|
|
|
100
|
-
#: lib/gettext/active_record.rb:
|
|
100
|
+
#: lib/gettext/active_record.rb:249
|
|
101
101
|
msgid "%{fn} is invalid"
|
|
102
102
|
msgstr "%{fn}无效"
|
|
103
103
|
|
|
104
|
-
#: lib/gettext/active_record.rb:
|
|
104
|
+
#: lib/gettext/active_record.rb:250
|
|
105
105
|
msgid "%{fn} doesn't match confirmation"
|
|
106
106
|
msgstr "%{fn}与确认输入的内容不一致"
|
|
107
107
|
|
|
108
|
-
#: lib/gettext/active_record.rb:
|
|
108
|
+
#: lib/gettext/active_record.rb:251
|
|
109
109
|
msgid "%{fn} must be accepted"
|
|
110
110
|
msgstr "%{fn}必须被接受"
|
|
111
111
|
|
|
112
|
-
#: lib/gettext/active_record.rb:
|
|
112
|
+
#: lib/gettext/active_record.rb:252
|
|
113
113
|
msgid "%{fn} can't be empty"
|
|
114
114
|
msgstr "%{fn}不能为空"
|
|
115
115
|
|
|
116
|
-
#: lib/gettext/active_record.rb:
|
|
116
|
+
#: lib/gettext/active_record.rb:253
|
|
117
117
|
msgid "%{fn} can't be blank"
|
|
118
118
|
msgstr "%{fn}不能为空"
|
|
119
119
|
|
|
120
|
-
#: lib/gettext/active_record.rb:
|
|
120
|
+
#: lib/gettext/active_record.rb:254
|
|
121
121
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
122
122
|
msgstr "%{fn}超出长度范围了(最多允许%d个字符)"
|
|
123
123
|
|
|
124
|
-
#: lib/gettext/active_record.rb:
|
|
124
|
+
#: lib/gettext/active_record.rb:255
|
|
125
125
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
126
126
|
msgstr "%{fn}太短了 (不能少于%d个字符)"
|
|
127
127
|
|
|
128
|
-
#: lib/gettext/active_record.rb:
|
|
128
|
+
#: lib/gettext/active_record.rb:256
|
|
129
129
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
130
130
|
msgstr "%{fn}长度错误 (应当包含%d个字符)"
|
|
131
131
|
|
|
132
|
-
#: lib/gettext/active_record.rb:
|
|
132
|
+
#: lib/gettext/active_record.rb:257
|
|
133
133
|
msgid "%{fn} has already been taken"
|
|
134
134
|
msgstr "%{fn}已经被使用了"
|
|
135
135
|
|
|
136
|
-
#: lib/gettext/active_record.rb:
|
|
136
|
+
#: lib/gettext/active_record.rb:258
|
|
137
137
|
msgid "%{fn} is not a number"
|
|
138
138
|
msgstr "%{fn}不是数字"
|
|
139
139
|
|
|
140
|
-
#: lib/gettext/active_record.rb:
|
|
140
|
+
#: lib/gettext/active_record.rb:259
|
|
141
141
|
msgid "%{fn} must be greater than %d"
|
|
142
142
|
msgstr "%{fn}必须大于"
|
|
143
143
|
|
|
144
|
-
#: lib/gettext/active_record.rb:
|
|
144
|
+
#: lib/gettext/active_record.rb:260
|
|
145
145
|
msgid "%{fn} must be greater than or equal to %d"
|
|
146
146
|
msgstr "%{fn}必须大于等于"
|
|
147
147
|
|
|
148
|
-
#: lib/gettext/active_record.rb:
|
|
148
|
+
#: lib/gettext/active_record.rb:261
|
|
149
149
|
msgid "%{fn} must be equal to %d"
|
|
150
150
|
msgstr "%{fn}必须等于"
|
|
151
151
|
|
|
152
|
-
#: lib/gettext/active_record.rb:
|
|
152
|
+
#: lib/gettext/active_record.rb:262
|
|
153
153
|
msgid "%{fn} must be less than %d"
|
|
154
154
|
msgstr "%{fn}必须小于"
|
|
155
155
|
|
|
156
|
-
#: lib/gettext/active_record.rb:
|
|
156
|
+
#: lib/gettext/active_record.rb:263
|
|
157
157
|
msgid "%{fn} must be less than or equal to %d"
|
|
158
158
|
msgstr "%{fn}必须小于等于"
|
|
159
159
|
|
|
160
|
-
#: lib/gettext/active_record.rb:
|
|
160
|
+
#: lib/gettext/active_record.rb:264
|
|
161
161
|
msgid "%{fn} must be odd"
|
|
162
162
|
msgstr "%{fn}必须是奇数"
|
|
163
163
|
|
|
164
|
-
#: lib/gettext/active_record.rb:
|
|
164
|
+
#: lib/gettext/active_record.rb:265
|
|
165
165
|
msgid "%{fn} must be even"
|
|
166
166
|
msgstr "%{fn}必须是偶数"
|