Update rails translations
This commit is contained in:
parent
0af83bb410
commit
a2563bd6eb
6 changed files with 286 additions and 37 deletions
48
vendor/rails-locales/bn-IN.yml
vendored
48
vendor/rails-locales/bn-IN.yml
vendored
|
@ -20,7 +20,7 @@ bn-IN:
|
||||||
format:
|
format:
|
||||||
# Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
|
# Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
|
||||||
format: "%u %n"
|
format: "%u %n"
|
||||||
unit: "Rs."
|
unit: "₹"
|
||||||
# These three are to override number.format and are optional
|
# These three are to override number.format and are optional
|
||||||
separator: "."
|
separator: "."
|
||||||
delimiter: ","
|
delimiter: ","
|
||||||
|
@ -88,20 +88,20 @@ bn-IN:
|
||||||
one: "১ মিনিট"
|
one: "১ মিনিট"
|
||||||
other: "%{count} মিনিট"
|
other: "%{count} মিনিট"
|
||||||
about_x_hours:
|
about_x_hours:
|
||||||
one: "প্রায় ১ ঘন্টা"
|
one: "প্রায় ১ ঘন্টা"
|
||||||
other: "প্রায় %{count} ঘন্টা"
|
other: "প্রায় %{count} ঘন্টা"
|
||||||
x_days:
|
x_days:
|
||||||
one: "১ দিন"
|
one: "১ দিন"
|
||||||
other: "%{count} দিন"
|
other: "%{count} দিন"
|
||||||
about_x_months:
|
about_x_months:
|
||||||
one: "প্রায় ১ মাস"
|
one: "প্রায় ১ মাস"
|
||||||
other: "প্রায় %{count} মাস"
|
other: "প্রায় %{count} মাস"
|
||||||
x_months:
|
x_months:
|
||||||
one: "১ মাস"
|
one: "১ মাস"
|
||||||
other: "%{count} মাস"
|
other: "%{count} মাস"
|
||||||
about_x_years:
|
about_x_years:
|
||||||
one: "প্রায় ১ বছর"
|
one: "প্রায় ১ বছর"
|
||||||
other: "প্রায় %{count} বছর"
|
other: "প্রায় %{count} বছর"
|
||||||
over_x_years:
|
over_x_years:
|
||||||
one: "১ বছরের বেশি"
|
one: "১ বছরের বেশি"
|
||||||
other: "%{count} বছরের বেশি"
|
other: "%{count} বছরের বেশি"
|
||||||
|
@ -116,30 +116,30 @@ bn-IN:
|
||||||
errors:
|
errors:
|
||||||
format: "%{attribute} %{message}"
|
format: "%{attribute} %{message}"
|
||||||
messages: &errors_messages
|
messages: &errors_messages
|
||||||
inclusion: "লিস্টে অন্তর্ভুক্ত নয়"
|
inclusion: "লিস্টে অন্তর্ভুক্ত নয়"
|
||||||
exclusion: "রিসার্ভ করা অাছে"
|
exclusion: "রিসার্ভ করা অাছে"
|
||||||
invalid: "সঠিক নয়"
|
invalid: "সঠিক নয়"
|
||||||
confirmation: "অনুমোদনের সঙ্গে মিলছে না"
|
confirmation: "অনুমোদনের সঙ্গে মিলছে না"
|
||||||
accepted: "গ্রাহ্য করতে হবে"
|
accepted: "গ্রাহ্য করতে হবে"
|
||||||
empty: "খালি রাখা যাবে না"
|
empty: "খালি রাখা যাবে না"
|
||||||
blank: "ফাঁকা রাখা যাবে না"
|
blank: "ফাঁকা রাখা যাবে না"
|
||||||
too_long: "খুব বড়ো (সর্বোচ্চ %{count} অক্ষর)"
|
too_long: "খুব বড়ো (সর্বোচ্চ %{count} অক্ষর)"
|
||||||
too_short: "খুব ছোটো (সর্বনিম্ন %{count} অক্ষর)"
|
too_short: "খুব ছোটো (সর্বনিম্ন %{count} অক্ষর)"
|
||||||
wrong_length: "দৈর্ঘ্যটি সঠিক নয় (%{count} অক্ষর হতে হবে)"
|
wrong_length: "দৈর্ঘ্যটি সঠিক নয় (%{count} অক্ষর হতে হবে)"
|
||||||
taken: "অাগেই নিয়ে নেওয়া হয়েছে"
|
taken: "অাগেই নিয়ে নেওয়া হয়েছে"
|
||||||
not_a_number: "নম্বর নয়"
|
not_a_number: "নম্বর নয়"
|
||||||
greater_than: "%{count} থেকে বড়ো হতে হবে"
|
greater_than: "%{count} থেকে বড়ো হতে হবে"
|
||||||
greater_than_or_equal_to: "%{count} থেকে বড়ো অথবা তার সমান হতে হবে"
|
greater_than_or_equal_to: "%{count} থেকে বড়ো অথবা তার সমান হতে হবে"
|
||||||
equal_to: "%{count} এর সঙ্গে সমান হতে হবে"
|
equal_to: "%{count} এর সঙ্গে সমান হতে হবে"
|
||||||
less_than: "%{count} থেকে ছোটো হতে হবে"
|
less_than: "%{count} থেকে ছোটো হতে হবে"
|
||||||
less_than_or_equal_to: "%{count} থেকে ছোটো অথবা তার সমান হতে হবে"
|
less_than_or_equal_to: "%{count} থেকে ছোটো অথবা তার সমান হতে হবে"
|
||||||
odd: "বেজোড় হতে হবে"
|
odd: "বেজোড় হতে হবে"
|
||||||
even: "জোড় হতে হবে"
|
even: "জোড় হতে হবে"
|
||||||
template: &errors_template
|
template: &errors_template
|
||||||
header:
|
header:
|
||||||
one: "১ টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি"
|
one: "১ টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি"
|
||||||
other: "%{count} টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি"
|
other: "%{count} টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি"
|
||||||
body: "এই ফিল্ডগুলোতে কিছু সমস্যা দেখা দিয়েছে:"
|
body: "এই ফিল্ডগুলোতে কিছু সমস্যা দেখা দিয়েছে:"
|
||||||
|
|
||||||
activerecord:
|
activerecord:
|
||||||
errors:
|
errors:
|
||||||
|
@ -191,8 +191,8 @@ bn-IN:
|
||||||
# Don't forget the nil at the beginning; there's no such thing as a 0th month
|
# Don't forget the nil at the beginning; there's no such thing as a 0th month
|
||||||
month_names:
|
month_names:
|
||||||
- ~
|
- ~
|
||||||
- জানুয়ারি
|
- জানুয়ারি
|
||||||
- ফেব্রুয়ারি
|
- ফেব্রুয়ারি
|
||||||
- মার্চ
|
- মার্চ
|
||||||
- এপ্রিল
|
- এপ্রিল
|
||||||
- মে
|
- মে
|
||||||
|
@ -205,8 +205,8 @@ bn-IN:
|
||||||
- ডিসেম্বার
|
- ডিসেম্বার
|
||||||
abbr_month_names:
|
abbr_month_names:
|
||||||
- ~
|
- ~
|
||||||
- জানুয়ারি
|
- জানুয়ারি
|
||||||
- ফেব্রুয়ারি
|
- ফেব্রুয়ারি
|
||||||
- মার্চ
|
- মার্চ
|
||||||
- এপ্রিল
|
- এপ্রিল
|
||||||
- মে
|
- মে
|
||||||
|
|
249
vendor/rails-locales/en-IN.yml
vendored
Normal file
249
vendor/rails-locales/en-IN.yml
vendored
Normal file
|
@ -0,0 +1,249 @@
|
||||||
|
# Indian translations for Ruby on Rails
|
||||||
|
# by Saurabh Bhatia
|
||||||
|
|
||||||
|
"en-IN":
|
||||||
|
date:
|
||||||
|
formats:
|
||||||
|
default: "%d %B %Y"
|
||||||
|
long: "%A, %d %B %Y"
|
||||||
|
short: "%d.%m.%Y"
|
||||||
|
|
||||||
|
day_names:
|
||||||
|
- Sunday
|
||||||
|
- Monday
|
||||||
|
- Tuesday
|
||||||
|
- Wednesday
|
||||||
|
- Thursday
|
||||||
|
- Friday
|
||||||
|
- Saturday
|
||||||
|
abbr_day_names:
|
||||||
|
- Sun
|
||||||
|
- Mon
|
||||||
|
- Tue
|
||||||
|
- Wed
|
||||||
|
- Thu
|
||||||
|
- Fri
|
||||||
|
- Sat
|
||||||
|
month_names:
|
||||||
|
- ~
|
||||||
|
- January
|
||||||
|
- February
|
||||||
|
- March
|
||||||
|
- April
|
||||||
|
- May
|
||||||
|
- June
|
||||||
|
- July
|
||||||
|
- August
|
||||||
|
- September
|
||||||
|
- October
|
||||||
|
- November
|
||||||
|
- December
|
||||||
|
abbr_month_names:
|
||||||
|
- ~
|
||||||
|
- Jan
|
||||||
|
- Feb
|
||||||
|
- Mar
|
||||||
|
- Apr
|
||||||
|
- May
|
||||||
|
- Jun
|
||||||
|
- Jul
|
||||||
|
- Aug
|
||||||
|
- Sep
|
||||||
|
- Okt
|
||||||
|
- Nov
|
||||||
|
- Dec
|
||||||
|
order:
|
||||||
|
- :day
|
||||||
|
- :month
|
||||||
|
- :year
|
||||||
|
|
||||||
|
time:
|
||||||
|
formats:
|
||||||
|
default: "%a, %d %b %Y %H.%M.%S %z"
|
||||||
|
short: "%d %b %H.%M"
|
||||||
|
long: "%d %B %Y %H.%M"
|
||||||
|
am: "am"
|
||||||
|
pm: "pm"
|
||||||
|
|
||||||
|
number:
|
||||||
|
format:
|
||||||
|
delimiter: "."
|
||||||
|
separator: ","
|
||||||
|
precision: 2
|
||||||
|
|
||||||
|
currency:
|
||||||
|
format:
|
||||||
|
format: "%n. %u"
|
||||||
|
unit: "₹"
|
||||||
|
separator: ","
|
||||||
|
delimiter: "."
|
||||||
|
precision: 2
|
||||||
|
|
||||||
|
percentage:
|
||||||
|
format:
|
||||||
|
delimiter: "."
|
||||||
|
separator: ","
|
||||||
|
precision: 2
|
||||||
|
|
||||||
|
precision:
|
||||||
|
format:
|
||||||
|
delimiter: "."
|
||||||
|
separator: ","
|
||||||
|
|
||||||
|
human:
|
||||||
|
format:
|
||||||
|
delimiter: "."
|
||||||
|
separator: ","
|
||||||
|
precision: 1
|
||||||
|
storage_units:
|
||||||
|
- Byte
|
||||||
|
- KB
|
||||||
|
- MB
|
||||||
|
- GB
|
||||||
|
- TB
|
||||||
|
|
||||||
|
datetime:
|
||||||
|
distance_in_words:
|
||||||
|
half_a_minute: "setengah menit"
|
||||||
|
less_than_x_seconds:
|
||||||
|
zero: "kurang dari 1 detik"
|
||||||
|
one: "kurang dari 1 detik"
|
||||||
|
other: "kurang dari %{count} detik"
|
||||||
|
x_seconds:
|
||||||
|
one: "satu detik"
|
||||||
|
other: "%{count} detik"
|
||||||
|
less_than_x_minutes:
|
||||||
|
zero: "kurang dari 1 menit"
|
||||||
|
one: "kurang dari 1 menit"
|
||||||
|
other: "kurang dari %{count} menit"
|
||||||
|
x_minutes:
|
||||||
|
one: "satu menit"
|
||||||
|
other: "%{count} menit"
|
||||||
|
about_x_hours:
|
||||||
|
one: "sekitar satu jam"
|
||||||
|
other: "sekitar %{count} jam"
|
||||||
|
x_days:
|
||||||
|
one: "sehari"
|
||||||
|
other: "%{count} hari"
|
||||||
|
about_x_months:
|
||||||
|
one: "sekitar sebulan"
|
||||||
|
other: "sekitar %{count} bulan"
|
||||||
|
x_months:
|
||||||
|
one: "sebulan"
|
||||||
|
other: "%{count} bulan"
|
||||||
|
about_x_years:
|
||||||
|
one: "setahun"
|
||||||
|
other: "noin %{count} tahun"
|
||||||
|
over_x_years:
|
||||||
|
one: "lebih dari setahun"
|
||||||
|
other: "lebih dari %{count} tahun"
|
||||||
|
almost_x_years:
|
||||||
|
one: "hampir setahun"
|
||||||
|
other: "hampir %{count} tahun"
|
||||||
|
prompts:
|
||||||
|
year: "Tahun"
|
||||||
|
month: "Bulan"
|
||||||
|
day: "Hari"
|
||||||
|
hour: "Jam"
|
||||||
|
minute: "Menit"
|
||||||
|
second: "Detik"
|
||||||
|
|
||||||
|
helpers:
|
||||||
|
select:
|
||||||
|
prompt: "Silahkan pilih"
|
||||||
|
|
||||||
|
submit:
|
||||||
|
create: 'Buat %{model}'
|
||||||
|
update: 'Update %{model}'
|
||||||
|
submit: 'Simpan %{model}'
|
||||||
|
|
||||||
|
errors:
|
||||||
|
format: "%{attribute} %{message}"
|
||||||
|
|
||||||
|
messages: &errors_messages
|
||||||
|
inclusion: "tidak termasuk"
|
||||||
|
exclusion: "sudah digunakan"
|
||||||
|
invalid: "tidak valid"
|
||||||
|
confirmation: "tidak sesuai dengan konfirmasi"
|
||||||
|
accepted: "harus diterima"
|
||||||
|
empty: "tidak bisa kosong"
|
||||||
|
blank: "tidak bisa kosong"
|
||||||
|
too_long: "terlalu panjang (maksimum %{count} karakter)"
|
||||||
|
too_short: "terlalu pendek (minimum %{count} karakter)"
|
||||||
|
wrong_length: "jumlah karakter salah (seharusnya %{count} karakter)"
|
||||||
|
taken: "sudah digunakan"
|
||||||
|
not_a_number: "bukan angka"
|
||||||
|
greater_than: "harus lebih besar dari %{count}"
|
||||||
|
greater_than_or_equal_to: "harus sama atau lebih besar dari %{count}"
|
||||||
|
equal_to: "harus sama dengan %{count}"
|
||||||
|
less_than: "harus lebih kecil dari %{count}"
|
||||||
|
less_than_or_equal_to: "harus sama atau lebih kecil dari %{count}"
|
||||||
|
odd: "harus ganjil"
|
||||||
|
even: "harus genap"
|
||||||
|
record_invalid: "Verifikasi gagal: %{errors}"
|
||||||
|
template: &errors_template
|
||||||
|
header:
|
||||||
|
one: "1 kesalahan mengakibatkan %{model} ini tidak bisa disimpan"
|
||||||
|
other: "%{count} kesalahan mengakibatkan %{model} ini tidak bisa disimpan"
|
||||||
|
body: "Ada masalah dengan field berikut:"
|
||||||
|
|
||||||
|
activerecord:
|
||||||
|
errors:
|
||||||
|
messages:
|
||||||
|
<<: *errors_messages
|
||||||
|
template:
|
||||||
|
<<: *errors_template
|
||||||
|
full_messages:
|
||||||
|
format: "%{attribute} %{message}"
|
||||||
|
|
||||||
|
number:
|
||||||
|
format:
|
||||||
|
separator: ","
|
||||||
|
delimiter: "."
|
||||||
|
precision: 3
|
||||||
|
significant: false
|
||||||
|
strip_insignificant_zeros: false
|
||||||
|
|
||||||
|
currency:
|
||||||
|
format:
|
||||||
|
format: "%u%n"
|
||||||
|
unit: "Rp"
|
||||||
|
separator: ","
|
||||||
|
delimiter: "."
|
||||||
|
precision: 2
|
||||||
|
significant: false
|
||||||
|
strip_insignificant_zeros: false
|
||||||
|
|
||||||
|
percentage:
|
||||||
|
format:
|
||||||
|
delimiter: ""
|
||||||
|
|
||||||
|
precision:
|
||||||
|
format:
|
||||||
|
delimiter: ""
|
||||||
|
|
||||||
|
human:
|
||||||
|
format:
|
||||||
|
delimiter: ""
|
||||||
|
precision: 3
|
||||||
|
significant: true
|
||||||
|
strip_insignificant_zeros: true
|
||||||
|
storage_units:
|
||||||
|
format: "%n %u"
|
||||||
|
units:
|
||||||
|
byte:
|
||||||
|
one: "Byte"
|
||||||
|
other: "Byte"
|
||||||
|
kb: "KB"
|
||||||
|
mb: "MB"
|
||||||
|
gb: "GB"
|
||||||
|
tb: "TB"
|
||||||
|
decimal_units:
|
||||||
|
format: "%n %u"
|
||||||
|
units:
|
||||||
|
unit: ""
|
||||||
|
thousand: Ribu
|
||||||
|
million: Juta
|
||||||
|
billion: Miliar
|
||||||
|
trillion: Triliun
|
||||||
|
quadrillion: Quadriliun
|
2
vendor/rails-locales/hi-IN.yml
vendored
2
vendor/rails-locales/hi-IN.yml
vendored
|
@ -86,7 +86,7 @@ hi-IN:
|
||||||
currency:
|
currency:
|
||||||
format:
|
format:
|
||||||
format: "%u%n"
|
format: "%u%n"
|
||||||
unit: "$"
|
unit: "₹"
|
||||||
separator: "."
|
separator: "."
|
||||||
delimiter: ","
|
delimiter: ","
|
||||||
precision: 2
|
precision: 2
|
||||||
|
|
2
vendor/rails-locales/hi.yml
vendored
2
vendor/rails-locales/hi.yml
vendored
|
@ -86,7 +86,7 @@ hi:
|
||||||
currency:
|
currency:
|
||||||
format:
|
format:
|
||||||
format: "%u%n"
|
format: "%u%n"
|
||||||
unit: "$"
|
unit: "₹"
|
||||||
separator: "."
|
separator: "."
|
||||||
delimiter: ","
|
delimiter: ","
|
||||||
precision: 2
|
precision: 2
|
||||||
|
|
2
vendor/rails-locales/ja.yml
vendored
2
vendor/rails-locales/ja.yml
vendored
|
@ -66,7 +66,7 @@ ja:
|
||||||
formats:
|
formats:
|
||||||
default: "%Y/%m/%d %H:%M:%S"
|
default: "%Y/%m/%d %H:%M:%S"
|
||||||
short: "%y/%m/%d %H:%M"
|
short: "%y/%m/%d %H:%M"
|
||||||
long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
|
long: "%Y年%m月%d日(%a) %H時%M分%S秒 %z"
|
||||||
am: "午前"
|
am: "午前"
|
||||||
pm: "午後"
|
pm: "午後"
|
||||||
|
|
||||||
|
|
20
vendor/rails-locales/th.yml
vendored
20
vendor/rails-locales/th.yml
vendored
|
@ -12,26 +12,26 @@ th:
|
||||||
long: "%d %B %Y"
|
long: "%d %B %Y"
|
||||||
|
|
||||||
day_names:
|
day_names:
|
||||||
- "อาทิตย์
|
- อาทิตย์
|
||||||
- จันทร์
|
- จันทร์
|
||||||
- อังคาร
|
- อังคาร
|
||||||
- พุธ
|
- พุธ
|
||||||
- พฤหัสบดี
|
- พฤหัสบดี
|
||||||
- ศุกร์
|
- ศุกร์
|
||||||
- เสาร์"
|
- เสาร์
|
||||||
abbr_day_names:
|
abbr_day_names:
|
||||||
- "อา
|
- อา
|
||||||
- จ
|
- จ
|
||||||
- อ
|
- อ
|
||||||
- พ
|
- พ
|
||||||
- พฤ
|
- พฤ
|
||||||
- ศ
|
- ศ
|
||||||
- ส"
|
- ส
|
||||||
month_names:
|
month_names:
|
||||||
- ~
|
- ~
|
||||||
- "มกราคม"
|
- มกราคม
|
||||||
- "กุมภาพันธ์"
|
- กุมภาพันธ์
|
||||||
- "มีนาคม
|
- มีนาคม
|
||||||
- เมษายน
|
- เมษายน
|
||||||
- พฤษภาคม
|
- พฤษภาคม
|
||||||
- มิถุนายน
|
- มิถุนายน
|
||||||
|
@ -40,10 +40,10 @@ th:
|
||||||
- กันยายน
|
- กันยายน
|
||||||
- ตุลาคม
|
- ตุลาคม
|
||||||
- พฤศจิกายน
|
- พฤศจิกายน
|
||||||
- ธันวาคม"
|
- ธันวาคม
|
||||||
abbr_month_names:
|
abbr_month_names:
|
||||||
- ~
|
- ~
|
||||||
- "ม.ค.
|
- ม.ค.
|
||||||
- ก.พ.
|
- ก.พ.
|
||||||
- มี.ค.
|
- มี.ค.
|
||||||
- เม.ย.
|
- เม.ย.
|
||||||
|
@ -54,7 +54,7 @@ th:
|
||||||
- ก.ย.
|
- ก.ย.
|
||||||
- ต.ค.
|
- ต.ค.
|
||||||
- พ.ย.
|
- พ.ย.
|
||||||
- ธ.ค."
|
- ธ.ค.
|
||||||
order:
|
order:
|
||||||
- :day
|
- :day
|
||||||
- :month
|
- :month
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue