Skip to content

Commit

Permalink
Merge pull request #1031 from Aftabuzzaman/patch-1
Browse files Browse the repository at this point in the history
Fixing some issue for Bengali
  • Loading branch information
digitalfrost committed Sep 2, 2022
2 parents 35724aa + 240d53c commit 8dec243
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions rails/locale/bn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bn:
- মে
- জুন
- জুলাই
- অগাস্ট
- আগস্ট
- সেপ্টেম্বর
- অক্টোবর
- নভেম্বর
Expand All @@ -33,8 +33,8 @@ bn:
- শনিবার
formats:
default: "%e/%m/%Y"
long: "%e de %B de %Y"
short: "%e de %b"
long: "%e %B %Y"
short: "%e %b"
month_names:
-
- জানুয়ারি
Expand All @@ -44,7 +44,7 @@ bn:
- মে
- জুন
- জুলাই
- অগাস্ট
- আগস্ট
- সেপ্টেম্বর
- অক্টোবর
- নভেম্বর
Expand All @@ -56,17 +56,17 @@ bn:
datetime:
distance_in_words:
about_x_hours:
one: প্রায় ১ ঘন্টা
other: প্রায় %{count} ঘন্টা
one: প্রায় ১ ঘণ্টা
other: প্রায় %{count} ঘণ্টা
about_x_months:
one: প্রায় ১ মাস
other: প্রায় %{count} মাস
about_x_years:
one: প্রায় ১ বছর
other: প্রায় %{count} বছর
half_a_minute: অর্ধেক মিনিট
half_a_minute: অর্ধ মিনিট
less_than_x_seconds:
one: '১ সেকেন্ডর কম '
one: '১ সেকেন্ডর কম'
other: "%{count} সেকেন্ডের কম"
less_than_x_minutes:
one: ১ মিনিটের কম
Expand All @@ -89,7 +89,7 @@ bn:
prompts:
second: সেকেন্ড
minute: মিনিট
hour: ঘন্টা
hour: ঘণ্টা
day: দিন
month: মাস
year: বছর
Expand All @@ -103,9 +103,9 @@ bn:
equal_to: "%{count} এর সঙ্গে সমান হতে হবে"
even: জোড় হতে হবে
exclusion: রিসার্ভ করা আছে
greater_than: "%{count} থেকে বড়ো হতে হবে"
greater_than_or_equal_to: "%{count} থেকে বড়ো অথবা তার সমান হতে হবে"
inclusion: লিস্টে অন্তর্ভুক্ত নয়
greater_than: "%{count} থেকে বড় হতে হবে"
greater_than_or_equal_to: "%{count} থেকে বড় অথবা তার সমান হতে হবে"
inclusion: তালিকায় অন্তর্ভুক্ত নয়
invalid: সঠিক নয়
less_than: "%{count} থেকে ছোটো হতে হবে"
less_than_or_equal_to: "%{count} থেকে ছোটো অথবা তার সমান হতে হবে"
Expand All @@ -118,8 +118,8 @@ bn:
template:
body: 'এই ফিল্ডগুলোতে কিছু সমস্যা দেখা দিয়েছে:'
header:
one: ১ টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি
other: "%{count} টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি"
one: ১টি ত্রুটির কারণে %{model} সংরক্ষণ করা সম্ভব হয়নি
other: "%{count}টি ত্রুটির কারণে %{model} সংরক্ষণ করা সম্ভব হয়নি"
number:
currency:
format:
Expand Down Expand Up @@ -150,8 +150,8 @@ bn:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
one: বাইট
other: বাইট
gb: GB
kb: KB
mb: MB
Expand All @@ -170,7 +170,7 @@ bn:
time:
am: am
formats:
default: "%A, %e de %B de %Y %H:%M:%S %z"
long: "%e de %B de %Y %H:%M"
short: "%e de %b %H:%M"
default: "%A, %e %B %Y %H:%M:%S %z"
long: "%e %B %Y %H:%M"
short: "%e %b %H:%M"
pm: pm

0 comments on commit 8dec243

Please sign in to comment.