kaminari-i18n 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6004fa5696bd92e6a8330b60c21897457904d2bd
4
- data.tar.gz: 95e8fb381e4c0b512c299d1c3c1838f44a806222
3
+ metadata.gz: f7d1490ccaa2f9a8fc923915c4c1349dec30c800
4
+ data.tar.gz: 6ccb479dedb49db68e4437c57286fd15c8da78b7
5
5
  SHA512:
6
- metadata.gz: 1254e491b484e603cf18449e56cc4f7c7bb79fe96921cd69d37d562b120762668020d869c23eeaa917b57ea2066b57d9c44947ffa3306b52e3e5cf879f4a0f3e
7
- data.tar.gz: a6e2915d0ae6b90e4b29572bf4c9e2582af0e8e1be6af825d6c86e12c06f2e28c0b8156ab271269d1ba1b2615963e7902f6a9831d8989dbaa9f4166303a6502f
6
+ metadata.gz: a1f949e155a02d51b539ba0bf2920f225fd6d7ce46cce395b6429f04caac2155c732fbb716a9f7f923253997614d9e489ac9052f77a80de3cc9df578acff8641
7
+ data.tar.gz: 0cb49b0a94d229a6e52d9b09376d57e45dbea8a2d0df66215d768fdbe17703c905a07b0b373acc1cf4b7401bc5654c9d75598d3dcc5087855b1da48b60838d21
@@ -1,2 +1,2 @@
1
1
  rvm:
2
- - 2.2.1
2
+ - 2.2.7
@@ -2,17 +2,17 @@ cs:
2
2
  helpers:
3
3
  page_entries_info:
4
4
  more_pages:
5
- display_entries: "Zobrazuji %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> z <b>%{total} celkových</b>"
5
+ display_entries: Zobrazuji %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> z <b>%{total} celkových</b>
6
6
  one_page:
7
7
  display_entries:
8
+ few: Zobrazuji <b>%{count}</b> %{entry_name}
8
9
  zero: "Žádná položka nenalezena"
9
- one: "Zobrazuji <b>%{count}</b> položku"
10
- few: "Zobrazuji <b>%{count}</b> položky"
11
- other: "Zobrazuji <b>%{count}</b> položky"
10
+ one: Zobrazuji <b>%{count}</b> %{entry_name}
11
+ other: Zobrazuji <b>%{count}</b> %{entry_name}
12
12
  views:
13
13
  pagination:
14
14
  first: "&laquo; První"
15
- last: "Poslední &raquo;"
16
- next: "Další &rsaquo;"
15
+ last: Poslední &raquo;
16
+ next: Další &rsaquo;
17
17
  previous: "&lsaquo; Předchozí"
18
18
  truncate: "&hellip;"
@@ -0,0 +1,16 @@
1
+ da:
2
+ helpers:
3
+ page_entries_info:
4
+ more_pages:
5
+ display_entries: Viser %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> af <b>%{total}</b>
6
+ one_page:
7
+ display_entries:
8
+ one: Viser <b>%{count}</b> %{entry_name}
9
+ other: Viser <b>alle %{count}</b> %{entry_name}
10
+ views:
11
+ pagination:
12
+ first: "&laquo; Første"
13
+ last: Sidste &raquo;
14
+ next: Næste &rsaquo;
15
+ previous: "&lsaquo; Forrige"
16
+ truncate: "&hellip;"
@@ -9,8 +9,8 @@ hi:
9
9
  other: "प्रदर्शित <b>%{count}</b> %{entry_name}"
10
10
  views:
11
11
  pagination:
12
- first:
13
- last:
12
+ first: "&laquo; पहला"
13
+ last: "आखरी &raquo;"
14
14
  next: "अगला &rsaquo;"
15
15
  previous: "&lsaquo; पिछला"
16
16
  truncate: "&hellip;"
@@ -0,0 +1,18 @@
1
+ hr:
2
+ helpers:
3
+ page_entries_info:
4
+ more_pages:
5
+ display_entries: Prikazano %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> od <b>%{total}</b> ukupnih
6
+ one_page:
7
+ display_entries:
8
+ few: Prikazano <b>par %{count}</b> %{entry_name}
9
+ many: Prikazano <b>svih %{count}</b> %{entry_name}
10
+ one: Prikazano <b>%{count}</b> %{entry_name}
11
+ other: Prikazano <b>svih %{count}</b> %{entry_name}
12
+ views:
13
+ pagination:
14
+ first: "&laquo Prvo"
15
+ last: Zadnje &raquo;
16
+ next: Slijedeće &rsaquo;
17
+ previous: "&lsaquo; Prethodno"
18
+ truncate: "&hellip;"
@@ -4,11 +4,11 @@ hu:
4
4
  more_pages:
5
5
  display_entries: "%{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> megjelenítve (összesen <b>%{total}</b>)"
6
6
  one_page:
7
- display_entries: "<b>Mind a %{count}</b> %{entry_name} megjelenítve"
7
+ display_entries: "<b>Mind a(z) %{count}</b> %{entry_name} megjelenítve"
8
8
  views:
9
9
  pagination:
10
- first:
11
- last:
10
+ first: "&laquo; Első"
11
+ last: Utolsó &raquo;
12
12
  next: Következő &rsaquo;
13
13
  previous: "&lsaquo; Előző"
14
14
  truncate: "&hellip;"
@@ -5,8 +5,8 @@ lt:
5
5
  display_entries: Rodomi %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> iš <b>%{total}</b>
6
6
  one_page:
7
7
  display_entries:
8
- one: Rodomas <b>%{count}</b> %{entry_name}
9
8
  few: Rodomi <b>visi %{count}</b> %{entry_name}
9
+ one: Rodomas <b>%{count}</b> %{entry_name}
10
10
  other: Rodomi <b>visi %{count}</b> %{entry_name}
11
11
  zero: "%{entry_name} nerastas"
12
12
  views:
@@ -0,0 +1,14 @@
1
+ th:
2
+ helpers:
3
+ page_entries_info:
4
+ more_pages:
5
+ display_entries: "กำลังแสดงผล %{entry_name} <b>%{first}&nbps;-&nbps;%{last}</b> จากทั้งหมด <b>%{total}</b> หน้า"
6
+ one_page:
7
+ display_entries: "กำลังแสดงผล <b>ทั้งหมด %{count}</b> %{entry_name}"
8
+ views:
9
+ pagination:
10
+ first: "&laquo; หน้าแรก"
11
+ last: "หน้าสุดท้าย &raquo;"
12
+ next: "ถัดไป &rsaquo;"
13
+ previous: "&lsaquo; ก่อนหน้า"
14
+ truncate: "&hellip;"
@@ -1,3 +1,3 @@
1
1
  module KaminariI18n
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaminari-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Dell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-31 00:00:00.000000000 Z
11
+ date: 2018-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -125,12 +125,14 @@ files:
125
125
  - config/locales/az.yml
126
126
  - config/locales/ca.yml
127
127
  - config/locales/cs.yml
128
+ - config/locales/da.yml
128
129
  - config/locales/de.yml
129
130
  - config/locales/en.yml
130
131
  - config/locales/es.yml
131
132
  - config/locales/fi.yml
132
133
  - config/locales/fr.yml
133
134
  - config/locales/hi.yml
135
+ - config/locales/hr.yml
134
136
  - config/locales/hu.yml
135
137
  - config/locales/id.yml
136
138
  - config/locales/is.yml
@@ -148,6 +150,7 @@ files:
148
150
  - config/locales/ru.yml
149
151
  - config/locales/sk.yml
150
152
  - config/locales/sv.yml
153
+ - config/locales/th.yml
151
154
  - config/locales/tr.yml
152
155
  - config/locales/uk.yml
153
156
  - config/locales/zh-CN.yml