gettext 1.90.0 → 1.91.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 +45 -0
- data/NEWS +22 -0
- data/README +5 -3
- data/Rakefile +4 -2
- data/bin/rgettext +2 -2
- data/bin/rmsgfmt +2 -2
- data/bin/rmsgmerge +2 -2
- 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/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/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 +154 -0
- data/doc/classes/ActiveRecord/Base.html +47 -47
- data/doc/classes/ActiveRecord/ConnectionAdapters/Column.html +6 -6
- data/doc/classes/GetText.html +379 -327
- data/doc/classes/GetText/ActiveRecordParser.html +12 -12
- data/doc/classes/GetText/ErbContainer.html +12 -12
- data/doc/classes/GetText/ErbParser.html +6 -6
- data/doc/classes/GetText/PoParser.html +6 -6
- data/doc/classes/GetText/Rails.html +20 -20
- data/doc/classes/GetText/TextDomain.html +68 -68
- data/doc/classes/GetText/TextDomainManager.html +54 -54
- data/doc/classes/Locale.html +152 -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 +19 -34
- data/doc/classes/Locale/SystemWin32Table.html +123 -0
- data/doc/classes/MOFile.html +28 -29
- data/doc/created.rid +1 -1
- data/doc/files/ChangeLog.html +60 -1
- data/doc/files/README.html +11 -4
- data/doc/files/lib/gettext/active_record_rb.html +1 -1
- data/doc/files/lib/gettext/cgi_rb.html +1 -1
- data/doc/files/lib/gettext/container_rb.html +1 -1
- data/doc/files/lib/gettext/erb_rb.html +1 -1
- data/doc/files/lib/gettext/iconv_rb.html +1 -1
- data/doc/files/lib/gettext/mo_rb.html +2 -1
- data/doc/files/lib/gettext/parser/active_record_rb.html +1 -1
- data/doc/files/lib/gettext/parser/erb_rb.html +1 -1
- data/doc/files/lib/gettext/parser/glade_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_compat_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 +1 -1
- data/doc/files/lib/gettext/rmsgmerge_rb.html +1 -1
- data/doc/files/lib/gettext/string_rb.html +1 -1
- data/doc/files/lib/gettext/textdomain_rb.html +1 -1
- data/doc/files/lib/gettext/textdomainmanager_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/base_rb.html +1 -1
- data/doc/files/lib/locale/cgi_rb.html +1 -1
- data/doc/files/lib/locale/jruby_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/files/lib/locale/win32_rb.html +1 -1
- data/doc/files/lib/locale/win32_table_rb.html +1 -1
- data/doc/files/lib/locale_rb.html +1 -1
- data/doc/fr_class_index.html +2 -0
- data/doc/fr_method_index.html +83 -81
- data/lib/gettext.rb +46 -21
- data/lib/gettext/active_record.rb +5 -5
- data/lib/gettext/mo.rb +4 -4
- data/lib/gettext/rails.rb +15 -3
- data/lib/gettext/textdomain.rb +44 -41
- data/lib/gettext/utils.rb +8 -1
- data/lib/gettext/version.rb +2 -2
- data/lib/locale/jruby.rb +3 -3
- data/lib/locale/win32.rb +2 -1
- data/lib/locale/win32_table.rb +2 -2
- data/po/bs/rails.po +39 -37
- data/po/bs/rgettext.po +63 -53
- data/po/ca/rails.po +39 -36
- data/po/ca/rgettext.po +64 -54
- data/po/cs/rails.po +39 -35
- data/po/cs/rgettext.po +63 -53
- data/po/de/rails.po +38 -36
- data/po/de/rgettext.po +67 -57
- data/po/el/rails.po +42 -39
- data/po/el/rgettext.po +63 -53
- data/po/eo/rails.po +39 -37
- data/po/eo/rgettext.po +63 -53
- data/po/es/rails.po +38 -35
- data/po/es/rgettext.po +64 -54
- data/po/et/rails.po +38 -36
- data/po/fr/rails.po +39 -37
- data/po/fr/rgettext.po +65 -56
- data/po/hr/rails.po +40 -37
- data/po/hr/rgettext.po +63 -53
- data/po/hu/rails.po +38 -35
- data/po/hu/rgettext.po +64 -54
- data/po/it/rails.po +34 -32
- data/po/it/rgettext.po +62 -54
- data/po/ja/rails.po +42 -40
- data/po/ja/rgettext.po +64 -54
- data/po/ko/rails.po +38 -36
- data/po/ko/rgettext.po +64 -54
- data/po/nb/rails.po +37 -32
- data/po/nb/rgettext.po +62 -52
- data/po/nl/rails.po +39 -38
- data/po/nl/rgettext.po +64 -54
- data/po/pt_BR/rails.po +38 -36
- data/po/pt_BR/rgettext.po +63 -53
- data/po/rails.pot +41 -39
- data/po/rgettext.pot +55 -47
- data/po/ru/rails.po +41 -37
- data/po/ru/rgettext.po +63 -53
- data/po/sr/rails.po +149 -0
- data/po/sr/rgettext.po +135 -0
- data/po/sv/rgettext.po +60 -52
- data/po/ua/rails.po +39 -37
- data/po/ua/rgettext.po +67 -57
- data/po/vi/rails.po +39 -37
- data/po/vi/rgettext.po +61 -51
- data/po/zh/rails.po +37 -36
- data/po/zh/rgettext.po +66 -56
- data/po/zh_TW/rails.po +37 -36
- data/po/zh_TW/rgettext.po +64 -54
- 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/po/sr/helloerb1.po +60 -0
- data/samples/cgi/po/sr/helloerb2.po +52 -0
- data/samples/cgi/po/sr/hellolib.po +24 -0
- data/samples/cgi/po/sr/main.po +80 -0
- data/samples/locale/hu/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello2.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/zh/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/hu/hellogtk.po +3 -3
- data/samples/po/it/hello2.po +1 -1
- data/samples/po/sr/hello.po +22 -0
- data/samples/po/sr/hello2.po +30 -0
- data/samples/po/sr/hello_noop.po +26 -0
- data/samples/po/sr/hello_plural.po +26 -0
- data/samples/po/sr/helloglade2.po +32 -0
- data/samples/po/sr/hellogtk.po +22 -0
- data/samples/po/sr/hellotk.po +24 -0
- data/samples/po/zh/helloglade2.po +1 -1
- data/samples/po/zh/hellotk.po +1 -1
- data/samples/rails/app/views/articles/edit.html.erb +3 -0
- data/samples/rails/app/views/articles/new.html.erb +3 -0
- data/samples/rails/config/database.yml +9 -4
- data/samples/rails/locale/sr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/sr/blog.po +106 -0
- data/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +28 -0
- data/test/locale/fr/LC_MESSAGES/test2.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test2.mo +0 -0
- data/test/po/fr/test2.po +1 -1
- data/test/po/ja/test2.po +1 -1
- data/test/rails/app/views/articles/show.html.erb +1 -0
- data/test/rails/config/environment.rb +1 -1
- data/test/rails/test/functional/articles_controller_test.rb +2 -2
- data/test/rails/test/functional/mailer_controller_test.rb +3 -1
- data/test/rails/test/functional/users_controller_test.rb +1 -1
- data/test/rails/test/result/en/custom_error_message_with_plural.html +4 -4
- data/test/rails/test/result/en/show.html +1 -0
- data/test/rails/test/result/fr/custom_error_message_with_plural.html +4 -4
- data/test/rails/test/result/ja/custom_error_message_with_plural.html +4 -4
- data/test/rails/test/result/ja/show.html +2 -1
- data/test/test.sh +1 -0
- data/test/test_active_record.rb +4 -4
- data/test/test_gettext.rb +10 -10
- data/test/test_gettext_toplevel.rb +44 -0
- data/test/test_locale.rb +1 -19
- metadata +93 -42
- data/test/rails/locale/ja/LC_MESSAGES/rails_test.mo +0 -0
- data/test/rails/log/development.log +0 -136
- data/test/rails/log/test.log +0 -2203
data/po/ja/rails.po
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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:
|
|
12
|
+
"Project-Id-Version: ruby-gettext 1.90.0\n"
|
|
13
|
+
"POT-Creation-Date: 2008-05-10 01:52+0900\n"
|
|
14
14
|
"PO-Revision-Date: 2008-02-02 18:58+0900\n"
|
|
15
15
|
"Last-Translator: Masao Mutoh\n"
|
|
16
16
|
"Language-Team: Japanese\n"
|
|
@@ -19,122 +19,124 @@ 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:295
|
|
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:297
|
|
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:403
|
|
35
35
|
msgid "less than 5 seconds"
|
|
36
36
|
msgstr "5秒以内"
|
|
37
37
|
|
|
38
|
-
#: lib/gettext/rails.rb:
|
|
38
|
+
#: lib/gettext/rails.rb:403
|
|
39
39
|
msgid "less than 10 seconds"
|
|
40
40
|
msgstr "10秒以内"
|
|
41
41
|
|
|
42
|
-
#: lib/gettext/rails.rb:
|
|
42
|
+
#: lib/gettext/rails.rb:403
|
|
43
43
|
msgid "less than 20 seconds"
|
|
44
44
|
msgstr "20秒以内"
|
|
45
45
|
|
|
46
|
-
#: lib/gettext/rails.rb:
|
|
46
|
+
#: lib/gettext/rails.rb:404
|
|
47
47
|
msgid "half a minute"
|
|
48
48
|
msgstr "30秒前後"
|
|
49
49
|
|
|
50
|
-
#: lib/gettext/rails.rb:
|
|
50
|
+
#: lib/gettext/rails.rb:404
|
|
51
51
|
msgid "less than a minute"
|
|
52
52
|
msgstr "1分未満"
|
|
53
53
|
|
|
54
|
-
#: lib/gettext/rails.rb:
|
|
54
|
+
#: lib/gettext/rails.rb:404
|
|
55
55
|
msgid "about 1 month"
|
|
56
56
|
msgstr "約1ヵ月"
|
|
57
57
|
|
|
58
|
-
#: lib/gettext/rails.rb:
|
|
58
|
+
#: lib/gettext/rails.rb:405
|
|
59
59
|
msgid "about 1 year"
|
|
60
60
|
msgstr "約1年"
|
|
61
61
|
|
|
62
|
-
#: lib/gettext/rails.rb:
|
|
63
|
-
msgid "over 2 years"
|
|
64
|
-
msgstr "2年以上"
|
|
65
|
-
|
|
66
|
-
#: lib/gettext/rails.rb:385
|
|
62
|
+
#: lib/gettext/rails.rb:406
|
|
67
63
|
msgid "1 minute"
|
|
68
64
|
msgid_plural "%{num} minutes"
|
|
69
65
|
msgstr[0] "1分"
|
|
70
66
|
msgstr[1] "%{num}分"
|
|
71
67
|
|
|
72
|
-
#: lib/gettext/rails.rb:
|
|
68
|
+
#: lib/gettext/rails.rb:407
|
|
73
69
|
msgid "about 1 hour"
|
|
74
70
|
msgid_plural "about %{num} hours"
|
|
75
71
|
msgstr[0] "約1時間"
|
|
76
72
|
msgstr[1] "約%{num}時間"
|
|
77
73
|
|
|
78
|
-
#: lib/gettext/rails.rb:
|
|
74
|
+
#: lib/gettext/rails.rb:408
|
|
79
75
|
msgid "1 day"
|
|
80
76
|
msgid_plural "%{num} days"
|
|
81
77
|
msgstr[0] "1日"
|
|
82
78
|
msgstr[1] "%{num}日"
|
|
83
79
|
|
|
84
|
-
#: lib/gettext/rails.rb:
|
|
80
|
+
#: lib/gettext/rails.rb:409
|
|
85
81
|
msgid "1 month"
|
|
86
82
|
msgid_plural "%{num} months"
|
|
87
83
|
msgstr[0] "1ヶ月"
|
|
88
84
|
msgstr[1] "%{num}ヶ月"
|
|
89
85
|
|
|
86
|
+
#: lib/gettext/rails.rb:410
|
|
87
|
+
msgid "over 1 year"
|
|
88
|
+
msgid_plural "over %{num} years"
|
|
89
|
+
msgstr[0] "%{num}年以上"
|
|
90
|
+
msgstr[1] "%{num}年以上"
|
|
91
|
+
|
|
90
92
|
#: lib/gettext/active_record.rb:28
|
|
91
93
|
msgid "Validation failed: %{error_messages}"
|
|
92
94
|
msgstr "入力値が正しくありません。: %{error_messages}"
|
|
93
95
|
|
|
94
|
-
#: lib/gettext/active_record.rb:
|
|
96
|
+
#: lib/gettext/active_record.rb:219
|
|
95
97
|
msgid "%{fn} is not included in the list"
|
|
96
98
|
msgstr "%{fn}は一覧にありません。"
|
|
97
99
|
|
|
98
|
-
#: lib/gettext/active_record.rb:
|
|
100
|
+
#: lib/gettext/active_record.rb:220
|
|
99
101
|
msgid "%{fn} is reserved"
|
|
100
102
|
msgstr "%{fn}は予約されています。"
|
|
101
103
|
|
|
102
|
-
#: lib/gettext/active_record.rb:
|
|
104
|
+
#: lib/gettext/active_record.rb:221
|
|
103
105
|
msgid "%{fn} is invalid"
|
|
104
106
|
msgstr "%{fn}は不正な値です。"
|
|
105
107
|
|
|
106
|
-
#: lib/gettext/active_record.rb:
|
|
108
|
+
#: lib/gettext/active_record.rb:222
|
|
107
109
|
msgid "%{fn} doesn't match confirmation"
|
|
108
110
|
msgstr "%{fn}は確認されませんでした。"
|
|
109
111
|
|
|
110
|
-
#: lib/gettext/active_record.rb:
|
|
112
|
+
#: lib/gettext/active_record.rb:223
|
|
111
113
|
msgid "%{fn} must be accepted"
|
|
112
114
|
msgstr "%{fn}を受諾してください。"
|
|
113
115
|
|
|
114
|
-
#: lib/gettext/active_record.rb:
|
|
116
|
+
#: lib/gettext/active_record.rb:224
|
|
115
117
|
msgid "%{fn} can't be empty"
|
|
116
118
|
msgstr "%{fn}を入力してください。"
|
|
117
119
|
|
|
118
|
-
#: lib/gettext/active_record.rb:
|
|
120
|
+
#: lib/gettext/active_record.rb:225
|
|
119
121
|
msgid "%{fn} can't be blank"
|
|
120
122
|
msgstr "%{fn}を入力してください。"
|
|
121
123
|
|
|
122
|
-
#: lib/gettext/active_record.rb:
|
|
124
|
+
#: lib/gettext/active_record.rb:226
|
|
123
125
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
124
126
|
msgstr "%{fn}は%d文字以内で入力してください。"
|
|
125
127
|
|
|
126
|
-
#: lib/gettext/active_record.rb:
|
|
128
|
+
#: lib/gettext/active_record.rb:227
|
|
127
129
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
128
130
|
msgstr "%{fn}は%d文字以上で入力してください。"
|
|
129
131
|
|
|
130
|
-
#: lib/gettext/active_record.rb:
|
|
132
|
+
#: lib/gettext/active_record.rb:228
|
|
131
133
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
132
134
|
msgstr "%{fn}は%d文字で入力してください。"
|
|
133
135
|
|
|
134
|
-
#: lib/gettext/active_record.rb:
|
|
136
|
+
#: lib/gettext/active_record.rb:229
|
|
135
137
|
msgid "%{fn} has already been taken"
|
|
136
138
|
msgstr "%{fn}はすでに存在します。"
|
|
137
139
|
|
|
138
|
-
#: lib/gettext/active_record.rb:
|
|
140
|
+
#: lib/gettext/active_record.rb:230
|
|
139
141
|
msgid "%{fn} is not a number"
|
|
140
142
|
msgstr "%{fn}は数値で入力してください。"
|
data/po/ja/rgettext.po
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
#
|
|
2
|
-
# po-file for Ruby-GetText-Package
|
|
3
|
-
#
|
|
4
|
-
# Copyright (C) 2002-2006 Masao Mutoh
|
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
-
#
|
|
7
|
-
# Masao Mutoh, 2004-2006
|
|
8
|
-
#
|
|
1
|
+
#
|
|
2
|
+
# po-file for Ruby-GetText-Package
|
|
3
|
+
#
|
|
4
|
+
# Copyright (C) 2002-2006 Masao Mutoh
|
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
+
#
|
|
7
|
+
# Masao Mutoh, 2004-2006
|
|
8
|
+
#
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version: ruby-gettext 1.
|
|
12
|
-
"POT-Creation-Date:
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.90.0\n"
|
|
12
|
+
"POT-Creation-Date: 2008-05-10 01:52+0900\n"
|
|
13
13
|
"PO-Revision-Date: 2005-12-25 00:05:30+0900\n"
|
|
14
14
|
"Last-Translator: Masao Mutoh\n"
|
|
15
15
|
"Language-Team: Japanese\n"
|
|
@@ -17,42 +17,72 @@ msgstr ""
|
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
|
|
20
|
-
#: lib/gettext/utils.rb:
|
|
21
|
-
|
|
20
|
+
#: lib/gettext/utils.rb:66
|
|
21
|
+
#, fuzzy
|
|
22
|
+
msgid "Failed to merge with %{defpo}"
|
|
22
23
|
msgstr "%{defpo}のマージに失敗しました。スキップします。"
|
|
23
24
|
|
|
24
|
-
#: lib/gettext/utils.rb:
|
|
25
|
-
|
|
25
|
+
#: lib/gettext/utils.rb:67
|
|
26
|
+
#, fuzzy
|
|
27
|
+
msgid "New .pot was copied to %{failed_filename}"
|
|
26
28
|
msgstr "%{failed_filename}の.potファイルを確認してください。"
|
|
27
29
|
|
|
28
|
-
#: lib/gettext/
|
|
29
|
-
msgid "
|
|
30
|
-
msgstr "
|
|
30
|
+
#: lib/gettext/utils.rb:68
|
|
31
|
+
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
32
|
+
msgstr ""
|
|
31
33
|
|
|
32
|
-
#: lib/gettext/
|
|
33
|
-
msgid "
|
|
34
|
-
msgstr "
|
|
34
|
+
#: lib/gettext/rgettext.rb:43
|
|
35
|
+
msgid "'%{klass}' is ignored."
|
|
36
|
+
msgstr "'%{klass}' は無視されました。"
|
|
35
37
|
|
|
36
|
-
#: lib/gettext/
|
|
37
|
-
msgid "
|
|
38
|
-
msgstr ""
|
|
39
|
-
"poファイルからバイナリのメッセージカタログファイル(moファイル)を生成します。"
|
|
38
|
+
#: lib/gettext/rgettext.rb:183
|
|
39
|
+
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
40
|
+
msgstr "使い方: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
40
41
|
|
|
41
|
-
#: lib/gettext/
|
|
42
|
-
|
|
42
|
+
#: lib/gettext/rgettext.rb:185
|
|
43
|
+
msgid "Extract translatable strings from given input files."
|
|
44
|
+
msgstr "翻訳可能な文字列を入力ファイルから抜き出します。"
|
|
45
|
+
|
|
46
|
+
#: lib/gettext/rgettext.rb:187 lib/gettext/rmsgfmt.rb:51
|
|
47
|
+
#: lib/gettext/rmsgmerge.rb:408
|
|
43
48
|
msgid "Specific options:"
|
|
44
49
|
msgstr "オプション:"
|
|
45
50
|
|
|
46
|
-
#: lib/gettext/
|
|
47
|
-
#: lib/gettext/
|
|
51
|
+
#: lib/gettext/rgettext.rb:189 lib/gettext/rmsgfmt.rb:53
|
|
52
|
+
#: lib/gettext/rmsgmerge.rb:410
|
|
48
53
|
msgid "write output to specified file"
|
|
49
54
|
msgstr "出力ファイルを指定します"
|
|
50
55
|
|
|
51
|
-
#: lib/gettext/
|
|
52
|
-
|
|
56
|
+
#: lib/gettext/rgettext.rb:193
|
|
57
|
+
msgid "File '%s' already exists."
|
|
58
|
+
msgstr "ファイル '%s' はすでに存在します。"
|
|
59
|
+
|
|
60
|
+
#: lib/gettext/rgettext.rb:198
|
|
61
|
+
msgid "require the library before executing rgettext"
|
|
62
|
+
msgstr "rgettextを実行する前に指定したライブラリを読み込みます。"
|
|
63
|
+
|
|
64
|
+
#: lib/gettext/rgettext.rb:202
|
|
65
|
+
msgid "run in debugging mode"
|
|
66
|
+
msgstr "デバッグモードで実行する"
|
|
67
|
+
|
|
68
|
+
#: lib/gettext/rgettext.rb:206 lib/gettext/rmsgfmt.rb:57
|
|
69
|
+
#: lib/gettext/rmsgmerge.rb:421
|
|
53
70
|
msgid "display version information and exit"
|
|
54
71
|
msgstr "バージョンを表示します"
|
|
55
72
|
|
|
73
|
+
#: lib/gettext/rgettext.rb:230 lib/gettext/rmsgfmt.rb:31
|
|
74
|
+
msgid "no input files"
|
|
75
|
+
msgstr "入力ファイルがありません"
|
|
76
|
+
|
|
77
|
+
#: lib/gettext/rmsgfmt.rb:47
|
|
78
|
+
msgid "Usage: %s input.po [-o output.mo]"
|
|
79
|
+
msgstr "使い方: %s input.po [-o output.mo]"
|
|
80
|
+
|
|
81
|
+
#: lib/gettext/rmsgfmt.rb:49
|
|
82
|
+
msgid "Generate binary message catalog from textual translation description."
|
|
83
|
+
msgstr ""
|
|
84
|
+
"poファイルからバイナリのメッセージカタログファイル(moファイル)を生成します。"
|
|
85
|
+
|
|
56
86
|
#: lib/gettext/rmsgmerge.rb:403
|
|
57
87
|
msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
58
88
|
msgstr "使い方: %s def.po ref.pot [-o output.pot]"
|
|
@@ -95,34 +125,14 @@ msgstr "データベースがありません。"
|
|
|
95
125
|
msgid "rubygems are not found."
|
|
96
126
|
msgstr "rubygemsがありません。"
|
|
97
127
|
|
|
98
|
-
#: lib/gettext
|
|
99
|
-
msgid "
|
|
100
|
-
msgstr "
|
|
101
|
-
|
|
102
|
-
#: lib/gettext/rgettext.rb:149
|
|
103
|
-
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
104
|
-
msgstr "使い方: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
105
|
-
|
|
106
|
-
#: lib/gettext/rgettext.rb:151
|
|
107
|
-
msgid "Extract translatable strings from given input files."
|
|
108
|
-
msgstr "翻訳可能な文字列を入力ファイルから抜き出します。"
|
|
109
|
-
|
|
110
|
-
#: lib/gettext/rgettext.rb:159
|
|
111
|
-
msgid "File '%s' already exists."
|
|
112
|
-
msgstr "ファイル '%s' はすでに存在します。"
|
|
113
|
-
|
|
114
|
-
#: lib/gettext/rgettext.rb:164
|
|
115
|
-
msgid "require the library before executing rgettext"
|
|
116
|
-
msgstr "rgettextを実行する前に指定したライブラリを読み込みます。"
|
|
117
|
-
|
|
118
|
-
#: lib/gettext/rgettext.rb:168
|
|
119
|
-
msgid "run in debugging mode"
|
|
120
|
-
msgstr "デバッグモードで実行する"
|
|
128
|
+
#: lib/gettext.rb:363
|
|
129
|
+
msgid "3rd parmeter is wrong: value = %{number}"
|
|
130
|
+
msgstr ""
|
|
121
131
|
|
|
122
132
|
#: src/poparser.ry:26 src/poparser.ry:41
|
|
123
133
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
124
134
|
msgstr "Warning: fuzzyメッセージは無視されました。\n"
|
|
125
135
|
|
|
126
|
-
#: src/poparser.ry:
|
|
136
|
+
#: src/poparser.ry:129
|
|
127
137
|
msgid "Warning: obsolete msgid exists.\n"
|
|
128
138
|
msgstr "Warning: 使用されていないメッセージ(obsolete msgid)が存在します。\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:
|
|
12
|
+
"Project-Id-Version: ruby-gettext 1.90.0\n"
|
|
13
|
+
"POT-Creation-Date: 2008-05-10 01:52+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,119 +19,121 @@ 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:295
|
|
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:297
|
|
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:403
|
|
33
33
|
msgid "less than 5 seconds"
|
|
34
34
|
msgstr "5초 미만"
|
|
35
35
|
|
|
36
|
-
#: lib/gettext/rails.rb:
|
|
36
|
+
#: lib/gettext/rails.rb:403
|
|
37
37
|
msgid "less than 10 seconds"
|
|
38
38
|
msgstr "10초 미만"
|
|
39
39
|
|
|
40
|
-
#: lib/gettext/rails.rb:
|
|
40
|
+
#: lib/gettext/rails.rb:403
|
|
41
41
|
msgid "less than 20 seconds"
|
|
42
42
|
msgstr "20초 미만"
|
|
43
43
|
|
|
44
|
-
#: lib/gettext/rails.rb:
|
|
44
|
+
#: lib/gettext/rails.rb:404
|
|
45
45
|
msgid "half a minute"
|
|
46
46
|
msgstr "30초"
|
|
47
47
|
|
|
48
|
-
#: lib/gettext/rails.rb:
|
|
48
|
+
#: lib/gettext/rails.rb:404
|
|
49
49
|
msgid "less than a minute"
|
|
50
50
|
msgstr "1분 미만"
|
|
51
51
|
|
|
52
|
-
#: lib/gettext/rails.rb:
|
|
52
|
+
#: lib/gettext/rails.rb:404
|
|
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:405
|
|
58
58
|
#, fuzzy
|
|
59
59
|
msgid "about 1 year"
|
|
60
60
|
msgstr "%{num}시간"
|
|
61
61
|
|
|
62
|
-
#: lib/gettext/rails.rb:
|
|
63
|
-
msgid "over 2 years"
|
|
64
|
-
msgstr ""
|
|
65
|
-
|
|
66
|
-
#: lib/gettext/rails.rb:385
|
|
62
|
+
#: lib/gettext/rails.rb:406
|
|
67
63
|
msgid "1 minute"
|
|
68
64
|
msgid_plural "%{num} minutes"
|
|
69
65
|
msgstr[0] "%{num}분"
|
|
70
66
|
|
|
71
|
-
#: lib/gettext/rails.rb:
|
|
67
|
+
#: lib/gettext/rails.rb:407
|
|
72
68
|
msgid "about 1 hour"
|
|
73
69
|
msgid_plural "about %{num} hours"
|
|
74
70
|
msgstr[0] "%{num}시간"
|
|
75
71
|
|
|
76
|
-
#: lib/gettext/rails.rb:
|
|
72
|
+
#: lib/gettext/rails.rb:408
|
|
77
73
|
msgid "1 day"
|
|
78
74
|
msgid_plural "%{num} days"
|
|
79
75
|
msgstr[0] "%{num}일"
|
|
80
76
|
|
|
81
|
-
#: lib/gettext/rails.rb:
|
|
77
|
+
#: lib/gettext/rails.rb:409
|
|
82
78
|
#, fuzzy
|
|
83
79
|
msgid "1 month"
|
|
84
80
|
msgid_plural "%{num} months"
|
|
85
81
|
msgstr[0] "%{num}분"
|
|
86
82
|
|
|
83
|
+
#: lib/gettext/rails.rb:410
|
|
84
|
+
#, fuzzy
|
|
85
|
+
msgid "over 1 year"
|
|
86
|
+
msgid_plural "over %{num} years"
|
|
87
|
+
msgstr[0] "%{num}시간"
|
|
88
|
+
|
|
87
89
|
#: lib/gettext/active_record.rb:28
|
|
88
90
|
msgid "Validation failed: %{error_messages}"
|
|
89
91
|
msgstr "유효하지 않은 입력입니다: %{error_messages}"
|
|
90
92
|
|
|
91
|
-
#: lib/gettext/active_record.rb:
|
|
93
|
+
#: lib/gettext/active_record.rb:219
|
|
92
94
|
msgid "%{fn} is not included in the list"
|
|
93
95
|
msgstr "%{fn}은(는) 허용 가능한 목록에 포함되어 있지 않습니다"
|
|
94
96
|
|
|
95
|
-
#: lib/gettext/active_record.rb:
|
|
97
|
+
#: lib/gettext/active_record.rb:220
|
|
96
98
|
msgid "%{fn} is reserved"
|
|
97
99
|
msgstr "%{fn}은(는) 예약되어 있기 때문에 사용할 수 없습니다"
|
|
98
100
|
|
|
99
|
-
#: lib/gettext/active_record.rb:
|
|
101
|
+
#: lib/gettext/active_record.rb:221
|
|
100
102
|
msgid "%{fn} is invalid"
|
|
101
103
|
msgstr "%{fn}은(는) 유효하지 않은 형식입니다"
|
|
102
104
|
|
|
103
|
-
#: lib/gettext/active_record.rb:
|
|
105
|
+
#: lib/gettext/active_record.rb:222
|
|
104
106
|
msgid "%{fn} doesn't match confirmation"
|
|
105
107
|
msgstr "입력 확인을 위한 %{fn}이(가) 서로 일치하지 않습니다"
|
|
106
108
|
|
|
107
|
-
#: lib/gettext/active_record.rb:
|
|
109
|
+
#: lib/gettext/active_record.rb:223
|
|
108
110
|
msgid "%{fn} must be accepted"
|
|
109
111
|
msgstr "%{fn}은(는) 반드시 확인해야 합니다"
|
|
110
112
|
|
|
111
|
-
#: lib/gettext/active_record.rb:
|
|
113
|
+
#: lib/gettext/active_record.rb:224
|
|
112
114
|
msgid "%{fn} can't be empty"
|
|
113
115
|
msgstr "%{fn}이(가) 비어 있습니다. 값을 입력해야 합니다"
|
|
114
116
|
|
|
115
|
-
#: lib/gettext/active_record.rb:
|
|
117
|
+
#: lib/gettext/active_record.rb:225
|
|
116
118
|
msgid "%{fn} can't be blank"
|
|
117
119
|
msgstr "%{fn}이(가) 비어 있습니다. 값을 입력해야 합니다"
|
|
118
120
|
|
|
119
|
-
#: lib/gettext/active_record.rb:
|
|
121
|
+
#: lib/gettext/active_record.rb:226
|
|
120
122
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
121
123
|
msgstr "%{fn}의 문자 수가 최대 허용 문자 수 %d자 보다 많습니다"
|
|
122
124
|
|
|
123
|
-
#: lib/gettext/active_record.rb:
|
|
125
|
+
#: lib/gettext/active_record.rb:227
|
|
124
126
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
125
127
|
msgstr "%{fn}의 문자 수가 최소 허용 문자 수 %d자 보다 작습니다"
|
|
126
128
|
|
|
127
|
-
#: lib/gettext/active_record.rb:
|
|
129
|
+
#: lib/gettext/active_record.rb:228
|
|
128
130
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
129
131
|
msgstr "%{fn}의 문자 수가 잘못되었습니다. %d 문자여야 합니다"
|
|
130
132
|
|
|
131
|
-
#: lib/gettext/active_record.rb:
|
|
133
|
+
#: lib/gettext/active_record.rb:229
|
|
132
134
|
msgid "%{fn} has already been taken"
|
|
133
135
|
msgstr "중복되는 값을 사용했습니다. 다른 %{fn}을(를) 사용해주십시요"
|
|
134
136
|
|
|
135
|
-
#: lib/gettext/active_record.rb:
|
|
137
|
+
#: lib/gettext/active_record.rb:230
|
|
136
138
|
msgid "%{fn} is not a number"
|
|
137
139
|
msgstr "%{fn}은(는) 숫자가 아닙니다"
|