@jant/core 0.3.4 → 0.3.6
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.d.ts.map +1 -1
- package/dist/app.js +3 -0
- package/dist/i18n/locales/en.d.ts.map +1 -1
- package/dist/i18n/locales/en.js +1 -1
- package/dist/i18n/locales/zh-Hans.d.ts.map +1 -1
- package/dist/i18n/locales/zh-Hans.js +1 -1
- package/dist/i18n/locales/zh-Hant.d.ts.map +1 -1
- package/dist/i18n/locales/zh-Hant.js +1 -1
- package/dist/middleware/onboarding.d.ts +26 -0
- package/dist/middleware/onboarding.d.ts.map +1 -0
- package/dist/middleware/onboarding.js +36 -0
- package/dist/routes/pages/home.js +0 -4
- package/package.json +1 -1
- package/src/app.tsx +4 -0
- package/src/i18n/locales/en.po +80 -54
- package/src/i18n/locales/en.ts +1 -1
- package/src/i18n/locales/zh-Hans.po +80 -54
- package/src/i18n/locales/zh-Hans.ts +1 -1
- package/src/i18n/locales/zh-Hant.po +80 -54
- package/src/i18n/locales/zh-Hant.ts +1 -1
- package/src/middleware/__tests__/onboarding.test.ts +143 -0
- package/src/middleware/onboarding.ts +60 -0
- package/src/routes/pages/home.tsx +0 -5
package/src/i18n/locales/en.po
CHANGED
|
@@ -45,13 +45,18 @@ msgstr "301 (Permanent)"
|
|
|
45
45
|
msgid "302 (Temporary)"
|
|
46
46
|
msgstr "302 (Temporary)"
|
|
47
47
|
|
|
48
|
+
#. @context: Settings sub-navigation tab
|
|
49
|
+
#: src/routes/dash/settings.tsx:63
|
|
50
|
+
msgid "Account"
|
|
51
|
+
msgstr "Account"
|
|
52
|
+
|
|
48
53
|
#. @context: Archive filter - all types
|
|
49
54
|
#: src/routes/pages/archive.tsx:115
|
|
50
55
|
msgid "All"
|
|
51
56
|
msgstr "All"
|
|
52
57
|
|
|
53
|
-
#. @context:
|
|
54
|
-
#: src/
|
|
58
|
+
#. @context: Settings sub-navigation tab
|
|
59
|
+
#: src/routes/dash/settings.tsx:55
|
|
55
60
|
msgid "Appearance"
|
|
56
61
|
msgstr "Appearance"
|
|
57
62
|
|
|
@@ -77,7 +82,7 @@ msgid "Articles"
|
|
|
77
82
|
msgstr "Articles"
|
|
78
83
|
|
|
79
84
|
#. @context: Button to go back to media list
|
|
80
|
-
#: src/routes/dash/media.tsx:
|
|
85
|
+
#: src/routes/dash/media.tsx:245
|
|
81
86
|
msgid "Back"
|
|
82
87
|
msgstr "Back"
|
|
83
88
|
|
|
@@ -105,13 +110,13 @@ msgstr "Cancel"
|
|
|
105
110
|
|
|
106
111
|
#. @context: Button to change password
|
|
107
112
|
#. @context: Settings section heading
|
|
108
|
-
#: src/routes/dash/settings.tsx:
|
|
109
|
-
#: src/routes/dash/settings.tsx:
|
|
113
|
+
#: src/routes/dash/settings.tsx:392
|
|
114
|
+
#: src/routes/dash/settings.tsx:452
|
|
110
115
|
msgid "Change Password"
|
|
111
116
|
msgstr "Change Password"
|
|
112
117
|
|
|
113
118
|
#. @context: Hint to click image for lightbox
|
|
114
|
-
#: src/routes/dash/media.tsx:
|
|
119
|
+
#: src/routes/dash/media.tsx:278
|
|
115
120
|
msgid "Click image to view full size"
|
|
116
121
|
msgstr "Click image to view full size"
|
|
117
122
|
|
|
@@ -123,22 +128,22 @@ msgid "Collections"
|
|
|
123
128
|
msgstr "Collections"
|
|
124
129
|
|
|
125
130
|
#. @context: Appearance settings heading
|
|
126
|
-
#: src/routes/dash/
|
|
131
|
+
#: src/routes/dash/settings.tsx:301
|
|
127
132
|
msgid "Color theme"
|
|
128
133
|
msgstr "Color theme"
|
|
129
134
|
|
|
130
135
|
#. @context: Setup form submit button
|
|
131
|
-
#: src/app.tsx:
|
|
136
|
+
#: src/app.tsx:245
|
|
132
137
|
msgid "Complete Setup"
|
|
133
138
|
msgstr "Complete Setup"
|
|
134
139
|
|
|
135
140
|
#. @context: Password form field
|
|
136
|
-
#: src/routes/dash/settings.tsx:
|
|
141
|
+
#: src/routes/dash/settings.tsx:434
|
|
137
142
|
msgid "Confirm New Password"
|
|
138
143
|
msgstr "Confirm New Password"
|
|
139
144
|
|
|
140
145
|
#. @context: Password reset form field
|
|
141
|
-
#: src/app.tsx:
|
|
146
|
+
#: src/app.tsx:505
|
|
142
147
|
msgid "Confirm Password"
|
|
143
148
|
msgstr "Confirm Password"
|
|
144
149
|
|
|
@@ -151,8 +156,8 @@ msgstr "Content"
|
|
|
151
156
|
|
|
152
157
|
#. @context: Button to copy Markdown to clipboard
|
|
153
158
|
#. @context: Button to copy URL to clipboard
|
|
154
|
-
#: src/routes/dash/media.tsx:
|
|
155
|
-
#: src/routes/dash/media.tsx:
|
|
159
|
+
#: src/routes/dash/media.tsx:316
|
|
160
|
+
#: src/routes/dash/media.tsx:353
|
|
156
161
|
msgid "Copy"
|
|
157
162
|
msgstr "Copy"
|
|
158
163
|
|
|
@@ -172,7 +177,7 @@ msgid "Create Redirect"
|
|
|
172
177
|
msgstr "Create Redirect"
|
|
173
178
|
|
|
174
179
|
#. @context: Setup page description
|
|
175
|
-
#: src/app.tsx:
|
|
180
|
+
#: src/app.tsx:187
|
|
176
181
|
msgid "Create your admin account."
|
|
177
182
|
msgstr "Create your admin account."
|
|
178
183
|
|
|
@@ -187,7 +192,7 @@ msgid "Create your first post"
|
|
|
187
192
|
msgstr "Create your first post"
|
|
188
193
|
|
|
189
194
|
#. @context: Password form field
|
|
190
|
-
#: src/routes/dash/settings.tsx:
|
|
195
|
+
#: src/routes/dash/settings.tsx:401
|
|
191
196
|
msgid "Current Password"
|
|
192
197
|
msgstr "Current Password"
|
|
193
198
|
|
|
@@ -221,7 +226,7 @@ msgid "Delete Collection"
|
|
|
221
226
|
msgstr "Delete Collection"
|
|
222
227
|
|
|
223
228
|
#. @context: Button to delete media
|
|
224
|
-
#: src/routes/dash/media.tsx:
|
|
229
|
+
#: src/routes/dash/media.tsx:364
|
|
225
230
|
msgid "Delete Media"
|
|
226
231
|
msgstr "Delete Media"
|
|
227
232
|
|
|
@@ -231,12 +236,12 @@ msgid "Delete Page"
|
|
|
231
236
|
msgstr "Delete Page"
|
|
232
237
|
|
|
233
238
|
#. @context: Warning message before deleting media
|
|
234
|
-
#: src/routes/dash/media.tsx:
|
|
239
|
+
#: src/routes/dash/media.tsx:370
|
|
235
240
|
msgid "Deleting this media will remove it permanently from storage."
|
|
236
241
|
msgstr "Deleting this media will remove it permanently from storage."
|
|
237
242
|
|
|
238
243
|
#. @context: Hint shown on signin page when demo credentials are pre-filled
|
|
239
|
-
#: src/app.tsx:
|
|
244
|
+
#: src/app.tsx:336
|
|
240
245
|
msgid "Demo account pre-filled. Just click Sign In."
|
|
241
246
|
msgstr "Demo account pre-filled. Just click Sign In."
|
|
242
247
|
|
|
@@ -272,7 +277,7 @@ msgstr "Drafts"
|
|
|
272
277
|
#: src/routes/dash/collections.tsx:210
|
|
273
278
|
#: src/routes/dash/pages.tsx:64
|
|
274
279
|
#: src/routes/dash/pages.tsx:134
|
|
275
|
-
#: src/routes/dash/posts.tsx:
|
|
280
|
+
#: src/routes/dash/posts.tsx:124
|
|
276
281
|
#: src/theme/components/ActionButtons.tsx:72
|
|
277
282
|
#: src/theme/components/PostList.tsx:46
|
|
278
283
|
msgid "Edit"
|
|
@@ -289,7 +294,7 @@ msgid "Edit Page"
|
|
|
289
294
|
msgstr "Edit Page"
|
|
290
295
|
|
|
291
296
|
#. @context: Page heading
|
|
292
|
-
#: src/routes/dash/posts.tsx:
|
|
297
|
+
#: src/routes/dash/posts.tsx:153
|
|
293
298
|
msgid "Edit Post"
|
|
294
299
|
msgstr "Edit Post"
|
|
295
300
|
|
|
@@ -304,13 +309,13 @@ msgstr "Edit Post"
|
|
|
304
309
|
|
|
305
310
|
#. @context: Setup/signin form field - email
|
|
306
311
|
#. @context: Setup/signin form field - email
|
|
307
|
-
#: src/app.tsx:
|
|
308
|
-
#: src/app.tsx:
|
|
312
|
+
#: src/app.tsx:216
|
|
313
|
+
#: src/app.tsx:350
|
|
309
314
|
msgid "Email"
|
|
310
315
|
msgstr "Email"
|
|
311
316
|
|
|
312
317
|
#. @context: Password reset page description
|
|
313
|
-
#: src/app.tsx:
|
|
318
|
+
#: src/app.tsx:475
|
|
314
319
|
msgid "Enter your new password."
|
|
315
320
|
msgstr "Enter your new password."
|
|
316
321
|
|
|
@@ -339,7 +344,9 @@ msgid "From Path"
|
|
|
339
344
|
msgstr "From Path"
|
|
340
345
|
|
|
341
346
|
#. @context: Settings section heading
|
|
342
|
-
|
|
347
|
+
#. @context: Settings sub-navigation tab
|
|
348
|
+
#: src/routes/dash/settings.tsx:47
|
|
349
|
+
#: src/routes/dash/settings.tsx:130
|
|
343
350
|
msgid "General"
|
|
344
351
|
msgstr "General"
|
|
345
352
|
|
|
@@ -358,17 +365,17 @@ msgid "Images"
|
|
|
358
365
|
msgstr "Images"
|
|
359
366
|
|
|
360
367
|
#. @context: Media upload instructions - auto optimization
|
|
361
|
-
#: src/routes/dash/media.tsx:
|
|
368
|
+
#: src/routes/dash/media.tsx:158
|
|
362
369
|
msgid "Images are automatically optimized: resized to max 1920px, converted to WebP, and metadata stripped."
|
|
363
370
|
msgstr "Images are automatically optimized: resized to max 1920px, converted to WebP, and metadata stripped."
|
|
364
371
|
|
|
365
372
|
#. @context: Password reset error heading
|
|
366
|
-
#: src/app.tsx:
|
|
373
|
+
#: src/app.tsx:540
|
|
367
374
|
msgid "Invalid or Expired Link"
|
|
368
375
|
msgstr "Invalid or Expired Link"
|
|
369
376
|
|
|
370
377
|
#. @context: Settings form field
|
|
371
|
-
#: src/routes/dash/settings.tsx:
|
|
378
|
+
#: src/routes/dash/settings.tsx:171
|
|
372
379
|
msgid "Language"
|
|
373
380
|
msgstr "Language"
|
|
374
381
|
|
|
@@ -402,13 +409,13 @@ msgid "Lowercase letters, numbers, and hyphens only"
|
|
|
402
409
|
msgstr "Lowercase letters, numbers, and hyphens only"
|
|
403
410
|
|
|
404
411
|
#. @context: Media detail section - Markdown snippet
|
|
405
|
-
#: src/routes/dash/media.tsx:
|
|
412
|
+
#: src/routes/dash/media.tsx:334
|
|
406
413
|
msgid "Markdown"
|
|
407
414
|
msgstr "Markdown"
|
|
408
415
|
|
|
409
416
|
#. @context: Dashboard navigation - media library
|
|
410
417
|
#. @context: Media main heading
|
|
411
|
-
#: src/routes/dash/media.tsx:
|
|
418
|
+
#: src/routes/dash/media.tsx:138
|
|
412
419
|
#: src/theme/layouts/DashLayout.tsx:105
|
|
413
420
|
msgid "Media"
|
|
414
421
|
msgstr "Media"
|
|
@@ -423,6 +430,11 @@ msgstr "Media"
|
|
|
423
430
|
msgid "My Collection"
|
|
424
431
|
msgstr "My Collection"
|
|
425
432
|
|
|
433
|
+
#. @context: Account settings form field
|
|
434
|
+
#: src/routes/dash/settings.tsx:362
|
|
435
|
+
msgid "Name"
|
|
436
|
+
msgstr "Name"
|
|
437
|
+
|
|
426
438
|
#. @context: Help text with link
|
|
427
439
|
#: src/routes/dash/index.tsx:78
|
|
428
440
|
msgid "Need help? Visit the <0>documentation</0>"
|
|
@@ -446,8 +458,8 @@ msgstr "New Page"
|
|
|
446
458
|
|
|
447
459
|
#. @context: Password form field
|
|
448
460
|
#. @context: Password reset form field
|
|
449
|
-
#: src/app.tsx:
|
|
450
|
-
#: src/routes/dash/settings.tsx:
|
|
461
|
+
#: src/app.tsx:489
|
|
462
|
+
#: src/routes/dash/settings.tsx:417
|
|
451
463
|
msgid "New Password"
|
|
452
464
|
msgstr "New Password"
|
|
453
465
|
|
|
@@ -482,7 +494,7 @@ msgid "No collections yet."
|
|
|
482
494
|
msgstr "No collections yet."
|
|
483
495
|
|
|
484
496
|
#. @context: Empty state message when no media exists
|
|
485
|
-
#: src/routes/dash/media.tsx:
|
|
497
|
+
#: src/routes/dash/media.tsx:173
|
|
486
498
|
msgid "No media uploaded yet."
|
|
487
499
|
msgstr "No media uploaded yet."
|
|
488
500
|
|
|
@@ -569,8 +581,8 @@ msgstr "Pages"
|
|
|
569
581
|
|
|
570
582
|
#. @context: Setup/signin form field - password
|
|
571
583
|
#. @context: Setup/signin form field - password
|
|
572
|
-
#: src/app.tsx:
|
|
573
|
-
#: src/app.tsx:
|
|
584
|
+
#: src/app.tsx:231
|
|
585
|
+
#: src/app.tsx:359
|
|
574
586
|
msgid "Password"
|
|
575
587
|
msgstr "Password"
|
|
576
588
|
|
|
@@ -587,7 +599,7 @@ msgid "Permalink"
|
|
|
587
599
|
msgstr "Permalink"
|
|
588
600
|
|
|
589
601
|
#. @context: Default post title
|
|
590
|
-
#: src/routes/dash/posts.tsx:
|
|
602
|
+
#: src/routes/dash/posts.tsx:113
|
|
591
603
|
msgid "Post"
|
|
592
604
|
msgstr "Post"
|
|
593
605
|
|
|
@@ -609,7 +621,7 @@ msgid "Posts in Collection ({count})"
|
|
|
609
621
|
msgstr "Posts in Collection ({count})"
|
|
610
622
|
|
|
611
623
|
#. @context: Media detail section - preview
|
|
612
|
-
#: src/routes/dash/media.tsx:
|
|
624
|
+
#: src/routes/dash/media.tsx:257
|
|
613
625
|
msgid "Preview"
|
|
614
626
|
msgstr "Preview"
|
|
615
627
|
|
|
@@ -621,10 +633,15 @@ msgid "Previous"
|
|
|
621
633
|
msgstr "Previous"
|
|
622
634
|
|
|
623
635
|
#. @context: Upload status - processing
|
|
624
|
-
#: src/routes/dash/media.tsx:
|
|
636
|
+
#: src/routes/dash/media.tsx:106
|
|
625
637
|
msgid "Processing..."
|
|
626
638
|
msgstr "Processing..."
|
|
627
639
|
|
|
640
|
+
#. @context: Account settings section heading
|
|
641
|
+
#: src/routes/dash/settings.tsx:353
|
|
642
|
+
msgid "Profile"
|
|
643
|
+
msgstr "Profile"
|
|
644
|
+
|
|
628
645
|
#. @context: Button to publish new post
|
|
629
646
|
#: src/theme/components/PostForm.tsx:175
|
|
630
647
|
msgid "Publish"
|
|
@@ -685,13 +702,18 @@ msgstr "Remove"
|
|
|
685
702
|
|
|
686
703
|
#. @context: Password reset form submit button
|
|
687
704
|
#. @context: Password reset page heading
|
|
688
|
-
#: src/app.tsx:
|
|
689
|
-
#: src/app.tsx:
|
|
705
|
+
#: src/app.tsx:469
|
|
706
|
+
#: src/app.tsx:520
|
|
690
707
|
msgid "Reset Password"
|
|
691
708
|
msgstr "Reset Password"
|
|
692
709
|
|
|
710
|
+
#. @context: Button to save profile
|
|
711
|
+
#: src/routes/dash/settings.tsx:378
|
|
712
|
+
msgid "Save Profile"
|
|
713
|
+
msgstr "Save Profile"
|
|
714
|
+
|
|
693
715
|
#. @context: Button to save settings
|
|
694
|
-
#: src/routes/dash/settings.tsx:
|
|
716
|
+
#: src/routes/dash/settings.tsx:192
|
|
695
717
|
msgid "Save Settings"
|
|
696
718
|
msgstr "Save Settings"
|
|
697
719
|
|
|
@@ -712,9 +734,13 @@ msgstr "Search"
|
|
|
712
734
|
msgid "Search posts..."
|
|
713
735
|
msgstr "Search posts..."
|
|
714
736
|
|
|
737
|
+
#. @context: Dashboard heading
|
|
738
|
+
#. @context: Dashboard heading
|
|
715
739
|
#. @context: Dashboard heading
|
|
716
740
|
#. @context: Dashboard navigation - site settings
|
|
717
|
-
#: src/routes/dash/settings.tsx:
|
|
741
|
+
#: src/routes/dash/settings.tsx:118
|
|
742
|
+
#: src/routes/dash/settings.tsx:290
|
|
743
|
+
#: src/routes/dash/settings.tsx:341
|
|
718
744
|
#: src/theme/layouts/DashLayout.tsx:133
|
|
719
745
|
msgid "Settings"
|
|
720
746
|
msgstr "Settings"
|
|
@@ -726,8 +752,8 @@ msgstr "Settings"
|
|
|
726
752
|
|
|
727
753
|
#. @context: Sign in form submit button
|
|
728
754
|
#. @context: Sign in page heading
|
|
729
|
-
#: src/app.tsx:
|
|
730
|
-
#: src/app.tsx:
|
|
755
|
+
#: src/app.tsx:327
|
|
756
|
+
#: src/app.tsx:372
|
|
731
757
|
msgid "Sign In"
|
|
732
758
|
msgstr "Sign In"
|
|
733
759
|
|
|
@@ -737,12 +763,12 @@ msgid "Sign Out"
|
|
|
737
763
|
msgstr "Sign Out"
|
|
738
764
|
|
|
739
765
|
#. @context: Settings form field
|
|
740
|
-
#: src/routes/dash/settings.tsx:
|
|
766
|
+
#: src/routes/dash/settings.tsx:154
|
|
741
767
|
msgid "Site Description"
|
|
742
768
|
msgstr "Site Description"
|
|
743
769
|
|
|
744
770
|
#. @context: Settings form field
|
|
745
|
-
#: src/routes/dash/settings.tsx:
|
|
771
|
+
#: src/routes/dash/settings.tsx:139
|
|
746
772
|
msgid "Site Name"
|
|
747
773
|
msgstr "Site Name"
|
|
748
774
|
|
|
@@ -784,12 +810,12 @@ msgid "The URL path for this page. Use lowercase letters, numbers, and hyphens."
|
|
|
784
810
|
msgstr "The URL path for this page. Use lowercase letters, numbers, and hyphens."
|
|
785
811
|
|
|
786
812
|
#. @context: Password reset error description
|
|
787
|
-
#: src/app.tsx:
|
|
813
|
+
#: src/app.tsx:548
|
|
788
814
|
msgid "This password reset link is invalid or has expired. Please generate a new one."
|
|
789
815
|
msgstr "This password reset link is invalid or has expired. Please generate a new one."
|
|
790
816
|
|
|
791
817
|
#. @context: Appearance settings description
|
|
792
|
-
#: src/routes/dash/
|
|
818
|
+
#: src/routes/dash/settings.tsx:307
|
|
793
819
|
msgid "This will theme both your site and your dashboard. All color themes support dark mode."
|
|
794
820
|
msgstr "This will theme both your site and your dashboard. All color themes support dark mode."
|
|
795
821
|
|
|
@@ -864,12 +890,12 @@ msgid "Update Page"
|
|
|
864
890
|
msgstr "Update Page"
|
|
865
891
|
|
|
866
892
|
#. @context: Button to upload media file
|
|
867
|
-
#: src/routes/dash/media.tsx:
|
|
893
|
+
#: src/routes/dash/media.tsx:114
|
|
868
894
|
msgid "Upload"
|
|
869
895
|
msgstr "Upload"
|
|
870
896
|
|
|
871
897
|
#. @context: Upload error message
|
|
872
|
-
#: src/routes/dash/media.tsx:
|
|
898
|
+
#: src/routes/dash/media.tsx:118
|
|
873
899
|
msgid "Upload failed. Please try again."
|
|
874
900
|
msgstr "Upload failed. Please try again."
|
|
875
901
|
|
|
@@ -879,12 +905,12 @@ msgstr "Upload failed. Please try again."
|
|
|
879
905
|
#~ msgstr "Upload images via the API: POST /api/upload with a file form field."
|
|
880
906
|
|
|
881
907
|
#. @context: Upload status - uploading
|
|
882
|
-
#: src/routes/dash/media.tsx:
|
|
908
|
+
#: src/routes/dash/media.tsx:110
|
|
883
909
|
msgid "Uploading..."
|
|
884
910
|
msgstr "Uploading..."
|
|
885
911
|
|
|
886
912
|
#. @context: Media detail section - URL
|
|
887
|
-
#: src/routes/dash/media.tsx:
|
|
913
|
+
#: src/routes/dash/media.tsx:297
|
|
888
914
|
msgid "URL"
|
|
889
915
|
msgstr "URL"
|
|
890
916
|
|
|
@@ -894,7 +920,7 @@ msgid "URL-safe identifier (lowercase, numbers, hyphens)"
|
|
|
894
920
|
msgstr "URL-safe identifier (lowercase, numbers, hyphens)"
|
|
895
921
|
|
|
896
922
|
#. @context: Media URL helper text
|
|
897
|
-
#: src/routes/dash/media.tsx:
|
|
923
|
+
#: src/routes/dash/media.tsx:323
|
|
898
924
|
msgid "Use this URL to embed the media in your posts."
|
|
899
925
|
msgstr "Use this URL to embed the media in your posts."
|
|
900
926
|
|
|
@@ -909,7 +935,7 @@ msgstr "Use this URL to embed the media in your posts."
|
|
|
909
935
|
#: src/routes/dash/collections.tsx:215
|
|
910
936
|
#: src/routes/dash/pages.tsx:73
|
|
911
937
|
#: src/routes/dash/pages.tsx:143
|
|
912
|
-
#: src/routes/dash/posts.tsx:
|
|
938
|
+
#: src/routes/dash/posts.tsx:129
|
|
913
939
|
#: src/theme/components/ActionButtons.tsx:76
|
|
914
940
|
#: src/theme/components/PostList.tsx:51
|
|
915
941
|
msgid "View"
|
|
@@ -931,7 +957,7 @@ msgid "Visibility"
|
|
|
931
957
|
msgstr "Visibility"
|
|
932
958
|
|
|
933
959
|
#. @context: Setup page welcome heading
|
|
934
|
-
#: src/app.tsx:
|
|
960
|
+
#: src/app.tsx:181
|
|
935
961
|
msgid "Welcome to Jant"
|
|
936
962
|
msgstr "Welcome to Jant"
|
|
937
963
|
|
|
@@ -946,6 +972,6 @@ msgid "What's this collection about?"
|
|
|
946
972
|
msgstr "What's this collection about?"
|
|
947
973
|
|
|
948
974
|
#. @context: Setup form field - user name
|
|
949
|
-
#: src/app.tsx:
|
|
975
|
+
#: src/app.tsx:201
|
|
950
976
|
msgid "Your Name"
|
|
951
977
|
msgstr "Your Name"
|
package/src/i18n/locales/en.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"+7Wr2a\":[\"Edit: \",[\"title\"]],\"+MACwa\":[\"No collections yet.\"],\"+owNNn\":[\"Posts\"],\"+zy2Nq\":[\"Type\"],\"/0D1Xp\":[\"Edit Collection\"],\"/Rj5P4\":[\"Your Name\"],\"07Epll\":[\"This will theme both your site and your dashboard. All color themes support dark mode.\"],\"0JkyS7\":[\"Create your first page\"],\"0a6MpL\":[\"New Redirect\"],\"1CU1Td\":[\"URL-safe identifier (lowercase, numbers, hyphens)\"],\"1DBGsz\":[\"Notes\"],\"2N0qpv\":[\"Post title...\"],\"2q/Q7x\":[\"Visibility\"],\"2rJGtU\":[\"Page title...\"],\"3Yvsaz\":[\"302 (Temporary)\"],\"4/SFQS\":[\"View Site\"],\"40TVQj\":[\"Custom Path (optional)\"],\"4KzVT6\":[\"Delete Page\"],\"4b3oEV\":[\"Content\"],\"4mDPGp\":[\"The URL path for this page. Use lowercase letters, numbers, and hyphens.\"],\"6WdDG7\":[\"Page\"],\"7G4SBz\":[\"Page content (Markdown supported)...\"],\"7Mk+/h\":[\"Update Collection\"],\"7Q1KKN\":[\"From Path\"],\"7aECQB\":[\"Invalid or Expired Link\"],\"7nGhhM\":[\"What's on your mind?\"],\"7p5kLi\":[\"Dashboard\"],\"7vhWI8\":[\"New Password\"],\"8ZsakT\":[\"Password\"],\"90Luob\":[[\"count\"],\" replies\"],\"A1taO8\":[\"Search\"],\"AyHO4m\":[\"What's this collection about?\"],\"B373X+\":[\"Edit Post\"],\"B495Gs\":[\"Archive\"],\"BjF0Jv\":[\"Lowercase letters, numbers, and hyphens only\"],\"D9Oea+\":[\"Permalink\"],\"DCKkhU\":[\"Current Password\"],\"DHhJ7s\":[\"Previous\"],\"DoJzLz\":[\"Collections\"],\"E80cJw\":[\"Deleting this media will remove it permanently from storage.\"],\"EEYbdt\":[\"Publish\"],\"EGwzOK\":[\"Complete Setup\"],\"EkH9pt\":[\"Update\"],\"FGrimz\":[\"New Post\"],\"FkMol5\":[\"Featured\"],\"Fxf4jq\":[\"Description (optional)\"],\"GA5A5H\":[\"Delete Collection\"],\"GX2VMa\":[\"Create your admin account.\"],\"GbVAnd\":[\"This password reset link is invalid or has expired. Please generate a new one.\"],\"GorKul\":[\"Welcome to Jant\"],\"GrZ6fH\":[\"New Page\"],\"GxkJXS\":[\"Uploading...\"],\"HfyyXl\":[\"My Blog\"],\"HiETwV\":[\"Quiet (normal)\"],\"Hzi9AA\":[\"No posts found.\"],\"I6gXOa\":[\"Path\"],\"IagCbF\":[\"URL\"],\"J4FNfC\":[\"No posts in this collection.\"],\"JIBC/T\":[\"Supported formats: JPEG, PNG, GIF, WebP, SVG. Max size: 10MB.\"],\"Jed1wB\":[\"Need help? Visit the <0>documentation</0>\"],\"JiP4aa\":[\"Published pages are accessible via their path. Drafts are not visible.\"],\"K9NcLu\":[\"Use this URL to embed the media in your posts.\"],\"KbS2K9\":[\"Reset Password\"],\"KiJn9B\":[\"Note\"],\"L85WcV\":[\"Slug\"],\"LkvLQe\":[\"No pages yet.\"],\"M1RvTd\":[\"Click image to view full size\"],\"M8kJqa\":[\"Drafts\"],\"M9xgHy\":[\"Redirects\"],\"MHrjPM\":[\"Title\"],\"MZbQHL\":[\"No results found.\"],\"Mhf/H/\":[\"Create Redirect\"],\"MqghUt\":[\"Search posts...\"],\"N40H+G\":[\"All\"],\"O3oNi5\":[\"Email\"],\"OCNZaU\":[\"The path to redirect from\"],\"ODiSoW\":[\"No posts yet.\"],\"ONWvwQ\":[\"Upload\"],\"Pbm2/N\":[\"Create Collection\"],\"RDjuBN\":[\"Setup\"],\"Rj01Fz\":[\"Links\"],\"RwGhWy\":[\"Thread with \",[\"count\"],\" posts\"],\"SJmfuf\":[\"Site Name\"],\"ST+lN2\":[\"No media uploaded yet.\"],\"Tt5T6+\":[\"Articles\"],\"TxE+Mj\":[\"1 reply\"],\"Tz0i8g\":[\"Settings\"],\"U5v6Gh\":[\"Edit Page\"],\"UDMjsP\":[\"Quick Actions\"],\"UGT5vp\":[\"Save Settings\"],\"VUSy8D\":[\"Search failed. Please try again.\"],\"VhMDMg\":[\"Change Password\"],\"WDcQq9\":[\"Unlisted\"],\"Weq9zb\":[\"General\"],\"WmZ/rP\":[\"To Path\"],\"Y+7JGK\":[\"Create Page\"],\"ZQKLI1\":[\"Danger Zone\"],\"ZhhOwV\":[\"Quote\"],\"aAIQg2\":[\"Appearance\"],\"an5hVd\":[\"Images\"],\"b+/jO6\":[\"301 (Permanent)\"],\"bHYIks\":[\"Sign Out\"],\"biOepV\":[\"← Back to home\"],\"cnGeoo\":[\"Delete\"],\"dEgA5A\":[\"Cancel\"],\"e6Jr7Q\":[\"← Back to Collections\"],\"ePK91l\":[\"Edit\"],\"eWLklq\":[\"Quotes\"],\"eneWvv\":[\"Draft\"],\"er8+x7\":[\"Demo account pre-filled. Just click Sign In.\"],\"f6e0Ry\":[\"Article\"],\"fG7BxZ\":[\"Upload images via the API: POST /api/upload with a file form field.\"],\"fttd2R\":[\"My Collection\"],\"hG89Ed\":[\"Image\"],\"hWOZIv\":[\"Enter your new password.\"],\"hXzOVo\":[\"Next\"],\"he3ygx\":[\"Copy\"],\"iH8pgl\":[\"Back\"],\"ig4hg2\":[\"Let's set up your site.\"],\"jpctdh\":[\"View\"],\"k1ifdL\":[\"Processing...\"],\"mTOYla\":[\"View all posts →\"],\"n1ekoW\":[\"Sign In\"],\"oYPBa0\":[\"Update Page\"],\"p2/GCq\":[\"Confirm Password\"],\"pRhYH2\":[\"Posts in Collection (\",[\"count\"],\")\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"qMyM2u\":[\"Source URL (optional)\"],\"r1MpXi\":[\"Quiet\"],\"rFmBG3\":[\"Color theme\"],\"rdUucN\":[\"Preview\"],\"rzNUSl\":[\"Thread with 1 post\"],\"sGajR7\":[\"Thread start\"],\"t/YqKh\":[\"Remove\"],\"tfrt7B\":[\"No redirects configured.\"],\"tiq7kl\":[\"Page \",[\"page\"]],\"u2f7vd\":[\"Site Description\"],\"u3wRF+\":[\"Published\"],\"u6Hp4N\":[\"Markdown\"],\"uAQUqI\":[\"Status\"],\"vXIe7J\":[\"Language\"],\"vzU4k9\":[\"New Collection\"],\"wEF6Ix\":[\"The destination path or URL\"],\"wK4OTM\":[\"Title (optional)\"],\"wM5UXj\":[\"Delete Media\"],\"wRR604\":[\"Pages\"],\"wja8aL\":[\"Untitled\"],\"x+doid\":[\"Images are automatically optimized: resized to max 1920px, converted to WebP, and metadata stripped.\"],\"x0mzE0\":[\"Create your first post\"],\"x4RuFo\":[\"Back to home\"],\"xYilR2\":[\"Media\"],\"y28hnO\":[\"Post\"],\"yQ2kGp\":[\"Load more\"],\"yjkELF\":[\"Confirm New Password\"],\"yzF66j\":[\"Link\"],\"z8ajIE\":[\"Found 1 result\"],\"zH6KqE\":[\"Found \",[\"count\"],\" results\"]}")as Messages;
|
|
1
|
+
/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"+7Wr2a\":[\"Edit: \",[\"title\"]],\"+MACwa\":[\"No collections yet.\"],\"+owNNn\":[\"Posts\"],\"+zy2Nq\":[\"Type\"],\"/0D1Xp\":[\"Edit Collection\"],\"/Rj5P4\":[\"Your Name\"],\"07Epll\":[\"This will theme both your site and your dashboard. All color themes support dark mode.\"],\"0JkyS7\":[\"Create your first page\"],\"0a6MpL\":[\"New Redirect\"],\"1CU1Td\":[\"URL-safe identifier (lowercase, numbers, hyphens)\"],\"1DBGsz\":[\"Notes\"],\"2N0qpv\":[\"Post title...\"],\"2q/Q7x\":[\"Visibility\"],\"2rJGtU\":[\"Page title...\"],\"3Yvsaz\":[\"302 (Temporary)\"],\"4/SFQS\":[\"View Site\"],\"40TVQj\":[\"Custom Path (optional)\"],\"4KzVT6\":[\"Delete Page\"],\"4b3oEV\":[\"Content\"],\"4mDPGp\":[\"The URL path for this page. Use lowercase letters, numbers, and hyphens.\"],\"6WdDG7\":[\"Page\"],\"6YtxFj\":[\"Name\"],\"7G4SBz\":[\"Page content (Markdown supported)...\"],\"7Mk+/h\":[\"Update Collection\"],\"7Q1KKN\":[\"From Path\"],\"7aECQB\":[\"Invalid or Expired Link\"],\"7nGhhM\":[\"What's on your mind?\"],\"7p5kLi\":[\"Dashboard\"],\"7vhWI8\":[\"New Password\"],\"8ZsakT\":[\"Password\"],\"90Luob\":[[\"count\"],\" replies\"],\"A1taO8\":[\"Search\"],\"AeXO77\":[\"Account\"],\"AyHO4m\":[\"What's this collection about?\"],\"B373X+\":[\"Edit Post\"],\"B495Gs\":[\"Archive\"],\"BjF0Jv\":[\"Lowercase letters, numbers, and hyphens only\"],\"D9Oea+\":[\"Permalink\"],\"DCKkhU\":[\"Current Password\"],\"DHhJ7s\":[\"Previous\"],\"DoJzLz\":[\"Collections\"],\"E80cJw\":[\"Deleting this media will remove it permanently from storage.\"],\"EEYbdt\":[\"Publish\"],\"EGwzOK\":[\"Complete Setup\"],\"EkH9pt\":[\"Update\"],\"FGrimz\":[\"New Post\"],\"FkMol5\":[\"Featured\"],\"Fxf4jq\":[\"Description (optional)\"],\"GA5A5H\":[\"Delete Collection\"],\"GX2VMa\":[\"Create your admin account.\"],\"GbVAnd\":[\"This password reset link is invalid or has expired. Please generate a new one.\"],\"GorKul\":[\"Welcome to Jant\"],\"GrZ6fH\":[\"New Page\"],\"GxkJXS\":[\"Uploading...\"],\"HfyyXl\":[\"My Blog\"],\"HiETwV\":[\"Quiet (normal)\"],\"Hzi9AA\":[\"No posts found.\"],\"I6gXOa\":[\"Path\"],\"IagCbF\":[\"URL\"],\"J4FNfC\":[\"No posts in this collection.\"],\"JIBC/T\":[\"Supported formats: JPEG, PNG, GIF, WebP, SVG. Max size: 10MB.\"],\"Jed1wB\":[\"Need help? Visit the <0>documentation</0>\"],\"JiP4aa\":[\"Published pages are accessible via their path. Drafts are not visible.\"],\"K9NcLu\":[\"Use this URL to embed the media in your posts.\"],\"KbS2K9\":[\"Reset Password\"],\"KiJn9B\":[\"Note\"],\"L85WcV\":[\"Slug\"],\"LkvLQe\":[\"No pages yet.\"],\"M1RvTd\":[\"Click image to view full size\"],\"M8kJqa\":[\"Drafts\"],\"M9xgHy\":[\"Redirects\"],\"MHrjPM\":[\"Title\"],\"MZbQHL\":[\"No results found.\"],\"Mhf/H/\":[\"Create Redirect\"],\"MqghUt\":[\"Search posts...\"],\"N40H+G\":[\"All\"],\"O3oNi5\":[\"Email\"],\"OCNZaU\":[\"The path to redirect from\"],\"ODiSoW\":[\"No posts yet.\"],\"ONWvwQ\":[\"Upload\"],\"Pbm2/N\":[\"Create Collection\"],\"RDjuBN\":[\"Setup\"],\"Rj01Fz\":[\"Links\"],\"RwGhWy\":[\"Thread with \",[\"count\"],\" posts\"],\"SJmfuf\":[\"Site Name\"],\"ST+lN2\":[\"No media uploaded yet.\"],\"Tt5T6+\":[\"Articles\"],\"TxE+Mj\":[\"1 reply\"],\"Tz0i8g\":[\"Settings\"],\"U5v6Gh\":[\"Edit Page\"],\"UDMjsP\":[\"Quick Actions\"],\"UGT5vp\":[\"Save Settings\"],\"VUSy8D\":[\"Search failed. Please try again.\"],\"VhMDMg\":[\"Change Password\"],\"WDcQq9\":[\"Unlisted\"],\"Weq9zb\":[\"General\"],\"WmZ/rP\":[\"To Path\"],\"Y+7JGK\":[\"Create Page\"],\"ZQKLI1\":[\"Danger Zone\"],\"ZhhOwV\":[\"Quote\"],\"aAIQg2\":[\"Appearance\"],\"an5hVd\":[\"Images\"],\"b+/jO6\":[\"301 (Permanent)\"],\"bHYIks\":[\"Sign Out\"],\"biOepV\":[\"← Back to home\"],\"cnGeoo\":[\"Delete\"],\"dEgA5A\":[\"Cancel\"],\"e6Jr7Q\":[\"← Back to Collections\"],\"ePK91l\":[\"Edit\"],\"eWLklq\":[\"Quotes\"],\"eneWvv\":[\"Draft\"],\"er8+x7\":[\"Demo account pre-filled. Just click Sign In.\"],\"f6e0Ry\":[\"Article\"],\"fG7BxZ\":[\"Upload images via the API: POST /api/upload with a file form field.\"],\"fttd2R\":[\"My Collection\"],\"hG89Ed\":[\"Image\"],\"hWOZIv\":[\"Enter your new password.\"],\"hXzOVo\":[\"Next\"],\"he3ygx\":[\"Copy\"],\"iH8pgl\":[\"Back\"],\"ig4hg2\":[\"Let's set up your site.\"],\"jpctdh\":[\"View\"],\"k1ifdL\":[\"Processing...\"],\"mTOYla\":[\"View all posts →\"],\"n1ekoW\":[\"Sign In\"],\"oYPBa0\":[\"Update Page\"],\"p2/GCq\":[\"Confirm Password\"],\"pRhYH2\":[\"Posts in Collection (\",[\"count\"],\")\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"qMyM2u\":[\"Source URL (optional)\"],\"r1MpXi\":[\"Quiet\"],\"rFmBG3\":[\"Color theme\"],\"rdUucN\":[\"Preview\"],\"rzNUSl\":[\"Thread with 1 post\"],\"sGajR7\":[\"Thread start\"],\"ssqvZi\":[\"Save Profile\"],\"t/YqKh\":[\"Remove\"],\"tfrt7B\":[\"No redirects configured.\"],\"tiq7kl\":[\"Page \",[\"page\"]],\"u2f7vd\":[\"Site Description\"],\"u3wRF+\":[\"Published\"],\"u6Hp4N\":[\"Markdown\"],\"uAQUqI\":[\"Status\"],\"vERlcd\":[\"Profile\"],\"vXIe7J\":[\"Language\"],\"vzU4k9\":[\"New Collection\"],\"wEF6Ix\":[\"The destination path or URL\"],\"wK4OTM\":[\"Title (optional)\"],\"wM5UXj\":[\"Delete Media\"],\"wRR604\":[\"Pages\"],\"wja8aL\":[\"Untitled\"],\"x+doid\":[\"Images are automatically optimized: resized to max 1920px, converted to WebP, and metadata stripped.\"],\"x0mzE0\":[\"Create your first post\"],\"x4RuFo\":[\"Back to home\"],\"xYilR2\":[\"Media\"],\"y28hnO\":[\"Post\"],\"yQ2kGp\":[\"Load more\"],\"yjkELF\":[\"Confirm New Password\"],\"yzF66j\":[\"Link\"],\"z8ajIE\":[\"Found 1 result\"],\"zH6KqE\":[\"Found \",[\"count\"],\" results\"]}")as Messages;
|