]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/bn-IN.yml
Merging 17846:17904 from trunk.
[rails.git] / vendor / plugins / rails-i18n / locale / bn-IN.yml
1 # Benagli (India) translations for Rails
2 # by Arindam Ghosh (makghosh@gmail.com)
3
4 bn-IN:
5   number:
6     # Used in number_with_delimiter()
7     # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
8     format:
9       # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
10       separator: "." 
11       # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
12       delimiter: "," 
13       # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
14       precision: 2
15
16     # Used in number_to_currency()
17     currency:
18       format:
19         # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
20         format: "%u %n" 
21         unit: "Rs." 
22         # These three are to override number.format and are optional
23         separator: "." 
24         delimiter: "," 
25         precision: 2
26
27     # Used in number_to_percentage()
28     percentage:
29       format:
30         # These three are to override number.format and are optional
31         # separator: 
32         delimiter: "" 
33         # precision: 
34
35     # Used in number_to_precision()
36     precision:
37       format:
38         # These three are to override number.format and are optional
39         # separator:
40         delimiter: "" 
41         # precision:
42
43     # Used in number_to_human_size()
44     human:
45       format:
46         # These three are to override number.format and are optional
47         # separator: 
48         delimiter: "" 
49         precision: 1
50       # Rails <= v2.2.2
51       # storage_units: [Bytes, KB, MB, GB, TB]
52       # Rails >= v2.3
53       storage_units:
54         format: "%n %u"
55         units:
56           byte:
57             one:   "Byte"
58             other: "Bytes"
59           kb: "KB"
60           mb: "MB"
61           gb: "GB"
62           tb: "TB"
63
64   # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
65   datetime:
66     distance_in_words:
67       half_a_minute: "অার্ধেক মিনিট" 
68       less_than_x_seconds:
69         one:  "১ সেকেন্ডর কম " 
70         other: "{{count}} সেকেন্ডের কম"
71       x_seconds:
72         one:  "১ সেকেন্ড" 
73         other: "{{count}} সেকেন্ড" 
74       less_than_x_minutes:
75         one:  "১ মিনিটের কম" 
76         other: "{{count}} মিনিটের কম" 
77       x_minutes:
78         one:  "১ মিনিট" 
79         other: "{{count}} মিনিট" 
80       about_x_hours:
81         one:  "প্রায় ১ ঘন্টা" 
82         other: "প্রায় {{count}} ঘন্টা" 
83       x_days:
84         one:  "১ দিন" 
85         other: "{{count}} দিন" 
86       about_x_months:
87         one:  "প্রায় ১ মাস" 
88         other: "প্রায় {{count}} মাস" 
89       x_months:
90         one:  "১ মাস" 
91         other: "{{count}} মাস" 
92       about_x_years:
93         one:  "প্রায় ১ বছর" 
94         other: "প্রায় {{count}} বছর" 
95       over_x_years:
96         one:  "১ বছরের বেশি" 
97         other: "{{count}} বছরের বেশি"
98     prompts:
99       year:   "বছর"
100       month:  "মাস"
101       day:    "দিন"
102       hour:   "ঘন্টা"
103       minute: "মিনিট"
104       second: "সেকেন্ড" 
105
106   activerecord:
107     errors:
108       template:
109         header:
110           one:   "১ টি ত্রুটির কারনে {{model}} সংরক্ষন করা সম্ভব হয়নি" 
111           other:  "{{count}} টি ত্রুটির কারনে {{model}} সংরক্ষন করা সম্ভব হয়নি" 
112         # The variable :count is also available
113         body: "এই ফিল্ডগুলোতে কিছু সমস্যা দেখা দিয়েছে:" 
114
115       # The values :model, :attribute and :value are always available for interpolation
116       # The value :count is available when applicable. Can be used for pluralization.
117       messages:
118         inclusion: "লিস্টে অন্তর্ভুক্ত নয়" 
119         exclusion: "রিসার্ভ করা অাছে" 
120         invalid: "সঠিক নয়" 
121         confirmation: "অনুমোদনের সঙ্গে মিলছে না"
122         accepted: "গ্রাহ্য করতে হবে"
123         empty: "খালি রাখা যাবে না"
124         blank: "ফাঁকা রাখা যাবে না"
125         too_long: "খুব বড়ো (সর্বোচ্চ {{count}} অক্ষর)"
126         too_short: "খুব ছোটো (সর্বনিম্ন {{count}} অক্ষর)"
127         wrong_length: "দৈর্ঘ্যটি সঠিক নয় ({{count}} অক্ষর হতে হবে)"
128         taken: "অাগেই নিয়ে নেওয়া হয়েছে"
129         not_a_number: "নম্বর নয়"
130         greater_than: "{{count}} থেকে বড়ো হতে হবে"
131         greater_than_or_equal_to: "{{count}} থেকে বড়ো অথবা তার সমান হতে হবে"
132         equal_to: "{{count}} এর সঙ্গে সমান হতে হবে"
133         less_than: "{{count}} থেকে ছোটো হতে হবে"
134         less_than_or_equal_to: "{{count}} থেকে ছোটো অথবা তার সমান হতে হবে"
135         odd: "বেজোড় হতে হবে"
136         even: "জোড় হতে হবে"
137
138         # Append your own errors here or at the model/attributes scope.
139
140       # models:
141         # Overrides default messages
142
143       # attributes:
144         # Overrides model and default messages.
145
146   date:
147     formats:
148       # Use the strftime parameters for formats.
149       # When no format has been given, it uses default.
150       # You can provide other formats here if you like!
151       default: "%e/%m/%Y"
152       short: "%e de %b" 
153       long: "%e de %B de %Y" 
154
155     day_names: [রবিবার, সোমবার, মঙ্গলবার, বুধবার, বৃহস্পতিবার, শুক্রবার, শনিবার]
156     abbr_day_names: [রবিবার, সোমবার, মঙ্গলবার, বুধবার, বৃহস্পতিবার, শুক্রবার, শনিবার]
157
158     # Don't forget the nil at the beginning; there's no such thing as a 0th month
159     month_names: [~, জানুয়ারি, ফেব্রুয়ারি, মার্চ, এপ্রিল, মে, জুন, জুলাই, অগাস্ট, সেপ্টেমবার, অক্টোবার, নভেম্বার, ডিসেম্বার]
160     abbr_month_names: [~, জানুয়ারি, ফেব্রুয়ারি, মার্চ, এপ্রিল, মে, জুন, জুলাই, অগাস্ট, সেপ্টেমবার, অক্টোবার, নভেম্বার, ডিসেম্বার]
161     # Used in date_select and datime_select.
162     order: [ :year, :month, :day ]
163
164   time:
165     formats:
166       default: "%A, %e de %B de %Y %H:%M:%S %z"
167       short: "%e de %b %H:%M" 
168       long: "%e de %B de %Y %H:%M" 
169     am: "am" 
170     pm: "pm" 
171
172 # Used in array.to_sentence.
173   support:
174     array:
175       # Rails <= v.2.2.2
176       # sentence_connector: "y"
177       # Rails >= v.2.3
178       words_connector: ", "
179       two_words_connector: " এবং "
180       last_word_connector: ", এবং "