10000 Add locale-specific pluralization keys · activeadmin/activeadmin@ab4b66c · GitHub
[go: up one dir, main page]

Skip to content

Commit ab4b66c

Browse files
committed
Add locale-specific pluralization keys
1 parent c680a9a commit ab4b66c

File tree

8 files changed

+34
-0
lines changed

8 files changed

+34
-0
lines changed

config/locales/ar.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ ar:
1313
destroy: حذف
1414
selection_toggle_explanation: "(تبديل التحديد)"
1515
successfully_destroyed:
16+
few: حُذف بنجاح %{count} %{plural_model}
17+
many: حُذف بنجاح %{count} %{plural_model}
1618
one: حُذف بنجاح %{model}
1719
other: حُذف بنجاح %{count} %{plural_model}
20+
two: حُذف بنجاح %{count} %{plural_model}
21+
zero: حُذف بنجاح %{count} %{plural_model}
1822
blank_slate:
1923
content: لا يوجد %{resource_name}
2024
link: إنشاء
@@ -100,8 +104,12 @@ ar:
100104
pagination:
101105
empty: لا يوجد %{model}
102106
entry:
107+
few: مدخلات
108+
many: مدخلات
103109
one: مدخل
104110
other: مدخلات
111+
two: مدخلات
112+
zero: مدخلات
105113
multiple: عرض <b>%{from}-%{to}</b> من <b>%{total}</b>
106114
multiple_without_total: عرض <b>%{from}-%{to}</b>
107115
next: التالي
@@ -141,8 +149,16 @@ ar:
141149
updated_at: وقت التعديل
142150
models:
143151
active_admin/comment:
152+
few: Comments
153+
many: Comments
144154
one: تعليق
145155
other: تعليقات
156+
two: Comments
157+
zero: Comments
146158
comment:
159+
few: Comments
160+
many: Comments
147161
one: تعليق
148162
other: تعليقات
163+
two: Comments
164+
zero: Comments

config/locales/bs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ bs:
145145
updated_at: Updated
146146
models:
147147
active_admin/comment:
148+
few: Comments
148149
one: Comment
149150
other: Comments
150151
comment:
152+
few: Comments
151153
one: Comment
152154
other: Comments

config/locales/cs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ cs:
144144
updated_at: Updated
145145
models:
146146
active_admin/comment:
147+
few: Comments
147148
one: Comment
148149
other: Comments
149150
comment:
151+
few: Comments
150152
one: Comment
151153
other: Comments

config/locales/hr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ hr:
145145
updated_at: Updated
146146
models:
147147
active_admin/comment:
148+
few: Comments
148149
one: Comment
149150
other: Comments
150151
comment:
152+
few: Comments
151153
one: Comment
152154
other: Comments

config/locales/lt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ lt:
1313
destroy: Šalinti
1414
selection_toggle_explanation: "(Žymėti)"
1515
successfully_destroyed:
16+
few: Sėkmingai pašalinti %{count} %{plural_model}
1617
one: Sėkmingai pašalintas 1 %{model}
1718
other: Sėkmingai pašalinti %{count} %{plural_model}
1819
blank_slate:
@@ -100,6 +101,7 @@ lt:
100101
pagination:
101102
empty: "%{model} nerastas"
102103
entry:
104+
few: įrašai
103105
one: įrašas
104106
other: įrašai
105107
multiple: Rodomi %{model} <b>%{from}&nbsp;-&nbsp;%{to} </ b> iš<b>%{total} </ b> iš viso
@@ -141,8 +143,10 @@ lt:
141143
updated_at: Updated
142144
models:
143145
active_admin/comment:
146+
few: Comments
144147
one: Comment
145148
other: Comments
146149
comment:
150+
few: Comments
147151
one: Comment
148152
other: Comments

config/locales/pl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ pl:
102102
pagination:
103103
empty: Nie znaleziono %{model}
104104
entry:
105+
few:
106+
many:
105107
one: wpis
106108
other: wpisów
107109
multiple: Wyświetlanie %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> z <b>%{total}</b>

config/locales/ro.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,10 @@ ro:
143143
updated_at: Updated
144144
models:
145145
active_admin/comment:
146+
few: Comments
146147
one: Comment
147148
other: Comments
148149
comment:
150+
few: Comments
149151
one: Comment
150152
other: Comments

config/locales/uk.yml

Lines changed: 4 additions & 0 deletions
< 7A67 table aria-label="Diff for: config/locales/uk.yml" class="tab-size width-full DiffLines-module__tableLayoutFixed--YZcIJ" data-diff-anchor="diff-ffe56b23b5ddeb4a0b8ca17a02f94c19e5904ad1b7f4418894b55031cfc3665d" data-tab-size="8" data-paste-markdown-skip="true" role="grid" style="--line-number-cell-width:44px;--line-number-cell-width-unified:88px">Original file line numberDiff line numberDiff line change
@@ -145,8 +145,12 @@ uk:
145145
updated_at: Updated
146146
models:
147147
active_admin/comment:
148+
few: Comments
149+
many: Comments
148150
one: Comment
149151
other: Comments
150152
comment:
153+
few: Comments
154+
many: Comments
151155
one: Comment
152156
other: Comments

0 commit comments

Comments
 (0)
0