@fresh-editor/fresh-editor 0.2.3 → 0.2.4
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.
- package/CHANGELOG.md +48 -0
- package/package.json +1 -1
- package/plugins/config-schema.json +50 -0
- package/plugins/lib/fresh.d.ts +153 -62
- package/plugins/markdown_compose.i18n.json +42 -56
- package/plugins/markdown_compose.ts +1050 -79
- package/plugins/pkg.ts +135 -8
- package/plugins/schemas/package.schema.json +5 -0
- package/plugins/schemas/theme.schema.json +9 -0
- package/plugins/theme_editor.i18n.json +28 -0
|
@@ -11,10 +11,9 @@
|
|
|
11
11
|
"status.width_set": "Markdown compose width set to %{width}",
|
|
12
12
|
"status.invalid_width": "Invalid width - must be between 20 and 300",
|
|
13
13
|
"prompt.compose_width": "Compose width: ",
|
|
14
|
-
"
|
|
15
|
-
"suggestion.
|
|
16
|
-
"suggestion.
|
|
17
|
-
"suggestion.wide": "Wide - more content per line"
|
|
14
|
+
"status.width_none": "Markdown compose width: using viewport width",
|
|
15
|
+
"suggestion.none": "Use viewport width",
|
|
16
|
+
"suggestion.default": "Default compose width"
|
|
18
17
|
},
|
|
19
18
|
"cs": {
|
|
20
19
|
"cmd.toggle_compose": "Markdown: Prepnout rezim psani",
|
|
@@ -28,10 +27,9 @@
|
|
|
28
27
|
"status.width_set": "Sirka Markdown psani nastavena na %{width}",
|
|
29
28
|
"status.invalid_width": "Neplatna sirka - musi byt mezi 20 a 300",
|
|
30
29
|
"prompt.compose_width": "Sirka psani: ",
|
|
31
|
-
"
|
|
32
|
-
"suggestion.
|
|
33
|
-
"suggestion.
|
|
34
|
-
"suggestion.wide": "Siroky - vice obsahu na radek"
|
|
30
|
+
"status.width_none": "Sirka Markdown psani: pouziva sirku okna",
|
|
31
|
+
"suggestion.none": "Pouzit sirku okna",
|
|
32
|
+
"suggestion.default": "Vychozi sirka psani"
|
|
35
33
|
},
|
|
36
34
|
"de": {
|
|
37
35
|
"cmd.toggle_compose": "Markdown: Kompositionsmodus umschalten",
|
|
@@ -45,10 +43,9 @@
|
|
|
45
43
|
"status.width_set": "Markdown-Kompositionsbreite auf %{width} gesetzt",
|
|
46
44
|
"status.invalid_width": "Ungultige Breite - muss zwischen 20 und 300 liegen",
|
|
47
45
|
"prompt.compose_width": "Kompositionsbreite: ",
|
|
48
|
-
"
|
|
49
|
-
"suggestion.
|
|
50
|
-
"suggestion.
|
|
51
|
-
"suggestion.wide": "Breit - mehr Inhalt pro Zeile"
|
|
46
|
+
"status.width_none": "Markdown-Kompositionsbreite: Fensterbreite verwenden",
|
|
47
|
+
"suggestion.none": "Fensterbreite verwenden",
|
|
48
|
+
"suggestion.default": "Standard-Kompositionsbreite"
|
|
52
49
|
},
|
|
53
50
|
"es": {
|
|
54
51
|
"cmd.toggle_compose": "Markdown: Alternar Composicion",
|
|
@@ -62,10 +59,9 @@
|
|
|
62
59
|
"status.width_set": "Ancho de composicion Markdown establecido en %{width}",
|
|
63
60
|
"status.invalid_width": "Ancho invalido - debe estar entre 20 y 300",
|
|
64
61
|
"prompt.compose_width": "Ancho de composicion: ",
|
|
65
|
-
"
|
|
66
|
-
"suggestion.
|
|
67
|
-
"suggestion.
|
|
68
|
-
"suggestion.wide": "Amplio - mas contenido por linea"
|
|
62
|
+
"status.width_none": "Ancho de composicion Markdown: usando ancho de ventana",
|
|
63
|
+
"suggestion.none": "Usar ancho de ventana",
|
|
64
|
+
"suggestion.default": "Ancho de composicion predeterminado"
|
|
69
65
|
},
|
|
70
66
|
"fr": {
|
|
71
67
|
"cmd.toggle_compose": "Markdown: Basculer la Composition",
|
|
@@ -79,10 +75,9 @@
|
|
|
79
75
|
"status.width_set": "Largeur de composition Markdown definie a %{width}",
|
|
80
76
|
"status.invalid_width": "Largeur invalide - doit etre entre 20 et 300",
|
|
81
77
|
"prompt.compose_width": "Largeur de composition: ",
|
|
82
|
-
"
|
|
83
|
-
"suggestion.
|
|
84
|
-
"suggestion.
|
|
85
|
-
"suggestion.wide": "Large - plus de contenu par ligne"
|
|
78
|
+
"status.width_none": "Largeur de composition Markdown: utilise la largeur de la fenetre",
|
|
79
|
+
"suggestion.none": "Utiliser la largeur de la fenetre",
|
|
80
|
+
"suggestion.default": "Largeur de composition par defaut"
|
|
86
81
|
},
|
|
87
82
|
"it": {
|
|
88
83
|
"cmd.toggle_compose": "Markdown: Alterna Composizione",
|
|
@@ -96,10 +91,9 @@
|
|
|
96
91
|
"status.width_set": "Larghezza composizione Markdown impostata a %{width}",
|
|
97
92
|
"status.invalid_width": "Larghezza non valida - deve essere compresa tra 20 e 300",
|
|
98
93
|
"prompt.compose_width": "Larghezza composizione: ",
|
|
99
|
-
"
|
|
100
|
-
"suggestion.
|
|
101
|
-
"suggestion.
|
|
102
|
-
"suggestion.wide": "Largo - più contenuto per riga"
|
|
94
|
+
"status.width_none": "Larghezza composizione Markdown: usa la larghezza della finestra",
|
|
95
|
+
"suggestion.none": "Usa la larghezza della finestra",
|
|
96
|
+
"suggestion.default": "Larghezza di composizione predefinita"
|
|
103
97
|
},
|
|
104
98
|
"ja": {
|
|
105
99
|
"cmd.toggle_compose": "Markdown: 作成モード切り替え",
|
|
@@ -113,10 +107,9 @@
|
|
|
113
107
|
"status.width_set": "Markdown作成幅を%{width}に設定しました",
|
|
114
108
|
"status.invalid_width": "無効な幅 - 20から300の間である必要があります",
|
|
115
109
|
"prompt.compose_width": "作成幅: ",
|
|
116
|
-
"
|
|
117
|
-
"suggestion.
|
|
118
|
-
"suggestion.
|
|
119
|
-
"suggestion.wide": "広い - 1行あたりのコンテンツが増加"
|
|
110
|
+
"status.width_none": "Markdown作成幅: ウィンドウ幅を使用",
|
|
111
|
+
"suggestion.none": "ウィンドウ幅を使用",
|
|
112
|
+
"suggestion.default": "デフォルトの作成幅"
|
|
120
113
|
},
|
|
121
114
|
"ko": {
|
|
122
115
|
"cmd.toggle_compose": "Markdown: 작성 모드 전환",
|
|
@@ -130,10 +123,9 @@
|
|
|
130
123
|
"status.width_set": "Markdown 작성 너비가 %{width}(으)로 설정됨",
|
|
131
124
|
"status.invalid_width": "잘못된 너비 - 20에서 300 사이여야 합니다",
|
|
132
125
|
"prompt.compose_width": "작성 너비: ",
|
|
133
|
-
"
|
|
134
|
-
"suggestion.
|
|
135
|
-
"suggestion.
|
|
136
|
-
"suggestion.wide": "넓음 - 줄당 더 많은 콘텐츠"
|
|
126
|
+
"status.width_none": "Markdown 작성 너비: 창 너비 사용",
|
|
127
|
+
"suggestion.none": "창 너비 사용",
|
|
128
|
+
"suggestion.default": "기본 작성 너비"
|
|
137
129
|
},
|
|
138
130
|
"pt-BR": {
|
|
139
131
|
"cmd.toggle_compose": "Markdown: Alternar Composicao",
|
|
@@ -147,10 +139,9 @@
|
|
|
147
139
|
"status.width_set": "Largura de composicao Markdown definida para %{width}",
|
|
148
140
|
"status.invalid_width": "Largura invalida - deve estar entre 20 e 300",
|
|
149
141
|
"prompt.compose_width": "Largura de composicao: ",
|
|
150
|
-
"
|
|
151
|
-
"suggestion.
|
|
152
|
-
"suggestion.
|
|
153
|
-
"suggestion.wide": "Largo - mais conteudo por linha"
|
|
142
|
+
"status.width_none": "Largura de composicao Markdown: usando largura da janela",
|
|
143
|
+
"suggestion.none": "Usar largura da janela",
|
|
144
|
+
"suggestion.default": "Largura de composicao padrao"
|
|
154
145
|
},
|
|
155
146
|
"ru": {
|
|
156
147
|
"cmd.toggle_compose": "Markdown: Переключить режим редактирования",
|
|
@@ -164,10 +155,9 @@
|
|
|
164
155
|
"status.width_set": "Ширина редактирования Markdown установлена на %{width}",
|
|
165
156
|
"status.invalid_width": "Неверная ширина - должна быть от 20 до 300",
|
|
166
157
|
"prompt.compose_width": "Ширина редактирования: ",
|
|
167
|
-
"
|
|
168
|
-
"suggestion.
|
|
169
|
-
"suggestion.
|
|
170
|
-
"suggestion.wide": "Широкий - больше контента на строку"
|
|
158
|
+
"status.width_none": "Ширина редактирования Markdown: используется ширина окна",
|
|
159
|
+
"suggestion.none": "Использовать ширину окна",
|
|
160
|
+
"suggestion.default": "Ширина редактирования по умолчанию"
|
|
171
161
|
},
|
|
172
162
|
"th": {
|
|
173
163
|
"cmd.toggle_compose": "Markdown: สลับโหมดเขียน",
|
|
@@ -181,10 +171,9 @@
|
|
|
181
171
|
"status.width_set": "ตั้งความกว้างการเขียน Markdown เป็น %{width}",
|
|
182
172
|
"status.invalid_width": "ความกว้างไม่ถูกต้อง - ต้องอยู่ระหว่าง 20 ถึง 300",
|
|
183
173
|
"prompt.compose_width": "ความกว้างการเขียน: ",
|
|
184
|
-
"
|
|
185
|
-
"suggestion.
|
|
186
|
-
"suggestion.
|
|
187
|
-
"suggestion.wide": "กว้าง - เนื้อหามากขึ้นต่อบรรทัด"
|
|
174
|
+
"status.width_none": "ความกว้างการเขียน Markdown: ใช้ความกว้างหน้าต่าง",
|
|
175
|
+
"suggestion.none": "ใช้ความกว้างหน้าต่าง",
|
|
176
|
+
"suggestion.default": "ความกว้างการเขียนเริ่มต้น"
|
|
188
177
|
},
|
|
189
178
|
"uk": {
|
|
190
179
|
"cmd.toggle_compose": "Markdown: Перемкнути режим редагування",
|
|
@@ -198,10 +187,9 @@
|
|
|
198
187
|
"status.width_set": "Ширину редагування Markdown встановлено на %{width}",
|
|
199
188
|
"status.invalid_width": "Невірна ширина - має бути від 20 до 300",
|
|
200
189
|
"prompt.compose_width": "Ширина редагування: ",
|
|
201
|
-
"
|
|
202
|
-
"suggestion.
|
|
203
|
-
"suggestion.
|
|
204
|
-
"suggestion.wide": "Широкий - більше контенту на рядок"
|
|
190
|
+
"status.width_none": "Ширина редагування Markdown: використовується ширина вікна",
|
|
191
|
+
"suggestion.none": "Використовувати ширину вікна",
|
|
192
|
+
"suggestion.default": "Ширина редагування за замовчуванням"
|
|
205
193
|
},
|
|
206
194
|
"vi": {
|
|
207
195
|
"cmd.toggle_compose": "Markdown: Bật/tắt chế độ soạn thảo",
|
|
@@ -215,10 +203,9 @@
|
|
|
215
203
|
"status.width_set": "Đã đặt chiều rộng soạn thảo Markdown thành %{width}",
|
|
216
204
|
"status.invalid_width": "Chiều rộng không hợp lệ - phải từ 20 đến 300",
|
|
217
205
|
"prompt.compose_width": "Chiều rộng soạn thảo: ",
|
|
218
|
-
"
|
|
219
|
-
"suggestion.
|
|
220
|
-
"suggestion.
|
|
221
|
-
"suggestion.wide": "Rộng - nhiều nội dung hơn trên mỗi dòng"
|
|
206
|
+
"status.width_none": "Chiều rộng soạn thảo Markdown: dùng chiều rộng cửa sổ",
|
|
207
|
+
"suggestion.none": "Dùng chiều rộng cửa sổ",
|
|
208
|
+
"suggestion.default": "Chiều rộng soạn thảo mặc định"
|
|
222
209
|
},
|
|
223
210
|
"zh-CN": {
|
|
224
211
|
"cmd.toggle_compose": "Markdown: 切换撰写模式",
|
|
@@ -232,9 +219,8 @@
|
|
|
232
219
|
"status.width_set": "Markdown撰写宽度已设置为%{width}",
|
|
233
220
|
"status.invalid_width": "无效宽度 - 必须在20到300之间",
|
|
234
221
|
"prompt.compose_width": "撰写宽度: ",
|
|
235
|
-
"
|
|
236
|
-
"suggestion.
|
|
237
|
-
"suggestion.
|
|
238
|
-
"suggestion.wide": "宽 - 每行更多内容"
|
|
222
|
+
"status.width_none": "Markdown撰写宽度: 使用窗口宽度",
|
|
223
|
+
"suggestion.none": "使用窗口宽度",
|
|
224
|
+
"suggestion.default": "默认撰写宽度"
|
|
239
225
|
}
|
|
240
226
|
}
|