1 # Benagli (India) translations for Rails
2 # by Arindam Ghosh (makghosh@gmail.com)
6 # Used in number_with_delimiter()
7 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
9 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
11 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
13 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
16 # Used in number_to_currency()
19 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
22 # These three are to override number.format and are optional
27 # Used in number_to_percentage()
30 # These three are to override number.format and are optional
35 # Used in number_to_precision()
38 # These three are to override number.format and are optional
43 # Used in number_to_human_size()
46 # These three are to override number.format and are optional
51 # storage_units: [Bytes, KB, MB, GB, TB]
64 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
67 half_a_minute: "অার্ধেক মিনিট"
70 other: "{{count}} সেকেন্ডের কম"
73 other: "{{count}} সেকেন্ড"
76 other: "{{count}} মিনিটের কম"
79 other: "{{count}} মিনিট"
82 other: "প্রায় {{count}} ঘন্টা"
85 other: "{{count}} দিন"
88 other: "প্রায় {{count}} মাস"
91 other: "{{count}} মাস"
94 other: "প্রায় {{count}} বছর"
97 other: "{{count}} বছরের বেশি"
110 one: "১ টি ত্রুটির কারনে {{model}} সংরক্ষন করা সম্ভব হয়নি"
111 other: "{{count}} টি ত্রুটির কারনে {{model}} সংরক্ষন করা সম্ভব হয়নি"
112 # The variable :count is also available
113 body: "এই ফিল্ডগুলোতে কিছু সমস্যা দেখা দিয়েছে:"
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.
118 inclusion: "লিস্টে অন্তর্ভুক্ত নয়"
119 exclusion: "রিসার্ভ করা অাছে"
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}} থেকে ছোটো অথবা তার সমান হতে হবে"
138 # Append your own errors here or at the model/attributes scope.
141 # Overrides default messages
144 # Overrides model and default messages.
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!
153 long: "%e de %B de %Y"
155 day_names: [রবিবার, সোমবার, মঙ্গলবার, বুধবার, বৃহস্পতিবার, শুক্রবার, শনিবার]
156 abbr_day_names: [রবিবার, সোমবার, মঙ্গলবার, বুধবার, বৃহস্পতিবার, শুক্রবার, শনিবার]
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 ]
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"
172 # Used in array.to_sentence.
176 # sentence_connector: "y"
178 words_connector: ", "
179 two_words_connector: " এবং "
180 last_word_connector: ", এবং "