bootstrap-wysihtml5-rails 0.3.1.14 → 0.3.1.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module BootstrapWysihtml5Rails
2
2
  module Rails
3
- VERSION = "0.3.1.14"
3
+ VERSION = "0.3.1.15"
4
4
  end
5
5
  end
@@ -46,4 +46,4 @@
46
46
  orange: "Oransj"
47
47
  }
48
48
  };
49
- ø(jQuery));
49
+ }(jQuery));
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Turkish translation for bootstrap-wysihtml5
3
+ */
4
+ (function($){
5
+ $.fn.wysihtml5.locale["tr-TR"] = {
6
+ font_styles: {
7
+ normal: "Normal",
8
+ h1: "Başlık 1",
9
+ h2: "Başlık 2",
10
+ h3: "Başlık 3"
11
+ },
12
+ emphasis: {
13
+ bold: "Kalın",
14
+ italic: "İtalik",
15
+ underline: "Altı Çizili"
16
+ },
17
+ lists: {
18
+ unordered: "Sırasız Liste",
19
+ ordered: "Sıralı Liste",
20
+ outdent: "Girintiyi Azalt",
21
+ indent: "Girintiyi Arttır"
22
+ },
23
+ link: {
24
+ insert: "Ekle",
25
+ cancel: "Vazgeç"
26
+ },
27
+ image: {
28
+ insert: "Ekle",
29
+ cancel: "Vazgeç"
30
+ },
31
+ html: {
32
+ edit: "HTML Göster"
33
+ },
34
+ colours: {
35
+ black: "Siyah",
36
+ silver: "Gümüş",
37
+ gray: "Gri",
38
+ maroon: "Vişne Çürüğü",
39
+ red: "Kırmızı",
40
+ purple: "Pembe",
41
+ green: "Yeşil",
42
+ olive: "Zeytin Yeşili",
43
+ navy: "Lacivert",
44
+ blue: "Mavi",
45
+ orange: "Turuncu"
46
+ }
47
+ };
48
+ }(jQuery));
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-wysihtml5-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.14
4
+ version: 0.3.1.15
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-12-23 00:00:00.000000000 Z
12
+ date: 2013-01-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -155,6 +155,7 @@ files:
155
155
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/ru-RU.js
156
156
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/sk-SK.js
157
157
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/sv-SE.js
158
+ - vendor/assets/javascripts/bootstrap-wysihtml5/locales/tr-TR.js
158
159
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/zh-CN.js
159
160
  - vendor/assets/javascripts/bootstrap-wysihtml5/wysihtml5.js
160
161
  - vendor/assets/stylesheets/bootstrap-wysihtml5/core.css
@@ -174,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
174
175
  version: '0'
175
176
  segments:
176
177
  - 0
177
- hash: -2396781461152925529
178
+ hash: 418475866782617745
178
179
  required_rubygems_version: !ruby/object:Gem::Requirement
179
180
  none: false
180
181
  requirements:
@@ -183,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
184
  version: '0'
184
185
  segments:
185
186
  - 0
186
- hash: -2396781461152925529
187
+ hash: 418475866782617745
187
188
  requirements: []
188
189
  rubyforge_project:
189
190
  rubygems_version: 1.8.24