diff --git a/config/locales/bg.yml b/config/locales/bg.yml index a1a018b..3419c36 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -59,6 +59,9 @@ bg: over_x_years: one: "over 1 year" other: "over {{count}} years" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/bs.yml b/config/locales/bs.yml index fb1a080..02e2897 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -59,6 +59,9 @@ bs: over_x_years: one: "preko 1 godine" other: "preko {{count}} godina" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: diff --git a/config/locales/ca.yml b/config/locales/ca.yml index edbf75c..c437173 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -59,6 +59,9 @@ ca: over_x_years: one: "més d'un any" other: "més de {{count}} anys" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/cs.yml b/config/locales/cs.yml index b6b14c3..500dfd6 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -59,6 +59,9 @@ cs: over_x_years: one: "více než 1 rok" other: "více než {{count}} roky" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/da.yml b/config/locales/da.yml index 4793420..8d911b7 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -62,6 +62,9 @@ da: over_x_years: one: "mere end et år" other: "mere end {{count}} år" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: diff --git a/config/locales/de.yml b/config/locales/de.yml index 3ba8d37..a009d2c 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -60,6 +60,9 @@ de: over_x_years: one: 'mehr als 1 Jahr' other: 'mehr als {{count}} Jahre' + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: diff --git a/config/locales/el.yml b/config/locales/el.yml index 36705d1..7e2c8a8 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -62,6 +62,9 @@ el: over_x_years: one: "πάνω από 1 χρόνο" other: "πάνω από {{count}} χρόνια" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/en.yml b/config/locales/en.yml index 41c5f2a..bcb8f57 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -59,6 +59,9 @@ en: over_x_years: one: "over 1 year" other: "over {{count}} years" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/es.yml b/config/locales/es.yml index 0421b25..646976f 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -94,6 +94,9 @@ es: over_x_years: one: "más de 1 año" other: "más de {{count}} años" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" activerecord: errors: diff --git a/config/locales/fi.yml b/config/locales/fi.yml index ef16cf7..81732f4 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -105,6 +105,9 @@ fi: over_x_years: one: "yli vuosi" other: "yli {{count}} vuotta" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" prompts: year: "Vuosi" month: "Kuukausi" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index e39d235..19c352f 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -63,6 +63,9 @@ fr: over_x_years: one: "plus d'un an" other: "plus de {{count}} ans" + almost_x_years: + one: "presqu'un an" + other: "presque {{count}} ans" prompts: year: "Année" month: "Mois" diff --git a/config/locales/gl.yml b/config/locales/gl.yml index ac5350f..5044183 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -105,6 +105,9 @@ gl: over_x_years: one: 'máis dun ano' other: '{{count}} anos' + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" now: 'agora' today: 'hoxe' tomorrow: 'mañá' diff --git a/config/locales/he.yml b/config/locales/he.yml index 868a9a8..a87e8aa 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -65,6 +65,9 @@ he: over_x_years: one: 'מעל שנה אחת' other: 'מעל {{count}} שנים' + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 69e2744..6d6c089 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -60,6 +60,9 @@ over_x_years: one: 'több, mint 1 év' other: 'több, mint {{count}} év' + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" prompts: year: "Év" month: "Hónap" diff --git a/config/locales/id.yml b/config/locales/id.yml index 56bce1b..52bce0f 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -57,6 +57,9 @@ id: over_x_years: one: "lebih dari setahun" other: "lebih dari {{count}} tahun" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: diff --git a/config/locales/it.yml b/config/locales/it.yml index 4e9debe..e86bc1d 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -63,6 +63,9 @@ it: over_x_years: one: "oltre un anno" other: "oltre {{count}} anni" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 0451934..106d601 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -63,6 +63,9 @@ ja: over_x_years: one: "1年以上" other: "{{count}}年以上" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 321defa..0de4214 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -64,6 +64,9 @@ ko: over_x_years: one: "일년 이상" other: "{{count}}년 이상" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" prompts: year: "년" month: "월" diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 0f48518..d82fd60 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -69,6 +69,9 @@ lt: over_x_years: one: "virš 1 metų" other: "virš {{count}} metų" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" prompts: year: "Metai" month: "Mėnuo" diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 0dc3119..dbe1f87 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -59,6 +59,9 @@ nl: over_x_years: one: "over 1 jaar" other: "over {{count}} jaren" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/no.yml b/config/locales/no.yml index 9e267a0..5c3041b 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -54,6 +54,9 @@ over_x_years: one: "over 1 år" other: "over {{count}} år" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: precision: 2 diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 93d0391..f7157da 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -93,6 +93,9 @@ pl: one: "ponad rok" few: "ponad {{count}} lata" other: "ponad {{count}} lat" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" activerecord: errors: diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index d0b0221..f82ea90 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -69,6 +69,9 @@ pt-BR: over_x_years: one: 'mais de 1 ano' other: 'mais de {{count}} anos' + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" # numeros number: diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 4f43aac..3bafc61 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -60,6 +60,9 @@ pt: over_x_years: one: "mais de 1 ano" other: "mais de {{count}} anos" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 0609d35..ee5851a 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -57,6 +57,9 @@ ro: over_x_years: one: "peste un an" other: "peste {{count}} ani" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 5fad31c..c635f01 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -137,6 +137,9 @@ ru: few: "больше {{count}} лет" many: "больше {{count}} лет" other: "больше {{count}} лет" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" prompts: year: "Год" month: "Месяц" diff --git a/config/locales/sk.yml b/config/locales/sk.yml index a9ce6a4..42ddba9 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -59,6 +59,9 @@ sk: over_x_years: one: "cez 1 rok" other: "cez {{count}} roky/ov" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/sl.yml b/config/locales/sl.yml index fdbcd87..af61d98 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -59,6 +59,9 @@ sl: over_x_years: one: "over 1 year" other: "over {{count}} years" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 6b6debb..7500680 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -70,6 +70,9 @@ over_x_years: one: 'преко 1 године' other: 'преко {{count}} године' + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: diff --git a/config/locales/sv.yml b/config/locales/sv.yml index ce38273..ca29886 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -93,6 +93,9 @@ sv: over_x_years: one: "mer än ett år" other: "mer än {{count}} år" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" activerecord: errors: diff --git a/config/locales/th.yml b/config/locales/th.yml index 1222190..e077cb4 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -59,6 +59,9 @@ th: over_x_years: one: "over 1 year" other: "over {{count}} years" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 9ac6674..77b25be 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -65,6 +65,9 @@ tr: over_x_years: one: '1 yıldan fazla' other: '{{count}} yıldan fazla' + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: format: diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 5b440e8..20f9756 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -59,6 +59,9 @@ uk: over_x_years: one: "over 1 year" other: "over {{count}} years" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" number: human: diff --git a/config/locales/vi.yml b/config/locales/vi.yml index d460084..bcec95f 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -94,6 +94,9 @@ vi: over_x_years: one: "hơn 1 năm" other: "hơn {{count}} năm" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" prompts: year: "Năm" month: "Tháng" diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 5743663..9ad6369 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -131,6 +131,9 @@ over_x_years: one: "超過 1 年" other: "超過 {{count}} 年" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" prompts: year: "年" month: "月" diff --git a/config/locales/zh.yml b/config/locales/zh.yml index f06e9fd..42d3d89 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -56,6 +56,9 @@ zh: over_x_years: one: "一年以上" other: "{{count}} 年以上" + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" prompts: year: "年" month: "月"