rails_admin-i18n 1.11.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/locales/pl.yml +3 -2
- data/rails_admin-i18n.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bba3d0bd6c4e1c47971a9651d04c2c04f2557f86
|
|
4
|
+
data.tar.gz: 851021ad74158dd337d5fc215f67f7cce8b90eaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f2afa3c292d0f611bacf8410ad4aab63620d86794ad2b10044fb8b6324679dd0024fb4a9fed0b734efdc88a169bf5c94197372eb537fedaf32c3c4edd3a09bd
|
|
7
|
+
data.tar.gz: 3c4cbab7a372a6d13cddfb20c7805a1ac050abe43ceddb108093a1107332f8a52b5163e7e045137288835fc7068958471f88aaeffc9d419a87adb24fb18ce543
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.11.
|
|
1
|
+
1.11.1
|
data/locales/pl.yml
CHANGED
|
@@ -9,7 +9,7 @@ pl:
|
|
|
9
9
|
dashboard:
|
|
10
10
|
breadcrumb: Dashboard
|
|
11
11
|
menu: Dashboard
|
|
12
|
-
title:
|
|
12
|
+
title: Panel administracyjny
|
|
13
13
|
delete:
|
|
14
14
|
breadcrumb: Usuń
|
|
15
15
|
done: usunięte
|
|
@@ -119,8 +119,9 @@ pl:
|
|
|
119
119
|
last_used: Ostatnio użyty
|
|
120
120
|
message: Wiadomość
|
|
121
121
|
model_name: Nazwa modelu
|
|
122
|
-
records:
|
|
122
|
+
records: Liczba rekordów
|
|
123
123
|
username: Użytkownik
|
|
124
|
+
last_created: Ostatni rekord utworozono
|
|
124
125
|
home:
|
|
125
126
|
name: Strona główna
|
|
126
127
|
pagination:
|
data/rails_admin-i18n.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: rails_admin-i18n 1.11.
|
|
5
|
+
# stub: rails_admin-i18n 1.11.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "rails_admin-i18n"
|
|
9
|
-
s.version = "1.11.
|
|
9
|
+
s.version = "1.11.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Nam Pham Trung"]
|
|
14
|
-
s.date = "
|
|
14
|
+
s.date = "2017-02-28"
|
|
15
15
|
s.description = "Translations for the rails_admin gem"
|
|
16
16
|
s.email = ["puma.puma07@gmail.com"]
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_admin-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.11.
|
|
4
|
+
version: 1.11.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nam Pham Trung
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|