Update rails translations

This commit is contained in:
Tom Hughes 2011-12-29 15:23:21 +00:00
parent 0af83bb410
commit a2563bd6eb
6 changed files with 286 additions and 37 deletions

View file

@ -20,7 +20,7 @@ bn-IN:
format:
# Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
format: "%u %n"
unit: "Rs."
unit: ""
# These three are to override number.format and are optional
separator: "."
delimiter: ","
@ -88,20 +88,20 @@ bn-IN:
one: "১ মিনিট"
other: "%{count} মিনিট"
about_x_hours:
one: "প্রা ১ ঘন্টা"
other: "প্রা %{count} ঘন্টা"
one: "প্রায় ১ ঘন্টা"
other: "প্রায় %{count} ঘন্টা"
x_days:
one: "১ দিন"
other: "%{count} দিন"
about_x_months:
one: "প্রা ১ মাস"
other: "প্রা %{count} মাস"
one: "প্রায় ১ মাস"
other: "প্রায় %{count} মাস"
x_months:
one: "১ মাস"
other: "%{count} মাস"
about_x_years:
one: "প্রা ১ বছর"
other: "প্রা %{count} বছর"
one: "প্রায় ১ বছর"
other: "প্রায় %{count} বছর"
over_x_years:
one: "১ বছরের বেশি"
other: "%{count} বছরের বেশি"
@ -116,30 +116,30 @@ bn-IN:
errors:
format: "%{attribute} %{message}"
messages: &errors_messages
inclusion: "লিস্টে অন্তর্ভুক্ত ন"
inclusion: "লিস্টে অন্তর্ভুক্ত নয়"
exclusion: "রিসার্ভ করা অাছে"
invalid: "সঠিক ন"
invalid: "সঠিক নয়"
confirmation: "অনুমোদনের সঙ্গে মিলছে না"
accepted: "গ্রাহ্য করতে হবে"
empty: "খালি রাখা যাবে না"
blank: "ফাঁকা রাখা যাবে না"
too_long: "খুব বো (সর্বোচ্চ %{count} অক্ষর)"
too_long: "খুব বড়ো (সর্বোচ্চ %{count} অক্ষর)"
too_short: "খুব ছোটো (সর্বনিম্ন %{count} অক্ষর)"
wrong_length: "দৈর্ঘ্যটি সঠিক ন (%{count} অক্ষর হতে হবে)"
taken: "অাগেই নিয়ে নেওয়া হয়েছে"
not_a_number: "নম্বর ন"
greater_than: "%{count} থেকে বো হতে হবে"
greater_than_or_equal_to: "%{count} থেকে বো অথবা তার সমান হতে হবে"
wrong_length: "দৈর্ঘ্যটি সঠিক নয় (%{count} অক্ষর হতে হবে)"
taken: "অাগেই নিয়ে নেওয়া হয়েছে"
not_a_number: "নম্বর নয়"
greater_than: "%{count} থেকে বড়ো হতে হবে"
greater_than_or_equal_to: "%{count} থেকে বড়ো অথবা তার সমান হতে হবে"
equal_to: "%{count} এর সঙ্গে সমান হতে হবে"
less_than: "%{count} থেকে ছোটো হতে হবে"
less_than_or_equal_to: "%{count} থেকে ছোটো অথবা তার সমান হতে হবে"
odd: "বেজো হতে হবে"
even: "জো হতে হবে"
odd: "বেজোড় হতে হবে"
even: "জোড় হতে হবে"
template: &errors_template
header:
one: "১ টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হনি"
other: "%{count} টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হনি"
body: "এই ফিল্ডগুলোতে কিছু সমস্যা দেখা দিেছে:"
one: "১ টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি"
other: "%{count} টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি"
body: "এই ফিল্ডগুলোতে কিছু সমস্যা দেখা দিয়েছে:"
activerecord:
errors:
@ -191,8 +191,8 @@ bn-IN:
# Don't forget the nil at the beginning; there's no such thing as a 0th month
month_names:
- ~
- জানুারি
- ফেব্রুারি
- জানুয়ারি
- ফেব্রুয়ারি
- মার্চ
- এপ্রিল
- মে
@ -205,8 +205,8 @@ bn-IN:
- ডিসেম্বার
abbr_month_names:
- ~
- জানুারি
- ফেব্রুারি
- জানুয়ারি
- ফেব্রুয়ারি
- মার্চ
- এপ্রিল
- মে

249
vendor/rails-locales/en-IN.yml vendored Normal file
View 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

View file

@ -86,7 +86,7 @@ hi-IN:
currency:
format:
format: "%u%n"
unit: "$"
unit: ""
separator: "."
delimiter: ","
precision: 2

View file

@ -86,7 +86,7 @@ hi:
currency:
format:
format: "%u%n"
unit: "$"
unit: ""
separator: "."
delimiter: ","
precision: 2

View file

@ -66,7 +66,7 @@ ja:
formats:
default: "%Y/%m/%d %H:%M:%S"
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: "午前"
pm: "午後"

View file

@ -12,26 +12,26 @@ th:
long: "%d %B %Y"
day_names:
- "อาทิตย์
- อาทิตย์
- จันทร์
- อังคาร
- พุธ
- พฤหัสบดี
- ศุกร์
- เสาร์"
- เสาร์
abbr_day_names:
- "อา
- อา
-
-
-
- พฤ
-
- "
-
month_names:
- ~
- "มกราคม"
- "กุมภาพันธ์"
- "มีนาคม
- มกราคม
- กุมภาพันธ์
- มีนาคม
- เมษายน
- พฤษภาคม
- มิถุนายน
@ -40,10 +40,10 @@ th:
- กันยายน
- ตุลาคม
- พฤศจิกายน
- ธันวาคม"
- ธันวาคม
abbr_month_names:
- ~
- "ม.ค.
- ม.ค.
- ก.พ.
- มี.ค.
- เม.ย.
@ -54,7 +54,7 @@ th:
- ก.ย.
- ต.ค.
- พ.ย.
- ธ.ค."
- ธ.ค.
order:
- :day
- :month