wysiwyg-rails 1.2.8 → 2.0.0.pre.rc.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +40 -15
  3. data/app/assets/javascripts/froala_editor.min.js +6 -8
  4. data/app/assets/javascripts/languages/ar.js +216 -0
  5. data/app/assets/javascripts/languages/bs.js +216 -0
  6. data/app/assets/javascripts/languages/cs.js +216 -0
  7. data/app/assets/javascripts/languages/da.js +216 -0
  8. data/app/assets/javascripts/languages/de.js +216 -0
  9. data/app/assets/javascripts/languages/en_ca.js +160 -0
  10. data/app/assets/javascripts/languages/en_gb.js +160 -0
  11. data/app/assets/javascripts/languages/es.js +216 -0
  12. data/app/assets/javascripts/languages/et.js +216 -0
  13. data/app/assets/javascripts/languages/fa.js +216 -0
  14. data/app/assets/javascripts/languages/fi.js +216 -0
  15. data/app/assets/javascripts/languages/fr.js +216 -0
  16. data/app/assets/javascripts/languages/he.js +216 -0
  17. data/app/assets/javascripts/languages/hr.js +216 -0
  18. data/app/assets/javascripts/languages/hu.js +216 -0
  19. data/app/assets/javascripts/languages/id.js +216 -0
  20. data/app/assets/javascripts/languages/it.js +216 -0
  21. data/app/assets/javascripts/languages/ja.js +216 -0
  22. data/app/assets/javascripts/languages/ko.js +216 -0
  23. data/app/assets/javascripts/languages/me.js +216 -0
  24. data/app/assets/javascripts/languages/nb.js +216 -0
  25. data/app/assets/javascripts/languages/nl.js +216 -0
  26. data/app/assets/javascripts/languages/pl.js +216 -0
  27. data/app/assets/javascripts/languages/pt_br.js +216 -0
  28. data/app/assets/javascripts/languages/pt_pt.js +216 -0
  29. data/app/assets/javascripts/languages/ro.js +217 -0
  30. data/app/assets/javascripts/languages/ru.js +216 -0
  31. data/app/assets/javascripts/languages/sr.js +216 -0
  32. data/app/assets/javascripts/languages/sv.js +216 -0
  33. data/app/assets/javascripts/languages/th.js +216 -0
  34. data/app/assets/javascripts/languages/tr.js +216 -0
  35. data/app/assets/javascripts/languages/uk.js +216 -0
  36. data/app/assets/javascripts/languages/zh_cn.js +216 -0
  37. data/app/assets/javascripts/languages/zh_tw.js +216 -0
  38. data/app/assets/javascripts/plugins/align.min.js +6 -0
  39. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  40. data/app/assets/javascripts/plugins/code_view.min.js +6 -0
  41. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  42. data/app/assets/javascripts/plugins/emoticons.min.js +6 -0
  43. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  44. data/app/assets/javascripts/plugins/file.min.js +6 -0
  45. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  46. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  47. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  48. data/app/assets/javascripts/plugins/image.min.js +6 -0
  49. data/app/assets/javascripts/plugins/image_manager.min.js +6 -0
  50. data/app/assets/javascripts/plugins/inline_style.min.js +6 -0
  51. data/app/assets/javascripts/plugins/line_breaker.min.js +6 -0
  52. data/app/assets/javascripts/plugins/link.min.js +6 -0
  53. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  54. data/app/assets/javascripts/plugins/paragraph_format.min.js +6 -0
  55. data/app/assets/javascripts/plugins/paragraph_style.min.js +6 -0
  56. data/app/assets/javascripts/plugins/quote.min.js +6 -0
  57. data/app/assets/javascripts/plugins/save.min.js +6 -0
  58. data/app/assets/javascripts/plugins/table.min.js +6 -0
  59. data/app/assets/javascripts/plugins/url.min.js +6 -0
  60. data/app/assets/javascripts/plugins/video.min.js +3 -3
  61. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  62. data/app/assets/stylesheets/froala_style.min.css +3 -3
  63. data/app/assets/stylesheets/plugins/char_counter.min.css +5 -0
  64. data/app/assets/stylesheets/plugins/code_view.min.css +5 -0
  65. data/app/assets/stylesheets/plugins/colors.min.css +5 -0
  66. data/app/assets/stylesheets/plugins/emoticons.min.css +5 -0
  67. data/app/assets/stylesheets/plugins/file.min.css +5 -0
  68. data/app/assets/stylesheets/plugins/fullscreen.min.css +5 -0
  69. data/app/assets/stylesheets/plugins/image.min.css +5 -0
  70. data/app/assets/stylesheets/plugins/image_manager.min.css +5 -0
  71. data/app/assets/stylesheets/plugins/line_breaker.min.css +5 -0
  72. data/app/assets/stylesheets/plugins/table.min.css +5 -0
  73. data/app/assets/stylesheets/plugins/video.min.css +5 -0
  74. data/app/assets/stylesheets/themes/dark.css +825 -0
  75. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  76. data/app/assets/stylesheets/themes/gray.css +825 -0
  77. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  78. data/app/assets/stylesheets/themes/red.css +825 -0
  79. data/app/assets/stylesheets/themes/red.min.css +3 -3
  80. data/app/assets/stylesheets/themes/royal.css +825 -0
  81. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  82. data/lib/wysiwyg-rails/engine.rb +4 -3
  83. data/lib/wysiwyg-rails/version.rb +1 -1
  84. metadata +70 -49
  85. data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
  86. data/app/assets/javascripts/langs/ar.js +0 -94
  87. data/app/assets/javascripts/langs/bs.js +0 -94
  88. data/app/assets/javascripts/langs/cs.js +0 -94
  89. data/app/assets/javascripts/langs/da.js +0 -94
  90. data/app/assets/javascripts/langs/de.js +0 -94
  91. data/app/assets/javascripts/langs/en_ca.js +0 -94
  92. data/app/assets/javascripts/langs/en_gb.js +0 -94
  93. data/app/assets/javascripts/langs/en_us.js +0 -94
  94. data/app/assets/javascripts/langs/es.js +0 -94
  95. data/app/assets/javascripts/langs/et.js +0 -90
  96. data/app/assets/javascripts/langs/fa.js +0 -94
  97. data/app/assets/javascripts/langs/fi.js +0 -94
  98. data/app/assets/javascripts/langs/fr.js +0 -94
  99. data/app/assets/javascripts/langs/he.js +0 -94
  100. data/app/assets/javascripts/langs/hr.js +0 -94
  101. data/app/assets/javascripts/langs/hu.js +0 -94
  102. data/app/assets/javascripts/langs/id.js +0 -94
  103. data/app/assets/javascripts/langs/it.js +0 -94
  104. data/app/assets/javascripts/langs/ja.js +0 -94
  105. data/app/assets/javascripts/langs/ko.js +0 -94
  106. data/app/assets/javascripts/langs/me.js +0 -94
  107. data/app/assets/javascripts/langs/nb.js +0 -94
  108. data/app/assets/javascripts/langs/nl.js +0 -94
  109. data/app/assets/javascripts/langs/pl.js +0 -94
  110. data/app/assets/javascripts/langs/pt_br.js +0 -94
  111. data/app/assets/javascripts/langs/pt_pt.js +0 -94
  112. data/app/assets/javascripts/langs/ro.js +0 -94
  113. data/app/assets/javascripts/langs/ru.js +0 -94
  114. data/app/assets/javascripts/langs/sr.js +0 -94
  115. data/app/assets/javascripts/langs/sv.js +0 -94
  116. data/app/assets/javascripts/langs/th.js +0 -94
  117. data/app/assets/javascripts/langs/tr.js +0 -94
  118. data/app/assets/javascripts/langs/uk.js +0 -94
  119. data/app/assets/javascripts/langs/zh_cn.js +0 -94
  120. data/app/assets/javascripts/langs/zh_tw.js +0 -94
  121. data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
  122. data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
  123. data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
  124. data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
  125. data/app/assets/javascripts/plugins/tables.min.js +0 -6
  126. data/app/assets/javascripts/plugins/urls.min.js +0 -6
  127. data/app/assets/stylesheets/froala_content.min.css +0 -5
@@ -0,0 +1,216 @@
1
+ /**
2
+ * Portuguese spoken in Brazil
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['pt_br'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Digite algo",
9
+
10
+ // Basic formatting
11
+ "Bold": "Negrito",
12
+ "Italic": "It\u00e1lico",
13
+ "Underline": "Sublinhar",
14
+ "Strikethrough": "Riscar",
15
+
16
+ // Main buttons
17
+ "Insert": "Inserir",
18
+ "Delete": "Apagar",
19
+ "Cancel": "Cancelar",
20
+ "OK": "Ok",
21
+ "Back": "Costas",
22
+ "Remove": "Remover",
23
+ "More": "Mais",
24
+ "Update": "Atualizar",
25
+ "Style": "Estilo",
26
+
27
+ // Font
28
+ "Font Family": "Fonte",
29
+ "Font Size": "Tamanho",
30
+
31
+ // Colors
32
+ "Colors": "Cores",
33
+ "Background": "Fundo",
34
+ "Text": "Texto",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Formatos",
38
+ "Normal": "Normal",
39
+ "Code": "C\u00f3digo",
40
+ "Heading 1": "Cabe\u00e7alho 1",
41
+ "Heading 2": "Cabe\u00e7alho 2",
42
+ "Heading 3": "Cabe\u00e7alho 3",
43
+ "Heading 4": "Cabe\u00e7alho 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Estilo de par\u00e1grafo",
47
+ "Inline Style": "Estilo embutido",
48
+
49
+ // Alignment
50
+ "Align": "Alinhar",
51
+ "Align Left": "Alinhar \u00e0 esquerda",
52
+ "Align Center": "Centralizar",
53
+ "Align Right": "Alinhar \u00e0 direita",
54
+ "Align Justify": "Justificar",
55
+ "None": "Nenhum",
56
+
57
+ // Lists
58
+ "Ordered List": "Lista ordenada",
59
+ "Unordered List": "Lista n\u00e3o ordenada",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Diminuir recuo",
63
+ "Increase Indent": "Aumentar recuo",
64
+
65
+ // Links
66
+ "Insert Link": "Inserir link",
67
+ "Open in new tab": "Abrir em uma nova aba",
68
+ "Open Link": "Abrir link",
69
+ "Edit Link": "Editar link",
70
+ "Unlink": "Remover link",
71
+ "Choose Link": "Escolha o link",
72
+
73
+ // Images
74
+ "Insert Image": "Inserir imagem",
75
+ "Upload Image": "Carregar imagem",
76
+ "By URL": "Por URL",
77
+ "Browse": "Procurar",
78
+ "Drop image": "Arraste sua imagem aqui",
79
+ "or click": "ou clique aqui",
80
+ "Manage Images": "Gerenciar imagens",
81
+ "Loading": "Carregando",
82
+ "Deleting": "Excluindo",
83
+ "Tags": "Etiquetas",
84
+ "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
85
+ "Replace": "Substituir",
86
+ "Uploading": "Carregar imagem",
87
+ "Loading image": "Carregar imagem",
88
+ "Display": "Exibir",
89
+ "Inline": "Em linha",
90
+ "Break Text": "Texto de quebra",
91
+ "Alternate Text": "Texto alternativo",
92
+ "Change Size": "Alterar tamanho",
93
+ "Width": "Largura",
94
+ "Height": "Altura",
95
+ "Something went wrong. Please try again.": "Algo deu errado. Por favor, tente novamente.",
96
+
97
+ // Video
98
+ "Insert Video": "Inserir v\u00eddeo",
99
+ "Embedded Code": "C\u00f3digo embutido",
100
+
101
+ // Tables
102
+ "Insert Table": "Inserir tabela",
103
+ "Header": "Cabe\u00e7alho",
104
+ "Row": "Linha",
105
+ "Insert row above": "Inserir linha antes",
106
+ "Insert row below": "Inserir linha depois",
107
+ "Delete row": "Excluir linha",
108
+ "Column": "Coluna",
109
+ "Insert column before": "Inserir coluna antes",
110
+ "Insert column after": "Inserir coluna depois",
111
+ "Delete column": "Excluir coluna",
112
+ "Cell": "C\u00e9lula",
113
+ "Merge cells": "Agrupar c\u00e9lulas",
114
+ "Horizontal split": "Divis\u00e3o horizontal",
115
+ "Vertical split": "Divis\u00e3o vertical",
116
+ "Cell Background": "Fundo da c\u00e9lula",
117
+ "Vertical Align": "Alinhar vertical",
118
+ "Top": "Topo",
119
+ "Middle": "Meio",
120
+ "Bottom": "Fundo",
121
+ "Align Top": "Alinhar topo",
122
+ "Align Middle": "Alinhar meio",
123
+ "Align Bottom": "Alinhar fundo",
124
+ "Cell Style": "Estilo de c\u00e9lula",
125
+
126
+ // Files
127
+ "Upload File": "Upload de arquivo",
128
+ "Drop file": "Arraste seu arquivo aqui",
129
+
130
+ // Emoticons
131
+ "Emoticons": "Emoticons",
132
+ "Grinning face": "Sorrindo a cara",
133
+ "Grinning face with smiling eyes": "Sorrindo rosto com olhos sorridentes",
134
+ "Face with tears of joy": "Rosto com l\u00e1grimas de alegria",
135
+ "Smiling face with open mouth": "Rosto de sorriso com a boca aberta",
136
+ "Smiling face with open mouth and smiling eyes": "Rosto de sorriso com a boca aberta e olhos sorridentes",
137
+ "Smiling face with open mouth and cold sweat": "Rosto de sorriso com a boca aberta e suor frio",
138
+ "Smiling face with open mouth and tightly-closed eyes": "Rosto de sorriso com a boca aberta e os olhos bem fechados",
139
+ "Smiling face with halo": "Rosto de sorriso com halo",
140
+ "Smiling face with horns": "Rosto de sorriso com chifres",
141
+ "Winking face": "Pisc a rosto",
142
+ "Smiling face with smiling eyes": "Rosto de sorriso com olhos sorridentes",
143
+ "Face savoring delicious food": "Rosto saboreando uma deliciosa comida",
144
+ "Relieved face": "Rosto aliviado",
145
+ "Smiling face with heart-shaped eyes": "Rosto de sorriso com os olhos em forma de cora\u00e7\u00e3o",
146
+ "Smiling face with sunglasses": "Rosto de sorriso com \u00f3culos de sol",
147
+ "Smirking face": "Rosto sorridente",
148
+ "Neutral face": "Rosto neutra",
149
+ "Expressionless face": "Rosto inexpressivo",
150
+ "Unamused face": "O rosto n\u00e3o divertido",
151
+ "Face with cold sweat": "Rosto com suor frio",
152
+ "Pensive face": "O rosto pensativo",
153
+ "Confused face": "Cara confusa",
154
+ "Confounded face": "Rosto at\u00f4nito",
155
+ "Kissing face": "Beijar Rosto",
156
+ "Face throwing a kiss": "Rosto jogando um beijo",
157
+ "Kissing face with smiling eyes": "Beijar rosto com olhos sorridentes",
158
+ "Kissing face with closed eyes": "Beijando a cara com os olhos fechados",
159
+ "Face with stuck out tongue": "Preso de cara com a l\u00edngua para fora",
160
+ "Face with stuck out tongue and winking eye": "Rosto com estendeu a l\u00edngua e olho piscando",
161
+ "Face with stuck out tongue and tightly-closed eyes": "Rosto com estendeu a língua e os olhos bem fechados",
162
+ "Disappointed face": "Rosto decepcionado",
163
+ "Worried face": "O rosto preocupado",
164
+ "Angry face": "Rosto irritado",
165
+ "Pouting face": "Beicinho Rosto",
166
+ "Crying face": "Cara de choro",
167
+ "Persevering face": "Perseverar Rosto",
168
+ "Face with look of triumph": "Rosto com olhar de triunfo",
169
+ "Disappointed but relieved face": "Fiquei Desapontado mas aliviado Rosto",
170
+ "Frowning face with open mouth": "Sobrancelhas franzidas rosto com a boca aberta",
171
+ "Anguished face": "O rosto angustiado",
172
+ "Fearful face": "Cara com medo",
173
+ "Weary face": "Rosto cansado",
174
+ "Sleepy face": "Cara de sono",
175
+ "Tired face": "Rosto cansado",
176
+ "Grimacing face": "Fazendo caretas face",
177
+ "Loudly crying face": "Alto chorando rosto",
178
+ "Face with open mouth": "Enfrentar com a boca aberta",
179
+ "Hushed face": "Flagrantes de rosto",
180
+ "Face with open mouth and cold sweat": "Enfrentar com a boca aberta e suor frio",
181
+ "Face screaming in fear": "Cara gritando de medo",
182
+ "Astonished face": "Cara de surpresa",
183
+ "Flushed face": "Rosto vermelho",
184
+ "Sleeping face": "O rosto de sono",
185
+ "Dizzy face": "Cara tonto",
186
+ "Face without mouth": "Rosto sem boca",
187
+ "Face with medical mask": "Rosto com m\u00e1scara m\u00e9dica",
188
+
189
+ // Line breaker
190
+ "Break": "Quebrar",
191
+
192
+ // Math
193
+ "Subscript": "Subscrito",
194
+ "Superscript": "Sobrescrito",
195
+
196
+ // Full screen
197
+ "Fullscreen": "Tela cheia",
198
+
199
+ // Horizontal line
200
+ "Insert Horizontal Line": "Inserir linha horizontal",
201
+
202
+ // Clear formatting
203
+ "Clear Formatting": "Remover formata\u00e7\u00e3o",
204
+
205
+ // Undo, redo
206
+ "Undo": "Desfazer",
207
+ "Redo": "Refazer",
208
+
209
+ // Select all
210
+ "Select All": "Selecionar tudo",
211
+
212
+ // Code view
213
+ "Code View": "Exibi\u00e7\u00e3o de c\u00f3digo"
214
+ },
215
+ direction: "ltr"
216
+ };
@@ -0,0 +1,216 @@
1
+ /**
2
+ * Portuguese spoken in Portugal
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['pt_pt'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Digite algo",
9
+
10
+ // Basic formatting
11
+ "Bold": "Negrito",
12
+ "Italic": "It\u00e1lico",
13
+ "Underline": "Sublinhado",
14
+ "Strikethrough": "Rasurado",
15
+
16
+ // Main buttons
17
+ "Insert": "Inserir",
18
+ "Delete": "Apagar",
19
+ "Cancel": "Cancelar",
20
+ "OK": "Ok",
21
+ "Back": "Costas",
22
+ "Remove": "Remover",
23
+ "More": "Mais",
24
+ "Update": "Atualizar",
25
+ "Style": "Estilo",
26
+
27
+ // Font
28
+ "Font Family": "Fonte",
29
+ "Font Size": "Tamanho da fonte",
30
+
31
+ // Colors
32
+ "Colors": "Cores",
33
+ "Background": "Fundo",
34
+ "Text": "Texto",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Formatos",
38
+ "Normal": "Normal",
39
+ "Code": "C\u00f3digo",
40
+ "Heading 1": "Cabe\u00e7alho 1",
41
+ "Heading 2": "Cabe\u00e7alho 2",
42
+ "Heading 3": "Cabe\u00e7alho 3",
43
+ "Heading 4": "Cabe\u00e7alho 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Estilo de par\u00e1grafo",
47
+ "Inline Style": "Estilo embutido",
48
+
49
+ // Alignment
50
+ "Align": "Alinhar",
51
+ "Align Left": "Alinhar \u00e0 esquerda",
52
+ "Align Center": "Alinhar ao centro",
53
+ "Align Right": "Alinhar \u00e0 direita",
54
+ "Align Justify": "Justificado",
55
+ "None": "Nenhum",
56
+
57
+ // Lists
58
+ "Ordered List": "Lista ordenada",
59
+ "Unordered List": "Lista n\u00e3o ordenada",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Diminuir avan\u00e7o",
63
+ "Increase Indent": "Aumentar avan\u00e7o",
64
+
65
+ // Links
66
+ "Insert Link": "Inserir link",
67
+ "Open in new tab": "Abrir em uma nova aba",
68
+ "Open Link": "Abrir link",
69
+ "Edit Link": "Editar link",
70
+ "Unlink": "Remover link",
71
+ "Choose Link": "Escolha o link",
72
+
73
+ // Images
74
+ "Insert Image": "Inserir imagem",
75
+ "Upload Image": "Carregar imagem",
76
+ "By URL": "Por URL",
77
+ "Browse": "Procurar",
78
+ "Drop image": "Largue imagem",
79
+ "or click": "ou clique em",
80
+ "Manage Images": "Gerenciar as imagens",
81
+ "Loading": "Carregando",
82
+ "Deleting": "Excluindo",
83
+ "Tags": "Etiquetas",
84
+ "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
85
+ "Replace": "Substituir",
86
+ "Uploading": "Carregar imagem",
87
+ "Loading image": "Carregar imagem",
88
+ "Display": "Exibir",
89
+ "Inline": "Em linha",
90
+ "Break Text": "Texto de quebra",
91
+ "Alternate Text": "Texto alternativo",
92
+ "Change Size": "Alterar tamanho",
93
+ "Width": "Largura",
94
+ "Height": "Altura",
95
+ "Something went wrong. Please try again.": "Algo deu errado. Por favor, tente novamente.",
96
+
97
+ // Video
98
+ "Insert Video": "Inserir v\u00eddeo",
99
+ "Embedded Code": "C\u00f3digo embutido",
100
+
101
+ // Tables
102
+ "Insert Table": "Inserir tabela",
103
+ "Header": "Cabe\u00e7alho",
104
+ "Row": "Linha",
105
+ "Insert row above": "Inserir linha antes",
106
+ "Insert row below": "Inserir linha depois",
107
+ "Delete row": "Eliminar linha",
108
+ "Column": "Coluna",
109
+ "Insert column before": "Inserir coluna antes",
110
+ "Insert column after": "Inserir coluna depois",
111
+ "Delete column": "Eliminar coluna",
112
+ "Cell": "C\u00e9lula",
113
+ "Merge cells": "Unir c\u00e9lulas",
114
+ "Horizontal split": "Divis\u00e3o horizontal",
115
+ "Vertical split": "Divis\u00e3o vertical",
116
+ "Cell Background": "Fundo da c\u00e9lula",
117
+ "Vertical Align": "Alinhar vertical",
118
+ "Top": "Topo",
119
+ "Middle": "Meio",
120
+ "Bottom": "Fundo",
121
+ "Align Top": "Alinhar topo",
122
+ "Align Middle": "Alinhar meio",
123
+ "Align Bottom": "Alinhar fundo",
124
+ "Cell Style": "Estilo de c\u00e9lula",
125
+
126
+ // Files
127
+ "Upload File": "Upload de arquivo",
128
+ "Drop file": "Largar arquivo",
129
+
130
+ // Emoticons
131
+ "Emoticons": "Emoticons",
132
+ "Grinning face": "Sorrindo a cara",
133
+ "Grinning face with smiling eyes": "Sorrindo rosto com olhos sorridentes",
134
+ "Face with tears of joy": "Rosto com l\u00e1grimas de alegria",
135
+ "Smiling face with open mouth": "Rosto de sorriso com a boca aberta",
136
+ "Smiling face with open mouth and smiling eyes": "Rosto de sorriso com a boca aberta e olhos sorridentes",
137
+ "Smiling face with open mouth and cold sweat": "Rosto de sorriso com a boca aberta e suor frio",
138
+ "Smiling face with open mouth and tightly-closed eyes": "Rosto de sorriso com a boca aberta e os olhos bem fechados",
139
+ "Smiling face with halo": "Rosto de sorriso com halo",
140
+ "Smiling face with horns": "Rosto de sorriso com chifres",
141
+ "Winking face": "Pisc a rosto",
142
+ "Smiling face with smiling eyes": "Rosto de sorriso com olhos sorridentes",
143
+ "Face savoring delicious food": "Rosto saboreando uma deliciosa comida",
144
+ "Relieved face": "Rosto aliviado",
145
+ "Smiling face with heart-shaped eyes": "Rosto de sorriso com os olhos em forma de cora\u00e7\u00e3o",
146
+ "Smiling face with sunglasses": "Rosto de sorriso com \u00f3culos de sol",
147
+ "Smirking face": "Rosto sorridente",
148
+ "Neutral face": "Rosto neutra",
149
+ "Expressionless face": "Rosto inexpressivo",
150
+ "Unamused face": "O rosto n\u00e3o divertido",
151
+ "Face with cold sweat": "Rosto com suor frio",
152
+ "Pensive face": "O rosto pensativo",
153
+ "Confused face": "Cara confusa",
154
+ "Confounded face": "Rosto at\u00f4nito",
155
+ "Kissing face": "Beijar Rosto",
156
+ "Face throwing a kiss": "Rosto jogando um beijo",
157
+ "Kissing face with smiling eyes": "Beijar rosto com olhos sorridentes",
158
+ "Kissing face with closed eyes": "Beijando a cara com os olhos fechados",
159
+ "Face with stuck out tongue": "Preso de cara com a l\u00edngua para fora",
160
+ "Face with stuck out tongue and winking eye": "Rosto com estendeu a l\u00edngua e olho piscando",
161
+ "Face with stuck out tongue and tightly-closed eyes": "Rosto com estendeu a língua e os olhos bem fechados",
162
+ "Disappointed face": "Rosto decepcionado",
163
+ "Worried face": "O rosto preocupado",
164
+ "Angry face": "Rosto irritado",
165
+ "Pouting face": "Beicinho Rosto",
166
+ "Crying face": "Cara de choro",
167
+ "Persevering face": "Perseverar Rosto",
168
+ "Face with look of triumph": "Rosto com olhar de triunfo",
169
+ "Disappointed but relieved face": "Fiquei Desapontado mas aliviado Rosto",
170
+ "Frowning face with open mouth": "Sobrancelhas franzidas rosto com a boca aberta",
171
+ "Anguished face": "O rosto angustiado",
172
+ "Fearful face": "Cara com medo",
173
+ "Weary face": "Rosto cansado",
174
+ "Sleepy face": "Cara de sono",
175
+ "Tired face": "Rosto cansado",
176
+ "Grimacing face": "Fazendo caretas face",
177
+ "Loudly crying face": "Alto chorando rosto",
178
+ "Face with open mouth": "Enfrentar com a boca aberta",
179
+ "Hushed face": "Flagrantes de rosto",
180
+ "Face with open mouth and cold sweat": "Enfrentar com a boca aberta e suor frio",
181
+ "Face screaming in fear": "Cara gritando de medo",
182
+ "Astonished face": "Cara de surpresa",
183
+ "Flushed face": "Rosto vermelho",
184
+ "Sleeping face": "O rosto de sono",
185
+ "Dizzy face": "Cara tonto",
186
+ "Face without mouth": "Rosto sem boca",
187
+ "Face with medical mask": "Rosto com m\u00e1scara m\u00e9dica",
188
+
189
+ // Line breaker
190
+ "Break": "Quebrar",
191
+
192
+ // Math
193
+ "Subscript": "Subscrito",
194
+ "Superscript": "Sobrescrito",
195
+
196
+ // Full screen
197
+ "Fullscreen": "Tela cheia",
198
+
199
+ // Horizontal line
200
+ "Insert Horizontal Line": "Inserir linha horizontal",
201
+
202
+ // Clear formatting
203
+ "Clear Formatting": "Remover formata\u00e7\u00e3o",
204
+
205
+ // Undo, redo
206
+ "Undo": "Anular",
207
+ "Redo": "Restaurar",
208
+
209
+ // Select all
210
+ "Select All": "Seleccionar tudo",
211
+
212
+ // Code view
213
+ "Code View": "Exibi\u00e7\u00e3o de c\u00f3digo"
214
+ },
215
+ direction: "ltr"
216
+ };
@@ -0,0 +1,217 @@
1
+ /**
2
+ * Romanian
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['ro'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Tasteaz\u0103 ceva",
9
+
10
+ // Basic formatting
11
+ "Bold": "\u00cengro\u015fat",
12
+ "Italic": "Cursiv",
13
+ "Underline": "Subliniat",
14
+ "Strikethrough": "T\u0103iat",
15
+
16
+ // Main buttons
17
+ "Insert": "Insereaz\u0103",
18
+ "Delete": "\u015eterge",
19
+ "Cancel": "Anuleaz\u0103",
20
+ "OK": "Ok",
21
+ "Back": "\u00cenapoi",
22
+ "Remove": "\u0218terge",
23
+ "More": "Mai mult",
24
+ "Update": "Actualizeaz\u0103",
25
+ "Style": "Stil",
26
+
27
+ // Font
28
+ "Font Family": "Font",
29
+ "Font Size": "Dimensiune font",
30
+
31
+ // Colors
32
+ "Colors": "Culoare",
33
+ "Background": "Fundal",
34
+ "Text": "Text",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Format paragraf",
38
+ "Normal": "Normal",
39
+ "Code": "Cod",
40
+ "Heading 1": "Antet 1",
41
+ "Heading 2": "Antet 2",
42
+ "Heading 3": "Antet 3",
43
+ "Heading 4": "Antet 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Stil paragraf",
47
+ "Inline Style": "Stil \u00een linie",
48
+
49
+ // Alignment
50
+ "Align": "Aliniere",
51
+ "Align Left": "Aliniere la st\u00e2nga",
52
+ "Align Center": "Aliniere la centru",
53
+ "Align Right": "Aliniere la dreapta",
54
+ "Align Justify": "Aliniere pe toat\u0103 l\u0103\u021bimea",
55
+ "None": "Niciunul",
56
+
57
+ // Lists
58
+ "Ordered List": "List\u0103 ordonat\u0103",
59
+ "Unordered List": "List\u0103 neordonat\u0103",
60
+
61
+ // Indent
62
+ "Decrease Indent": "De-indenteaz\u0103",
63
+ "Increase Indent": "Indenteaz\u0103",
64
+
65
+ // Links
66
+ "Insert Link": "Inserare link",
67
+ "Open in new tab": "Deschide \u00EEn tab nou",
68
+ "Open Link": "Deschide link",
69
+ "Edit Link": "Editare link",
70
+ "Unlink": "\u0218terge link-ul",
71
+ "Choose Link": "Alege link",
72
+
73
+ // Images
74
+ "Insert Image": "Inserare imagine",
75
+ "Upload Image": "\u00cencarc\u0103 imagine",
76
+ "By URL": "Dup\u0103 URL",
77
+ "Browse": "R\u0103sfoie\u0219te",
78
+ "Drop image": "Trage imagine",
79
+ "or click": "sau f\u0103 click",
80
+ "Manage Images": "Gestionare imagini",
81
+ "Loading": "Se \u00eencarc\u0103",
82
+ "Deleting": "",
83
+ "Deleting": "Se \u0219terge",
84
+ "Tags": "Etichete",
85
+ "Are you sure? Image will be deleted.": "Sunte\u021bi sigur? Imaginea va fi \u015ftears\u0103.",
86
+ "Replace": "\u00cenlocuire",
87
+ "Uploading": "Imaginea se \u00eencarc\u0103",
88
+ "Loading image": "Imaginea se \u00eencarc\u0103",
89
+ "Display": "Afi\u0219are",
90
+ "Inline": "\u00cen linie",
91
+ "Break Text": "Sparge text",
92
+ "Alternate Text": "Text alternativ",
93
+ "Change Size": "Modificare dimensiuni",
94
+ "Width": "L\u0103\u021bime",
95
+ "Height": "\u00cen\u0103l\u021bime",
96
+ "Something went wrong. Please try again.": "Ceva n-a mers bine. V\u0103 rug\u0103m s\u0103 \u00eencerca\u021bi din nou.",
97
+
98
+ // Video
99
+ "Insert Video": "Inserare video",
100
+ "Embedded Code": "Cod embedded",
101
+
102
+ // Tables
103
+ "Insert Table": "Inserare tabel",
104
+ "Header": "Antet",
105
+ "Row": "Linie",
106
+ "Insert row above": "Insereaz\u0103 linie \u00eenainte",
107
+ "Insert row below": "Insereaz\u0103 linie dup\u0103",
108
+ "Delete row": "\u015eterge linia",
109
+ "Column": "Coloan\u0103",
110
+ "Insert column before": "Insereaz\u0103 coloan\u0103 \u00eenainte",
111
+ "Insert column after": "Insereaz\u0103 coloan\u0103 dup\u0103",
112
+ "Delete column": "\u015eterge coloana",
113
+ "Cell": "Celula",
114
+ "Merge cells": "Une\u015fte celulele",
115
+ "Horizontal split": "\u00cemparte orizontal",
116
+ "Vertical split": "\u00cemparte vertical",
117
+ "Cell Background": "Fundal celul\u0103",
118
+ "Vertical Align": "Aliniere verticl\u0103",
119
+ "Top": "Sus",
120
+ "Middle": "Mijloc",
121
+ "Bottom": "Jos",
122
+ "Align Top": "Aliniere sus",
123
+ "Align Middle": "Aliniere la mijloc",
124
+ "Align Bottom": "Aliniere jos",
125
+ "Cell Style": "Stil celul\u0103",
126
+
127
+ // Files
128
+ "Upload File": "\u00cenc\u0103rca\u021bi fi\u0219ier",
129
+ "Drop file": "Trage fi\u0219ier",
130
+
131
+ // Emoticons
132
+ "Emoticons": "Emoticoane",
133
+ "Grinning face": "Fa\u021b\u0103 r\u00e2njind",
134
+ "Grinning face with smiling eyes": "Fa\u021b\u0103 r\u00e2njind cu ochi z\u00e2mbitori",
135
+ "Face with tears of joy": "Fa\u021b\u0103 cu lacrimi de bucurie",
136
+ "Smiling face with open mouth": "Fa\u021b\u0103 z\u00e2mbitoare cu gura deschis\u0103",
137
+ "Smiling face with open mouth and smiling eyes": "Fa\u021b\u0103 z\u00e2mbitoare cu gura deschis\u0103 \u0219i ochi z\u00e2mbitori",
138
+ "Smiling face with open mouth and cold sweat": "Fa\u021b\u0103 z\u00e2mbitoare cu gura deschis\u0103 şi sudoare rece",
139
+ "Smiling face with open mouth and tightly-closed eyes": "Fa\u021b\u0103 z\u00e2mbitoare cu gura deschis\u0103 şi ochii ferm \u00eenchi\u0219i",
140
+ "Smiling face with halo": "Fa\u021b\u0103 z\u00e2mbitoare cu aur\u0103",
141
+ "Smiling face with horns": "Fa\u021b\u0103 z\u00e2mbitoare cu coarne",
142
+ "Winking face": "Fa\u021b\u0103 clipind",
143
+ "Smiling face with smiling eyes": "Fa\u021b\u0103 z\u00e2mbitoare cu ochi z\u00e2mbitori",
144
+ "Face savoring delicious food": "Fa\u021b\u0103 savur\u00e2nd preparate delicioase",
145
+ "Relieved face": "Fa\u021b\u0103 u\u0219urat\u0103",
146
+ "Smiling face with heart-shaped eyes": "Fa\u021b\u0103 z\u00e2mbitoare cu ochi in forma de inim\u0103",
147
+ "Smiling face with sunglasses": "Fa\u021b\u0103 z\u00e2mbitoare cu ochelari de soare",
148
+ "Smirking face": "Fa\u021b\u0103 cu sur\u00e2s afectat",
149
+ "Neutral face": "Fa\u021b\u0103 neutr\u0103",
150
+ "Expressionless face": "Fa\u021b\u0103 f\u0103r\u0103 expresie",
151
+ "Unamused face": "Fa\u021b\u0103 neamuzat\u0103",
152
+ "Face with cold sweat": "Fa\u021b\u0103 cu sudoare rece",
153
+ "Pensive face": "Fa\u021b\u0103 medit\u00e2nd",
154
+ "Confused face": "Fa\u021b\u0103 confuz\u0103",
155
+ "Confounded face": "Fa\u021b\u0103 z\u0103p\u0103cit\u0103",
156
+ "Kissing face": "Fa\u021b\u0103 s\u0103rut\u00e2nd",
157
+ "Face throwing a kiss": "Fa\u021b\u0103 arunc\u00e2nd un s\u0103rut",
158
+ "Kissing face with smiling eyes": "Fa\u021b\u0103 s\u0103rut\u00e2nd cu ochi z\u00e2mbitori",
159
+ "Kissing face with closed eyes": "Fa\u021b\u0103 s\u0103rut\u00e2nd cu ochii \u00eenchi\u0219i",
160
+ "Face with stuck out tongue": "Fa\u021b\u0103 cu limba afar\u0103",
161
+ "Face with stuck out tongue and winking eye": "Fa\u021b\u0103 cu limba scoas\u0103 clipind",
162
+ "Face with stuck out tongue and tightly-closed eyes": "Fa\u021b\u0103 cu limba scoas\u0103 \u0219i ochii ferm \u00eenchi\u0219i",
163
+ "Disappointed face": "Fa\u021b\u0103 dezam\u0103git\u0103",
164
+ "Worried face": "Fa\u021b\u0103 \u00eengrijorat\u0103",
165
+ "Angry face": "Fa\u021b\u0103 nervoas\u0103",
166
+ "Pouting face": "Fa\u021b\u0103 fierb\u00e2nd",
167
+ "Crying face": "Fa\u021b\u0103 pl\u00e2ng\u00e2nd",
168
+ "Persevering face": "Fa\u021b\u0103 perseverent\u0103",
169
+ "Face with look of triumph": "Fa\u021b\u0103 triumf\u0103toare",
170
+ "Disappointed but relieved face": "Fa\u021b\u0103 dezam\u0103git\u0103 dar u\u0219urat\u0103",
171
+ "Frowning face with open mouth": "Fa\u021b\u0103 \u00eencruntat\u0103 cu gura deschis\u0103",
172
+ "Anguished face": "Fa\u021b\u0103 \u00eendurerat\u0103",
173
+ "Fearful face": "Fa\u021b\u0103 tem\u0103toare",
174
+ "Weary face": "Fa\u021b\u0103 \u00eengrijorat\u0103",
175
+ "Sleepy face": "Fa\u021b\u0103 adormit\u0103",
176
+ "Tired face": "Fa\u021b\u0103 obosit\u0103",
177
+ "Grimacing face": "Fa\u021b\u0103 cu grimas\u0103",
178
+ "Loudly crying face": "Fa\u021b\u0103 pl\u00e2ng\u00e2nd zgomotos",
179
+ "Face with open mouth": "Fa\u021b\u0103 cu gura deschis\u0103",
180
+ "Hushed face": "Fa\u021b\u0103 discret\u0103",
181
+ "Face with open mouth and cold sweat": "Fa\u021b\u0103 cu gura deschis\u0103 si sudoare rece",
182
+ "Face screaming in fear": "Fa\u021b\u0103 \u021bip\u00e2nd de fric\u0103",
183
+ "Astonished face": "Fa\u021b\u0103 uimit\u0103",
184
+ "Flushed face": "Fa\u021b\u0103 sp\u0103lat\u0103",
185
+ "Sleeping face": "Fa\u021b\u0103 adormit\u0103",
186
+ "Dizzy face": "Fa\u021b\u0103 ame\u021bit\u0103",
187
+ "Face without mouth": "Fa\u021b\u0103 f\u0103r\u0103 gur\u0103",
188
+ "Face with medical mask": "Fa\u021b\u0103 cu masc\u0103 medical\u0103",
189
+
190
+ // Line breaker
191
+ "Break": "Desparte",
192
+
193
+ // Horizontal line
194
+ "Insert Horizontal Line": "Inserare linie orizontal\u0103",
195
+
196
+ // Math
197
+ "Subscript": "Indice",
198
+ "Superscript": "Exponent",
199
+
200
+ // Full screen
201
+ "Fullscreen": "Ecran complet",
202
+
203
+ // Clear formatting
204
+ "Clear Formatting": "Elimina\u021bi formatarea",
205
+
206
+ // Undo, redo
207
+ "Undo": "Reexecut\u0103",
208
+ "Redo": "Dezexecut\u0103",
209
+
210
+ // Select all
211
+ "Select All": "Selecteaz\u0103 tot",
212
+
213
+ // Code view
214
+ "Code View": "Vizualizare cod"
215
+ },
216
+ direction: "ltr"
217
+ };