gettext 1.91.0 → 1.92.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 +111 -1
- data/NEWS +35 -0
- data/README +26 -24
- data/bin/rgettext +2 -2
- data/bin/rmsgfmt +2 -2
- data/bin/rmsgmerge +2 -2
- data/doc/classes/ActionView/Helpers/FormBuilder.html +11 -11
- data/doc/classes/ActionView/TemplateFinder.html +152 -0
- data/doc/classes/ActiveRecord/Base.html +87 -87
- data/doc/classes/ActiveRecord/ConnectionAdapters/Column.html +6 -6
- data/doc/classes/GetText.html +617 -491
- 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 +11 -11
- 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/Iconv.html +20 -20
- data/doc/classes/Locale.html +151 -151
- data/doc/classes/Locale/Object.html +92 -92
- data/doc/classes/Locale/SystemBase.html +32 -32
- data/doc/classes/Locale/SystemCGI.html +31 -31
- data/doc/classes/Locale/SystemWin32.html +6 -6
- data/doc/classes/MOFile.html +311 -293
- data/doc/classes/MOFile/HeaderRev1.html +150 -0
- data/doc/classes/Module.html +6 -6
- data/doc/created.rid +1 -1
- data/doc/files/ChangeLog.html +143 -2
- data/doc/files/README.html +31 -25
- data/doc/files/lib/gettext/active_record_rb.html +1 -1
- data/doc/files/lib/gettext/mo_rb.html +1 -1
- data/doc/files/lib/gettext/parser/active_record_rb.html +1 -1
- data/doc/files/lib/gettext/parser/ruby_rb.html +1 -1
- data/doc/files/lib/gettext/poparser_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/rmsgfmt_rb.html +2 -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/fr_class_index.html +2 -0
- data/doc/fr_method_index.html +133 -129
- data/lib/gettext.rb +49 -7
- data/lib/gettext/active_record.rb +49 -4
- data/lib/gettext/mo.rb +39 -12
- data/lib/gettext/parser/active_record.rb +6 -4
- data/lib/gettext/parser/ruby.rb +11 -4
- data/lib/gettext/poparser.rb +81 -52
- data/lib/gettext/rails.rb +28 -11
- data/lib/gettext/rgettext.rb +6 -1
- data/lib/gettext/rmsgfmt.rb +3 -11
- data/lib/gettext/utils.rb +7 -3
- data/lib/gettext/version.rb +1 -1
- data/po/bs/rails.po +55 -20
- data/po/bs/rgettext.po +3 -3
- data/po/ca/rails.po +58 -31
- data/po/ca/rgettext.po +16 -18
- data/po/cs/rails.po +55 -20
- data/po/cs/rgettext.po +3 -3
- data/po/de/rails.po +55 -27
- data/po/de/rgettext.po +21 -22
- data/po/el/rails.po +60 -36
- data/po/el/rgettext.po +15 -17
- data/po/eo/rails.po +51 -23
- data/po/eo/rgettext.po +21 -20
- data/po/es/rails.po +57 -31
- data/po/es/rgettext.po +17 -18
- data/po/et/rails.po +55 -20
- data/po/fr/rails.po +56 -21
- data/po/fr/rgettext.po +3 -3
- data/po/hr/rails.po +55 -20
- data/po/hr/rgettext.po +3 -3
- data/po/hu/rails.po +54 -26
- data/po/hu/rgettext.po +18 -17
- data/po/it/rails.po +55 -20
- data/po/it/rgettext.po +3 -3
- data/po/ja/rails.po +54 -26
- data/po/ja/rgettext.po +17 -18
- data/po/ko/rails.po +56 -21
- data/po/ko/rgettext.po +3 -3
- data/po/lv/rails.po +155 -0
- data/po/lv/rgettext.po +137 -0
- data/po/nb/rails.po +61 -34
- data/po/nb/rgettext.po +22 -19
- data/po/nl/rails.po +56 -21
- data/po/nl/rgettext.po +3 -3
- data/po/pt_BR/rails.po +53 -26
- data/po/pt_BR/rgettext.po +19 -19
- data/po/rails.pot +44 -16
- data/po/rgettext.pot +3 -3
- data/po/ru/rails.po +62 -36
- data/po/ru/rgettext.po +19 -19
- data/po/sr/rails.po +87 -58
- data/po/sr/rgettext.po +38 -33
- data/po/sv/rgettext.po +3 -3
- data/po/ua/rails.po +62 -32
- data/po/ua/rgettext.po +19 -17
- data/po/vi/rails.po +56 -28
- data/po/vi/rgettext.po +35 -34
- data/po/zh/rails.po +52 -24
- data/po/zh/rgettext.po +22 -24
- data/po/zh_TW/rails.po +51 -23
- data/po/zh_TW/rgettext.po +16 -18
- data/samples/cgi/cookie.cgi +0 -0
- data/samples/cgi/helloerb1.cgi +0 -0
- data/samples/cgi/helloerb2.cgi +0 -0
- data/samples/cgi/http.rb +0 -0
- data/samples/cgi/index.cgi +0 -0
- data/samples/cgi/po/lv/helloerb1.po +65 -0
- data/samples/cgi/po/lv/helloerb2.po +52 -0
- data/samples/cgi/po/lv/hellolib.po +24 -0
- data/samples/cgi/po/lv/main.po +77 -0
- data/samples/cgi/po/nb/helloerb1.po +16 -14
- data/samples/cgi/po/nb/helloerb2.po +14 -12
- data/samples/cgi/po/nb/hellolib.po +9 -7
- data/samples/cgi/po/nb/main.po +20 -18
- data/samples/cgi/po/sr/helloerb1.po +8 -8
- data/samples/cgi/po/sr/helloerb2.po +6 -6
- data/samples/cgi/po/sr/hellolib.po +2 -2
- data/samples/cgi/po/sr/main.po +15 -15
- data/samples/cgi/po/ua/helloerb1.po +2 -2
- data/samples/cgi/po/ua/main.po +3 -3
- data/samples/hello_plural.rb +0 -0
- data/samples/makemo.rb +0 -0
- data/samples/po/lv/hello.po +24 -0
- data/samples/po/lv/hello2.po +32 -0
- data/samples/po/lv/hello_noop.po +28 -0
- data/samples/po/lv/hello_plural.po +26 -0
- data/samples/po/lv/helloglade2.po +38 -0
- data/samples/po/lv/hellogtk.po +24 -0
- data/samples/po/lv/hellotk.po +24 -0
- data/samples/po/nb/hello.po +9 -8
- data/samples/po/nb/hello2.po +9 -9
- data/samples/po/nb/hello_noop.po +10 -9
- data/samples/po/nb/hello_plural.po +10 -8
- data/samples/po/nb/helloglade2.po +10 -8
- data/samples/po/nb/hellogtk.po +9 -8
- data/samples/po/nb/hellotk.po +9 -7
- data/samples/po/sr/hello.po +2 -2
- data/samples/po/sr/hello2.po +4 -4
- data/samples/po/sr/hello_noop.po +3 -3
- data/samples/po/sr/hello_plural.po +3 -3
- data/samples/po/sr/helloglade2.po +4 -4
- data/samples/po/sr/hellogtk.po +2 -2
- data/samples/po/sr/hellotk.po +2 -2
- data/samples/po/ua/hello2.po +2 -2
- data/samples/po/ua/hello_plural.po +2 -2
- data/samples/rails/config/boot.rb +3 -2
- data/samples/rails/config/environment.rb +2 -3
- data/samples/rails/db/schema.rb +0 -0
- data/samples/rails/po/lv/blog.po +110 -0
- data/samples/rails/po/nb/blog.po +19 -15
- data/samples/rails/po/sr/blog.po +23 -23
- data/samples/rails/po/ua/blog.po +3 -3
- data/samples/rails/public/dispatch.cgi +0 -0
- data/samples/rails/public/dispatch.fcgi +0 -0
- data/samples/rails/public/dispatch.rb +0 -0
- data/samples/rails/public/javascripts/controls.js +1 -1
- data/samples/rails/public/javascripts/dragdrop.js +1 -1
- data/samples/rails/public/javascripts/effects.js +1 -1
- data/samples/rails/script/about +0 -0
- data/samples/rails/script/breakpointer +0 -0
- data/samples/rails/script/console +0 -0
- data/samples/rails/script/destroy +0 -0
- data/samples/rails/script/generate +0 -0
- data/samples/rails/script/performance/benchmarker +0 -0
- data/samples/rails/script/performance/profiler +0 -0
- data/samples/rails/script/plugin +0 -0
- data/samples/rails/script/process/reaper +0 -0
- data/samples/rails/script/process/spawner +0 -0
- data/samples/rails/script/process/spinner +0 -0
- data/samples/rails/script/runner +0 -0
- data/samples/rails/script/server +0 -0
- data/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po +28 -0
- data/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po +11 -8
- data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +5 -5
- data/src/poparser.ry +27 -6
- data/test/benchmark.rb +1 -1
- data/test/db/mysql.drop.sql +1 -0
- data/test/db/mysql.sql +13 -0
- data/test/fixtures/inept_wizard.rb +3 -0
- data/test/fixtures/people.yml +6 -0
- data/test/fixtures/topic.rb +30 -0
- data/test/fixtures/wizard.rb +5 -0
- data/test/po/active_record.pot +151 -66
- data/test/po/ja/active_record.po +177 -92
- data/test/po/ja/test_pgettext.po +41 -0
- data/test/rails/app/controllers/users_controller.rb +1 -0
- data/test/rails/app/views/articles/_form_fr.html.erb +1 -0
- data/test/rails/config/boot.rb +96 -32
- data/test/rails/config/environment.rb +3 -2
- data/test/rails/db/schema.rb +4 -4
- data/test/rails/public/dispatch.cgi +0 -0
- data/test/rails/public/dispatch.fcgi +0 -0
- data/test/rails/public/dispatch.rb +0 -0
- data/test/rails/public/javascripts/controls.js +484 -354
- data/test/rails/public/javascripts/dragdrop.js +88 -58
- data/test/rails/public/javascripts/effects.js +396 -364
- data/test/rails/public/javascripts/prototype.js +2817 -1107
- data/test/rails/script/about +0 -0
- data/test/rails/script/breakpointer +0 -0
- data/test/rails/script/console +0 -0
- data/test/rails/script/destroy +0 -0
- data/test/rails/script/generate +0 -0
- data/test/rails/script/performance/benchmarker +0 -0
- data/test/rails/script/performance/profiler +0 -0
- data/test/rails/script/plugin +0 -0
- data/test/rails/script/process/inspector +0 -0
- data/test/rails/script/process/reaper +0 -0
- data/test/rails/script/process/spawner +0 -0
- data/test/rails/script/runner +0 -0
- data/test/rails/script/server +0 -0
- data/test/rails/test/functional/articles_controller_test.rb +5 -0
- data/test/rails/test/result/en/create_error.html +3 -3
- data/test/rails/test/result/en/custom_error_message.html +3 -3
- data/test/rails/test/result/en/custom_error_message_with_plural.html +60 -60
- data/test/rails/test/result/en/multi_error_messages_for.html +6 -6
- data/test/rails/test/result/en/new.html +3 -3
- data/test/rails/test/result/fr/custom_error_message.html +3 -3
- data/test/rails/test/result/fr/custom_error_message_with_plural.html +60 -60
- data/test/rails/test/result/fr/new.html +23 -0
- data/test/rails/test/result/ja/create_error.html +3 -3
- data/test/rails/test/result/ja/custom_error_message.html +3 -3
- data/test/rails/test/result/ja/custom_error_message_with_plural.html +60 -60
- data/test/rails/test/result/ja/multi_error_messages_for.html +6 -6
- data/test/rails/test/result/ja/new.html +3 -3
- data/test/test.sh +2 -2
- data/test/test_active_record.rb +824 -20
- data/test/test_gettext.rb +34 -4
- data/test/test_java.sh +0 -0
- data/test/test_locale.rb +2 -2
- data/test/test_parser.rb +13 -2
- data/test/test_rails_caching.rb +11 -4
- data/test/testlib/pgettext.rb +33 -0
- metadata +32 -4
data/po/it/rgettext.po
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: ruby-gettext 1.
|
|
13
|
-
"POT-Creation-Date: 2008-
|
|
12
|
+
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
|
+
"POT-Creation-Date: 2008-07-13 12:12+0900\n"
|
|
14
14
|
"PO-Revision-Date: 2005-12-17 14:33+0900\n"
|
|
15
15
|
"Last-Translator: Marco Lazzeri <marco.lazzeri at gmail.com>\n"
|
|
16
16
|
"Language-Team: Italian\n"
|
|
@@ -127,7 +127,7 @@ msgstr "Nessun database disponibile."
|
|
|
127
127
|
msgid "rubygems are not found."
|
|
128
128
|
msgstr "RubyGems non trovato."
|
|
129
129
|
|
|
130
|
-
#: lib/gettext.rb:
|
|
130
|
+
#: lib/gettext.rb:364
|
|
131
131
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
132
132
|
msgstr ""
|
|
133
133
|
|
data/po/ja/rails.po
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
#
|
|
2
|
-
# a po-file for Ruby-GetText-Package and Ruby on Rails.
|
|
3
|
-
#
|
|
4
|
-
# Copyright (C) 2005-2008 Masao Mutoh
|
|
5
|
-
#
|
|
6
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
7
|
-
#
|
|
8
|
-
# Masao Mutoh, 2005-2008.
|
|
9
|
-
#
|
|
1
|
+
#
|
|
2
|
+
# a po-file for Ruby-GetText-Package and Ruby on Rails.
|
|
3
|
+
#
|
|
4
|
+
# Copyright (C) 2005-2008 Masao Mutoh
|
|
5
|
+
#
|
|
6
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
7
|
+
#
|
|
8
|
+
# Masao Mutoh, 2005-2008.
|
|
9
|
+
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: ruby-gettext 1.
|
|
13
|
-
"POT-Creation-Date: 2008-
|
|
14
|
-
"PO-Revision-Date: 2008-
|
|
12
|
+
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
|
+
"POT-Creation-Date: 2008-07-13 12:12+0900\n"
|
|
14
|
+
"PO-Revision-Date: 2008-07-13 15:10+0900\n"
|
|
15
15
|
"Last-Translator: Masao Mutoh\n"
|
|
16
16
|
"Language-Team: Japanese\n"
|
|
17
17
|
"MIME-Version: 1.0\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:308
|
|
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] "%{record}にエラーが発生しました。"
|
|
26
26
|
msgstr[1] "%{record}に%{num}つのエラーが発生しました。"
|
|
27
27
|
|
|
28
|
-
#: lib/gettext/rails.rb:
|
|
28
|
+
#: lib/gettext/rails.rb:310
|
|
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] "次の項目を確認してください。"
|
|
32
32
|
msgstr[1] "次の項目を確認してください。"
|
|
33
33
|
|
|
34
|
-
#: lib/gettext/rails.rb:
|
|
34
|
+
#: lib/gettext/rails.rb:416
|
|
35
35
|
msgid "less than 5 seconds"
|
|
36
36
|
msgstr "5秒以内"
|
|
37
37
|
|
|
38
|
-
#: lib/gettext/rails.rb:
|
|
38
|
+
#: lib/gettext/rails.rb:416
|
|
39
39
|
msgid "less than 10 seconds"
|
|
40
40
|
msgstr "10秒以内"
|
|
41
41
|
|
|
42
|
-
#: lib/gettext/rails.rb:
|
|
42
|
+
#: lib/gettext/rails.rb:416
|
|
43
43
|
msgid "less than 20 seconds"
|
|
44
44
|
msgstr "20秒以内"
|
|
45
45
|
|
|
46
|
-
#: lib/gettext/rails.rb:
|
|
46
|
+
#: lib/gettext/rails.rb:417
|
|
47
47
|
msgid "half a minute"
|
|
48
48
|
msgstr "30秒前後"
|
|
49
49
|
|
|
50
|
-
#: lib/gettext/rails.rb:
|
|
50
|
+
#: lib/gettext/rails.rb:417
|
|
51
51
|
msgid "less than a minute"
|
|
52
52
|
msgstr "1分未満"
|
|
53
53
|
|
|
54
|
-
#: lib/gettext/rails.rb:
|
|
54
|
+
#: lib/gettext/rails.rb:417
|
|
55
55
|
msgid "about 1 month"
|
|
56
56
|
msgstr "約1ヵ月"
|
|
57
57
|
|
|
58
|
-
#: lib/gettext/rails.rb:
|
|
58
|
+
#: lib/gettext/rails.rb:418
|
|
59
59
|
msgid "about 1 year"
|
|
60
60
|
msgstr "約1年"
|
|
61
61
|
|
|
62
|
-
#: lib/gettext/rails.rb:
|
|
62
|
+
#: lib/gettext/rails.rb:419
|
|
63
63
|
msgid "1 minute"
|
|
64
64
|
msgid_plural "%{num} minutes"
|
|
65
65
|
msgstr[0] "1分"
|
|
66
66
|
msgstr[1] "%{num}分"
|
|
67
67
|
|
|
68
|
-
#: lib/gettext/rails.rb:
|
|
68
|
+
#: lib/gettext/rails.rb:420
|
|
69
69
|
msgid "about 1 hour"
|
|
70
70
|
msgid_plural "about %{num} hours"
|
|
71
71
|
msgstr[0] "約1時間"
|
|
72
72
|
msgstr[1] "約%{num}時間"
|
|
73
73
|
|
|
74
|
-
#: lib/gettext/rails.rb:
|
|
74
|
+
#: lib/gettext/rails.rb:421
|
|
75
75
|
msgid "1 day"
|
|
76
76
|
msgid_plural "%{num} days"
|
|
77
77
|
msgstr[0] "1日"
|
|
78
78
|
msgstr[1] "%{num}日"
|
|
79
79
|
|
|
80
|
-
#: lib/gettext/rails.rb:
|
|
80
|
+
#: lib/gettext/rails.rb:422
|
|
81
81
|
msgid "1 month"
|
|
82
82
|
msgid_plural "%{num} months"
|
|
83
83
|
msgstr[0] "1ヶ月"
|
|
84
84
|
msgstr[1] "%{num}ヶ月"
|
|
85
85
|
|
|
86
|
-
#: lib/gettext/rails.rb:
|
|
86
|
+
#: lib/gettext/rails.rb:423
|
|
87
87
|
msgid "over 1 year"
|
|
88
88
|
msgid_plural "over %{num} years"
|
|
89
89
|
msgstr[0] "%{num}年以上"
|
|
@@ -140,3 +140,31 @@ msgstr "%{fn}はすでに存在します。"
|
|
|
140
140
|
#: lib/gettext/active_record.rb:230
|
|
141
141
|
msgid "%{fn} is not a number"
|
|
142
142
|
msgstr "%{fn}は数値で入力してください。"
|
|
143
|
+
|
|
144
|
+
#: lib/gettext/active_record.rb:231
|
|
145
|
+
msgid "%{fn} must be greater than %d"
|
|
146
|
+
msgstr "%{fn}は%dより大きい値にしてください。"
|
|
147
|
+
|
|
148
|
+
#: lib/gettext/active_record.rb:232
|
|
149
|
+
msgid "%{fn} must be greater than or equal to %d"
|
|
150
|
+
msgstr "%{fn}は%d以上の値にしてください。"
|
|
151
|
+
|
|
152
|
+
#: lib/gettext/active_record.rb:233
|
|
153
|
+
msgid "%{fn} must be equal to %d"
|
|
154
|
+
msgstr "%{fn}は%dにしてください。"
|
|
155
|
+
|
|
156
|
+
#: lib/gettext/active_record.rb:234
|
|
157
|
+
msgid "%{fn} must be less than %d"
|
|
158
|
+
msgstr "%{fn}は%dより小さい値にしてください。"
|
|
159
|
+
|
|
160
|
+
#: lib/gettext/active_record.rb:235
|
|
161
|
+
msgid "%{fn} must be less than or equal to %d"
|
|
162
|
+
msgstr "%{fn}は%d以下の値にしてください。"
|
|
163
|
+
|
|
164
|
+
#: lib/gettext/active_record.rb:236
|
|
165
|
+
msgid "%{fn} must be odd"
|
|
166
|
+
msgstr "%{fn}は奇数にしてください。"
|
|
167
|
+
|
|
168
|
+
#: lib/gettext/active_record.rb:237
|
|
169
|
+
msgid "%{fn} must be even"
|
|
170
|
+
msgstr "%{fn}は偶数にしてください。"
|
data/po/ja/rgettext.po
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
#
|
|
2
|
-
# po-file for Ruby-GetText-Package
|
|
3
|
-
#
|
|
4
|
-
# Copyright (C) 2002-
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
1
|
+
#
|
|
2
|
+
# po-file for Ruby-GetText-Package
|
|
3
|
+
#
|
|
4
|
+
# Copyright (C) 2002-2008 Masao Mutoh
|
|
5
|
+
#
|
|
6
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
7
|
+
#
|
|
8
|
+
# Masao Mutoh, 2004-2008
|
|
9
|
+
#
|
|
9
10
|
msgid ""
|
|
10
11
|
msgstr ""
|
|
11
|
-
"Project-Id-Version: ruby-gettext 1.
|
|
12
|
-
"POT-Creation-Date: 2008-
|
|
13
|
-
"PO-Revision-Date:
|
|
12
|
+
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
|
+
"POT-Creation-Date: 2008-07-13 12:12+0900\n"
|
|
14
|
+
"PO-Revision-Date: 2008-07-13 14:05:30+0900\n"
|
|
14
15
|
"Last-Translator: Masao Mutoh\n"
|
|
15
16
|
"Language-Team: Japanese\n"
|
|
16
17
|
"MIME-Version: 1.0\n"
|
|
@@ -18,18 +19,16 @@ msgstr ""
|
|
|
18
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
20
|
|
|
20
21
|
#: lib/gettext/utils.rb:66
|
|
21
|
-
#, fuzzy
|
|
22
22
|
msgid "Failed to merge with %{defpo}"
|
|
23
|
-
msgstr "%{defpo}
|
|
23
|
+
msgstr "%{defpo}のマージに失敗しました。"
|
|
24
24
|
|
|
25
25
|
#: lib/gettext/utils.rb:67
|
|
26
|
-
#, fuzzy
|
|
27
26
|
msgid "New .pot was copied to %{failed_filename}"
|
|
28
|
-
msgstr "
|
|
27
|
+
msgstr "新しい.potファイルを%{failed_filename}にコピーしました。"
|
|
29
28
|
|
|
30
29
|
#: lib/gettext/utils.rb:68
|
|
31
30
|
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
32
|
-
msgstr ""
|
|
31
|
+
msgstr "文法エラーやその他のエラーがありそうです。po/potファイルをチェックしてください。"
|
|
33
32
|
|
|
34
33
|
#: lib/gettext/rgettext.rb:43
|
|
35
34
|
msgid "'%{klass}' is ignored."
|
|
@@ -125,9 +124,9 @@ msgstr "データベースがありません。"
|
|
|
125
124
|
msgid "rubygems are not found."
|
|
126
125
|
msgstr "rubygemsがありません。"
|
|
127
126
|
|
|
128
|
-
#: lib/gettext.rb:
|
|
127
|
+
#: lib/gettext.rb:364
|
|
129
128
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
130
|
-
msgstr ""
|
|
129
|
+
msgstr "3つめのパラメータが不正です。: value = %{number}"
|
|
131
130
|
|
|
132
131
|
#: src/poparser.ry:26 src/poparser.ry:41
|
|
133
132
|
msgid "Warning: fuzzy message was ignored.\n"
|
data/po/ko/rails.po
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
#
|
|
1
|
+
#
|
|
2
2
|
# a po-file for Ruby-GetText-Package and Ruby on Rails.
|
|
3
|
-
#
|
|
3
|
+
#
|
|
4
4
|
# Copyright (C) 2005,2006 Masao Mutoh
|
|
5
|
-
#
|
|
5
|
+
#
|
|
6
6
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
7
|
-
#
|
|
7
|
+
#
|
|
8
8
|
# Gyoung-Yoon Noh <nohmad at gmail.com>, 2006.
|
|
9
|
-
#
|
|
9
|
+
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: ruby-gettext 1.
|
|
13
|
-
"POT-Creation-Date: 2008-
|
|
12
|
+
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
|
+
"POT-Creation-Date: 2008-07-13 12:12+0900\n"
|
|
14
14
|
"PO-Revision-Date: 2006-07-10 02:00+0900\n"
|
|
15
15
|
"Last-Translator: Gyoung-Yoon Noh <nohmad at gmail.com>\n"
|
|
16
16
|
"Language-Team: Korean\n"
|
|
@@ -19,68 +19,68 @@ msgstr ""
|
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
20
20
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
21
21
|
|
|
22
|
-
#: lib/gettext/rails.rb:
|
|
22
|
+
#: lib/gettext/rails.rb:308
|
|
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] "%{num}개의 에러로 인해 %{record}이(가) 저장되지 않았습니다"
|
|
26
26
|
|
|
27
|
-
#: lib/gettext/rails.rb:
|
|
27
|
+
#: lib/gettext/rails.rb:310
|
|
28
28
|
msgid "There was a problem with the following field:"
|
|
29
29
|
msgid_plural "There were problems with the following fields:"
|
|
30
30
|
msgstr[0] "다음 항목에 문제가 있습니다:"
|
|
31
31
|
|
|
32
|
-
#: lib/gettext/rails.rb:
|
|
32
|
+
#: lib/gettext/rails.rb:416
|
|
33
33
|
msgid "less than 5 seconds"
|
|
34
34
|
msgstr "5초 미만"
|
|
35
35
|
|
|
36
|
-
#: lib/gettext/rails.rb:
|
|
36
|
+
#: lib/gettext/rails.rb:416
|
|
37
37
|
msgid "less than 10 seconds"
|
|
38
38
|
msgstr "10초 미만"
|
|
39
39
|
|
|
40
|
-
#: lib/gettext/rails.rb:
|
|
40
|
+
#: lib/gettext/rails.rb:416
|
|
41
41
|
msgid "less than 20 seconds"
|
|
42
42
|
msgstr "20초 미만"
|
|
43
43
|
|
|
44
|
-
#: lib/gettext/rails.rb:
|
|
44
|
+
#: lib/gettext/rails.rb:417
|
|
45
45
|
msgid "half a minute"
|
|
46
46
|
msgstr "30초"
|
|
47
47
|
|
|
48
|
-
#: lib/gettext/rails.rb:
|
|
48
|
+
#: lib/gettext/rails.rb:417
|
|
49
49
|
msgid "less than a minute"
|
|
50
50
|
msgstr "1분 미만"
|
|
51
51
|
|
|
52
|
-
#: lib/gettext/rails.rb:
|
|
52
|
+
#: lib/gettext/rails.rb:417
|
|
53
53
|
#, fuzzy
|
|
54
54
|
msgid "about 1 month"
|
|
55
55
|
msgstr "%{num}시간"
|
|
56
56
|
|
|
57
|
-
#: lib/gettext/rails.rb:
|
|
57
|
+
#: lib/gettext/rails.rb:418
|
|
58
58
|
#, fuzzy
|
|
59
59
|
msgid "about 1 year"
|
|
60
60
|
msgstr "%{num}시간"
|
|
61
61
|
|
|
62
|
-
#: lib/gettext/rails.rb:
|
|
62
|
+
#: lib/gettext/rails.rb:419
|
|
63
63
|
msgid "1 minute"
|
|
64
64
|
msgid_plural "%{num} minutes"
|
|
65
65
|
msgstr[0] "%{num}분"
|
|
66
66
|
|
|
67
|
-
#: lib/gettext/rails.rb:
|
|
67
|
+
#: lib/gettext/rails.rb:420
|
|
68
68
|
msgid "about 1 hour"
|
|
69
69
|
msgid_plural "about %{num} hours"
|
|
70
70
|
msgstr[0] "%{num}시간"
|
|
71
71
|
|
|
72
|
-
#: lib/gettext/rails.rb:
|
|
72
|
+
#: lib/gettext/rails.rb:421
|
|
73
73
|
msgid "1 day"
|
|
74
74
|
msgid_plural "%{num} days"
|
|
75
75
|
msgstr[0] "%{num}일"
|
|
76
76
|
|
|
77
|
-
#: lib/gettext/rails.rb:
|
|
77
|
+
#: lib/gettext/rails.rb:422
|
|
78
78
|
#, fuzzy
|
|
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:423
|
|
84
84
|
#, fuzzy
|
|
85
85
|
msgid "over 1 year"
|
|
86
86
|
msgid_plural "over %{num} years"
|
|
@@ -137,3 +137,38 @@ msgstr "중복되는 값을 사용했습니다. 다른 %{fn}을(를) 사용해
|
|
|
137
137
|
#: lib/gettext/active_record.rb:230
|
|
138
138
|
msgid "%{fn} is not a number"
|
|
139
139
|
msgstr "%{fn}은(는) 숫자가 아닙니다"
|
|
140
|
+
|
|
141
|
+
#: lib/gettext/active_record.rb:231
|
|
142
|
+
#, fuzzy
|
|
143
|
+
msgid "%{fn} must be greater than %d"
|
|
144
|
+
msgstr "%{fn}은(는) 반드시 확인해야 합니다"
|
|
145
|
+
|
|
146
|
+
#: lib/gettext/active_record.rb:232
|
|
147
|
+
#, fuzzy
|
|
148
|
+
msgid "%{fn} must be greater than or equal to %d"
|
|
149
|
+
msgstr "%{fn}은(는) 반드시 확인해야 합니다"
|
|
150
|
+
|
|
151
|
+
#: lib/gettext/active_record.rb:233
|
|
152
|
+
#, fuzzy
|
|
153
|
+
msgid "%{fn} must be equal to %d"
|
|
154
|
+
msgstr "%{fn}은(는) 반드시 확인해야 합니다"
|
|
155
|
+
|
|
156
|
+
#: lib/gettext/active_record.rb:234
|
|
157
|
+
#, fuzzy
|
|
158
|
+
msgid "%{fn} must be less than %d"
|
|
159
|
+
msgstr "%{fn}은(는) 반드시 확인해야 합니다"
|
|
160
|
+
|
|
161
|
+
#: lib/gettext/active_record.rb:235
|
|
162
|
+
#, fuzzy
|
|
163
|
+
msgid "%{fn} must be less than or equal to %d"
|
|
164
|
+
msgstr "%{fn}은(는) 반드시 확인해야 합니다"
|
|
165
|
+
|
|
166
|
+
#: lib/gettext/active_record.rb:236
|
|
167
|
+
#, fuzzy
|
|
168
|
+
msgid "%{fn} must be odd"
|
|
169
|
+
msgstr "%{fn}은(는) 반드시 확인해야 합니다"
|
|
170
|
+
|
|
171
|
+
#: lib/gettext/active_record.rb:237
|
|
172
|
+
#, fuzzy
|
|
173
|
+
msgid "%{fn} must be even"
|
|
174
|
+
msgstr "%{fn}은(는) 반드시 확인해야 합니다"
|
data/po/ko/rgettext.po
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: ruby-gettext 1.
|
|
13
|
-
"POT-Creation-Date: 2008-
|
|
12
|
+
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
|
+
"POT-Creation-Date: 2008-07-13 12:12+0900\n"
|
|
14
14
|
"PO-Revision-Date: 2006-07-11 02:46+0900\n"
|
|
15
15
|
"Last-Translator: Gyoung-Yoon Noh <nohmad at gmail.com>\n"
|
|
16
16
|
"Language-Team: Korean\n"
|
|
@@ -126,7 +126,7 @@ msgstr "사용할 수 있는 데이터베이스가 없습니다."
|
|
|
126
126
|
msgid "rubygems are not found."
|
|
127
127
|
msgstr "rubygems가 발견되지 않았습니다."
|
|
128
128
|
|
|
129
|
-
#: lib/gettext.rb:
|
|
129
|
+
#: lib/gettext.rb:364
|
|
130
130
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
131
131
|
msgstr ""
|
|
132
132
|
|
data/po/lv/rails.po
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
#
|
|
2
|
+
# a po-file for Ruby-GetText-Package and Ruby on Rails.
|
|
3
|
+
#
|
|
4
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
+
#
|
|
7
|
+
# Aivars Akots, 2008.
|
|
8
|
+
#
|
|
9
|
+
msgid ""
|
|
10
|
+
msgstr ""
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
12
|
+
"POT-Creation-Date: 2008-07-13 12:12+0900\n"
|
|
13
|
+
"PO-Revision-Date: 2008-07-25 09:37+0200\n"
|
|
14
|
+
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
15
|
+
"Language-Team: Latvian\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
|
20
|
+
|
|
21
|
+
#: lib/gettext/rails.rb:308
|
|
22
|
+
msgid "%{num} error prohibited this %{record} from being saved"
|
|
23
|
+
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
24
|
+
msgstr[0] "%d kļūdas rezultātā %s netika saglabāts"
|
|
25
|
+
msgstr[1] "%d kļūdu rezultātā %s netika saglabāts"
|
|
26
|
+
|
|
27
|
+
#: lib/gettext/rails.rb:310
|
|
28
|
+
msgid "There was a problem with the following field:"
|
|
29
|
+
msgid_plural "There were problems with the following fields:"
|
|
30
|
+
msgstr[0] "Radās problēmas ar sekojošu lauku:"
|
|
31
|
+
msgstr[1] "Radās problēmas ar sekojošajiem laukiem:"
|
|
32
|
+
|
|
33
|
+
#: lib/gettext/rails.rb:416
|
|
34
|
+
msgid "less than 5 seconds"
|
|
35
|
+
msgstr "mazāk kā 5 sekundes"
|
|
36
|
+
|
|
37
|
+
#: lib/gettext/rails.rb:416
|
|
38
|
+
msgid "less than 10 seconds"
|
|
39
|
+
msgstr "mazāk kā 10 sekundes"
|
|
40
|
+
|
|
41
|
+
#: lib/gettext/rails.rb:416
|
|
42
|
+
msgid "less than 20 seconds"
|
|
43
|
+
msgstr "mazāk kā 20 sekundes"
|
|
44
|
+
|
|
45
|
+
#: lib/gettext/rails.rb:417
|
|
46
|
+
msgid "half a minute"
|
|
47
|
+
msgstr "pus minūte"
|
|
48
|
+
|
|
49
|
+
#: lib/gettext/rails.rb:417
|
|
50
|
+
msgid "less than a minute"
|
|
51
|
+
msgstr "mazāk kā 1 minūte"
|
|
52
|
+
|
|
53
|
+
#: lib/gettext/rails.rb:417
|
|
54
|
+
msgid "about 1 month"
|
|
55
|
+
msgstr "apmēram 1 mēnesis"
|
|
56
|
+
|
|
57
|
+
#: lib/gettext/rails.rb:418
|
|
58
|
+
msgid "about 1 year"
|
|
59
|
+
msgstr "apmēram 1 gads"
|
|
60
|
+
|
|
61
|
+
#: lib/gettext/rails.rb:419
|
|
62
|
+
#: lib/gettext/rails.rb:420
|
|
63
|
+
msgid "about 1 hour"
|
|
64
|
+
msgid_plural "about %{num} hours"
|
|
65
|
+
msgstr[0] "apmēram 1 stunda"
|
|
66
|
+
msgstr[1] "apmērm %{num} stundas"
|
|
67
|
+
|
|
68
|
+
#: lib/gettext/rails.rb:421
|
|
69
|
+
#: lib/gettext/rails.rb:422
|
|
70
|
+
#: lib/gettext/rails.rb:423
|
|
71
|
+
msgid "over 1 year"
|
|
72
|
+
msgid_plural "over %{num} years"
|
|
73
|
+
msgstr[0] "vairāk kā 1 gads"
|
|
74
|
+
msgstr[1] "vairāk kā %{num} gadi"
|
|
75
|
+
|
|
76
|
+
#: lib/gettext/active_record.rb:28
|
|
77
|
+
msgid "Validation failed: %{error_messages}"
|
|
78
|
+
msgstr "Validācija neveiksmīga: %{error_messages}"
|
|
79
|
+
|
|
80
|
+
#: lib/gettext/active_record.rb:219
|
|
81
|
+
msgid "%{fn} is not included in the list"
|
|
82
|
+
msgstr "%{fn} nav iekļauts sarakstā"
|
|
83
|
+
|
|
84
|
+
#: lib/gettext/active_record.rb:220
|
|
85
|
+
msgid "%{fn} is reserved"
|
|
86
|
+
msgstr "%{fn} ir rezervēts"
|
|
87
|
+
|
|
88
|
+
#: lib/gettext/active_record.rb:221
|
|
89
|
+
msgid "%{fn} is invalid"
|
|
90
|
+
msgstr "%{fn} ir nepareizi noformēts"
|
|
91
|
+
|
|
92
|
+
#: lib/gettext/active_record.rb:222
|
|
93
|
+
msgid "%{fn} doesn't match confirmation"
|
|
94
|
+
msgstr "%{fn} nesakrīt ar apstiprinājumu"
|
|
95
|
+
|
|
96
|
+
#: lib/gettext/active_record.rb:223
|
|
97
|
+
msgid "%{fn} must be accepted"
|
|
98
|
+
msgstr "%{fn} ir jāakceptē"
|
|
99
|
+
|
|
100
|
+
#: lib/gettext/active_record.rb:224
|
|
101
|
+
msgid "%{fn} can't be empty"
|
|
102
|
+
msgstr "%{fn} nevar būt tukšs"
|
|
103
|
+
|
|
104
|
+
#: lib/gettext/active_record.rb:225
|
|
105
|
+
msgid "%{fn} can't be blank"
|
|
106
|
+
msgstr "%{fn} ir obligāti jāaizpilda"
|
|
107
|
+
|
|
108
|
+
#: lib/gettext/active_record.rb:226
|
|
109
|
+
msgid "%{fn} is too long (maximum is %d characters)"
|
|
110
|
+
msgstr "%{fn} ir pārāk garšs (maksimums %d simboli)"
|
|
111
|
+
|
|
112
|
+
#: lib/gettext/active_record.rb:227
|
|
113
|
+
msgid "%{fn} is too short (minimum is %d characters)"
|
|
114
|
+
msgstr "%{fn} ir pārāk īss (minimums %d simboli)"
|
|
115
|
+
|
|
116
|
+
#: lib/gettext/active_record.rb:228
|
|
117
|
+
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
118
|
+
msgstr "%{fn} ir nepareiza garuma (jābūt %d simboliem)"
|
|
119
|
+
|
|
120
|
+
#: lib/gettext/active_record.rb:229
|
|
121
|
+
msgid "%{fn} has already been taken"
|
|
122
|
+
msgstr "%{fn} ir jau aizņemts"
|
|
123
|
+
|
|
124
|
+
#: lib/gettext/active_record.rb:230
|
|
125
|
+
msgid "%{fn} is not a number"
|
|
126
|
+
msgstr "%{fn} nav skaitlis"
|
|
127
|
+
|
|
128
|
+
#: lib/gettext/active_record.rb:231
|
|
129
|
+
msgid "%{fn} must be greater than %d"
|
|
130
|
+
msgstr "%{fn} jābūt lielākam kā %d"
|
|
131
|
+
|
|
132
|
+
#: lib/gettext/active_record.rb:232
|
|
133
|
+
msgid "%{fn} must be greater than or equal to %d"
|
|
134
|
+
msgstr "%{fn} jābūt lielākam vai vienādam ar %d"
|
|
135
|
+
|
|
136
|
+
#: lib/gettext/active_record.rb:233
|
|
137
|
+
msgid "%{fn} must be equal to %d"
|
|
138
|
+
msgstr "%{fn} jābūt vienādam ar %d"
|
|
139
|
+
|
|
140
|
+
#: lib/gettext/active_record.rb:234
|
|
141
|
+
msgid "%{fn} must be less than %d"
|
|
142
|
+
msgstr "%{fn} jābūt mazākam kā %d"
|
|
143
|
+
|
|
144
|
+
#: lib/gettext/active_record.rb:235
|
|
145
|
+
msgid "%{fn} must be less than or equal to %d"
|
|
146
|
+
msgstr "%{fn} jābūt mazākam vai vienādam ar %d"
|
|
147
|
+
|
|
148
|
+
#: lib/gettext/active_record.rb:236
|
|
149
|
+
msgid "%{fn} must be odd"
|
|
150
|
+
msgstr "%{fn} jābūt nepāra skaitlim"
|
|
151
|
+
|
|
152
|
+
#: lib/gettext/active_record.rb:237
|
|
153
|
+
msgid "%{fn} must be even"
|
|
154
|
+
msgstr "%{fn} jābūt pāra skaitlim"
|
|
155
|
+
|