tkh_toolbox 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 ADDED
@@ -0,0 +1,12 @@
1
+ # TKH Illustrations
2
+
3
+
4
+
5
+ ## 0.0.2
6
+
7
+ * Added a few translations
8
+
9
+
10
+ ## 0.0.1
11
+
12
+ * Initial deployment
@@ -1,6 +1,13 @@
1
1
  de:
2
2
 
3
+ actions: 'actions'
4
+ are_you_sure: 'Are you sure?'
3
5
  colon: ':'
6
+ delete: 'delete'
7
+ edit: 'edit'
8
+ list: 'list'
9
+ new: 'new'
10
+ name: 'name'
4
11
  question_mark: '?'
5
12
  question_mark_inverted: ''
6
13
  view: 'view'
@@ -1,6 +1,13 @@
1
1
  en:
2
-
2
+
3
+ actions: 'actions'
4
+ are_you_sure: 'Are you sure?'
3
5
  colon: ':'
6
+ delete: 'delete'
7
+ edit: 'edit'
8
+ list: 'list'
9
+ new: 'nouveau'
10
+ name: 'name'
4
11
  question_mark: '?'
5
12
  question_mark_inverted: ''
6
13
  view: 'view'
@@ -1,6 +1,13 @@
1
1
  es:
2
2
 
3
+ actions: 'actions'
4
+ are_you_sure: 'Are you sure?'
3
5
  colon: ':'
6
+ delete: 'delete'
7
+ edit: 'edit'
8
+ list: 'list'
9
+ new: 'new'
10
+ name: 'name'
4
11
  question_mark: '?'
5
12
  question_mark_inverted: '¿'
6
13
  view: 'ver'
@@ -1,6 +1,13 @@
1
1
  fr:
2
2
 
3
+ actions: 'actions'
4
+ are_you_sure: 'Etes vous sur ?'
3
5
  colon: ' :'
6
+ delete: 'supprimer'
7
+ edit: 'modifier'
8
+ list: 'liste'
9
+ new: 'nouveau'
10
+ name: 'nom'
4
11
  question_mark: ' ?'
5
12
  question_mark_inverted: ''
6
13
  view: 'voir'
@@ -1,6 +1,13 @@
1
1
  it:
2
2
 
3
+ actions: 'actions'
4
+ are_you_sure: 'Are you sure?'
3
5
  colon: ':'
6
+ delete: 'delete'
7
+ edit: 'edit'
8
+ list: 'list'
9
+ name: 'name'
10
+ new: 'new'
4
11
  question_mark: '?'
5
12
  question_mark_inverted: ''
6
13
  view: 'view'
@@ -1,3 +1,3 @@
1
1
  module TkhToolbox
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_toolbox
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:
@@ -19,6 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - .gitignore
22
+ - CHANGELOG.md
22
23
  - Gemfile
23
24
  - LICENSE.txt
24
25
  - README.md