@jant/core 0.3.19 → 0.3.21
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/dist/app.js +59 -16
- package/dist/routes/dash/collections.js +38 -10
- package/dist/routes/dash/navigation.js +22 -8
- package/dist/routes/dash/redirects.js +19 -5
- package/dist/routes/dash/settings.js +57 -15
- package/dist/theme/components/PageForm.js +22 -8
- package/dist/theme/components/PostForm.js +22 -8
- package/package.json +1 -1
- package/src/app.tsx +47 -16
- package/src/i18n/locales/en.po +140 -116
- package/src/i18n/locales/zh-Hans.po +140 -116
- package/src/i18n/locales/zh-Hant.po +140 -116
- package/src/routes/dash/collections.tsx +30 -10
- package/src/routes/dash/navigation.tsx +20 -10
- package/src/routes/dash/redirects.tsx +15 -5
- package/src/routes/dash/settings.tsx +53 -15
- package/src/theme/components/PageForm.tsx +20 -10
- package/src/theme/components/PostForm.tsx +20 -10
package/src/i18n/locales/en.po
CHANGED
|
@@ -19,7 +19,7 @@ msgid "{count} replies"
|
|
|
19
19
|
msgstr "{count} replies"
|
|
20
20
|
|
|
21
21
|
#. @context: Navigation link
|
|
22
|
-
#: src/routes/dash/collections.tsx:
|
|
22
|
+
#: src/routes/dash/collections.tsx:282
|
|
23
23
|
msgid "← Back to Collections"
|
|
24
24
|
msgstr "← Back to Collections"
|
|
25
25
|
|
|
@@ -36,12 +36,12 @@ msgid "1 reply"
|
|
|
36
36
|
msgstr "1 reply"
|
|
37
37
|
|
|
38
38
|
#. @context: Redirect type option
|
|
39
|
-
#: src/routes/dash/redirects.tsx:
|
|
39
|
+
#: src/routes/dash/redirects.tsx:146
|
|
40
40
|
msgid "301 (Permanent)"
|
|
41
41
|
msgstr "301 (Permanent)"
|
|
42
42
|
|
|
43
43
|
#. @context: Redirect type option
|
|
44
|
-
#: src/routes/dash/redirects.tsx:
|
|
44
|
+
#: src/routes/dash/redirects.tsx:152
|
|
45
45
|
msgid "302 (Temporary)"
|
|
46
46
|
msgstr "302 (Temporary)"
|
|
47
47
|
|
|
@@ -51,7 +51,7 @@ msgid "Account"
|
|
|
51
51
|
msgstr "Account"
|
|
52
52
|
|
|
53
53
|
#. @context: Button to open media picker
|
|
54
|
-
#: src/theme/components/PostForm.tsx:
|
|
54
|
+
#: src/theme/components/PostForm.tsx:190
|
|
55
55
|
msgid "Add Media"
|
|
56
56
|
msgstr "Add Media"
|
|
57
57
|
|
|
@@ -79,7 +79,7 @@ msgstr "Are you sure you want to delete this post? This cannot be undone."
|
|
|
79
79
|
#. @context: Post type label - article
|
|
80
80
|
#. @context: Post type option
|
|
81
81
|
#: src/routes/pages/archive.tsx:28
|
|
82
|
-
#: src/theme/components/PostForm.tsx:
|
|
82
|
+
#: src/theme/components/PostForm.tsx:74
|
|
83
83
|
#: src/theme/components/TypeBadge.tsx:20
|
|
84
84
|
msgid "Article"
|
|
85
85
|
msgstr "Article"
|
|
@@ -90,7 +90,7 @@ msgid "Articles"
|
|
|
90
90
|
msgstr "Articles"
|
|
91
91
|
|
|
92
92
|
#. @context: Hint for image post type media requirement
|
|
93
|
-
#: src/theme/components/PostForm.tsx:
|
|
93
|
+
#: src/theme/components/PostForm.tsx:137
|
|
94
94
|
msgid "At least 1 image required for image posts."
|
|
95
95
|
msgstr "At least 1 image required for image posts."
|
|
96
96
|
|
|
@@ -114,19 +114,19 @@ msgstr "Back"
|
|
|
114
114
|
#. @context: Button to cancel form
|
|
115
115
|
#. @context: Button to cancel form
|
|
116
116
|
#. @context: Button to cancel form
|
|
117
|
-
#: src/routes/dash/collections.tsx:
|
|
118
|
-
#: src/routes/dash/collections.tsx:
|
|
119
|
-
#: src/routes/dash/navigation.tsx:
|
|
120
|
-
#: src/routes/dash/redirects.tsx:
|
|
121
|
-
#: src/theme/components/PageForm.tsx:
|
|
122
|
-
#: src/theme/components/PostForm.tsx:
|
|
117
|
+
#: src/routes/dash/collections.tsx:186
|
|
118
|
+
#: src/routes/dash/collections.tsx:365
|
|
119
|
+
#: src/routes/dash/navigation.tsx:192
|
|
120
|
+
#: src/routes/dash/redirects.tsx:177
|
|
121
|
+
#: src/theme/components/PageForm.tsx:171
|
|
122
|
+
#: src/theme/components/PostForm.tsx:333
|
|
123
123
|
msgid "Cancel"
|
|
124
124
|
msgstr "Cancel"
|
|
125
125
|
|
|
126
126
|
#. @context: Button to change password
|
|
127
127
|
#. @context: Settings section heading
|
|
128
|
-
#: src/routes/dash/settings.tsx:
|
|
129
|
-
#: src/routes/dash/settings.tsx:
|
|
128
|
+
#: src/routes/dash/settings.tsx:417
|
|
129
|
+
#: src/routes/dash/settings.tsx:482
|
|
130
130
|
msgid "Change Password"
|
|
131
131
|
msgstr "Change Password"
|
|
132
132
|
|
|
@@ -143,34 +143,34 @@ msgid "Collections"
|
|
|
143
143
|
msgstr "Collections"
|
|
144
144
|
|
|
145
145
|
#. @context: Post form field - assign to collections
|
|
146
|
-
#: src/theme/components/PostForm.tsx:
|
|
146
|
+
#: src/theme/components/PostForm.tsx:273
|
|
147
147
|
msgid "Collections (optional)"
|
|
148
148
|
msgstr "Collections (optional)"
|
|
149
149
|
|
|
150
150
|
#. @context: Appearance settings heading
|
|
151
|
-
#: src/routes/dash/settings.tsx:
|
|
151
|
+
#: src/routes/dash/settings.tsx:311
|
|
152
152
|
msgid "Color theme"
|
|
153
153
|
msgstr "Color theme"
|
|
154
154
|
|
|
155
155
|
#. @context: Setup form submit button
|
|
156
|
-
#: src/app.tsx:
|
|
156
|
+
#: src/app.tsx:254
|
|
157
157
|
msgid "Complete Setup"
|
|
158
158
|
msgstr "Complete Setup"
|
|
159
159
|
|
|
160
160
|
#. @context: Password form field
|
|
161
|
-
#: src/routes/dash/settings.tsx:
|
|
161
|
+
#: src/routes/dash/settings.tsx:459
|
|
162
162
|
msgid "Confirm New Password"
|
|
163
163
|
msgstr "Confirm New Password"
|
|
164
164
|
|
|
165
165
|
#. @context: Password reset form field
|
|
166
|
-
#: src/app.tsx:
|
|
166
|
+
#: src/app.tsx:515
|
|
167
167
|
msgid "Confirm Password"
|
|
168
168
|
msgstr "Confirm Password"
|
|
169
169
|
|
|
170
170
|
#. @context: Page form field label - content
|
|
171
171
|
#. @context: Post form field
|
|
172
|
-
#: src/theme/components/PageForm.tsx:
|
|
173
|
-
#: src/theme/components/PostForm.tsx:
|
|
172
|
+
#: src/theme/components/PageForm.tsx:96
|
|
173
|
+
#: src/theme/components/PostForm.tsx:110
|
|
174
174
|
msgid "Content"
|
|
175
175
|
msgstr "Content"
|
|
176
176
|
|
|
@@ -182,27 +182,27 @@ msgid "Copy"
|
|
|
182
182
|
msgstr "Copy"
|
|
183
183
|
|
|
184
184
|
#. @context: Button to save new collection
|
|
185
|
-
#: src/routes/dash/collections.tsx:
|
|
185
|
+
#: src/routes/dash/collections.tsx:172
|
|
186
186
|
msgid "Create Collection"
|
|
187
187
|
msgstr "Create Collection"
|
|
188
188
|
|
|
189
189
|
#. @context: Button to save new navigation link
|
|
190
|
-
#: src/routes/dash/navigation.tsx:
|
|
190
|
+
#: src/routes/dash/navigation.tsx:178
|
|
191
191
|
msgid "Create Link"
|
|
192
192
|
msgstr "Create Link"
|
|
193
193
|
|
|
194
194
|
#. @context: Button to create new page
|
|
195
|
-
#: src/theme/components/PageForm.tsx:
|
|
195
|
+
#: src/theme/components/PageForm.tsx:157
|
|
196
196
|
msgid "Create Page"
|
|
197
197
|
msgstr "Create Page"
|
|
198
198
|
|
|
199
199
|
#. @context: Button to save new redirect
|
|
200
|
-
#: src/routes/dash/redirects.tsx:
|
|
200
|
+
#: src/routes/dash/redirects.tsx:163
|
|
201
201
|
msgid "Create Redirect"
|
|
202
202
|
msgstr "Create Redirect"
|
|
203
203
|
|
|
204
204
|
#. @context: Setup page description
|
|
205
|
-
#: src/app.tsx:
|
|
205
|
+
#: src/app.tsx:194
|
|
206
206
|
msgid "Create your admin account."
|
|
207
207
|
msgstr "Create your admin account."
|
|
208
208
|
|
|
@@ -217,12 +217,12 @@ msgid "Create your first post"
|
|
|
217
217
|
msgstr "Create your first post"
|
|
218
218
|
|
|
219
219
|
#. @context: Password form field
|
|
220
|
-
#: src/routes/dash/settings.tsx:
|
|
220
|
+
#: src/routes/dash/settings.tsx:426
|
|
221
221
|
msgid "Current Password"
|
|
222
222
|
msgstr "Current Password"
|
|
223
223
|
|
|
224
224
|
#. @context: Post form field
|
|
225
|
-
#: src/theme/components/PostForm.tsx:
|
|
225
|
+
#: src/theme/components/PostForm.tsx:297
|
|
226
226
|
msgid "Custom Path (optional)"
|
|
227
227
|
msgstr "Custom Path (optional)"
|
|
228
228
|
|
|
@@ -248,7 +248,7 @@ msgid "Delete"
|
|
|
248
248
|
msgstr "Delete"
|
|
249
249
|
|
|
250
250
|
#. @context: Button to delete collection
|
|
251
|
-
#: src/routes/dash/collections.tsx:
|
|
251
|
+
#: src/routes/dash/collections.tsx:374
|
|
252
252
|
msgid "Delete Collection"
|
|
253
253
|
msgstr "Delete Collection"
|
|
254
254
|
|
|
@@ -268,32 +268,32 @@ msgid "Deleting this media will remove it permanently from storage."
|
|
|
268
268
|
msgstr "Deleting this media will remove it permanently from storage."
|
|
269
269
|
|
|
270
270
|
#. @context: Hint shown on signin page when demo credentials are pre-filled
|
|
271
|
-
#: src/app.tsx:
|
|
271
|
+
#: src/app.tsx:353
|
|
272
272
|
msgid "Demo account pre-filled. Just click Sign In."
|
|
273
273
|
msgstr "Demo account pre-filled. Just click Sign In."
|
|
274
274
|
|
|
275
275
|
#. @context: Collection form field
|
|
276
276
|
#. @context: Collection form field
|
|
277
|
-
#: src/routes/dash/collections.tsx:
|
|
278
|
-
#: src/routes/dash/collections.tsx:
|
|
277
|
+
#: src/routes/dash/collections.tsx:153
|
|
278
|
+
#: src/routes/dash/collections.tsx:338
|
|
279
279
|
msgid "Description (optional)"
|
|
280
280
|
msgstr "Description (optional)"
|
|
281
281
|
|
|
282
282
|
#. @context: Navigation label help text
|
|
283
|
-
#: src/routes/dash/navigation.tsx:
|
|
283
|
+
#: src/routes/dash/navigation.tsx:140
|
|
284
284
|
msgid "Display text for the link"
|
|
285
285
|
msgstr "Display text for the link"
|
|
286
286
|
|
|
287
287
|
#. @context: Close media picker button
|
|
288
|
-
#: src/theme/components/PostForm.tsx:
|
|
288
|
+
#: src/theme/components/PostForm.tsx:355
|
|
289
289
|
msgid "Done"
|
|
290
290
|
msgstr "Done"
|
|
291
291
|
|
|
292
292
|
#. @context: Page status option - draft
|
|
293
293
|
#. @context: Post visibility badge - draft
|
|
294
294
|
#. @context: Post visibility option
|
|
295
|
-
#: src/theme/components/PageForm.tsx:
|
|
296
|
-
#: src/theme/components/PostForm.tsx:
|
|
295
|
+
#: src/theme/components/PageForm.tsx:133
|
|
296
|
+
#: src/theme/components/PostForm.tsx:261
|
|
297
297
|
#: src/theme/components/VisibilityBadge.tsx:38
|
|
298
298
|
msgid "Draft"
|
|
299
299
|
msgstr "Draft"
|
|
@@ -304,7 +304,7 @@ msgid "Drafts"
|
|
|
304
304
|
msgstr "Drafts"
|
|
305
305
|
|
|
306
306
|
#. @context: Source name placeholder
|
|
307
|
-
#: src/theme/components/PostForm.tsx:
|
|
307
|
+
#: src/theme/components/PostForm.tsx:226
|
|
308
308
|
msgid "e.g. The Verge, John Doe"
|
|
309
309
|
msgstr "e.g. The Verge, John Doe"
|
|
310
310
|
|
|
@@ -317,7 +317,7 @@ msgstr "e.g. The Verge, John Doe"
|
|
|
317
317
|
#. @context: Button to edit post
|
|
318
318
|
#. @context: Button to edit post
|
|
319
319
|
#: src/routes/dash/collections.tsx:66
|
|
320
|
-
#: src/routes/dash/collections.tsx:
|
|
320
|
+
#: src/routes/dash/collections.tsx:220
|
|
321
321
|
#: src/routes/dash/navigation.tsx:61
|
|
322
322
|
#: src/routes/dash/pages.tsx:64
|
|
323
323
|
#: src/routes/dash/pages.tsx:134
|
|
@@ -328,7 +328,7 @@ msgid "Edit"
|
|
|
328
328
|
msgstr "Edit"
|
|
329
329
|
|
|
330
330
|
#. @context: Page heading
|
|
331
|
-
#: src/routes/dash/collections.tsx:
|
|
331
|
+
#: src/routes/dash/collections.tsx:304
|
|
332
332
|
msgid "Edit Collection"
|
|
333
333
|
msgstr "Edit Collection"
|
|
334
334
|
|
|
@@ -358,19 +358,19 @@ msgstr "Edit Post"
|
|
|
358
358
|
|
|
359
359
|
#. @context: Setup/signin form field - email
|
|
360
360
|
#. @context: Setup/signin form field - email
|
|
361
|
-
#: src/app.tsx:
|
|
362
|
-
#: src/app.tsx:
|
|
361
|
+
#: src/app.tsx:224
|
|
362
|
+
#: src/app.tsx:368
|
|
363
363
|
msgid "Email"
|
|
364
364
|
msgstr "Email"
|
|
365
365
|
|
|
366
366
|
#. @context: Password reset page description
|
|
367
|
-
#: src/app.tsx:
|
|
367
|
+
#: src/app.tsx:484
|
|
368
368
|
msgid "Enter your new password."
|
|
369
369
|
msgstr "Enter your new password."
|
|
370
370
|
|
|
371
371
|
#. @context: Post visibility badge - featured
|
|
372
372
|
#. @context: Post visibility option
|
|
373
|
-
#: src/theme/components/PostForm.tsx:
|
|
373
|
+
#: src/theme/components/PostForm.tsx:249
|
|
374
374
|
#: src/theme/components/VisibilityBadge.tsx:26
|
|
375
375
|
msgid "Featured"
|
|
376
376
|
msgstr "Featured"
|
|
@@ -386,14 +386,14 @@ msgid "Found 1 result"
|
|
|
386
386
|
msgstr "Found 1 result"
|
|
387
387
|
|
|
388
388
|
#. @context: Redirect form field
|
|
389
|
-
#: src/routes/dash/redirects.tsx:
|
|
389
|
+
#: src/routes/dash/redirects.tsx:98
|
|
390
390
|
msgid "From Path"
|
|
391
391
|
msgstr "From Path"
|
|
392
392
|
|
|
393
393
|
#. @context: Settings section heading
|
|
394
394
|
#. @context: Settings sub-navigation tab
|
|
395
395
|
#: src/routes/dash/settings.tsx:47
|
|
396
|
-
#: src/routes/dash/settings.tsx:
|
|
396
|
+
#: src/routes/dash/settings.tsx:131
|
|
397
397
|
msgid "General"
|
|
398
398
|
msgstr "General"
|
|
399
399
|
|
|
@@ -401,7 +401,7 @@ msgstr "General"
|
|
|
401
401
|
#. @context: Post type label - image
|
|
402
402
|
#. @context: Post type option
|
|
403
403
|
#: src/routes/pages/archive.tsx:37
|
|
404
|
-
#: src/theme/components/PostForm.tsx:
|
|
404
|
+
#: src/theme/components/PostForm.tsx:83
|
|
405
405
|
#: src/theme/components/TypeBadge.tsx:29
|
|
406
406
|
msgid "Image"
|
|
407
407
|
msgstr "Image"
|
|
@@ -417,17 +417,17 @@ msgid "Images are automatically optimized: resized to max 1920px, converted to W
|
|
|
417
417
|
msgstr "Images are automatically optimized: resized to max 1920px, converted to WebP, and metadata stripped."
|
|
418
418
|
|
|
419
419
|
#. @context: Password reset error heading
|
|
420
|
-
#: src/app.tsx:
|
|
420
|
+
#: src/app.tsx:559
|
|
421
421
|
msgid "Invalid or Expired Link"
|
|
422
422
|
msgstr "Invalid or Expired Link"
|
|
423
423
|
|
|
424
424
|
#. @context: Navigation link form field
|
|
425
|
-
#: src/routes/dash/navigation.tsx:
|
|
425
|
+
#: src/routes/dash/navigation.tsx:127
|
|
426
426
|
msgid "Label"
|
|
427
427
|
msgstr "Label"
|
|
428
428
|
|
|
429
429
|
#. @context: Settings form field
|
|
430
|
-
#: src/routes/dash/settings.tsx:
|
|
430
|
+
#: src/routes/dash/settings.tsx:172
|
|
431
431
|
msgid "Language"
|
|
432
432
|
msgstr "Language"
|
|
433
433
|
|
|
@@ -440,7 +440,7 @@ msgstr "Language"
|
|
|
440
440
|
#. @context: Post type label - link
|
|
441
441
|
#. @context: Post type option
|
|
442
442
|
#: src/routes/pages/archive.tsx:32
|
|
443
|
-
#: src/theme/components/PostForm.tsx:
|
|
443
|
+
#: src/theme/components/PostForm.tsx:77
|
|
444
444
|
#: src/theme/components/TypeBadge.tsx:24
|
|
445
445
|
msgid "Link"
|
|
446
446
|
msgstr "Link"
|
|
@@ -458,12 +458,12 @@ msgid "Load more"
|
|
|
458
458
|
msgstr "Load more"
|
|
459
459
|
|
|
460
460
|
#. @context: Loading state for media picker
|
|
461
|
-
#: src/theme/components/PostForm.tsx:
|
|
461
|
+
#: src/theme/components/PostForm.tsx:366
|
|
462
462
|
msgid "Loading..."
|
|
463
463
|
msgstr "Loading..."
|
|
464
464
|
|
|
465
465
|
#. @context: Page path validation message
|
|
466
|
-
#: src/theme/components/PageForm.tsx:
|
|
466
|
+
#: src/theme/components/PageForm.tsx:77
|
|
467
467
|
msgid "Lowercase letters, numbers, and hyphens only"
|
|
468
468
|
msgstr "Lowercase letters, numbers, and hyphens only"
|
|
469
469
|
|
|
@@ -476,7 +476,7 @@ msgstr "Markdown"
|
|
|
476
476
|
#. @context: Media main heading
|
|
477
477
|
#. @context: Post form field - media attachments
|
|
478
478
|
#: src/routes/dash/media.tsx:151
|
|
479
|
-
#: src/theme/components/PostForm.tsx:
|
|
479
|
+
#: src/theme/components/PostForm.tsx:128
|
|
480
480
|
#: src/theme/layouts/DashLayout.tsx:105
|
|
481
481
|
msgid "Media"
|
|
482
482
|
msgstr "Media"
|
|
@@ -487,12 +487,12 @@ msgstr "Media"
|
|
|
487
487
|
#~ msgstr "My Blog"
|
|
488
488
|
|
|
489
489
|
#. @context: Collection title placeholder
|
|
490
|
-
#: src/routes/dash/collections.tsx:
|
|
490
|
+
#: src/routes/dash/collections.tsx:124
|
|
491
491
|
msgid "My Collection"
|
|
492
492
|
msgstr "My Collection"
|
|
493
493
|
|
|
494
494
|
#. @context: Account settings form field
|
|
495
|
-
#: src/routes/dash/settings.tsx:
|
|
495
|
+
#: src/routes/dash/settings.tsx:373
|
|
496
496
|
msgid "Name"
|
|
497
497
|
msgstr "Name"
|
|
498
498
|
|
|
@@ -535,8 +535,8 @@ msgstr "New Page"
|
|
|
535
535
|
|
|
536
536
|
#. @context: Password form field
|
|
537
537
|
#. @context: Password reset form field
|
|
538
|
-
#: src/app.tsx:
|
|
539
|
-
#: src/routes/dash/settings.tsx:
|
|
538
|
+
#: src/app.tsx:499
|
|
539
|
+
#: src/routes/dash/settings.tsx:442
|
|
540
540
|
msgid "New Password"
|
|
541
541
|
msgstr "New Password"
|
|
542
542
|
|
|
@@ -592,7 +592,7 @@ msgstr "No posts found."
|
|
|
592
592
|
|
|
593
593
|
#. @context: Empty state message
|
|
594
594
|
#. @context: Empty state message
|
|
595
|
-
#: src/routes/dash/collections.tsx:
|
|
595
|
+
#: src/routes/dash/collections.tsx:243
|
|
596
596
|
#: src/routes/pages/collection.tsx:39
|
|
597
597
|
msgid "No posts in this collection."
|
|
598
598
|
msgstr "No posts in this collection."
|
|
@@ -618,7 +618,7 @@ msgstr "No results found."
|
|
|
618
618
|
#. @context: Post type label - note
|
|
619
619
|
#. @context: Post type option
|
|
620
620
|
#: src/routes/pages/archive.tsx:27
|
|
621
|
-
#: src/theme/components/PostForm.tsx:
|
|
621
|
+
#: src/theme/components/PostForm.tsx:71
|
|
622
622
|
#: src/theme/components/TypeBadge.tsx:19
|
|
623
623
|
msgid "Note"
|
|
624
624
|
msgstr "Note"
|
|
@@ -643,12 +643,12 @@ msgid "Page {page}"
|
|
|
643
643
|
msgstr "Page {page}"
|
|
644
644
|
|
|
645
645
|
#. @context: Page content placeholder
|
|
646
|
-
#: src/theme/components/PageForm.tsx:
|
|
646
|
+
#: src/theme/components/PageForm.tsx:104
|
|
647
647
|
msgid "Page content (Markdown supported)..."
|
|
648
648
|
msgstr "Page content (Markdown supported)..."
|
|
649
649
|
|
|
650
650
|
#. @context: Page title placeholder
|
|
651
|
-
#: src/theme/components/PageForm.tsx:
|
|
651
|
+
#: src/theme/components/PageForm.tsx:53
|
|
652
652
|
msgid "Page title..."
|
|
653
653
|
msgstr "Page title..."
|
|
654
654
|
|
|
@@ -663,18 +663,18 @@ msgstr "Pages"
|
|
|
663
663
|
|
|
664
664
|
#. @context: Setup/signin form field - password
|
|
665
665
|
#. @context: Setup/signin form field - password
|
|
666
|
-
#: src/app.tsx:
|
|
667
|
-
#: src/app.tsx:
|
|
666
|
+
#: src/app.tsx:239
|
|
667
|
+
#: src/app.tsx:377
|
|
668
668
|
msgid "Password"
|
|
669
669
|
msgstr "Password"
|
|
670
670
|
|
|
671
671
|
#. @context: Page form field label - URL path
|
|
672
|
-
#: src/theme/components/PageForm.tsx:
|
|
672
|
+
#: src/theme/components/PageForm.tsx:64
|
|
673
673
|
msgid "Path"
|
|
674
674
|
msgstr "Path"
|
|
675
675
|
|
|
676
676
|
#. @context: Navigation URL help text
|
|
677
|
-
#: src/routes/dash/navigation.tsx:
|
|
677
|
+
#: src/routes/dash/navigation.tsx:162
|
|
678
678
|
msgid "Path (e.g. /archive) or full URL (e.g. https://example.com)"
|
|
679
679
|
msgstr "Path (e.g. /archive) or full URL (e.g. https://example.com)"
|
|
680
680
|
|
|
@@ -691,7 +691,7 @@ msgid "Post"
|
|
|
691
691
|
msgstr "Post"
|
|
692
692
|
|
|
693
693
|
#. @context: Post title placeholder
|
|
694
|
-
#: src/theme/components/PostForm.tsx:
|
|
694
|
+
#: src/theme/components/PostForm.tsx:100
|
|
695
695
|
msgid "Post title..."
|
|
696
696
|
msgstr "Post title..."
|
|
697
697
|
|
|
@@ -703,7 +703,7 @@ msgid "Posts"
|
|
|
703
703
|
msgstr "Posts"
|
|
704
704
|
|
|
705
705
|
#. @context: Collection posts section heading
|
|
706
|
-
#: src/routes/dash/collections.tsx:
|
|
706
|
+
#: src/routes/dash/collections.tsx:205
|
|
707
707
|
msgid "Posts in Collection ({count})"
|
|
708
708
|
msgstr "Posts in Collection ({count})"
|
|
709
709
|
|
|
@@ -719,30 +719,54 @@ msgstr "Preview"
|
|
|
719
719
|
msgid "Previous"
|
|
720
720
|
msgstr "Previous"
|
|
721
721
|
|
|
722
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
723
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
724
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
725
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
726
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
727
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
728
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
729
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
730
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
731
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
732
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
733
|
+
#. @context: Loading text shown on submit button while request is in progress
|
|
722
734
|
#. @context: Upload status - processing
|
|
735
|
+
#: src/app.tsx:260
|
|
736
|
+
#: src/app.tsx:397
|
|
737
|
+
#: src/app.tsx:537
|
|
738
|
+
#: src/routes/dash/collections.tsx:178
|
|
739
|
+
#: src/routes/dash/collections.tsx:357
|
|
723
740
|
#: src/routes/dash/media.tsx:119
|
|
741
|
+
#: src/routes/dash/navigation.tsx:184
|
|
742
|
+
#: src/routes/dash/redirects.tsx:169
|
|
743
|
+
#: src/routes/dash/settings.tsx:200
|
|
744
|
+
#: src/routes/dash/settings.tsx:400
|
|
745
|
+
#: src/routes/dash/settings.tsx:488
|
|
746
|
+
#: src/theme/components/PageForm.tsx:163
|
|
747
|
+
#: src/theme/components/PostForm.tsx:325
|
|
724
748
|
msgid "Processing..."
|
|
725
749
|
msgstr "Processing..."
|
|
726
750
|
|
|
727
751
|
#. @context: Account settings section heading
|
|
728
|
-
#: src/routes/dash/settings.tsx:
|
|
752
|
+
#: src/routes/dash/settings.tsx:364
|
|
729
753
|
msgid "Profile"
|
|
730
754
|
msgstr "Profile"
|
|
731
755
|
|
|
732
756
|
#. @context: Button to publish new post
|
|
733
|
-
#: src/theme/components/PostForm.tsx:
|
|
757
|
+
#: src/theme/components/PostForm.tsx:319
|
|
734
758
|
msgid "Publish"
|
|
735
759
|
msgstr "Publish"
|
|
736
760
|
|
|
737
761
|
#. @context: Page status option - published
|
|
738
762
|
#. @context: Post status label
|
|
739
763
|
#: src/routes/dash/index.tsx:45
|
|
740
|
-
#: src/theme/components/PageForm.tsx:
|
|
764
|
+
#: src/theme/components/PageForm.tsx:127
|
|
741
765
|
msgid "Published"
|
|
742
766
|
msgstr "Published"
|
|
743
767
|
|
|
744
768
|
#. @context: Page status helper text
|
|
745
|
-
#: src/theme/components/PageForm.tsx:
|
|
769
|
+
#: src/theme/components/PageForm.tsx:140
|
|
746
770
|
msgid "Published pages are accessible via their path. Drafts are not visible."
|
|
747
771
|
msgstr "Published pages are accessible via their path. Drafts are not visible."
|
|
748
772
|
|
|
@@ -757,7 +781,7 @@ msgid "Quiet"
|
|
|
757
781
|
msgstr "Quiet"
|
|
758
782
|
|
|
759
783
|
#. @context: Post visibility option
|
|
760
|
-
#: src/theme/components/PostForm.tsx:
|
|
784
|
+
#: src/theme/components/PostForm.tsx:243
|
|
761
785
|
msgid "Quiet (normal)"
|
|
762
786
|
msgstr "Quiet (normal)"
|
|
763
787
|
|
|
@@ -765,7 +789,7 @@ msgstr "Quiet (normal)"
|
|
|
765
789
|
#. @context: Post type label - quote
|
|
766
790
|
#. @context: Post type option
|
|
767
791
|
#: src/routes/pages/archive.tsx:33
|
|
768
|
-
#: src/theme/components/PostForm.tsx:
|
|
792
|
+
#: src/theme/components/PostForm.tsx:80
|
|
769
793
|
#: src/theme/components/TypeBadge.tsx:25
|
|
770
794
|
msgid "Quote"
|
|
771
795
|
msgstr "Quote"
|
|
@@ -784,30 +808,30 @@ msgstr "Redirects"
|
|
|
784
808
|
|
|
785
809
|
#. @context: Button to remove post from collection
|
|
786
810
|
#. @context: Remove media attachment button
|
|
787
|
-
#: src/routes/dash/collections.tsx:
|
|
788
|
-
#: src/theme/components/PostForm.tsx:
|
|
811
|
+
#: src/routes/dash/collections.tsx:267
|
|
812
|
+
#: src/theme/components/PostForm.tsx:173
|
|
789
813
|
msgid "Remove"
|
|
790
814
|
msgstr "Remove"
|
|
791
815
|
|
|
792
816
|
#. @context: Password reset form submit button
|
|
793
817
|
#. @context: Password reset page heading
|
|
794
|
-
#: src/app.tsx:
|
|
795
|
-
#: src/app.tsx:
|
|
818
|
+
#: src/app.tsx:478
|
|
819
|
+
#: src/app.tsx:531
|
|
796
820
|
msgid "Reset Password"
|
|
797
821
|
msgstr "Reset Password"
|
|
798
822
|
|
|
799
823
|
#. @context: Button to save edited navigation link
|
|
800
|
-
#: src/routes/dash/navigation.tsx:
|
|
824
|
+
#: src/routes/dash/navigation.tsx:174
|
|
801
825
|
msgid "Save Changes"
|
|
802
826
|
msgstr "Save Changes"
|
|
803
827
|
|
|
804
828
|
#. @context: Button to save profile
|
|
805
|
-
#: src/routes/dash/settings.tsx:
|
|
829
|
+
#: src/routes/dash/settings.tsx:394
|
|
806
830
|
msgid "Save Profile"
|
|
807
831
|
msgstr "Save Profile"
|
|
808
832
|
|
|
809
833
|
#. @context: Button to save settings
|
|
810
|
-
#: src/routes/dash/settings.tsx:
|
|
834
|
+
#: src/routes/dash/settings.tsx:194
|
|
811
835
|
msgid "Save Settings"
|
|
812
836
|
msgstr "Save Settings"
|
|
813
837
|
|
|
@@ -829,7 +853,7 @@ msgid "Search posts..."
|
|
|
829
853
|
msgstr "Search posts..."
|
|
830
854
|
|
|
831
855
|
#. @context: Media picker dialog title
|
|
832
|
-
#: src/theme/components/PostForm.tsx:
|
|
856
|
+
#: src/theme/components/PostForm.tsx:345
|
|
833
857
|
msgid "Select Media"
|
|
834
858
|
msgstr "Select Media"
|
|
835
859
|
|
|
@@ -838,8 +862,8 @@ msgstr "Select Media"
|
|
|
838
862
|
#. @context: Dashboard heading
|
|
839
863
|
#. @context: Dashboard navigation - site settings
|
|
840
864
|
#: src/routes/dash/settings.tsx:118
|
|
841
|
-
#: src/routes/dash/settings.tsx:
|
|
842
|
-
#: src/routes/dash/settings.tsx:
|
|
865
|
+
#: src/routes/dash/settings.tsx:300
|
|
866
|
+
#: src/routes/dash/settings.tsx:351
|
|
843
867
|
#: src/theme/layouts/DashLayout.tsx:143
|
|
844
868
|
msgid "Settings"
|
|
845
869
|
msgstr "Settings"
|
|
@@ -857,8 +881,8 @@ msgstr "Show {remainingCount} more {0}"
|
|
|
857
881
|
|
|
858
882
|
#. @context: Sign in form submit button
|
|
859
883
|
#. @context: Sign in page heading
|
|
860
|
-
#: src/app.tsx:
|
|
861
|
-
#: src/app.tsx:
|
|
884
|
+
#: src/app.tsx:344
|
|
885
|
+
#: src/app.tsx:391
|
|
862
886
|
msgid "Sign In"
|
|
863
887
|
msgstr "Sign In"
|
|
864
888
|
|
|
@@ -868,34 +892,34 @@ msgid "Sign Out"
|
|
|
868
892
|
msgstr "Sign Out"
|
|
869
893
|
|
|
870
894
|
#. @context: Settings form field
|
|
871
|
-
#: src/routes/dash/settings.tsx:
|
|
895
|
+
#: src/routes/dash/settings.tsx:155
|
|
872
896
|
msgid "Site Description"
|
|
873
897
|
msgstr "Site Description"
|
|
874
898
|
|
|
875
899
|
#. @context: Settings form field
|
|
876
|
-
#: src/routes/dash/settings.tsx:
|
|
900
|
+
#: src/routes/dash/settings.tsx:140
|
|
877
901
|
msgid "Site Name"
|
|
878
902
|
msgstr "Site Name"
|
|
879
903
|
|
|
880
904
|
#. @context: Collection form field
|
|
881
905
|
#. @context: Collection form field
|
|
882
|
-
#: src/routes/dash/collections.tsx:
|
|
883
|
-
#: src/routes/dash/collections.tsx:
|
|
906
|
+
#: src/routes/dash/collections.tsx:133
|
|
907
|
+
#: src/routes/dash/collections.tsx:325
|
|
884
908
|
msgid "Slug"
|
|
885
909
|
msgstr "Slug"
|
|
886
910
|
|
|
887
911
|
#. @context: Post form field - name of the source website or author
|
|
888
|
-
#: src/theme/components/PostForm.tsx:
|
|
912
|
+
#: src/theme/components/PostForm.tsx:216
|
|
889
913
|
msgid "Source Name (optional)"
|
|
890
914
|
msgstr "Source Name (optional)"
|
|
891
915
|
|
|
892
916
|
#. @context: Post form field
|
|
893
|
-
#: src/theme/components/PostForm.tsx:
|
|
917
|
+
#: src/theme/components/PostForm.tsx:200
|
|
894
918
|
msgid "Source URL (optional)"
|
|
895
919
|
msgstr "Source URL (optional)"
|
|
896
920
|
|
|
897
921
|
#. @context: Page form field label - publish status
|
|
898
|
-
#: src/theme/components/PageForm.tsx:
|
|
922
|
+
#: src/theme/components/PageForm.tsx:117
|
|
899
923
|
msgid "Status"
|
|
900
924
|
msgstr "Status"
|
|
901
925
|
|
|
@@ -905,27 +929,27 @@ msgstr "Status"
|
|
|
905
929
|
#~ msgstr "Supported formats: JPEG, PNG, GIF, WebP, SVG. Max size: 10MB."
|
|
906
930
|
|
|
907
931
|
#. @context: Redirect to path help text
|
|
908
|
-
#: src/routes/dash/redirects.tsx:
|
|
932
|
+
#: src/routes/dash/redirects.tsx:133
|
|
909
933
|
msgid "The destination path or URL"
|
|
910
934
|
msgstr "The destination path or URL"
|
|
911
935
|
|
|
912
936
|
#. @context: Redirect from path help text
|
|
913
|
-
#: src/routes/dash/redirects.tsx:
|
|
937
|
+
#: src/routes/dash/redirects.tsx:111
|
|
914
938
|
msgid "The path to redirect from"
|
|
915
939
|
msgstr "The path to redirect from"
|
|
916
940
|
|
|
917
941
|
#. @context: Page path helper text
|
|
918
|
-
#: src/theme/components/PageForm.tsx:
|
|
942
|
+
#: src/theme/components/PageForm.tsx:85
|
|
919
943
|
msgid "The URL path for this page. Use lowercase letters, numbers, and hyphens."
|
|
920
944
|
msgstr "The URL path for this page. Use lowercase letters, numbers, and hyphens."
|
|
921
945
|
|
|
922
946
|
#. @context: Password reset error description
|
|
923
|
-
#: src/app.tsx:
|
|
947
|
+
#: src/app.tsx:567
|
|
924
948
|
msgid "This password reset link is invalid or has expired. Please generate a new one."
|
|
925
949
|
msgstr "This password reset link is invalid or has expired. Please generate a new one."
|
|
926
950
|
|
|
927
951
|
#. @context: Appearance settings description
|
|
928
|
-
#: src/routes/dash/settings.tsx:
|
|
952
|
+
#: src/routes/dash/settings.tsx:317
|
|
929
953
|
msgid "This will theme both your site and your dashboard. All color themes support dark mode."
|
|
930
954
|
msgstr "This will theme both your site and your dashboard. All color themes support dark mode."
|
|
931
955
|
|
|
@@ -947,32 +971,32 @@ msgstr "Thread with 1 post"
|
|
|
947
971
|
#. @context: Collection form field
|
|
948
972
|
#. @context: Collection form field
|
|
949
973
|
#. @context: Page form field label - title
|
|
950
|
-
#: src/routes/dash/collections.tsx:
|
|
951
|
-
#: src/routes/dash/collections.tsx:
|
|
952
|
-
#: src/theme/components/PageForm.tsx:
|
|
974
|
+
#: src/routes/dash/collections.tsx:114
|
|
975
|
+
#: src/routes/dash/collections.tsx:315
|
|
976
|
+
#: src/theme/components/PageForm.tsx:44
|
|
953
977
|
msgid "Title"
|
|
954
978
|
msgstr "Title"
|
|
955
979
|
|
|
956
980
|
#. @context: Post form field
|
|
957
|
-
#: src/theme/components/PostForm.tsx:
|
|
981
|
+
#: src/theme/components/PostForm.tsx:91
|
|
958
982
|
msgid "Title (optional)"
|
|
959
983
|
msgstr "Title (optional)"
|
|
960
984
|
|
|
961
985
|
#. @context: Redirect form field
|
|
962
|
-
#: src/routes/dash/redirects.tsx:
|
|
986
|
+
#: src/routes/dash/redirects.tsx:120
|
|
963
987
|
msgid "To Path"
|
|
964
988
|
msgstr "To Path"
|
|
965
989
|
|
|
966
990
|
#. @context: Post form field - post type
|
|
967
991
|
#. @context: Redirect form field
|
|
968
|
-
#: src/routes/dash/redirects.tsx:
|
|
969
|
-
#: src/theme/components/PostForm.tsx:
|
|
992
|
+
#: src/routes/dash/redirects.tsx:142
|
|
993
|
+
#: src/theme/components/PostForm.tsx:64
|
|
970
994
|
msgid "Type"
|
|
971
995
|
msgstr "Type"
|
|
972
996
|
|
|
973
997
|
#. @context: Post visibility badge - unlisted
|
|
974
998
|
#. @context: Post visibility option
|
|
975
|
-
#: src/theme/components/PostForm.tsx:
|
|
999
|
+
#: src/theme/components/PostForm.tsx:255
|
|
976
1000
|
#: src/theme/components/VisibilityBadge.tsx:34
|
|
977
1001
|
msgid "Unlisted"
|
|
978
1002
|
msgstr "Unlisted"
|
|
@@ -985,17 +1009,17 @@ msgid "Untitled"
|
|
|
985
1009
|
msgstr "Untitled"
|
|
986
1010
|
|
|
987
1011
|
#. @context: Button to update existing post
|
|
988
|
-
#: src/theme/components/PostForm.tsx:
|
|
1012
|
+
#: src/theme/components/PostForm.tsx:315
|
|
989
1013
|
msgid "Update"
|
|
990
1014
|
msgstr "Update"
|
|
991
1015
|
|
|
992
1016
|
#. @context: Button to save collection changes
|
|
993
|
-
#: src/routes/dash/collections.tsx:
|
|
1017
|
+
#: src/routes/dash/collections.tsx:351
|
|
994
1018
|
msgid "Update Collection"
|
|
995
1019
|
msgstr "Update Collection"
|
|
996
1020
|
|
|
997
1021
|
#. @context: Button to update existing page
|
|
998
|
-
#: src/theme/components/PageForm.tsx:
|
|
1022
|
+
#: src/theme/components/PageForm.tsx:153
|
|
999
1023
|
msgid "Update Page"
|
|
1000
1024
|
msgstr "Update Page"
|
|
1001
1025
|
|
|
@@ -1022,12 +1046,12 @@ msgstr "Uploading..."
|
|
|
1022
1046
|
#. @context: Media detail section - URL
|
|
1023
1047
|
#. @context: Navigation link form field
|
|
1024
1048
|
#: src/routes/dash/media.tsx:318
|
|
1025
|
-
#: src/routes/dash/navigation.tsx:
|
|
1049
|
+
#: src/routes/dash/navigation.tsx:149
|
|
1026
1050
|
msgid "URL"
|
|
1027
1051
|
msgstr "URL"
|
|
1028
1052
|
|
|
1029
1053
|
#. @context: Collection path help text
|
|
1030
|
-
#: src/routes/dash/collections.tsx:
|
|
1054
|
+
#: src/routes/dash/collections.tsx:144
|
|
1031
1055
|
msgid "URL-safe identifier (lowercase, numbers, hyphens)"
|
|
1032
1056
|
msgstr "URL-safe identifier (lowercase, numbers, hyphens)"
|
|
1033
1057
|
|
|
@@ -1044,7 +1068,7 @@ msgstr "Use this URL to embed the media in your posts."
|
|
|
1044
1068
|
#. @context: Button to view post
|
|
1045
1069
|
#. @context: Button to view post on public site
|
|
1046
1070
|
#: src/routes/dash/collections.tsx:71
|
|
1047
|
-
#: src/routes/dash/collections.tsx:
|
|
1071
|
+
#: src/routes/dash/collections.tsx:225
|
|
1048
1072
|
#: src/routes/dash/pages.tsx:73
|
|
1049
1073
|
#: src/routes/dash/pages.tsx:143
|
|
1050
1074
|
#: src/routes/dash/posts.tsx:147
|
|
@@ -1064,26 +1088,26 @@ msgid "View Site"
|
|
|
1064
1088
|
msgstr "View Site"
|
|
1065
1089
|
|
|
1066
1090
|
#. @context: Post form field
|
|
1067
|
-
#: src/theme/components/PostForm.tsx:
|
|
1091
|
+
#: src/theme/components/PostForm.tsx:236
|
|
1068
1092
|
msgid "Visibility"
|
|
1069
1093
|
msgstr "Visibility"
|
|
1070
1094
|
|
|
1071
1095
|
#. @context: Setup page welcome heading
|
|
1072
|
-
#: src/app.tsx:
|
|
1096
|
+
#: src/app.tsx:188
|
|
1073
1097
|
msgid "Welcome to Jant"
|
|
1074
1098
|
msgstr "Welcome to Jant"
|
|
1075
1099
|
|
|
1076
1100
|
#. @context: Post content placeholder
|
|
1077
|
-
#: src/theme/components/PostForm.tsx:
|
|
1101
|
+
#: src/theme/components/PostForm.tsx:115
|
|
1078
1102
|
msgid "What's on your mind?"
|
|
1079
1103
|
msgstr "What's on your mind?"
|
|
1080
1104
|
|
|
1081
1105
|
#. @context: Collection description placeholder
|
|
1082
|
-
#: src/routes/dash/collections.tsx:
|
|
1106
|
+
#: src/routes/dash/collections.tsx:162
|
|
1083
1107
|
msgid "What's this collection about?"
|
|
1084
1108
|
msgstr "What's this collection about?"
|
|
1085
1109
|
|
|
1086
1110
|
#. @context: Setup form field - user name
|
|
1087
|
-
#: src/app.tsx:
|
|
1111
|
+
#: src/app.tsx:209
|
|
1088
1112
|
msgid "Your Name"
|
|
1089
1113
|
msgstr "Your Name"
|