tkh_menus 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.0.2
6
+
7
+ * Added German translation strings
8
+
9
+
5
10
  ## 0.0.1
6
11
 
7
12
  * Initial release
@@ -1,26 +1,25 @@
1
1
  de:
2
2
 
3
- are_you_sure: 'are you sure?'
4
- delete: 'delete'
5
- edit: 'edit'
6
- menus: 'menus'
7
-
8
-
3
+ are_you_sure: 'Bist Du sicher?'
4
+ delete: 'löschen'
5
+ edit: 'bearbeiten'
6
+ menus: 'Menüs'
7
+
9
8
  activerecord:
10
9
  attributes:
11
10
  menus:
12
- name: "name"
13
- path: 'path'
14
- parent: 'parent menu'
15
-
11
+ name: "Name"
12
+ path: 'Pfad'
13
+ parent: 'Haupmenü'
14
+
16
15
  menus:
17
- create_new: 'create new menu'
18
-
16
+ create_new: 'erstelle neues Menü'
17
+
19
18
  create:
20
- notice: 'The menu was successfully created.'
21
- warning: 'There was a problem saving the menu'
19
+ notice: 'Das Menü wurde erfolgreich erstellt.'
20
+ warning: 'Beim Speichern des Menüs ist ein Fehler aufgetreten'
22
21
  update:
23
- notice: 'The menu was successfully updated.'
24
- warning: 'There was a problem saving the menu'
22
+ notice: 'Das Menü wurde erfolgreich aktualisiert.'
23
+ warning: 'Beim Speichern des Menüs ist ein Fehler aufgetreten'
25
24
  destroy:
26
- notice: 'The menu was deleted'
25
+ notice: 'Das Menü wurde gelöscht'
@@ -5,7 +5,7 @@ namespace :tkh_menus do
5
5
  system 'rails g tkh_menus:create_or_update_locales -f'
6
6
  end
7
7
 
8
- desc "Update files. Skip existing migrations and blog layout. Force overwrite locales"
8
+ desc "Update files. Skip existing migrations. Force overwrite locales"
9
9
  task :update do
10
10
  system 'rails g tkh_menus:create_or_update_migrations -s'
11
11
  system 'rails g tkh_menus:create_or_update_locales -f'
@@ -1,3 +1,3 @@
1
1
  module TkhMenus
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_menus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-04 00:00:00.000000000 Z
12
+ date: 2012-09-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -166,7 +166,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
166
166
  version: '0'
167
167
  segments:
168
168
  - 0
169
- hash: 161706460802593679
169
+ hash: -758630460195800702
170
170
  required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  none: false
172
172
  requirements:
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  version: '0'
176
176
  segments:
177
177
  - 0
178
- hash: 161706460802593679
178
+ hash: -758630460195800702
179
179
  requirements: []
180
180
  rubyforge_project:
181
181
  rubygems_version: 1.8.23