From 1b5a94caace982d94410b5ffa199cad6eb393aa7 Mon Sep 17 00:00:00 2001 From: Dharmarth Shah Date: Fri, 30 Mar 2012 18:22:49 +0530 Subject: [PATCH] Corrected en-IN.yml --- rails/locale/en-IN.yml | 162 +++++++++++++++++++++-------------------- 1 file changed, 83 insertions(+), 79 deletions(-) diff --git a/rails/locale/en-IN.yml b/rails/locale/en-IN.yml index 4f685b1e1..dab75cdbb 100644 --- a/rails/locale/en-IN.yml +++ b/rails/locale/en-IN.yml @@ -19,7 +19,7 @@ en-IN: - Jul - Aug - Sep - - Okt + - Oct - Nov - Dec day_names: @@ -31,9 +31,9 @@ en-IN: - Friday - Saturday formats: - default: ! '%d %B %Y' - long: ! '%A, %d %B %Y' - short: ! '%d.%m.%Y' + default: ! '%Y-%m-%d' + long: ! '%B %d, %Y' + short: ! '%b %d' month_names: - - January @@ -49,115 +49,119 @@ en-IN: - November - December order: - - :day - - :month - :year + - :month + - :day datetime: distance_in_words: about_x_hours: - one: sekitar satu jam - other: sekitar %{count} jam + one: about 1 hour + other: about %{count} hours about_x_months: - one: sekitar sebulan - other: sekitar %{count} bulan + one: about 1 month + other: about %{count} months about_x_years: - one: setahun - other: noin %{count} tahun + one: about 1 year + other: about %{count} years almost_x_years: - one: hampir setahun - other: hampir %{count} tahun - half_a_minute: setengah menit + one: almost 1 year + other: almost %{count} years + half_a_minute: half a minute less_than_x_minutes: - one: kurang dari 1 menit - other: kurang dari %{count} menit - zero: kurang dari 1 menit + one: less than a minute + other: less than %{count} minutes less_than_x_seconds: - one: kurang dari 1 detik - other: kurang dari %{count} detik - zero: kurang dari 1 detik + one: less than 1 second + other: less than %{count} seconds over_x_years: - one: lebih dari setahun - other: lebih dari %{count} tahun + one: over 1 year + other: over %{count} years x_days: - one: sehari - other: ! '%{count} hari' + one: 1 day + other: ! '%{count} days' x_minutes: - one: satu menit - other: ! '%{count} menit' + one: 1 minute + other: ! '%{count} minutes' x_months: - one: sebulan - other: ! '%{count} bulan' + one: 1 month + other: ! '%{count} months' x_seconds: - one: satu detik - other: ! '%{count} detik' + one: 1 second + other: ! '%{count} seconds' prompts: - day: Hari - hour: Jam - minute: Menit - month: Bulan - second: Detik - year: Tahun + day: Day + hour: Hour + minute: Minute + month: Month + second: Seconds + year: Year errors: &errors format: ! '%{attribute} %{message}' messages: - accepted: harus diterima - blank: tidak bisa kosong - confirmation: tidak sesuai dengan konfirmasi - empty: tidak bisa kosong - equal_to: harus sama dengan %{count} - even: harus genap - exclusion: sudah digunakan - greater_than: harus lebih besar dari %{count} - greater_than_or_equal_to: harus sama atau lebih besar dari %{count} - inclusion: tidak termasuk - invalid: tidak valid - less_than: harus lebih kecil dari %{count} - less_than_or_equal_to: harus sama atau lebih kecil dari %{count} - not_a_number: bukan angka + accepted: must be accepted + blank: can't be blank + confirmation: doesn't match confirmation + empty: can't be empty + equal_to: must be equal to %{count} + even: must be even + exclusion: is reserved + greater_than: must be greater than %{count} + greater_than_or_equal_to: must be greater than or equal to %{count} + inclusion: is not included in the list + invalid: is invalid + less_than: must be less than %{count} + less_than_or_equal_to: must be less than or equal to %{count} + not_a_number: is not a number not_an_integer: must be an integer - odd: harus ganjil - record_invalid: ! 'Verifikasi gagal: %{errors}' - taken: sudah digunakan - too_long: terlalu panjang (maksimum %{count} karakter) - too_short: terlalu pendek (minimum %{count} karakter) - wrong_length: jumlah karakter salah (seharusnya %{count} karakter) + odd: must be odd + record_invalid: ! 'Validation failed: %{errors}' + taken: has already been taken + too_long: + one: is too long (maximum is 1 character) + other: is too long (maximum is %{count} characters) + too_short: + one: is too short (minimum is 1 character) + other: is too short (minimum is %{count} characters) + wrong_length: + one: is the wrong length (should be 1 character) + other: is the wrong length (should be %{count} characters) template: - body: ! 'Ada masalah dengan field berikut:' + body: ! 'There were problems with the following fields:' header: - one: 1 kesalahan mengakibatkan %{model} ini tidak bisa disimpan - other: ! '%{count} kesalahan mengakibatkan %{model} ini tidak bisa disimpan' + one: 1 error prohibited this %{model} from being saved + other: ! '%{count} errors prohibited this %{model} from being saved' helpers: select: - prompt: Silahkan pilih + prompt: Please select submit: - create: Buat %{model} - submit: Simpan %{model} + create: Create %{model} + submit: Save %{model} update: Update %{model} number: currency: format: - delimiter: . + delimiter: ! ',' format: ! '%u%n' precision: 2 - separator: ! ',' + separator: . significant: false strip_insignificant_zeros: false - unit: Rp + unit: Rs format: - delimiter: . + delimiter: ! ',' precision: 3 - separator: ! ',' + separator: . significant: false strip_insignificant_zeros: false human: decimal_units: format: ! '%n %u' units: - billion: Miliar - million: Juta - quadrillion: Quadriliun - thousand: Ribu - trillion: Triliun + billion: Billion + million: Million + quadrillion: Quadrillion + thousand: Thousand + trillion: Trillion unit: '' format: delimiter: '' @@ -169,7 +173,7 @@ en-IN: units: byte: one: Byte - other: Byte + other: Bytes gb: GB kb: KB mb: MB @@ -182,15 +186,15 @@ en-IN: delimiter: '' support: array: - last_word_connector: ! ', and' + last_word_connector: ! ', and ' two_words_connector: ! ' and ' - words_connector: ! ',' + words_connector: ! ', ' time: am: am formats: - default: ! '%a, %d %b %Y %H.%M.%S %z' - long: ! '%d %B %Y %H.%M' - short: ! '%d %b %H.%M' + default: ! '%a, %d %b %Y %H:%M:%S %z' + long: ! '%B %d, %Y %H:%M' + short: ! '%d %b %H:%M' pm: pm # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository activemodel: