matta-globalite 0.5.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/README +199 -0
- data/lang/rails/de-DE.yml +357 -0
- data/lang/rails/en-UK.yml +357 -0
- data/lang/rails/en-US.yml +357 -0
- data/lang/rails/es-AR.yml +355 -0
- data/lang/rails/es-ES.yml +357 -0
- data/lang/rails/fi-FI.yml +357 -0
- data/lang/rails/fr-FR.yml +359 -0
- data/lang/rails/hu-HU.yml +357 -0
- data/lang/rails/it.yml +358 -0
- data/lang/rails/nl-NL.yml +347 -0
- data/lang/rails/pl-PL.yml +358 -0
- data/lang/rails/pt-BR.yml +324 -0
- data/lang/rails/pt-PT.yml +324 -0
- data/lang/rails/ru-RU.yml +357 -0
- data/lang/rails/sr-CP.yml +357 -0
- data/lang/rails/sr-SR.yml +357 -0
- data/lang/rails/tr.yml +186 -0
- data/lang/rails/zh-CN.yml +357 -0
- data/lang/rails/zh-HK.yml +357 -0
- data/lang/rails/zh-TW.yml +357 -0
- data/lib/globalite.rb +26 -0
- data/lib/globalite/l10n.rb +300 -0
- data/lib/globalite/locale.rb +56 -0
- data/lib/rails/core_ext.rb +19 -0
- data/lib/rails/localization.rb +58 -0
- data/lib/rails/localized_action_view.rb +211 -0
- data/lib/rails/localized_active_record.rb +80 -0
- data/spec/core_localization_spec.rb +116 -0
- data/spec/helpers/spec_helper.rb +16 -0
- data/spec/l10n_spec.rb +251 -0
- data/spec/lang/rails/zz.yml +13 -0
- data/spec/lang/ui/en-UK.yml +3 -0
- data/spec/lang/ui/en-US.yml +3 -0
- data/spec/lang/ui/es.yml +3 -0
- data/spec/lang/ui/fr-FR.yml +8 -0
- metadata +87 -0
@@ -0,0 +1,357 @@
|
|
1
|
+
locale_name: 中国大陆 (China)
|
2
|
+
# ActiveRecord::Errors.default_error_messages
|
3
|
+
error_message_inclusion: 不在指定的名单上
|
4
|
+
error_message_exclusion: 已在指定的名单上
|
5
|
+
error_message_invalid: 是错误的资料
|
6
|
+
error_message_confirmation: 与指定值不同
|
7
|
+
error_message_accepted: 必须要选择接受指定的条款
|
8
|
+
error_message_empty: 不能不填
|
9
|
+
error_message_blank: 不能是空白
|
10
|
+
error_message_too_long: 太长 (最多 %d 个字元)
|
11
|
+
error_message_too_short: 太短 (最少 %d 个字元)
|
12
|
+
error_message_wrong_length: 长度不正确 (应该要 %d 个字元)
|
13
|
+
error_message_taken: 已经有人使用
|
14
|
+
error_message_not_a_number: 不是数字
|
15
|
+
|
16
|
+
# used by ActionView::Helpers::ActiveRecordHelper.error_messages_for
|
17
|
+
active_record_helper_header_message: 输入资讯错误
|
18
|
+
active_record_helper_error_description: 请更正下列问题,
|
19
|
+
|
20
|
+
# used by ActionView::Helpers::DateHelper.distance_of_time_in_words
|
21
|
+
date_helper_less_than_x_seconds: 少於 %d 秒
|
22
|
+
date_helper_half_a_minute: 30 秒
|
23
|
+
date_helper_less_than_a_minute: 少於一分钟
|
24
|
+
date_helper_one_minute: 一分钟
|
25
|
+
date_helper_x_minutes: %d 分钟
|
26
|
+
date_helper_one_hour: 约 1 小时
|
27
|
+
date_helper_x_hours: 约 %d 小时
|
28
|
+
date_helper_one_day: 1 天
|
29
|
+
date_helper_x_days: %d 天
|
30
|
+
date_helper_one_month: 1 个月
|
31
|
+
date_helper_x_months: %d 个月
|
32
|
+
date_helper_one_year: 1 年
|
33
|
+
date_helper_x_years: %d 年
|
34
|
+
|
35
|
+
# DON'T TRANSLATE, just order
|
36
|
+
date_helper_order: [:day, :month, :year] #default Rails is US ordered: :order => [:year, :month, :day]
|
37
|
+
|
38
|
+
date_helper_date_formats: # DON'T TRANSLATE, RE ORDER
|
39
|
+
default: "%Y/%m/%d"
|
40
|
+
short: "%b %e"
|
41
|
+
long: "%b %e, %Y"
|
42
|
+
|
43
|
+
date_helper_time_formats: # DON'T TRANSLATE, RE ORDER
|
44
|
+
default: "%a, %Y %b %d %H:%M:%S %z"
|
45
|
+
short: "%b %d, %H:%M"
|
46
|
+
long: "%Y/%b/%d %H:%M"
|
47
|
+
|
48
|
+
# added at the end of date if your date system doesn't use a 24 hours system
|
49
|
+
date_helper_am: am
|
50
|
+
date_helper_pm: pm
|
51
|
+
|
52
|
+
# used by ActionView::Helpers::NumberHelper.number_to_currency
|
53
|
+
number_helper_unit: "¥"
|
54
|
+
number_helper_separator: "." #unit separator (between integer part and fraction part)
|
55
|
+
number_helper_delimiter: "," #delimiter between each group of thousands. Example: 1.234.567
|
56
|
+
number_helper_order: [ unit, number ]
|
57
|
+
#to support for instance French format, the order is different: Unit comes last (ex. "1.234,00 €")
|
58
|
+
|
59
|
+
# use by +Array#to_sentence()+
|
60
|
+
array_connector: '和'
|
61
|
+
array_skip_last_comma: 'true'
|
62
|
+
|
63
|
+
date_helper_month_names:
|
64
|
+
- # Leave that line
|
65
|
+
- # Leave that line
|
66
|
+
- 一月
|
67
|
+
- 二月
|
68
|
+
- 三月
|
69
|
+
- 四月
|
70
|
+
- 五月
|
71
|
+
- 六月
|
72
|
+
- 七月
|
73
|
+
- 八月
|
74
|
+
- 九月
|
75
|
+
- 十月
|
76
|
+
- 十一月
|
77
|
+
- 十二月
|
78
|
+
|
79
|
+
date_helper_abbr_month_names:
|
80
|
+
- # Leave that line
|
81
|
+
- # Leave that line
|
82
|
+
- 1月
|
83
|
+
- 2月
|
84
|
+
- 3月
|
85
|
+
- 4月
|
86
|
+
- 5月
|
87
|
+
- 6月
|
88
|
+
- 7月
|
89
|
+
- 8月
|
90
|
+
- 9月
|
91
|
+
- 10月
|
92
|
+
- 11月
|
93
|
+
- 12月
|
94
|
+
|
95
|
+
date_helper_day_names:
|
96
|
+
- 星期天
|
97
|
+
- 星期一
|
98
|
+
- 星期二
|
99
|
+
- 星期三
|
100
|
+
- 星期四
|
101
|
+
- 星期五
|
102
|
+
- 星期六
|
103
|
+
|
104
|
+
date_helper_abbr_day_names:
|
105
|
+
- 周日
|
106
|
+
- 周一
|
107
|
+
- 周二
|
108
|
+
- 周三
|
109
|
+
- 周四
|
110
|
+
- 周五
|
111
|
+
- 周六
|
112
|
+
|
113
|
+
countries_list:
|
114
|
+
- Afghanistan
|
115
|
+
- Albania
|
116
|
+
- Algeria
|
117
|
+
- American Samoa
|
118
|
+
- Andorra
|
119
|
+
- Angola
|
120
|
+
- Anguilla
|
121
|
+
- Antarctica
|
122
|
+
- Antigua And Barbuda
|
123
|
+
- Argentina
|
124
|
+
- Armenia
|
125
|
+
- Aruba
|
126
|
+
- Australia
|
127
|
+
- Austria
|
128
|
+
- Azerbaijan
|
129
|
+
- Bahamas
|
130
|
+
- Bahrain
|
131
|
+
- Bangladesh
|
132
|
+
- Barbados
|
133
|
+
- Belarus
|
134
|
+
- Belgium
|
135
|
+
- Belize
|
136
|
+
- Benin
|
137
|
+
- Bermuda
|
138
|
+
- Bhutan
|
139
|
+
- Bolivia
|
140
|
+
- Bosnia and Herzegowina
|
141
|
+
- Botswana
|
142
|
+
- Bouvet Island
|
143
|
+
- Brazil
|
144
|
+
- British Indian Ocean Territory
|
145
|
+
- Brunei Darussalam
|
146
|
+
- Bulgaria
|
147
|
+
- Burkina Faso
|
148
|
+
- Burma
|
149
|
+
- Burundi
|
150
|
+
- Cambodia
|
151
|
+
- Cameroon
|
152
|
+
- Canada
|
153
|
+
- Cape Verde
|
154
|
+
- Cayman Islands
|
155
|
+
- Central African Republic
|
156
|
+
- Chad
|
157
|
+
- Chile
|
158
|
+
- China
|
159
|
+
- Christmas Island
|
160
|
+
- Cocos (Keeling) Islands
|
161
|
+
- Colombia
|
162
|
+
- Comoros
|
163
|
+
- Congo
|
164
|
+
- Congo, the Democratic Republic of the
|
165
|
+
- Cook Islands
|
166
|
+
- Costa Rica
|
167
|
+
- Cote d'Ivoire
|
168
|
+
- Croatia
|
169
|
+
- Cuba
|
170
|
+
- Cyprus
|
171
|
+
- Czech Republic
|
172
|
+
- Denmark
|
173
|
+
- Djibouti
|
174
|
+
- Dominica
|
175
|
+
- Dominican Republic
|
176
|
+
- East Timor
|
177
|
+
- Ecuador
|
178
|
+
- Egypt
|
179
|
+
- El Salvador
|
180
|
+
- England
|
181
|
+
- Equatorial Guinea
|
182
|
+
- Eritrea
|
183
|
+
- Espana
|
184
|
+
- Estonia
|
185
|
+
- Ethiopia
|
186
|
+
- Falkland Islands
|
187
|
+
- Faroe Islands
|
188
|
+
- Fiji
|
189
|
+
- Finland
|
190
|
+
- France
|
191
|
+
- French Guiana
|
192
|
+
- French Polynesia
|
193
|
+
- French Southern Territories
|
194
|
+
- Gabon
|
195
|
+
- Gambia
|
196
|
+
- Georgia
|
197
|
+
- Germany
|
198
|
+
- Ghana
|
199
|
+
- Gibraltar
|
200
|
+
- Great Britain
|
201
|
+
- Greece
|
202
|
+
- Greenland
|
203
|
+
- Grenada
|
204
|
+
- Guadeloupe
|
205
|
+
- Guam
|
206
|
+
- Guatemala
|
207
|
+
- Guinea
|
208
|
+
- Guinea-Bissau
|
209
|
+
- Guyana
|
210
|
+
- Haiti
|
211
|
+
- Heard and Mc Donald Islands
|
212
|
+
- Honduras
|
213
|
+
- Hong Kong
|
214
|
+
- Hungary
|
215
|
+
- Iceland
|
216
|
+
- India
|
217
|
+
- Indonesia
|
218
|
+
- Ireland
|
219
|
+
- Israel
|
220
|
+
- Italy
|
221
|
+
- Iran
|
222
|
+
- Iraq
|
223
|
+
- Jamaica
|
224
|
+
- Japan
|
225
|
+
- Jordan
|
226
|
+
- Kazakhstan
|
227
|
+
- Kenya
|
228
|
+
- Kiribati
|
229
|
+
- Korea, Republic of
|
230
|
+
- Korea (South)
|
231
|
+
- Kuwait
|
232
|
+
- Kyrgyzstan
|
233
|
+
- Lao People's Democratic Republic
|
234
|
+
- Latvia
|
235
|
+
- Lebanon
|
236
|
+
- Lesotho
|
237
|
+
- Liberia
|
238
|
+
- Liechtenstein
|
239
|
+
- Lithuania
|
240
|
+
- Luxembourg
|
241
|
+
- Macau
|
242
|
+
- Macedonia
|
243
|
+
- Madagascar
|
244
|
+
- Malawi
|
245
|
+
- Malaysia
|
246
|
+
- Maldives
|
247
|
+
- Mali
|
248
|
+
- Malta
|
249
|
+
- Marshall Islands
|
250
|
+
- Martinique
|
251
|
+
- Mauritania
|
252
|
+
- Mauritius
|
253
|
+
- Mayotte
|
254
|
+
- Mexico
|
255
|
+
- Micronesia, Federated States of
|
256
|
+
- Moldova, Republic of
|
257
|
+
- Monaco
|
258
|
+
- Mongolia
|
259
|
+
- Montserrat
|
260
|
+
- Morocco
|
261
|
+
- Mozambique
|
262
|
+
- Myanmar
|
263
|
+
- Namibia
|
264
|
+
- Nauru
|
265
|
+
- Nepal
|
266
|
+
- Netherlands
|
267
|
+
- Netherlands Antilles
|
268
|
+
- New Caledonia
|
269
|
+
- New Zealand
|
270
|
+
- Nicaragua
|
271
|
+
- Niger
|
272
|
+
- Nigeria
|
273
|
+
- Niue
|
274
|
+
- Norfolk Island
|
275
|
+
- Northern Ireland
|
276
|
+
- Northern Mariana Islands
|
277
|
+
- Norway
|
278
|
+
- Oman
|
279
|
+
- Pakistan
|
280
|
+
- Palau
|
281
|
+
- Panama
|
282
|
+
- Papua New Guinea
|
283
|
+
- Paraguay
|
284
|
+
- Peru
|
285
|
+
- Philippines
|
286
|
+
- Pitcairn
|
287
|
+
- Poland
|
288
|
+
- Portugal
|
289
|
+
- Puerto Rico
|
290
|
+
- Qatar
|
291
|
+
- Reunion
|
292
|
+
- Romania
|
293
|
+
- Russia
|
294
|
+
- Rwanda
|
295
|
+
- Saint Kitts and Nevis
|
296
|
+
- Saint Lucia
|
297
|
+
- Saint Vincent and the Grenadines
|
298
|
+
- Samoa (Independent)
|
299
|
+
- San Marino
|
300
|
+
- Sao Tome and Principe
|
301
|
+
- Saudi Arabia
|
302
|
+
- Scotland
|
303
|
+
- Senegal
|
304
|
+
- Serbia and Montenegro
|
305
|
+
- Seychelles
|
306
|
+
- Sierra Leone
|
307
|
+
- Singapore
|
308
|
+
- Slovakia
|
309
|
+
- Slovenia
|
310
|
+
- Solomon Islands
|
311
|
+
- Somalia
|
312
|
+
- South Africa
|
313
|
+
- South Georgia and the South Sandwich Islands
|
314
|
+
- South Korea
|
315
|
+
- Spain
|
316
|
+
- Sri Lanka
|
317
|
+
- St. Helena
|
318
|
+
- St. Pierre and Miquelon
|
319
|
+
- Suriname
|
320
|
+
- Svalbard and Jan Mayen Islands
|
321
|
+
- Swaziland
|
322
|
+
- Sweden
|
323
|
+
- Switzerland
|
324
|
+
- Taiwan
|
325
|
+
- Tajikistan
|
326
|
+
- Tanzania
|
327
|
+
- Thailand
|
328
|
+
- Togo
|
329
|
+
- Tokelau
|
330
|
+
- Tonga
|
331
|
+
- Trinidad
|
332
|
+
- Trinidad and Tobago
|
333
|
+
- Tunisia
|
334
|
+
- Turkey
|
335
|
+
- Turkmenistan
|
336
|
+
- Turks and Caicos Islands
|
337
|
+
- Tuvalu
|
338
|
+
- Uganda
|
339
|
+
- Ukraine
|
340
|
+
- United Arab Emirates
|
341
|
+
- United Kingdom
|
342
|
+
- United States
|
343
|
+
- United States Minor Outlying Islands
|
344
|
+
- Uruguay
|
345
|
+
- Uzbekistan
|
346
|
+
- Vanuatu
|
347
|
+
- Vatican City State (Holy See)
|
348
|
+
- Venezuela
|
349
|
+
- Viet Nam
|
350
|
+
- Virgin Islands (British)
|
351
|
+
- Virgin Islands (U.S.)
|
352
|
+
- Wales
|
353
|
+
- Wallis and Futuna Islands
|
354
|
+
- Western Sahara
|
355
|
+
- Yemen
|
356
|
+
- Zambia
|
357
|
+
- Zimbabwe
|
@@ -0,0 +1,357 @@
|
|
1
|
+
locale_name: 香港 (HongKong)
|
2
|
+
# ActiveRecord::Errors.default_error_messages
|
3
|
+
error_message_inclusion: 不在指定的名單上
|
4
|
+
error_message_exclusion: 已在指定的名單上
|
5
|
+
error_message_invalid: 是錯誤的資料
|
6
|
+
error_message_confirmation: 與指定值不同
|
7
|
+
error_message_accepted: 必須要選擇接受指定的條款
|
8
|
+
error_message_empty: 不能不填
|
9
|
+
error_message_blank: 不能是空白
|
10
|
+
error_message_too_long: 太長 (最多 %d 個字元)
|
11
|
+
error_message_too_short: 太短 (最少 %d 個字元)
|
12
|
+
error_message_wrong_length: 長度不正確 (應該要 %d 個字元)
|
13
|
+
error_message_taken: 已經有人使用
|
14
|
+
error_message_not_a_number: 不是數字
|
15
|
+
|
16
|
+
# used by ActionView::Helpers::ActiveRecordHelper.error_messages_for
|
17
|
+
active_record_helper_header_message: 輸入資訊錯誤
|
18
|
+
active_record_helper_error_description: 請更正下列問題,
|
19
|
+
|
20
|
+
# used by ActionView::Helpers::DateHelper.distance_of_time_in_words
|
21
|
+
date_helper_less_than_x_seconds: 少於 %d 秒
|
22
|
+
date_helper_half_a_minute: 30 秒
|
23
|
+
date_helper_less_than_a_minute: 少於一分鐘
|
24
|
+
date_helper_one_minute: 一分鐘
|
25
|
+
date_helper_x_minutes: %d 分鐘
|
26
|
+
date_helper_one_hour: 約 1 小時
|
27
|
+
date_helper_x_hours: 約 %d 小時
|
28
|
+
date_helper_one_day: 1 天
|
29
|
+
date_helper_x_days: %d 天
|
30
|
+
date_helper_one_month: 1 個月
|
31
|
+
date_helper_x_months: %d 個月
|
32
|
+
date_helper_one_year: 1 年
|
33
|
+
date_helper_x_years: %d 年
|
34
|
+
|
35
|
+
# DON'T TRANSLATE, just order
|
36
|
+
date_helper_order: [:day, :month, :year] #default Rails is US ordered: :order => [:year, :month, :day]
|
37
|
+
|
38
|
+
date_helper_date_formats: # DON'T TRANSLATE, RE ORDER
|
39
|
+
default: "%Y/%m/%d"
|
40
|
+
short: "%b %e"
|
41
|
+
long: "%b %e, %Y"
|
42
|
+
|
43
|
+
date_helper_time_formats: # DON'T TRANSLATE, RE ORDER
|
44
|
+
default: "%a, %Y %b %d %H:%M:%S %z"
|
45
|
+
short: "%b %d, %H:%M"
|
46
|
+
long: "%Y/%b/%d %H:%M"
|
47
|
+
|
48
|
+
# added at the end of date if your date system doesn't use a 24 hours system
|
49
|
+
date_helper_am: am
|
50
|
+
date_helper_pm: pm
|
51
|
+
|
52
|
+
# used by ActionView::Helpers::NumberHelper.number_to_currency
|
53
|
+
number_helper_unit: "HK$"
|
54
|
+
number_helper_separator: "." #unit separator (between integer part and fraction part)
|
55
|
+
number_helper_delimiter: "," #delimiter between each group of thousands. Example: 1.234.567
|
56
|
+
number_helper_order: [ unit, number ]
|
57
|
+
#to support for instance French format, the order is different: Unit comes last (ex. "1.234,00 €")
|
58
|
+
|
59
|
+
# use by +Array#to_sentence()+
|
60
|
+
array_connector: '和'
|
61
|
+
array_skip_last_comma: 'true'
|
62
|
+
|
63
|
+
date_helper_month_names:
|
64
|
+
- # Leave that line
|
65
|
+
- # Leave that line
|
66
|
+
- 一月
|
67
|
+
- 二月
|
68
|
+
- 三月
|
69
|
+
- 四月
|
70
|
+
- 五月
|
71
|
+
- 六月
|
72
|
+
- 七月
|
73
|
+
- 八月
|
74
|
+
- 九月
|
75
|
+
- 十月
|
76
|
+
- 十一月
|
77
|
+
- 十二月
|
78
|
+
|
79
|
+
date_helper_abbr_month_names:
|
80
|
+
- # Leave that line
|
81
|
+
- # Leave that line
|
82
|
+
- 1月
|
83
|
+
- 2月
|
84
|
+
- 3月
|
85
|
+
- 4月
|
86
|
+
- 5月
|
87
|
+
- 6月
|
88
|
+
- 7月
|
89
|
+
- 8月
|
90
|
+
- 9月
|
91
|
+
- 10月
|
92
|
+
- 11月
|
93
|
+
- 12月
|
94
|
+
|
95
|
+
date_helper_day_names:
|
96
|
+
- 星期天
|
97
|
+
- 星期一
|
98
|
+
- 星期二
|
99
|
+
- 星期三
|
100
|
+
- 星期四
|
101
|
+
- 星期五
|
102
|
+
- 星期六
|
103
|
+
|
104
|
+
date_helper_abbr_day_names:
|
105
|
+
- 周日
|
106
|
+
- 周一
|
107
|
+
- 周二
|
108
|
+
- 周三
|
109
|
+
- 周四
|
110
|
+
- 周五
|
111
|
+
- 周六
|
112
|
+
|
113
|
+
countries_list:
|
114
|
+
- Afghanistan
|
115
|
+
- Albania
|
116
|
+
- Algeria
|
117
|
+
- American Samoa
|
118
|
+
- Andorra
|
119
|
+
- Angola
|
120
|
+
- Anguilla
|
121
|
+
- Antarctica
|
122
|
+
- Antigua And Barbuda
|
123
|
+
- Argentina
|
124
|
+
- Armenia
|
125
|
+
- Aruba
|
126
|
+
- Australia
|
127
|
+
- Austria
|
128
|
+
- Azerbaijan
|
129
|
+
- Bahamas
|
130
|
+
- Bahrain
|
131
|
+
- Bangladesh
|
132
|
+
- Barbados
|
133
|
+
- Belarus
|
134
|
+
- Belgium
|
135
|
+
- Belize
|
136
|
+
- Benin
|
137
|
+
- Bermuda
|
138
|
+
- Bhutan
|
139
|
+
- Bolivia
|
140
|
+
- Bosnia and Herzegowina
|
141
|
+
- Botswana
|
142
|
+
- Bouvet Island
|
143
|
+
- Brazil
|
144
|
+
- British Indian Ocean Territory
|
145
|
+
- Brunei Darussalam
|
146
|
+
- Bulgaria
|
147
|
+
- Burkina Faso
|
148
|
+
- Burma
|
149
|
+
- Burundi
|
150
|
+
- Cambodia
|
151
|
+
- Cameroon
|
152
|
+
- Canada
|
153
|
+
- Cape Verde
|
154
|
+
- Cayman Islands
|
155
|
+
- Central African Republic
|
156
|
+
- Chad
|
157
|
+
- Chile
|
158
|
+
- China
|
159
|
+
- Christmas Island
|
160
|
+
- Cocos (Keeling) Islands
|
161
|
+
- Colombia
|
162
|
+
- Comoros
|
163
|
+
- Congo
|
164
|
+
- Congo, the Democratic Republic of the
|
165
|
+
- Cook Islands
|
166
|
+
- Costa Rica
|
167
|
+
- Cote d'Ivoire
|
168
|
+
- Croatia
|
169
|
+
- Cuba
|
170
|
+
- Cyprus
|
171
|
+
- Czech Republic
|
172
|
+
- Denmark
|
173
|
+
- Djibouti
|
174
|
+
- Dominica
|
175
|
+
- Dominican Republic
|
176
|
+
- East Timor
|
177
|
+
- Ecuador
|
178
|
+
- Egypt
|
179
|
+
- El Salvador
|
180
|
+
- England
|
181
|
+
- Equatorial Guinea
|
182
|
+
- Eritrea
|
183
|
+
- Espana
|
184
|
+
- Estonia
|
185
|
+
- Ethiopia
|
186
|
+
- Falkland Islands
|
187
|
+
- Faroe Islands
|
188
|
+
- Fiji
|
189
|
+
- Finland
|
190
|
+
- France
|
191
|
+
- French Guiana
|
192
|
+
- French Polynesia
|
193
|
+
- French Southern Territories
|
194
|
+
- Gabon
|
195
|
+
- Gambia
|
196
|
+
- Georgia
|
197
|
+
- Germany
|
198
|
+
- Ghana
|
199
|
+
- Gibraltar
|
200
|
+
- Great Britain
|
201
|
+
- Greece
|
202
|
+
- Greenland
|
203
|
+
- Grenada
|
204
|
+
- Guadeloupe
|
205
|
+
- Guam
|
206
|
+
- Guatemala
|
207
|
+
- Guinea
|
208
|
+
- Guinea-Bissau
|
209
|
+
- Guyana
|
210
|
+
- Haiti
|
211
|
+
- Heard and Mc Donald Islands
|
212
|
+
- Honduras
|
213
|
+
- Hong Kong
|
214
|
+
- Hungary
|
215
|
+
- Iceland
|
216
|
+
- India
|
217
|
+
- Indonesia
|
218
|
+
- Ireland
|
219
|
+
- Israel
|
220
|
+
- Italy
|
221
|
+
- Iran
|
222
|
+
- Iraq
|
223
|
+
- Jamaica
|
224
|
+
- Japan
|
225
|
+
- Jordan
|
226
|
+
- Kazakhstan
|
227
|
+
- Kenya
|
228
|
+
- Kiribati
|
229
|
+
- Korea, Republic of
|
230
|
+
- Korea (South)
|
231
|
+
- Kuwait
|
232
|
+
- Kyrgyzstan
|
233
|
+
- Lao People's Democratic Republic
|
234
|
+
- Latvia
|
235
|
+
- Lebanon
|
236
|
+
- Lesotho
|
237
|
+
- Liberia
|
238
|
+
- Liechtenstein
|
239
|
+
- Lithuania
|
240
|
+
- Luxembourg
|
241
|
+
- Macau
|
242
|
+
- Macedonia
|
243
|
+
- Madagascar
|
244
|
+
- Malawi
|
245
|
+
- Malaysia
|
246
|
+
- Maldives
|
247
|
+
- Mali
|
248
|
+
- Malta
|
249
|
+
- Marshall Islands
|
250
|
+
- Martinique
|
251
|
+
- Mauritania
|
252
|
+
- Mauritius
|
253
|
+
- Mayotte
|
254
|
+
- Mexico
|
255
|
+
- Micronesia, Federated States of
|
256
|
+
- Moldova, Republic of
|
257
|
+
- Monaco
|
258
|
+
- Mongolia
|
259
|
+
- Montserrat
|
260
|
+
- Morocco
|
261
|
+
- Mozambique
|
262
|
+
- Myanmar
|
263
|
+
- Namibia
|
264
|
+
- Nauru
|
265
|
+
- Nepal
|
266
|
+
- Netherlands
|
267
|
+
- Netherlands Antilles
|
268
|
+
- New Caledonia
|
269
|
+
- New Zealand
|
270
|
+
- Nicaragua
|
271
|
+
- Niger
|
272
|
+
- Nigeria
|
273
|
+
- Niue
|
274
|
+
- Norfolk Island
|
275
|
+
- Northern Ireland
|
276
|
+
- Northern Mariana Islands
|
277
|
+
- Norway
|
278
|
+
- Oman
|
279
|
+
- Pakistan
|
280
|
+
- Palau
|
281
|
+
- Panama
|
282
|
+
- Papua New Guinea
|
283
|
+
- Paraguay
|
284
|
+
- Peru
|
285
|
+
- Philippines
|
286
|
+
- Pitcairn
|
287
|
+
- Poland
|
288
|
+
- Portugal
|
289
|
+
- Puerto Rico
|
290
|
+
- Qatar
|
291
|
+
- Reunion
|
292
|
+
- Romania
|
293
|
+
- Russia
|
294
|
+
- Rwanda
|
295
|
+
- Saint Kitts and Nevis
|
296
|
+
- Saint Lucia
|
297
|
+
- Saint Vincent and the Grenadines
|
298
|
+
- Samoa (Independent)
|
299
|
+
- San Marino
|
300
|
+
- Sao Tome and Principe
|
301
|
+
- Saudi Arabia
|
302
|
+
- Scotland
|
303
|
+
- Senegal
|
304
|
+
- Serbia and Montenegro
|
305
|
+
- Seychelles
|
306
|
+
- Sierra Leone
|
307
|
+
- Singapore
|
308
|
+
- Slovakia
|
309
|
+
- Slovenia
|
310
|
+
- Solomon Islands
|
311
|
+
- Somalia
|
312
|
+
- South Africa
|
313
|
+
- South Georgia and the South Sandwich Islands
|
314
|
+
- South Korea
|
315
|
+
- Spain
|
316
|
+
- Sri Lanka
|
317
|
+
- St. Helena
|
318
|
+
- St. Pierre and Miquelon
|
319
|
+
- Suriname
|
320
|
+
- Svalbard and Jan Mayen Islands
|
321
|
+
- Swaziland
|
322
|
+
- Sweden
|
323
|
+
- Switzerland
|
324
|
+
- Taiwan
|
325
|
+
- Tajikistan
|
326
|
+
- Tanzania
|
327
|
+
- Thailand
|
328
|
+
- Togo
|
329
|
+
- Tokelau
|
330
|
+
- Tonga
|
331
|
+
- Trinidad
|
332
|
+
- Trinidad and Tobago
|
333
|
+
- Tunisia
|
334
|
+
- Turkey
|
335
|
+
- Turkmenistan
|
336
|
+
- Turks and Caicos Islands
|
337
|
+
- Tuvalu
|
338
|
+
- Uganda
|
339
|
+
- Ukraine
|
340
|
+
- United Arab Emirates
|
341
|
+
- United Kingdom
|
342
|
+
- United States
|
343
|
+
- United States Minor Outlying Islands
|
344
|
+
- Uruguay
|
345
|
+
- Uzbekistan
|
346
|
+
- Vanuatu
|
347
|
+
- Vatican City State (Holy See)
|
348
|
+
- Venezuela
|
349
|
+
- Viet Nam
|
350
|
+
- Virgin Islands (British)
|
351
|
+
- Virgin Islands (U.S.)
|
352
|
+
- Wales
|
353
|
+
- Wallis and Futuna Islands
|
354
|
+
- Western Sahara
|
355
|
+
- Yemen
|
356
|
+
- Zambia
|
357
|
+
- Zimbabwe
|