1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

Merge branch 'dev' for release 2.5.3

This commit is contained in:
Sylvain 2017-04-27 14:24:07 +02:00
commit 186b1eedb5
114 changed files with 22429 additions and 10 deletions

View File

@ -1 +1 @@
2.5.2
2.5.3

View File

@ -1,10 +1,17 @@
# Changelog Fab Manager
## v2.5.2 April 12
## v2.5.3 2017 April 27
- Project view: added responsive support on external images
- Include rails localization support for 115 new locations
## v2.5.2 2017 April 12
- Extracts first admin created email and password into environment variables
- [OPTIONAL: Only for a new installation] add `ADMIN_EMAIL` and `ADMIN_PASSWORD` environment variable in `application.yml` or `env` file (with docker)
## v2.5.1 2017 March 28
- hide spaces in admin's credit management if spaces are disabled
- Fix a bug : Can not display training tracking (this bug was introduced in version 2.5.0)
- [TODO DEPLOY] `rake assets:precompile`

View File

@ -548,14 +548,17 @@ If you are in a development environment, your can keep the default values, other
#### Settings
RAILS_LOCALE
Configure Ruby on Rails for l10n.
Configure Ruby on Rails localization settings (currency, dates, number formats ...).
Be sure that `config/locales/rails.XX.yml` exists, where `XX` match your configured RAILS_LOCALE.
Please, be aware that **the configured locale will imply the CURRENCY symbol used to generate invoices**.
_Eg.: configuring **es-ES** will set the currency symbol to **€** but **es-MX** will set **$** as currency symbol, so setting the `RAILS_LOCALE` to simple **es** (without country indication) will probably not do what you expect._
See `config/locales/rails.*.yml` for a list of available locales. Default is **en**.
If your locale is not present in that list or any locale doesn't have your exact expectations, please open a pull request to share your modifications with the community and obtain a rebuilt docker image.
You can find templates of these files at https://github.com/svenfuchs/rails-i18n/tree/rails-4-x/rails/locale.
Be aware that **this file MUST contain the CURRENCY symbol used to generate invoices** (among other things).
Default is **en**.
MOMENT_LOCALE
Configure the moment.js library for l10n.
@ -576,7 +579,7 @@ Configure the locale for angular-i18n.
Please, be aware that **the configured locale will imply the CURRENCY displayed to front-end users.**
_Eg.: configuring **fr-fr** will set the currency symbol to **€** but **fr-ca** will set **$** as currency symbol, so setting the `angular_locale` to simple **fr** (without country indication) will probably not do what you expect._
_Eg.: configuring **fr-fr** will set the currency symbol to **€** but **fr-ca** will set **$** as currency symbol, so setting the `ANGULAR_LOCALE` to simple **fr** (without country indication) will probably not do what you expect._
See `vendor/assets/components/angular-i18n/angular-locale_*.js` for a list of available locales. Default is **en**.

View File

@ -160,6 +160,11 @@
height: 400px;
}
}
img {
display: block;
max-width: 100%;
height: auto;
}
}
.label-staging {

View File

@ -31,7 +31,7 @@
<div class="article wrapper-lg">
<div class="article-thumbnail" ng-if="project.project_image">
<a href="{{project.project_full_image}}" target="_blank"><img ng-src="{{project.project_image}}" alt="{{project.name}}" class="img-responsive"></a>
<a href="{{project.project_full_image}}" target="_blank"><img ng-src="{{project.project_image}}" alt="{{project.name}}"></a>
</div>
<h3 translate>{{ 'project_description' }}</h3>
@ -44,7 +44,7 @@
</div>
<div ng-repeat-start="image in step.project_step_images_attributes" class="clearfix" ng-if="$index % 3 == 0"></div>
<div class="col-md-4" ng-repeat-end>
<a href="{{image.attachment_full_url}}" target="_blank"><img class="img-responsive m-b" ng-src="{{image.attachment_url}}" alt="{{image.attachment}}" ></a>
<a href="{{image.attachment_full_url}}" target="_blank"><img class="m-b" ng-src="{{image.attachment_url}}" alt="{{image.attachment}}" ></a>
</div>
<div class="col-md-8" ng-class="{'col-md-12' : step.project_step_images_attributes.length > 1 || step.project_step_images_attributes.length == 0}">

199
config/locales/rails.af.yml Normal file
View File

@ -0,0 +1,199 @@
---
af:
date:
abbr_day_names:
- Son
- Maan
- Dins
- Woe
- Don
- Vry
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- Mei
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Des
day_names:
- Sondag
- Maandag
- Dinsdag
- Woensdag
- Donderdag
- Vrydag
- Saterdag
formats:
default: "%Y-%m-%d"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- Januarie
- Februarie
- Maart
- April
- Mai
- Junie
- Julie
- Augustus
- September
- Oktober
- November
- Desember
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: ongeveer 1 uur
other: ongeveer %{count} ure
about_x_months:
one: ongeveer 1 maand
other: ongeveer %{count} maande
about_x_years:
one: ongeveer 1 jaar
other: ongeveer %{count} jaar
almost_x_years:
one: sowat 1 jaar
other: sowat %{count} jaar
half_a_minute: halfminuut
less_than_x_minutes:
one: minder as n minuut
other: minder as %{count} minute
less_than_x_seconds:
one: minder as 1 second
other: minder as %{count} sekondes
over_x_years:
one: meer as 1 jaar
other: meer as %{count} jaar
x_days:
one: 1 dag
other: "%{count} days"
x_minutes:
one: 1 minuut
other: "%{count} minute"
x_months:
one: 1 maand
other: "%{count} maande"
x_seconds:
one: 1 sekonde
other: "%{count} sekondes"
prompts:
day: Dag
hour: Uur
minute: Minuut
month: Maand
second: Sekondes
year: Jaar
errors:
format: "%{attribute} %{message}"
messages:
accepted: moet aanvaar word
blank: mag nie leeg wees nie
confirmation: pas nie by bevestiging nie
empty: mag nie leeg wees nie
equal_to: moet gelyk wees aan %{count}
even: moet gelykstaande wees
exclusion: is bespreek
greater_than: moet meer wees as %{count}
greater_than_or_equal_to: moet meer of gelykstaande wees aan %{count}
inclusion: is nie by die lys ingesluit nie
invalid: is ongeldig
less_than: moet minder wees as %{count}
less_than_or_equal_to: moet minder of gelykstaande wees aan %{count}
not_a_number: is nie n getal nie
not_an_integer: moet n integer wees
odd: moet onewe wees
record_invalid: 'Validation failed: %{errors}'
taken: is reeds geneem
too_long:
one: is te lank (maksimum is 1 karakter)
other: is te lank (maksimum is %{count} karakters)
too_short:
one: is te kort (minimum is 1 karakter)
other: is te kort (minimum is %{count} karakters)
wrong_length:
one: is die verkeerde lengte (moet 1 karakter wees)
other: is die verkeerde lengte (moet %{count} karakters wees)
template:
body: 'There were problems with the following fields:'
header:
one: 1 fout het verhoed dat hierdie %{model} gestoor kon word
other: "%{count} foute het verhoed dat hierdie %{model} gestoor kon word"
helpers:
select:
prompt: Kies asseblief
submit:
create: Skep %{model}
submit: Stoor %{model}
update: Dateer %{model} op
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: vals
strip_insignificant_zeros: vals
unit: R
format:
delimiter: ","
precision: 3
separator: "."
significant: vals
strip_insignificant_zeros: vals
human:
decimal_units:
format: "%n %u"
units:
billion: miljard
million: miljoen
quadrillion: kwadriljon
thousand: duisend
trillion: biljoen
unit: ''
format:
delimiter: ''
precision: 3
significant: waar
strip_insignificant_zeros: waar
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", en "
two_words_connector: " en "
words_connector: ", "
time:
am: vm
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: nm

275
config/locales/rails.ar.yml Normal file
View File

@ -0,0 +1,275 @@
---
ar:
date:
abbr_day_names:
- الأحد
- الإثنين
- الثّلاثاء
- الأربعاء
- الخميس
- الجمعة
- السّبت
abbr_month_names:
-
- يناير/كانون الثّاني
- فبراير/شباط
- مارس/آذَار
- إبريل/نَيْسان
- مايو/أيار
- يونيو/حَزيران
- يوليو/تمُّوز
- أغسطس/آب
- سبتمبر/أيلول
- أكتوبر/تشرين الأوّل
- نوفمبر/تشرين الثّاني
- ديسمبر/كانون الأَوّل
day_names:
- الأحد
- الإثنين
- الثّلاثاء
- الأربعاء
- الخميس
- الجمعة
- السّبت
formats:
default: "%Y-%m-%d"
long: "%B %e، %Y"
short: "%e %b"
month_names:
-
- يناير/كانون الثّاني
- فبراير/شباط
- مارس/آذَار
- إبريل/نَيْسان
- مايو/أيار
- يونيو/حَزيران
- يوليو/تمُّوز
- أغسطس/آب
- سبتمبر/أيلول
- أكتوبر/تشرين الأوّل
- نوفمبر/تشرين الثّاني
- ديسمبر/كانون الأَوّل
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
zero: حوالي صفر ساعات
one: حوالي ساعة واحدة
two: حوالي ساعتان
few: حوالي %{count} ساعات
many: حوالي %{count} ساعة
other: حوالي %{count} ساعة
about_x_months:
zero: حوالي صفر أشهر
one: حوالي شهر واحد
two: حوالي شهران
few: حوالي %{count} أشهر
many: حوالي %{count} شهر
other: حوالي %{count} شهر
about_x_years:
zero: حوالي صفر سنوات
one: حوالي سنة
two: حوالي سنتان
few: حوالي %{count} سنوات
many: حوالي %{count} سنة
other: حوالي %{count} سنة
almost_x_years:
zero: ما يقرب من صفر سنوات
one: تقريبا سنة واحدة
two: ما يقرب من سنتين
few: ما يقرب من %{count} سنوات
many: ما يقرب من %{count} سنة
other: ما يقرب من %{count} سنة
half_a_minute: نصف دقيقة
less_than_x_minutes:
zero: أقل من صفر دقائق
one: أقل من دقيقة
two: أقل من دقيقتان
few: أقل من %{count} دقائق
many: أقل من %{count} دقيقة
other: أقل من %{count} دقيقة
less_than_x_seconds:
zero: أقل من صفر ثواني
one: أقل من ثانية
two: أقل من ثانيتان
few: أقل من %{count} ثوان
many: أقل من %{count} ثانية
other: أقل من %{count} ثانية
over_x_years:
zero: أكثر من صفر سنوات
one: أكثر من سنة
two: أكثر من سنتين
few: أكثر من %{count} سنوات
many: أكثر من %{count} سنة
other: أكثر من %{count} سنة
x_days:
zero: صفر أيام
one: يوم واحد
two: يومان
few: "%{count} أيام"
many: "%{count} يوم"
other: "%{count} يوم"
x_minutes:
zero: صفر دقائق
one: دقيقة واحدة
two: دقيقتان
few: "%{count} دقائق"
many: "%{count} دقيقة"
other: "%{count} دقيقة"
x_months:
zero: صفر أشهر
one: شهر واحد
two: شهران
few: "%{count} أشهر"
many: "%{count} شهر"
other: "%{count} شهر"
x_seconds:
zero: صفر ثواني
one: ثانية واحدة
two: ثانيتان
few: "%{count} ثوان"
many: "%{count} ثانية"
other: "%{count} ثانية"
prompts:
day: اليوم
hour: ساعة
minute: دقيقة
month: الشهر
second: ثانية
year: السنة
errors:
format: "%{attribute} %{message}"
messages:
accepted: يجب أن تقبل
blank: فارغ، يرجى ملء الحقل
present: يجب ترك الحقل فارغاً
confirmation: لا يتوافق مع %{attribute}
empty: فارغ، يرجى ملء الحقل
equal_to: يجب أن يساوي %{count}
even: يجب أن يكون عددًا زوجيًّا
exclusion: محجوز
greater_than: يجب أن يكون أكبر من %{count}
greater_than_or_equal_to: يجب أن يكون أكبر من أو يساوي %{count}
inclusion: غير مُدرج في القائمة
invalid: غير مقبول
less_than: يجب أن يكون أصغر من %{count}
less_than_or_equal_to: يجب أن يكون أصغر من أو يساوي %{count}
not_a_number: ليس رقمًا
not_an_integer: يجب أن يكون عدداً صحيحاً
odd: يجب أن يكون عددًا فرديًّا
record_invalid: 'فشل التحقّق من: %{errors}'
restrict_dependent_destroy:
one: لا يمكن حذف السجل لوجود سجل يعتمد عليه %{record}
many: لا يمكن حذف السجل لوجود سجلات تعتمد عليه %{record}
taken: محجوز مُسبقًا
too_long:
zero: أطول من اللّازم (الحد الأقصى هو ولا حرف)
one: أطول من اللّازم (الحد الأقصى هو حرف واحد)
two: أطول من اللّازم (الحد الأقصى هو حرفان)
few: أطول من اللّازم (الحد الأقصى هو %{count} حروف)
many: أطول من اللّازم (الحد الأقصى هو %{count} حرف)
other: أطول من اللّازم (الحد الأقصى هو %{count} حرف)
too_short:
zero: أقصر من اللّازم (الحد الأدنى هو ولا حرف)
one: أقصر من اللّازم (الحد الأدنى هو حرف واحد)
two: أقصر من اللّازم (الحد الأدنى هو حرفان)
few: أقصر من اللّازم (الحد الأدنى هو %{count} حروف)
many: أقصر من اللّازم (الحد الأدنى هو %{count} حرف)
other: أقصر من اللّازم (الحد الأدنى هو %{count} حرف)
wrong_length:
zero: الطول غير مطابق للحد المطلوب (يجب أن يكون ولا حرف)
one: الطول غير مطابق للحد المطلوب (يجب أن يكون حرف واحد)
two: الطول غير مطابق للحد المطلوب (يجب أن يكون حرفان)
few: الطول غير مطابق للحد المطلوب (يجب أن يكون %{count} أحرف)
many: الطول غير مطابق للحد المطلوب (يجب أن يكون %{count} حرف)
other: الطول غير مطابق للحد المطلوب (يجب أن يكون %{count} حرف)
other_than:
zero: الطول يجب ألاّ يكون صفر أحرف
one: الطول يجب ألاّ يكون حرفاً وحداً
two: الطول يجب ألاّ يكون حرفان
few: الطول يجب ألاّ يكون %{count} أحرف
many: الطول يجب ألاّ يكون %{count} حرفاً
other: الطول يجب ألاّ يكون %{count} حرفاً
template:
body: 'يُرجى التحقّق من الحقول التّالية:'
header:
zero: 'ليس بالامكان حفظ %{model}: لايوجد أخطاء.'
one: 'ليس بالامكان حفظ %{model}: خطأ واحد.'
two: 'ليس بالامكان حفظ %{model}: خطئان.'
few: 'ليس بالامكان حفظ %{model}: %{count} أخطاء.'
many: 'ليس بالامكان حفظ %{model}: %{count} أخطاء.'
other: 'ليس بالامكان حفظ %{model}: %{count} خطأ.'
helpers:
select:
prompt: يُرجى الاختيار
submit:
create: "%{model} إنشاء"
submit: "%{model} حِفظ"
update: "%{model} تحديث"
number:
currency:
format:
delimiter: "،"
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: "،"
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: مليار
million: مليون
quadrillion: كدريليون
thousand: ألفّ
trillion: تريليون
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
zero: Bytes
one: Byte
two: Bytes
few: Bytes
many: Bytes
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " و "
two_words_connector: " و "
words_connector: " و "
time:
am: صباحًا
formats:
default: "%a %b %d %H:%M:%S %Z %Y"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: مساءً

193
config/locales/rails.az.yml Normal file
View File

@ -0,0 +1,193 @@
---
az:
date:
abbr_day_names:
- B.
- B.E.
- Ç.A.
- Ç.
- C.A.
- C.
- Ş.
abbr_month_names:
-
- Yan
- Fev
- Mar
- Apr
- May
- İyn
- İyl
- Avq
- Sen
- Okt
- Noy
- Dek
day_names:
- Bazar
- Bazar ertəsi
- Çərşənbə axşamı
- Çərşənbə
- Cümə axşamı
- Cümə
- Şənbə
formats:
default: "%d.%m.%Y"
long: "%d %B %Y"
short: "%d %b"
month_names:
-
- Yanvar
- Fevral
- Mart
- Aprel
- May
- İyun
- İyul
- Avqust
- Sentyabr
- Oktyabr
- Noyabr
- Dekabr
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: təxminən 1 saat
other: təxminən %{count} saat
about_x_months:
one: təxminən 1 ay
other: təxminən %{count} ay
about_x_years:
one: təxminən 1 il
other: təxminən %{count} il
almost_x_years:
one: təqribən 1 il
other: təqribən %{count} il
half_a_minute: yarım dəqiqə
less_than_x_minutes:
one: 1 dəqiqədən az
other: "%{count} dəqiqədən az"
less_than_x_seconds:
one: 1 saniyədən az
other: "%{count} saniyədən az"
over_x_years:
one: 1 ildən çox
other: "%{count} ildən çox"
x_days:
one: 1 gün
other: "%{count} gün"
x_minutes:
one: 1 dəqiqə
other: "%{count} dəqiqə"
x_months:
one: 1 ay
other: "%{count} ay"
x_seconds:
one: 1 saniyə
other: "%{count} saniyə"
prompts:
day: Gün
hour: Saat
minute: Dəqiqə
month: Ay
second: Saniyə
year: İl
errors:
format: "%{attribute} %{message}"
messages:
accepted: qəbul olunmalıdır
blank: boş ola bilməz
confirmation: təsdiqə uygun deyil
empty: boş ola bilməz
equal_to: "%{count}-ə bərabər olmalıdır"
even: cüt olmalıdır
exclusion: qorunur
greater_than: "%{count}-dən böyük olmalıdır"
greater_than_or_equal_to: böyük və ya %{count}-ə bərabər olmalıdır
inclusion: siyahiyə daxil deyil
invalid: yalnışdır
less_than: "%{count}-dən kiçik olmalıdır"
less_than_or_equal_to: kiçik və ya %{count}-ə bərabər olmalıdır
not_a_number: rəqəm deyil
not_an_integer: tam rəqəm olmalıdır
odd: tək olmalıdır
record_invalid: 'Yoxlama uğursuz oldu: %{errors}'
taken: artıq mövcuddur
too_long: çox uzundur (%{count} simvoldan çox olmalı deyil)
too_short: çox qısadır (%{count} simvoldan az olmalı deyil)
wrong_length: uzunluqu səhvdir (%{count} simvol olmalıdır)
template:
body: 'Aşağıdaki səhvlər üzə çıxdı:'
header:
one: "%{model} saxlanmadı: 1 səhv"
other: "%{model} saxlanmadı: %{count} səhv"
helpers:
select:
prompt: Seçin
submit:
create: "%{model} yarat"
submit: "%{model} saxla"
update: "%{model} yenilə"
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: AZN
format:
delimiter: " "
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Milyard
million: Milyon
quadrillion: Katrilyon
thousand: Min
trillion: Trilyon
unit: ''
format:
delimiter: ''
precision: 1
significant: false
strip_insignificant_zeros: false
storage_units:
format: "%n %u"
units:
byte:
one: Bayt
other: Bayt
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " və "
two_words_connector: " və "
words_connector: ", "
time:
am: günortaya qədər
formats:
default: "%a, %d %b %Y, %H:%M:%S %z"
long: "%d %B %Y, %H:%M"
short: "%d %b, %H:%M"
pm: günortadan sonra

205
config/locales/rails.be.yml Normal file
View File

@ -0,0 +1,205 @@
---
be:
date:
abbr_day_names:
- Пан
- Аўт
- Сер
- Чцв
- Пят
- Суб
- Ндз
abbr_month_names:
-
- Сту
- Лют
- Сак
- Кра
- Тра
- Чэр
- Ліп
- Жні
- Вер
- Кас
- Ліс
- Сне
day_names:
- Нядзеля
- Панядзелак
- Аўторак
- Серада
- Чацвер
- Пятніца
- Субота
formats:
default: "%d-%m-%Y"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- Студзень
- Люты
- Сакавік
- Красавік
- Травень
- Чэрвень
- Ліпень
- Жнівень
- Верасень
- Кастрычнік
- Лістапад
- Снежань
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: каля 1 гадзіны
other: каля %{count} гадзін
about_x_months:
one: каля 1 месяца
other: каля %{count} месяцаў
about_x_years:
one: каля 1 года
other: каля %{count} гадоў
almost_x_years:
one: амаль 1 год
other: амаль %{count} гадоў
half_a_minute: палова хвіліны
less_than_x_minutes:
one: меней за 1 хвіліну
other: меней за %{count} хвілін
less_than_x_seconds:
one: меней за 1 секунду
other: меней за %{count} секундаў
over_x_years:
one: болей за 1 год
other: болей за %{count} гадоў
x_days:
one: 1 дзень
other: "%{count} дзён"
x_minutes:
one: 1 хвіліна
other: "%{count} хвілін"
x_months:
one: 1 месяц
other: "%{count} месяцаў"
x_seconds:
one: 1 секунда
other: "%{count} секундаў"
prompts:
day: Дзень
hour: Гадзіна
minute: Хвіліна
month: Месяц
second: Секунда
year: Год
errors:
format: "%{attribute} %{message}"
messages:
accepted: трэба прыняць
blank: не можа быць пустым
present: павінна быць пустым
confirmation: не супадае з %{attribute}
empty: не можа быць пустым
equal_to: павінна быць роўным %{count}
even: павінна быць цотным
exclusion: мае зарэзерваванае значэнне
greater_than: павінна быць болей за %{count}
greater_than_or_equal_to: павінна быць болей ці роўным %{count}
inclusion: значэнне не уключана ў спіс
invalid: няправільнае значэнне
less_than: павінна быць меней за %{count}
less_than_or_equal_to: павінна быць меней ці роўным %{count}
not_a_number: гэта не лічба
not_an_integer: павінна быць цэлай лічбай
odd: павінна быць няцотным
record_invalid: 'Памылкі валідацыі: %{errors}'
restrict_dependent_destroy:
one: Нельга выдаліць запіс, таму што існуе залежнасць %{record}
many: Нельга выдаліць запіс, таму што існуюць залежнасці %{record}
taken: ўжо занята
too_long:
one: занадта доўгі (максімум 1 сімвал)
other: занадта доўгі (максімум %{count} сімвалаў)
too_short:
one: занадта кароткі (мінімум 1 сімвал)
other: занадта кароткі (мінімум %{count} сімвалаў)
wrong_length:
one: няправільная даўжыня (павінен быць 1 сімвал)
other: няправільная даўжыня (павінны быць %{count} сімвалаў)
other_than: павінна адрознівацца ад %{count}
template:
body: 'Узніклі праблемы з наступнымі палямі:'
header:
one: не атрымалася захаваць %{model} з-за 1 памылкі
other: не атрымалася захаваць %{model} з-за %{count} памылак
helpers:
select:
prompt: Калі ласка, абярыце
submit:
create: Стварыць %{model}
submit: Захаваць %{model}
update: Абнавіць %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: мільярд
million: мільён
quadrillion: квадрыльён
thousand: тысяча
trillion: трыльён
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Байт
other: Байтаў
gb: ГБ
kb: КБ
mb: МБ
tb: ТБ
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " і "
two_words_connector: " і "
words_connector: ", "
time:
am: раніцы
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: вечара

193
config/locales/rails.bg.yml Normal file
View File

@ -0,0 +1,193 @@
---
bg:
date:
abbr_day_names:
- нед
- пон
- вт
- ср
- чет
- пет
- съб
abbr_month_names:
-
- ян.
- фев.
- март
- апр.
- май
- юни
- юли
- авг.
- сеп.
- окт.
- ноем.
- дек.
day_names:
- неделя
- понеделник
- вторник
- сряда
- четвъртък
- петък
- събота
formats:
default: "%d.%m.%Y"
long: "%d %B %Y"
short: "%d %b"
month_names:
-
- януари
- февруари
- март
- април
- май
- юни
- юли
- август
- септември
- октомври
- ноември
- декември
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: около 1 час
other: около %{count} часа
about_x_months:
one: около 1 месец
other: около %{count} месеца
about_x_years:
one: около 1 година
other: около %{count} години
almost_x_years:
one: почти 1 година
other: почти %{count} години
half_a_minute: половин минута
less_than_x_minutes:
one: по-малко от 1 минута
other: по-малко от %{count} минути
less_than_x_seconds:
one: по-малко от 1 секунда
other: по-малко от %{count} секунди
over_x_years:
one: над 1 година
other: над %{count} години
x_days:
one: 1 ден
other: "%{count} дни"
x_minutes:
one: 1 минута
other: "%{count} минути"
x_months:
one: 1 месец
other: "%{count} месеца"
x_seconds:
one: 1 секунда
other: "%{count} секунди"
prompts:
day: Ден
hour: Час
minute: Минута
month: Месец
second: Секунда
year: Година
errors:
format: "%{attribute} %{message}"
messages:
accepted: трябва да се потвърди
blank: не може да е без стойност
confirmation: не съответства на потвърждението
empty: не може да е празно
equal_to: трябва да има стойност, равна на %{count}
even: трябва да е нечетно
exclusion: съдържа предварително зададена стойност
greater_than: трябва да има стойност, по-голяма от %{count}
greater_than_or_equal_to: трябва да има стойност, по-голяма или равна на %{count}
inclusion: съдържа непредвидена стойност
invalid: съдържа невярна стойност
less_than: трябва да има стойност, по-малка от %{count}
less_than_or_equal_to: трябва да има стойност, по-голяма или равна на %{count}
not_a_number: не е число
not_an_integer: не е цяло число
odd: трябва да е четно
record_invalid: 'имаше грешки: %{errors}'
taken: вече съществува
too_long: е прекаленo дълго (не може да е повече от %{count} символа)
too_short: е прекалено късо (не може да бъде по-малко от %{count} символа)
wrong_length: е с грешна дължина (трябва да е с дължина, равна на %{count} символа)
template:
body: 'Възникнаха проблеми със следните полета:'
header:
one: "%{model}: записът е неуспешен заради 1 грешка"
other: "%{model}: записът е неуспешен заради %{count} грешки"
helpers:
select:
prompt: Моля отбележете
submit:
create: Създай %{model}
submit: Запази %{model}
update: Обнови %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: лв.
format:
delimiter: " "
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: милиарда
million: милиона
quadrillion: квадрилиона
thousand: хиляди
trillion: трилиона
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Байт
other: Байта
gb: ГБ
kb: КБ
mb: МБ
tb: ТБ
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " и "
two_words_connector: " и "
words_connector: ", "
time:
am: преди обяд
formats:
default: "%a, %d %b %Y, %H:%M:%S %z"
long: "%d %B %Y, %H:%M"
short: "%d %b, %H:%M"
pm: следобед

176
config/locales/rails.bn.yml Normal file
View File

@ -0,0 +1,176 @@
---
bn:
date:
abbr_day_names:
- রবিবার
- সোমবার
- মঙ্গলবার
- বুধবার
- বৃহস্পতিবার
- শুক্রবার
- শনিবার
abbr_month_names:
-
- জানুয়ারি
- ফেব্রুয়ারি
- মার্চ
- এপ্রিল
- মে
- জুন
- জুলাই
- অগাস্ট
- সেপ্টেমবার
- অক্টোবার
- নভেম্বার
- ডিসেম্বার
day_names:
- রবিবার
- সোমবার
- মঙ্গলবার
- বুধবার
- বৃহস্পতিবার
- শুক্রবার
- শনিবার
formats:
default: "%e/%m/%Y"
long: "%e de %B de %Y"
short: "%e de %b"
month_names:
-
- জানুয়ারি
- ফেব্রুয়ারি
- মার্চ
- এপ্রিল
- মে
- জুন
- জুলাই
- অগাস্ট
- সেপ্টেমবার
- অক্টোবার
- নভেম্বার
- ডিসেম্বার
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: প্রায় ১ ঘন্টা
other: প্রায় %{count} ঘন্টা
about_x_months:
one: প্রায় ১ মাস
other: প্রায় %{count} মাস
about_x_years:
one: প্রায় ১ বছর
other: প্রায় %{count} বছর
half_a_minute: অার্ধেক মিনিট
less_than_x_minutes:
one: মিনিটের কম
other: "%{count} মিনিটের কম"
less_than_x_seconds:
one: '১ সেকেন্ডর কম '
other: "%{count} সেকেন্ডের কম"
over_x_years:
one: বছরের বেশি
other: "%{count} বছরের বেশি"
x_days:
one: দিন
other: "%{count} দিন"
x_minutes:
one: মিনিট
other: "%{count} মিনিট"
x_months:
one: মাস
other: "%{count} মাস"
x_seconds:
one: সেকেন্ড
other: "%{count} সেকেন্ড"
prompts:
day: দিন
hour: ঘন্টা
minute: মিনিট
month: মাস
second: সেকেন্ড
year: বছর
errors:
format: "%{attribute} %{message}"
messages:
accepted: গ্রাহ্য করতে হবে
blank: ফাঁকা রাখা যাবে না
confirmation: অনুমোদনের সঙ্গে মিলছে না
empty: খালি রাখা যাবে না
equal_to: "%{count} এর সঙ্গে সমান হতে হবে"
even: জোড় হতে হবে
exclusion: রিসার্ভ করা অাছে
greater_than: "%{count} থেকে বড়ো হতে হবে"
greater_than_or_equal_to: "%{count} থেকে বড়ো অথবা তার সমান হতে হবে"
inclusion: লিস্টে অন্তর্ভুক্ত নয়
invalid: সঠিক নয়
less_than: "%{count} থেকে ছোটো হতে হবে"
less_than_or_equal_to: "%{count} থেকে ছোটো অথবা তার সমান হতে হবে"
not_a_number: নম্বর নয়
odd: বেজোড় হতে হবে
taken: অাগেই নিয়ে নেওয়া হয়েছে
too_long: খুব বড়ো (সর্বোচ্চ %{count} অক্ষর)
too_short: খুব ছোটো (সর্বনিম্ন %{count} অক্ষর)
wrong_length: দৈর্ঘ্যটি সঠিক নয় (%{count} অক্ষর হতে হবে)
template:
body: 'এই ফিল্ডগুলোতে কিছু সমস্যা দেখা দিয়েছে:'
header:
one: টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি
other: "%{count} টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি"
number:
currency:
format:
delimiter: ","
format: "%u %n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "₹"
format:
delimiter: ","
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", এবং "
two_words_connector: " এবং "
words_connector: ", "
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"
pm: pm

244
config/locales/rails.bs.yml Normal file
View File

@ -0,0 +1,244 @@
---
bs:
date:
abbr_day_names:
- ned
- pon
- uto
- sri
- čet
- pet
- sub
abbr_month_names:
-
- jan
- feb
- mar
- apr
- maj
- jun
- jul
- aug
- sep
- okt
- nov
- dec
day_names:
- nedjelja
- ponedjeljak
- utorak
- srijeda
- četvrtak
- petak
formats:
default: "%d.%m.%Y."
long: "%e. %B %Y."
short: "%e. %b. %Y."
month_names:
-
- januar
- februar
- mart
- april
- maj
- juni
- juli
- august
- septembar
- oktobar
- novembar
- decembar
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
few: oko %{count} sata
many: oko %{count} sati
one: oko sat
other: oko %{count} sati
about_x_months:
few: oko %{count} mjeseca
many: oko %{count} mjeseci
one: oko mjesec
other: oko %{count} mjeseci
about_x_years:
few: oko %{count} godine
many: oko %{count} godina
one: oko godine
other: oko %{count} godina
almost_x_years:
few: skoro %{count} godine
many: skoro %{count} godina
one: skoro 1 godina
other: skoro %{count} godina
half_a_minute: pola minute
less_than_x_minutes:
few: manje od %{count} minute
many: manje od %{count} minuta
one: manje od minute
other: manje od %{count} minuta
less_than_x_seconds:
few: manje od %{count} sekunde
many: manje od %{count} sekundi
one: manje od sekunde
other: manje od %{count} sekundi
over_x_years:
few: preko %{count} godine
many: preko %{count} godina
one: preko godine
other: preko %{count} godina
x_days:
few: "%{count} dana"
many: "%{count} dana"
one: 1 dan
other: "%{count} dana"
x_minutes:
few: "%{count} minute"
many: "%{count} minuta"
one: 1 minut
other: "%{count} minuta"
x_months:
few: "%{count} mjeseca"
many: "%{count} mjeseci"
one: 1 mjesec
other: "%{count} mjeseci"
x_seconds:
few: "%{count} sekunde"
many: "%{count} sekundi"
one: 1 sekund
other: "%{count} sekundi"
prompts:
day: dan
hour: sat
minute: minut
month: mjesec
second: sekundi
year: godina
errors:
format: "%{attribute} %{message}"
messages:
accepted: mora biti prihvaćeno
blank: ne smije biti prazno
present: mora biti prazno
confirmation: se ne poklapa sa potvrdom
empty: ne smije biti prazno
equal_to: mora biti %{count}
even: mora biti parno
exclusion: je rezervisano
greater_than: mora biti veće od %{count}
greater_than_or_equal_to: mora biti veće ili jednako %{count}
inclusion: nije uključeno u listu
invalid: nije validno
less_than: mora biti manje od %{count}
less_than_or_equal_to: mora biti manje ili jednako %{count}
not_a_number: nije broj
not_an_integer: mora biti cijeli broj
odd: mora biti neparno
record_invalid: 'Validacija nije uspjela: %{errors}'
restrict_dependent_destroy:
one: Nije moguće izbrisati zapis jer postoji ovisan %{record}
many: Nije moguće izbrisati zapis jer postoje ovisni %{record}
taken: je već zauzet
too_long: je predugo (maksimalno je dozvoljeno %{count} znakova)
too_short: je prekratko (predviđeno je minimalno %{count} znakova)
wrong_length: je pogrešne dužine (trebalo bi biti tačno %{count} znakova)
other_than: mora biti različito od %{count}
template:
body: 'Desili su se problemi sa slijedećim poljima:'
header:
few: "%{count} greške su spriječile da se ovaj %{model} spremi"
many: "%{count} grešaka je spriječilo da se ovaj %{model} spremi"
one: 1 greška je spriječila da se ovaj %{model} spremi
other: "%{count} grešaka je spriječilo da se ovaj %{model} spremi"
helpers:
select:
prompt: Molimo odaberite
submit:
create: Kreiraj %{model}
submit: Sačuvaj %{model}
update: Osvježi %{model}
number:
currency:
format:
delimiter: "."
format: "%n%u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: true
unit: KM
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: true
human:
decimal_units:
format: "%n %u"
units:
billion:
few: milijarde
many: milijardi
one: milijarda
other: milijardi
million:
few: miliona
many: miliona
one: milion
other: miliona
quadrillion:
few: bilijarde
many: bilijardi
one: bilijarda
other: bilijardi
thousand:
few: hiljade
many: hiljada
one: hiljada
other: hiljada
trillion:
few: biliona
many: biliona
one: bilion
other: biliona
unit: ''
format:
delimiter: ","
precision: 0
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
few: bajta
many: bajtova
one: bajt
other: bajtova
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " i "
two_words_connector: " i "
words_connector: ", "
time:
am: ''
formats:
default: "%d.%m.%Y. %H:%M:%S"
long: "%d. %B %Y. - %H:%M:%S"
short: "%d. %b %Y. %H:%M"
pm: ''

193
config/locales/rails.ca.yml Normal file
View File

@ -0,0 +1,193 @@
---
ca:
date:
abbr_day_names:
- Dg
- Dl
- Dm
- Dc
- Dj
- Dv
- Ds
abbr_month_names:
-
- Gen
- Feb
- Mar
- Abr
- Mai
- Jun
- Jul
- Ago
- Set
- Oct
- Nov
- Des
day_names:
- Diumenge
- Dilluns
- Dimarts
- Dimecres
- Dijous
- Divendres
- Dissabte
formats:
default: "%d-%m-%Y"
long: "%d de %B de %Y"
short: "%d de %b"
month_names:
-
- Gener
- Febrer
- Març
- Abril
- Maig
- Juny
- Juliol
- Agost
- Setembre
- Octubre
- Novembre
- Desembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: aproximadament 1 hora
other: aproximadament %{count} hores
about_x_months:
one: aproximadament 1 mes
other: aproximadament %{count} mesos
about_x_years:
one: aproximadament 1 any
other: aproximadament %{count} anys
almost_x_years:
one: quasi 1 any
other: quasi %{count} anys
half_a_minute: mig minut
less_than_x_minutes:
one: menys d'1 minut
other: menys de %{count} minuts
less_than_x_seconds:
one: menys d'1 segon
other: menys de %{count} segons
over_x_years:
one: més d'1 any
other: més de %{count} anys
x_days:
one: 1 dia
other: "%{count} dies"
x_minutes:
one: 1 minut
other: "%{count} minuts"
x_months:
one: 1 mes
other: "%{count} mesos"
x_seconds:
one: 1 segon
other: "%{count} segons"
prompts:
day: dia
hour: hora
minute: minut
month: mes
second: segon
year: any
errors:
format: "%{attribute} %{message}"
messages:
accepted: ha de ser acceptat
blank: no pot estar en blanc
confirmation: no coincideix
empty: no pot estar buit
equal_to: ha de ser igual a %{count}
even: ha de ser parell
exclusion: està reservat
greater_than: ha de ser més gran que %{count}
greater_than_or_equal_to: ha de ser més gran o igual a %{count}
inclusion: no està inclós a la llista
invalid: no és vàlid
less_than: ha de ser menor que %{count}
less_than_or_equal_to: ha de ser menor o igual a %{count}
not_a_number: no és un número
not_an_integer: ha de ser un enter
odd: ha de ser senar
record_invalid: 'La validació ha fallat: %{errors}'
taken: no està disponible
too_long: és massa llarg (%{count} caràcters màxim)
too_short: és massa curt (%{count} caràcters mínim)
wrong_length: no té la longitud correcta (%{count} caràcters exactament)
template:
body: 'Hi ha hagut problemes amb els següents camps:'
header:
one: No s'ha pogut desar aquest/a %{model} perquè hi ha 1 error
other: No s'ha pogut desar aquest/a %{model} perquè hi ha hagut %{count} errors
helpers:
select:
prompt: Si us plau tria
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualitzar %{model}
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil milions
million: milió
quadrillion: quadrilió
thousand: mil
trillion: trilió
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", i "
two_words_connector: " i "
words_connector: ", "
time:
am: am
formats:
default: "%A, %d de %B de %Y %H:%M:%S %z"
long: "%d de %B de %Y %H:%M"
short: "%d de %b %H:%M"
pm: pm

211
config/locales/rails.cs.yml Normal file
View File

@ -0,0 +1,211 @@
---
cs:
date:
abbr_day_names:
- Ne
- Po
- Út
- St
- Čt
-
- So
abbr_month_names:
-
- led
- úno
- bře
- dub
- kvě
- čvn
- čvc
- srp
- zář
- říj
- lis
- pro
day_names:
- neděle
- pondělí
- úterý
- středa
- čtvrtek
- pátek
- sobota
formats:
default: "%d. %m. %Y"
long: "%d. %B %Y"
short: "%d %b"
month_names:
-
- leden
- únor
- březen
- duben
- květen
- červen
- červenec
- srpen
- září
- říjen
- listopad
- prosinec
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: asi hodinou
few: asi %{count} hodinami
other: asi %{count} hodinami
about_x_months:
one: asi měsícem
few: asi %{count} měsíci
other: asi %{count} měsíci
about_x_years:
one: asi rokem
few: asi %{count} roky
other: asi %{count} roky
almost_x_years:
one: téměř rokem
few: téměř %{count} roky
other: téměř %{count} roky
half_a_minute: půl minutou
less_than_x_minutes:
one: necelou minutou
few: ani ne %{count} minutami
other: ani ne %{count} minutami
less_than_x_seconds:
one: necelou sekundou
few: ani ne %{count} sekundami
other: ani ne %{count} sekundami
over_x_years:
one: více než rokem
few: více než %{count} roky
other: více než %{count} roky
x_days:
one: 24 hodinami
few: "%{count} dny"
other: "%{count} dny"
x_minutes:
one: minutou
few: "%{count} minutami"
other: "%{count} minutami"
x_months:
one: měsícem
few: "%{count} měsíci"
other: "%{count} měsíci"
x_seconds:
one: sekundou
few: "%{count} sekundami"
other: "%{count} sekundami"
prompts:
day: Den
hour: Hodina
minute: Minuta
month: Měsíc
second: Sekunda
year: Rok
errors:
format: "%{attribute} %{message}"
messages:
accepted: musí být potvrzeno
blank: je povinná položka
present: musí být prázdný/á/é
confirmation: nebylo potvrzeno
empty: nesmí být prázdný/á/é
equal_to: musí být rovno %{count}
even: musí být sudé číslo
exclusion: je vyhrazeno pro jiný účel
greater_than: musí být větší než %{count}
greater_than_or_equal_to: musí být větší nebo rovno %{count}
inclusion: není v seznamu povolených hodnot
invalid: není platná hodnota
less_than: musí být méně než %{count}
less_than_or_equal_to: musí být méně nebo rovno %{count}
not_a_number: není číslo
not_an_integer: musí být celé číslo
odd: musí být liché číslo
record_invalid: 'Validace je neúspešná: %{errors}'
restrict_dependent_destroy:
one: Nemůžu smazat položku protože existuje závislá/ý/é %{record}
many: Nemůžu smazat položku protože existuje závislé/ý %{record}
taken: již databáze obsahuje
too_long: je příliš dlouhý/á/é (max. %{count} znaků)
too_short: je příliš krátký/á/é (min. %{count} znaků)
wrong_length: nemá správnou délku (očekáváno %{count} znaků)
other_than: musí být rozdílný/á/é od %{count}
template:
body: 'Následující pole obsahují chybně vyplněné údaje: '
header:
one: Při ukládání objektu %{model} došlo k chybám a nebylo jej možné uložit
few: Při ukládání objektu %{model} došlo ke %{count} chybám a nebylo možné
jej uložit
other: Při ukládání objektu %{model} došlo ke %{count} chybám a nebylo možné
jej uložit
helpers:
select:
prompt: Prosím vyberte si
submit:
create: Vytvořit %{model}
submit: Uložit %{model}
update: Aktualizovat %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit:
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Miliarda
million: Milion
quadrillion: Kvadrilion
thousand: Tisíc
trillion: Bilion
unit: ''
format:
delimiter: ''
precision: 1
significant: false
strip_insignificant_zeros: false
storage_units:
format: "%n %u"
units:
byte: B
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " a "
two_words_connector: " a "
words_connector: ", "
time:
am: am
formats:
default: "%a %d. %B %Y %H:%M %z"
long: "%A %d. %B %Y %H:%M"
short: "%d. %m. %H:%M"
pm: pm

View File

@ -0,0 +1,203 @@
csb:
date:
abbr_day_names:
- nie
- pòn
- wtó
- str
- czw
- pią
- sob
abbr_month_names:
-
- stë
- gro
- str
- łżë
- môj
- cze
- lëp
- zél
- séw
- ruj
- lës
- gòd
day_names:
- niedzela
- pòniedzôłk
- wtórk
- strzoda
- czwiôrtk
- piątk
- sobòta
formats:
default: ! '%d-%m-%Y'
long: ! '%B %d, %Y'
short: ! '%d %b'
month_names:
-
- stëcznik
- gromicznik
- strëmiannik
- łżëkwiôt
- môj
- czerwińc
- lëpińc
- zélnik
- séwnik
- rujan
- lëstopadnik
- gòdnik
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
few: kòle %{count} gòdzën
one: kòle gòdzënë
other: kòle %{count} gòdzën
about_x_months:
few: kòle %{count} miesąców
one: kòle miesąca
other: kòle %{count} miesąców
about_x_years:
few: kòle %{count} lat
one: kòle rokù
other: kòle %{count} lat
almost_x_years:
few: wnet %{count} lata
one: wnet rok
other: wnet %{count} lat
half_a_minute: pół minutë
less_than_x_minutes:
few: mni jak %{count} minutë
one: mni jak minuta
other: mni jak %{count} minutów
less_than_x_seconds:
few: mni jak %{count} sekùndë
one: mni jak sekùnda
other: mni jak %{count} sekùndów
over_x_years:
few: wicy jak %{count} lata
one: wicy jak rok
other: wicy jak %{count} lat
x_days:
few: ! '%{count} dni'
one: 1 dzéń
other: ! '%{count} dniów'
x_minutes:
few: ! '%{count} minutë'
one: 1 minuta
other: ! '%{count} minutów'
x_months:
few: ! '%{count} miesiące'
one: 1 miesąc
other: ! '%{count} miesięców'
x_seconds:
few: ! '%{count} sekùndë'
one: 1 sekùnda
other: ! '%{count} sekùndów'
prompts:
day: Dzéń
hour: Gòdzëna
minute: Minuta
month: Miesiąc
second: Sekunda
year: Rok
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: mùszi bëc zaakceptowóné
blank: ni mòże bëc pùsté
confirmation: nie zgòdzô sã z pòcwierdzenim
empty: ni mòżé bëc pùsté
equal_to: mùszi bëc równe %{count}
even: mùszé bëc parzësté
exclusion: je zarezerwowóné
greater_than: mùszi bëc wikszé òd %{count}
greater_than_or_equal_to: mùszi bëc wikszé abò równé %{count}
inclusion: ni ma na lësce dopùszczalnëch wôrtnotów
invalid: je zmiłkòwé
less_than: mùszi bëc mniszé òd %{count}
less_than_or_equal_to: mùszi bëc mniszé abò równé %{count}
not_a_number: nie je lëczbą
not_an_integer: muszi bëc całowną lëczbą
odd: mùszi bëc nieparzësté
record_invalid: ! 'Negatiwné sprôwdzenié pòprawnoscë: %{errors}'
taken: je ju zajãté
too_long: je za dłëdżé (maksymalno %{count} znaków)
too_short: je za krótczé (przënômni %{count} znaków)
wrong_length: mô lëchą długòtã (bë mùsza miec %{count} znaków)
template:
body: ! 'Fele tikają sã nëch pól:'
header:
one: ! '%{model} nie òstôł zachòwóny przez jedną felã'
other: ! '%{model} nie òstôł zachòwóny przez %{count} felów'
helpers:
select:
prompt: Proszã wëbrac
submit:
create: Ùsôdzë %{model}
submit: Zapiszë %{model}
update: Aktualizëjë %{model}
number:
currency:
format:
delimiter: ! ' '
format: ! '%u %n'
precision: 2
separator: ! ','
significant: false
strip_insignificant_zeros: true
unit: PLN
format:
delimiter: ! ' '
precision: 3
separator: ! ','
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
billion: Miliard
million: Milión
quadrillion: Biliard
thousand: Tësąc
trillion: Bilión
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
one: bajt
other: bajtë
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ' a téż '
two_words_connector: ! ' ë '
words_connector: ! ', '
time:
am: przed pôłnim
formats:
default: ! '%a, %d %b %Y %H:%M:%S %z'
long: ! '%B %d, %Y %H:%M'
short: ! '%d %b %H:%M'
pm: pò pôłnim

243
config/locales/rails.cy.yml Normal file
View File

@ -0,0 +1,243 @@
---
cy:
date:
abbr_day_names:
- Sul
- Llun
- Maw
- Mer
- Iau
- Gwe
- Sad
abbr_month_names:
-
- Ion
- Chw
- Maw
- Ebr
- Mai
- Meh
- Gor
- Awst
- Med
- Hyd
- Tach
- Rha
day_names:
- Dydd Sul
- Dydd Llun
- Dydd Mawrth
- Dydd Mercher
- Dydd Iau
- Dydd Gwener
- Dydd Sadwrn
formats:
default: "%d-%m-%Y"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- Ionawr
- Chwefror
- Mawrth
- Ebrill
- Mai
- Mehefin
- Gorffennaf
- Awst
- Medi
- Hydref
- Tachwedd
- Rhagfyr
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
zero: tua %{count} awr
one: tuag awr
two: tua %{count} awr
few: tua %{count} awr
many: tua %{count} awr
other: tua %{count} awr
about_x_months:
zero: tua %{count} mis
one: tua mis
two: tua %{count} mis
few: tua %{count} mis
many: tua %{count} mis
other: tua %{count} mis
about_x_years:
zero: tua %{count} blynedd
one: tua blwyddyn
two: tua %{count} blynedd
few: tua %{count} blynedd
many: tua %{count} blynedd
other: tua %{count} blynedd
almost_x_years:
zero: bron yn %{count} blynedd
one: bron yn flwyddyn
two: bron yn %{count} blynedd
few: bron yn %{count} blynedd
many: bron yn %{count} blynedd
other: bron yn %{count} blynedd
half_a_minute: hanner munud
less_than_x_minutes:
zero: llai na %{count} munud
one: llai na munud
two: llai na %{count} munud
few: llai na %{count} munud
many: llai na %{count} munud
other: llai na %{count} munud
less_than_x_seconds:
zero: llai na %{count} eiliad
one: llai nag eiliad
two: llai na %{count} eiliad
few: llai na %{count} eiliad
many: llai na %{count} eiliad
other: llai na %{count} eiliad
over_x_years:
zero: dros %{count} blynedd
one: dros flwyddyn
two: dros %{count} blynedd
few: dros %{count} blynedd
many: dros %{count} blynedd
other: dros %{count} blynedd
x_days:
zero: "%{count} diwrnod"
one: 1 diwrnod
two: "%{count} diwrnod"
few: "%{count} diwrnod"
many: "%{count} diwrnod"
other: "%{count} diwrnod"
x_minutes:
zero: "%{count} o funudau"
one: 1 munud
two: "%{count} o funudau"
few: "%{count} o funudau"
many: "%{count} o funudau"
other: "%{count} o funudau"
x_months:
zero: "%{count} mis"
one: 1 mis
two: "%{count} mis"
few: "%{count} mis"
many: "%{count} mis"
other: "%{count} mis"
x_seconds:
zero: "%{count} o eiliadau"
one: 1 eiliad
two: "%{count} o eiliadau"
few: "%{count} o eiliadau"
many: "%{count} o eiliadau"
other: "%{count} o eiliadau"
prompts:
day: Diwrnod
hour: Awr
minute: Munud
month: Mis
second: Eiliad
year: Blwyddyn
errors:
format: "%{attribute} %{message}"
messages:
accepted: angen ei dderbyn
blank: methu bod yn wag
confirmation: heb fod yn gyfateb
empty: methu bod yn wag
equal_to: angen bod yn %{count}
even: rhaid bod yn eilrif
exclusion: wedi cadw
greater_than: angen bod yn fwy na %{count}
greater_than_or_equal_to: angen bod yr un maint neu fwy na %{count}
inclusion: heb fod yn y rhestr
invalid: heb fod yn nheilwng
less_than: angen bod yn llai na %{count}
less_than_or_equal_to: angen bod yr un maint neu lai na %{count}
not_a_number: heb fod yn rhif
not_an_integer: heb fod yn rhif llawn
odd: rhaid bod yn odrif
record_invalid: 'Gwirio wedi methu: %{errors}'
taken: wedi'i gymryd yn barod
too_long: yn rhy hir (cewch %{count} llythyren ar y fwyaf)
too_short: yn rhy fyr (rhaid am o leiaf %{count} llythyren)
wrong_length: gyda maint anghywir o lythrennau (dylai fod yn %{count} llythyren)
template:
body: 'Cafwyd broblemau gyda''r meysydd canlynol:'
header:
one: Atalwyd y %{model} hwn rhag ei gadw gan 1 nam
two: Atalwyd y %{model} hwn rhag ei gadw gan %{count} nam
many: Atalwyd y %{model} hwn rhag ei gadw gan %{count} nam
other: Atalwyd y %{model} hwn rhag ei gadw gan %{count} nam
helpers:
select:
prompt: Dewiswch
submit:
create: Creu %{model}
submit: Cadw %{model}
update: Diweddaru %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "£"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Biliwn
million: Miliwn
quadrillion: Cwadriliwn
thousand: Mil
trillion: Triliwn
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
zero: Bytes
one: Byte
two: Bytes
few: Bytes
many: Bytes
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", a "
two_words_connector: " a "
words_connector: ", "
time:
am: yb
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: yh

199
config/locales/rails.da.yml Normal file
View File

@ -0,0 +1,199 @@
---
da:
date:
abbr_day_names:
- søn
- man
- tir
- ons
- tor
- fre
- lør
abbr_month_names:
-
- jan
- feb
- mar
- apr
- maj
- jun
- jul
- aug
- sep
- okt
- nov
- dec
day_names:
- søndag
- mandag
- tirsdag
- onsdag
- torsdag
- fredag
- lørdag
formats:
default: "%d.%m.%Y"
long: "%e. %B %Y"
short: "%e. %b %Y"
month_names:
-
- januar
- februar
- marts
- april
- maj
- juni
- juli
- august
- september
- oktober
- november
- december
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cirka en time
other: cirka %{count} timer
about_x_months:
one: cirka en måned
other: cirka %{count} måneder
about_x_years:
one: cirka et år
other: cirka %{count} år
almost_x_years:
one: næsten et år
other: næsten %{count} år
half_a_minute: et halvt minut
less_than_x_minutes:
one: mindre end et minut
other: mindre end %{count} minutter
less_than_x_seconds:
one: mindre end et sekund
other: mindre end %{count} sekunder
over_x_years:
one: mere end et år
other: mere end %{count} år
x_days:
one: en dag
other: "%{count} dage"
x_minutes:
one: et minut
other: "%{count} minutter"
x_months:
one: en måned
other: "%{count} måneder"
x_seconds:
one: et sekund
other: "%{count} sekunder"
prompts:
day: Dag
hour: Time
minute: Minut
month: Måned
second: Sekund
year: År
errors:
format: "%{attribute} %{message}"
messages:
accepted: skal accepteres
blank: skal udfyldes
present: skal være tom
confirmation: stemmer ikke overens med bekræftelse
empty: må ikke udelades
equal_to: skal være %{count}
even: skal være et lige tal
exclusion: er reserveret
greater_than: skal være større end %{count}
greater_than_or_equal_to: skal være større end, eller lig med, %{count}
inclusion: er ikke på listen
invalid: er ikke gyldig
less_than: skal være mindre end %{count}
less_than_or_equal_to: skal være mindre end, eller lig med, %{count}
not_a_number: er ikke et tal
not_an_integer: er ikke et heltal
odd: skal være et ulige tal
record_invalid: 'Godkendelse gik galt: %{errors}'
restrict_dependent_destroy:
one: Kunne ikke slette posten fordi en afhængig %{record} findes
many: Kunne ikke slette posten fordi afhængige %{record} findes
taken: er allerede brugt
too_long: er for lang (højest %{count} tegn)
too_short: er for kort (mindst %{count} tegn)
wrong_length: har forkert længde (skulle være %{count} tegn)
other_than: skal være forskellig fra %{count}
template:
body: 'Der var problemer med følgende felter:'
header:
one: En fejl forhindrede %{model} i at blive gemt
other: "%{count} fejl forhindrede %{model} i at blive gemt"
helpers:
select:
prompt: Vælg...
submit:
create: Opret %{model}
submit: Gem %{model}
update: Opdater %{model}
number:
currency:
format:
delimiter: "."
format: "%u %n"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: DKK
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Milliard
million: Million
quadrillion: Billiard
thousand: Tusind
trillion: Billion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " og "
two_words_connector: " og "
words_connector: ", "
time:
am: ''
formats:
default: "%e. %B %Y, %H.%M"
long: "%A d. %e. %B %Y, %H.%M"
short: "%e. %b %Y, %H.%M"
pm: ''

View File

@ -0,0 +1,210 @@
---
de-AT:
date:
abbr_day_names:
- So
- Mo
- Di
- Mi
- Do
- Fr
- Sa
abbr_month_names:
-
- Jän
- Feb
- Mär
- Apr
- Mai
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Dez
day_names:
- Sonntag
- Montag
- Dienstag
- Mittwoch
- Donnerstag
- Freitag
- Samstag
formats:
default: "%d.%m.%Y"
long: "%e. %B %Y"
short: "%e. %b"
month_names:
-
- Jänner
- Februar
- März
- April
- Mai
- Juni
- Juli
- August
- September
- Oktober
- November
- Dezember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: etwa eine Stunde
other: etwa %{count} Stunden
about_x_months:
one: etwa ein Monat
other: etwa %{count} Monate
about_x_years:
one: etwa ein Jahr
other: etwa %{count} Jahre
almost_x_years:
one: fast ein Jahr
other: fast %{count} Jahre
half_a_minute: eine halbe Minute
less_than_x_minutes:
one: weniger als eine Minute
other: weniger als %{count} Minuten
less_than_x_seconds:
one: weniger als eine Sekunde
other: weniger als %{count} Sekunden
over_x_years:
one: mehr als ein Jahr
other: mehr als %{count} Jahre
x_days:
one: ein Tag
other: "%{count} Tage"
x_minutes:
one: eine Minute
other: "%{count} Minuten"
x_months:
one: ein Monat
other: "%{count} Monate"
x_seconds:
one: eine Sekunde
other: "%{count} Sekunden"
prompts:
day: Tag
hour: Stunden
minute: Minuten
month: Monat
second: Sekunden
year: Jahr
errors:
format: "%{attribute} %{message}"
messages:
accepted: muss akzeptiert werden
blank: muss ausgefüllt werden
present: darf nicht ausgefüllt werden
confirmation: stimmt nicht mit %{attribute} überein
empty: muss ausgefüllt werden
equal_to: muss genau %{count} sein
even: muss gerade sein
exclusion: ist nicht verfügbar
greater_than: muss größer als %{count} sein
greater_than_or_equal_to: muss größer oder gleich %{count} sein
inclusion: ist kein gültiger Wert
invalid: ist nicht gültig
less_than: muss kleiner als %{count} sein
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
not_a_number: ist keine Zahl
not_an_integer: muss ganzzahlig sein
odd: muss ungerade sein
record_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
restrict_dependent_destroy:
one: Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz
existiert.
many: Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren.
taken: ist bereits vergeben
too_long:
one: ist zu lang (mehr als 1 Zeichen)
other: ist zu lang (mehr als %{count} Zeichen)
too_short:
one: ist zu kurz (weniger als 1 Zeichen)
other: ist zu kurz (weniger als %{count} Zeichen)
wrong_length:
one: hat die falsche Länge (muss genau 1 Zeichen haben)
other: hat die falsche Länge (muss genau %{count} Zeichen haben)
other_than: darf nicht gleich %{count} sein
template:
body: 'Bitte überprüfen Sie die folgenden Felder:'
header:
one: 'Konnte %{model} nicht speichern: ein Fehler.'
other: 'Konnte %{model} nicht speichern: %{count} Fehler.'
helpers:
select:
prompt: Bitte wählen
submit:
create: "%{model} erstellen"
submit: "%{model} speichern"
update: "%{model} aktualisieren"
number:
currency:
format:
delimiter: "."
format: "%u %n"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
one: Milliarde
other: Milliarden
million: Millionen
quadrillion:
one: Billiarde
other: Billiarden
thousand: Tausend
trillion: Billionen
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " und "
two_words_connector: " und "
words_connector: ", "
time:
am: vormittags
formats:
default: "%A, %d. %B %Y, %H:%M Uhr"
long: "%A, %d. %B %Y, %H:%M Uhr"
short: "%d. %B, %H:%M Uhr"
pm: nachmittags

View File

@ -0,0 +1,214 @@
---
de-CH:
date:
abbr_day_names:
- So
- Mo
- Di
- Mi
- Do
- Fr
- Sa
abbr_month_names:
-
- Jan
- Feb
- Mär
- Apr
- Mai
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Dez
day_names:
- Sonntag
- Montag
- Dienstag
- Mittwoch
- Donnerstag
- Freitag
- Samstag
formats:
default: "%d.%m.%Y"
long: "%e. %B %Y"
short: "%e. %b"
month_names:
-
- Januar
- Februar
- März
- April
- Mai
- Juni
- Juli
- August
- September
- Oktober
- November
- Dezember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: etwa eine Stunde
other: etwa %{count} Stunden
about_x_months:
one: etwa ein Monat
other: etwa %{count} Monate
about_x_years:
one: etwa ein Jahr
other: etwa %{count} Jahre
almost_x_years:
one: fast ein Jahr
other: fast %{count} Jahre
half_a_minute: eine halbe Minute
less_than_x_minutes:
one: weniger als eine Minute
other: weniger als %{count} Minuten
less_than_x_seconds:
one: weniger als eine Sekunde
other: weniger als %{count} Sekunden
over_x_years:
one: mehr als ein Jahr
other: mehr als %{count} Jahre
x_days:
one: ein Tag
other: "%{count} Tage"
x_minutes:
one: eine Minute
other: "%{count} Minuten"
x_months:
one: ein Monat
other: "%{count} Monate"
x_seconds:
one: eine Sekunde
other: "%{count} Sekunden"
prompts:
day: Tag
hour: Stunden
minute: Minute
month: Monat
second: Sekunde
year: Jahr
errors:
format: "%{attribute} %{message}"
messages:
accepted: muss akzeptiert werden
blank: muss ausgefüllt werden
present: darf nicht ausgefüllt werden
confirmation: stimmt nicht mit %{attribute} überein
empty: muss ausgefüllt werden
equal_to: muss genau %{count} sein
even: muss gerade sein
exclusion: ist nicht verfügbar
greater_than: muss grösser als %{count} sein
greater_than_or_equal_to: muss grösser oder gleich %{count} sein
inclusion: ist kein gültiger Wert
invalid: ist nicht gültig
less_than: muss kleiner als %{count} sein
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
not_a_number: ist keine Zahl
not_an_integer: muss ganzzahlig sein
odd: muss ungerade sein
record_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
restrict_dependent_destroy:
one: Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz
existiert.
many: Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren.
taken: ist bereits vergeben
too_long:
one: ist zu lang (mehr als 1 Zeichen)
other: ist zu lang (mehr als %{count} Zeichen)
too_short:
one: ist zu kurz (weniger als 1 Zeichen)
other: ist zu kurz (weniger als %{count} Zeichen)
wrong_length:
one: hat die falsche Länge (muss genau 1 Zeichen haben)
other: hat die falsche Länge (muss genau %{count} Zeichen haben)
other_than: darf nicht gleich %{count} sein
template:
body: 'Bitte überprüfen Sie die folgenden Felder:'
header:
one: 'Konnte %{model} nicht speichern: ein Fehler.'
other: 'Konnte %{model} nicht speichern: %{count} Fehler.'
helpers:
select:
prompt: Bitte wählen
submit:
create: "%{model} erstellen"
submit: "%{model} speichern"
update: "%{model} aktualisieren"
number:
currency:
format:
delimiter: "'"
format: "%u %n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: CHF
format:
delimiter: "'"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
one: Milliarde
other: Milliarden
million:
one: Million
other: Millionen
quadrillion:
one: Billiarde
other: Billiarden
thousand: Tausend
trillion:
one: Billion
other: Billionen
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " und "
two_words_connector: " und "
words_connector: ", "
time:
am: vormittags
formats:
default: "%A, %d. %B %Y, %H:%M Uhr"
long: "%A, %d. %B %Y, %H:%M Uhr"
short: "%d. %B, %H:%M Uhr"
pm: nachmittags

View File

@ -0,0 +1,210 @@
---
de-DE:
date:
abbr_day_names:
- So
- Mo
- Di
- Mi
- Do
- Fr
- Sa
abbr_month_names:
-
- Jan
- Feb
- Mär
- Apr
- Mai
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Dez
day_names:
- Sonntag
- Montag
- Dienstag
- Mittwoch
- Donnerstag
- Freitag
- Samstag
formats:
default: "%d.%m.%Y"
long: "%e. %B %Y"
short: "%e. %b"
month_names:
-
- Januar
- Februar
- März
- April
- Mai
- Juni
- Juli
- August
- September
- Oktober
- November
- Dezember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: etwa eine Stunde
other: etwa %{count} Stunden
about_x_months:
one: etwa ein Monat
other: etwa %{count} Monate
about_x_years:
one: etwa ein Jahr
other: etwa %{count} Jahre
almost_x_years:
one: fast ein Jahr
other: fast %{count} Jahre
half_a_minute: eine halbe Minute
less_than_x_minutes:
one: weniger als eine Minute
other: weniger als %{count} Minuten
less_than_x_seconds:
one: weniger als eine Sekunde
other: weniger als %{count} Sekunden
over_x_years:
one: mehr als ein Jahr
other: mehr als %{count} Jahre
x_days:
one: ein Tag
other: "%{count} Tage"
x_minutes:
one: eine Minute
other: "%{count} Minuten"
x_months:
one: ein Monat
other: "%{count} Monate"
x_seconds:
one: eine Sekunde
other: "%{count} Sekunden"
prompts:
day: Tag
hour: Stunden
minute: Minute
month: Monat
second: Sekunde
year: Jahr
errors:
format: "%{attribute} %{message}"
messages:
accepted: muss akzeptiert werden
blank: muss ausgefüllt werden
present: darf nicht ausgefüllt werden
confirmation: stimmt nicht mit %{attribute} überein
empty: muss ausgefüllt werden
equal_to: muss genau %{count} sein
even: muss gerade sein
exclusion: ist nicht verfügbar
greater_than: muss größer als %{count} sein
greater_than_or_equal_to: muss größer oder gleich %{count} sein
inclusion: ist kein gültiger Wert
invalid: ist nicht gültig
less_than: muss kleiner als %{count} sein
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
not_a_number: ist keine Zahl
not_an_integer: muss ganzzahlig sein
odd: muss ungerade sein
record_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
restrict_dependent_destroy:
one: Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz
existiert.
many: Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren.
taken: ist bereits vergeben
too_long:
one: ist zu lang (mehr als 1 Zeichen)
other: ist zu lang (mehr als %{count} Zeichen)
too_short:
one: ist zu kurz (weniger als 1 Zeichen)
other: ist zu kurz (weniger als %{count} Zeichen)
wrong_length:
one: hat die falsche Länge (muss genau 1 Zeichen haben)
other: hat die falsche Länge (muss genau %{count} Zeichen haben)
other_than: darf nicht gleich %{count} sein
template:
body: 'Bitte überprüfen Sie die folgenden Felder:'
header:
one: 'Konnte %{model} nicht speichern: ein Fehler.'
other: 'Konnte %{model} nicht speichern: %{count} Fehler.'
helpers:
select:
prompt: Bitte wählen
submit:
create: "%{model} erstellen"
submit: "%{model} speichern"
update: "%{model} aktualisieren"
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
one: Milliarde
other: Milliarden
million: Millionen
quadrillion:
one: Billiarde
other: Billiarden
thousand: Tausend
trillion: Billionen
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n %"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " und "
two_words_connector: " und "
words_connector: ", "
time:
am: vormittags
formats:
default: "%A, %d. %B %Y, %H:%M Uhr"
long: "%A, %d. %B %Y, %H:%M Uhr"
short: "%d. %B, %H:%M Uhr"
pm: nachmittags

210
config/locales/rails.de.yml Normal file
View File

@ -0,0 +1,210 @@
---
de:
date:
abbr_day_names:
- So
- Mo
- Di
- Mi
- Do
- Fr
- Sa
abbr_month_names:
-
- Jan
- Feb
- Mär
- Apr
- Mai
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Dez
day_names:
- Sonntag
- Montag
- Dienstag
- Mittwoch
- Donnerstag
- Freitag
- Samstag
formats:
default: "%d.%m.%Y"
long: "%e. %B %Y"
short: "%e. %b"
month_names:
-
- Januar
- Februar
- März
- April
- Mai
- Juni
- Juli
- August
- September
- Oktober
- November
- Dezember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: etwa eine Stunde
other: etwa %{count} Stunden
about_x_months:
one: etwa ein Monat
other: etwa %{count} Monate
about_x_years:
one: etwa ein Jahr
other: etwa %{count} Jahre
almost_x_years:
one: fast ein Jahr
other: fast %{count} Jahre
half_a_minute: eine halbe Minute
less_than_x_minutes:
one: weniger als eine Minute
other: weniger als %{count} Minuten
less_than_x_seconds:
one: weniger als eine Sekunde
other: weniger als %{count} Sekunden
over_x_years:
one: mehr als ein Jahr
other: mehr als %{count} Jahre
x_days:
one: ein Tag
other: "%{count} Tage"
x_minutes:
one: eine Minute
other: "%{count} Minuten"
x_months:
one: ein Monat
other: "%{count} Monate"
x_seconds:
one: eine Sekunde
other: "%{count} Sekunden"
prompts:
day: Tag
hour: Stunden
minute: Minute
month: Monat
second: Sekunde
year: Jahr
errors:
format: "%{attribute} %{message}"
messages:
accepted: muss akzeptiert werden
blank: muss ausgefüllt werden
present: darf nicht ausgefüllt werden
confirmation: stimmt nicht mit %{attribute} überein
empty: muss ausgefüllt werden
equal_to: muss genau %{count} sein
even: muss gerade sein
exclusion: ist nicht verfügbar
greater_than: muss größer als %{count} sein
greater_than_or_equal_to: muss größer oder gleich %{count} sein
inclusion: ist kein gültiger Wert
invalid: ist nicht gültig
less_than: muss kleiner als %{count} sein
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
not_a_number: ist keine Zahl
not_an_integer: muss ganzzahlig sein
odd: muss ungerade sein
record_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
restrict_dependent_destroy:
one: Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz
existiert.
many: Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren.
taken: ist bereits vergeben
too_long:
one: ist zu lang (mehr als 1 Zeichen)
other: ist zu lang (mehr als %{count} Zeichen)
too_short:
one: ist zu kurz (weniger als 1 Zeichen)
other: ist zu kurz (weniger als %{count} Zeichen)
wrong_length:
one: hat die falsche Länge (muss genau 1 Zeichen haben)
other: hat die falsche Länge (muss genau %{count} Zeichen haben)
other_than: darf nicht gleich %{count} sein
template:
body: 'Bitte überprüfen Sie die folgenden Felder:'
header:
one: 'Konnte %{model} nicht speichern: ein Fehler.'
other: 'Konnte %{model} nicht speichern: %{count} Fehler.'
helpers:
select:
prompt: Bitte wählen
submit:
create: "%{model} erstellen"
submit: "%{model} speichern"
update: "%{model} aktualisieren"
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
one: Milliarde
other: Milliarden
million: Millionen
quadrillion:
one: Billiarde
other: Billiarden
thousand: Tausend
trillion: Billionen
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n %"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " und "
two_words_connector: " und "
words_connector: ", "
time:
am: vormittags
formats:
default: "%A, %d. %B %Y, %H:%M Uhr"
long: "%A, %d. %B %Y, %H:%M Uhr"
short: "%d. %B, %H:%M Uhr"
pm: nachmittags

View File

@ -0,0 +1,208 @@
dsb:
date:
abbr_day_names:
- Nj
-
- Wu
- Sr
- St
-
- So
abbr_month_names:
-
- jan
- feb
- měr
- apr
- maj
- jun
- jul
- awg
- sep
- okt
- now
- dec
day_names:
- njeźela
- pónjeźele
- wałtora
- srjoda
- stwórtk
- pětk
- sobota
formats:
default: ! '%d. %m. %Y'
long: ! '%d. %B %Y'
short: ! '%d %b'
month_names:
-
- Januar
- Februar
- Měrc
- Apryl
- Maj
- Junij
- Julij
- Awgust
- September
- Oktober
- Nowember
- December
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
few: něźi %{count} góźinami
one: něźi 1 góźinu
other: něźi %{count} góźinami
two: něźi %{count} góźinoma
about_x_months:
few: něźi %{count} mjasecami
one: něźi 1 mjasecom
other: něźi %{count} mjasecami
two: něźi %{count} mjasecoma
about_x_years:
few: něźi %{count} lětami
one: něźi 1 lětom
other: něźi %{count} lětami
two: něźi %{count} lětoma
half_a_minute: poł minuty
less_than_x_minutes:
few: mjenjej ako %{count} minutami
one: mjenjej ako 1 minutu
other: mjenjej ako %{count} minutami
two: mjenjej ako %{count} minutoma
less_than_x_seconds:
few: mjenjej ako %{count} sekundami
one: mjenjej ako 1 sekundu
other: mjenjej ako %{count} sekundami
two: mjenjej ako %{count} sekundoma
over_x_years:
few: wěcej ako %{count} lětami
one: wěcej ako 1 lětom
other: wěcej ako %{count} lětami
two: wěcej ako %{count} lětoma
x_days:
few: ! '%{count} dnjami'
one: 1 dnjom
other: ! '%{count} dnjami'
two: ! '%{count} dnjoma'
x_minutes:
few: ! '%{count} minutami'
one: 1 minutu
other: ! '%{count} minutami'
two: ! '%{count} minutoma'
x_months:
few: ! '%{count} mjasecami'
one: 1 mjasecom
other: ! '%{count} mjasecami'
two: ! '%{count} mjasecoma'
x_seconds:
few: ! '%{count} sekundami'
one: 1 sekundu
other: ! '%{count} sekundami'
two: ! '%{count} sekundoma'
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: musy se wobkšuśiś
blank: jo trěbny
confirmation: njejo se wobkšuśiło
empty: njesmějo prozny byś
equal_to: musy jadnak %{count} byś
even: musy rowna licba byś
exclusion: njestoj k dispoziciji
greater_than: musy wětšy ako %{count} byś
greater_than_or_equal_to: musy wětšy abo jadnak %{count} byś
inclusion: njejo płaśiwa gódnota
invalid: njejo płaśiwy
less_than: musy mjeńšy ako %{count} byś
less_than_or_equal_to: musy mjeńšy abo jadnak %{count} byś
not_a_number: njejo licba
odd: musy njerowna licba byś
taken: jo južo w datowej bance
too_long:
few: jo pśedłujki (maks. %{count} znamješka)
one: jo pśedłujki (maks. 1 znamješko)
other: jo pśedłujki (maks. %{count} znamješkow)
two: jo pśedłujki (maks. %{count} znamješce)
too_short:
few: jo překrotki (min. %{count} znamješka)
one: jo překrotki (min. 1 znamješko)
other: jo překrotki (min. %{count} znamješkow)
two: jo překrotki (min. %{count} znamješce)
wrong_length:
few: njama pšawu dłujkosć (%{count} znamješka wócakane)
one: njama pšawu dłujkosć (1 znamješko wócakane)
other: njama pšawu dłujkosć (%{count} znamješkow wócakanych)
two: njama pšawu dłujkosć (%{count} znamješce wócakanej)
template:
body: ! 'Pšosym pśeglědaj slědujuce póla:'
header:
few: Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo
było móžno składowaś
one: Pśi składowanju objekta %{model} jo k zmólce dojšło a njejo było móžno
składowaś
other: Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo
było móžno składowaś
two: Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo
było móžno składowaś
number:
currency:
format:
delimiter: ! ' '
format: ! '%n %u'
precision: 2
separator: ! ','
significant: false
strip_insignificant_zeros: false
unit:
format:
delimiter: .
precision: 3
separator: ! ','
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
few: bajty
one: bajt
other: bajtow
two: bajta
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ' a '
two_words_connector: ! ' a '
words_connector: ! ', '
time:
am: dopołdnja
formats:
default: ! '%A, %d. %B %Y, %H:%M góź.'
long: ! '%A, %d. %B %Y, %H:%M góź.'
short: ! '%d. %B, %H:%M góź.'
pm: wótpołdnja

199
config/locales/rails.el.yml Normal file
View File

@ -0,0 +1,199 @@
---
el:
date:
abbr_day_names:
- Κυρ
- Δευ
- Τρί
- Τετ
- Πέμ
- Παρ
- Σάβ
abbr_month_names:
-
- Ιαν
- Φεβ
- Μαρ
- Απρ
- Μαϊ
- Ιουν
- Ιουλ
- Αυγ
- Σεπ
- Οκτ
- Νοε
- Δεκ
day_names:
- Κυριακή
- Δευτέρα
- Τρίτη
- Τετάρτη
- Πέμπτη
- Παρασκευή
- Σάββατο
formats:
default: ! '%d/%m/%Y'
long: ! '%e %B %Y'
short: ! '%d %b'
month_names:
-
- Ιανουάριος
- Φεβρουάριος
- Μάρτιος
- Απρίλιος
- Μάιος
- Ιούνιος
- Ιούλιος
- Αύγουστος
- Σεπτέμβριος
- Οκτώβριος
- Νοέμβριος
- Δεκέμβριος
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: περίπου μία ώρα
other: περίπου %{count} ώρες
about_x_months:
one: περίπου ένα μήνα
other: περίπου %{count} μήνες
about_x_years:
one: περίπου ένα χρόνο
other: περίπου %{count} χρόνια
almost_x_years:
one: σχεδόν ένα χρόνο
other: σχεδόν %{count} χρόνια
half_a_minute: μισό λεπτό
less_than_x_minutes:
one: λιγότερο από ένα λεπτό
other: λιγότερο από %{count} λεπτά
less_than_x_seconds:
one: λιγότερο από ένα δευτερόλεπτο
other: λιγότερο από %{count} δευτερόλεπτα
over_x_years:
one: πάνω από ένα χρόνο
other: πάνω από %{count} χρόνια
x_days:
one: 1 μέρα
other: ! '%{count} ημέρες'
x_minutes:
one: 1 λεπτό
other: ! '%{count} λεπτά'
x_months:
one: 1 μήνα
other: ! '%{count} μήνες'
x_seconds:
one: 1 δευτερόλεπτο
other: ! '%{count} δευτερόλεπτα'
prompts:
day: Ημέρα
hour: Ώρα
minute: Λεπτό
month: Μήνας
second: Δευτερόλεπτο
year: Έτος
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: πρέπει να είναι αποδεκτό
blank: δεν πρέπει να είναι κενό
confirmation: δεν ταιριάζει με την επικύρωση
empty: δεν πρέπει να είναι άδειο
equal_to: πρέπει να είναι ίσο με %{count}
even: πρέπει να είναι άρτιος
exclusion: είναι δεσμευμένο
greater_than: πρέπει να είναι μεγαλύτερο από %{count}
greater_than_or_equal_to: πρέπει να είναι μεγαλύτερο ή ίσο με %{count}
inclusion: δεν συμπεριλαμβάνεται στη λίστα
invalid: είναι άκυρο
less_than: πρέπει να είναι λιγότερο από %{count}
less_than_or_equal_to: πρέπει να είναι λιγότερο ή ίσο με %{count}
not_a_number: δεν είναι αριθμός
not_an_integer: πρέπει να είναι ακέραιος αριθμός
odd: πρέπει να είναι περιττός
record_invalid: ! 'Η επικύρωση απέτυχε: %{errors}'
taken: το έχουν ήδη χρησιμοποιήσει
too_long:
one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι 1 χαρακτήρας)
other: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρες)
too_short:
one: είναι πολύ μικρό (το ελάχιστο μήκος είναι 1 χαρακτήρας)
other: είναι πολύ μικρό (το ελάχιστο μήκος είναι %{count} χαρακτήρες)
wrong_length:
one: έχει λανθασμένο μήκος (πρέπει να είναι 1 χαρακτήρας)
other: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρες)
template:
body: ! 'Υπήρξαν προβλήματα με τα ακόλουθα πεδία:'
header:
one: 1 λάθος εμπόδισε αυτό το %{model} να αποθηκευτεί.
other: ! '%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευτεί.'
helpers:
select:
prompt: Παρακαλώ επιλέξτε
submit:
create: Δημιουργήστε %{model}
submit: Αποθηκεύστε %{model}
update: Ενημερώστε %{model}
number:
currency:
format:
delimiter: "."
format: ! '%n %u'
precision: 2
separator: ! ','
significant: false
strip_insignificant_zeros: false
unit:
format:
delimiter: "."
precision: 3
separator: ! ','
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
billion: δισεκατομμύριο
million: εκατομμύριο
quadrillion: τετράκις εκατομμύριο
thousand: χίλια
trillion: τρισεκατομμύριο
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ' και '
two_words_connector: ! ' και '
words_connector: ! ', '
time:
am: π.μ.
formats:
default: ! '%d %B %Y %H:%M'
long: ! '%A %d %B %Y %H:%M:%S %Z'
short: ! '%d %b %H:%M'
pm: μ.μ.

View File

@ -0,0 +1,199 @@
---
en-AU:
date:
abbr_day_names:
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
formats:
default: "%d-%m-%Y"
long: "%d %B, %Y"
short: "%d %b"
month_names:
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: about 1 hour
other: about %{count} hours
about_x_months:
one: about 1 month
other: about %{count} months
about_x_years:
one: about 1 year
other: about %{count} years
almost_x_years:
one: almost 1 year
other: almost %{count} years
half_a_minute: half a minute
less_than_x_minutes:
one: less than a minute
other: less than %{count} minutes
less_than_x_seconds:
one: less than 1 second
other: less than %{count} seconds
over_x_years:
one: over 1 year
other: over %{count} years
x_days:
one: 1 day
other: "%{count} days"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 month
other: "%{count} months"
x_seconds:
one: 1 second
other: "%{count} seconds"
prompts:
day: Day
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
errors:
format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
confirmation: doesn't match %{attribute}
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: 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: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
submit: Save %{model}
update: Update %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", and "
two_words_connector: " and "
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"
pm: pm

View File

@ -0,0 +1,199 @@
---
en-CA:
date:
abbr_day_names:
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
formats:
default: "%d-%m-%Y"
long: "%B %d, %Y"
short: "%d %b"
month_names:
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: about 1 hour
other: about %{count} hours
about_x_months:
one: about 1 month
other: about %{count} months
about_x_years:
one: about 1 year
other: about %{count} years
almost_x_years:
one: almost 1 year
other: almost %{count} years
half_a_minute: half a minute
less_than_x_minutes:
one: less than a minute
other: less than %{count} minutes
less_than_x_seconds:
one: less than 1 second
other: less than %{count} seconds
over_x_years:
one: over 1 year
other: over %{count} years
x_days:
one: 1 day
other: "%{count} days"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 month
other: "%{count} months"
x_seconds:
one: 1 second
other: "%{count} seconds"
prompts:
day: Day
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
errors:
format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
confirmation: doesn't match %{attribute}
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: 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: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
submit: Save %{model}
update: Update %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", and "
two_words_connector: " and "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d %b %Y %I:%M:%S %p %Z"
long: "%B %d, %Y %I:%M %p"
short: "%d %b %I:%M %p"
pm: pm

View File

@ -0,0 +1,199 @@
---
en-GB:
date:
abbr_day_names:
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
formats:
default: "%d-%m-%Y"
long: "%d %B, %Y"
short: "%d %b"
month_names:
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: about 1 hour
other: about %{count} hours
about_x_months:
one: about 1 month
other: about %{count} months
about_x_years:
one: about 1 year
other: about %{count} years
almost_x_years:
one: almost 1 year
other: almost %{count} years
half_a_minute: half a minute
less_than_x_minutes:
one: less than a minute
other: less than %{count} minutes
less_than_x_seconds:
one: less than 1 second
other: less than %{count} seconds
over_x_years:
one: over 1 year
other: over %{count} years
x_days:
one: 1 day
other: "%{count} days"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 month
other: "%{count} months"
x_seconds:
one: 1 second
other: "%{count} seconds"
prompts:
day: Day
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
errors:
format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
confirmation: doesn't match %{attribute}
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: 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: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
submit: Save %{model}
update: Update %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "£"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", and "
two_words_connector: " and "
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"
pm: pm

View File

@ -0,0 +1,199 @@
---
en-IE:
date:
abbr_day_names:
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
formats:
default: "%d-%m-%Y"
long: "%d %B, %Y"
short: "%d %b"
month_names:
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: about 1 hour
other: about %{count} hours
about_x_months:
one: about 1 month
other: about %{count} months
about_x_years:
one: about 1 year
other: about %{count} years
almost_x_years:
one: almost 1 year
other: almost %{count} years
half_a_minute: half a minute
less_than_x_minutes:
one: less than a minute
other: less than %{count} minutes
less_than_x_seconds:
one: less than 1 second
other: less than %{count} seconds
over_x_years:
one: over 1 year
other: over %{count} years
x_days:
one: 1 day
other: "%{count} days"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 month
other: "%{count} months"
x_seconds:
one: 1 second
other: "%{count} seconds"
prompts:
day: Day
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
errors:
format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
confirmation: doesn't match %{attribute}
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: 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: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
submit: Save %{model}
update: Update %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", and "
two_words_connector: " and "
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"
pm: pm

View File

@ -0,0 +1,199 @@
---
en-IN:
date:
abbr_day_names:
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
formats:
default: "%d-%m-%Y"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: about 1 hour
other: about %{count} hours
about_x_months:
one: about 1 month
other: about %{count} months
about_x_years:
one: about 1 year
other: about %{count} years
almost_x_years:
one: almost 1 year
other: almost %{count} years
half_a_minute: half a minute
less_than_x_minutes:
one: less than a minute
other: less than %{count} minutes
less_than_x_seconds:
one: less than 1 second
other: less than %{count} seconds
over_x_years:
one: over 1 year
other: over %{count} years
x_days:
one: 1 day
other: "%{count} days"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 month
other: "%{count} months"
x_seconds:
one: 1 second
other: "%{count} seconds"
prompts:
day: Day
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
errors:
format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
confirmation: doesn't match %{attribute}
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: 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: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
submit: Save %{model}
update: Update %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "₹"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", and "
two_words_connector: " and "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: pm

View File

@ -0,0 +1,199 @@
---
en-NZ:
date:
abbr_day_names:
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
formats:
default: "%d-%m-%Y"
long: "%d %B, %Y"
short: "%d %b"
month_names:
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: about 1 hour
other: about %{count} hours
about_x_months:
one: about 1 month
other: about %{count} months
about_x_years:
one: about 1 year
other: about %{count} years
almost_x_years:
one: almost 1 year
other: almost %{count} years
half_a_minute: half a minute
less_than_x_minutes:
one: less than a minute
other: less than %{count} minutes
less_than_x_seconds:
one: less than 1 second
other: less than %{count} seconds
over_x_years:
one: over 1 year
other: over %{count} years
x_days:
one: 1 day
other: "%{count} days"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 month
other: "%{count} months"
x_seconds:
one: 1 second
other: "%{count} seconds"
prompts:
day: Day
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
errors:
format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
confirmation: doesn't match %{attribute}
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: 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: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
submit: Save %{model}
update: Update %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", and "
two_words_connector: " and "
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"
pm: pm

View File

@ -0,0 +1,205 @@
---
en-US:
date:
abbr_day_names:
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
formats:
default: "%m-%d-%Y"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
order:
- :month
- :day
- :year
datetime:
distance_in_words:
about_x_hours:
one: about 1 hour
other: about %{count} hours
about_x_months:
one: about 1 month
other: about %{count} months
about_x_years:
one: about 1 year
other: about %{count} years
almost_x_years:
one: almost 1 year
other: almost %{count} years
half_a_minute: half a minute
less_than_x_minutes:
one: less than a minute
other: less than %{count} minutes
less_than_x_seconds:
one: less than 1 second
other: less than %{count} seconds
over_x_years:
one: over 1 year
other: over %{count} years
x_days:
one: 1 day
other: "%{count} days"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 month
other: "%{count} months"
x_seconds:
one: 1 second
other: "%{count} seconds"
prompts:
day: Day
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
errors:
format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
present: must be blank
confirmation: doesn't match %{attribute}
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: must be odd
record_invalid: 'Validation failed: %{errors}'
restrict_dependent_destroy:
one: Cannot delete record because a dependent %{record} exists
many: Cannot delete record because dependent %{record} exist
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)
other_than: must be other than %{count}
template:
body: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
submit: Save %{model}
update: Update %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", and "
two_words_connector: " and "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d %b %Y %I:%M:%S %p %Z"
long: "%B %d, %Y %I:%M %p"
short: "%d %b %I:%M %p"
pm: pm

View File

@ -0,0 +1,205 @@
---
en-ZA:
date:
abbr_day_names:
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
formats:
default: "%Y-%m-%d"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: about 1 hour
other: about %{count} hours
about_x_months:
one: about 1 month
other: about %{count} months
about_x_years:
one: about 1 year
other: about %{count} years
almost_x_years:
one: almost 1 year
other: almost %{count} years
half_a_minute: half a minute
less_than_x_minutes:
one: less than a minute
other: less than %{count} minutes
less_than_x_seconds:
one: less than 1 second
other: less than %{count} seconds
over_x_years:
one: over 1 year
other: over %{count} years
x_days:
one: 1 day
other: "%{count} days"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 month
other: "%{count} months"
x_seconds:
one: 1 second
other: "%{count} seconds"
prompts:
day: Day
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
errors:
format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
present: must be blank
confirmation: doesn't match %{attribute}
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: must be odd
record_invalid: 'Validation failed: %{errors}'
restrict_dependent_destroy:
one: Cannot delete record because a dependent %{record} exists
many: Cannot delete record because dependent %{record} exist
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)
other_than: must be other than %{count}
template:
body: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
submit: Save %{model}
update: Update %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: R
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", and "
two_words_connector: " and "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: pm

195
config/locales/rails.eo.yml Normal file
View File

@ -0,0 +1,195 @@
---
eo:
date:
abbr_day_names:
- dim
- lun
- mar
- mer
- ĵaŭ
- ven
- sam
abbr_month_names:
-
- jan.
- feb.
- mar.
- apr.
- majo
- jun.
- jul.
- aŭg.
- sep.
- okt.
- nov.
- dec.
day_names:
- dimanĉo
- lundo
- mardo
- merkredo
- ĵaŭdo
- vendredo
- sabato
formats:
default: "%Y/%m/%d"
long: "%e %B %Y"
short: "%e %b"
month_names:
-
- januaro
- februaro
- marto
- aprilo
- majo
- junio
- julio
- aŭgusto
- septembro
- oktobro
- novembro
- decembro
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: ĉirkaŭ unu horo
other: ĉirkaŭ %{count} horoj
about_x_months:
one: ĉirkaŭ unu monato
other: ĉirkaŭ %{count} monatoj
about_x_years:
one: ĉirkaŭ uno jaro
other: ĉirkaŭ %{count} jaroj
almost_x_years:
one: preskaŭ unu jaro
other: preskaŭ %{count} jaroj
half_a_minute: duona minuto
less_than_x_minutes:
one: malpli ol unu minuto
other: malpli ol %{count} minutoj
zero: malpli ol unu minuto
less_than_x_seconds:
one: malpli ol unu sekundo
other: malpli ol %{count} sekundoj
zero: malpli ol unu sekundo
over_x_years:
one: pli ol unu jaro
other: pli ol %{count} jaroj
x_days:
one: 1 tago
other: "%{count} tagoj"
x_minutes:
one: 1 minuto
other: "%{count} minutoj"
x_months:
one: 1 monato
other: "%{count} monatoj"
x_seconds:
one: 1 sekundo
other: "%{count} sekundoj"
prompts:
day: Tago
hour: Horo
minute: Minuto
month: Monato
second: Sekundo
year: Jaro
errors:
format: "%{attribute} %{message}"
messages:
accepted: devas esti akceptita
blank: devas esti kompletigita
confirmation: ne kongruas kun la konfirmo
empty: devas esti kompletigita
equal_to: devas egali %{count}
even: devas esti para
exclusion: ne estas disponebla
greater_than: devas superi %{count}
greater_than_or_equal_to: devas superi aŭ egali %{count}
inclusion: ne estas inkluzivita de la listo
invalid: estas nevalida
less_than: devas malsuperi %{count}
less_than_or_equal_to: devas malsuperi aŭ egali %{count}
not_a_number: ne estas nombro
not_an_integer: devas esti entjero
odd: devas esti nepara
record_invalid: 'Validado malsukcesis: %{errors}'
taken: ne estas disponebla
too_long: estas tro longa (maksimume %{count} karekteroj)
too_short: estas tro mallonga (minimume %{count} karakteroj)
wrong_length: ne estas je ĝusta longo (devas enhavi %{count} karakterojn)
template:
body: 'Kontrolu la jenajn kampojn: '
header:
one: 'Ne eblas registri tiun %{model}: 1 eraro'
other: 'Ne eblas registri tiun %{model}: %{count} eraroj'
helpers:
select:
prompt: Bonvolu elekti
submit:
create: Krei %{model}
submit: Registri tiun %{model}
update: Modifi tiun %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: " "
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: miliardo
million: miliono
quadrillion: miliono da miliardoj
thousand: mil
trillion: mil miliardoj
unit: ''
format:
delimiter: ''
precision: 2
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: bitoko
other: bitokoj
gb: Gb
kb: kb
mb: Mb
tb: Tb
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " kaj "
two_words_connector: " kaj "
words_connector: ", "
time:
am: am
formats:
default: "%d %B %Y %H:%M:%S"
long: "%A %d %B %Y %H:%M"
short: "%d %b %H:%M"
pm: pm

View File

@ -0,0 +1,199 @@
---
es-419:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%d/%m/%Y"
long: "%A, %d de %B de %Y"
short: "%d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor o igual que %{count}
inclusion: no está incluido en la lista
invalid: es inválido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor o igual que %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número non
record_invalid: 'La validación falló: %{errors}'
taken: ya ha sido tomado
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: longitud errónea (debe ser de 1 caracter)
other: longitud errónea (debe ser de %{count} caracteres)
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: "%{model} no pudo guardarse debido a 1 error"
other: "%{model} no pudo guardarse debido a %{count} errores"
helpers:
select:
prompt: Por favor selecciona
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "¤"
format:
delimiter: ","
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ","
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
precision:
format:
delimiter: ","
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d de %b de %Y a las %H:%M:%S %Z"
long: "%A, %d de %B de %Y a las %I:%M %p"
short: "%d de %b a las %H:%M hrs"
pm: pm

View File

@ -0,0 +1,204 @@
---
es-AR:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%d/%m/%Y"
long: "%A, %d de %B de %Y"
short: "%d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor o igual que %{count}
inclusion: no está incluido en la lista
invalid: es inválido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor o igual que %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número non
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya ha sido tomado
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: longitud errónea (debe ser de 1 caracter)
other: longitud errónea (debe ser de %{count} caracteres)
other_than: debe ser distinto de %{count}
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: "%{model} no pudo guardarse debido a 1 error"
other: "%{model} no pudo guardarse debido a %{count} errores"
helpers:
select:
prompt: Por favor selecciona
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: "."
format: "%u%n"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ","
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
precision:
format:
delimiter: ","
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d de %b de %Y a las %H:%M:%S %Z"
long: "%A, %d de %B de %Y a las %I:%M %p"
short: "%d de %b a las %H:%M hrs"
pm: pm

View File

@ -0,0 +1,198 @@
---
es-CL:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%d/%m/%Y"
long: "%A %d de %B de %Y"
short: "%d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: alrededor de 1 hora
other: alrededor de %{count} horas
about_x_months:
one: alrededor de 1 mes
other: alrededor de %{count} meses
about_x_years:
one: alrededor de 1 año
other: alrededor de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minutos
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor que o igual a %{count}
inclusion: no está incluido en la lista
invalid: no es válido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor que o igual a %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser impar
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya está en uso
too_long: es demasiado largo (%{count} caracteres máximo)
too_short: es demasiado corto (%{count} caracteres mínimo)
wrong_length: no tiene la longitud correcta (%{count} caracteres exactos)
other_than: debe ser distinto de %{count}
template:
body: 'Se encontraron problemas con los siguientes campos:'
header:
one: No se pudo guardar este/a %{model} porque se encontró 1 error
other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
helpers:
select:
prompt: Por favor seleccione
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: "."
format: "%u %n"
precision: 0
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%A, %d de %B de %Y %H:%M:%S %z"
long: "%A %d de %B de %Y %H:%M"
short: "%d de %b %H:%M"
pm: pm

View File

@ -0,0 +1,204 @@
---
es-CO:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%d/%m/%Y"
long: "%A, %d de %B de %Y"
short: "%d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor o igual que %{count}
inclusion: no está incluido en la lista
invalid: es inválido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor o igual que %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número impar
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya ha sido tomado
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: longitud errónea (debe ser de 1 caracter)
other: longitud errónea (debe ser de %{count} caracteres)
other_than: debe ser distinto de %{count}
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: "%{model} no pudo guardarse debido a 1 error"
other: "%{model} no pudo guardarse debido a %{count} errores"
helpers:
select:
prompt: Por favor selecciona
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 0
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ","
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
precision:
format:
delimiter: ","
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d de %b de %Y a las %H:%M:%S %Z"
long: "%A, %d de %B de %Y a las %I:%M %p"
short: "%d de %b a las %H:%M hrs"
pm: pm

View File

@ -0,0 +1,204 @@
---
es-CR:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%d/%m/%Y"
long: "%A, %d de %B de %Y"
short: "%d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor o igual que %{count}
inclusion: no está incluido en la lista
invalid: es inválido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor o igual que %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número impar
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya ha sido utilizado
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: longitud errónea (debe ser de 1 caracter)
other: longitud errónea (debe ser de %{count} caracteres)
other_than: debe ser distinto de %{count}
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: "%{model} no pudo guardarse debido a 1 error"
other: "%{model} no pudo guardarse debido a %{count} errores"
helpers:
select:
prompt: Por favor seleccione
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 0
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "¢"
format:
delimiter: ","
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ","
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
precision:
format:
delimiter: ","
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d de %b de %Y a las %H:%M:%S %Z"
long: "%A, %d de %B de %Y a las %I:%M %p"
short: "%d de %b a las %H:%M hrs"
pm: pm

View File

@ -0,0 +1,205 @@
---
es-DO:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%-d/%-m/%Y"
long: "%A, %-d de %B de %Y"
short: "%-d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: alrededor de 1 hora
other: alrededor de %{count} horas
about_x_months:
one: alrededor de 1 mes
other: alrededor de %{count} meses
about_x_years:
one: alrededor de 1 año
other: alrededor de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundo
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado(a)
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío(a)
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado(a)
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor que o igual a %{count}
inclusion: no está incluido(a) en la lista
invalid: no es válido(a)
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor que o igual a %{count}
not_a_number: no es un número
not_an_integer: debe ser un número entero
odd: debe ser un número impar
taken: ya está en uso
too_long:
one: es demasiado largo(a) (máximo 1 caracter)
other: es demasiado largo(a) (máximo %{count} caracteres)
too_short:
one: es demasiado corto(a) (mínimo 1 caracter)
other: es demasiado corto(a) (mínimo %{count} caracteres)
wrong_length:
one: no tiene la longitud correcta (debe ser de 1 caracter)
other: no tiene la longitud correcta (debe ser de %{count} caracteres)
other_than: debe ser diferente de %{count}
template:
body: "Revise que los siguientes campos sean válidos:"
header:
one: No se pudo guardar este(a) %{model} porque se encontró 1 error
other: No se pudo guardar este(a) %{model} porque se encontraron %{count} errores
helpers:
select:
prompt: Por favor seleccione
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: RD$
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million:
one: millón
other: millones
quadrillion: mil billones
thousand: mil
trillion:
one: billón
other: billones
unit: ""
format:
delimiter: ""
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ""
format: "%n%"
precision:
format:
delimiter: ""
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%A, %-d de %B de %Y a las %-I:%M:%S %p %Z"
long: "%-d de %B de %Y a las %-I:%M %p"
short: "%-d %b %-I:%M %p"
pm: pm

View File

@ -0,0 +1,205 @@
---
es-EC:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%-d/%m/%Y"
long: "%A, %-d de %B de %Y"
short: "%-d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor que o igual a %{count}
inclusion: no está incluido en la lista
invalid: no es válido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor que o igual a %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número impar
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un(a) %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya está en uso
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: no tiene la longitud correcta (debe ser de 1 caracter)
other: no tiene la longitud correcta (debe ser de %{count} caracteres)
other_than: debe ser diferente de %{count}
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: No se pudo guardar este/a %{model} porque se encontró 1 error
other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
helpers:
select:
prompt: Por favor seleccione
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%A, %-d de %B de %Y a las %-I:%M:%S %p %Z"
long: "%-d de %B de %Y a las %-I:%M %p"
short: "%-d %b %-I:%M %p"
pm: pm

View File

@ -0,0 +1,204 @@
---
es-ES:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%-d/%-m/%Y"
long: "%-d de %B de %Y"
short: "%-d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: alrededor de 1 hora
other: alrededor de %{count} horas
about_x_months:
one: alrededor de 1 mes
other: alrededor de %{count} meses
about_x_years:
one: alrededor de 1 año
other: alrededor de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minutos
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor que o igual a %{count}
inclusion: no está incluido en la lista
invalid: no es válido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor que o igual a %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser impar
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya está en uso
too_long:
one: "es demasiado largo (1 carácter máximo)"
other: "es demasiado largo (%{count} caracteres máximo)"
too_short:
one: "es demasiado corto (1 carácter mínimo)"
other: "es demasiado corto (%{count} caracteres mínimo)"
wrong_length:
one: "no tiene la longitud correcta (1 carácter exactos)"
other: "no tiene la longitud correcta (%{count} caracteres exactos)"
other_than: debe ser distinto de %{count}
template:
body: 'Se encontraron problemas con los siguientes campos:'
header:
one: No se pudo guardar este/a %{model} porque se encontró 1 error
other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
helpers:
select:
prompt: Por favor seleccione
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%A, %-d de %B de %Y %H:%M:%S %z"
long: "%-d de %B de %Y %H:%M"
short: "%-d de %b %H:%M"
pm: pm

View File

@ -0,0 +1,205 @@
---
es-MX:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%d/%m/%Y"
long: "%A, %d de %B de %Y"
short: "%d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor o igual que %{count}
inclusion: no está incluido en la lista
invalid: es inválido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor o igual que %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número non
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: El registro no puede ser eliminado pues existe un %{record} dependiente
many: El registro no puede ser eliminado pues existen %{record} dependientes
taken: ya ha sido tomado
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: longitud errónea (debe ser de 1 caracter)
other: longitud errónea (debe ser de %{count} caracteres)
other_than: debe ser diferente a %{count}
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: "%{model} no pudo guardarse debido a 1 error"
other: "%{model} no pudo guardarse debido a %{count} errores"
helpers:
select:
prompt: Por favor selecciona
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ","
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
format: "%n%"
precision:
format:
delimiter: ","
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d de %b de %Y a las %H:%M:%S %Z"
long: "%A, %d de %B de %Y a las %I:%M %p"
short: "%d de %b a las %H:%M hrs"
pm: pm

View File

@ -0,0 +1,205 @@
---
es-PA:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%-d/%m/%Y"
long: "%A, %-d de %B de %Y"
short: "%-d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor que o igual a %{count}
inclusion: no está incluido en la lista
invalid: no es válido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor que o igual a %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número impar
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un(a) %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya está en uso
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: no tiene la longitud correcta (debe ser de 1 caracter)
other: no tiene la longitud correcta (debe ser de %{count} caracteres)
other_than: debe ser diferente de %{count}
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: No se pudo guardar este/a %{model} porque se encontró 1 error
other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
helpers:
select:
prompt: Por favor seleccione
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: B/.
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%A, %-d de %B de %Y a las %-I:%M:%S %p %Z"
long: "%-d de %B de %Y a las %-I:%M %p"
short: "%-d %b %-I:%M %p"
pm: pm

View File

@ -0,0 +1,204 @@
---
es-PE:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%d/%m/%Y"
long: "%A, %d de %B del %Y"
short: "%d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor o igual que %{count}
inclusion: no está incluido en la lista
invalid: es inválido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor o igual que %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número non
record_invalid: 'Falla de validación: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya ha sido tomado
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: longitud errónea (debe ser de 1 caracter)
other: longitud errónea (debe ser de %{count} caracteres)
other_than: debe ser distinto de %{count}
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: "%{model} no pudo guardarse debido a 1 error"
other: "%{model} no pudo guardarse debido a %{count} errores"
helpers:
select:
prompt: Por favor seleccione
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: S/.
format:
delimiter: ","
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: billón
million: millón
quadrillion: cuatrillón
thousand: mil
trillion: trillón
unit: ''
format:
delimiter: ","
precision: 2
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
precision:
format:
delimiter: ","
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d de %b del %Y a las %H:%M:%S %Z"
long: "%A, %d de %B del %Y a las %I:%M %p"
short: "%d de %b a las %H:%M hrs"
pm: pm

View File

@ -0,0 +1,204 @@
---
es-US:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%d/%m/%Y"
long: "%A, %d de %B de %Y"
short: "%d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor o igual que %{count}
inclusion: no está incluido en la lista
invalid: es inválido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor o igual que %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número non
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya ha sido tomado
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: longitud errónea (debe ser de 1 caracter)
other: longitud errónea (debe ser de %{count} caracteres)
other_than: debe ser distinto de %{count}
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: "%{model} no pudo guardarse debido a 1 error"
other: "%{model} no pudo guardarse debido a %{count} errores"
helpers:
select:
prompt: Por favor selecciona
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ","
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
precision:
format:
delimiter: ","
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d de %b de %Y a las %H:%M:%S %Z"
long: "%A, %d de %B de %Y a las %I:%M %p"
short: "%d de %b a las %H:%M hrs"
pm: pm

View File

@ -0,0 +1,204 @@
---
es-VE:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%d/%m/%Y"
long: "%A, %d de %B de %Y"
short: "%d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cerca de 1 hora
other: cerca de %{count} horas
about_x_months:
one: cerca de 1 mes
other: cerca de %{count} meses
about_x_years:
one: cerca de 1 año
other: cerca de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minuto
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser un número par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor o igual que %{count}
inclusion: no está incluido en la lista
invalid: no es válido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor o igual que %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser un número impar
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya está en uso
too_long:
one: es demasiado largo (máximo 1 caracter)
other: es demasiado largo (máximo %{count} caracteres)
too_short:
one: es demasiado corto (mínimo 1 caracter)
other: es demasiado corto (mínimo %{count} caracteres)
wrong_length:
one: longitud errónea (debe ser de 1 caracter)
other: longitud errónea (debe ser de %{count} caracteres)
other_than: debe ser distinto de %{count}
template:
body: 'Revise que los siguientes campos sean válidos:'
header:
one: "%{model} no pudo guardarse debido a 1 error"
other: "%{model} no pudo guardarse debido a %{count} errores"
helpers:
select:
prompt: Por favor selecciona
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: "."
format: "%u%n"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: Bs.
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: "."
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
precision:
format:
delimiter: ","
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d de %b de %Y a las %H:%M:%S%p %Z"
long: "%A, %d de %B de %Y a las %I:%M%p"
short: "%d de %b a las %H:%M%p"
pm: pm

204
config/locales/rails.es.yml Normal file
View File

@ -0,0 +1,204 @@
---
es:
date:
abbr_day_names:
- dom
- lun
- mar
- mié
- jue
- vie
- sáb
abbr_month_names:
-
- ene
- feb
- mar
- abr
- may
- jun
- jul
- ago
- sep
- oct
- nov
- dic
day_names:
- domingo
- lunes
- martes
- miércoles
- jueves
- viernes
- sábado
formats:
default: "%-d/%-m/%Y"
long: "%-d de %B de %Y"
short: "%-d de %b"
month_names:
-
- enero
- febrero
- marzo
- abril
- mayo
- junio
- julio
- agosto
- septiembre
- octubre
- noviembre
- diciembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: alrededor de 1 hora
other: alrededor de %{count} horas
about_x_months:
one: alrededor de 1 mes
other: alrededor de %{count} meses
about_x_years:
one: alrededor de 1 año
other: alrededor de %{count} años
almost_x_years:
one: casi 1 año
other: casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: más de 1 año
other: más de %{count} años
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Día
hour: Hora
minute: Minutos
month: Mes
second: Segundos
year: Año
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: no puede estar en blanco
present: debe estar en blanco
confirmation: no coincide
empty: no puede estar vacío
equal_to: debe ser igual a %{count}
even: debe ser par
exclusion: está reservado
greater_than: debe ser mayor que %{count}
greater_than_or_equal_to: debe ser mayor que o igual a %{count}
inclusion: no está incluido en la lista
invalid: no es válido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor que o igual a %{count}
not_a_number: no es un número
not_an_integer: debe ser un entero
odd: debe ser impar
record_invalid: 'La validación falló: %{errors}'
restrict_dependent_destroy:
one: No se puede eliminar el registro porque existe un %{record} dependiente
many: No se puede eliminar el registro porque existen %{record} dependientes
taken: ya está en uso
too_long:
one: "es demasiado largo (1 carácter máximo)"
other: "es demasiado largo (%{count} caracteres máximo)"
too_short:
one: "es demasiado corto (1 carácter mínimo)"
other: "es demasiado corto (%{count} caracteres mínimo)"
wrong_length:
one: "no tiene la longitud correcta (1 carácter exactos)"
other: "no tiene la longitud correcta (%{count} caracteres exactos)"
other_than: debe ser distinto de %{count}
template:
body: 'Se encontraron problemas con los siguientes campos:'
header:
one: No se pudo guardar este/a %{model} porque se encontró 1 error
other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
helpers:
select:
prompt: Por favor seleccione
submit:
create: Crear %{model}
submit: Guardar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: mil millones
million: millón
quadrillion: mil billones
thousand: mil
trillion: billón
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " y "
two_words_connector: " y "
words_connector: ", "
time:
am: am
formats:
default: "%A, %-d de %B de %Y %H:%M:%S %z"
long: "%-d de %B de %Y %H:%M"
short: "%-d de %b %H:%M"
pm: pm

193
config/locales/rails.et.yml Normal file
View File

@ -0,0 +1,193 @@
---
et:
date:
abbr_day_names:
- P
- E
- T
- K
- N
- R
- L
abbr_month_names:
-
- jaan.
- veebr.
- märts
- apr.
- mai
- juuni
- juuli
- aug.
- sept.
- okt.
- nov.
- dets.
day_names:
- pühapäev
- esmaspäev
- teisipäev
- kolmapäev
- neljapäev
- reede
- laupäev
formats:
default: "%d.%m.%Y"
long: "%d. %B %Y"
short: "%d.%m.%y"
month_names:
-
- jaanuar
- veebruar
- märts
- aprill
- mai
- juuni
- juuli
- august
- september
- oktoober
- november
- detsember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: umbes %{count} tund
other: umbes %{count} tundi
about_x_months:
one: umbes %{count} kuu
other: umbes %{count} kuud
about_x_years:
one: umbes %{count} aasta
other: umbes %{count} aastat
almost_x_years:
one: peaaegu üks aasta
other: peaaegu %{count} aastat
half_a_minute: pool minutit
less_than_x_minutes:
one: vähem kui %{count} minut
other: vähem kui %{count} minutit
less_than_x_seconds:
one: vähem kui %{count} sekund
other: vähem kui %{count} sekundit
over_x_years:
one: üle %{count} aasta
other: üle %{count} aasta
x_days:
one: "%{count} päev"
other: "%{count} päeva"
x_minutes:
one: "%{count} minut"
other: "%{count} minutit"
x_months:
one: "%{count} kuu"
other: "%{count} kuud"
x_seconds:
one: "%{count} sekund"
other: "%{count} sekundit"
prompts:
day: Päev
hour: Tunde
minute: Minutit
month: Kuu
second: Sekundit
year: Aasta
errors:
format: "%{attribute} %{message}"
messages:
accepted: peab olema heaks kiidetud
blank: on täitmata
confirmation: ei vasta kinnitusele
empty: on tühi
equal_to: peab olema võrdne arvuga %{count}
even: peab olema paarisarv
exclusion: on reserveeritud
greater_than: ei tohi olla suurem kui %{count}
greater_than_or_equal_to: peab olema suurem või võrdne arvuga %{count}
inclusion: ei leidu nimekirjas
invalid: ei ole korrektne
less_than: peab olema vähem kui %{count}
less_than_or_equal_to: peab olema vähem või võrdne arvuga %{count}
not_a_number: ei ole number
not_an_integer: peab olema täisarv
odd: peab olema paaritu arv
record_invalid: 'Valideerimine ebaõnnestus: %{errors}'
taken: on juba võetud
too_long: on liiga pikk (maksimum on %{count} tähemärki)
too_short: on liiga lühike (miinimum on %{count} tähemärki)
wrong_length: on vale pikkusega (peab olema %{count} tähemärki)
template:
body: 'Probleeme ilmnes järgmiste väljadega:'
header:
one: Üks viga takistas objekti %{model} salvestamist
other: "%{count} viga takistasid objekti %{model} salvestamist"
helpers:
select:
prompt: Palun vali
submit:
create: Loo uus %{model}
submit: Salvesta %{model}
update: Uuenda objekti %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: " "
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: miljard
million: miljon
quadrillion: kvadriljon
thousand: tuhat
trillion: triljon
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: bait
other: baiti
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " ja "
two_words_connector: " ja "
words_connector: ", "
time:
am: enne lõunat
formats:
default: "%d. %B %Y, %H:%M"
long: "%a, %d. %b %Y, %H:%M:%S %z"
short: "%d.%m.%y, %H:%M"
pm: pärast lõunat

193
config/locales/rails.eu.yml Normal file
View File

@ -0,0 +1,193 @@
---
eu:
date:
abbr_day_names:
- Igan
- Astel
- Astear
- Asteaz
- Oste
- Osti
- Lar
abbr_month_names:
-
- Urt
- Ots
- Mar
- Api
- Mai
- Eka
- Uzt
- Abu
- Ira
- Urr
- Aza
- Aben
day_names:
- Igandea
- Astelehena
- Asteartea
- Asteazkena
- Osteguna
- Ostirala
- Larunbata
formats:
default: "%Y/%m/%e"
long: "%Y(e)ko %Bk %e"
short: "%b %e"
month_names:
-
- Urtarrila
- Otsaila
- Martxoa
- Apirila
- Maiatza
- Ekaina
- Uztaila
- Abuztua
- Iraila
- Urria
- Azaroa
- Abendua
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: ordu bat inguru
other: "%{count} ordu inguru"
about_x_months:
one: hilabete bat inguru
other: "%{count} hilabete inguru"
about_x_years:
one: urte bat inguru
other: "%{count} urte inguru"
almost_x_years:
one: ia urte bat
other: ia %{count} urte
half_a_minute: minutu erdi
less_than_x_minutes:
one: 1 minutu bat baino gutxiago
other: "%{count} minutu baino gutxiago"
less_than_x_seconds:
one: segundu bat baino gutxiago
other: "%{count} segundu baino gutxiago"
over_x_years:
one: urte bat baino gehiago
other: "%{count} urte baino gehiago"
x_days:
one: egun bat
other: "%{count} egun"
x_minutes:
one: minutu bat
other: "%{count} minutu"
x_months:
one: hilabete bat
other: "%{count} hilabete"
x_seconds:
one: segundu bat
other: "%{count} segundu"
prompts:
day: Egun
hour: Ordu
minute: Minutu
month: Hilabete
second: Segundu
year: Urte
errors:
format: "%{attribute} %{message}"
messages:
accepted: onartuta izan behar da
blank: ezin da zuriz utzi
confirmation: ez dator bat konfirmazioarekin
empty: ezin da hutsik egon
equal_to: "%{count} izan behar da"
even: bikoitia izan behar du
exclusion: erreserbatuta dago
greater_than: "%{count} baino handiagoa izan behar da"
greater_than_or_equal_to: "%{count} baino handiago edo berdin izan behar da"
inclusion: ez da zerrendako aukera bat
invalid: ez da zuzena
less_than: "%{count} baino txikiago izan behar da"
less_than_or_equal_to: "%{count} baino txikiago edo berdin izan behar da"
not_a_number: ez da zenbaki bat
not_an_integer: zenbaki osoa izan behar da
odd: bakoitia izan behar du
record_invalid: 'Balioztatze arazoa: %{errors}'
taken: hartuta dago
too_long: luzeegia da (%{count} karaktere gehienez)
too_short: laburregia da (%{count} karaktere gutxienez)
wrong_length: ez du luzeera zuzena (%{count} karaktere izan behar ditu)
template:
body: 'Arazoak egon dira ondoko eremuekin:'
header:
one: Errore batek ezinezkoa egin du %{model} hau gordetzea
other: "%{count} errorek ezinezkoa egiten dute %{model} hau gordetzea"
helpers:
select:
prompt: Mesedez, aukeratu
submit:
create: "%{model}a eratu"
submit: "%{model}a gorde"
update: "%{model}a eguneratu"
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Mila milioi
million: Milioi
quadrillion: Kuatrilioi
thousand: Mila
trillion: Trilioi
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Byte
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " eta "
two_words_connector: " eta "
words_connector: ", "
time:
am: am
formats:
default: "%A, %Y(e)ko %Bren %e %H:%M:%S %z"
long: "%Y(e)ko %Bren %e, %H:%M"
short: "%b %e, %H:%M"
pm: pm

193
config/locales/rails.fa.yml Normal file
View File

@ -0,0 +1,193 @@
---
fa:
date:
abbr_day_names:
- ی
- د
- س
- چ
- پ
- ج
- ش
abbr_month_names:
-
- ژانویه
- فوریه
- مارس
- آوریل
- مه
- ژوئن
- ژوئیه
- اوت
- سپتامبر
- اکتبر
- نوامبر
- دسامبر
day_names:
- یکشنبه
- دوشنبه
- سه‌شنبه
- چهارشنبه
- پنج‌شنبه
- جمعه
- شنبه
formats:
default: "%Y/%m/%d"
long: "%e %B %Y"
short: "%m/%d"
month_names:
-
- ژانویه
- فوریه
- مارس
- آوریل
- مه
- ژوئن
- ژوئیه
- اوت
- سپتامبر
- اکتبر
- نوامبر
- دسامبر
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: حدود یک ساعت
other: حدود %{count} ساعت
about_x_months:
one: حدود یک ماه
other: حدود %{count} ماه
about_x_years:
one: حدود یک سال
other: حدود %{count} سال
almost_x_years:
one: حدود یک سال
other: حدود %{count} سال
half_a_minute: نیم دقیقه
less_than_x_minutes:
one: کمتر از یک دقیقه
other: کمتر از %{count} دقیقه
less_than_x_seconds:
one: یک ثانیه
other: کمتر از %{count} ثانیه
over_x_years:
one: بیش از یک سال
other: بیش از %{count} سال
x_days:
one: یک روز
other: "%{count} روز"
x_minutes:
one: یک دقیقه
other: "%{count} دقیقه"
x_months:
one: یک ماه
other: "%{count} ماه"
x_seconds:
one: یک ثانیه
other: "%{count} ثانیه"
prompts:
day: روز
hour: ساعت
minute: دقیقه
month: ماه
second: ثانیه
year: سال
errors:
format: "%{attribute} %{message}"
messages:
accepted: باید پذیرفته شود
blank: نباید خالی باشد
confirmation: با تایید نمی‌خواند
empty: نمی‌تواند خالی باشد
equal_to: باید برابر %{count} باشد
even: باید زوج باشد
exclusion: رزرو است
greater_than: باید بزرگتر از %{count} باشد
greater_than_or_equal_to: باید بزرگتر یا برابر %{count} باشد
inclusion: در لیست موجود نیست
invalid: نامعتبر است
less_than: باید کمتر از %{count} باشد
less_than_or_equal_to: باید کمتر یا برابر %{count} باشد
not_a_number: عدد نیست
not_an_integer: عدد صحیح نیست
odd: باید فرد باشد
record_invalid: رکورد نامعتبر است %{errors}
taken: پیشتر گرفته شده
too_long: بلند است (حداکثر %{count} کاراکتر)
too_short: کوتاه است (حداقل %{count} کاراکتر)
wrong_length: نااندازه است (باید %{count} کاراکتر باشد)
template:
body: 'موارد زیر مشکل داشت:'
header:
one: 1 خطا جلوی ذخیره این %{model} را گرفت
other: "%{count} خطا جلوی ذخیره این %{model} را گرفت"
helpers:
select:
prompt: لطفا انتخاب کنید
submit:
create: ایجاد %{model}
submit: ذخیره‌ی %{model}
update: بروز رسانی %{model}
number:
currency:
format:
delimiter: "٬"
format: "%n %u"
precision: 0
separator: "٫"
significant: false
strip_insignificant_zeros: false
unit: "﷼"
format:
delimiter: "٬"
precision: 2
separator: "٫"
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: میلیارد
million: میلیون
quadrillion: کادریلیون
thousand: هزار
trillion: تریلیون
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: بایت
other: بایت
gb: گیگابایت
kb: کیلوبایت
mb: مگابایت
tb: ترابایت
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " و "
two_words_connector: " و "
words_connector: "، "
time:
am: قبل از ظهر
formats:
default: "%A، %e %B %Y، ساعت %H:%M:%S (%Z)"
long: "%e %B %Y، ساعت %H:%M"
short: "%e %B، ساعت %H:%M"
pm: بعد از ظهر

193
config/locales/rails.fi.yml Normal file
View File

@ -0,0 +1,193 @@
---
fi:
date:
abbr_day_names:
- su
- ma
- ti
- ke
- to
- pe
- la
abbr_month_names:
-
- tammi
- helmi
- maalis
- huhti
- touko
- kesä
- heinä
- elo
- syys
- loka
- marras
- joulu
day_names:
- sunnuntai
- maanantai
- tiistai
- keskiviikko
- torstai
- perjantai
- lauantai
formats:
default: "%-d.%-m.%Y"
long: "%A %e. %Bta %Y"
short: "%d. %b"
month_names:
-
- tammikuu
- helmikuu
- maaliskuu
- huhtikuu
- toukokuu
- kesäkuu
- heinäkuu
- elokuu
- syyskuu
- lokakuu
- marraskuu
- joulukuu
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: noin tunti
other: noin %{count} tuntia
about_x_months:
one: noin kuukausi
other: noin %{count} kuukautta
about_x_years:
one: vuosi
other: noin %{count} vuotta
almost_x_years:
one: melkein yksi vuosi
other: melkein %{count} vuotta
half_a_minute: puoli minuuttia
less_than_x_minutes:
one: alle minuutti
other: alle %{count} minuuttia
less_than_x_seconds:
one: alle sekunti
other: alle %{count} sekuntia
over_x_years:
one: yli vuosi
other: yli %{count} vuotta
x_days:
one: päivä
other: "%{count} päivää"
x_minutes:
one: minuutti
other: "%{count} minuuttia"
x_months:
one: kuukausi
other: "%{count} kuukautta"
x_seconds:
one: sekunti
other: "%{count} sekuntia"
prompts:
day: päivä
hour: tunti
minute: minuutti
month: kuukausi
second: sekunti
year: vuosi
errors:
format: "%{attribute} %{message}"
messages:
accepted: täytyy olla hyväksytty
blank: ei voi olla sisällötön
confirmation: ei vastaa varmennusta
empty: ei voi olla tyhjä
equal_to: täytyy olla yhtä suuri kuin %{count}
even: täytyy olla parillinen
exclusion: on varattu
greater_than: täytyy olla suurempi kuin %{count}
greater_than_or_equal_to: täytyy olla suurempi tai yhtä suuri kuin %{count}
inclusion: ei löydy listasta
invalid: on kelvoton
less_than: täytyy olla pienempi kuin %{count}
less_than_or_equal_to: täytyy olla pienempi tai yhtä suuri kuin %{count}
not_a_number: ei ole luku
not_an_integer: ei ole kokonaisluku
odd: täytyy olla pariton
record_invalid: 'Validointi epäonnistui: %{errors}'
taken: on jo käytössä
too_long: on liian pitkä (saa olla enintään %{count} merkkiä)
too_short: on liian lyhyt (oltava vähintään %{count} merkkiä)
wrong_length: on väärän pituinen (täytyy olla täsmälleen %{count} merkkiä)
template:
body: 'Seuraavat kentät aiheuttivat ongelmia:'
header:
one: Virhe syötteessä esti mallin %{model} tallentamisen
other: "%{count} virhettä esti mallin %{model} tallentamisen"
helpers:
select:
prompt: Valitse
submit:
create: Luo %{model}
submit: Tallenna %{model}
update: Päivitä %{model}
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
thousand: tuhatta
million: miljoonaa
billion: miljardia
trillion: biljoonaa
quadrillion: tuhatta biljoonaa
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: tavu
other: tavua
gb: Gt
kb: kt
mb: Mt
tb: Tt
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " ja "
two_words_connector: " ja "
words_connector: ", "
time:
am: aamupäivä
formats:
default: "%A %e. %Bta %Y %H:%M:%S %z"
long: "%e. %Bta %Y %H.%M"
short: "%e.%m. %H.%M"
pm: iltapäivä

View File

@ -0,0 +1,201 @@
---
fr-CA:
date:
abbr_day_names:
- dim
- lun
- mar
- mer
- jeu
- ven
- sam
abbr_month_names:
-
- jan.
- fév.
- mar.
- avr.
- mai
- juin
- juil.
- août
- sept.
- oct.
- nov.
- déc.
day_names:
- dimanche
- lundi
- mardi
- mercredi
- jeudi
- vendredi
- samedi
formats:
default: "%Y-%m-%d"
long: "%d %B %Y"
short: "%y-%m-%d"
month_names:
-
- janvier
- février
- mars
- avril
- mai
- juin
- juillet
- août
- septembre
- octobre
- novembre
- décembre
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: environ une heure
other: environ %{count} heures
about_x_months:
one: environ un mois
other: environ %{count} mois
about_x_years:
one: environ un an
other: environ %{count} ans
almost_x_years:
one: presqu'un an
other: presque %{count} ans
half_a_minute: une demi-minute
less_than_x_minutes:
one: moins d'une minute
other: moins de %{count} minutes
zero: moins d'une minute
less_than_x_seconds:
one: moins d'une seconde
other: moins de %{count} secondes
zero: moins d'une seconde
over_x_years:
one: plus d'un an
other: plus de %{count} ans
x_days:
one: 1 jour
other: "%{count} jours"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 mois
other: "%{count} mois"
x_seconds:
one: 1 seconde
other: "%{count} secondes"
prompts:
day: Jour
hour: Heure
minute: Minute
month: Mois
second: Seconde
year: Année
errors:
format: "%{attribute} %{message}"
messages:
accepted: doit être accepté(e)
blank: doit être rempli(e)
confirmation: ne concorde pas avec %{attribute}
empty: doit être rempli(e)
equal_to: doit être égal à %{count}
even: doit être pair
exclusion: n'est pas disponible
greater_than: doit être supérieur à %{count}
greater_than_or_equal_to: doit être supérieur ou égal à %{count}
inclusion: n'est pas inclus(e) dans la liste
invalid: n'est pas valide
less_than: doit être inférieur à %{count}
less_than_or_equal_to: doit être inférieur ou égal à %{count}
not_a_number: n'est pas un nombre
not_an_integer: doit être un nombre entier
odd: doit être impair
record_invalid: 'La validation a échoué : %{errors}'
taken: n'est pas disponible
too_long:
one: est trop long (pas plus d'un caractère)
other: est trop long (pas plus de %{count} caractères)
too_short:
one: est trop court (au moins un caractère)
other: est trop court (au moins %{count} caractères)
wrong_length:
one: ne fait pas la bonne longueur (doit comporter un seul caractère)
other: ne fait pas la bonne longueur (doit comporter %{count} caractères)
template:
body: 'Veuillez vérifier les champs suivants : '
header:
one: 'Impossible d''enregistrer ce %{model} : 1 erreur'
other: 'Impossible d''enregistrer ce %{model} : %{count} erreurs'
helpers:
select:
prompt: Veuillez sélectionner
submit:
create: Créer un %{model}
submit: Enregistrer ce %{model}
update: Modifier ce %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: " "
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Milliard
million: Million
quadrillion: Million de milliards
thousand: Millier
trillion: Mille milliard
unit: ''
format:
delimiter: ''
precision: 2
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Octet
other: Octets
gb: Go
kb: ko
mb: Mo
tb: To
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " et "
two_words_connector: " et "
words_connector: ", "
time:
am: am
formats:
default: "%H h %M min %S s"
long: "%A %d %B %Y %H h %M"
short: "%H h %M"
pm: pm

View File

@ -0,0 +1,207 @@
---
fr-CH:
date:
abbr_day_names:
- dim
- lun
- mar
- mer
- jeu
- ven
- sam
abbr_month_names:
-
- jan.
- fév.
- mar.
- avr.
- mai
- juin
- juil.
- août
- sept.
- oct.
- nov.
- déc.
day_names:
- dimanche
- lundi
- mardi
- mercredi
- jeudi
- vendredi
- samedi
formats:
default: "%d.%m.%Y"
long: "%e %B %Y"
short: "%e %b"
month_names:
-
- janvier
- février
- mars
- avril
- mai
- juin
- juillet
- août
- septembre
- octobre
- novembre
- décembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: environ une heure
other: environ %{count} heures
about_x_months:
one: environ un mois
other: environ %{count} mois
about_x_years:
one: environ un an
other: environ %{count} ans
almost_x_years:
one: presqu'un an
other: presque %{count} ans
half_a_minute: une demi-minute
less_than_x_minutes:
one: moins d'une minute
other: moins de %{count} minutes
zero: moins d'une minute
less_than_x_seconds:
one: moins d'une seconde
other: moins de %{count} secondes
zero: moins d'une seconde
over_x_years:
one: plus d'un an
other: plus de %{count} ans
x_days:
one: 1 jour
other: "%{count} jours"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 mois
other: "%{count} mois"
x_seconds:
one: 1 seconde
other: "%{count} secondes"
prompts:
day: Jour
hour: Heure
minute: Minute
month: Mois
second: Seconde
year: Année
errors:
format: "%{attribute} %{message}"
messages:
accepted: doit être accepté(e)
blank: doit être rempli(e)
present: doit être vide
confirmation: ne concorde pas avec %{attribute}
empty: doit être rempli(e)
equal_to: doit être égal à %{count}
even: doit être pair
exclusion: n'est pas disponible
greater_than: doit être supérieur à %{count}
greater_than_or_equal_to: doit être supérieur ou égal à %{count}
inclusion: n'est pas inclus(e) dans la liste
invalid: n'est pas valide
less_than: doit être inférieur à %{count}
less_than_or_equal_to: doit être inférieur ou égal à %{count}
not_a_number: n'est pas un nombre
not_an_integer: doit être un nombre entier
odd: doit être impair
record_invalid: 'La validation a échoué : %{errors}'
restrict_dependent_destroy:
one: 'Suppression impossible: un autre enregistrement est lié'
many: 'Suppression impossible: d''autres enregistrements sont liés'
taken: n'est pas disponible
too_long:
one: est trop long (pas plus d'un caractère)
other: est trop long (pas plus de %{count} caractères)
too_short:
one: est trop court (au moins un caractère)
other: est trop court (au moins %{count} caractères)
wrong_length:
one: ne fait pas la bonne longueur (doit comporter un seul caractère)
other: ne fait pas la bonne longueur (doit comporter %{count} caractères)
other_than: doit être différent de %{count}
template:
body: 'Veuillez vérifier les champs suivants : '
header:
one: 'Impossible d''enregistrer ce %{model} : 1 erreur'
other: 'Impossible d''enregistrer ce %{model} : %{count} erreurs'
helpers:
select:
prompt: Veuillez sélectionner
submit:
create: Créer un %{model}
submit: Enregistrer ce %{model}
update: Modifier ce %{model}
number:
currency:
format:
delimiter: "'"
format: "%n %u"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: sFr.
format:
delimiter: "'"
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: milliard
million: million
quadrillion: million de milliards
thousand: millier
trillion: billion
unit: ''
format:
delimiter: ''
precision: 2
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: octet
other: octets
gb: Go
kb: ko
mb: Mo
tb: To
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " et "
two_words_connector: " et "
words_connector: ", "
time:
am: am
formats:
default: "%d. %B %Y %H h %M"
long: "%A, %d %B %Y %H h %M min %S s %Z"
short: "%d %b %H h %M"
pm: pm

View File

@ -0,0 +1,207 @@
---
fr-FR:
date:
abbr_day_names:
- dim
- lun
- mar
- mer
- jeu
- ven
- sam
abbr_month_names:
-
- jan.
- fév.
- mar.
- avr.
- mai
- juin
- juil.
- août
- sept.
- oct.
- nov.
- déc.
day_names:
- dimanche
- lundi
- mardi
- mercredi
- jeudi
- vendredi
- samedi
formats:
default: "%d/%m/%Y"
short: "%e %b"
long: "%e %B %Y"
month_names:
-
- janvier
- février
- mars
- avril
- mai
- juin
- juillet
- août
- septembre
- octobre
- novembre
- décembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: environ une heure
other: environ %{count} heures
about_x_months:
one: environ un mois
other: environ %{count} mois
about_x_years:
one: environ un an
other: environ %{count} ans
almost_x_years:
one: presqu'un an
other: presque %{count} ans
half_a_minute: une demi-minute
less_than_x_minutes:
zero: moins d'une minute
one: moins d'une minute
other: moins de %{count} minutes
less_than_x_seconds:
zero: moins d'une seconde
one: moins d'une seconde
other: moins de %{count} secondes
over_x_years:
one: plus d'un an
other: plus de %{count} ans
x_days:
one: 1 jour
other: "%{count} jours"
x_minutes:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 mois
other: "%{count} mois"
x_seconds:
one: 1 seconde
other: "%{count} secondes"
prompts:
day: Jour
hour: Heure
minute: Minute
month: Mois
second: Seconde
year: Année
errors:
format: "%{attribute} %{message}"
messages:
accepted: doit être accepté(e)
blank: doit être rempli(e)
present: doit être vide
confirmation: ne concorde pas avec %{attribute}
empty: doit être rempli(e)
equal_to: doit être égal à %{count}
even: doit être pair
exclusion: n'est pas disponible
greater_than: doit être supérieur à %{count}
greater_than_or_equal_to: doit être supérieur ou égal à %{count}
inclusion: n'est pas inclus(e) dans la liste
invalid: n'est pas valide
less_than: doit être inférieur à %{count}
less_than_or_equal_to: doit être inférieur ou égal à %{count}
not_a_number: n'est pas un nombre
not_an_integer: doit être un nombre entier
odd: doit être impair
record_invalid: 'La validation a échoué : %{errors}'
restrict_dependent_destroy:
one: 'Suppression impossible: un autre enregistrement est lié'
many: 'Suppression impossible: d''autres enregistrements sont liés'
taken: n'est pas disponible
too_long:
one: est trop long (pas plus d'un caractère)
other: est trop long (pas plus de %{count} caractères)
too_short:
one: est trop court (au moins un caractère)
other: est trop court (au moins %{count} caractères)
wrong_length:
one: ne fait pas la bonne longueur (doit comporter un seul caractère)
other: ne fait pas la bonne longueur (doit comporter %{count} caractères)
other_than: doit être différent de %{count}
template:
body: 'Veuillez vérifier les champs suivants : '
header:
one: 'Impossible d''enregistrer ce(tte) %{model} : 1 erreur'
other: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs'
helpers:
select:
prompt: Veuillez sélectionner
submit:
create: Créer un(e) %{model}
submit: Enregistrer ce(tte) %{model}
update: Modifier ce(tte) %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: " "
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: milliard
million: million
quadrillion: million de milliards
thousand: millier
trillion: billion
unit: ''
format:
delimiter: ''
precision: 2
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: octet
other: octets
gb: Go
kb: ko
mb: Mo
tb: To
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " et "
two_words_connector: " et "
words_connector: ", "
time:
am: am
formats:
default: "%d %B %Y %Hh %Mmin %Ss"
long: "%A %d %B %Y %Hh%M"
short: "%d %b %Hh%M"
pm: pm

View File

@ -0,0 +1,192 @@
fur:
date:
abbr_day_names:
- dom
- lun
- mar
- mie
- joi
- vin
- sab
abbr_month_names:
-
- Zen
- Fev
- Mar
- Avr
- Mai
- Jug
- Lui
- Avo
- Set
- Otu
- Nov
- Dic
day_names:
- domenie
- lunis
- martars
- miercus
- joibe
- vinars
- sabide
formats:
default: ! '%d-%m-%Y'
long: ! '%d di %B dal %Y'
short: ! '%d di %b'
month_names:
-
- Zenâr
- Fevrâr
- Març
- Avrîl
- Mai
- Jugn
- Lui
- Avost
- Setembar
- Otubar
- Novembar
- Dicembar
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: cirche une ore
other: cirche %{count} oris
about_x_months:
one: cirche un mês
other: cirche %{count} mês
about_x_years:
one: cirche un an
other: cirche %{count} agns
almost_x_years:
one: cuasi un an
other: cuasi %{count} agns
half_a_minute: mieç minût
less_than_x_minutes:
one: mancul di un minût
other: mancul di %{count} minûts
less_than_x_seconds:
one: mancul di un secont
other: mancul di %{count} seconts
over_x_years:
one: plui di un an
other: plui di %{count} agns
x_days:
one: 1 zornade
other: ! '%{count} zornadis'
x_minutes:
one: 1 minût
other: ! '%{count} minûts'
x_months:
one: 1 mês
other: ! '%{count} mês'
x_seconds:
one: 1 secont
other: ! '%{count} seconts'
prompts:
day: Zornade
hour: Ore
minute: Minût
month: Mês
second: Secont
year: An
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: al à di jessi acetât
blank: nol pues jessi lassât in blanc
confirmation: nol è compagn de conferme
empty: nol pues jessi vueit
equal_to: al à di jessi compagn di %{count}
even: al à di jessi pâr
exclusion: al è riservât
greater_than: al à di jessi plui grant di %{count}
greater_than_or_equal_to: al à di jessi plui grant o compagn di %{count}
inclusion: nol è includût te liste
invalid: nol è valit
less_than: al à di jessi mancul di %{count}
less_than_or_equal_to: al à di jessi mancul o compagn di %{count}
not_a_number: nol è un numar
not_an_integer: al à di jessi un numar intîr
odd: al à di jessi dispar
record_invalid: ! 'Convalide falide: %{errors}'
taken: al è za doprât
too_long: al è masse lunc (il massim al è %{count} letaris)
too_short: al è masse curt (il minim al è %{count} letaris)
wrong_length: nol à la lungjece juste (al à di jessi di %{count} letaris)
template:
body: ! 'Torne par plasê a controlâ i cjamps ca sot:'
header:
one: ! 'No si pues salvâ chest %{model}: 1 erôr'
other: ! 'No si pues salvâ chest %{model}: %{count} erôrs.'
helpers:
select:
prompt: Sielç par plasê
submit:
create: Cree %{model}
submit: Salve %{model}
update: Inzorne %{model}
number:
currency:
format:
delimiter: .
format: ! '%n %u'
precision: 2
separator: ! ','
significant: false
strip_insignificant_zeros: false
unit:
format:
delimiter: .
precision: 3
separator: ! ','
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
billion: bilion
million: milion
quadrillion: cuadrilion
thousand: miâr
trillion: trilion
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
one: Byte
other: Byte
gb: Gb
kb: Kb
mb: Mb
tb: Tb
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ' e '
two_words_connector: ! ' e '
words_connector: ! ', '
time:
am: am
formats:
default: ! '%a %d di %b dal %Y, %H:%M:%S %z'
long: ! '%d di %B dal %Y %H:%M'
short: ! '%d di %b %H:%M'
pm: pm

172
config/locales/rails.gl.yml Normal file
View File

@ -0,0 +1,172 @@
---
gl:
date:
abbr_day_names:
- Dom
- Lun
- Mar
- Mer
- Xov
- Ven
- Sab
abbr_month_names:
-
- Xan
- Feb
- Mar
- Abr
- Mai
- Xuñ
- Xul
- Ago
- Set
- Out
- Nov
- Dec
day_names:
- Domingo
- Luns
- Martes
- Mércores
- Xoves
- Venres
- Sábado
formats:
default: "%e/%m/%Y"
long: "%A %e de %B de %Y"
short: "%e %b"
month_names:
-
- Xaneiro
- Febreiro
- Marzo
- Abril
- Maio
- Xuño
- Xullo
- Agosto
- Setembro
- Outubro
- Novembro
- Decembro
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: aproximadamente unha hora
other: "%{count} horas"
about_x_months:
one: aproximadamente 1 mes
other: "%{count} meses"
about_x_years:
one: aproximadamente 1 ano
other: "%{count} anos"
half_a_minute: medio minuto
less_than_x_minutes:
one: 1 minuto
other: "%{count} minutos"
zero: menos dun minuto
less_than_x_seconds:
few: poucos segundos
one: 1 segundo
other: "%{count} segundos"
zero: menos dun segundo
over_x_years:
one: máis dun ano
other: "%{count} anos"
x_days:
one: 1 día
other: "%{count} días"
x_minutes:
one: 1 minuto
other: "%{count} minuto"
x_months:
one: 1 mes
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
errors:
format: "%{attribute} %{message}"
messages:
accepted: debe ser aceptado
blank: non pode estar en blanco
confirmation: non coincide coa confirmación
empty: non pode estar valeiro
equal_to: debe ser igual a %{count}
even: debe ser impar
exclusion: xa existe
greater_than: debe ser maior que %{count}
greater_than_or_equal_to: debe ser maior ou igual que %{count}
inclusion: non está incluido na lista
invalid: non é válido
less_than: debe ser menor que %{count}
less_than_or_equal_to: debe ser menor ou igual que %{count}
not_a_number: non é un número
odd: debe ser par
taken: non está dispoñible
too_long: é demasiado longo (non máis de %{count} carácteres)
too_short: é demasiado curto (non menos de %{count} carácteres)
wrong_length: non ten a lonxitude correcta (debe ser de %{count} carácteres)
template:
body: 'Atopáronse os seguintes problemas:'
header:
one: 1 erro evitou que se poidese gardar o %{model}
other: "%{count} erros evitaron que se poidese gardar o %{model}"
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " e "
two_words_connector: " e "
words_connector: ", "
time:
am: ''
formats:
default: "%A, %e de %B de %Y ás %H:%M"
long: "%A %e de %B de %Y ás %H:%M"
short: "%e/%m, %H:%M"
pm: ''

View File

@ -0,0 +1,196 @@
"gsw-CH":
date:
abbr_day_names:
- Su
-
- Zi
- Mi
- Du
- Fr
- Sa
abbr_month_names:
-
- Jan
- Feb
- Mär
- Apr
- Mai
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Dez
day_names:
- Sunntig
- Mäntig
- Ziischtig
- Mittwuch
- Dunschtig
- Friitig
- Samschtig
formats:
default: ! '%d.%m.%Y'
long: ! '%e. %B %Y'
short: ! '%e. %b'
month_names:
-
- Januar
- Februar
- März
- April
- Mai
- Juni
- Juli
- Auguscht
- September
- Oktober
- November
- Dezember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: öppe ei stund
other: öppe %{count} stundä
about_x_months:
one: öppe ein monet
other: öppe %{count} mönet
about_x_years:
one: öppe es johr
other: öppe %{count} johr
almost_x_years:
one: fascht es johr
other: fascht %{count} johr
half_a_minute: e halbi minute
less_than_x_minutes:
one: weniger als e minute
other: weniger als %{count} minute
less_than_x_seconds:
one: weniger als e sekunde
other: weniger als %{count} sekunde
over_x_years:
one: meh als es johr
other: meh als %{count} johr
x_days:
one: ein tag
other: ! '%{count} täg'
x_minutes:
one: ei minute
other: ! '%{count} minute'
x_months:
one: ein monet
other: ! '%{count} mönet'
x_seconds:
one: ei sekunde
other: ! '%{count} sekunde'
prompts:
day: tag
hour: stund
minute: minute
month: monet
second: sekunde
year: johr
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: muess akzeptiert werdä
blank: muess usgfüllt werdä
confirmation: stimmt nöd mit dr bestätigung überii
empty: muess usgfüllt werdä
equal_to: muess genau %{count} si
even: muess grad si
exclusion: isch nöd verfüegbar
greater_than: muess grösser als %{count} si
greater_than_or_equal_to: muess grösser oder gliich %{count} si
inclusion: isch kein gültige wärt
invalid: isch nöd gültig
less_than: muess chliner als %{count} si
less_than_or_equal_to: muess chliner oder gliich %{count} si
not_a_number: isch kei zahl
not_an_integer: muess ganzzahlig si
odd: muess ungrad si
record_invalid: ! 'D gültigkeitsprüefig hät nöd funktioniert: %{errors}'
taken: isch scho vergäh
too_long: isch z lang (nöd meh als %{count} zeichä)
too_short: ist z churz (nöd weniger als %{count} zeichä)
wrong_length: hät di falsch längi (muess genau %{count} zeichä ha)
template:
body: ! 'Bitte überprüefend si folgendi felder:'
header:
one: ! 'Han %{model} nöd chönne speicherä: ein fähler.'
other: ! 'Han %{model} nöd chönne speicherä: %{count} fähler.'
helpers:
select:
prompt: Bitte wähle
submit:
create: ! '%{model} erstellä'
submit: ! '%{model} speicherä'
update: ! '%{model} aktualisiere'
number:
currency:
format:
delimiter: "'"
format: ! '%n %u'
precision: 2
separator: ! '.'
significant: false
strip_insignificant_zeros: false
unit: CHF
format:
delimiter: "'"
precision: 2
separator: ! ','
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
billion:
one: milliarde
other: milliarde
million: millione
quadrillion:
one: billiarde
other: billiarde
thousand: tuusig
trillion: billione
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ' und '
two_words_connector: ! ' und '
words_connector: ! ', '
time:
am: vormittags
formats:
default: ! '%A, %d. %B %Y, %H:%M Uhr'
long: ! '%A, %d. %B %Y, %H:%M Uhr'
short: ! '%d. %B, %H:%M Uhr'
pm: nachmittags

195
config/locales/rails.he.yml Normal file
View File

@ -0,0 +1,195 @@
---
he:
date:
abbr_day_names:
- א
- ב
- ג
- ד
- ה
- ו
- ש
abbr_month_names:
-
- ינו
- פבר
- מרץ
- אפר
- מאי
- יונ
- יול
- אוג
- ספט
- אוק
- נוב
- דצמ
day_names:
- ראשון
- שני
- שלישי
- רביעי
- חמישי
- שישי
- שבת
formats:
default: "%d-%m-%Y"
long: "%e ב%B, %Y"
short: "%e %b"
month_names:
-
- ינואר
- פברואר
- מרץ
- אפריל
- מאי
- יוני
- יולי
- אוגוסט
- ספטמבר
- אוקטובר
- נובמבר
- דצמבר
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: בערך שעה אחת
other: בערך %{count} שעות
about_x_months:
one: בערך חודש אחד
other: בערך %{count} חודשים
about_x_years:
one: בערך שנה אחת
other: בערך %{count} שנים
almost_x_years:
one: כמעט שנה
other: כמעט %{count} שנים
half_a_minute: חצי דקה
less_than_x_minutes:
one: פחות מדקה אחת
other: פחות מ- %{count} דקות
zero: פחות מדקה אחת
less_than_x_seconds:
one: פחות משניה אחת
other: פחות מ- %{count} שניות
zero: פחות משניה אחת
over_x_years:
one: מעל שנה אחת
other: מעל %{count} שנים
x_days:
one: יום אחד
other: "%{count} ימים"
x_minutes:
one: דקה אחת
other: "%{count} דקות"
x_months:
one: חודש אחד
other: "%{count} חודשים"
x_seconds:
one: שניה אחת
other: "%{count} שניות"
prompts:
day: יום
hour: שעה
minute: דקה
month: חודש
second: שניות
year: שנה
errors:
format: "%{attribute} %{message}"
messages:
accepted: חייב באישור
blank: לא יכול להיות ריק
confirmation: לא תואם לאישורו
empty: לא יכול להיות ריק
equal_to: חייב להיות שווה ל- %{count}
even: חייב להיות זוגי
exclusion: לא זמין
greater_than: חייב להיות גדול מ- %{count}
greater_than_or_equal_to: חייב להיות גדול או שווה ל- %{count}
inclusion: לא נכלל ברשימה
invalid: לא תקין
less_than: חייב להיות קטן מ- %{count}
less_than_or_equal_to: חייב להיות קטן או שווה ל- %{count}
not_a_number: חייב להיות מספר
not_an_integer: חייב להיות מספר שלם
odd: חייב להיות אי זוגי
record_invalid: 'האימות נכשל: %{errors}'
taken: כבר בשימוש
too_long: ארוך מדי (יותר מ- %{count} תווים)
too_short: קצר מדי (פחות מ- %{count} תווים)
wrong_length: לא באורך הנכון (חייב להיות %{count} תווים)
template:
body: 'אנא בדוק את השדות הבאים:'
header:
one: 'לא ניתן לשמור את ה%{model}: שגיאה אחת'
other: 'לא ניתן לשמור את ה%{model}: %{count} שגיאות.'
helpers:
select:
prompt: נא לבחור
submit:
create: יצירת %{model}
submit: שמור %{model}
update: עדכון %{model}
number:
currency:
format:
delimiter: ","
format: "%u %n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "₪"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: מיליארד
million: מיליון
quadrillion: קודריליון
thousand: אלף
trillion: טריליון
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: בייט
other: בתים
gb: ג'יגה-בייט
kb: קילו-בייט
mb: מגה-בייט
tb: טרה-בייט
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " ו"
two_words_connector: " ו"
words_connector: ", "
time:
am: am
formats:
default: "%a %d %b %H:%M:%S %Z %Y"
long: "%d ב%B, %Y %H:%M"
short: "%d %b %H:%M"
pm: pm

View File

@ -0,0 +1,193 @@
---
hi-IN:
date:
abbr_day_names:
- रवि
- सोम
- मंगल
- बुध
- गुरु
- शुक्र
- शनि
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- रविवार
- सोमवार
- मंगलवार
- बुधवार
- गुरुवार
- शुक्रवार
- शनिवार
formats:
default: "%d-%m-%Y"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- जनवरी
- फरवरी
- मार्च
- अप्रैल
- मई
- जून
- जुलाई
- अगस्त
- सितंबर
- अक्टूबर
- नवंबर
- दिसंबर
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: लग - भग एक घंटा
other: लग - भग %{count} घंटा
about_x_months:
one: लग - भग 1 महीना
other: लग - भग %{count} महीना
about_x_years:
one: लग - भग 1 साल
other: लग - भग %{count} साल
almost_x_years:
one: लग - भग एक साल
other: लग - भग %{count} साल
half_a_minute: एक आधा मिनट
less_than_x_minutes:
one: एक मिनट से कम
other: "%{count} मिनट से कम"
less_than_x_seconds:
one: एक सेकंड से कम
other: "%{count} सेकंड से कम"
over_x_years:
one: एक साल के ऊपर
other: "%{count} साल के ऊपर"
x_days:
one: एक दिन
other: "%{count} दिन"
x_minutes:
one: एक मिनट
other: "%{count} मिनट"
x_months:
one: एक महीना
other: "%{count} महीना"
x_seconds:
one: एक सेकंड
other: "%{count} सेकंड"
prompts:
day: दिन
hour: घंटा
minute: क्षण
month: माह
second: सेकंड
year: वर्ष
errors:
format: "%{attribute} %{message}"
messages:
accepted: होना स्वीकार किया जाना आवश्यक
blank: खाली नहीं किया जा सकता
confirmation: पुष्टिकरण मेल नहीं खाता
empty: खाली नहीं किया जा सकता
equal_to: "%{count} के लिए बराबर होना चाहिए"
even: सम होना चाहिए
exclusion: आरक्षित है
greater_than: "%{count} से अधिक होना चाहिए"
greater_than_or_equal_to: "%{count} से बड़ा या बराबर होना आवश्यक है"
inclusion: सूची में शामिल नहीं है
invalid: अवैध है
less_than: "%{count} से कम होना चाहिए"
less_than_or_equal_to: "%{count} से कम या बराबर होना आवश्यक है"
not_a_number: कोई संख्या नहीं है
not_an_integer: एक पूर्णांक होना चाहिए
odd: विषम होना चाहिए
record_invalid: 'सत्यापन विफल: %{errors}'
taken: पहले ही ले लिया गया है
too_long: बहुत लंबा है (अधिकतम %{count} अक्षरों है)
too_short: बहुत छोटा है (न्यूनतम %{count} अक्षरों है)
wrong_length: गलत लंबाई है (%{count} वर्ण वाले होने चाहिए)
template:
body: 'वहाँ निम्नलिखित क्षेत्रों के साथ समस्याओं रहे थे:'
header:
one: एक त्रुटि सहेजे जाने से इस %{model} को निषिद्ध
other: "%{count} त्रुटियों को सहेजे जाने से इस %{model} निषिद्ध"
helpers:
select:
prompt: कृपया चुनें
submit:
create: बनाएँ %{model}
submit: सहेजें %{model}
update: अद्यतन %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "₹"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: अरब
million: मिल्लिओंन
quadrillion: करोड़ शंख
thousand: हज़ार
trillion: खरब
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", और "
two_words_connector: " और "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: pm

193
config/locales/rails.hi.yml Normal file
View File

@ -0,0 +1,193 @@
---
hi:
date:
abbr_day_names:
- रवि
- सोम
- मंगल
- बुध
- गुरु
- शुक्र
- शनि
abbr_month_names:
-
- जन
- फर
- मार्च
- अप्रै
- मई
- जून
- जुला
- अग
- सितं
- अक्टू
- नवं
- दिस
day_names:
- रविवार
- सोमवार
- मंगलवार
- बुधवार
- गुरुवार
- शुक्रवार
- शनिवार
formats:
default: "%d-%m-%Y"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- जनवरी
- फरवरी
- मार्च
- अप्रैल
- मई
- जून
- जुलाई
- अगस्त
- सितंबर
- अक्टूबर
- नवंबर
- दिसंबर
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: लगभग एक घंटा
other: लगभग %{count} घंटा
about_x_months:
one: लगभग 1 महीना
other: लगभग %{count} महीना
about_x_years:
one: लगभग 1 साल
other: लगभग %{count} साल
almost_x_years:
one: लगभग एक साल
other: लगभग %{count} साल
half_a_minute: एक आधा मिनट
less_than_x_minutes:
one: एक मिनट से कम
other: "%{count} मिनट से कम"
less_than_x_seconds:
one: एक सेकेंड से कम
other: "%{count} सेकेंड से कम"
over_x_years:
one: एक साल के ऊपर
other: "%{count} साल से अधिक"
x_days:
one: एक दिन
other: "%{count} दिन"
x_minutes:
one: एक मिनट
other: "%{count} मिनट"
x_months:
one: एक महीना
other: "%{count} महीना"
x_seconds:
one: एक सेकेंड
other: "%{count} सेकेंड"
prompts:
day: दिन
hour: घंटा
minute: मिनट
month: माह
second: सेकेंड
year: वर्ष
errors:
format: "%{attribute} %{message}"
messages:
accepted: स्वीकार किया जाना जरूरी
blank: खाली नहीं रह सकता है
confirmation: पुष्टिकरण मेल नहीं खाता
empty: रिक्त नहीं रह सकता है
equal_to: "%{count} के लिए बराबर होना चाहिए"
even: सम होना चाहिए
exclusion: आरक्षित है
greater_than: "%{count} से अधिक होना चाहिए"
greater_than_or_equal_to: "%{count} से बड़ा या बराबर होना आवश्यक है"
inclusion: सूची में शामिल नहीं है
invalid: अवैध है
less_than: "%{count} से कम होना चाहिए"
less_than_or_equal_to: "%{count} से कम या बराबर होना आवश्यक है"
not_a_number: कोई संख्या नहीं है
not_an_integer: एक पूर्णांक होना चाहिए
odd: विसम होना चाहिए
record_invalid: 'सत्यापन विफल: %{errors}'
taken: पहले ही ले लिया गया है
too_long: अत्यधिक लंबा है (अधिकतम %{count} वर्ण हैं)
too_short: अत्यधिक छोटा है (न्यूनतम %{count} वर्ण हैं)
wrong_length: गलत लंबाई है (%{count} वर्ण युक्त होना चाहिए)
template:
body: 'निम्नलिखित क्षेत्रों के साथ समस्या थी:'
header:
one: इस %{model} को सहेजे जाना एक त्रुटि के कारण नहीं हुआ
other: इस %{model} को सहेजे जाना %{count} त्रुटि के कारण नहीं हुआ
helpers:
select:
prompt: कृपया चुनें
submit:
create: "%{model} बनाएँ"
submit: "%{model} सौंपें"
update: "%{model} अद्यतन"
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "₹"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: अरब
million: दस करोड़
quadrillion: करोड़ शंख
thousand: हज़ार
trillion: खरब
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", और "
two_words_connector: " और "
words_connector: ", "
time:
am: पूर्वाह्न
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: अपराह्न

237
config/locales/rails.hr.yml Normal file
View File

@ -0,0 +1,237 @@
---
hr:
date:
abbr_day_names:
- Ned
- Pon
- Uto
- Sri
- Čet
- Pet
- Sub
abbr_month_names:
-
- Sij
- Velj
- Ožu
- Tra
- Svi
- Lip
- Srp
- Kol
- Ruj
- Lis
- Stu
- Pro
day_names:
- Nedjelja
- Ponedjeljak
- Utorak
- Srijeda
- Četvrtak
- Petak
- Subota
formats:
default: "%d.%m.%Y."
long: "%e. %B %Y."
short: "%e.%-m."
month_names:
-
- Siječanj
- Veljača
- Ožujak
- Travanj
- Svibanj
- Lipanj
- Srpanj
- Kolovoz
- Rujan
- Listopad
- Studeni
- Prosinac
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: oko %{count} sat
few: oko %{count} sata
many: oko %{count} sati
other: oko %{count} sati
about_x_months:
one: oko %{count} mjesec
few: oko %{count} mjeseca
many: oko %{count} mjeseci
other: oko %{count} mjeseci
about_x_years:
one: oko %{count} godine
few: oko %{count} godine
many: oko %{count} godina
other: oko %{count} godina
almost_x_years:
one: skoro %{count} godina
few: skoro %{count} godine
many: skoro %{count} godina
other: skoro %{count} godina
half_a_minute: pola minute
less_than_x_minutes:
one: manje od %{count} minute
few: manje od %{count} minute
many: manje od %{count} minuta
other: manje od %{count} minuta
less_than_x_seconds:
one: manje od %{count} sekunde
few: manje od %{count} sekunde
many: manje od %{count} sekundi
other: manje od %{count} sekundi
over_x_years:
one: preko %{count} godine
few: preko %{count} godine
many: preko %{count} godina
other: preko %{count} godina
x_days:
one: "%{count} dan"
few: "%{count} dana"
many: "%{count} dana"
other: "%{count} dana"
x_minutes:
one: "%{count} minuta"
few: "%{count} minute"
many: "%{count} minuta"
other: "%{count} minuta"
x_months:
one: "%{count} mjesec"
few: "%{count} mjeseca"
many: "%{count} mjeseci"
other: "%{count} mjeseci"
x_seconds:
one: "%{count} sekunda"
few: "%{count} sekunde"
many: "%{count} sekundi"
other: "%{count} sekundi"
prompts:
day: Dan
hour: Sat
minute: Minuta
month: Mjesec
second: Sekunde
year: Godina
errors:
format: "%{attribute} %{message}"
messages:
accepted: mora biti prihvaćen
blank: ne smije biti prazan
present: mora biti prazan
confirmation: se ne slaže sa svojom potvrdom
empty: ne smije biti prazan
equal_to: mora biti jednak %{count}
even: mora biti paran
exclusion: je rezerviran
greater_than: mora biti veći od %{count}
greater_than_or_equal_to: mora biti veći ili jednak %{count}
inclusion: nije u listi
invalid: nije ispravan
less_than: mora biti manji od %{count}
less_than_or_equal_to: mora biti manji ili jednak %{count}
not_a_number: nije broj
not_an_integer: nije cijeli broj
odd: mora biti neparan
record_invalid: 'Validacija nije uspjela: %{errors}'
restrict_dependent_destroy:
one: Nije moguće izbrisati zapis jer postoji ovisan %{record}
many: Nije moguće izbrisati zapis jer postoje ovisni %{record}
taken: je već zauzet
too_long:
one: je predugačak (maksimum je %{count} znak)
few: je predugačak (maksimum je %{count} znaka)
many: je predugačak (maksimum je %{count} znakova)
other: je predugačak (maksimum je %{count} znakova)
too_short:
one: je prekratak (minimum je %{count} znak)
few: je prekratak (minimum je %{count} znaka)
many: je prekratak (minimum je %{count} znakova)
other: je prekratak (minimum je %{count} znakova)
wrong_length:
one: nije odgovarajuće duljine (treba biti %{count} znak)
few: nije odgovarajuće duljine (treba biti %{count} znaka)
many: nije odgovarajuće duljine (treba biti %{count} znakova)
other: nije odgovarajuće duljine (treba biti %{count} znakova)
other_than: mora biti različit od %{count}
template:
body: 'Sljedeća polja su neispravno popunjena:'
header:
one: "%{count} greška je spriječila %{model} da se spremi"
few: "%{count} greške su spriječile %{model} da se spremi"
many: "%{count} grešaka je spriječilo %{model} da se spremi"
other: "%{count} grešaka je spriječilo %{model} da se spremi"
helpers:
select:
prompt: Izaberite
submit:
create: Stvori %{model}
submit: Spremi %{model}
update: Izmjeni %{model}
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: kn
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
thousand: Tisuća
million: Milijun
billion: Milijarda
trillion: Bilijun
quadrillion: Bilijarda
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: bajt
few: bajta
many: bajtova
other: bajtova
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " i "
two_words_connector: " i "
words_connector: ", "
time:
am: AM
formats:
default: "%d.%m.%Y. %H:%M:%S"
long: "%e. %B %Y. %H:%M"
short: "%e.%-m. %k:%M"
pm: PM

View File

@ -0,0 +1,207 @@
hsb:
date:
abbr_day_names:
- Nj
-
- Wu
- Sr
- Št
- Pj
- So
abbr_month_names:
-
- jan
- feb
- měr
- apr
- mej
- jun
- jul
- awg
- sep
- okt
- now
- dec
day_names:
- njedźela
- póndźela
- wutora
- srjeda
- štwórtk
- pjatk
- sobota
formats:
default: ! '%d. %m. %Y'
long: ! '%d. %B %Y'
short: ! '%d %b'
month_names:
-
- Januar
- Februar
- Měrc
- Apryl
- Meja
- Junij
- Julij
- Awgust
- September
- Oktober
- Nowember
- December
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
few: něhdźe %{count} hodźinami
one: něhdźe 1 hodźinu
other: něhdźe %{count} hodźinami
two: něhdźe %{count} hodźinomaj
about_x_months:
few: něhdźe %{count} měsacami
one: něhdźe 1 měsacom
other: něhdźe %{count} měsacami
two: něhdźe %{count} měsacomaj
about_x_years:
few: něhdźe %{count} lětami
one: něhdźe 1 lětom
other: něhdźe %{count} lětami
two: něhdźe %{count} lětomaj
half_a_minute: poł mjeńšiny
less_than_x_minutes:
few: mjenje hač %{count} mjeńšinami
one: mjenje hač 1 mjeńšinu
other: mjenje hač %{count} mjeńšinami
two: mjenje hač %{count} mjeńšinomaj
less_than_x_seconds:
few: mjenje hač %{count} sekundami
one: mjenje hač 1 sekundu
other: mjenje hač %{count} sekundami
two: mjenje hač %{count} sekundomaj
over_x_years:
few: přez %{count} lětami
one: přez 1 lětom
other: přez %{count} lětami
two: přez %{count} lětomaj
x_days:
few: ! '%{count} dnjemi'
one: 1 dnjom
other: ! '%{count} dnjemi'
two: ! '%{count} dnjomaj'
x_minutes:
few: ! '%{count} mjeńšinami'
one: 1 mjeńšinu
other: ! '%{count} mjeńšinami'
two: ! '%{count} mjeńšinomaj'
x_months:
few: ! '%{count} měsacami'
one: 1 měsacom
other: ! '%{count} měsacami'
two: ! '%{count} měsacomaj'
x_seconds:
few: ! '%{count} sekundami'
one: 1 sekundu
other: ! '%{count} sekundami'
two: ! '%{count} sekundomaj'
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: dyrbi so wobkrućić
blank: je trěbny
confirmation: njebu wobkrućene
empty: njesmě prózdny być
equal_to: dyrbi runja %{count} być
even: dyrbi runa ličba być
exclusion: njesteji k dispoziciji
greater_than: dyrbi wjetši hač %{count} być
greater_than_or_equal_to: dyrbi wjetši abo runja %{count} być
inclusion: njeje płaćiwa hódnota
invalid: njeje płaćiwy
less_than: dyrbi mjenje hač %{count} być
less_than_or_equal_to: dyrbi mjenje abo runja %{count} być
not_a_number: njeje ličba
odd: dyrbi njeruna ličby być
taken: je hižo w datowej bance
too_long:
few: je předołhi (maks. %{count} znamješka)
one: je předołhi (maks. 1 znamješko)
other: je předołhi (maks. %{count} znamješkow)
two: je předołhi (maks. %{count} znamješce)
too_short:
few: je překrótki (min. %{count} znamješka)
one: je překrótki (min. 1 znamješko)
other: je překrótki (min. %{count} znamješkow)
two: je překrótki (min. %{count} znamješće)
wrong_length:
few: nima prawu dołhosć (%{count} znamješka wočakowane)
one: nima prawu dołhosć (1 znamješko wočakowane)
other: nima prawu dołhosć (%{count} znamješkow wočakowanych)
two: nima prawu dołhosć (%{count} znamješce wočakowanej)
template:
body: ! 'Prošu přepruwuj slědowace pola:'
header:
few: Při składowanju objekta %{model} je k %{count} zmylkam dóšło a njebě
móžno składować
one: Při składowanju objekta %{model} je k zmylkej dóšło a njebě móžno składować
other: Při składowanju objekta %{model} je k %{count} zmylkam dóšło a njebě
móžno składować
two: Při składowanju objekta %{model} je k %{count} zmylkam dóšło a njebě
móžno składować
number:
currency:
format:
delimiter: ! ' '
format: ! '%n %u'
precision: 2
separator: ! ','
significant: false
strip_insignificant_zeros: false
unit:
format:
delimiter: .
precision: 3
separator: ! ','
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
few: bajty
one: bajt
other: bajtow
two: bajtaj
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ' a '
two_words_connector: ! ' a '
words_connector: ! ', '
time:
am: dopołdnja
formats:
default: ! '%A, %d. %B %Y, %H:%M hodź'
long: ! '%A, %d. %B %Y, %H:%M hodź.'
short: ! '%d. %B, %H:%M hodź.'
pm: popołdnju

193
config/locales/rails.hu.yml Normal file
View File

@ -0,0 +1,193 @@
---
hu:
date:
abbr_day_names:
- v.
- h.
- k.
- sze.
- cs.
- p.
- szo.
abbr_month_names:
-
- jan.
- febr.
- márc.
- ápr.
- máj.
- jún.
- júl.
- aug.
- szept.
- okt.
- nov.
- dec.
day_names:
- vasárnap
- hétfő
- kedd
- szerda
- csütörtök
- péntek
- szombat
formats:
default: "%Y.%m.%d."
long: "%Y. %B %e."
short: "%b %e."
month_names:
-
- január
- február
- március
- április
- május
- június
- július
- augusztus
- szeptember
- október
- november
- december
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: kb. 1 órája
other: kb. %{count} órája
about_x_months:
one: kb. 1 hónapja
other: kb. %{count} hónapja
about_x_years:
one: kb. 1 éve
other: kb. %{count} éve
almost_x_years:
one: majdnem 1 éve
other: majdnem %{count} éve
half_a_minute: fél perce
less_than_x_minutes:
one: kevesebb, mint 1 perce
other: kevesebb, mint %{count} perce
less_than_x_seconds:
one: kevesebb, mint 1 másodperce
other: kevesebb, mint %{count} másodperce
over_x_years:
one: több, mint 1 éve
other: több, mint %{count} éve
x_days:
one: 1 napja
other: "%{count} napja"
x_minutes:
one: 1 perce
other: "%{count} perce"
x_months:
one: 1 hónapja
other: "%{count} hónapja"
x_seconds:
one: 1 másodperce
other: "%{count} másodperce"
prompts:
day: Nap
hour: Óra
minute: Perc
month: Hónap
second: Másodperc
year: Év
errors:
format: "%{attribute} %{message}"
messages:
accepted: nincs elfogadva
blank: nincs megadva
confirmation: nem egyezik
empty: nincs megadva
equal_to: pontosan %{count} kell legyen
even: páros kell legyen
exclusion: nem elérhető
greater_than: nagyobb kell legyen, mint %{count}
greater_than_or_equal_to: legalább %{count} kell legyen
inclusion: nincs a listában
invalid: nem megfelelő
less_than: kevesebb, mint %{count} kell legyen
less_than_or_equal_to: legfeljebb %{count} lehet
not_a_number: nem szám
not_an_integer: egész számnak kell lennie
odd: páratlan kell legyen
record_invalid: Sikertelen validálás %{errors}
taken: már foglalt
too_long: túl hosszú (nem lehet több %{count} karakternél)
too_short: túl rövid (legalább %{count} karakter kell legyen)
wrong_length: nem megfelelő hosszúságú (%{count} karakter szükséges)
template:
body: 'Problémás mezők:'
header:
one: '1 hiba miatt nem menthető a következő: %{model}'
other: "%{count} hiba miatt nem menthető a következő: %{model}"
helpers:
select:
prompt: Válasszon
submit:
create: Új %{model}
submit: "%{model} mentése"
update: "%{model} módosítása"
number:
currency:
format:
delimiter: ''
format: "%n %u"
precision: 0
separator: ","
significant: true
strip_insignificant_zeros: true
unit: Ft
format:
delimiter: " "
precision: 2
separator: ","
significant: true
strip_insignificant_zeros: true
human:
decimal_units:
format: "%n %u"
units:
billion: milliárd
million: millió
quadrillion: billiárd
thousand: ezer
trillion: billió
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: bájt
other: bájt
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " és "
two_words_connector: " és "
words_connector: ", "
time:
am: de.
formats:
default: "%Y. %b %e., %H:%M"
long: "%Y. %B %e., %A, %H:%M"
short: "%b %e., %H:%M"
pm: du.

206
config/locales/rails.id.yml Normal file
View File

@ -0,0 +1,206 @@
---
id:
date:
abbr_day_names:
- Min
- Sen
- Sel
- Rab
- Kam
- Jum
- Sab
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- Mei
- Jun
- Jul
- Agu
- Sep
- Okt
- Nov
- Des
day_names:
- Minggu
- Senin
- Selasa
- Rabu
- Kamis
- Jumat
- Sabtu
formats:
default: "%d %B %Y"
long: "%A, %d %B %Y"
short: "%d.%m.%Y"
month_names:
-
- Januari
- Februari
- Maret
- April
- Mei
- Juni
- Juli
- Agustus
- September
- Oktober
- November
- Desember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: sekitar satu jam
other: sekitar %{count} jam
about_x_months:
one: sekitar sebulan
other: sekitar %{count} bulan
about_x_years:
one: sekitar setahun
other: sekitar %{count} tahun
almost_x_years:
one: hampir setahun
other: hampir %{count} tahun
half_a_minute: setengah menit
less_than_x_minutes:
one: kurang dari 1 menit
other: kurang dari %{count} menit
zero: kurang dari 1 menit
less_than_x_seconds:
one: kurang dari 1 detik
other: kurang dari %{count} detik
zero: kurang dari 1 detik
over_x_years:
one: lebih dari setahun
other: lebih dari %{count} tahun
x_days:
one: sehari
other: "%{count} hari"
x_minutes:
one: satu menit
other: "%{count} menit"
x_months:
one: sebulan
other: "%{count} bulan"
x_seconds:
one: satu detik
other: "%{count} detik"
prompts:
day: Hari
hour: Jam
minute: Menit
month: Bulan
second: Detik
year: Tahun
errors:
format: "%{attribute} %{message}"
messages:
accepted: harus diterima
blank: tidak boleh kosong
present: harus kosong
confirmation: tidak sesuai dengan %{attribute}
empty: tidak boleh 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
not_an_integer: harus bilangan bulat
odd: harus ganjil
record_invalid: 'Validasi gagal: %{errors}'
restrict_dependent_destroy:
one: Tidak bisa menghapus record karena terdapat satu %{record} yang bergantung
many: Tidak bisa menghapus record karena terdapat %{record} yang bergantung
taken: sudah digunakan
too_long:
one: terlalu panjang (maksimum 1 karakter)
other: terlalu panjang (maksimum %{count} karakter)
too_short:
one: terlalu pendek (minimum 1 karakter)
other: terlalu pendek (minimum %{count} karakter)
wrong_length:
one: jumlah karakter salah (seharusnya 1 karakter)
other: jumlah karakter salah (seharusnya %{count} karakter)
other_than: harus selain %{count}
template:
body: 'Ada masalah dengan field berikut:'
header:
one: 1 kesalahan mengakibatkan %{model} ini tidak bisa disimpan
other: "%{count} kesalahan mengakibatkan %{model} ini tidak bisa disimpan"
helpers:
select:
prompt: Silakan pilih
submit:
create: Buat %{model}
submit: Simpan %{model}
update: Perbarui %{model}
number:
currency:
format:
delimiter: "."
format: "%u%n"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "Rp"
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Miliar
million: Juta
quadrillion: Quadriliun
thousand: Ribu
trillion: Triliun
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Byte
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", dan "
two_words_connector: " dan "
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"
pm: pm

213
config/locales/rails.is.yml Normal file
View File

@ -0,0 +1,213 @@
---
is:
date:
abbr_day_names:
- sun
- mán
- þri
- mið
- fim
- fös
- lau
abbr_month_names:
-
- jan
- feb
- mar
- apr
- maí
- jún
- júl
- ágú
- sep
- okt
- nóv
- des
day_names:
- sunnudaginn
- mánudaginn
- þriðjudaginn
- miðvikudaginn
- fimmtudaginn
- föstudaginn
- laugardaginn
formats:
default: "%d.%m.%Y"
long: "%e. %B %Y"
short: "%e. %b"
month_names:
-
- janúar
- febrúar
- mars
- apríl
- maí
- júní
- júlí
- ágúst
- september
- október
- nóvember
- desember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: u.þ.b. 1 klukkustund
other: u.þ.b. %{count} klukkustundir
about_x_months:
one: u.þ.b. 1 mánuður
other: u.þ.b. %{count} mánuðir
about_x_years:
one: u.þ.b. 1 ár
other: u.þ.b. %{count} ár
almost_x_years:
one: næstum 1 ár
other: næstum %{count} ár
half_a_minute: hálf mínúta
less_than_x_minutes:
one: minna en 1 mínúta
other: minna en %{count} mínútur
less_than_x_seconds:
one: minna en 1 sekúnda
other: minna en %{count} sekúndur
over_x_years:
one: meira en 1 ár
other: meira en %{count} ár
x_days:
one: 1 dagur
other: "%{count} dagar"
x_minutes:
one: 1 mínúta
other: "%{count} mínútur"
x_months:
one: 1 mánuður
other: "%{count} mánuðir"
x_seconds:
one: 1 sekúnda
other: "%{count} sekúndur"
prompts:
day: Dagur
hour: Klukkustund
minute: Mínúta
month: Mánuður
second: Sekúnda
year: Ár
errors:
format: "%{attribute} %{message}"
messages:
accepted: þarf að vera tekið gilt
blank: má ekki vera autt
present: verður að vera autt
confirmation: er ekki jafngilt staðfestingunni
empty: má ekki vera tómt
equal_to: þarf að vera jafngilt %{count}
even: þarf að vera slétt tala
exclusion: er frátekið
greater_than: þarf að vera stærri en %{count}
greater_than_or_equal_to: þarf að vera stærri en eða jafngilt %{count}
inclusion: er ekki í listanum
invalid: er ógilt
less_than: þarf að vera minna en %{count}
less_than_or_equal_to: þarf að vera minna en eða jafngilt %{count}
not_a_number: er ekki tala
not_an_integer: þarf að vera heiltala
odd: þarf að vera oddatala
record_invalid: 'Villur: %{errors}'
restrict_dependent_destroy:
one: Ekki hægt að eyða færslu því %{record} sem hún er háð er til
many: Ekki hægt að eyða færslur því %{record} sem hún er háð er til
taken: er þegar í notkun
too_long:
one: er of langt (má mest vera 1 stafur)
other: er of langt (má mest vera %{count} stafir)
too_short:
one: er of stutt (má minnst vera 1 stafur)
other: er of stutt (má minnst vera %{count} stafir)
wrong_length:
one: er af rangri lengd (má mest vera 1 stafur)
other: er af rangri lengd (má mest vera %{count} stafir)
other_than: verður að vera annað en %{count}
template:
body: 'Villur fundust í eftirfarandi dálkum:'
header:
one: Ekki var hægt að vista %{model} vegna einnar villu.
other: Ekki var hægt að vista %{model} vegna %{count} villna.
helpers:
select:
prompt: Veldu
submit:
create: Búa til %{model}
submit: Vista %{model}
update: Uppfæra %{model}
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: kr.
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
one: milljarður
other: milljarðar
million:
one: milljón
other: milljónir
quadrillion:
one: billjarður
other: billjarðar
thousand: þúsund
trillion:
one: billjón
other: billjónir
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: bæti
other: bæti
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " og "
two_words_connector: " og "
words_connector: ", "
time:
am: ''
formats:
default: "%A %e. %B %Y kl. %H:%M"
long: "%A %e. %B %Y kl. %H:%M"
short: "%e. %B kl. %H:%M"
pm: ''

View File

@ -0,0 +1,199 @@
---
it-CH:
date:
abbr_day_names:
- Dom
- Lun
- Mar
- Mer
- Gio
- Ven
- Sab
abbr_month_names:
-
- Gen
- Feb
- Mar
- Apr
- Mag
- Giu
- Lug
- Ago
- Set
- Ott
- Nov
- Dic
day_names:
- Domenica
- Lunedì
- Martedì
- Mercoledì
- Giovedì
- Venerdì
- Sabato
formats:
default: "%d-%m-%Y"
long: "%d %B %Y"
short: "%d %b"
month_names:
-
- Gennaio
- Febbraio
- Marzo
- Aprile
- Maggio
- Giugno
- Luglio
- Agosto
- Settembre
- Ottobre
- Novembre
- Dicembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: circa un'ora
other: circa %{count} ore
about_x_months:
one: circa un mese
other: circa %{count} mesi
about_x_years:
one: circa un anno
other: circa %{count} anni
almost_x_years:
one: circa 1 anno
other: circa %{count} anni
half_a_minute: mezzo minuto
less_than_x_minutes:
one: meno di un minuto
other: meno di %{count} minuti
less_than_x_seconds:
one: meno di un secondo
other: meno di %{count} secondi
over_x_years:
one: oltre un anno
other: oltre %{count} anni
x_days:
one: 1 giorno
other: "%{count} giorni"
x_minutes:
one: 1 minuto
other: "%{count} minuti"
x_months:
one: 1 mese
other: "%{count} mesi"
x_seconds:
one: 1 secondo
other: "%{count} secondi"
prompts:
day: Giorno
hour: Ora
minute: Minuto
month: Mese
second: Secondi
year: Anno
errors:
format: "%{attribute} %{message}"
messages:
accepted: deve essere accettata
blank: non può essere lasciato in bianco
confirmation: non coincide con %{attribute}
empty: non può essere vuoto
equal_to: deve essere uguale a %{count}
even: deve essere pari
exclusion: è riservato
greater_than: deve essere superiore a %{count}
greater_than_or_equal_to: deve essere superiore o uguale a %{count}
inclusion: non è incluso nella lista
invalid: non è valido
less_than: deve essere meno di %{count}
less_than_or_equal_to: deve essere meno o uguale a %{count}
not_a_number: non è un numero
not_an_integer: non è un intero
odd: deve essere dispari
record_invalid: 'Validazione fallita: %{errors}'
taken: è già in uso
too_long:
one: è troppo lungo (il massimo è 1 carattere)
other: è troppo lungo (il massimo è %{count} caratteri)
too_short:
one: è troppo corto (il minimo è 1 carattere)
other: è troppo corto (il minimo è %{count} caratteri)
wrong_length:
one: è della lunghezza sbagliata (deve essere di 1 carattere)
other: è della lunghezza sbagliata (deve essere di %{count} caratteri)
template:
body: 'Per favore ricontrolla i seguenti campi:'
header:
one: 'Non posso salvare questo %{model}: 1 errore'
other: 'Non posso salvare questo %{model}: %{count} errori.'
helpers:
select:
prompt: Per favore, seleziona
submit:
create: Crea %{model}
submit: Invia %{model}
update: Aggiorna %{model}
number:
currency:
format:
delimiter: "'"
format: "%u %n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: CHF
format:
delimiter: ","
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Miliardi
million: Milioni
quadrillion: Biliardi
thousand: Mila
trillion: Bilioni
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Byte
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " e "
two_words_connector: " e "
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"
pm: pm

205
config/locales/rails.it.yml Normal file
View File

@ -0,0 +1,205 @@
---
it:
date:
abbr_day_names:
- dom
- lun
- mar
- mer
- gio
- ven
- sab
abbr_month_names:
-
- gen
- feb
- mar
- apr
- mag
- giu
- lug
- ago
- set
- ott
- nov
- dic
day_names:
- domenica
- lunedì
- martedì
- mercoledì
- giovedì
- venerdì
- sabato
formats:
default: "%d/%m/%Y"
long: "%d %B %Y"
short: "%d %b"
month_names:
-
- gennaio
- febbraio
- marzo
- aprile
- maggio
- giugno
- luglio
- agosto
- settembre
- ottobre
- novembre
- dicembre
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: circa un'ora
other: circa %{count} ore
about_x_months:
one: circa un mese
other: circa %{count} mesi
about_x_years:
one: circa un anno
other: circa %{count} anni
almost_x_years:
one: circa 1 anno
other: circa %{count} anni
half_a_minute: mezzo minuto
less_than_x_minutes:
one: meno di un minuto
other: meno di %{count} minuti
less_than_x_seconds:
one: meno di un secondo
other: meno di %{count} secondi
over_x_years:
one: oltre un anno
other: oltre %{count} anni
x_days:
one: 1 giorno
other: "%{count} giorni"
x_minutes:
one: 1 minuto
other: "%{count} minuti"
x_months:
one: 1 mese
other: "%{count} mesi"
x_seconds:
one: 1 secondo
other: "%{count} secondi"
prompts:
day: Giorno
hour: Ora
minute: Minuto
month: Mese
second: Secondi
year: Anno
errors:
format: "%{attribute} %{message}"
messages:
accepted: deve essere accettata
blank: non può essere lasciato in bianco
present: deve essere lasciato in bianco
confirmation: non coincide con %{attribute}
empty: non può essere vuoto
equal_to: deve essere uguale a %{count}
even: deve essere pari
exclusion: è riservato
greater_than: deve essere maggiore di %{count}
greater_than_or_equal_to: deve essere maggiore o uguale a %{count}
inclusion: non è compreso tra le opzioni disponibili
invalid: non è valido
less_than: deve essere minore di %{count}
less_than_or_equal_to: deve essere minore o uguale a %{count}
not_a_number: non è un numero
not_an_integer: non è un numero intero
odd: deve essere dispari
record_invalid: 'Validazione fallita: %{errors}'
restrict_dependent_destroy:
one: Il record non può essere cancellato perchè esiste un %{record} dipendente
many: Il record non può essere cancellato perchè esistono %{record} dipendenti
taken: è già presente
too_long:
one: è troppo lungo (il massimo è 1 carattere)
other: è troppo lungo (il massimo è %{count} caratteri)
too_short:
one: è troppo corto (il minimo è 1 carattere)
other: è troppo corto (il minimo è %{count} caratteri)
wrong_length:
one: è della lunghezza sbagliata (deve essere di 1 carattere)
other: è della lunghezza sbagliata (deve essere di %{count} caratteri)
other_than: devono essere di numero diverso da %{count}
template:
body: 'Ricontrolla i seguenti campi:'
header:
one: 'Non posso salvare questo %{model}: 1 errore'
other: 'Non posso salvare questo %{model}: %{count} errori.'
helpers:
select:
prompt: Seleziona...
submit:
create: Crea %{model}
submit: Invia %{model}
update: Aggiorna %{model}
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Miliardi
million: Milioni
quadrillion: Biliardi
thousand: Mila
trillion: Bilioni
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Byte
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " e "
two_words_connector: " e "
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"
pm: pm

195
config/locales/rails.ja.yml Normal file
View File

@ -0,0 +1,195 @@
---
ja:
date:
abbr_day_names:
-
-
-
-
-
-
-
abbr_month_names:
-
- 1月
- 2月
- 3月
- 4月
- 5月
- 6月
- 7月
- 8月
- 9月
- 10月
- 11月
- 12月
day_names:
- 日曜日
- 月曜日
- 火曜日
- 水曜日
- 木曜日
- 金曜日
- 土曜日
formats:
default: "%Y/%m/%d"
long: "%Y年%m月%d日(%a)"
short: "%m/%d"
month_names:
-
- 1月
- 2月
- 3月
- 4月
- 5月
- 6月
- 7月
- 8月
- 9月
- 10月
- 11月
- 12月
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: 約1時間
other: 約%{count}時間
about_x_months:
one: 約1ヶ月
other: 約%{count}ヶ月
about_x_years:
one: 約1年
other: 約%{count}年
almost_x_years:
one: 1年弱
other: "%{count}年弱"
half_a_minute: 30秒前後
less_than_x_minutes:
one: 1分以内
other: "%{count}分未満"
less_than_x_seconds:
one: 1秒以内
other: "%{count}秒未満"
over_x_years:
one: 1年以上
other: "%{count}年以上"
x_days:
one: 1日
other: "%{count}日"
x_minutes:
one: 1分
other: "%{count}分"
x_months:
one: 1ヶ月
other: "%{count}ヶ月"
x_seconds:
one: 1秒
other: "%{count}秒"
prompts:
day:
hour:
minute:
month:
second:
year:
errors:
format: "%{attribute}%{message}"
messages:
accepted: を受諾してください
blank: を入力してください
present: は入力しないでください
confirmation: と%{attribute}の入力が一致しません
empty: を入力してください
equal_to: は%{count}にしてください
even: は偶数にしてください
exclusion: は予約されています
greater_than: は%{count}より大きい値にしてください
greater_than_or_equal_to: は%{count}以上の値にしてください
inclusion: は一覧にありません
invalid: は不正な値です
less_than: は%{count}より小さい値にしてください
less_than_or_equal_to: は%{count}以下の値にしてください
not_a_number: は数値で入力してください
not_an_integer: は整数で入力してください
odd: は奇数にしてください
record_invalid: バリデーションに失敗しました %{errors}
restrict_dependent_destroy: "%{record}が存在しているので削除できません"
taken: はすでに存在します
too_long: は%{count}文字以内で入力してください
too_short: は%{count}文字以上で入力してください
wrong_length: は%{count}文字で入力してください
other_than: は%{count}以外の値にしてください
template:
body: 次の項目を確認してください
header:
one: "%{model}にエラーが発生しました"
other: "%{model}に%{count}個のエラーが発生しました"
helpers:
select:
prompt: 選択してください
submit:
create: 登録する
submit: 保存する
update: 更新する
number:
currency:
format:
delimiter: ","
format: "%n%u"
precision: 0
separator: "."
significant: false
strip_insignificant_zeros: false
unit:
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: 十億
million: 百万
quadrillion: 千兆
thousand:
trillion:
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n%u"
units:
byte: バイト
gb: ギガバイト
kb: キロバイト
mb: メガバイト
tb: テラバイト
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector:
two_words_connector:
words_connector:
time:
am: 午前
formats:
default: "%Y/%m/%d %H:%M:%S"
long: "%Y年%m月%d日(%a) %H時%M分%S秒 %z"
short: "%y/%m/%d %H:%M"
pm: 午後

164
config/locales/rails.km.yml Normal file
View File

@ -0,0 +1,164 @@
---
km:
date:
abbr_day_names:
- អា
-
-
- ពុ
- ព្រហ
- សុ
-
abbr_month_names:
-
- មករា
- កុម្ភៈ
- មិនា
- មេសា
- ឧសភា
- មិថុនា
- កក្កដា
- សីហា
- កញ្ញា
- តុលា
- វិច្ឆិកា
- ធ្នូ
day_names:
- អាទិត្យ
- ចន្ទ
- អង្គារ
- ពុធ
- ព្រហស្បតិ៍
- សុក្រ
- សៅរ៍
formats:
long: "ថ្ងៃ%A ទី%e ខែ%B ឆ្នាំ%Y"
default: "%d %B %Y"
short: "%d %b"
month_names:
-
- មករា
- កុម្ភៈ
- មិនា
- មេសា
- ឧសភា
- មិថុនា
- កក្កដា
- សីហា
- កញ្ញា
- តុលា
- វិច្ឆិកា
- ធ្នូ
order:
- :day
- :month
- :year
datetime:
distance_in_words:
x_days: "%{count} ថ្ងៃ"
x_minutes: "%{count} នាទី"
x_months: "%{count} ខែ"
x_seconds: "%{count} វិនាទី"
about_x_hours: ប្រមាណ %{count} ម៉ោង
about_x_months: ប្រមាណ %{count} ខែ
about_x_years: ប្រមាណ %{count} ឆ្នាំ
almost_x_years: ជិត %{count} ឆ្នាំ
half_a_minute: កន្លះនាទី
less_than_x_minutes: តិចជាង %{count} នាទី
less_than_x_seconds: តិចជាង %{count} វិនាទី
over_x_years: លើសពី %{count} ឆ្នាំ
prompts:
day: ថ្ងៃ
hour: ម៉ោង
minute: នាទី
month: ខែ
second: វិនាទី
year: ឆ្នាំ
errors:
format: "%{attribute} %{message}"
messages:
accepted: ត្រូវតែយល់ព្រម
blank: មិនអាចរំលង
present: ត្រូវតែរំលង
confirmation: ផ្ទៀងផ្ទាត់មិនត្រូវនឹង %{attribute}
empty: មិនអាចរំលង
equal_to: ត្រូវតែស្មើ %{count}
even: ត្រូវតែជាចំនួនគត់
exclusion: មិនអនុញ្ញាតឱ្យប្រើ
greater_than: ត្រូវតែច្រើនជាង %{count}
greater_than_or_equal_to: ត្រូវតែច្រើនជាងឬស្មើ %{count}
inclusion: មិនមាននៅក្នុងបញ្ជី
invalid: មិនត្រឹមត្រូវ
less_than: ត្រូវតែតិចជាង %{count}
less_than_or_equal_to: ត្រូវតែតិចជាងឬស្មើ %{count}
not_a_number: មិនមែនជាលេខទេ
not_an_integer: ត្រូវតែជាចំនួនគត់
odd: ត្រូវតែជាចំនួនសេស
record_invalid: 'មិនមានសុពលភាព៖ %{errors}'
restrict_dependent_destroy:
one: មិនអាចលុបបានទេពីព្រោះមាន %{record} នៅឡើយ
many: មិនអាចលុបបានទេពីព្រោះមាន %{record} នៅឡើយ
taken: មានរួចហើយ
too_long: វែងពេក (យ៉ាងច្រើន %{count} តួ)
too_short: ខ្លីពេក (យ៉ាងតិច %{count} តួ)
wrong_length: ប្រវែងមិនត្រូវ (គួរតែមាន %{count} តួ)
other_than: ត្រូវតែខុសពី %{count}
template:
body: 'សូមពិនិត្យមើលកំហុសនៅខាងក្រោម:'
header: មានកំហុស %{count} ដែលបានបញ្ឈប់ការរក្សាទុក %{model}នេះ
helpers:
select:
prompt: សូមជ្រើសរើស
submit:
create: បង្កើត%{model}
submit: រក្សាទុក%{model}
update: ប្តូរ%{model}
number:
currency:
format:
delimiter: ","
format: "%n %u"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit:
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: ប៊ីលាន
million: លាន
quadrillion: ក្វាឌ្រីលាន
thousand: ពាន់
trillion: ទ្រីលាន
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", និង "
two_words_connector: " និង "
words_connector: ", "
time:
am: ព្រិក
formats:
default: "%a %d %b %Y %H:%M:%S %z"
long: "%d %B %Y %H:%M"
short: "%d %b %H:%M"
pm: ​ល្ងាច

193
config/locales/rails.kn.yml Normal file
View File

@ -0,0 +1,193 @@
---
kn:
date:
abbr_day_names:
- ರವಿ
- ಸೋಮ
- ಮಂಗಳ
- ಬುಧ
- ಗುರು
- ಶುಕ್ರ
- ಶನಿ
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
day_names:
- ರವಿವಾರ
- ಸೋಮವಾರ
- ಮಂಗಳವಾರ
- ಬುಧವಾರ
- ಗುರುವಾರ
- ಶುಕ್ರವಾರ
- ಶನಿವಾರ
formats:
default: "%Y-%m-%d"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- ಜನವರಿ
- ಫೆಬ್ರವರಿ
- ಮಾರ್ಚ್
- ಏಪ್ರಿಲ್
- ಮೇ
- ಜೂನ್
- ಜುಲೈ
- ಆಗಸ್ಟ್
- ಸೆಪ್ಟೆಂಬರ್
- ಅಕ್ಟೋಬರ್
- ನವಂಬರ್
- ಡಿಸೆಂಬರ್
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: ಸುಮಾರು ಒಂದು ಗಂಟೆ
other: ಸುಮಾರು %{count} ಗಂಟೆಗಳು
about_x_months:
one: ಸುಮಾರು ಒಂದು ತಿಂಗಳು
other: ಸುಮಾರು %{count} ತಿಂಗಳುಗಳು
about_x_years:
one: ಸುಮಾರು ಒಂದು ವರುಷ
other: ಸುಮಾರು %{count} ವರುಷಗಳು
almost_x_years:
one: ಸರಿಸುಮಾರು ಒಂದು ವರುಷ
other: ಸರಿಸುಮಾರು %{count} ವರುಷಗಳು
half_a_minute: ಒಂದು ಅರ್ಧ ನಿಮಿಷ
less_than_x_minutes:
one: ಒಂದು ನಿಮಿಷಕ್ಕೂ ಕಡಿಮೆ
other: "%{count} ನಿಮಿಷಕ್ಕಿಂತ ಕಡಿಮೆ"
less_than_x_seconds:
one: ಒಂದು ಸೆಕೆಂಡಿಗೂ ಕಡಿಮೆ
other: "%{count} ಸೆಕೆಂಡಿಗಿಂತ ಕಡಿಮೆ"
over_x_years:
one: ಒಂದು ವರುಷಕ್ಕಿಂತ ಹೆಚ್ಚು
other: "%{count} ವರುಷಗಳಿಗಿಂತ ಹೆಚ್ಚು"
x_days:
one: 1 ದಿನ
other: "%{count} ದಿನಗಳು"
x_minutes:
one: 1 ನಿಮಿಷ
other: "%{count} ನಿಮಿಷಗಳು"
x_months:
one: 1 ತಿಂಗಳು
other: "%{count} ತಿಂಗಳುಗಳು"
x_seconds:
one: 1 ಸೆಕೆಂಡ್
other: "%{count} ಸೆಕೆಂಡುಗಳು"
prompts:
day: ದಿನ
hour: ಗಂಟೆ
minute: ನಿಮಿಷ
month: ತಿಂಗಳು
second: ಸೆಕೆಂಡು
year: ವರುಷ
errors:
format: "%{attribute} %{message}"
messages:
accepted: ಒಪ್ಪಿಕೊಳ್ಳಬೇಕು
blank: ಖಾಲಿ ಬಿಡಲು ಸಧ್ಯವಿಲ್ಲ
confirmation: ಸಮರ್ಥನೆ ಸರಿಬರಲ್ಲಿಲ್ಲ
empty: ಖಾಲಿ ಬಿಡಲು ಸಧ್ಯವಿಲ್ಲ
equal_to: "%{count} ಕ್ಕೆ ಸಮಾನವಾಗಿರಬೇಕು"
even: ಸಮ ಆಗಿರಬೇಕು
exclusion: ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ
greater_than: "%{count} ಕ್ಕಿಂತ ಹೆಚ್ಚಿರಬೇಕು"
greater_than_or_equal_to: "%{count} ಕಿಂತ ಹೆಚ್ಚು ಅಥವಾ ಸಮಾನವಾಗಿರ ಇರಬೇಕು"
inclusion: ಪಟ್ಟಿಯಲ್ಲಿ ಶಾಮೀಲು ಆಗಿಲ್ಲ
invalid: ನಿರರ್ಥಕವಾಗಿದೆ
less_than: "%{count} ಕ್ಕಿಂತ ಕಡಿಮೆ ಆಗಿರಬೇಕು"
less_than_or_equal_to: "%{count} ಕಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮಾನವಾಗಿರ ಇರಬೇಕು"
not_a_number: ಸಂಖೆ ಆಗಿಲ್ಲ
not_an_integer: ಸಂಖೆ ಆಗಿರಬೇಕು
odd: ಬೆಸ ಆಗಿರಬೇಕು
record_invalid: 'ತಪ್ಪು ಆಧಾರ: %{errors}'
taken: ತೆಗೆದುಕೊಂಡಾಗಿದೆ
too_long: ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ (ಗರಿಷ್ಟ %{count} ಅಕ್ಷರಗಳು)
too_short: ಬಹಳ ಚಿಕ್ಕದಾಗಿದೆ (ಕನಿಷ್ಠ %{count} ಅಕ್ಷರಗಳು)
wrong_length: ತಪ್ಪು ಉದ್ದವಿದೆ (%{count} ಅಕ್ಷರಗಳಿರಬೇಕು)
template:
body: 'ಸಮಸ್ಯೆಗಳಿರುವ ಜಾಗಗಳು:'
header:
one: 1 ಧೋಷದ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ
other: "%{count} ಧೋಷಗಳ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
helpers:
select:
prompt: ದಯವಿಟ್ಟು ಆರಿಸಿ
submit:
create: "%{model} ರಚಿಸಿ"
submit: "%{model} ಕಳುಹಿಸು"
update: "%{model} ರಚಿಸಿ"
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: ಲಕ್ಷಕೋಟಿ
million: ದಶಲಕ್ಷ
quadrillion: ಪದ್ಮ
thousand: ಸಾವಿರ
trillion: ನೀಲ್
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", ಮತ್ತು "
two_words_connector: " ಮತ್ತು "
words_connector: ", "
time:
am: ಪ್ರಾತಃಕಾಲ
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: ಅಪರನ್ನಃ

191
config/locales/rails.ko.yml Normal file
View File

@ -0,0 +1,191 @@
---
ko:
date:
abbr_day_names:
-
-
-
-
-
-
-
abbr_month_names:
-
- 1월
- 2월
- 3월
- 4월
- 5월
- 6월
- 7월
- 8월
- 9월
- 10월
- 11월
- 12월
day_names:
- 일요일
- 월요일
- 화요일
- 수요일
- 목요일
- 금요일
- 토요일
formats:
default: "%Y/%m/%d"
long: "%Y년 %m월 %d일 (%a)"
short: "%m/%d"
month_names:
-
- 1월
- 2월
- 3월
- 4월
- 5월
- 6월
- 7월
- 8월
- 9월
- 10월
- 11월
- 12월
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: 약 한 시간
other: 약 %{count}시간
about_x_months:
one: 약 한 달
other: 약 %{count}달
about_x_years:
one: 약 일 년
other: 약 %{count}년
almost_x_years:
one: 일 년 이하
other: "%{count}년 이하"
half_a_minute: 30초
less_than_x_minutes:
one: 일 분 이하
other: "%{count}분 이하"
less_than_x_seconds:
one: 일 초 이하
other: "%{count}초 이하"
over_x_years:
one: 일 년 이상
other: "%{count}년 이상"
x_days:
one: 하루
other: "%{count}일"
x_minutes:
one: 일 분
other: "%{count}분"
x_months:
one: 한 달
other: "%{count}달"
x_seconds:
one: 일 초
other: "%{count}초"
prompts:
day:
hour:
minute:
month:
second:
year:
errors:
format: "%{attribute}%{message}"
messages:
accepted: 을(를) 반드시 확인해야 합니다
blank: 에 내용을 입력해 주세요
confirmation: 은(는) 서로 일치해야 합니다
empty: 에 내용을 입력해 주세요
equal_to: 은(는) %{count}과 같아야 합니다
even: 에 짝수를 입력해 주세요
exclusion: 은(는) 이미 예약되어 있는 값입니다
greater_than: 은(는) %{count}보다 커야 합니다
greater_than_or_equal_to: 은(는) %{count}보다 크거야 같아야 합니다
inclusion: 은(는) 목록에 포함되어 있는 값이 아닙니다
invalid: 은(는) 올바르지 않은 값입니다
less_than: 은(는) %{count}보다 작아야 합니다
less_than_or_equal_to: 은(는) %{count}과 작거나 같아야 합니다
not_a_number: 에 숫자를 입력해 주세요
not_an_integer: 에 정수를 입력해 주세요
odd: 에 홀수를 입력해 주세요
record_invalid: 데이터 검증에 실패하였습니다. %{errors}
taken: 은(는) 이미 존재합니다.
too_long: 은(는) %{count}자를 넘을 수 없습니다
too_short: 은(는) 적어도 %{count}자를 넘어야 합니다
wrong_length: 은(는) %{count}자여야 합니다
template:
body: '다음 항목에 문제가 발견되었습니다:'
header:
one: 한 개의 오류가 발생해 %{model}를 저장 할 수 없습니다
other: "%{count}개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
helpers:
select:
prompt: 선택해주세요
submit:
create: 등록
submit: 제출
update: 갱신
number:
currency:
format:
delimiter: ","
format: "%n%u"
precision: 0
separator: "."
significant: false
strip_insignificant_zeros: false
unit:
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n%u"
units:
billion: 십억
million: 백만
quadrillion:
thousand:
trillion:
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n%u"
units:
byte: 바이트
gb: 기가바이트
kb: 킬로바이트
mb: 메가바이트
tb: 테라바이트
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", "
two_words_connector: '와(과) '
words_connector: ", "
time:
am: 오전
formats:
default: "%Y/%m/%d %H:%M:%S"
long: "%Y년 %m월 %d일, %H시 %M분 %S초 %Z"
short: "%y/%m/%d %H:%M"
pm: 오후

206
config/locales/rails.lb.yml Normal file
View File

@ -0,0 +1,206 @@
lb:
date:
abbr_day_names:
- Son
- Méi
- Dën
- Mët
- Don
- Fre
- Sam
abbr_month_names:
-
- Jan
- Feb
- Mäe
- Abr
- Mee
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Dez
day_names:
- Sonndeg
- Méindeg
- Dënschdeg
- Mëttwoch
- Donneschdeg
- Freideg
- Samschdeg
formats:
default: ! '%d.%m.%Y'
long: ! '%e. %B %Y'
short: ! '%e %b'
month_names:
-
- Januar
- Februar
- Mäerz
- Abrëll
- Mee
- Juni
- Juli
- August
- September
- Oktober
- November
- Dezember
order:
- :Joer
- :Mount
- :Dag
datetime:
distance_in_words:
about_x_hours:
one: ongeféier eng Stonn
other: ongeféier %{count} Stonnen
about_x_months:
one: ongeféier ee Mount
other: ongeféier %{count} Méint
about_x_years:
one: ongeféier ee Joer
other: ongeféier %{count} Joer
almost_x_years:
one: bal ee Joer
other: bal %{count} Joer
half_a_minute: eng hallef Minutt
less_than_x_minutes:
one: manner wéi eng Minutt
other: manner wéi %{count} Minutten
less_than_x_seconds:
one: manner wéi eng Sekonn
other: manner wéi %{count} Sekonnen
over_x_years:
one: méi wéi ee Joer
other: méi wéi %{count} Joer
x_days:
one: 1 Dag
other: ! '%{count} Deeg'
x_minutes:
one: 1 Minutt
other: ! '%{count} Minutten'
x_months:
one: 1 Mount
other: ! '%{count} Méint'
x_seconds:
one: 1 Sekonn
other: ! '%{count} Sekonnen'
prompts:
day: Dag
hour: Stonn
minute: Minutt
month: Mount
second: Sekonnen
year: Joer
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: muss akzeptéiert ginn
blank: däerf net eidel sinn
present: muss eidel sinn
confirmation: ! "stëmmt net mat %{attribute} iwwerenee"
empty: däerf net eidel sinn
equal_to: muss d'selwecht si wéi %{count}
even: muss gerued sinn
exclusion: ass reservéiert
greater_than: muss méi grouss wéi %{count} sinn
greater_than_or_equal_to: muss méi grouss oder gläich si wéi %{count}
inclusion: ass net an der Lëscht dran
invalid: ass net valabel
less_than: muss méi kleng wéi %{count} sinn
less_than_or_equal_to: muss méi kleng oder gläich si wéi %{count}
not_a_number: ass keng Zuel
not_an_integer: muss eng ganz Zuel sinn
odd: muss ongerued sinn
record_invalid: ! 'Validatioun feelgeschlo: %{errors}'
restrict_dependent_destroy:
one: "Den Enregistrement kann net geläscht gi wëll et en dovun ofhängegt %{record} gëtt"
many: "Den Enregistrement kann net geläscht gi wëll et dovun ofhängegt %{record} gëtt"
taken: gouf scho geholl
too_long:
one: ass ze laang (Maximal 1 Zeechen)
other: ass ze laang (net méi wéi %{count} Zeechen)
too_short:
one: ass ze kuerz (Mniimal 1 Zeechen)
other: ass ze kuerz (mindestens %{count} Zeechen)
wrong_length:
one: huet déi falsch Längt (muss genee een Zeeche sinn)
other: huet déi falsch Längt (musse genee %{count} Zeeche sinn)
other_than: "muss anescht si wéi %{count}"
template:
body: ! 'Et gouf Problemer mat dëse Felder:'
header:
one: 1 Feeler verhënnert d'Späichere vu(n) %{model}
other: ! '%{count} Feeler verhënneren d''Späichere vu(n) %{model}'
helpers:
select:
prompt: Sicht w.e.g. eraus
submit:
create: uleeën %{model}
submit: späicheren %{model}
update: aktualiséieren %{model}
number:
currency:
format:
delimiter: ! ','
format: ! '%n %u'
precision: 2
separator: .
significant: false
strip_insignificant_zeros: false
unit:
format:
delimiter: ! ','
precision: 2
separator: .
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
billion: Milliard
million: Millioun
quadrillion:
one: Billiard
other: Billiarden
thousand: Dausend
trillion: Billioun
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
one: Byte
other: Byten
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ', an '
two_words_connector: ! ' an '
words_connector: ! ', '
time:
am: moies
formats:
default: ! '%A, %d. %B %Y, %H:%M Auer'
long: ! '%A, %d. %B %Y, %H:%M Auer'
short: ! '%d. %b %H:%M'
pm: mëttes

228
config/locales/rails.lo.yml Normal file
View File

@ -0,0 +1,228 @@
---
lo:
date:
abbr_day_names:
- ''
- ''
- ''
- ''
- ''
- ''
- ''
abbr_month_names:
-
- ''
- ''
- ''
- ''
- ''
- ''
- ''
- ''
- ''
- ''
- ''
- ''
day_names:
- ອາທິດ
- ຈັນ
- ອັງຄານ
- ພຸດ
- ພະຫັດ
- ສຸກ
- ເສົາ
formats:
default: "%d-%m-%Y"
long: "%e %B %Y"
short: "%e %b"
month_names:
-
- ມັງກອນ
- ກຸມພາ
- ມີນາ
- ເມສາ
- ພຶດສະພາ
- ມິຖຸນາ
- ກໍລະກົດ
- ສິງຫາ
- ກັນຍາ
- ຕຸລາ
- ພະຈິກ
- ທັນວາ
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
zero: ປະມານ %{count} ຊົ່ວໂມງ
one: ປະມານ 1 ຊົ່ວໂມງ
two: ປະມານ %{count} ຊົ່ວໂມງ
few: ປະມານ %{count} ຊົ່ວໂມງ
many: ປະມານ %{count} ຊົ່ວໂມງ
other: ປະມານ %{count} ຊົ່ວໂມງ
about_x_months:
zero: ປະມານ %{count} ເດືອນ
one: ປະມານ 1 ເດືອນ
two: ປະມານ %{count} ເດືອນ
few: ປະມານ %{count} ເດືອນ
many: ປະມານ %{count} ເດືອນ
other: ປະມານ %{count} ເດືອນ
about_x_years:
zero: 'ປະມານ %{count} ປີ '
one: 'ປະມານ 1 ປີ '
two: 'ປະມານ %{count} ປີ '
few: 'ປະມານ %{count} ປີ '
many: 'ປະມານ %{count} ປີ '
other: 'ປະມານ %{count} ປີ '
half_a_minute: 'ເຄິ່ງນາທີ '
less_than_x_minutes:
zero: 'ນ້ອຍກວ່າ %{count} ນາທີ '
one: 'ນ້ອຍກວ່າ 1 ນາທີ '
two: 'ນ້ອຍກວ່າ %{count} ນາທີ '
few: 'ນ້ອຍກວ່າ %{count} ນາທີ '
many: 'ນ້ອຍກວ່າ %{count} ນາທີ '
other: 'ນ້ອຍກວ່າ %{count} ນາທີ '
less_than_x_seconds:
zero: 'ນ້ອຍກວ່າ %{count} ວິນາທີ '
one: 'ນ້ອຍກວ່າ 1 ວິນາທີ '
two: 'ນ້ອຍກວ່າ %{count} ວິນາທີ '
few: 'ນ້ອຍກວ່າ %{count} ວິນາທີ '
many: 'ນ້ອຍກວ່າ %{count} ວິນາທີ '
other: 'ນ້ອຍກວ່າ %{count} ວິນາທີ '
over_x_years:
zero: 'ຫຼາຍກວ່າ %{count} ປີ '
one: 'ຫຼາຍກວ່າ 1 ປີ '
two: 'ຫຼາຍກວ່າ %{count} ປີ '
few: 'ຫຼາຍກວ່າ %{count} ປີ '
many: 'ຫຼາຍກວ່າ %{count} ປີ '
other: 'ຫຼາຍກວ່າ %{count} ປີ '
x_days:
zero: "%{count} ມື້ "
one: '1 ມື້ '
two: "%{count} ມື້ "
few: "%{count} ມື້ "
many: "%{count} ມື້ "
other: "%{count} ມື້ "
x_minutes:
zero: "%{count} ນາທີ "
one: '1 ນາທີ '
two: "%{count} ນາທີ "
few: "%{count} ນາທີ "
many: "%{count} ນາທີ "
other: "%{count} ນາທີ "
x_months:
zero: "%{count} ເດືອນ"
one: 1 ເດືອນ
two: "%{count} ເດືອນ"
few: "%{count} ເດືອນ"
many: "%{count} ເດືອນ"
other: "%{count} ເດືອນ"
x_seconds:
zero: "%{count} ວິນາທີ "
one: '1 ວິນາທີ '
two: "%{count} ວິນາທີ "
few: "%{count} ວິນາທີ "
many: "%{count} ວິນາທີ "
other: "%{count} ວິນາທີ "
prompts:
day: ວັນ
hour: ຊົ່ວໂມງ
minute: ນາທີ
month: ເດືອນ
second: ວິນາທີ
year: ປີ
errors:
format: "%{attribute} %{message}"
messages:
accepted: ຕ້ອງຍອມຮັບ
blank: ເປົ່າບໍ່ໄດ້
confirmation: ບໍ່ຖືກກັບການຢືນຢັນ
empty: ວ່າງໄວ້ບໍ່ໄດ້
equal_to: ຕ້ອງເທົ່າກັບ %{count}
even: ຕ້ອງເປັນເລກຄູ່
exclusion: ມີການຈອງໄວ້ແລ້ວ
greater_than: ຕ້ອງສູງກວ່າ %{count}
greater_than_or_equal_to: ຕ້ອງສູງກວ່າ ຫຼື ເທົ່າກັບ %{count}
inclusion: ບໍ່ໄດ້ຮວມຢູ່ໃນບັນຊີລາຍການ
invalid: ບໍ່ຖືກ
less_than: ຕ້ອງຕຳ່ກວ່າ %{count}
less_than_or_equal_to: ຕ້ອງຕຳ່ກວ່າ ຫຼື ເທົ່າກັບ %{count}
not_a_number: ບໍ່ແມ່ນຕົວເລກ
odd: ຕ້ອງເປັນເລກຄີກ
record_invalid: 'ການຢືນຢັນບໍ່ສຳເລັດ : %{errors}'
taken: ຮັບເອົາໄປແລ້ວ
too_long: ຍາວໂພດ (ສູງສຸດຄື %{count} ຕົວອັກສອນ)
too_short: ສັ້ນໂພດ (ຕຳ່ສຸດຄື %{count} ຕົວອັກສອນ)
wrong_length: ຄວາມຍາວຜິດ (ຄວນຈະເປັນ %{count} ຕົວອັກສອນ)
template:
body: 'ກະລຸນາກວດສອບຂໍ້ມູນໃນຫ້ອງຕໍ່ໄປນີ້ :'
header:
zero: ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກ ເກີດ %{count} ຂໍ້ຜິດພາດ
one: ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກເກີດຂໍ້ຜິດພາດ
two: ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກ ເກີດ %{count} ຂໍ້ຜິດພາດ
few: ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກ ເກີດ %{count} ຂໍ້ຜິດພາດ
many: ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກ ເກີດ %{count} ຂໍ້ຜິດພາດ
other: ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກ ເກີດ %{count} ຂໍ້ຜິດພາດ
helpers:
select:
prompt: โปรดเลือก
number:
currency:
format:
delimiter: ","
format: "%n %u"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: Kip
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
zero: Bytes
one: Byte
two: Bytes
few: Bytes
many: Bytes
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", ແລະ "
two_words_connector: 'ແລະ '
words_connector: ", "
time:
am: ''
formats:
default: "%a %d %b %Y %H:%M:%S %z"
long: "%d %B %Y %H:%M น."
short: "%d %b %H:%M น."
pm: ''

218
config/locales/rails.lt.yml Normal file
View File

@ -0,0 +1,218 @@
---
lt:
date:
abbr_day_names:
- Sek
- Pir
- Ant
- Tre
- Ket
- Pen
- Šeš
abbr_month_names:
-
- Sau
- Vas
- Kov
- Bal
- Geg
- Bir
- Lie
- Rgp
- Rgs
- Spa
- Lap
- Grd
day_names:
- sekmadienis
- pirmadienis
- antradienis
- trečiadienis
- ketvirtadienis
- penktadienis
- šeštadienis
formats:
default: "%Y-%m-%d"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- sausio
- vasario
- kovo
- balandžio
- gegužės
- birželio
- liepos
- rugpjūčio
- rugsėjo
- spalio
- lapkričio
- gruodžio
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: apie %{count} valanda
few: apie %{count} valandas
other: apie %{count} valandų
about_x_months:
one: apie %{count} mėnesį
few: apie %{count} mėnesius
other: apie %{count} mėnesių
about_x_years:
one: apie %{count} metus
few: apie %{count} metus
other: apie %{count} metų
almost_x_years:
one: beveik %{count} metai
few: beveik %{count} metai
other: beveik %{count} metų
half_a_minute: pusė minutės
less_than_x_minutes:
one: mažiau nei %{count} minutė
few: mažiau nei %{count} minutės
other: mažiau nei %{count} minučių
less_than_x_seconds:
one: mažiau nei %{count} sekundė
few: mažiau nei %{count} sekundės
other: mažiau nei %{count} sekundžių
over_x_years:
one: virš %{count} metų
few: virš %{count} metų
other: virš %{count} metų
x_days:
one: "%{count} diena"
few: "%{count} dienos"
other: "%{count} dienų"
x_minutes:
one: "%{count} minutė"
few: "%{count} minutės"
other: "%{count} minučių"
x_months:
one: "%{count} mėnesis"
few: "%{count} mėnesiai"
other: "%{count} mėnesių"
x_seconds:
one: "%{count} sekundė"
few: "%{count} sekundės"
other: "%{count} sekundžių"
prompts:
day: Diena
hour: Valanda
minute: Minutė
month: Mėnuo
second: Sekundės
year: Metai
errors:
format: "%{attribute} %{message}"
messages:
accepted: turi būti patvirtintas
blank: negali būti tuščias
present: turi būti tuščias
confirmation: neteisingai pakartotas
empty: negali būti tuščias
equal_to: turi būti lygus %{count}
even: turi būti lyginis
exclusion: užimtas
greater_than: turi būti didesnis už %{count}
greater_than_or_equal_to: turi būti didesnis arba lygus %{count}
inclusion: nenumatyta reikšmė
invalid: neteisingas
less_than: turi būti mažesnis už %{count}
less_than_or_equal_to: turi būti mažesnis arba lygus %{count}
not_a_number: ne skaičius
not_an_integer: privalo būti sveikas skaičius
odd: turi būti nelyginis
record_invalid: 'Nepraeitos patikros: %{errors}'
restrict_dependent_destroy:
one: Negalima ištrinti įrašo nes priklausomas %{record} egzistuoja
many: Negalima ištrinti įrašų nes priklausomi %{record} egzistuoja
taken: jau užimtas
too_long:
one: per ilgas (daugiausiai %{count} simbolis)
few: per ilgas (daugiausiai %{count} simboliai)
other: per ilgas (daugiausiai %{count} simbolių)
too_short:
one: per trumpas (mažiausiai %{count} simbolis)
few: per trumpas (mažiausiai %{count} simboliai)
other: per trumpas (mažiausiai %{count} simbolių)
wrong_length: neteisingo ilgio (turi būti %{count} simboliai)
other_than: privalo būti kitoks nei %{count}
template:
body: 'Šiuose laukuose yra klaidų:'
header:
one: Išsaugant objektą %{model} rasta %{count} klaida
few: Išsaugant objektą %{model} rastos %{count} klaidos
other: Išsaugant objektą %{model} rasta %{count} klaidų
helpers:
select:
prompt: Prašom pasirinkti
submit:
create: Sukurti %{model}
submit: Išsaugoti %{model}
update: Atnaujinti %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: " "
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Milijardas
million: Milijonas
quadrillion: Kvadrilijonas
thousand: Tūkstantis
trillion: Trilijonas
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Baitas
few: Baitai
other: Baitų
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " ir "
two_words_connector: " ir "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: pm

230
config/locales/rails.lv.yml Normal file
View File

@ -0,0 +1,230 @@
---
lv:
date:
abbr_day_names:
- Sv.
- P.
- O.
- T.
- C.
- Pk.
- S.
abbr_month_names:
-
- Janv
- Febr
- Marts
- Apr
- Maijs
- Jūn
- Jūl
- Aug
- Sept
- Okt
- Nov
- Dec
day_names:
- svētdiena
- pirmdiena
- otrdiena
- trešdiena
- ceturtdiena
- piektdiena
- sestdiena
formats:
default: "%d.%m.%Y."
long: "%Y. gada %e. %B"
short: "%e. %B"
month_names:
-
- Janvāris
- Februāris
- Marts
- Aprīlis
- Maijs
- Jūnijs
- Jūlijs
- Augusts
- Septembris
- Oktobris
- Novembris
- Decembris
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
zero: apmēram %{count} stundas
one: apmēram %{count} stunda
other: apmēram %{count} stundas
about_x_months:
zero: apmēram %{count} mēneši
one: apmēram %{count} mēnesis
other: apmēram %{count} mēneši
about_x_years:
zero: apmēram %{count} gadi
one: apmēram %{count} gads
other: apmēram %{count} gadi
almost_x_years:
zero: gandrīz %{count} gadi
one: gandrīz %{count} gads
other: gandrīz %{count} gadi
half_a_minute: pusminūte
less_than_x_minutes:
zero: mazāk par %{count} minūtēm
one: mazāk par %{count} minūti
other: mazāk par %{count} minūtēm
less_than_x_seconds:
zero: mazāk par %{count} sekundēm
one: mazāk par %{count} sekundi
other: mazāk par %{count} sekundēm
over_x_years:
zero: vairāk kā %{count} gadi
one: vairāk kā %{count} gads
other: vairāk kā %{count} gadi
x_days:
zero: "%{count} dienas"
one: "%{count} diena"
other: "%{count} dienas"
x_minutes:
zero: "%{count} minūtes"
one: "%{count} minūte"
other: "%{count} minūtes"
x_months:
zero: "%{count} mēneši"
one: "%{count} mēnesis"
other: "%{count} mēneši"
x_seconds:
zero: "%{count} sekundes"
one: "%{count} sekunde"
other: "%{count} sekundes"
prompts:
day: diena
hour: stunda
minute: minūte
month: mēnesis
second: sekunde
year: gads
errors:
format: "%{attribute} %{message}"
messages:
accepted: ir jāpiekrīt
blank: ir jābūt aizpildītam
confirmation: nesakrīt ar apstiprinājumu
empty: ir jābūt aizpildītam
equal_to: ir jābūt vienādam ar %{count}
even: ir jābūt pāra skaitlim
exclusion: nav pieejams
greater_than: ir jābūt lielākam par %{count}
greater_than_or_equal_to: ir jābūt lielākam vai vienādam ar %{count}
inclusion: nav iekļauts sarakstā
invalid: nav derīgs
less_than: ir jābūt mazākam par %{count}
less_than_or_equal_to: ir jābūt mazākam vai vienādam ar %{count}
not_a_number: nav skaitlis
not_an_integer: ir jābūt veselam skaitlim
odd: ir jābūt nepāra skaitlim
record_invalid: 'Pārbaude neizdevās: %{errors}'
taken: ir jau aizņemts
too_long:
zero: ir par garu (maksimums ir %{count} simboli)
one: ir par garu (maksimums ir %{count} simbols)
other: ir par garu (maksimums ir %{count} simboli)
too_short:
zero: ir par īsu (minimums ir %{count} simboli)
one: ir par īsu (minimums ir %{count} simbols)
other: ir par īsu (minimums ir %{count} simboli)
wrong_length:
zero: ir nepareizs garums (jābūt %{count} simboliem)
one: ir nepareizs garums (jābūt %{count} simbolam)
other: ir nepareizs garums (jābūt %{count} simboliem)
template:
body: 'Problēmas ir šajos ievades laukos:'
header:
zero: Dēļ %{count} kļūdām šis %{model} netika saglabāts
one: Dēļ %{count} kļūdas šis %{model} netika saglabāts
other: Dēļ %{count} kļūdām šis %{model} netika saglabāts
helpers:
select:
prompt: Lūdzu izvēlies
submit:
create: Izveidot %{model}
submit: Saglabāt %{model}
update: Atjaunināt %{model}
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
zero: miljardi
one: miljards
other: miljardi
million:
zero: miljoni
one: miljons
other: miljoni
quadrillion:
zero: kvadriljoni
one: kvadriljons
other: kvadriljoni
thousand:
zero: tūkstoši
one: tūkstotis
other: tūkstoši
trillion:
zero: triljoni
one: triljons
other: triljoni
unit: ''
format:
delimiter: ''
precision: 1
significant: false
strip_insignificant_zeros: false
storage_units:
format: "%n %u"
units:
byte:
zero: baiti
one: baits
other: baiti
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " un "
two_words_connector: " un "
words_connector: ", "
time:
am: priekšpusdiena
formats:
default: "%Y. gada %e. %B, %H:%M"
long: "%Y. gada %e. %B, %H:%M:%S"
short: "%d.%m.%Y., %H:%M"
pm: pēcpusdiena

199
config/locales/rails.mk.yml Normal file
View File

@ -0,0 +1,199 @@
---
mk:
date:
abbr_day_names:
- Нед
- Пон
- Вто
- Сре
- Чет
- Пет
- Саб
abbr_month_names:
-
- Јан
- Фев
- Мар
- Апр
- Мај
- Јун
- Јул
- Авг
- Сеп
- Окт
- Ное
- Дек
day_names:
- Недела
- Понеделник
- Вторник
- Среда
- Четврток
- Петок
- Сабота
formats:
default: "%d/%m/%Y"
long: "%B %e, %Y"
short: "%e %b"
month_names:
-
- Јануари
- Февруари
- Март
- Април
- Мај
- Јуни
- Јули
- Август
- Септември
- Октомври
- Ноември
- Декември
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: околу %{count} час
other: околу %{count} часа
about_x_months:
one: околу %{count} месец
other: околу %{count} месеци
about_x_years:
one: околу %{count} година
other: околу %{count} години
almost_x_years:
one: скоро %{count} година
other: скоро %{count} години
half_a_minute: пола минута
less_than_x_minutes:
one: помалку од %{count} минута
other: помалку од %{count} минути
less_than_x_seconds:
one: помалку од %{count} секунда
other: помалку од %{count} секунди
over_x_years:
one: над %{count} година
other: над %{count} години
x_days:
one: "%{count} ден"
other: "%{count} денови"
x_minutes:
one: "%{count} минута"
other: "%{count} минути"
x_months:
one: "%{count} месец"
other: "%{count} месеци"
x_seconds:
one: "%{count} секунда"
other: "%{count} секунди"
prompts:
day: Ден
hour: Час
minute: Минута
month: Месец
second: Секунди
year: Година
errors:
format: "%{attribute} %{message}"
messages:
accepted: мора да биде прифатен
blank: мора да биде зададен
confirmation: не се совпаѓа со својата потврда
empty: мора да биде зададен
equal_to: мора да биде еднакво на %{count}
even: мора да биде парно
exclusion: не е достапно
greater_than: мора да биде поголемо од %{count}
greater_than_or_equal_to: мора да биде поголемо или еднакво на %{count}
inclusion: не е во листата
invalid: не е исправен
less_than: мора да биде помало од %{count}
less_than_or_equal_to: мора да биде помало или еднакво на %{count}
not_a_number: 'не е број '
not_an_integer: не е цел број
odd: мора да биде непарно
record_invalid: 'неуспешна валидација: %{errors}'
taken: е зафатено
too_long:
one: е предолг (не повеќе од %{count} карактер)
other: е предолг (не повеќе од %{count} карактери)
too_short:
one: е прекраток (не помалку од %{count} карактер)
other: е прекраток (не помалку од %{count} карактери)
wrong_length:
one: несоодветна должина (мора да имате %{count} карактер)
other: несоодветна должина (мора да имате %{count} карактери)
template:
body: 'Ве молиме проверете ги следните полиња:'
header:
one: 'Не успеав да го зачувам %{model}: %{count} грешка.'
other: 'Не успеав да го зачувам %{model}: %{count} грешки.'
helpers:
select:
prompt: Одберете
submit:
create: Креира %{model}
submit: Зачувај %{model}
update: Измени %{model}
number:
currency:
format:
delimiter: ","
format: "%n %u"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: MKD
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: илјади
million: милјони
quadrillion: милјарди
thousand: трилјони
trillion: квадрилјони
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: бајт
other: бајти
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", и "
two_words_connector: " и "
words_connector: ", "
time:
am: АМ
formats:
default: "%a %b %d %H:%M:%S %Z %Y"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: ПМ

199
config/locales/rails.mn.yml Normal file
View File

@ -0,0 +1,199 @@
---
mn:
date:
abbr_day_names:
- Ня
- Да
- Мя
- Лх
- Пү
- Ба
- Бя
abbr_month_names:
-
- 1 сар
- 2 сар
- 3 сар
- 4 сар
- 5 сар
- 6 сар
- 7 сар
- 8 сар
- 9 сар
- 10 сар
- 11 сар
- 12 сар
day_names:
- Ням
- Даваа
- Мягмар
- Лхагва
- Пүрэв
- Баасан
- Бямба
formats:
default: "%Y-%m-%d"
long: "%Y %B %d"
short: "%y-%m-%d"
month_names:
-
- 1 сар
- 2 сар
- 3 сар
- 4 сар
- 5 сар
- 6 сар
- 7 сар
- 8 сар
- 9 сар
- 10 сар
- 11 сар
- 12 сар
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: 1 цаг орчим
other: "%{count} цаг орчим"
about_x_months:
one: 1 сар орчим
other: "%{count} сар орчим"
about_x_years:
one: 1 жил орчим
other: "%{count} жил орчим"
almost_x_years:
one: бараг 1 жил
other: бараг %{count} жил
half_a_minute: хагас минут
less_than_x_minutes:
one: 1 минутаас бага
other: "%{count} минутаас бага"
less_than_x_seconds:
one: 1 секундээс бага
other: "%{count} секундээс бага"
over_x_years:
one: 1 жилээс илүү
other: "%{count} жилээс илүү"
x_days:
one: 1 өдөр
other: "%{count} өдөр"
x_minutes:
one: 1 минут
other: "%{count} минут"
x_months:
one: 1 сар
other: "%{count} сар"
x_seconds:
one: 1 секунд
other: "%{count} секунд"
prompts:
day: Өдөр
hour: Цаг
minute: Минут
month: Сар
second: Секунд
year: Жил
errors:
format: "%{attribute} %{message}"
messages:
accepted: хүлээн зөвшөөрөгдсөн байх ёстой
blank: хоосон байж болохгүй
confirmation: адилгүй байна
empty: байхгүй байж болохгүй
equal_to: "%{count}-тэй тэнцүү байх ёстой"
even: тэгш байх ёстой
exclusion: бол ашиглахад хориотой
greater_than: "%{count}-с их байх ёстой"
greater_than_or_equal_to: "%{count}-с их юмуу эсвэл тэнцүү байх ёстой"
inclusion: жагсаалтанд алга байна
invalid: буруу байна
less_than: "%{count}-с бага байх ёстой"
less_than_or_equal_to: "%{count}-с бага юмуу эсвэл тэнцүү байх ёстой"
not_a_number: тоо биш байна
not_an_integer: бүхэл тоо байх ёстой
odd: сонгой байх ёстой
record_invalid: 'Шалгалт амжилтгүй: %{errors}'
taken: аль хэдийн авчихсан байна
too_long:
one: урт байна (хамгийн уртдаа 1 тэмдэгт)
other: урт байна (хамгийн уртдаа %{count} тэмдэгт)
too_short:
one: богино байна (хамгийн багадаа 1 тэмдэгт)
other: богино байна (хамгийн багадаа %{count} тэмдэгт)
wrong_length:
one: урт нь буруу байна (1 тэмдэгт байх ёстой)
other: урт нь буруу байна (%{count} тэмдэгт байх ёстой)
template:
body: 'Дараах талбарууд дээр алдаа гарлаа:'
header:
one: 1 алдаа гарсан тул %{model} хадгалагдахгүй байна
other: "%{count} алдаа гарсан тул %{model} хадгалагдахгүй байна"
helpers:
select:
prompt: Сонгоно уу
submit:
create: Үүсгэх
submit: Хадгалах
update: Шинэчлэх
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: төг.
format:
delimiter: " "
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Тэрбум
million: Сая
quadrillion: Тунамал
thousand: Мянга
trillion: Их наяд
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Байт
other: Байт
gb: ГБ
kb: КБ
mb: МБ
tb: ТБ
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " болон "
two_words_connector: " болон "
words_connector: ", "
time:
am: өглөө
formats:
default: "%Y-%m-%d %H:%M"
long: "%Y %B %d, %H:%M:%S"
short: "%y-%m-%d"
pm: орой

View File

@ -0,0 +1,206 @@
---
mr-IN:
date:
abbr_day_names:
- सोम
- मंगळ
- बुध
- गुरु
- शुक्र
- शनि
- रवि
abbr_month_names:
-
- जाने
- फेब्रु
- मार्च
- एप्रि
- मे
- जून
- जुलै
- ऑग
- सेप्टें
- ऑक्टोबर
- नोव्हें
- डिसे
day_names:
- सोमवार
- मंगळवार
- बुधवार
- गुरुवार
- शुक्रवार
- शनिवार
- रविवार
formats:
default: "%d-%m-%Y"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- जानेवारी
- फेब्रुवारी
- मार्च
- एप्रिल
- मे
- जून
- जुलै
- ऑगस्ट
- सप्टेंबर
- ऑक्टोबर
- नोव्हेंबर
- डिसेंबर
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: सुमारे एक तास
other: सुमारे %{count} तास
about_x_months:
one: सुमारे 1 महीना
other: सुमारे %{count} महिना
about_x_years:
one: सुमारे 1 वर्ष
other: सुमारे %{count} वर्ष
almost_x_years:
one: जवळजवळ एक वर्ष
other: जवळजवळ %{count} वर्ष
half_a_minute: अर्धा मिनिट
less_than_x_minutes:
one: एका मिनिटापेक्षा कमी
other: "%{count} मिनिटापेक्षा कमी"
less_than_x_seconds:
one: एक सेकंद पेक्षा कमी
other: "%{count} सेकंद पेक्षा कमी"
over_x_years:
one: एका वर्षापेक्षा जास्त काळ
other: "%{count} वर्षापेक्षा जास्त काळ"
x_days:
one: एक दिवस
other: "%{count} दिवस"
x_minutes:
one: एक मिनिट
other: "%{count} मिनिट"
x_months:
one: एक महिना
other: "%{count} महिना"
x_seconds:
one: एक सेकंद
other: "%{count} सेकंद"
prompts:
day: दिवस
hour: तास
minute: मिनिट
month: महिना
second: सेकंद
year: वर्ष
errors:
format: "%{attribute} %{message}"
messages:
accepted: मान्य केले पाहिजे
blank: रिक्त ठेवता येणार नाही
present: रिक्त असणे आवश्यक आहे
confirmation: "%{attribute} जुळत नाही"
empty: रिक्त असू शकत नाही
equal_to: "%{count} समान असणे आवश्यक"
even: समांक असणे आवश्यक आहे
exclusion: राखीव आहे
greater_than: "%{count} पेक्षा जास्त असणे आवश्यक आहे"
greater_than_or_equal_to: "%{count} पेक्षा मोठे किंवा समान असणे आवश्यक आहे"
inclusion: यादीत समाविष्ट नाही
invalid: अवैध आहे
less_than: "%{count} पेक्षा कमी असणे आवश्यक"
less_than_or_equal_to: "%{count} पेक्षा कमी किंवा समान असणे आवश्यक आहे"
not_a_number: क्रमांक नाही
not_an_integer: पूर्णांक असणे आवश्यक आहे
odd: विषम संख्या असणे आवश्यक आहे
record_invalid: 'प्रमाणीकरण अयशस्वी: %{errors}'
restrict_dependent_destroy:
one: अवलंबून %{record} अस्तित्वात असल्याने रेकॉर्ड हटवू शकत नाही
many: अवलंबून %{record} अस्तित्वात असल्याने रेकॉर्ड हटवू शकत नाही
taken: यापूर्वीच घेतले गेले आहे
too_long:
one: खूप लांब आहे (जास्तीत जास्त एक वर्ण परवानगी आहे)
other: खूप लांब आहे (जास्तीत जास्त %{count} वर्ण परवानगी आहे)
too_short:
one: खूप लहान आहे (किमान एक वर्ण परवानगी आहे)
other: खूप लहान आहे (किमान %{count} वर्ण परवानगी आहे)
wrong_length:
one: लांबी चुक आहे (एक वर्ण असणे आवश्यक आहे)
other: लांबी चुक आहे (%{count} वर्ण असणे आवश्यक आहे)
other_than: "%{count} पेक्षा इतर असणे आवश्यक आहे"
template:
body: 'खालील फील्ड सह समस्या होते:'
header:
one: एक चूक ह्या %{model} ला जतन करण्यापासून प्रतिबंधित करत आहे
other: "%{count} चुका ह्या %{model} ला जतन करण्यापासून प्रतिबंधित करत आहे"
helpers:
select:
prompt: कृपया निवडा
submit:
create: "%{model} निर्माण करा"
submit: "%{model} जतन करा"
update: "%{model} अद्यतनित करा"
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "₹"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: अब्ज
million: दशलक्ष
quadrillion: एकावर १५ शून्य इतकी संख्या
thousand: हजार
trillion: एकावर १२ शून्ये इतकी संख्या
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", आणि "
two_words_connector: " आणि "
words_connector: ", "
time:
am: म.पू.
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: म.नं.

199
config/locales/rails.ms.yml Normal file
View File

@ -0,0 +1,199 @@
---
ms:
date:
abbr_day_names:
- Ahd
- Isn
- Sel
- Rab
- Kha
- Jum
- Sab
abbr_month_names:
-
- Jan
- Feb
- Mac
- Apr
- Mei
- Jun
- Jul
- Ogo
- Sep
- Okt
- Nov
- Dis
day_names:
- Ahad
- Isnin
- Selasa
- Rabu
- Khamis
- Jumaat
- Sabtu
formats:
default: "%d-%m-%Y"
long: "%d %B, %Y"
short: "%d %b"
month_names:
-
- Januari
- Febuari
- Mac
- April
- Mei
- Jun
- Julai
- Ogos
- September
- Oktober
- November
- Disember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: lebih kurang 1 jam
other: lebih kurang %{count} jam
about_x_months:
one: lebih kurang 1 bulan
other: lebih kurang %{count} bulan
about_x_years:
one: lebih kurang 1 tahun
other: lebih kurang %{count} tahun
almost_x_years:
one: hampir 1 tahun
other: hampir %{count} tahun
half_a_minute: setengah minit
less_than_x_minutes:
one: kurang dari satu minit
other: kurang dari %{count} minit
less_than_x_seconds:
one: kurang dari satu saat
other: kurang dari %{count} saat
over_x_years:
one: lebih 1 tahun
other: lebih %{count} tahun
x_days:
one: 1 hari
other: "%{count} hari"
x_minutes:
one: 1 minit
other: "%{count} minit"
x_months:
one: 1 bulan
other: "%{count} bulan"
x_seconds:
one: 1 saat
other: "%{count} saat"
prompts:
day: Hari
hour: Jam
minute: Minit
month: Bulan
second: Saat
year: Tahun
errors:
format: "%{attribute} %{message}"
messages:
accepted: wajib diterima
blank: tidak boleh dikosongkan
confirmation: tidak sama dengan penegasan
empty: tidak boleh dikosongkan
equal_to: mesti sama dengan %{count}
even: mesti genap
exclusion: telah terpelihara
greater_than: mesti lebih dari %{count}
greater_than_or_equal_to: mesti melibihi atau sama dengan %{count}
inclusion: tidak termasuk dalam senarai
invalid: adalah tidak laku
less_than: mesti kurang daripada %{count}
less_than_or_equal_to: mesti kurang daripada atat sama dengan %{count}
not_a_number: bukan nombor
not_an_integer: mestilah integer
odd: mesti ganjil
record_invalid: 'Pengesahan gagal: %{errors}'
taken: telah digunakan
too_long:
one: terlalu panjang (maksima adalah 1 karakter)
other: terlalu panjang (maksima adalah %{count} karakter)
too_short:
one: terlalu pendek (minima adalah 1 karakter)
other: terlalu pendek (minima adalah %{count} karakter)
wrong_length:
one: mempunyai panjang yang salah (sepatutnya 1 karakter sahaja)
other: mempunyai panjang yang salah(sepatutnya %{count} karakter sahaja)
template:
body: 'Terdapat masalah dengan medan data tersebut:'
header:
one: 1 ralat menhalang %{model} ini dari disimpan
other: "%{count} ralat menhalang %{model} ini dari disimpan"
helpers:
select:
prompt: Sila pilih
submit:
create: Cipta %{model}
submit: Simpan %{model}
update: Kemaskini %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: RM
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Ribu Juta
million: Juta
quadrillion: Juta-juta
thousand: Ribu
trillion: Trilion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Bait
other: Bait
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", dan "
two_words_connector: " dan "
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"
pm: pm

206
config/locales/rails.nb.yml Normal file
View File

@ -0,0 +1,206 @@
---
nb:
date:
abbr_day_names:
- søn
- man
- tir
- ons
- tor
- fre
- lør
abbr_month_names:
-
- jan
- feb
- mar
- apr
- mai
- jun
- jul
- aug
- sep
- okt
- nov
- des
day_names:
- søndag
- mandag
- tirsdag
- onsdag
- torsdag
- fredag
- lørdag
formats:
default: "%d.%m.%Y"
long: "%e. %B %Y"
short: "%e. %b"
month_names:
-
- januar
- februar
- mars
- april
- mai
- juni
- juli
- august
- september
- oktober
- november
- desember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: rundt 1 time
other: rundt %{count} timer
about_x_months:
one: rundt 1 måned
other: rundt %{count} måneder
about_x_years:
one: rundt 1 år
other: rundt %{count} år
almost_x_years:
one: nesten 1 år
other: nesten %{count} år
half_a_minute: et halvt minutt
less_than_x_minutes:
one: mindre enn 1 minutt
other: mindre enn %{count} minutter
less_than_x_seconds:
one: mindre enn 1 sekund
other: mindre enn %{count} sekunder
over_x_years:
one: over 1 år
other: over %{count} år
x_days:
one: 1 dag
other: "%{count} dager"
x_minutes:
one: 1 minutt
other: "%{count} minutter"
x_months:
one: 1 måned
other: "%{count} måneder"
x_seconds:
one: 1 sekund
other: "%{count} sekunder"
prompts:
day: Dag
hour: Time
minute: Minutt
month: Måned
second: Sekund
year: År
errors:
format: "%{attribute} %{message}"
messages:
accepted: må være akseptert
blank: kan ikke være blank
present: må være blank
confirmation: passer ikke bekreftelsen
empty: kan ikke være tom
equal_to: må være lik %{count}
even: må være partall
exclusion: er reservert
greater_than: må være større enn %{count}
greater_than_or_equal_to: må være større enn eller lik %{count}
inclusion: er ikke inkludert i listen
invalid: er ugyldig
less_than: må være mindre enn %{count}
less_than_or_equal_to: må være mindre enn eller lik %{count}
not_a_number: er ikke et tall
not_an_integer: er ikke et heltall
odd: må være oddetall
record_invalid: 'Det oppstod feil: %{errors}'
restrict_dependent_destroy:
one: Kan ikke slette registreringen, fordi 1 %{record} avhenger av denne.
many: Kan ikke slette registreringen, fordi %{record} avhenger av denne.
taken: er allerede i bruk
too_long: er for lang (maksimum %{count} tegn)
too_short: er for kort (minimum %{count} tegn)
wrong_length: er av feil lengde (maksimum %{count} tegn)
other_than: kan ikke være nøyaktig %{count}
template:
body: 'Det oppstod problemer i følgende felt:'
header:
one: Kunne ikke lagre %{model} på grunn av én feil.
other: Kunne ikke lagre %{model} på grunn av %{count} feil.
helpers:
select:
prompt: Vennligst velg
submit:
create: Lag %{model}
submit: Lagre %{model}
update: Oppdater %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: kr
format:
delimiter: " "
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: true
human:
decimal_units:
format: "%n %u"
units:
billion:
one: milliard
other: milliarder
million:
one: million
other: millioner
quadrillion:
one: billiard
other: billiarder
thousand: tusen
trillion:
one: billion
other: billioner
unit: ''
format:
delimiter: " "
precision: 1
significant: false
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: kB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " og "
two_words_connector: " og "
words_connector: ", "
time:
am: ''
formats:
default: "%A, %e. %B %Y, %H:%M"
long: "%A, %e. %B %Y, %H:%M"
short: "%e. %B, %H:%M"
pm: ''

199
config/locales/rails.ne.yml Normal file
View File

@ -0,0 +1,199 @@
---
ne:
date:
abbr_day_names:
- आईत
- सोम
- मंगल
- बुध
- बिही
- शुक्र
- शनि
abbr_month_names:
-
- जन.
- फेब्रु.
- मार्च
- अप्रिल
- मई
- जुन
- जुलाई
- अगष्ट
- सेप्ट.
- अक्टो.
- नोभ.
- डिसे.
day_names:
- आईतबार
- सोमबार
- मंगलबार
- बुधबार
- बिहीबार
- शुक्रबार
- शनिबार
formats:
default: "%Y-%m-%d"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- जनवरी
- फेब्रुवरी
- मार्च
- अप्रिल
- मई
- जुन
- जुलाई
- अगष्ट
- सेप्टेम्बार
- अक्टोबर
- नोभेम्बर
- डिसेम्बर
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: लगभग 1 घण्टा
other: लगभग %{count} घण्टा
about_x_months:
one: लगभग 1 महिना
other: लगभग %{count} महिना
about_x_years:
one: लगभग 1 बर्ष
other: लगभग %{count} बर्ष
almost_x_years:
one: झण्डै 1 बर्ष
other: झण्डै %{count} बर्ष
half_a_minute: आधा मिनेट
less_than_x_minutes:
one: 1 मिनेटभन्दा कम्ति
other: "%{count} मिनेटभन्दा कम्ति"
less_than_x_seconds:
one: 1 सेकेण्डभन्दा कम्ति
other: "%{count} सेकेण्डभन्दा कम्ति"
over_x_years:
one: 1 बर्षभन्दा बेसी
other: "%{count} बर्षभन्दा बेसी"
x_days:
one: 1 दिन
other: "%{count} दिन"
x_minutes:
one: 1 मिनेट
other: "%{count} मिनेट"
x_months:
one: 1 महिना
other: "%{count} महिना"
x_seconds:
one: 1 सेकेण्ड
other: "%{count} सेकेण्ड"
prompts:
day: दिन
hour: घण्टा
minute: मिनेट
month: महिना
second: सेकेण्ड
year: बर्ष
errors:
format: "%{attribute} %{message}"
messages:
accepted: स्वीकार गरिनुपर्नेछ
blank: खाली हुन सक्दैन
confirmation: पुष्ठिकरणसँग मेल खाँदैन
empty: रित्तो हुन सक्दैन
equal_to: "%{count} सँग बराबर हुनुपर्नेछ"
even: जोर संख्या हुनुपर्नेछ
exclusion: प्रयोगको लागी संरक्षित छ
greater_than: "%{count} भन्दा बेसी हुनुपर्नेछ"
greater_than_or_equal_to: "%{count} सँग बराबर अथवा बेसी हुनुपर्नेछ"
inclusion: सुचीमा सामेल गरिएको छैन
invalid: अमान्य छ
less_than: "%{count} भन्दा कम हुनुपर्नेछ"
less_than_or_equal_to: "%{count} सँग बराबर अथवा कम हुनुपर्नेछ"
not_a_number: अंक होईन
not_an_integer: पुर्णाकं हुनुपर्नेछ
odd: बिजोर संख्या हुनुपर्नेछ
record_invalid: 'मान्य भएन: %{errors}'
taken: पहिल्यै प्रयोग गरीएको छ
too_long:
one: धेरै लामो छ (अधिक्तम 1 character हो)
other: धेरै लामो छ (अधिक्तम %{count} characters हो)
too_short:
one: धेरै छोटो छ (न्युनत्तम 1 character हो)
other: धेरै छोटो छ (न्युनत्तम %{count} characters हो)
wrong_length:
one: गलत लम्बाई हो (1 character हुनुपर्नेछ)
other: गलत लम्बाई हो (%{count} characters हुनुपर्नेछ)
template:
body: 'तलका क्षेत्रधारकहरु समस्याहरु देखियो:'
header:
one: 1 गल्तीले यस %{model} लाई बचत गर्नबाट रोक्यो
other: "%{count} गल्तीले यस %{model} लाई बचत गर्नबाट रोक्यो"
helpers:
select:
prompt: कृपया छान्नुहोस्
submit:
create: नयाँ %{model} बनाउ
submit: "%{model} बचत गर"
update: "%{model} सामयिक बनाउ"
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: हजार
trillion: Trillion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: जि.बी.
kb: के.बी.
mb: एम.बी
tb: टि.बी
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", र "
two_words_connector: " र "
words_connector: ", "
time:
am: बिहान
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: बेलुका

205
config/locales/rails.nl.yml Normal file
View File

@ -0,0 +1,205 @@
---
nl:
date:
abbr_day_names:
- zo
- ma
- di
- wo
- do
- vr
- za
abbr_month_names:
-
- jan
- feb
- mrt
- apr
- mei
- jun
- jul
- aug
- sep
- okt
- nov
- dec
day_names:
- zondag
- maandag
- dinsdag
- woensdag
- donderdag
- vrijdag
- zaterdag
formats:
default: "%d-%m-%Y"
long: "%e %B %Y"
short: "%e %b"
month_names:
-
- januari
- februari
- maart
- april
- mei
- juni
- juli
- augustus
- september
- oktober
- november
- december
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: ongeveer een uur
other: ongeveer %{count} uur
about_x_months:
one: ongeveer een maand
other: ongeveer %{count} maanden
about_x_years:
one: ongeveer een jaar
other: ongeveer %{count} jaar
almost_x_years:
one: bijna een jaar
other: bijna %{count} jaar
half_a_minute: een halve minuut
less_than_x_minutes:
one: minder dan een minuut
other: minder dan %{count} minuten
less_than_x_seconds:
one: minder dan een seconde
other: minder dan %{count} seconden
over_x_years:
one: meer dan een jaar
other: meer dan %{count} jaar
x_days:
one: 1 dag
other: "%{count} dagen"
x_minutes:
one: 1 minuut
other: "%{count} minuten"
x_months:
one: 1 maand
other: "%{count} maanden"
x_seconds:
one: 1 seconde
other: "%{count} seconden"
prompts:
day: dag
hour: uur
minute: minuut
month: maand
second: seconde
year: jaar
errors:
format: "%{attribute} %{message}"
messages:
accepted: moet worden geaccepteerd
blank: moet opgegeven zijn
present: moet leeg zijn
confirmation: komt niet overeen met %{attribute}
empty: moet opgegeven zijn
equal_to: moet gelijk zijn aan %{count}
even: moet even zijn
exclusion: is gereserveerd
greater_than: moet groter zijn dan %{count}
greater_than_or_equal_to: moet groter dan of gelijk zijn aan %{count}
inclusion: is niet in de lijst opgenomen
invalid: is ongeldig
less_than: moet minder zijn dan %{count}
less_than_or_equal_to: moet minder dan of gelijk zijn aan %{count}
not_a_number: is geen getal
not_an_integer: moet een geheel getal zijn
odd: moet oneven zijn
record_invalid: 'Validatie mislukt: %{errors}'
restrict_dependent_destroy:
one: Kan item niet verwijderen omdat %{record} afhankelijk is
many: Kan item niet verwijderen omdat afhankelijke %{record} bestaan
taken: is al in gebruik
too_long:
one: is te lang (maximaal %{count} teken)
other: is te lang (maximaal %{count} tekens)
too_short:
one: is te kort (minimaal %{count} teken)
other: is te kort (minimaal %{count} tekens)
wrong_length:
one: heeft onjuiste lengte (moet 1 teken lang zijn)
other: heeft onjuiste lengte (moet %{count} tekens lang zijn)
other_than: moet anders zijn dan %{count}
template:
body: 'Er zijn problemen met de volgende velden:'
header:
one: "%{model} niet opgeslagen: 1 fout gevonden"
other: "%{model} niet opgeslagen: %{count} fouten gevonden"
helpers:
select:
prompt: Maak een keuze
submit:
create: "%{model} toevoegen"
submit: "%{model} opslaan"
update: "%{model} bijwerken"
number:
currency:
format:
delimiter: "."
format: "%u %n"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: miljard
million: miljoen
quadrillion: quadriljoen
thousand: duizend
trillion: triljoen
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: byte
other: bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " en "
two_words_connector: " en "
words_connector: ", "
time:
am: "'s ochtends"
formats:
default: "%a %d %b %Y %H:%M:%S %Z"
long: "%d %B %Y %H:%M"
short: "%d %b %H:%M"
pm: "'s middags"

202
config/locales/rails.nn.yml Normal file
View File

@ -0,0 +1,202 @@
---
nn:
date:
abbr_day_names:
- sun
- mån
- tys
- ons
- tor
- fre
- lau
abbr_month_names:
-
- jan
- feb
- mar
- apr
- mai
- jun
- jul
- aug
- sep
- okt
- nov
- des
day_names:
- sundag
- måndag
- tysdag
- onsdag
- torsdag
- fredag
- laurdag
formats:
default: "%d.%m.%Y"
long: "%e. %B %Y"
short: "%e. %b"
month_names:
-
- januar
- februar
- mars
- april
- mai
- juni
- juli
- august
- september
- oktober
- november
- desember
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: rundt 1 time
other: rundt %{count} timar
about_x_months:
one: rundt 1 månad
other: rundt %{count} månader
about_x_years:
one: rundt 1 år
other: rundt %{count} år
almost_x_years: nesten %{count} år
half_a_minute: eit halvt minutt
less_than_x_minutes:
one: mindre enn 1 minutt
other: mindre enn %{count} minutt
less_than_x_seconds:
one: mindre enn 1 sekund
other: mindre enn %{count} sekund
over_x_years:
one: over 1 år
other: over %{count} år
x_days:
one: 1 dag
other: "%{count} dagar"
x_minutes:
one: 1 minutt
other: "%{count} minutt"
x_months:
one: 1 månad
other: "%{count} månader"
x_seconds:
one: 1 sekund
other: "%{count} sekund"
prompts:
day: Dag
hour: Time
minute: Minutt
month: Månad
second: Sekund
year: År
errors:
format: "%{attribute} %{message}"
messages:
accepted: må vera akseptert
blank: kan ikkje vera blank
present: må vera blank
confirmation: er ikkje stadfesta
empty: kan ikkje vera tom
equal_to: må vera lik %{count}
even: må vera partal
exclusion: er reservert
greater_than: må vera større enn %{count}
greater_than_or_equal_to: må vera større enn eller lik %{count}
inclusion: er ikkje inkludert i lista
invalid: er ugyldig
less_than: må vera mindre enn %{count}
less_than_or_equal_to: må vera mindre enn eller lik %{count}
not_a_number: er ikkje eit tal
not_an_integer: er ikkje eit heiltal
odd: må vera oddetal
record_invalid: 'Valideringa mislukka: %{errors}'
restrict_dependent_destroy:
one: Kan ikkje sletta registreringa, fordi 1 avhengig %{record} finst.
many: Kan ikkje sletta registreringa, fordi avhengige %{record} finst.
taken: er allereie i bruk
too_long: er for lang (maksimum %{count} teikn)
too_short: er for kort (minimum %{count} teikn)
wrong_length: har feil lengde (maksimum %{count} teikn)
other_than: må vera noko anna enn %{count}
template:
body: 'det oppstod problem i følgjande felt:'
header: kunne ikkje lagra %{model} grunna %{count} feil.
helpers:
select:
prompt: Gjer eit val
submit:
create: Lag %{model}
submit: Lagr %{model}
update: Oppdater %{model}
number:
currency:
format:
delimiter: ","
format: "%n %u"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: kr
format:
delimiter: ","
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
one: milliard
other: milliardar
million:
one: million
other: millionar
quadrillion:
one: billiard
other: billiardar
thousand: tusen
trillion:
one: billion
other: billionar
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: kB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " og "
two_words_connector: " og "
words_connector: ", "
time:
am: ''
formats:
default: "%A, %e. %B %Y, %H:%M"
long: "%A, %e. %B %Y, %H:%M"
short: "%e. %B, %H:%M"
pm: ''

193
config/locales/rails.or.yml Normal file
View File

@ -0,0 +1,193 @@
---
or:
date:
abbr_day_names:
- ରବି
- ସୋମ
- ମଂଗଳ
- ବୁଧ
- ଗୁରୁ
- ଶୁକ୍ର
- ଶନି
abbr_month_names:
-
- ଜାନୁ
- ଫେବରୁ
- ମାର
- ଏପ୍ର
- ମାଈ
- ଜୁନ୍
- ଜୁଲ୍
- ଅଗସ୍ଟ
- ସେପ୍ଟ
- ଅକ୍ଟ
- ନୋଭ
- ଡିସ୍
day_names:
- ରବିବାର
- ସୋମବାର
- ମଗଂଳବାର
- ବୁଧବାର
- ଗୁରୁବାର
- ଶୁକ୍ରବାର
- ଶନିବାର
formats:
default: "%Y-%m-%d"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- ଜାନୁୟାରୀ
- ଫେବୃୟାରୀ
- ମାର୍ଚ଼
- ଏପ୍ରଲ
- ମାଈ
- ଜୁନ୍
- ଜୁଲାୟ
- ଅଗଷ୍ତ
- ସେପ୍ଟମ୍ବର୍
- ଅକ୍ଟୋବର୍
- ନୋଭେମ୍ବର
- ଡିସମ୍ବର
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: ପାଖାପାଖି 1 ଘଣ୍ତ
other: ପାଖାପାଖି %{count} ଘଣ୍ତ
about_x_months:
one: ପାଖାପାଖି 1 ମାସ
other: ପାଖାପାଖି %{count} ମାସ
about_x_years:
one: ପାଖାପାଖି 1 year
other: ପାଖାପାଖି %{count} years
almost_x_years:
one: ଅଳ୍ପ ଉଣ 1 ବର୍ଷ
other: ଅଳ୍ପ ଉଣ %{count} ବର୍ଷ
half_a_minute: ଦେଢ ମିନଟ୍
less_than_x_minutes:
one: 1 ମିନଟ ବାକ
other: "%{count} ମିନଟ ବାକ"
less_than_x_seconds:
one: 1 ସେକଣ୍ଢ ବାକ
other: "%{count} ସେକଣ୍ଢ ବାକ"
over_x_years:
one: 1 ବର୍ଷରୁ ଅଧିକ
other: "%{count} ବର୍ଷରୁ ଅଧିକ"
x_days:
one: 1 ଦିନ
other: "%{count} ଦିନ"
x_minutes:
one: 1 ମିନଟ
other: "%{count} ମିନଟ"
x_months:
one: 1 ମାସ
other: "%{count} ମାସ"
x_seconds:
one: 1 ସେକଣ୍ଢ
other: "%{count} ସେକଣ୍ଢ"
prompts:
day: ଦିନ
hour: ଘଣ୍ତ
minute: ମିନଟ
month: ମାସ
second: ସେକଣ୍ଢ
year: ବର୍ଷ
errors:
format: "%{attribute} %{message}"
messages:
accepted: ଗ୍ରହଣ କରିବାର ଅଛି
blank: ଖାଲି ହେଇ ପାରୀବନ
confirmation: ପ୍ରମାଣ ହେଇନି
empty: ଖାଲି ହେଇପାରିବନି
equal_to: "%{count} କୁ ସମାନ"
even: ଯୁଗ୍ମ ହେବାର ଅଛି
exclusion: ସୁରଖିତ ଅଟେ
greater_than: "%{count} ରୁ ବଡ ହେବାର ଅଛି"
greater_than_or_equal_to: "%{count} ରୁ ବଡ କିମ୍ବା ସମାନ ହେବାର ଅଛି"
inclusion: ସୁଚୀ ରେ ଅନ୍ତର୍ଭୁକ୍ତ ନୁହେଁ
invalid: ଠିକ୍ ନୁହେଁ
less_than: "%{count} ରୁ ଛୋଟ"
less_than_or_equal_to: "%{count} ରୁ ଛୋଟ କିମ୍ବା ସମାନ ହେବାର ଅଛି"
not_a_number: ସଂଖ୍ଯ ନୁହେଁ
not_an_integer: ଗଣନ ସଂଖ୍ଯା ହେବାର ଅଛି
odd: ଅଯୁଗ୍ମ ହେବାର ଅଛି
record_invalid: 'ସଠିକ୍ ନୁହ: %{errors}'
taken: ଗ୍ରହଣ କରା ଯାଇଛି
too_long: ଦିର୍ଘତମ ଅଟେ(ଅତ୍ୟଧୀକ %{count} ଅଖ୍ଯର)
too_short: ଅତି ସଂଖିପ୍ତ ଅଟେ (ଅତ୍ଯଳ୍ପ %{count} ଅଖ୍ଯର ଅଟେ)
wrong_length: ଲମ୍ବା ଭୁଲ ଅଟେ (%{count} ଅଖ୍ଯର ହେବା ଉଚିତ୍)
template:
body: 'ନିମ୍ନ ଜାଗା ରେ ଅସୁବିଧା ହେଇଛି:'
header:
one: 1 ଭୁଲ ଯଗୁଁ ନିମ୍ନ %{model} ସୁରଖିତ ହେଇପାରି ନଥିଲା
other: "%{count} ଭୁଲ ଯଗୁଁ ଏହି %{model} ସୁରଖିତ ହେଇପାରି ନଥିଲା"
helpers:
select:
prompt: ପସନ୍ଦ କର
submit:
create: "%{model} ବନାଅ"
submit: "%{model} ସୁରଖିତ କର"
update: "%{model} ଅାଧୂନିକରଣ କର"
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "₹"
format:
delimiter: ","
precision: 3
separator: "."
significant: ମିଥ୍ଯା
strip_insignificant_zeros: ମିଥ୍ଯା
human:
decimal_units:
format: "%n %u"
units:
billion: ବିଲିୟନ୍
million: ମିଲିୟନ୍
quadrillion: ହଜାର ବିଲିୟନ୍
thousand: ହଜାର
trillion: ଟ୍ରିଲିୟନ୍
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", ଏବଂ "
two_words_connector: " ଏବଂ "
words_connector: ", "
time:
am: ପୁର୍ଵାହ୍ନ
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: ଅପରାହ୍ନ

205
config/locales/rails.pa.yml Normal file
View File

@ -0,0 +1,205 @@
---
pa:
date:
abbr_day_names:
- ਅੈਤ
- ਸੋਮ
- ਮੰਗਲ
- ਬੱੁਧ
- ਵੀਰ
- ਸ਼ੁੱਕਰ
- ਸ਼ਨਿੱਚਰ
abbr_month_names:
-
- ਜਨ
- ਫ਼ਰ
- ਮਾਰਚ
- ਅਪ੍ਰੈ
- ਮਈ
- ਜੂਨ
- ਜੁਲਾ
- ਅਗ
- ਸਤੰ
- ਅਕਤੂ
- ਨਵੰ
- ਦਸੰ
day_names:
- ਐਤਵਾਰ
- ਸੋਮਵਾਰ
- ਮੰਗਲਵਾਰ
- ਬੁੱਧਵਾਰ
- ਵੀਰਵਾਰ
- ਸ਼ੁੱਕਰਵਾਰ
- ਸ਼ਨਿੱਚਰਵਾਰ
formats:
default: "%Y-%m-%d"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- ਜਨਵਰੀ
- ਫ਼ਰਵਰੀ
- ਮਾਰਚ
- ਅਪ੍ਰੈਲ
- ਮਈ
- ਜੂਨ
- ਜੁਲਾਈ
- ਅਗਸਤ
- ਸਤੰਬਰ
- ਅਕਤੂਬਰ
- ਨਵੰਬਰ
- ਦਸੰਬਰ
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: ਲਗਭਗ 1 ਘੰਟਾ
other: ਲਗਭਗ %{count} ਘੰਟੇ
about_x_months:
one: ਲਗਭਗ 1 ਮਹੀਨਾ
other: ਲਗਭਗ %{count} ਮਹੀਨੇ
about_x_years:
one: ਲਗਭਗ 1 ਸਾਲ
other: ਲਗਭਗ %{count} ਸਾਲ
almost_x_years:
one: ਤਕਰੀਬਨ 1 ਸਾਲ
other: ਤਕਰੀਬਨ %{count} ਸਾਲ
half_a_minute: ਅੱਧਾ ਮਿੰਟ
less_than_x_minutes:
one: 1 ਮਿੰਟ ਤੋਂ ਘੱਟ
other: "%{count} ਮਿੰਟਾਂ ਤੋਂ ਘੱਟ"
less_than_x_seconds:
one: 1 ਸਕਿੰਟ ਤੋਂ ਘੱਟ
other: "%{count} ਸਕਿੰਟਾਂ ਤੋਂ ਘੱਟ"
over_x_years:
one: 1 ਸਾਲ ਤੋਂ ਵੱਧ
other: "%{count} ਸਾਲਾਂ ਤੋਂ ਵੱਧ"
x_days:
one: 1 ਦਿਨ
other: "%{count} ਦਿਨ"
x_minutes:
one: 1 ਮਿੰਟ
other: "%{count} ਮਿੰਟ"
x_months:
one: 1 ਮਹੀਨਾ
other: "%{count} ਮਹੀਨੇ"
x_seconds:
one: 1 ਸਕਿੰਟ
other: "%{count} ਸਕਿੰਟ"
prompts:
day: ਦਿਨ
hour: ਘੰਟਾ
minute: ਮਿੰਟ
month: ਮਹੀਨਾ
second: ਸਕਿੰਟ
year: ਸਾਲ
errors:
format: "%{attribute} %{message}"
messages:
accepted: ਜਰੂਰ ਮੰਜੂਰ ਹੋਵੇ
blank: ਖਾਲੀ ਨਹੀਂ ਹੋ ਸਕਦਾ
present: ਜਰੂਰ ਖਾਲੀ ਹੋਵੇ
confirmation: "%{attribute} ਨਹੀਂ ਰਲਦੇ"
empty: ਖਾਲੀ ਨਹੀਂ ਹੋ ਸਕਦਾ
equal_to: "%{count} ਦੇ ਬਰਾਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ"
even: ਜਰੂਰੀ ਹੈ ਕੇ ਜੋਟਾ ਹੋਵੇ
exclusion: ਮੱਲਿਆ ਹੋਇਆ ਹੈ
greater_than: "%{count} ਤੋਂ ਵਧੇਰੇ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
greater_than_or_equal_to: "%{count} ਤੋਂ ਵਧੇਰੇ ਜਾਂ ਬਰਾਬਰ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
inclusion: ਇਸ ਲਿਸਟ ਵਿੱਚ ਸ਼ਾਮਿਲ ਨਹੀਂ ਹੈ
invalid: ਨਾ-ਮੰਜੂਰਸ਼ੁਦਾ ਹੈ
less_than: "%{count} ਤੋਂ ਘੱਟ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
less_than_or_equal_to: "%{count} ਤੋਂ ਘੱਟ ਜਾਂ ਬਰਾਬਰ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
not_a_number: ਸੰਖਿਆ ਨਹੀਂ ਹੈ
not_an_integer: ਜਰੂਰੀ ਹੈ ਕੇ ਪੂਰਨ ਅੰਕ ਹੋਵੇ
odd: ਜਰੂਰੀ ਹੈ ਕੇ ਕਲ਼ੀ ਹੋਵੇ
record_invalid: 'ਪਰਮਾਣ ਫ਼ੇਲ ਹੋਇਆ: %{errors}'
restrict_dependent_destroy:
one: ਮਿਟਾ ਨਹੀਂ ਸਕਦੇ ਕਿਉਂਕਿ ਇੱਕ ਨਿਰਭਰ %{record} ਮੌਜੂਦ ਹੈ
many: ਮਿਟਾ ਨਹੀਂ ਸਕਦੇ ਕਿਉਂਕਿ ਨਿਰਭਰ %{record} ਮੌਜੂਦ ਹਨ
taken: ਪਹਿਲਾਂ ਹੀ ਮੱਲਿਆ ਹੋਇਆ ਹੈ
too_long:
one: ਲੰਬਾਈ ਜ਼ਿਆਦਾ ਹੈ (ਵੱਧ ਤੋਂ ਵੱਧ 1 ਅੱਖਰ)
other: ਲੰਬਾਈ ਜ਼ਿਆਦਾ ਹੈ (ਵੱਧ ਤੋਂ ਵੱਧ %{count} ਅੱਖਰ)
too_short:
one: ਲੰਬਾਈ ਘੱਟ ਹੈ (ਘੱਟ ਤੋਂ ਘੱਟ 1 ਅੱਖਰ)
other: ਲੰਬਾਈ ਘੱਟ ਹੈ (ਘੱਟ ਤੋਂ ਘੱਟ %{count} ਅੱਖਰ)
wrong_length:
one: ਲੰਬਾਈ ਗਲਤ ਹੈ (1 ਅੱਖਰ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ)
other: ਲੰਬਾਈ ਗਲਤ ਹੈ (%{count} ਅੱਖਰ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ)
other_than: "%{count} ਦੀ ਜਗ੍ਹਾ ਹੋਰ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ"
template:
body: 'ਹੇਠਲੇ ਖੇਤਰਾਂ ਵਿੱਚ ਗਲਤੀਆਂ ਹਨ:'
header:
one: 1 ਗਲਤੀ ਕਰਕੇ ਇਹ %{model} ਸੰਭਾਲਿ਼ਆ ਨਹੀਂ ਗਿਆ
other: "%{count} ਗਲਤੀਆਂ ਕਰਕੇ ਇਹ %{model} ਸੰਭਾਲਿ਼ਆ ਨਹੀਂ ਗਿਆ"
helpers:
select:
prompt: ਕਿਰਪਾ ਕਰਕੇ ਚੁਣੋ
submit:
create: "%{model} ਬਣਾਓ"
submit: "%{model} ਬਚਾਓ"
update: "%{model} ਬਦਲੋ"
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "$"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: ਬਿਲੀਅਨ
million: ਮਿਲੀਅਨ
quadrillion: ਕ੍ਵਾਡਰਿਲੀਅਨ
thousand: ਹਜ਼ਾਰ
trillion: ਟ੍ਰਿਲੀਅਨ
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: ਬਾਈਟ
other: ਬਾਈਟ
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", ਅਤੇ "
two_words_connector: " ਅਤੇ "
words_connector: ", "
time:
am: ਸਵੇਰ
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: ਸ਼ਾਮ

View File

@ -0,0 +1,205 @@
# pap-AW copy of pap-CW and by no means correct. By M. Maduro for Suares & Co
pap-AW:
date:
abbr_day_names:
- Dum
- Lun
- Mar
- Ras
- Wep
- Biè
- Sab
abbr_month_names:
-
- yan
- feb
- mar
- apr
- mei
- yün
- yül
- oug
- sèp
- òkt
- nov
- des
day_names:
- djadumingu
- djaluna
- djamars
- djárason
- djaweps
- djabièrnè
- djasabra
formats:
default: ! '%Y-%m-%d'
long: ! '%B di %d, %Y'
short: ! '%b di %d'
month_names:
-
- yanüari
- febrüari
- mart
- aprel
- mei
- yüni
- yüli
- ougùstùs
- sèptèmber
- òktober
- novèmber
- desèmber
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: mas o ménos 1 ora
other: mas o ménos %{count} ora
about_x_months:
one: mas o ménos 1 luna
other: about %{count} luna
about_x_years:
one: mas o ménos 1 aña
other: mas o ménos %{count} aña
almost_x_years:
one: kasi 1 aña
other: kasi %{count} aña
half_a_minute: mei minüt
less_than_x_minutes:
one: ménos ku un minüt
other: ménos ku %{count} minüt
less_than_x_seconds:
one: ménos ku 1 sekònde
other: ménos ku %{count} sekònde
over_x_years:
one: mas ku 1 aña
other: mas ku %{count} aña
x_days:
one: 1 dia
other: ! '%{count} dia'
x_minutes:
one: 1 minüt
other: ! '%{count} minüt'
x_months:
one: 1 month
other: ! '%{count} luna'
x_seconds:
one: 1 second
other: ! '%{count} sekònde'
prompts:
day: Dia
hour: Ora
minute: Minüt
month: Luna
second: Sekònde
year: Aña
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: mester asept'é
blank: no por keda sin yen'é
present: mester keda bashí
confirmation: ! "no ta meskos %{attribute}"
empty: no por keda bashí
equal_to: mester ta meskos ku %{count}
even: mester ta par
exclusion: ta reservá
greater_than: mester ta mas grandi ku %{count}
greater_than_or_equal_to: mester ta mes òf mas grandi ku %{count}
inclusion: no ta aparesé den e lista
invalid: no ta bálido
less_than: mester ta ménos ku %{count}
less_than_or_equal_to: mester ta ménos òf mes tantu ku %{count}
not_a_number: no ta un number
not_an_integer: mester ta un number hinté
odd: mester ta impar
record_invalid: ! 'Validashon a faya: %{errors}'
restrict_dependent_destroy:
one: "No por kita e registro akí pasobra un otro %{record} ta dependé di dje"
many: "No por kita e registro akí pasobra otro %{record} ta dependé di dje"
taken: ta usá kaba
too_long:
one: ta muchu largu (máksimo ta 1 karakter)
other: ta muchu largu (máksimo ta %{count} karakter)
too_short:
one: ta muchu kòrtiku (mínimo ta 1 karakter)
other: is too short (mínimo ta %{count} karakter)
wrong_length:
one: su largura no ta korekto (mester ta 1 karakter)
other: su largura no ta korekto (mester ta %{count} karakter)
other_than: "no por ta %{count}"
template:
body: ! 'E siguiente rúbrikanan ta duna problema:'
header:
one: 1 fout a pone ku no por a save e %{model} akí
other: ! '%{count} fout a pone ku no por a save e %{model} akí'
helpers:
select:
prompt: Por fabor skohe
submit:
create: Krea %{model}
submit: Warda %{model}
update: Aktualisá %{model}
number:
currency:
format:
delimiter: ! '.'
format: ! '%u%n'
precision: 2
separator: ','
significant: false
strip_insignificant_zeros: false
unit: ANG
format:
delimiter: ! '.'
precision: 3
separator: ','
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
billion: bion
million: mion
quadrillion: kuatrion
thousand: mil
trillion: trion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ', i '
two_words_connector: ! ' i '
words_connector: ! ', '
time:
am: am
formats:
default: ! '%a, %d %b %Y %H.%M.%S %z'
long: ! '%B %d, %Y %H.%M'
short: ! '%d %b %H.%M'
pm: pm

View File

@ -0,0 +1,205 @@
# pap-CW by M. Madurao for Suares & Co
pap-CW:
date:
abbr_day_names:
- Dum
- Lun
- Mar
- Ras
- Wep
- Biè
- Sab
abbr_month_names:
-
- yan
- feb
- mar
- apr
- mei
- yün
- yül
- oug
- sèp
- òkt
- nov
- des
day_names:
- djadumingu
- djaluna
- djamars
- djárason
- djaweps
- djabièrnè
- djasabra
formats:
default: ! '%Y-%m-%d'
long: ! '%B di %d, %Y'
short: ! '%b di %d'
month_names:
-
- yanüari
- febrüari
- mart
- aprel
- mei
- yüni
- yüli
- ougùstùs
- sèptèmber
- òktober
- novèmber
- desèmber
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: mas o ménos 1 ora
other: mas o ménos %{count} ora
about_x_months:
one: mas o ménos 1 luna
other: about %{count} luna
about_x_years:
one: mas o ménos 1 aña
other: mas o ménos %{count} aña
almost_x_years:
one: kasi 1 aña
other: kasi %{count} aña
half_a_minute: mei minüt
less_than_x_minutes:
one: ménos ku un minüt
other: ménos ku %{count} minüt
less_than_x_seconds:
one: ménos ku 1 sekònde
other: ménos ku %{count} sekònde
over_x_years:
one: mas ku 1 aña
other: mas ku %{count} aña
x_days:
one: 1 dia
other: ! '%{count} dia'
x_minutes:
one: 1 minüt
other: ! '%{count} minüt'
x_months:
one: 1 month
other: ! '%{count} luna'
x_seconds:
one: 1 second
other: ! '%{count} sekònde'
prompts:
day: Dia
hour: Ora
minute: Minüt
month: Luna
second: Sekònde
year: Aña
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: mester asept'é
blank: no por keda sin yen'é
present: mester keda bashí
confirmation: ! "no ta meskos %{attribute}"
empty: no por keda bashí
equal_to: mester ta meskos ku %{count}
even: mester ta par
exclusion: ta reservá
greater_than: mester ta mas grandi ku %{count}
greater_than_or_equal_to: mester ta mes òf mas grandi ku %{count}
inclusion: no ta aparesé den e lista
invalid: no ta bálido
less_than: mester ta ménos ku %{count}
less_than_or_equal_to: mester ta ménos òf mes tantu ku %{count}
not_a_number: no ta un number
not_an_integer: mester ta un number hinté
odd: mester ta impar
record_invalid: ! 'Validashon a faya: %{errors}'
restrict_dependent_destroy:
one: "No por kita e registro akí pasobra un otro %{record} ta dependé di dje"
many: "No por kita e registro akí pasobra otro %{record} ta dependé di dje"
taken: ta usá kaba
too_long:
one: ta muchu largu (máksimo ta 1 karakter)
other: ta muchu largu (máksimo ta %{count} karakter)
too_short:
one: ta muchu kòrtiku (mínimo ta 1 karakter)
other: is too short (mínimo ta %{count} karakter)
wrong_length:
one: su largura no ta korekto (mester ta 1 karakter)
other: su largura no ta korekto (mester ta %{count} karakter)
other_than: "no por ta %{count}"
template:
body: ! 'E siguiente rúbrikanan ta duna problema:'
header:
one: 1 fout a pone ku no por a save e %{model} akí
other: ! '%{count} fout a pone ku no por a save e %{model} akí'
helpers:
select:
prompt: Por fabor skohe
submit:
create: Krea %{model}
submit: Warda %{model}
update: Aktualisá %{model}
number:
currency:
format:
delimiter: ! '.'
format: ! '%u%n'
precision: 2
separator: ','
significant: false
strip_insignificant_zeros: false
unit: ANG
format:
delimiter: ! '.'
precision: 3
separator: ','
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
billion: bion
million: mion
quadrillion: kuatrion
thousand: mil
trillion: trion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ', i '
two_words_connector: ! ' i '
words_connector: ! ', '
time:
am: am
formats:
default: ! '%a, %d %b %Y %H.%M.%S %z'
long: ! '%B %d, %Y %H.%M'
short: ! '%d %b %H.%M'
pm: pm

237
config/locales/rails.pl.yml Normal file
View File

@ -0,0 +1,237 @@
---
pl:
date:
abbr_day_names:
- nie
- pon
- wto
- śro
- czw
- pią
- sob
abbr_month_names:
-
- sty
- lut
- mar
- kwi
- maj
- cze
- lip
- sie
- wrz
- paź
- lis
- gru
day_names:
- niedziela
- poniedziałek
- wtorek
- środa
- czwartek
- piątek
- sobota
formats:
default: "%d-%m-%Y"
long: "%B %d, %Y"
short: "%d %b"
month_names:
-
- styczeń
- luty
- marzec
- kwiecień
- maj
- czerwiec
- lipiec
- sierpień
- wrzesień
- październik
- listopad
- grudzień
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
few: około %{count} godziny
many: około %{count} godzin
one: około godziny
other: około %{count} godzin
about_x_months:
few: około %{count} miesiące
many: około %{count} miesięcy
one: około miesiąca
other: około %{count} miesięcy
about_x_years:
few: około %{count} lata
many: około %{count} lat
one: około rok
other: około %{count} lat
almost_x_years:
few: prawie %{count} lata
many: prawie %{count} lat
one: prawie rok
other: prawie %{count} lat
half_a_minute: pół minuty
less_than_x_minutes:
few: mniej niż %{count} minuty
many: mniej niż %{count} minut
one: mniej niż minutę
other: mniej niż %{count} minut
less_than_x_seconds:
few: mniej niż %{count} sekundy
many: mniej niż %{count} sekund
one: mniej niż sekundę
other: mniej niż %{count} sekund
over_x_years:
few: ponad %{count} lata
many: ponad %{count} lat
one: ponad rok
other: ponad %{count} lat
x_days:
few: "%{count} dni"
many: "%{count} dni"
one: 1 dzień
other: "%{count} dni"
x_minutes:
few: "%{count} minuty"
many: "%{count} minut"
one: 1 minuta
other: "%{count} minut"
x_months:
few: "%{count} miesiące"
many: "%{count} miesięcy"
one: 1 miesiąc
other: "%{count} miesięcy"
x_seconds:
few: "%{count} sekundy"
many: "%{count} sekund"
one: 1 sekunda
other: "%{count} sekund"
prompts:
day: Dzień
hour: Godzina
minute: Minuta
month: Miesiąc
second: Sekundy
year: Rok
errors:
format: "%{attribute} %{message}"
messages:
accepted: musi zostać zaakceptowane
blank: nie może być puste
confirmation: nie zgadza się z polem %{attribute}
empty: nie może być puste
equal_to: musi być równe %{count}
even: musi być parzyste
exclusion: jest zarezerwowane
greater_than: musi być większe od %{count}
greater_than_or_equal_to: musi być większe lub równe %{count}
inclusion: nie znajduje się na liście dopuszczalnych wartości
invalid: jest nieprawidłowe
less_than: musi być mniejsze od %{count}
less_than_or_equal_to: musi być mniejsze lub równe %{count}
not_a_number: nie jest liczbą
not_an_integer: musi być liczbą całkowitą
odd: musi być nieparzyste
present: musi być puste
record_invalid: 'Negatywne sprawdzenie poprawności: %{errors}'
restrict_dependent_destroy:
many: Nie może zostać usunięte, gdyż istnieją zależne od niego %{record}
one: Nie może zostać usunięte, gdyż istnieje zależny od niego %{record}
taken: zostało już zajęte
too_long:
few: jest za długie (maksymalnie %{count} znaki)
many: jest za długie (maksymalnie %{count} znaków)
one: jest za długie (maksymalnie jeden znak)
other: jest za długie (maksymalnie %{count} znaków)
too_short:
few: jest za krótkie (przynajmniej %{count} znaki)
many: jest za krótkie (przynajmniej %{count} znaków)
one: jest za krótkie (przynajmniej jeden znak)
other: jest za krótkie (przynajmniej %{count} znaków)
wrong_length:
few: ma nieprawidłową długość (powinna wynosić %{count} znaki)
many: ma nieprawidłową długość (powinna wynosić %{count} znaków)
one: ma nieprawidłową długość (powinna wynosić jeden znak)
other: ma nieprawidłową długość (powinna wynosić %{count} znaków)
other_than: musi być inna niż %{count}
template:
body: 'Błędy dotyczą następujących pól:'
header:
few: "%{model} nie został zachowany z powodu %{count} błędów"
many: "%{model} nie został zachowany z powodu %{count} błędów"
one: "%{model} nie został zachowany z powodu jednego błędu"
other: "%{model} nie został zachowany z powodu %{count} błędów"
helpers:
select:
prompt: Proszę wybrać
submit:
create: Utwórz %{model}
submit: Zapisz %{model}
update: Aktualizuj %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: true
unit:
format:
delimiter: " "
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Miliard
million: Milion
quadrillion: Biliard
thousand: Tysiąc
trillion: Bilion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
few: bajty
many: bajtów
one: bajt
other: bajty
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " oraz "
two_words_connector: " i "
words_connector: ", "
time:
am: przed południem
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: po południu

View File

@ -0,0 +1,207 @@
---
pt-BR:
date:
abbr_day_names:
- Dom
- Seg
- Ter
- Qua
- Qui
- Sex
- Sáb
abbr_month_names:
-
- Jan
- Fev
- Mar
- Abr
- Mai
- Jun
- Jul
- Ago
- Set
- Out
- Nov
- Dez
day_names:
- Domingo
- Segunda-feira
- Terça-feira
- Quarta-feira
- Quinta-feira
- Sexta-feira
- Sábado
formats:
default: "%d/%m/%Y"
long: "%d de %B de %Y"
short: "%d de %B"
month_names:
-
- Janeiro
- Fevereiro
- Março
- Abril
- Maio
- Junho
- Julho
- Agosto
- Setembro
- Outubro
- Novembro
- Dezembro
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: aproximadamente 1 hora
other: aproximadamente %{count} horas
about_x_months:
one: aproximadamente 1 mês
other: aproximadamente %{count} meses
about_x_years:
one: aproximadamente 1 ano
other: aproximadamente %{count} anos
almost_x_years:
one: quase 1 ano
other: quase %{count} anos
half_a_minute: meio minuto
less_than_x_minutes:
one: menos de um minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: mais de 1 ano
other: mais de %{count} anos
x_days:
one: 1 dia
other: "%{count} dias"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mês
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Dia
hour: Hora
minute: Minuto
month: Mês
second: Segundo
year: Ano
errors:
format: "%{attribute} %{message}"
messages:
accepted: deve ser aceito
blank: não pode ficar em branco
present: deve ficar em branco
confirmation: não é igual a %{attribute}
empty: não pode ficar vazio
equal_to: deve ser igual a %{count}
even: deve ser par
exclusion: não está disponível
greater_than: deve ser maior que %{count}
greater_than_or_equal_to: deve ser maior ou igual a %{count}
inclusion: não está incluído na lista
invalid: não é válido
less_than: deve ser menor que %{count}
less_than_or_equal_to: deve ser menor ou igual a %{count}
not_a_number: não é um número
not_an_integer: não é um número inteiro
odd: deve ser ímpar
record_invalid: 'A validação falhou: %{errors}'
restrict_dependent_destroy:
one: Não é possível excluir o registro pois existe um %{record} dependente
many: Não é possível excluir o registro pois existem %{record} dependentes
taken: já está em uso
too_long: 'é muito longo (máximo: %{count} caracteres)'
too_short: 'é muito curto (mínimo: %{count} caracteres)'
wrong_length: não possui o tamanho esperado (%{count} caracteres)
other_than: deve ser diferente de %{count}
template:
body: 'Por favor, verifique o(s) seguinte(s) campo(s):'
header:
one: 'Não foi possível gravar %{model}: 1 erro'
other: 'Não foi possível gravar %{model}: %{count} erros.'
helpers:
select:
prompt: Por favor selecione
submit:
create: Criar %{model}
submit: Salvar %{model}
update: Atualizar %{model}
number:
currency:
format:
delimiter: "."
format: "%u %n"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: R$
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
one: bilhão
other: bilhões
million:
one: milhão
other: milhões
quadrillion:
one: quatrilhão
other: quatrilhões
thousand: mil
trillion:
one: trilhão
other: trilhões
unit: ''
format:
delimiter: "."
precision: 2
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: "."
format: "%n%"
precision:
format:
delimiter: "."
support:
array:
last_word_connector: " e "
two_words_connector: " e "
words_connector: ", "
time:
am: ''
formats:
default: "%a, %d de %B de %Y, %H:%M:%S %z"
long: "%d de %B de %Y, %H:%M"
short: "%d de %B, %H:%M"
pm: ''

201
config/locales/rails.pt.yml Normal file
View File

@ -0,0 +1,201 @@
---
pt:
date:
abbr_day_names:
- Dom
- Seg
- Ter
- Qua
- Qui
- Sex
- Sáb
abbr_month_names:
-
- Jan
- Fev
- Mar
- Abr
- Mai
- Jun
- Jul
- Ago
- Set
- Out
- Nov
- Dez
day_names:
- Domingo
- Segunda-feira
- Terça-feira
- Quarta-feira
- Quinta-feira
- Sexta-feira
- Sábado
formats:
default: "%d/%m/%Y"
long: "%d de %B de %Y"
short: "%d de %B"
month_names:
-
- Janeiro
- Fevereiro
- Março
- Abril
- Maio
- Junho
- Julho
- Agosto
- Setembro
- Outubro
- Novembro
- Dezembro
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: aproximadamente 1 hora
other: aproximadamente %{count} horas
about_x_months:
one: aproximadamente 1 mês
other: aproximadamente %{count} meses
about_x_years:
one: aproximadamente 1 ano
other: aproximadamente %{count} anos
almost_x_years:
one: quase 1 ano
other: quase %{count} anos
half_a_minute: meio minuto
less_than_x_minutes:
one: menos de um minuto
other: menos de %{count} minutos
less_than_x_seconds:
one: menos de 1 segundo
other: menos de %{count} segundos
over_x_years:
one: mais de 1 ano
other: mais de %{count} anos
x_days:
one: 1 dia
other: "%{count} dias"
x_minutes:
one: 1 minuto
other: "%{count} minutos"
x_months:
one: 1 mês
other: "%{count} meses"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
prompts:
day: Dia
hour: Hora
minute: Minuto
month: Mês
second: Segundo
year: Ano
errors:
format: "%{attribute} %{message}"
messages:
accepted: tem de ser aceite
blank: não pode estar em branco
confirmation: não coincide com a confirmação
empty: não pode estar vazio
equal_to: tem de ser igual a %{count}
even: tem de ser par
exclusion: é reservado
greater_than: tem de ser maior que %{count}
greater_than_or_equal_to: tem de ser maior ou igual a %{count}
inclusion: não está incluído na lista
invalid: é inválido
less_than: tem de ser menor que %{count}
less_than_or_equal_to: tem de ser menor ou igual a %{count}
not_a_number: não é um número
not_an_integer: tem de ser um inteiro
odd: tem de ser ímpar
record_invalid: 'A validação falhou: %{errors}'
taken: não está disponível
too_long: é demasiado grande (o máximo é de %{count} caracteres)
too_short: é demasiado pequeno (o mínimo é de %{count} caracteres)
wrong_length: comprimento errado (deve ter %{count} caracteres)
template:
body: 'Por favor, verifique os seguintes campos:'
header:
one: 'Não foi possível guardar %{model}: 1 erro'
other: 'Não foi possível guardar %{model}: %{count} erros'
helpers:
select:
prompt: Por favor seleccione
submit:
create: Criar %{model}
submit: Gravar %{model}
update: Actualizar %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
one: mil milhões
other: mil milhões
million:
one: milhão
other: milhões
quadrillion:
one: mil biliões
other: mil biliões
thousand: mil
trillion:
one: bilião
other: biliões
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", e"
two_words_connector: " e "
words_connector: ", "
time:
am: am
formats:
default: "%A, %d de %B de %Y, %H:%Mh"
long: "%A, %d de %B de %Y, %H:%Mh"
short: "%d/%m, %H:%M hs"
pm: pm

224
config/locales/rails.rm.yml Normal file
View File

@ -0,0 +1,224 @@
---
rm:
date:
abbr_day_names:
- du
- gli
- ma
- me
- gie
- ve
- so
abbr_month_names:
-
- schan
- favr
- mars
- avr
- matg
- zercl
- fan
- avust
- sett
- oct
- nov
- dec
day_names:
- dumengia
- glindesdi
- mardi
- mesemna
- gievgia
- venderdi
- sonda
formats:
default: "%d.%m.%Y"
long: "%e. %B %Y"
short: "%e. %b"
month_names:
-
- schaner
- favrer
- mars
- avrigl
- matg
- zercladur
- fanadur
- avust
- settember
- october
- november
- december
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
zero: circa %{count} uras
one: circa in'ura
two: circa %{count} uras
few: circa %{count} uras
many: circa %{count} uras
other: circa %{count} uras
about_x_months:
zero: circa %{count} mais
one: circa in mais
two: circa %{count} mais
few: circa %{count} mais
many: circa %{count} mais
other: circa %{count} mais
about_x_years:
zero: circa %{count} onns
one: circa in onn
two: circa %{count} onns
few: circa %{count} onns
many: circa %{count} onns
other: circa %{count} onns
half_a_minute: ina mesa minuta
less_than_x_minutes:
zero: main che %{count} minutas
one: main china minuta
two: main che %{count} minutas
few: main che %{count} minutas
many: main che %{count} minutas
other: main che %{count} minutas
less_than_x_seconds:
zero: main che %{count} secundas
one: main china secunda
two: main che %{count} secundas
few: main che %{count} secundas
many: main che %{count} secundas
other: main che %{count} secundas
over_x_years:
zero: dapli che %{count} onns
one: dapli ch'in onn
two: dapli che %{count} onns
few: dapli che %{count} onns
many: dapli che %{count} onns
other: dapli che %{count} onns
x_days:
zero: "%{count} dis"
one: in di
two: "%{count} dis"
few: "%{count} dis"
many: "%{count} dis"
other: "%{count} dis"
x_minutes:
zero: "%{count} minutas"
one: 1 minuta
two: "%{count} minutas"
few: "%{count} minutas"
many: "%{count} minutas"
other: "%{count} minutas"
x_months:
zero: "%{count} mais"
one: in mais
two: "%{count} mais"
few: "%{count} mais"
many: "%{count} mais"
other: "%{count} mais"
x_seconds:
zero: "%{count} secundas"
one: ina secunda
two: "%{count} secundas"
few: "%{count} secundas"
many: "%{count} secundas"
other: "%{count} secundas"
prompts:
day: dis
hour: uras
minute: minutas
month: mais
second: secundas
year: onns
errors:
format: "%{attribute} %{message}"
messages:
accepted: sto vegnir acceptà
blank: sto vegnir emplenì ora
confirmation: na correspunda betg al champ da conferma
empty: sto vegnir emplenì ora
equal_to: sto esser exact %{count}
even: sto esser pèr
exclusion: na stat betg a disposiziun
greater_than: sto esser pli grond che %{count}
greater_than_or_equal_to: sto esser pli grond u medem sco %{count}
inclusion: n'è betg sin la glista
invalid: n'è betg valid
less_than: sto esser pli pitschen che %{count}
less_than_or_equal_to: sto esser pli pitschen u medem sco %{count}
not_a_number: è betg in dumber
odd: sto esser spèr
taken: è gia occupà
too_long: è memia lung (betg dapli che %{count} caracters)
too_short: è memia curt (betg pli pauc che %{count} caracters)
wrong_length: ha la fallida lunghezza (sto avair %{count} caracters)
template:
body: 'Faschai uschè bain e controllai ils suandants champs:'
header:
zero: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
one: 'Betg pussaivel da memorisar quest %{model}: 1 errur.'
two: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
few: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
many: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
other: 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
number:
currency:
format:
delimiter: "'"
format: "%n %u"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: CHF
format:
delimiter: "'"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
zero: bytes
one: byte
two: bytes
few: bytes
many: bytes
other: bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " e "
two_words_connector: " e "
words_connector: ", "
time:
am: avantmezdi
formats:
default: "%A, %d. %B %Y, %H:%M Uhr"
long: "%A, %d. %B %Y, %H:%M Uhr"
short: "%d. %B, %H:%M Uhr"
pm: suentermezdi

206
config/locales/rails.ro.yml Normal file
View File

@ -0,0 +1,206 @@
---
ro:
date:
abbr_day_names:
- Dum
- Lun
- Mar
- Mie
- Joi
- Vin
- Sâm
abbr_month_names:
-
- Ian
- Feb
- Mar
- Apr
- Mai
- Iun
- Iul
- Aug
- Sep
- Oct
- Noi
- Dec
day_names:
- Duminică
- Luni
- Marți
- Miercuri
- Joi
- Vineri
- Sâmbată
formats:
default: "%d-%m-%Y"
long: "%d %B %Y"
short: "%d %b"
month_names:
-
- Ianuarie
- Februarie
- Martie
- Aprilie
- Mai
- Iunie
- Iulie
- August
- Septembrie
- Octombrie
- Noiembrie
- Decembrie
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: aproximativ o oră
few: aproximativ %{count} ore
other: aproximativ %{count} ore
about_x_months:
one: aproximativ o lună
few: aproximativ %{count} luni
other: aproximativ %{count} luni
about_x_years:
one: aproximativ un an
few: aproximativ %{count} ani
other: aproximativ %{count} ani
almost_x_years:
one: aproape 1 an
few: aproape %{count} ani
other: aproape %{count} ani
half_a_minute: jumătate de minut
less_than_x_minutes:
one: mai puțin de un minut
few: mai puțin de %{count} minute
other: mai puțin de %{count} minute
less_than_x_seconds:
one: mai puțin de o secundă
few: mai puțin de %{count} secunde
other: mai puțin de %{count} secunde
over_x_years:
one: mai mult de un an
few: mai mult de %{count} ani
other: mai mult de %{count} ani
x_days:
one: 1 zi
few: "%{count} zile"
other: "%{count} zile"
x_minutes:
one: 1 minut
few: "%{count} minute"
other: "%{count} minute"
x_months:
one: 1 lună
few: "%{count} luni"
other: "%{count} luni"
x_seconds:
one: 1 secundă
few: "%{count} secunde"
other: "%{count} secunde"
prompts:
day: Ziua
hour: Ora
minute: Minutul
month: Luna
second: Secunda
year: Anul
errors:
format: "%{attribute} %{message}"
messages:
accepted: trebuie dat acceptul
blank: nu poate fi gol
confirmation: nu este confirmat
empty: nu poate fi gol
equal_to: trebuie să fie egal cu %{count}
even: trebuie să fie impar
exclusion: este rezervat
greater_than: trebuie să fie mai mare decât %{count}
greater_than_or_equal_to: trebuie să fie mai mare sau egal cu %{count}
inclusion: nu este inclus în listă
invalid: este invalid
less_than: trebuie să fie mai mic decât %{count}
less_than_or_equal_to: trebuie să fie mai mic sau egal cu %{count}
not_a_number: nu este un număr
not_an_integer: trebuie să fie un mumăr întreg
odd: trebuie să fie par
record_invalid: Validare nereuşită %{errors}
taken: este deja folosit
too_long: este prea lung (se pot folosi maximum %{count} caractere)
too_short: este prea scurt (minimum de caractere este %{count})
wrong_length: nu are lungimea corectă (trebuie să aiba %{count} caractere)
template:
body: 'Încearcă să corectezi urmatoarele câmpuri:'
header:
one: 'Nu am putut salva acest %{model}: o eroare'
few: 'Nu am putut salva acest %{model}: %{count} erori.'
other: 'Nu am putut salva acest %{model}: %{count} erori.'
helpers:
select:
prompt: Alegeţi
submit:
create: Creare %{model}
submit: Salvare %{model}
update: Modificare %{model}
number:
currency:
format:
delimiter: "."
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: RON
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Miliard
million: Milion
quadrillion: Quadrilion
thousand: Mie
trillion: Trilion
unit: ''
format:
delimiter: ","
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
few: Bytes
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ","
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " şi "
two_words_connector: " şi "
words_connector: ", "
time:
am: ''
formats:
default: "%a %d %b %Y, %H:%M:%S %z"
long: "%d %B %Y %H:%M"
short: "%d %b %H:%M"
pm: ''

257
config/locales/rails.ru.yml Normal file
View File

@ -0,0 +1,257 @@
---
ru:
date:
abbr_day_names:
- Вс
- Пн
- Вт
- Ср
- Чт
- Пт
- Сб
abbr_month_names:
-
- янв.
- февр.
- марта
- апр.
- мая
- июня
- июля
- авг.
- сент.
- окт.
- нояб.
- дек.
day_names:
- воскресенье
- понедельник
- вторник
- среда
- четверг
- пятница
- суббота
formats:
default: "%d.%m.%Y"
long: "%-d %B %Y"
short: "%-d %b"
month_names:
-
- января
- февраля
- марта
- апреля
- мая
- июня
- июля
- августа
- сентября
- октября
- ноября
- декабря
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
few: около %{count} часов
many: около %{count} часов
one: около %{count} часа
other: около %{count} часа
about_x_months:
few: около %{count} месяцев
many: около %{count} месяцев
one: около %{count} месяца
other: около %{count} месяца
about_x_years:
few: около %{count} лет
many: около %{count} лет
one: около %{count} года
other: около %{count} лет
almost_x_years:
one: почти 1 год
few: почти %{count} года
many: почти %{count} лет
other: почти %{count} лет
half_a_minute: меньше минуты
less_than_x_minutes:
few: меньше %{count} минут
many: меньше %{count} минут
one: меньше %{count} минуты
other: меньше %{count} минуты
less_than_x_seconds:
few: меньше %{count} секунд
many: меньше %{count} секунд
one: меньше %{count} секунды
other: меньше %{count} секунды
over_x_years:
few: больше %{count} лет
many: больше %{count} лет
one: больше %{count} года
other: больше %{count} лет
x_days:
few: "%{count} дня"
many: "%{count} дней"
one: "%{count} день"
other: "%{count} дня"
x_minutes:
few: "%{count} минуты"
many: "%{count} минут"
one: "%{count} минуту"
other: "%{count} минуты"
x_months:
few: "%{count} месяца"
many: "%{count} месяцев"
one: "%{count} месяц"
other: "%{count} месяца"
x_seconds:
few: "%{count} секунды"
many: "%{count} секунд"
one: "%{count} секунду"
other: "%{count} секунды"
prompts:
day: День
hour: Часов
minute: Минут
month: Месяц
second: Секунд
year: Год
errors:
format: "%{attribute} %{message}"
messages:
accepted: нужно подтвердить
blank: не может быть пустым
present: нужно оставить пустым
confirmation: не совпадает со значением поля %{attribute}
empty: не может быть пустым
equal_to: может иметь лишь значение, равное %{count}
even: может иметь лишь нечетное значение
exclusion: имеет зарезервированное значение
greater_than: может иметь значение большее %{count}
greater_than_or_equal_to: может иметь значение большее или равное %{count}
inclusion: имеет непредусмотренное значение
invalid: имеет неверное значение
less_than: может иметь значение меньшее чем %{count}
less_than_or_equal_to: может иметь значение меньшее или равное %{count}
not_a_number: не является числом
not_an_integer: не является целым числом
odd: может иметь лишь четное значение
record_invalid: 'Возникли ошибки: %{errors}'
restrict_dependent_destroy:
one: 'Невозможно удалить запись, так как существует зависимость: %{record}'
many: 'Невозможно удалить запись, так как существуют зависимости: %{record}'
taken: уже существует
too_long:
few: слишком большой длины (не может быть больше чем %{count} символа)
many: слишком большой длины (не может быть больше чем %{count} символов)
one: слишком большой длины (не может быть больше чем %{count} символ)
other: слишком большой длины (не может быть больше чем %{count} символа)
too_short:
few: недостаточной длины (не может быть меньше %{count} символов)
many: недостаточной длины (не может быть меньше %{count} символов)
one: недостаточной длины (не может быть меньше %{count} символа)
other: недостаточной длины (не может быть меньше %{count} символа)
wrong_length:
few: неверной длины (может быть длиной ровно %{count} символа)
many: неверной длины (может быть длиной ровно %{count} символов)
one: неверной длины (может быть длиной ровно %{count} символ)
other: неверной длины (может быть длиной ровно %{count} символа)
other_than: должно отличаться от %{count}
template:
body: 'Проблемы возникли со следующими полями:'
header:
few: "%{model}: сохранение не удалось из-за %{count} ошибок"
many: "%{model}: сохранение не удалось из-за %{count} ошибок"
one: "%{model}: сохранение не удалось из-за %{count} ошибки"
other: "%{model}: сохранение не удалось из-за %{count} ошибки"
helpers:
select:
prompt: 'Выберите: '
submit:
create: Создать %{model}
submit: Сохранить %{model}
update: Сохранить %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: руб.
format:
delimiter: " "
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion:
few: миллиардов
many: миллиардов
one: миллиард
other: миллиардов
million:
few: миллионов
many: миллионов
one: миллион
other: миллионов
quadrillion:
few: квадриллионов
many: квадриллионов
one: квадриллион
other: квадриллионов
thousand:
few: тысяч
many: тысяч
one: тысяча
other: тысяч
trillion:
few: триллионов
many: триллионов
one: триллион
other: триллионов
unit: ''
format:
delimiter: ''
precision: 1
significant: false
strip_insignificant_zeros: false
storage_units:
format: "%n %u"
units:
byte:
few: байта
many: байт
one: байт
other: байта
gb: ГБ
kb: КБ
mb: МБ
tb: ТБ
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " и "
two_words_connector: " и "
words_connector: ", "
time:
am: утра
formats:
default: "%a, %d %b %Y, %H:%M:%S %z"
long: "%d %B %Y, %H:%M"
short: "%d %b, %H:%M"
pm: вечера

View File

@ -0,0 +1,236 @@
scr:
date:
abbr_day_names:
- Ned
- Pon
- Uto
- Sre
- Čet
- Pet
- Sub
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- Maj
- Jun
- Jul
- Avg
- Sep
- Okt
- Nov
- Dec
day_names:
- Nedelja
- Ponedeljak
- Utorak
- Sreda
- Četvrtak
- Petak
- Subota
formats:
default: ! '%d/%m/%Y'
long: ! '%B %e, %Y'
short: ! '%e %b'
month_names:
-
- Januar
- Februar
- Mart
- April
- Maj
- Jun
- Jul
- Avgust
- Septembar
- Oktobar
- Novembar
- Decembar
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: oko %{count} sat
few: oko %{count} sata
many: oko %{count} sati
other: oko %{count} sati
about_x_months:
one: oko %{count} mesec
few: oko %{count} meseca
many: oko %{count} meseci
other: oko %{count} meseci
about_x_years:
one: oko %{count} godine
few: oko %{count} godine
many: oko %{count} godina
other: oko %{count} godina
almost_x_years:
one: skoro %{count} godina
few: skoro %{count} godine
many: skoro %{count} godina
other: skoro %{count} godina
half_a_minute: pola minute
less_than_x_minutes:
one: manje od %{count} minut
few: manje od %{count} minuta
many: manje od %{count} minuta
other: manje od %{count} minuta
less_than_x_seconds:
few: manje od %{count} sekunde
one: manje od %{count} sekund
many: manje od %{count} sekundi
other: manje od %{count} sekundi
over_x_years:
one: preko %{count} godine
few: preko %{count} godine
many: preko %{count} godina
other: preko %{count} godina
x_days:
one: ! '%{count} dan'
few: ! '%{count} dana'
many: ! '%{count} dana'
other: ! '%{count} dana'
x_minutes:
one: ! '%{count} minut'
few: ! '%{count} minuta'
many: ! '%{count} minuta'
other: ! '%{count} minuta'
x_months:
one: ! '%{count} mesec'
few: ! '%{count} meseca'
many: ! '%{count} meseci'
other: ! '%{count} meseci'
x_seconds:
one: ! '%{count} sekunda'
few: ! '%{count} sekunde'
many: ! '%{count} sekundi'
other: ! '%{count} sekundi'
prompts:
day: Dan
hour: Sat
minute: Minut
month: Mesec
second: Sekund
year: Godina
errors:
format: ! '%{attribute} %{message}'
messages:
accepted: mora biti prihvaćen
blank: ne sme biti prazan
present: mora biti prazan
confirmation: se ne slaže sa potvrdom
empty: ne sme biti prazan
equal_to: mora biti jednak %{count}
even: mora biti paran
exclusion: je rezervisan
greater_than: mora biti veći od %{count}
greater_than_or_equal_to: mora biti veći ili jednak %{count}
inclusion: nije u listi
invalid: nije ispravan
less_than: mora biti manji od %{count}
less_than_or_equal_to: mora biti manji ili jednak %{count}
not_a_number: nije broj
not_an_integer: nije ceo broj
odd: mora biti neparan
record_invalid: ! 'Validacija nije uspela: %{errors}'
restrict_dependent_destroy:
one: "Nije moguće obrisati zapis jer postoji zavisan %{record}"
many: "Nije moguće obrisati zapis jer postoje zavisni %{record}"
taken: je već zauzet
too_long:
one: je predugačak (maksimum je %{count} znak)
few: je predugačak (maksimum je %{count} znaka)
many: je predugačak (maksimum je %{count} znakova)
other: je predugačak (maksimum je %{count} znakova)
too_short:
one: je prekratak (minimum je %{count} znak)
few: je prekratak (minimum je %{count} znaka)
many: je prekratak (minimum je %{count} znakova)
other: je prekratak (minimum je %{count} znakova)
wrong_length:
one: nije odgovarajuće dužine (treba biti %{count} znak)
few: nije odgovarajuće dužine (treba biti %{count} znaka)
many: nije odgovarajuće dužine (treba biti %{count} znakova)
other: nije odgovarajuće dužine (treba biti %{count} znakova)
other_than: "mora biti različit od %{count}"
template:
body: ! 'Molim Vas da proverite sledeća polja:'
header:
one: ! 'Nisam uspeo sačuvati %{model}: %{count} greška.'
few: ! 'Nisam uspeo sačuvati %{model}: %{count} greške.'
many: ! 'Nisam uspeo sačuvati %{model}: %{count} greški.'
other: ! 'Nisam uspeo sačuvati %{model}: %{count} greški.'
helpers:
select:
prompt: Izaberite
submit:
create: Napravi %{model}
submit: Sačuvaj %{model}
update: Izmeni %{model}
number:
currency:
format:
delimiter: ! ','
format: ! '%n %u'
precision: 2
separator: .
significant: false
strip_insignificant_zeros: false
unit: DIN
format:
delimiter: .
precision: 3
separator: ! ','
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: ! '%n %u'
units:
thousand: Hiljadu
million: Milion
billion: Milijarda
trillion: Trilion
quadrillion: Kvadrilion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: ! '%n %u'
units:
byte:
one: bajt
few: bajta
many: bajtova
other: bajtova
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ! ', i '
two_words_connector: ! ' i '
words_connector: ! ', '
time:
am: AM
formats:
default: ! '%a %b %d %H:%M:%S %Z %Y'
long: ! '%B %d, %Y %H:%M'
short: ! '%d %b %H:%M'
pm: PM

208
config/locales/rails.sk.yml Normal file
View File

@ -0,0 +1,208 @@
---
sk:
date:
abbr_day_names:
- Ne
- Po
- Ut
- St
- Št
- Pi
- So
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- Máj
- Jún
- Júl
- Aug
- Sep
- Okt
- Nov
- Dec
day_names:
- Nedeľa
- Pondelok
- Utorok
- Streda
- Štvrtok
- Piatok
- Sobota
formats:
default: "%d.%m.%Y"
long: "%d. %B %Y"
short: "%d %b"
month_names:
-
- Január
- Február
- Marec
- Apríl
- Máj
- Jún
- Júl
- August
- September
- Október
- November
- December
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: asi hodinou
few: asi %{count} hodinami
other: asi %{count} hodinami
about_x_months:
one: asi mesiacom
few: asi %{count} mesiacmi
other: asi %{count} mesiacmi
about_x_years:
one: asi rokom
few: asi %{count} rokmi
other: asi %{count} rokmi
almost_x_years:
one: takmer rokom
few: takmer %{count} rokmi
other: takmer %{count} rokmi
half_a_minute: pol minútou
less_than_x_minutes:
one: necelou minútou
few: necelými %{count} minútami
other: necelými %{count} minútami
less_than_x_seconds:
one: necelou sekundou
few: necelými %{count} sekundami
other: necelými %{count} sekundami
over_x_years:
one: viac ako rokom
few: viac ako %{count} rokmi
other: viac ako %{count} rokmi
x_days:
one: dňom
few: "%{count} dňami"
other: "%{count} dňami"
x_minutes:
one: minútou
few: "%{count} minútami"
other: "%{count} minútami"
x_months:
one: mesiacom
few: "%{count} mesiacmi"
other: "%{count} mesiacmi"
x_seconds:
one: sekundou
few: "%{count} sekundami"
other: "%{count} sekundami"
prompts:
day: Deň
hour: Hodina
minute: Minúta
month: Mesiac
second: Sekunda
year: Rok
errors:
format: "%{attribute} %{message}"
messages:
accepted: musí byť potvrdené
blank: je povinná položka
confirmation: nebolo potvrdené
empty: nesmie byť prázdny/e
equal_to: sa musí rovnať %{count}
even: musí byť párne číslo
exclusion: je vyhradené pre iný účel
greater_than: musí byť väčšie ako %{count}
greater_than_or_equal_to: musí byť väčšie alebo rovné %{count}
inclusion: nie je v zozname povolených hodnôt
invalid: nie je platná hodnota
less_than: musí byť menšie ako %{count}
less_than_or_equal_to: musí byť menšie alebo rovné %{count}
not_a_number: nie je číslo
not_an_integer: musí byť celé číslo
odd: musí byť nepárne číslo
record_invalid: 'Validácia neúspešná: %{errors}'
taken: ste už použili
too_long: je príliš dlhá/ý (max. %{count} znakov)
too_short: je príliš krátky/a (min. %{count} znakov)
wrong_length: nemá správnu dĺžku (očakáva sa %{count} znakov)
template:
body: 'Nasledujúce polia obsahujú chybne vyplnené údaje:'
header:
one: Pri ukladaní objektu %{model} došlo k chybám a nebolo ho možné uložiť
few: Pri ukladaní objektu %{model} došlo k %{count} chybám a nebolo ho možné
uložiť
other: Pri ukladaní objektu %{model} došlo k %{count} chybám a nebolo ho možné
uložiť
helpers:
select:
prompt: Prosím vyberte si
submit:
create: Vytvoriť %{model}
submit: Uložiť %{model}
update: Aktualizovať %{model}
number:
currency:
format:
delimiter: " "
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: " "
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Miliarda
million: Milión
quadrillion: Biliarda
thousand: Tisíc
trillion: Bilión
unit: ''
format:
delimiter: ''
precision: 1
significant: false
strip_insignificant_zeros: false
storage_units:
format: "%n %u"
units:
byte:
one: B
few: B
other: B
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: " "
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " a "
two_words_connector: " a "
words_connector: ", "
time:
am: dopoludnia
formats:
default: "%a %d. %B %Y %H:%M %z"
long: "%A %d. %B %Y %H:%M"
short: "%d.%m. %H:%M"
pm: popoludní

206
config/locales/rails.sl.yml Normal file
View File

@ -0,0 +1,206 @@
---
sl:
date:
abbr_day_names:
- ned
- pon
- tor
- sre
- čet
- pet
- sob
abbr_month_names:
-
- jan
- feb
- mar
- apr
- maj
- jun
- jul
- avg
- sep
- okt
- nov
- dec
day_names:
- nedelja
- ponedeljek
- torek
- sreda
- četrtek
- petek
- sobota
formats:
default: "%d.%m.%Y"
long: "%d. %b %Y"
short: "%d. %b"
month_names:
-
- januar
- februar
- marec
- april
- maj
- junij
- julij
- avgust
- september
- oktober
- november
- december
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
few: okoli %{count} ure
one: okoli 1 ura
other: okoli %{count} ur
two: okoli 2 uri
about_x_months:
few: okoli %{count} mesece
one: okoli 1 mesec
other: okoli %{count} mesecev
two: okoli 2 meseca
about_x_years:
few: okoli %{count} leta
one: okoli 1 leto
other: okoli %{count} let
two: okoli 2 leti
almost_x_years:
few: skoraj %{count} leta
one: skoraj 1 leto
other: skoraj %{count} let
two: skoraj 2 leti
half_a_minute: pol minute
less_than_x_minutes:
few: manj kot %{count} minute
one: manj kot ena minuta
other: manj kot %{count} minut
two: manj kot dve minuti
less_than_x_seconds:
few: manj kot %{count} sekunde
one: manj kot 1 sekunda
other: manj kot %{count} sekund
two: manj kot 2 sekundi
over_x_years:
few: več kot %{count} leta
one: več kot 1 leto
other: več kot %{count} let
two: več kot 2 leti
x_days:
few: "%{count} dnevi"
one: 1 dan
other: "%{count} dni"
two: 2 dneva
x_minutes:
few: "%{count} minute"
one: 1 minuta
other: "%{count} minut"
two: 2 minuti
x_months:
few: "%{count} mesece"
one: 1 mesec
other: "%{count} mesecev"
two: 2 meseca
x_seconds:
few: "%{count} sekunde"
one: 1 sekunda
other: "%{count} sekund"
two: 2 sekundi
prompts:
day: Dan
hour: Ura
minute: Minute
month: Mesec
second: Sekunde
year: Leto
errors:
format: "%{attribute} %{message}"
messages:
accepted: mora biti sprejeto
blank: ne sme biti prazno
confirmation: se ne ujema s potrditvijo
empty: ne sme biti prazno
equal_to: mora biti enako %{count}
even: mora biti sodo
exclusion: je rezervirano
greater_than: mora biti večje kot %{count}
greater_than_or_equal_to: mora biti večje ali enako %{count}
inclusion: ni vključeno v seznam
invalid: je nepravilno
less_than: mora biti manj kot %{count}
less_than_or_equal_to: mora biti manj ali enako %{count}
not_a_number: ni številka
odd: mora biti liho
record_invalid: ''
taken: je že zasedeno
too_long: je predolgo (dovoljeno je do %{count} znakov)
too_short: je prekratko (zahtevano je najmanj %{count} znakov)
wrong_length: je napačne dolžine (mora biti natančno %{count} znakov)
template:
body: 'Napačno izpolnjena polja:'
header:
few: "%{count} napake preprečujejo, da bi shranili %{model}"
one: Ena napaka preprečuje, da bi shranili %{model}
other: "%{count} napak preprečuje, da bi shranili %{model}"
two: Dve napaki preprečujeta, da bi shranili %{model}
number:
currency:
format:
delimiter: "."
format: "%u%n"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "€"
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
two: Bytes
few: Bytes
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " in "
two_words_connector: " in "
words_connector: ", "
time:
am: dopoldan
formats:
default: "%A, %d %b %Y ob %H:%M:%S"
long: "%d. %B, %Y ob %H:%M"
short: "%d. %b ob %H:%M"
pm: popoldan

205
config/locales/rails.sq.yml Normal file
View File

@ -0,0 +1,205 @@
---
sq:
date:
abbr_day_names:
- E Diel
- E Hënë
- E Martë
- E Mërkurë
- E Enjte
- E Premte
- E Shtunë
abbr_month_names:
-
- Janar
- Shkurt
- Mars
- Prill
- Maj
- Qershor
- Korrik
- Gusht
- Shtator
- Tetor
- Nëntor
- Dhjetor
day_names:
- E Diel
- E Hënë
- E Martë
- E Mërkurë
- E Enjte
- E Premte
- E Shtunë
formats:
default: "%m-%d-%Y"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- Janar
- Shkurt
- Mars
- Prill
- Maj
- Qershor
- Korrik
- Gusht
- Shtator
- Tetor
- Nëntor
- Dhjetor
order:
- :month
- :day
- :year
datetime:
distance_in_words:
about_x_hours:
one: rreth 1 orë
other: rreth %{count} orë
about_x_months:
one: rreth 1 muaj
other: rreth %{count} muaj
about_x_years:
one: rreth 1 vit
other: rreth %{count} vite
almost_x_years:
one: gati 1 vit
other: gati %{count} vite
half_a_minute: gjysëm minute
less_than_x_minutes:
one: më pak se një minutë
other: më pak se %{count} minuta
less_than_x_seconds:
one: më pak se 1 sekond
other: më pak se %{count} sekonda
over_x_years:
one: mbi 1 vit
other: mbi %{count} vite
x_days:
one: 1 ditë
other: "%{count} ditë"
x_minutes:
one: 1 minutë
other: "%{count} minuta"
x_months:
one: 1 muaj
other: "%{count} muaj"
x_seconds:
one: 1 sekond
other: "%{count} sekonda"
prompts:
day: Ditë
hour: Orë
minute: Minutë
month: Muaj
second: Sekond
year: Vit
errors:
format: "%{attribute} %{message}"
messages:
accepted: duhet të pranohet
blank: nuk mund të jetë bosh
present: duhet të jetë bosh
confirmation: nuk përputhet me %{attribute}
empty: nuk mund të jetë bosh
equal_to: duhet të përputhet me %{count}
even: duhet të jetë i barabartë
exclusion: është i rezervuar
greater_than: duhet të jetë më shumë se %{count}
greater_than_or_equal_to: duhet të jetë më shumë ose i barabartë me %{count}
inclusion: nuk është i përfshirë në list
invalid: është e palejuar
less_than: duhet të jetë më pak se %{count}
less_than_or_equal_to: duhet të jetë më pak ose i barabartë me %{count}
not_a_number: nuk është numër
not_an_integer: duhet të jetë numër
odd: duhet të jetë tek
record_invalid: 'Validimi dështoi: %{errors}'
restrict_dependent_destroy:
one: Nuk mund të fshini rekordin për shkak se një %{record} i varur ekziston
many: Nuk mund të fshini rekordin për shkak se %{record} të varura ekzistojnë
taken: është marrë tashmë
too_long:
one: është shumë i gjatë (maksimumi është 1 shkronjë)
other: është shumë i gjatë (maksimumi është %{count} shkronja)
too_short:
one: është shumë i shkurtër (minimumi është 1 shkronjë)
other: është shumë i shkurtër (minimumi është %{count} shkronja)
wrong_length:
one: është gjatësia e gabuar (duhet të jetë 1 shkronjë)
other: është gjatësia e gabuar (duhet të jetë %{count} shkronja)
other_than: duhet të jetë më shumë se %{count}
template:
body: 'Kishte probleme me formën e mëposhtme:'
header:
one: 1 veprim i gabuar e ndaloi këtë %{model} për t'u ruajtur
other: "%{count} veprime të gabuara e ndaluan këtë %{model} për t'u ruajtur"
helpers:
select:
prompt: Ju lutem zgjidhni
submit:
create: Krijo %{model}
submit: Ruaj %{model}
update: Ndrysho %{model}
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "LEK"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Bilion
million: Milion
quadrillion: Kuatrilion
thousand: Mijë
trillion: Trilion
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", dhe "
two_words_connector: " dhe "
words_connector: ", "
time:
am: në mëngjes
formats:
default: "%a, %d %b %Y %I:%M:%S %p %Z"
long: "%B %d, %Y %I:%M %p"
short: "%d %b %I:%M %p"
pm: mbasdite

237
config/locales/rails.sr.yml Normal file
View File

@ -0,0 +1,237 @@
---
sr:
date:
abbr_day_names:
- Нед
- Пон
- Уто
- Сре
- Чет
- Пет
- Суб
abbr_month_names:
-
- Јан
- Феб
- Мар
- Апр
- Мај
- Јун
- Јул
- Авг
- Сеп
- Окт
- Нов
- Дец
day_names:
- Недеља
- Понедељак
- Уторак
- Среда
- Четвртак
- Петак
- Субота
formats:
default: "%d/%m/%Y"
long: "%B %e, %Y"
short: "%e %b"
month_names:
-
- Јануар
- Фабруар
- Март
- Април
- Мај
- Јун
- Јул
- Август
- Септембар
- Октобар
- Новембар
- Децембар
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: око %{count} сат
few: око %{count} сата
many: око %{count} сати
other: око %{count} сати
about_x_months:
one: око %{count} месец
few: око %{count} месеца
many: око %{count} месеци
other: око %{count} месеци
about_x_years:
one: око %{count} године
few: око %{count} године
many: око %{count} година
other: око %{count} година
almost_x_years:
one: скоро %{count} година
few: скоро %{count} године
many: скоро %{count} година
other: скоро %{count} година
half_a_minute: пола минуте
less_than_x_minutes:
one: мање од %{count} минут
few: мање од %{count} минута
many: мање од %{count} минута
other: мање од %{count} минута
less_than_x_seconds:
few: мање од %{count} секунде
one: мање од %{count} секунд
many: мање од %{count} секунди
other: мање од %{count} секунди
over_x_years:
one: преко %{count} године
few: преко %{count} године
many: преко %{count} година
other: преко %{count} година
x_days:
one: "%{count} дан"
few: "%{count} дана"
many: "%{count} дана"
other: "%{count} дана"
x_minutes:
one: "%{count} минут"
few: "%{count} минута"
many: "%{count} минута"
other: "%{count} минута"
x_months:
one: "%{count} месец"
few: "%{count} месеца"
many: "%{count} месеци"
other: "%{count} месеци"
x_seconds:
one: "%{count} секунда"
few: "%{count} секунде"
many: "%{count} секунди"
other: "%{count} секунди"
prompts:
day: Дан
hour: Сат
minute: Минут
month: Месец
second: Секунд
year: Година
errors:
format: "%{attribute} %{message}"
messages:
accepted: мора бити прихваћено
blank: не сме бити празан
present: мора бити празан
confirmation: се не слаже са потврдом
empty: не сме бити празан
equal_to: мора бити једнак %{count}
even: мора бити паран
exclusion: је резервисан
greater_than: мора бити већи од %{count}
greater_than_or_equal_to: мора бити већи или једнак %{count}
inclusion: није у листи
invalid: није исправан
less_than: мора бити мањи од %{count}
less_than_or_equal_to: мора бити мањи или једнак %{count}
not_a_number: није број
not_an_integer: није цео број
odd: мора бити непаран
record_invalid: 'Валидација није успела: %{errors}'
restrict_dependent_destroy:
one: Није могуће обрисати запис јер постоји зависан %{record}
many: Није могуће обрисати запис јер постоје зависни %{record}
taken: је већ заузет
too_long:
one: је предугачак (максимум је %{count} знак)
few: је предугачак (максимум је %{count} знака)
many: је предугачак (максимум је %{count} знакова)
other: је предугачак (максимум је %{count} знакова)
too_short:
one: је прекратак (минимум је %{count} знак)
few: је прекратак (минимум је %{count} знака)
many: је прекратак (минимум је %{count} знакова)
other: је прекратак (минимум је %{count} знакова)
wrong_length:
one: није одговарајуће дужине (треба бити %{count} знак)
few: није одговарајуће дужине (треба бити %{count} знака)
many: није одговарајуће дужине (треба бити %{count} знакова)
other: није одговарајуће дужине (треба бити %{count} знакова)
other_than: мора бити различит од %{count}
template:
body: 'Молим Вас да проверите следећа поља:'
header:
one: 'Нисам успео сачувати %{model}: %{count} грешка.'
few: 'Нисам успео сачувати %{model}: %{count} грешке.'
many: 'Нисам успео сачувати %{model}: %{count} грешки.'
other: 'Нисам успео сачувати %{model}: %{count} грешки.'
helpers:
select:
prompt: Изаберите
submit:
create: Направи %{model}
submit: Сачувај %{model}
update: Измени %{model}
number:
currency:
format:
delimiter: ","
format: "%n %u"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: ДИН
format:
delimiter: "."
precision: 3
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
thousand: Хиљаду
million: Милион
billion: Милијарда
trillion: Трилион
quadrillion: Квадрилион
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: бајт
few: бајта
many: бајтова
other: бајтова
gb: ГБ
kb: КБ
mb: МБ
tb: ТБ
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", и "
two_words_connector: " и "
words_connector: ", "
time:
am: АМ
formats:
default: "%a %b %d %H:%M:%S %Z %Y"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: ПМ

199
config/locales/rails.sv.yml Normal file
View File

@ -0,0 +1,199 @@
---
sv:
date:
abbr_day_names:
- sön
- mån
- tis
- ons
- tor
- fre
- lör
abbr_month_names:
-
- jan
- feb
- mar
- apr
- maj
- jun
- jul
- aug
- sep
- okt
- nov
- dec
day_names:
- söndag
- måndag
- tisdag
- onsdag
- torsdag
- fredag
- lördag
formats:
default: "%Y-%m-%d"
long: "%e %B %Y"
short: "%e %b"
month_names:
-
- januari
- februari
- mars
- april
- maj
- juni
- juli
- augusti
- september
- oktober
- november
- december
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: ungefär en timme
other: ungefär %{count} timmar
about_x_months:
one: ungefär en månad
other: ungefär %{count} månader
about_x_years:
one: ungefär ett år
other: ungefär %{count} år
almost_x_years:
one: nästan ett år
other: nästan %{count} år
half_a_minute: en halv minut
less_than_x_minutes:
one: mindre än en minut
other: mindre än %{count} minuter
less_than_x_seconds:
one: mindre än en sekund
other: mindre än %{count} sekunder
over_x_years:
one: mer än ett år
other: mer än %{count} år
x_days:
one: en dag
other: "%{count} dagar"
x_minutes:
one: en minut
other: "%{count} minuter"
x_months:
one: en månad
other: "%{count} månader"
x_seconds:
one: en sekund
other: "%{count} sekunder"
prompts:
day: Dag
hour: Timme
minute: Minut
month: Månad
second: Sekund
year: År
errors:
format: "%{attribute} %{message}"
messages:
accepted: måste vara accepterad
blank: måste anges
present: får inte anges
confirmation: stämmer inte överens
empty: får ej vara tom
equal_to: måste vara samma som
even: måste vara jämnt
exclusion: är reserverat
greater_than: måste vara större än %{count}
greater_than_or_equal_to: måste vara större än eller lika med %{count}
inclusion: finns inte i listan
invalid: har fel format
less_than: måste vara mindre än %{count}
less_than_or_equal_to: måste vara mindre än eller lika med %{count}
not_a_number: är inte ett nummer
not_an_integer: måste vara ett heltal
odd: måste vara udda
record_invalid: 'Ett fel uppstod: %{errors}'
restrict_dependent_destroy:
one: Kan inte ta bort post då beroende %{record} finns
many: Kan inte ta bort poster då beroende %{record} finns
taken: används redan
too_long: är för lång (maximum är %{count} tecken)
too_short: är för kort (minimum är %{count} tecken)
wrong_length: har fel längd (ska vara %{count} tecken)
other_than: måste vara annat än %{count}
template:
body: 'Det var problem med följande fält:'
header:
one: Ett fel förhindrade denna %{model} från att sparas
other: "%{count} fel förhindrade denna %{model} från att sparas"
helpers:
select:
prompt: Välj
submit:
create: Skapa %{model}
submit: Spara %{model}
update: Ändra %{model}
number:
currency:
format:
delimiter: ''
format: "%n %u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: kr
format:
delimiter: ''
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Miljard
million: Miljon
quadrillion: Biljard
thousand: Tusen
trillion: Biljon
unit: ''
format:
delimiter: ''
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: " och "
two_words_connector: " och "
words_connector: ", "
time:
am: ''
formats:
default: "%a, %e %b %Y %H:%M:%S %z"
long: "%e %B %Y %H:%M"
short: "%e %b %H:%M"
pm: ''

191
config/locales/rails.sw.yml Normal file
View File

@ -0,0 +1,191 @@
---
sw:
date:
abbr_day_names:
- J2
- J3
- J4
- J5
- Al
- Ij
- J1
abbr_month_names:
-
- Jan
- Feb
- Mac
- Apr
- Mei
- Jun
- Jul
- Ago
- Sep
- Okt
- Nov
- Des
day_names:
- Jumapili
- Jumatatu
- Jumanne
- Jumatano
- Alhamisi
- Ijumaa
- Jumamosi
formats:
default: "%d-%m-%Y"
long: "%e %B, %Y"
short: "%e %b"
month_names:
-
- Mwezi wa kwanza
- Mwezi wa pili
- Mwezi wa tatu
- Mwezi wa nne
- Mwezi wa tano
- Mwezi wa sita
- Mwezi wa saba
- Mwezi wa nane
- Mwezi wa tisa
- Mwezi wa kumi
- Mwezi wa kumi na moja
- Mwezi wa kumi na mbili
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: kama saa limoja
other: kama masaa %{count}
about_x_months:
one: kama mwezi 1
other: kama miezi %{count}
about_x_years:
one: kama mwaka 1
other: kama miaka %{count}
almost_x_years:
one: karibia mwaka
other: karibia miaka %{count}
half_a_minute: nusu dakika
less_than_x_minutes:
one: chini ya dakika 1
other: chini ya dakika %{count}
less_than_x_seconds:
one: chini ya sekunde 1
other: chini ya sekunde %{count}
over_x_years:
one: zaidi ya mwaka 1
other: zaidi ya miaka %{count}
x_days:
one: siku 1
other: siku %{count}
x_minutes:
one: dakika 1
other: dakika %{count}
x_months:
one: mwezi 1
other: miezi %{count}
x_seconds:
one: sekunde 1
other: sekunde %{count}
prompts:
day: Siku
hour: Saa
minute: Dakika
month: Mwezi
second: Sekunde
year: Mwaka
errors:
format: "%{attribute} %{message}"
messages:
accepted: lazima ikubaliwe
blank: haitakiwi kuwa wazi
confirmation: haifanani na hapo chini
empty: haitakiwi kuwa tupu
equal_to: z/iwe sawa na %{count}
even: z/iwe shufwa
exclusion: haiwezi kutumika
greater_than: z/iwe zaidi ya %{count}
greater_than_or_equal_to: z/iwe sawa ama zaidi ya %{count}
inclusion: haipo kwenye orodha
invalid: haifai
less_than: z/isizidi %{count}
less_than_or_equal_to: z/iwe sawa na, ama chini ya %{count}
not_a_number: inaruhusiwa namba tu
not_an_integer: inaruhusiwa namba tu
odd: z/iwe witiri
record_invalid: 'Uhalalishaji umeshindikana: %{errors}'
taken: imesajiliwa
too_long: ndefu sana (isizidi herufi %{count})
too_short: fupi mno (isipungue herufi %{count})
wrong_length: idadi ya herufi hazilingani (inatakiwa %{count})
template:
body: 'Tafadhali kagua sehemu zifuatazo:'
header:
one: "%{model} haikuhifadhiwa kwa sababu moja."
other: "%{model} haikuhifadhiwa kwa sababu %{count}."
helpers:
select:
prompt: Tafadhali teua
submit:
create: Unda %{model}
submit: Akibisha %{model}
update: Sasaisha %{model}
number:
currency:
format:
delimiter: "."
format: "%n%u"
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
unit: "/="
format:
delimiter: "."
precision: 2
separator: ","
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: Bilioni
million: Milioni
quadrillion: Kuadrilioni
thousand: Elfu
trillion: Trilioni
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte: Baiti
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", na "
two_words_connector: " na "
words_connector: ", "
time:
am: am
formats:
default: "%a, %d %b %Y %H:%M:%S"
long: "%A, %e. %B %Y, %H:%M:%S"
short: "%e %b %Y %H:%M"
pm: pm

205
config/locales/rails.ta.yml Normal file
View File

@ -0,0 +1,205 @@
---
ta:
date:
abbr_day_names:
- ஞாயிறு
- திங்கள்
- செவ்வாய்
- புதன்
- வியாழன்
- வெள்ளி
- சனி
abbr_month_names:
-
- ஜன
- பிப்
- மார்ச்
- ஏப்
- மே
- ஜூன்
- ஜூலை
- ஆக
- செப்
- அக்
- நவ
- டிச
day_names:
- ஞாயிற்றுக்கிழமை
- திங்கட்கிழமை
- செவ்வாய்க்கிழமை
- புதன்கிழமை
- வியாழக்கிழமை
- வெள்ளிக்கிழமை
- சனிக்கிழமை
formats:
default: "%d-%m-%Y"
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- ஜனவரி
- பிப்ரவரி
- மார்ச்
- ஏப்ரல்
- மே
- ஜூன்
- ஜூலை
- ஆகஸ்ட்
- செப்டம்பர்
- அக்டோபர்
- நவம்பர்
- டிசம்பர்
order:
- :day
- :month
- :year
datetime:
distance_in_words:
about_x_hours:
one: சுமார் 1 மணி நேரம்
other: சுமார் %{count} மணி
about_x_months:
one: சுமார் 1 மாதம்
other: சுமார் %{count} மாதங்களுக்கு
about_x_years:
one: சுமார் 1 ஆண்டு
other: சுமார் %{count} ஆண்டுகள்
almost_x_years:
one: கிட்டத்தட்ட 1 ஆண்டு
other: கிட்டத்தட்ட %{count} ஆண்டுகள்
half_a_minute: அரை நிமிடம்
less_than_x_minutes:
one: ஒரு நிமிடத்திற்கும் குறைவாக
other: குறைவாக %{count} நிமிடங்கள்
less_than_x_seconds:
one: ஒரு வினாடிக்கும் குறைவாக
other: குறைவாக %{count} வினாடிகள்
over_x_years:
one: ஒரு ஆண்டிற்கு மேலாக
other: "%{count} ஆண்டிற்கு மேலாக"
x_days:
one: 1 நாள்
other: "%{count} நாட்கள்"
x_minutes:
one: 1 நிமிடம்
other: "%{count} நிமிடங்கள்"
x_months:
one: 1 மாதம்
other: "%{count} மாதங்கள்"
x_seconds:
one: 1 வினாடி
other: "%{count} விநாடிகள்"
prompts:
day: நாள்
hour: மணி
minute: நிமிடம்
month: மாதம்
second: விநாடிகள்
year: ஆண்டு
errors:
format: "%{attribute} %{message}"
messages:
accepted: ஏற்கப்பட வேண்டும்
blank: காலியாக இருக்க முடியாது
present: காலியாக இருக்க வேண்டும்
confirmation: "%{attribute} பொருந்தவில்லை"
empty: வெறுமையாக இருக்க முடியாது
equal_to: "%{count} சமமாக இருக்க வேண்டும்"
even: இரட்டைப்படை இருக்க வேண்டும்
exclusion: ஒதுக்கப்பட்டுள்ளது
greater_than: "%{count} ஐ விட அதிகமாக இருக்க வேண்டும்"
greater_than_or_equal_to: "%{count} அதிகமாக அல்லது சமமாக இருக்க வேண்டும்"
inclusion: பட்டியலில் சேர்க்கப்படவில்லை
invalid: செல்லுபடியானதல்ல
less_than: "%{count} ஐ விட குறைவாக இருக்க வேண்டும்"
less_than_or_equal_to: "%{count} குறைவாக அல்லது சமமாக இருக்க வேண்டும்"
not_a_number: ஒரு எண் அல்ல
not_an_integer: ஒரு முழு எண்ணாக இருக்க வேண்டும்
odd: ஒற்றைப்படை இருக்க வேண்டும்
record_invalid: 'சரிபார்த்தல் தோல்வியுற்றது: %{errors}'
restrict_dependent_destroy:
one: பதிவை நீக்க முடியாது, ஏனெனில் ஒரு சார்பு %{record} உள்ளது
many: பதிவை நீக்க முடியாது, ஏனெனில் சார்புகள் %{record} உள்ளது
taken: ஏற்கனவே எடுத்துகொள்ள பட்டது
too_long:
one: மிக நீளமாக உள்ளது (அதிகபட்சமாக ஒரு எழுத்து)
other: மிக நீளமாக உள்ளது (அதிகபட்சமாக %{count} எழுத்துக்கள்)
too_short:
one: மிகவும் குறுகியதாக உள்ளது (குறைந்தபட்சம் ஒரு எழுத்து)
other: மிகவும் குறுகியதாக உள்ளது (குறைந்தபட்சம் %{count} எழுத்துக்கள்)
wrong_length:
one: தவறான நீளம் (1 எழுத்து இருக்கவேண்டும்)
other: தவறான நீளம் (%{count} எழுத்துக்கள் இருக்கவேண்டும்)
other_than: "%{count} தவிர வேறு இருக்க வேண்டும்"
template:
body: 'பின்வரும் புலங்களில் பிரச்சினைகள் உள்ளது:'
header:
one: 1 பிழை இந்த %{model} ஐ சேமிக்க தடையாக உள்ளது
other: "%{count} பிழைகள் இந்த %{model} ஐ சேமிக்க தடையாக உள்ளது"
helpers:
select:
prompt: தேர்வு செய்க
submit:
create: "%{model} ஐ உருவாக்கு"
submit: "%{model} ஐ சேமி"
update: "%{model} ஐ புதுப்பி"
number:
currency:
format:
delimiter: ","
format: "%u%n"
precision: 2
separator: "."
significant: false
strip_insignificant_zeros: false
unit: "₹"
format:
delimiter: ","
precision: 3
separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
billion: பில்லியன்
million: மில்லியன்
quadrillion: குவாட்ரில்லியன்
thousand: ஆயிரம்
trillion: டிரில்லியன்
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
support:
array:
last_word_connector: ", மற்றும் "
two_words_connector: " மற்றும் "
words_connector: ", "
time:
am: மு.ப.
formats:
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: பி.ப.

Some files were not shown because too many files have changed in this diff Show More