summernote-rails 0.8.10.0 → 0.8.12.0

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.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +53 -13
  3. data/lib/summernote-rails/version.rb +1 -1
  4. data/vendor/assets/fonts/summernote.eot +0 -0
  5. data/vendor/assets/fonts/summernote.ttf +0 -0
  6. data/vendor/assets/fonts/summernote.woff +0 -0
  7. data/vendor/assets/javascripts/summernote/lang/summernote-ar-AR.js +18 -17
  8. data/vendor/assets/javascripts/summernote/lang/summernote-bg-BG.js +18 -17
  9. data/vendor/assets/javascripts/summernote/lang/summernote-ca-ES.js +17 -17
  10. data/vendor/assets/javascripts/summernote/lang/summernote-cs-CZ.js +18 -17
  11. data/vendor/assets/javascripts/summernote/lang/summernote-da-DK.js +24 -24
  12. data/vendor/assets/javascripts/summernote/lang/summernote-de-DE.js +71 -69
  13. data/vendor/assets/javascripts/summernote/lang/summernote-el-GR.js +17 -17
  14. data/vendor/assets/javascripts/summernote/lang/summernote-es-ES.js +17 -17
  15. data/vendor/assets/javascripts/summernote/lang/summernote-es-EU.js +17 -17
  16. data/vendor/assets/javascripts/summernote/lang/summernote-fa-IR.js +17 -17
  17. data/vendor/assets/javascripts/summernote/lang/summernote-fi-FI.js +66 -66
  18. data/vendor/assets/javascripts/summernote/lang/summernote-fr-FR.js +19 -19
  19. data/vendor/assets/javascripts/summernote/lang/summernote-gl-ES.js +18 -18
  20. data/vendor/assets/javascripts/summernote/lang/summernote-he-IL.js +17 -17
  21. data/vendor/assets/javascripts/summernote/lang/summernote-hr-HR.js +17 -17
  22. data/vendor/assets/javascripts/summernote/lang/summernote-hu-HU.js +17 -17
  23. data/vendor/assets/javascripts/summernote/lang/summernote-id-ID.js +59 -59
  24. data/vendor/assets/javascripts/summernote/lang/summernote-it-IT.js +17 -17
  25. data/vendor/assets/javascripts/summernote/lang/summernote-ja-JP.js +23 -23
  26. data/vendor/assets/javascripts/summernote/lang/summernote-ko-KR.js +61 -59
  27. data/vendor/assets/javascripts/summernote/lang/summernote-lt-LT.js +17 -17
  28. data/vendor/assets/javascripts/summernote/lang/summernote-lt-LV.js +17 -17
  29. data/vendor/assets/javascripts/summernote/lang/summernote-mn-MN.js +17 -17
  30. data/vendor/assets/javascripts/summernote/lang/summernote-nb-NO.js +17 -17
  31. data/vendor/assets/javascripts/summernote/lang/summernote-nl-NL.js +48 -48
  32. data/vendor/assets/javascripts/summernote/lang/summernote-pl-PL.js +52 -52
  33. data/vendor/assets/javascripts/summernote/lang/summernote-pt-BR.js +37 -36
  34. data/vendor/assets/javascripts/summernote/lang/summernote-pt-PT.js +59 -58
  35. data/vendor/assets/javascripts/summernote/lang/summernote-ro-RO.js +17 -17
  36. data/vendor/assets/javascripts/summernote/lang/summernote-ru-RU.js +17 -17
  37. data/vendor/assets/javascripts/summernote/lang/summernote-sk-SK.js +17 -17
  38. data/vendor/assets/javascripts/summernote/lang/summernote-sl-SI.js +17 -17
  39. data/vendor/assets/javascripts/summernote/lang/summernote-sr-RS-Latin.js +17 -17
  40. data/vendor/assets/javascripts/summernote/lang/summernote-sr-RS.js +17 -17
  41. data/vendor/assets/javascripts/summernote/lang/summernote-sv-SE.js +17 -17
  42. data/vendor/assets/javascripts/summernote/lang/summernote-ta-IN.js +17 -17
  43. data/vendor/assets/javascripts/summernote/lang/summernote-th-TH.js +35 -35
  44. data/vendor/assets/javascripts/summernote/lang/summernote-tr-TR.js +17 -17
  45. data/vendor/assets/javascripts/summernote/lang/summernote-uk-UA.js +17 -17
  46. data/vendor/assets/javascripts/summernote/lang/summernote-uz-UZ.js +15 -15
  47. data/vendor/assets/javascripts/summernote/lang/summernote-vi-VN.js +17 -17
  48. data/vendor/assets/javascripts/summernote/lang/summernote-zh-CN.js +25 -25
  49. data/vendor/assets/javascripts/summernote/lang/summernote-zh-TW.js +17 -17
  50. data/vendor/assets/javascripts/summernote/plugin/databasic/summernote-ext-databasic.js +18 -18
  51. data/vendor/assets/javascripts/summernote/plugin/hello/summernote-ext-hello.js +4 -4
  52. data/vendor/assets/javascripts/summernote/plugin/specialchars/summernote-ext-specialchars.js +7 -7
  53. data/vendor/assets/javascripts/summernote/summernote-bs4.js +7710 -7265
  54. data/vendor/assets/javascripts/summernote/summernote-bs4.min.js +2 -2
  55. data/vendor/assets/javascripts/summernote/summernote-lite.js +8251 -7777
  56. data/vendor/assets/javascripts/summernote/summernote-lite.min.js +3 -0
  57. data/vendor/assets/javascripts/summernote/summernote.js +7704 -7257
  58. data/vendor/assets/javascripts/summernote/summernote.min.js +2 -2
  59. data/vendor/assets/stylesheets/summernote-bs4.css +1 -1
  60. data/vendor/assets/stylesheets/summernote-lite.css +1 -1
  61. data/vendor/assets/stylesheets/summernote.css +1 -1
  62. metadata +4 -5
  63. data/vendor/assets/stylesheets/summernote-custom-theme.css +0 -28
  64. data/vendor/assets/stylesheets/summernote-custom-theme.min.css +0 -1
@@ -11,7 +11,7 @@
11
11
  strikethrough: 'Przekreślenie',
12
12
  subscript: 'Indeks dolny',
13
13
  superscript: 'Indeks górny',
14
- size: 'Rozmiar'
14
+ size: 'Rozmiar',
15
15
  },
16
16
  image: {
17
17
  image: 'Grafika',
@@ -33,14 +33,14 @@
33
33
  maximumFileSizeError: 'Przekroczono limit wielkości pliku.',
34
34
  url: 'Adres URL grafiki',
35
35
  remove: 'Usuń grafikę',
36
- original: 'Original'
36
+ original: 'Oryginał',
37
37
  },
38
38
  video: {
39
39
  video: 'Wideo',
40
40
  videoLink: 'Adres wideo',
41
41
  insert: 'Wstaw wideo',
42
42
  url: 'Adres wideo',
43
- providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion lub Youku)'
43
+ providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion lub Youku)',
44
44
  },
45
45
  link: {
46
46
  link: 'Odnośnik',
@@ -49,23 +49,23 @@
49
49
  edit: 'Edytuj',
50
50
  textToDisplay: 'Tekst do wyświetlenia',
51
51
  url: 'Na jaki adres URL powinien przenosić ten odnośnik?',
52
- openInNewWindow: 'Otwórz w nowym oknie'
52
+ openInNewWindow: 'Otwórz w nowym oknie',
53
53
  },
54
54
  table: {
55
55
  table: 'Tabela',
56
- addRowAbove: 'Add row above',
57
- addRowBelow: 'Add row below',
58
- addColLeft: 'Add column left',
59
- addColRight: 'Add column right',
60
- delRow: 'Delete row',
61
- delCol: 'Delete column',
62
- delTable: 'Delete table'
56
+ addRowAbove: 'Dodaj wiersz powyżej',
57
+ addRowBelow: 'Dodaj wiersz poniżej',
58
+ addColLeft: 'Dodaj kolumnę po lewej',
59
+ addColRight: 'Dodaj kolumnę po prawej',
60
+ delRow: 'Usuń wiersz',
61
+ delCol: 'Usuń kolumnę',
62
+ delTable: 'Usuń tabelę',
63
63
  },
64
64
  hr: {
65
- insert: 'Wstaw poziomą linię'
65
+ insert: 'Wstaw poziomą linię',
66
66
  },
67
67
  style: {
68
- style: 'Style',
68
+ style: 'Styl',
69
69
  p: 'pny',
70
70
  blockquote: 'Cytat',
71
71
  pre: 'Kod',
@@ -74,16 +74,16 @@
74
74
  h3: 'Nagłówek 3',
75
75
  h4: 'Nagłówek 4',
76
76
  h5: 'Nagłówek 5',
77
- h6: 'Nagłówek 6'
77
+ h6: 'Nagłówek 6',
78
78
  },
79
79
  lists: {
80
80
  unordered: 'Lista wypunktowana',
81
- ordered: 'Lista numerowana'
81
+ ordered: 'Lista numerowana',
82
82
  },
83
83
  options: {
84
84
  help: 'Pomoc',
85
85
  fullscreen: 'Pełny ekran',
86
- codeview: 'Źródło'
86
+ codeview: 'Źródło',
87
87
  },
88
88
  paragraph: {
89
89
  paragraph: 'Akapit',
@@ -92,7 +92,7 @@
92
92
  left: 'Wyrównaj do lewej',
93
93
  center: 'Wyrównaj do środka',
94
94
  right: 'Wyrównaj do prawej',
95
- justify: 'Wyrównaj do lewej i prawej'
95
+ justify: 'Wyrównaj do lewej i prawej',
96
96
  },
97
97
  color: {
98
98
  recent: 'Ostani kolor',
@@ -101,8 +101,8 @@
101
101
  foreground: 'Czcionka',
102
102
  transparent: 'Przeźroczysty',
103
103
  setTransparent: 'Przeźroczyste',
104
- reset: 'Reset',
105
- resetToDefault: 'Domyślne'
104
+ reset: 'Zresetuj',
105
+ resetToDefault: 'Domyślne',
106
106
  },
107
107
  shortcut: {
108
108
  shortcuts: 'Skróty klawiaturowe',
@@ -111,45 +111,45 @@
111
111
  action: 'Akcja',
112
112
  paragraphFormatting: 'Formatowanie akapitu',
113
113
  documentStyle: 'Styl dokumentu',
114
- extraKeys: 'Dodatkowe klawisze'
114
+ extraKeys: 'Dodatkowe klawisze',
115
115
  },
116
116
  help: {
117
- 'insertParagraph': 'Insert Paragraph',
118
- 'undo': 'Undoes the last command',
119
- 'redo': 'Redoes the last command',
120
- 'tab': 'Tab',
121
- 'untab': 'Untab',
122
- 'bold': 'Set a bold style',
123
- 'italic': 'Set a italic style',
124
- 'underline': 'Set a underline style',
125
- 'strikethrough': 'Set a strikethrough style',
126
- 'removeFormat': 'Clean a style',
127
- 'justifyLeft': 'Set left align',
128
- 'justifyCenter': 'Set center align',
129
- 'justifyRight': 'Set right align',
130
- 'justifyFull': 'Set full align',
131
- 'insertUnorderedList': 'Toggle unordered list',
132
- 'insertOrderedList': 'Toggle ordered list',
133
- 'outdent': 'Outdent on current paragraph',
134
- 'indent': 'Indent on current paragraph',
135
- 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
136
- 'formatH1': 'Change current block\'s format as H1',
137
- 'formatH2': 'Change current block\'s format as H2',
138
- 'formatH3': 'Change current block\'s format as H3',
139
- 'formatH4': 'Change current block\'s format as H4',
140
- 'formatH5': 'Change current block\'s format as H5',
141
- 'formatH6': 'Change current block\'s format as H6',
142
- 'insertHorizontalRule': 'Insert horizontal rule',
143
- 'linkDialog.show': 'Show Link Dialog'
117
+ 'insertParagraph': 'Wstaw paragraf',
118
+ 'undo': 'Cofnij poprzednią operację',
119
+ 'redo': 'Przywróć poprzednią operację',
120
+ 'tab': 'Tabulacja',
121
+ 'untab': 'Usuń tabulację',
122
+ 'bold': 'Pogrubienie',
123
+ 'italic': 'Kursywa',
124
+ 'underline': 'Podkreślenie',
125
+ 'strikethrough': 'Przekreślenie',
126
+ 'removeFormat': 'Usuń formatowanie',
127
+ 'justifyLeft': 'Wyrównaj do lewej',
128
+ 'justifyCenter': 'Wyrównaj do środka',
129
+ 'justifyRight': 'Wyrównaj do prawej',
130
+ 'justifyFull': 'Justyfikacja',
131
+ 'insertUnorderedList': 'Nienumerowana lista',
132
+ 'insertOrderedList': 'Wypunktowana lista',
133
+ 'outdent': 'Zmniejsz wcięcie paragrafu',
134
+ 'indent': 'Zwiększ wcięcie paragrafu',
135
+ 'formatPara': 'Zamień format bloku na paragraf (tag P)',
136
+ 'formatH1': 'Zamień format bloku na H1',
137
+ 'formatH2': 'Zamień format bloku na H2',
138
+ 'formatH3': 'Zamień format bloku na H3',
139
+ 'formatH4': 'Zamień format bloku na H4',
140
+ 'formatH5': 'Zamień format bloku na H5',
141
+ 'formatH6': 'Zamień format bloku na H6',
142
+ 'insertHorizontalRule': 'Wstaw poziomą linię',
143
+ 'linkDialog.show': 'Pokaż dialog linkowania',
144
144
  },
145
145
  history: {
146
146
  undo: 'Cofnij',
147
- redo: 'Ponów'
147
+ redo: 'Ponów',
148
148
  },
149
149
  specialChar: {
150
- specialChar: 'SPECIAL CHARACTERS',
151
- select: 'Select Special characters'
152
- }
153
- }
150
+ specialChar: 'ZNAKI SPECJALNE',
151
+ select: 'Wybierz Znak specjalny',
152
+ },
153
+ },
154
154
  });
155
155
  })(jQuery);
@@ -9,38 +9,38 @@
9
9
  height: 'Altura da linha',
10
10
  name: 'Fonte',
11
11
  strikethrough: 'Riscado',
12
- subscript: 'Subscript',
13
- superscript: 'Superscript',
14
- size: 'Tamanho da fonte'
12
+ subscript: 'Subscrito',
13
+ superscript: 'Sobrescrito',
14
+ size: 'Tamanho da fonte',
15
15
  },
16
16
  image: {
17
17
  image: 'Imagem',
18
18
  insert: 'Inserir imagem',
19
19
  resizeFull: 'Redimensionar Completamente',
20
20
  resizeHalf: 'Redimensionar pela Metade',
21
- resizeQuarter: 'Redimensionar um Quarto',
21
+ resizeQuarter: 'Redimensionar a um Quarto',
22
22
  floatLeft: 'Flutuar para Esquerda',
23
- floatRight: 'Flutuar para Direira',
23
+ floatRight: 'Flutuar para Direita',
24
24
  floatNone: 'Não Flutuar',
25
- shapeRounded: 'Shape: Rounded',
26
- shapeCircle: 'Shape: Circle',
27
- shapeThumbnail: 'Shape: Thumbnail',
28
- shapeNone: 'Shape: None',
29
- dragImageHere: 'Arraste uma imagem para cá',
30
- dropImage: 'Drop image or Text',
25
+ shapeRounded: 'Forma: Arredondado',
26
+ shapeCircle: 'Forma: Círculo',
27
+ shapeThumbnail: 'Forma: Miniatura',
28
+ shapeNone: 'Forma: Nenhum',
29
+ dragImageHere: 'Arraste Imagem ou Texto para cá',
30
+ dropImage: 'Solte Imagem ou Texto',
31
31
  selectFromFiles: 'Selecione a partir dos arquivos',
32
- maximumFileSize: 'Maximum file size',
33
- maximumFileSizeError: 'Maximum file size exceeded.',
32
+ maximumFileSize: 'Tamanho máximo do arquivo',
33
+ maximumFileSizeError: 'Tamanho máximo do arquivo excedido.',
34
34
  url: 'URL da imagem',
35
- remove: 'Remove Image',
36
- original: 'Original'
35
+ remove: 'Remover Imagem',
36
+ original: 'Original',
37
37
  },
38
38
  video: {
39
39
  video: 'Vídeo',
40
40
  videoLink: 'Link para vídeo',
41
41
  insert: 'Inserir vídeo',
42
42
  url: 'URL do vídeo?',
43
- providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)'
43
+ providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)',
44
44
  },
45
45
  link: {
46
46
  link: 'Link',
@@ -48,25 +48,25 @@
48
48
  unlink: 'Remover link',
49
49
  edit: 'Editar',
50
50
  textToDisplay: 'Texto para exibir',
51
- url: 'Para qual URL esse link leva?',
52
- openInNewWindow: 'Abrir em uma nova janela'
51
+ url: 'Para qual URL este link leva?',
52
+ openInNewWindow: 'Abrir em uma nova janela',
53
53
  },
54
54
  table: {
55
55
  table: 'Tabela',
56
56
  addRowAbove: 'Adicionar linha acima',
57
57
  addRowBelow: 'Adicionar linha abaixo',
58
- addColLeft: 'Adicionar coluna a esquerda',
59
- addColRight: 'Adicionar coluna a direita',
58
+ addColLeft: 'Adicionar coluna à esquerda',
59
+ addColRight: 'Adicionar coluna à direita',
60
60
  delRow: 'Excluir linha',
61
61
  delCol: 'Excluir coluna',
62
- delTable: 'Delete table'
62
+ delTable: 'Excluir tabela',
63
63
  },
64
64
  hr: {
65
- insert: 'Inserir linha horizontal'
65
+ insert: 'Linha horizontal',
66
66
  },
67
67
  style: {
68
68
  style: 'Estilo',
69
- normal: 'Normal',
69
+ p: 'Normal',
70
70
  blockquote: 'Citação',
71
71
  pre: 'Código',
72
72
  h1: 'Título 1',
@@ -74,16 +74,16 @@
74
74
  h3: 'Título 3',
75
75
  h4: 'Título 4',
76
76
  h5: 'Título 5',
77
- h6: 'Título 6'
77
+ h6: 'Título 6',
78
78
  },
79
79
  lists: {
80
80
  unordered: 'Lista com marcadores',
81
- ordered: 'Lista numerada'
81
+ ordered: 'Lista numerada',
82
82
  },
83
83
  options: {
84
84
  help: 'Ajuda',
85
85
  fullscreen: 'Tela cheia',
86
- codeview: 'Ver código-fonte'
86
+ codeview: 'Ver código-fonte',
87
87
  },
88
88
  paragraph: {
89
89
  paragraph: 'Parágrafo',
@@ -92,7 +92,7 @@
92
92
  left: 'Alinhar à esquerda',
93
93
  center: 'Alinhar ao centro',
94
94
  right: 'Alinha à direita',
95
- justify: 'Justificado'
95
+ justify: 'Justificado',
96
96
  },
97
97
  color: {
98
98
  recent: 'Cor recente',
@@ -102,7 +102,8 @@
102
102
  transparent: 'Transparente',
103
103
  setTransparent: 'Fundo transparente',
104
104
  reset: 'Restaurar',
105
- resetToDefault: 'Restaurar padrão'
105
+ resetToDefault: 'Restaurar padrão',
106
+ cpSelect: 'Selecionar',
106
107
  },
107
108
  shortcut: {
108
109
  shortcuts: 'Atalhos do teclado',
@@ -111,7 +112,7 @@
111
112
  action: 'Ação',
112
113
  paragraphFormatting: 'Formatação de parágrafo',
113
114
  documentStyle: 'Estilo de documento',
114
- extraKeys: 'Extra keys'
115
+ extraKeys: 'Extra keys',
115
116
  },
116
117
  help: {
117
118
  'insertParagraph': 'Inserir Parágrafo',
@@ -139,17 +140,17 @@
139
140
  'formatH4': 'Alterar formato do bloco para H4',
140
141
  'formatH5': 'Alterar formato do bloco para H5',
141
142
  'formatH6': 'Alterar formato do bloco para H6',
142
- 'insertHorizontalRule': 'Inserir régua horizontal',
143
- 'linkDialog.show': 'Inserir um Hiperlink'
143
+ 'insertHorizontalRule': 'Inserir Régua horizontal',
144
+ 'linkDialog.show': 'Inserir um Hiperlink',
144
145
  },
145
146
  history: {
146
147
  undo: 'Desfazer',
147
- redo: 'Refazer'
148
+ redo: 'Refazer',
148
149
  },
149
150
  specialChar: {
150
- specialChar: 'SPECIAL CHARACTERS',
151
- select: 'Select Special characters'
152
- }
153
- }
151
+ specialChar: 'CARACTERES ESPECIAIS',
152
+ select: 'Selecionar Caracteres Especiais',
153
+ },
154
+ },
154
155
  });
155
156
  })(jQuery);
@@ -11,7 +11,7 @@
11
11
  strikethrough: 'Riscado',
12
12
  subscript: 'Subscript',
13
13
  superscript: 'Superscript',
14
- size: 'Tamanho da fonte'
14
+ size: 'Tamanho da fonte',
15
15
  },
16
16
  image: {
17
17
  image: 'Imagem',
@@ -22,25 +22,25 @@
22
22
  floatLeft: 'Float Esquerda',
23
23
  floatRight: 'Float Direita',
24
24
  floatNone: 'Sem Float',
25
- shapeRounded: 'Shape: Rounded',
26
- shapeCircle: 'Shape: Circle',
27
- shapeThumbnail: 'Shape: Thumbnail',
28
- shapeNone: 'Shape: None',
25
+ shapeRounded: 'Forma: Arredondado',
26
+ shapeCircle: 'Forma: Círculo',
27
+ shapeThumbnail: 'Forma: Minhatura',
28
+ shapeNone: 'Forma: Nenhum',
29
29
  dragImageHere: 'Arraste uma imagem para aqui',
30
- dropImage: 'Drop image or Text',
30
+ dropImage: 'Arraste uma imagem ou texto',
31
31
  selectFromFiles: 'Selecione a partir dos arquivos',
32
- maximumFileSize: 'Maximum file size',
33
- maximumFileSizeError: 'Maximum file size exceeded.',
32
+ maximumFileSize: 'Tamanho máximo do fixeiro',
33
+ maximumFileSizeError: 'Tamanho máximo do fixeiro é maior que o permitido.',
34
34
  url: 'Endereço da imagem',
35
- remove: 'Remove Image',
36
- original: 'Original'
35
+ remove: 'Remover Imagem',
36
+ original: 'Original',
37
37
  },
38
38
  video: {
39
39
  video: 'Vídeo',
40
40
  videoLink: 'Link para vídeo',
41
41
  insert: 'Inserir vídeo',
42
42
  url: 'URL do vídeo?',
43
- providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)'
43
+ providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)',
44
44
  },
45
45
  link: {
46
46
  link: 'Link',
@@ -49,24 +49,24 @@
49
49
  edit: 'Editar',
50
50
  textToDisplay: 'Texto para exibir',
51
51
  url: 'Que endereço esta licação leva?',
52
- openInNewWindow: 'Abrir numa nova janela'
52
+ openInNewWindow: 'Abrir numa nova janela',
53
53
  },
54
54
  table: {
55
55
  table: 'Tabela',
56
- addRowAbove: 'Add row above',
57
- addRowBelow: 'Add row below',
58
- addColLeft: 'Add column left',
59
- addColRight: 'Add column right',
60
- delRow: 'Delete row',
61
- delCol: 'Delete column',
62
- delTable: 'Delete table'
56
+ addRowAbove: 'Adicionar linha acima',
57
+ addRowBelow: 'Adicionar linha abaixo',
58
+ addColLeft: 'Adicionar coluna à Esquerda',
59
+ addColRight: 'Adicionar coluna à Esquerda',
60
+ delRow: 'Excluir linha',
61
+ delCol: 'Excluir coluna',
62
+ delTable: 'Excluir tabela',
63
63
  },
64
64
  hr: {
65
- insert: 'Inserir linha horizontal'
65
+ insert: 'Inserir linha horizontal',
66
66
  },
67
67
  style: {
68
68
  style: 'Estilo',
69
- p: 'p',
69
+ p: 'Parágrafo',
70
70
  blockquote: 'Citação',
71
71
  pre: 'Código',
72
72
  h1: 'Título 1',
@@ -74,16 +74,16 @@
74
74
  h3: 'Título 3',
75
75
  h4: 'Título 4',
76
76
  h5: 'Título 5',
77
- h6: 'Título 6'
77
+ h6: 'Título 6',
78
78
  },
79
79
  lists: {
80
80
  unordered: 'Lista com marcadores',
81
- ordered: 'Lista numerada'
81
+ ordered: 'Lista numerada',
82
82
  },
83
83
  options: {
84
84
  help: 'Ajuda',
85
85
  fullscreen: 'Janela Completa',
86
- codeview: 'Ver código-fonte'
86
+ codeview: 'Ver código-fonte',
87
87
  },
88
88
  paragraph: {
89
89
  paragraph: 'Parágrafo',
@@ -92,7 +92,7 @@
92
92
  left: 'Alinhar à esquerda',
93
93
  center: 'Alinhar ao centro',
94
94
  right: 'Alinha à direita',
95
- justify: 'Justificado'
95
+ justify: 'Justificado',
96
96
  },
97
97
  color: {
98
98
  recent: 'Cor recente',
@@ -102,7 +102,8 @@
102
102
  transparent: 'Transparente',
103
103
  setTransparent: 'Fundo transparente',
104
104
  reset: 'Restaurar',
105
- resetToDefault: 'Restaurar padrão'
105
+ resetToDefault: 'Restaurar padrão',
106
+ cpSelect: 'Selecionar',
106
107
  },
107
108
  shortcut: {
108
109
  shortcuts: 'Atalhos do teclado',
@@ -110,45 +111,45 @@
110
111
  textFormatting: 'Formatação de texto',
111
112
  action: 'Ação',
112
113
  paragraphFormatting: 'Formatação de parágrafo',
113
- documentStyle: 'Estilo de documento'
114
+ documentStyle: 'Estilo de documento',
114
115
  },
115
116
  help: {
116
- 'insertParagraph': 'Insert Paragraph',
117
- 'undo': 'Undoes the last command',
118
- 'redo': 'Redoes the last command',
119
- 'tab': 'Tab',
120
- 'untab': 'Untab',
121
- 'bold': 'Set a bold style',
122
- 'italic': 'Set a italic style',
123
- 'underline': 'Set a underline style',
124
- 'strikethrough': 'Set a strikethrough style',
125
- 'removeFormat': 'Clean a style',
126
- 'justifyLeft': 'Set left align',
127
- 'justifyCenter': 'Set center align',
128
- 'justifyRight': 'Set right align',
129
- 'justifyFull': 'Set full align',
130
- 'insertUnorderedList': 'Toggle unordered list',
131
- 'insertOrderedList': 'Toggle ordered list',
132
- 'outdent': 'Outdent on current paragraph',
133
- 'indent': 'Indent on current paragraph',
134
- 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
135
- 'formatH1': 'Change current block\'s format as H1',
136
- 'formatH2': 'Change current block\'s format as H2',
137
- 'formatH3': 'Change current block\'s format as H3',
138
- 'formatH4': 'Change current block\'s format as H4',
139
- 'formatH5': 'Change current block\'s format as H5',
140
- 'formatH6': 'Change current block\'s format as H6',
141
- 'insertHorizontalRule': 'Insert horizontal rule',
142
- 'linkDialog.show': 'Show Link Dialog'
117
+ 'insertParagraph': 'Inserir Parágrafo',
118
+ 'undo': 'Desfazer o último comando',
119
+ 'redo': 'Refazer o último comando',
120
+ 'tab': 'Maior tabulação',
121
+ 'untab': 'Menor tabulação',
122
+ 'bold': 'Colocar em negrito',
123
+ 'italic': 'Colocar em itálico',
124
+ 'underline': 'Colocar em sublinhado',
125
+ 'strikethrough': 'Colocar em riscado',
126
+ 'removeFormat': 'Limpar o estilo',
127
+ 'justifyLeft': 'Definir alinhado à esquerda',
128
+ 'justifyCenter': 'Definir alinhado ao centro',
129
+ 'justifyRight': 'Definir alinhado à direita',
130
+ 'justifyFull': 'Definir justificado',
131
+ 'insertUnorderedList': 'Alternar lista não ordenada',
132
+ 'insertOrderedList': 'Alternar lista ordenada',
133
+ 'outdent': 'Recuar parágrafo atual',
134
+ 'indent': 'Avançar parágrafo atual',
135
+ 'formatPara': 'Alterar formato do bloco para parágrafo',
136
+ 'formatH1': 'Alterar formato do bloco para Título 1',
137
+ 'formatH2': 'Alterar formato do bloco para Título 2',
138
+ 'formatH3': 'Alterar formato do bloco para Título 3',
139
+ 'formatH4': 'Alterar formato do bloco para Título 4',
140
+ 'formatH5': 'Alterar formato do bloco para Título 5',
141
+ 'formatH6': 'Alterar formato do bloco para Título 6',
142
+ 'insertHorizontalRule': 'Inserir linha horizontal',
143
+ 'linkDialog.show': 'Inserir uma ligração',
143
144
  },
144
145
  history: {
145
146
  undo: 'Desfazer',
146
- redo: 'Refazer'
147
+ redo: 'Refazer',
147
148
  },
148
149
  specialChar: {
149
150
  specialChar: 'SPECIAL CHARACTERS',
150
- select: 'Select Special characters'
151
- }
152
- }
151
+ select: 'Select Special characters',
152
+ },
153
+ },
153
154
  });
154
155
  })(jQuery);