@jant/core 0.3.5 → 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/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/package.json +1 -1
- 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
|
@@ -45,13 +45,18 @@ msgstr "301(永久)"
|
|
|
45
45
|
msgid "302 (Temporary)"
|
|
46
46
|
msgstr "302(临时)"
|
|
47
47
|
|
|
48
|
+
#. @context: Settings sub-navigation tab
|
|
49
|
+
#: src/routes/dash/settings.tsx:63
|
|
50
|
+
msgid "Account"
|
|
51
|
+
msgstr "账户"
|
|
52
|
+
|
|
48
53
|
#. @context: Archive filter - all types
|
|
49
54
|
#: src/routes/pages/archive.tsx:115
|
|
50
55
|
msgid "All"
|
|
51
56
|
msgstr "所有"
|
|
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 "外观"
|
|
57
62
|
|
|
@@ -77,7 +82,7 @@ msgid "Articles"
|
|
|
77
82
|
msgstr "文章"
|
|
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 "返回"
|
|
83
88
|
|
|
@@ -105,13 +110,13 @@ msgstr "取消"
|
|
|
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 "更改密码"
|
|
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 "点击图片查看完整尺寸"
|
|
117
122
|
|
|
@@ -123,22 +128,22 @@ msgid "Collections"
|
|
|
123
128
|
msgstr "收藏夹"
|
|
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 "颜色主题"
|
|
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 "完成设置"
|
|
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 "确认新密码"
|
|
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 "确认密码"
|
|
144
149
|
|
|
@@ -151,8 +156,8 @@ msgstr "内容"
|
|
|
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 "复制"
|
|
158
163
|
|
|
@@ -172,7 +177,7 @@ msgid "Create Redirect"
|
|
|
172
177
|
msgstr "创建重定向"
|
|
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 "创建您的管理员账户。"
|
|
178
183
|
|
|
@@ -187,7 +192,7 @@ msgid "Create your first post"
|
|
|
187
192
|
msgstr "创建你的第一篇帖子"
|
|
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 "当前密码"
|
|
193
198
|
|
|
@@ -221,7 +226,7 @@ msgid "Delete Collection"
|
|
|
221
226
|
msgstr "删除收藏夹"
|
|
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 "删除媒体"
|
|
227
232
|
|
|
@@ -231,12 +236,12 @@ msgid "Delete Page"
|
|
|
231
236
|
msgstr "删除页面"
|
|
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 "删除此媒体将永久从存储中移除。"
|
|
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 "演示账户已预填。只需点击登录。"
|
|
242
247
|
|
|
@@ -272,7 +277,7 @@ msgstr "草稿"
|
|
|
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,19 +294,19 @@ msgid "Edit Page"
|
|
|
289
294
|
msgstr "编辑页面"
|
|
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 "编辑帖子"
|
|
295
300
|
|
|
296
301
|
#. @context: Setup/signin form field - email
|
|
297
302
|
#. @context: Setup/signin form field - email
|
|
298
|
-
#: src/app.tsx:
|
|
299
|
-
#: src/app.tsx:
|
|
303
|
+
#: src/app.tsx:216
|
|
304
|
+
#: src/app.tsx:350
|
|
300
305
|
msgid "Email"
|
|
301
306
|
msgstr "电子邮件"
|
|
302
307
|
|
|
303
308
|
#. @context: Password reset page description
|
|
304
|
-
#: src/app.tsx:
|
|
309
|
+
#: src/app.tsx:475
|
|
305
310
|
msgid "Enter your new password."
|
|
306
311
|
msgstr "输入您的新密码。"
|
|
307
312
|
|
|
@@ -330,7 +335,9 @@ msgid "From Path"
|
|
|
330
335
|
msgstr "来源路径"
|
|
331
336
|
|
|
332
337
|
#. @context: Settings section heading
|
|
333
|
-
|
|
338
|
+
#. @context: Settings sub-navigation tab
|
|
339
|
+
#: src/routes/dash/settings.tsx:47
|
|
340
|
+
#: src/routes/dash/settings.tsx:130
|
|
334
341
|
msgid "General"
|
|
335
342
|
msgstr "常规"
|
|
336
343
|
|
|
@@ -349,17 +356,17 @@ msgid "Images"
|
|
|
349
356
|
msgstr "图片"
|
|
350
357
|
|
|
351
358
|
#. @context: Media upload instructions - auto optimization
|
|
352
|
-
#: src/routes/dash/media.tsx:
|
|
359
|
+
#: src/routes/dash/media.tsx:158
|
|
353
360
|
msgid "Images are automatically optimized: resized to max 1920px, converted to WebP, and metadata stripped."
|
|
354
361
|
msgstr "图像会自动优化:调整大小至最大 1920px,转换为 WebP,并去除元数据。"
|
|
355
362
|
|
|
356
363
|
#. @context: Password reset error heading
|
|
357
|
-
#: src/app.tsx:
|
|
364
|
+
#: src/app.tsx:540
|
|
358
365
|
msgid "Invalid or Expired Link"
|
|
359
366
|
msgstr "无效或过期的链接"
|
|
360
367
|
|
|
361
368
|
#. @context: Settings form field
|
|
362
|
-
#: src/routes/dash/settings.tsx:
|
|
369
|
+
#: src/routes/dash/settings.tsx:171
|
|
363
370
|
msgid "Language"
|
|
364
371
|
msgstr "语言"
|
|
365
372
|
|
|
@@ -388,13 +395,13 @@ msgid "Lowercase letters, numbers, and hyphens only"
|
|
|
388
395
|
msgstr "仅允许小写字母、数字和连字符"
|
|
389
396
|
|
|
390
397
|
#. @context: Media detail section - Markdown snippet
|
|
391
|
-
#: src/routes/dash/media.tsx:
|
|
398
|
+
#: src/routes/dash/media.tsx:334
|
|
392
399
|
msgid "Markdown"
|
|
393
400
|
msgstr "Markdown"
|
|
394
401
|
|
|
395
402
|
#. @context: Dashboard navigation - media library
|
|
396
403
|
#. @context: Media main heading
|
|
397
|
-
#: src/routes/dash/media.tsx:
|
|
404
|
+
#: src/routes/dash/media.tsx:138
|
|
398
405
|
#: src/theme/layouts/DashLayout.tsx:105
|
|
399
406
|
msgid "Media"
|
|
400
407
|
msgstr "媒体"
|
|
@@ -404,6 +411,11 @@ msgstr "媒体"
|
|
|
404
411
|
msgid "My Collection"
|
|
405
412
|
msgstr "我的收藏"
|
|
406
413
|
|
|
414
|
+
#. @context: Account settings form field
|
|
415
|
+
#: src/routes/dash/settings.tsx:362
|
|
416
|
+
msgid "Name"
|
|
417
|
+
msgstr "姓名"
|
|
418
|
+
|
|
407
419
|
#. @context: Help text with link
|
|
408
420
|
#: src/routes/dash/index.tsx:78
|
|
409
421
|
msgid "Need help? Visit the <0>documentation</0>"
|
|
@@ -427,8 +439,8 @@ msgstr "新页面"
|
|
|
427
439
|
|
|
428
440
|
#. @context: Password form field
|
|
429
441
|
#. @context: Password reset form field
|
|
430
|
-
#: src/app.tsx:
|
|
431
|
-
#: src/routes/dash/settings.tsx:
|
|
442
|
+
#: src/app.tsx:489
|
|
443
|
+
#: src/routes/dash/settings.tsx:417
|
|
432
444
|
msgid "New Password"
|
|
433
445
|
msgstr "新密码"
|
|
434
446
|
|
|
@@ -463,7 +475,7 @@ msgid "No collections yet."
|
|
|
463
475
|
msgstr "尚未有任何收藏。"
|
|
464
476
|
|
|
465
477
|
#. @context: Empty state message when no media exists
|
|
466
|
-
#: src/routes/dash/media.tsx:
|
|
478
|
+
#: src/routes/dash/media.tsx:173
|
|
467
479
|
msgid "No media uploaded yet."
|
|
468
480
|
msgstr "尚未上传任何媒体。"
|
|
469
481
|
|
|
@@ -550,8 +562,8 @@ msgstr "页面"
|
|
|
550
562
|
|
|
551
563
|
#. @context: Setup/signin form field - password
|
|
552
564
|
#. @context: Setup/signin form field - password
|
|
553
|
-
#: src/app.tsx:
|
|
554
|
-
#: src/app.tsx:
|
|
565
|
+
#: src/app.tsx:231
|
|
566
|
+
#: src/app.tsx:359
|
|
555
567
|
msgid "Password"
|
|
556
568
|
msgstr "密码"
|
|
557
569
|
|
|
@@ -568,7 +580,7 @@ msgid "Permalink"
|
|
|
568
580
|
msgstr "永久链接"
|
|
569
581
|
|
|
570
582
|
#. @context: Default post title
|
|
571
|
-
#: src/routes/dash/posts.tsx:
|
|
583
|
+
#: src/routes/dash/posts.tsx:113
|
|
572
584
|
msgid "Post"
|
|
573
585
|
msgstr "帖子"
|
|
574
586
|
|
|
@@ -590,7 +602,7 @@ msgid "Posts in Collection ({count})"
|
|
|
590
602
|
msgstr "集合中的帖子 ({count})"
|
|
591
603
|
|
|
592
604
|
#. @context: Media detail section - preview
|
|
593
|
-
#: src/routes/dash/media.tsx:
|
|
605
|
+
#: src/routes/dash/media.tsx:257
|
|
594
606
|
msgid "Preview"
|
|
595
607
|
msgstr "预览"
|
|
596
608
|
|
|
@@ -602,10 +614,15 @@ msgid "Previous"
|
|
|
602
614
|
msgstr "上一页"
|
|
603
615
|
|
|
604
616
|
#. @context: Upload status - processing
|
|
605
|
-
#: src/routes/dash/media.tsx:
|
|
617
|
+
#: src/routes/dash/media.tsx:106
|
|
606
618
|
msgid "Processing..."
|
|
607
619
|
msgstr "处理中..."
|
|
608
620
|
|
|
621
|
+
#. @context: Account settings section heading
|
|
622
|
+
#: src/routes/dash/settings.tsx:353
|
|
623
|
+
msgid "Profile"
|
|
624
|
+
msgstr "个人资料"
|
|
625
|
+
|
|
609
626
|
#. @context: Button to publish new post
|
|
610
627
|
#: src/theme/components/PostForm.tsx:175
|
|
611
628
|
msgid "Publish"
|
|
@@ -666,13 +683,18 @@ msgstr "移除"
|
|
|
666
683
|
|
|
667
684
|
#. @context: Password reset form submit button
|
|
668
685
|
#. @context: Password reset page heading
|
|
669
|
-
#: src/app.tsx:
|
|
670
|
-
#: src/app.tsx:
|
|
686
|
+
#: src/app.tsx:469
|
|
687
|
+
#: src/app.tsx:520
|
|
671
688
|
msgid "Reset Password"
|
|
672
689
|
msgstr "重置密码"
|
|
673
690
|
|
|
691
|
+
#. @context: Button to save profile
|
|
692
|
+
#: src/routes/dash/settings.tsx:378
|
|
693
|
+
msgid "Save Profile"
|
|
694
|
+
msgstr "保存个人资料"
|
|
695
|
+
|
|
674
696
|
#. @context: Button to save settings
|
|
675
|
-
#: src/routes/dash/settings.tsx:
|
|
697
|
+
#: src/routes/dash/settings.tsx:192
|
|
676
698
|
msgid "Save Settings"
|
|
677
699
|
msgstr "保存设置"
|
|
678
700
|
|
|
@@ -688,17 +710,21 @@ msgstr "搜索"
|
|
|
688
710
|
msgid "Search posts..."
|
|
689
711
|
msgstr "搜索帖子..."
|
|
690
712
|
|
|
713
|
+
#. @context: Dashboard heading
|
|
714
|
+
#. @context: Dashboard heading
|
|
691
715
|
#. @context: Dashboard heading
|
|
692
716
|
#. @context: Dashboard navigation - site settings
|
|
693
|
-
#: src/routes/dash/settings.tsx:
|
|
717
|
+
#: src/routes/dash/settings.tsx:118
|
|
718
|
+
#: src/routes/dash/settings.tsx:290
|
|
719
|
+
#: src/routes/dash/settings.tsx:341
|
|
694
720
|
#: src/theme/layouts/DashLayout.tsx:133
|
|
695
721
|
msgid "Settings"
|
|
696
722
|
msgstr "设置"
|
|
697
723
|
|
|
698
724
|
#. @context: Sign in form submit button
|
|
699
725
|
#. @context: Sign in page heading
|
|
700
|
-
#: src/app.tsx:
|
|
701
|
-
#: src/app.tsx:
|
|
726
|
+
#: src/app.tsx:327
|
|
727
|
+
#: src/app.tsx:372
|
|
702
728
|
msgid "Sign In"
|
|
703
729
|
msgstr "登录"
|
|
704
730
|
|
|
@@ -708,12 +734,12 @@ msgid "Sign Out"
|
|
|
708
734
|
msgstr "登出"
|
|
709
735
|
|
|
710
736
|
#. @context: Settings form field
|
|
711
|
-
#: src/routes/dash/settings.tsx:
|
|
737
|
+
#: src/routes/dash/settings.tsx:154
|
|
712
738
|
msgid "Site Description"
|
|
713
739
|
msgstr "网站描述"
|
|
714
740
|
|
|
715
741
|
#. @context: Settings form field
|
|
716
|
-
#: src/routes/dash/settings.tsx:
|
|
742
|
+
#: src/routes/dash/settings.tsx:139
|
|
717
743
|
msgid "Site Name"
|
|
718
744
|
msgstr "网站名称"
|
|
719
745
|
|
|
@@ -750,12 +776,12 @@ msgid "The URL path for this page. Use lowercase letters, numbers, and hyphens."
|
|
|
750
776
|
msgstr "此页面的 URL 路径。使用小写字母、数字和连字符。"
|
|
751
777
|
|
|
752
778
|
#. @context: Password reset error description
|
|
753
|
-
#: src/app.tsx:
|
|
779
|
+
#: src/app.tsx:548
|
|
754
780
|
msgid "This password reset link is invalid or has expired. Please generate a new one."
|
|
755
781
|
msgstr "此密码重置链接无效或已过期。请生成一个新的链接。"
|
|
756
782
|
|
|
757
783
|
#. @context: Appearance settings description
|
|
758
|
-
#: src/routes/dash/
|
|
784
|
+
#: src/routes/dash/settings.tsx:307
|
|
759
785
|
msgid "This will theme both your site and your dashboard. All color themes support dark mode."
|
|
760
786
|
msgstr "这将为您的网站和仪表板设置主题。所有颜色主题都支持暗黑模式。"
|
|
761
787
|
|
|
@@ -830,22 +856,22 @@ msgid "Update Page"
|
|
|
830
856
|
msgstr "更新页面"
|
|
831
857
|
|
|
832
858
|
#. @context: Button to upload media file
|
|
833
|
-
#: src/routes/dash/media.tsx:
|
|
859
|
+
#: src/routes/dash/media.tsx:114
|
|
834
860
|
msgid "Upload"
|
|
835
861
|
msgstr "上传"
|
|
836
862
|
|
|
837
863
|
#. @context: Upload error message
|
|
838
|
-
#: src/routes/dash/media.tsx:
|
|
864
|
+
#: src/routes/dash/media.tsx:118
|
|
839
865
|
msgid "Upload failed. Please try again."
|
|
840
866
|
msgstr "上传失败。请再试一次。"
|
|
841
867
|
|
|
842
868
|
#. @context: Upload status - uploading
|
|
843
|
-
#: src/routes/dash/media.tsx:
|
|
869
|
+
#: src/routes/dash/media.tsx:110
|
|
844
870
|
msgid "Uploading..."
|
|
845
871
|
msgstr "上传中..."
|
|
846
872
|
|
|
847
873
|
#. @context: Media detail section - URL
|
|
848
|
-
#: src/routes/dash/media.tsx:
|
|
874
|
+
#: src/routes/dash/media.tsx:297
|
|
849
875
|
msgid "URL"
|
|
850
876
|
msgstr "网址"
|
|
851
877
|
|
|
@@ -855,7 +881,7 @@ msgid "URL-safe identifier (lowercase, numbers, hyphens)"
|
|
|
855
881
|
msgstr "URL安全标识符(小写字母、数字、连字符)"
|
|
856
882
|
|
|
857
883
|
#. @context: Media URL helper text
|
|
858
|
-
#: src/routes/dash/media.tsx:
|
|
884
|
+
#: src/routes/dash/media.tsx:323
|
|
859
885
|
msgid "Use this URL to embed the media in your posts."
|
|
860
886
|
msgstr "使用此 URL 将媒体嵌入到您的帖子中。"
|
|
861
887
|
|
|
@@ -870,7 +896,7 @@ msgstr "使用此 URL 将媒体嵌入到您的帖子中。"
|
|
|
870
896
|
#: src/routes/dash/collections.tsx:215
|
|
871
897
|
#: src/routes/dash/pages.tsx:73
|
|
872
898
|
#: src/routes/dash/pages.tsx:143
|
|
873
|
-
#: src/routes/dash/posts.tsx:
|
|
899
|
+
#: src/routes/dash/posts.tsx:129
|
|
874
900
|
#: src/theme/components/ActionButtons.tsx:76
|
|
875
901
|
#: src/theme/components/PostList.tsx:51
|
|
876
902
|
msgid "View"
|
|
@@ -892,7 +918,7 @@ msgid "Visibility"
|
|
|
892
918
|
msgstr "可见性"
|
|
893
919
|
|
|
894
920
|
#. @context: Setup page welcome heading
|
|
895
|
-
#: src/app.tsx:
|
|
921
|
+
#: src/app.tsx:181
|
|
896
922
|
msgid "Welcome to Jant"
|
|
897
923
|
msgstr "欢迎来到Jant"
|
|
898
924
|
|
|
@@ -907,6 +933,6 @@ msgid "What's this collection about?"
|
|
|
907
933
|
msgstr "这个系列是关于什么的?"
|
|
908
934
|
|
|
909
935
|
#. @context: Setup form field - user name
|
|
910
|
-
#: src/app.tsx:
|
|
936
|
+
#: src/app.tsx:201
|
|
911
937
|
msgid "Your Name"
|
|
912
938
|
msgstr "您的姓名"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"+7Wr2a\":[\"Edit: \",[\"title\"]],\"+MACwa\":[\"尚未有任何收藏。\"],\"+owNNn\":[\"帖子\"],\"+zy2Nq\":[\"类型\"],\"/0D1Xp\":[\"编辑集合\"],\"/Rj5P4\":[\"您的姓名\"],\"07Epll\":[\"这将为您的网站和仪表板设置主题。所有颜色主题都支持暗黑模式。\"],\"0JkyS7\":[\"创建您的第一页\"],\"0a6MpL\":[\"新重定向\"],\"1CU1Td\":[\"URL安全标识符(小写字母、数字、连字符)\"],\"1DBGsz\":[\"笔记\"],\"2N0qpv\":[\"帖子标题...\"],\"2q/Q7x\":[\"可见性\"],\"2rJGtU\":[\"页面标题...\"],\"3Yvsaz\":[\"302(临时)\"],\"4/SFQS\":[\"查看网站\"],\"40TVQj\":[\"自定义路径(可选)\"],\"4KzVT6\":[\"删除页面\"],\"4b3oEV\":[\"内容\"],\"4mDPGp\":[\"此页面的 URL 路径。使用小写字母、数字和连字符。\"],\"6WdDG7\":[\"页面\"],\"7G4SBz\":[\"页面内容(支持Markdown)...\"],\"7Mk+/h\":[\"更新收藏夹\"],\"7Q1KKN\":[\"来源路径\"],\"7aECQB\":[\"无效或过期的链接\"],\"7nGhhM\":[\"你在想什么?\"],\"7p5kLi\":[\"仪表板\"],\"7vhWI8\":[\"新密码\"],\"8ZsakT\":[\"密码\"],\"90Luob\":[[\"count\"],\" 条回复\"],\"A1taO8\":[\"搜索\"],\"AyHO4m\":[\"这个系列是关于什么的?\"],\"B373X+\":[\"编辑帖子\"],\"B495Gs\":[\"档案馆\"],\"BjF0Jv\":[\"仅允许小写字母、数字和连字符\"],\"D9Oea+\":[\"永久链接\"],\"DCKkhU\":[\"当前密码\"],\"DHhJ7s\":[\"上一页\"],\"DoJzLz\":[\"收藏夹\"],\"E80cJw\":[\"删除此媒体将永久从存储中移除。\"],\"EEYbdt\":[\"发布\"],\"EGwzOK\":[\"完成设置\"],\"EkH9pt\":[\"更新\"],\"FGrimz\":[\"新帖子\"],\"FkMol5\":[\"精选\"],\"Fxf4jq\":[\"描述(可选)\"],\"GA5A5H\":[\"删除收藏夹\"],\"GX2VMa\":[\"创建您的管理员账户。\"],\"GbVAnd\":[\"此密码重置链接无效或已过期。请生成一个新的链接。\"],\"GorKul\":[\"欢迎来到Jant\"],\"GrZ6fH\":[\"新页面\"],\"GxkJXS\":[\"上传中...\"],\"HfyyXl\":[\"My Blog\"],\"HiETwV\":[\"安静(正常)\"],\"Hzi9AA\":[\"未找到帖子。\"],\"I6gXOa\":[\"路径\"],\"IagCbF\":[\"网址\"],\"J4FNfC\":[\"此集合中没有帖子。\"],\"JIBC/T\":[\"Supported formats: JPEG, PNG, GIF, WebP, SVG. Max size: 10MB.\"],\"Jed1wB\":[\"需要帮助吗?访问<0>文档</0>。\"],\"JiP4aa\":[\"已发布的页面可以通过其路径访问。草稿不可见。\"],\"K9NcLu\":[\"使用此 URL 将媒体嵌入到您的帖子中。\"],\"KbS2K9\":[\"重置密码\"],\"KiJn9B\":[\"注意\"],\"L85WcV\":[\"缩略名\"],\"LkvLQe\":[\"还没有页面。\"],\"M1RvTd\":[\"点击图片查看完整尺寸\"],\"M8kJqa\":[\"草稿\"],\"M9xgHy\":[\"重定向\"],\"MHrjPM\":[\"标题\"],\"MZbQHL\":[\"未找到结果。\"],\"Mhf/H/\":[\"创建重定向\"],\"MqghUt\":[\"搜索帖子...\"],\"N40H+G\":[\"所有\"],\"O3oNi5\":[\"电子邮件\"],\"OCNZaU\":[\"重定向的路径\"],\"ODiSoW\":[\"还没有帖子。\"],\"ONWvwQ\":[\"上传\"],\"Pbm2/N\":[\"创建集合\"],\"RDjuBN\":[\"Setup\"],\"Rj01Fz\":[\"链接\"],\"RwGhWy\":[\"包含 \",[\"count\"],\" 条帖子的话题\"],\"SJmfuf\":[\"网站名称\"],\"ST+lN2\":[\"尚未上传任何媒体。\"],\"Tt5T6+\":[\"文章\"],\"TxE+Mj\":[\"1 条回复\"],\"Tz0i8g\":[\"设置\"],\"U5v6Gh\":[\"编辑页面\"],\"UDMjsP\":[\"快速操作\"],\"UGT5vp\":[\"保存设置\"],\"VUSy8D\":[\"Search failed. Please try again.\"],\"VhMDMg\":[\"更改密码\"],\"WDcQq9\":[\"未列出\"],\"Weq9zb\":[\"常规\"],\"WmZ/rP\":[\"到路径\"],\"Y+7JGK\":[\"创建页面\"],\"ZQKLI1\":[\"危险区域\"],\"ZhhOwV\":[\"引用\"],\"aAIQg2\":[\"外观\"],\"an5hVd\":[\"图片\"],\"b+/jO6\":[\"301(永久)\"],\"bHYIks\":[\"登出\"],\"biOepV\":[\"← 返回首页\"],\"cnGeoo\":[\"删除\"],\"dEgA5A\":[\"取消\"],\"e6Jr7Q\":[\"← 返回收藏夹\"],\"ePK91l\":[\"编辑\"],\"eWLklq\":[\"引用\"],\"eneWvv\":[\"草稿\"],\"er8+x7\":[\"演示账户已预填。只需点击登录。\"],\"f6e0Ry\":[\"文章\"],\"fG7BxZ\":[\"Upload images via the API: POST /api/upload with a file form field.\"],\"fttd2R\":[\"我的收藏\"],\"hG89Ed\":[\"图像\"],\"hWOZIv\":[\"输入您的新密码。\"],\"hXzOVo\":[\"下一页\"],\"he3ygx\":[\"复制\"],\"iH8pgl\":[\"返回\"],\"ig4hg2\":[\"Let's set up your site.\"],\"jpctdh\":[\"查看\"],\"k1ifdL\":[\"处理中...\"],\"mTOYla\":[\"查看所有帖子 →\"],\"n1ekoW\":[\"登录\"],\"oYPBa0\":[\"更新页面\"],\"p2/GCq\":[\"确认密码\"],\"pRhYH2\":[\"集合中的帖子 (\",[\"count\"],\")\"],\"pZq3aX\":[\"上传失败。请再试一次。\"],\"qMyM2u\":[\"源网址(可选)\"],\"r1MpXi\":[\"安静\"],\"rFmBG3\":[\"颜色主题\"],\"rdUucN\":[\"预览\"],\"rzNUSl\":[\"包含 1 条帖子的话题\"],\"sGajR7\":[\"线程开始\"],\"t/YqKh\":[\"移除\"],\"tfrt7B\":[\"未配置重定向。\"],\"tiq7kl\":[\"页面 \",[\"page\"]],\"u2f7vd\":[\"网站描述\"],\"u3wRF+\":[\"已发布\"],\"u6Hp4N\":[\"Markdown\"],\"uAQUqI\":[\"状态\"],\"vXIe7J\":[\"语言\"],\"vzU4k9\":[\"新收藏\"],\"wEF6Ix\":[\"目标路径或 URL\"],\"wK4OTM\":[\"标题(可选)\"],\"wM5UXj\":[\"删除媒体\"],\"wRR604\":[\"页面\"],\"wja8aL\":[\"无标题\"],\"x+doid\":[\"图像会自动优化:调整大小至最大 1920px,转换为 WebP,并去除元数据。\"],\"x0mzE0\":[\"创建你的第一篇帖子\"],\"x4RuFo\":[\"返回首页\"],\"xYilR2\":[\"媒体\"],\"y28hnO\":[\"帖子\"],\"yQ2kGp\":[\"加载更多\"],\"yjkELF\":[\"确认新密码\"],\"yzF66j\":[\"链接\"],\"z8ajIE\":[\"找到 1 个结果\"],\"zH6KqE\":[\"找到 \",[\"count\"],\" 个结果\"]}")as Messages;
|
|
1
|
+
/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"+7Wr2a\":[\"Edit: \",[\"title\"]],\"+MACwa\":[\"尚未有任何收藏。\"],\"+owNNn\":[\"帖子\"],\"+zy2Nq\":[\"类型\"],\"/0D1Xp\":[\"编辑集合\"],\"/Rj5P4\":[\"您的姓名\"],\"07Epll\":[\"这将为您的网站和仪表板设置主题。所有颜色主题都支持暗黑模式。\"],\"0JkyS7\":[\"创建您的第一页\"],\"0a6MpL\":[\"新重定向\"],\"1CU1Td\":[\"URL安全标识符(小写字母、数字、连字符)\"],\"1DBGsz\":[\"笔记\"],\"2N0qpv\":[\"帖子标题...\"],\"2q/Q7x\":[\"可见性\"],\"2rJGtU\":[\"页面标题...\"],\"3Yvsaz\":[\"302(临时)\"],\"4/SFQS\":[\"查看网站\"],\"40TVQj\":[\"自定义路径(可选)\"],\"4KzVT6\":[\"删除页面\"],\"4b3oEV\":[\"内容\"],\"4mDPGp\":[\"此页面的 URL 路径。使用小写字母、数字和连字符。\"],\"6WdDG7\":[\"页面\"],\"6YtxFj\":[\"姓名\"],\"7G4SBz\":[\"页面内容(支持Markdown)...\"],\"7Mk+/h\":[\"更新收藏夹\"],\"7Q1KKN\":[\"来源路径\"],\"7aECQB\":[\"无效或过期的链接\"],\"7nGhhM\":[\"你在想什么?\"],\"7p5kLi\":[\"仪表板\"],\"7vhWI8\":[\"新密码\"],\"8ZsakT\":[\"密码\"],\"90Luob\":[[\"count\"],\" 条回复\"],\"A1taO8\":[\"搜索\"],\"AeXO77\":[\"账户\"],\"AyHO4m\":[\"这个系列是关于什么的?\"],\"B373X+\":[\"编辑帖子\"],\"B495Gs\":[\"档案馆\"],\"BjF0Jv\":[\"仅允许小写字母、数字和连字符\"],\"D9Oea+\":[\"永久链接\"],\"DCKkhU\":[\"当前密码\"],\"DHhJ7s\":[\"上一页\"],\"DoJzLz\":[\"收藏夹\"],\"E80cJw\":[\"删除此媒体将永久从存储中移除。\"],\"EEYbdt\":[\"发布\"],\"EGwzOK\":[\"完成设置\"],\"EkH9pt\":[\"更新\"],\"FGrimz\":[\"新帖子\"],\"FkMol5\":[\"精选\"],\"Fxf4jq\":[\"描述(可选)\"],\"GA5A5H\":[\"删除收藏夹\"],\"GX2VMa\":[\"创建您的管理员账户。\"],\"GbVAnd\":[\"此密码重置链接无效或已过期。请生成一个新的链接。\"],\"GorKul\":[\"欢迎来到Jant\"],\"GrZ6fH\":[\"新页面\"],\"GxkJXS\":[\"上传中...\"],\"HfyyXl\":[\"My Blog\"],\"HiETwV\":[\"安静(正常)\"],\"Hzi9AA\":[\"未找到帖子。\"],\"I6gXOa\":[\"路径\"],\"IagCbF\":[\"网址\"],\"J4FNfC\":[\"此集合中没有帖子。\"],\"JIBC/T\":[\"Supported formats: JPEG, PNG, GIF, WebP, SVG. Max size: 10MB.\"],\"Jed1wB\":[\"需要帮助吗?访问<0>文档</0>。\"],\"JiP4aa\":[\"已发布的页面可以通过其路径访问。草稿不可见。\"],\"K9NcLu\":[\"使用此 URL 将媒体嵌入到您的帖子中。\"],\"KbS2K9\":[\"重置密码\"],\"KiJn9B\":[\"注意\"],\"L85WcV\":[\"缩略名\"],\"LkvLQe\":[\"还没有页面。\"],\"M1RvTd\":[\"点击图片查看完整尺寸\"],\"M8kJqa\":[\"草稿\"],\"M9xgHy\":[\"重定向\"],\"MHrjPM\":[\"标题\"],\"MZbQHL\":[\"未找到结果。\"],\"Mhf/H/\":[\"创建重定向\"],\"MqghUt\":[\"搜索帖子...\"],\"N40H+G\":[\"所有\"],\"O3oNi5\":[\"电子邮件\"],\"OCNZaU\":[\"重定向的路径\"],\"ODiSoW\":[\"还没有帖子。\"],\"ONWvwQ\":[\"上传\"],\"Pbm2/N\":[\"创建集合\"],\"RDjuBN\":[\"Setup\"],\"Rj01Fz\":[\"链接\"],\"RwGhWy\":[\"包含 \",[\"count\"],\" 条帖子的话题\"],\"SJmfuf\":[\"网站名称\"],\"ST+lN2\":[\"尚未上传任何媒体。\"],\"Tt5T6+\":[\"文章\"],\"TxE+Mj\":[\"1 条回复\"],\"Tz0i8g\":[\"设置\"],\"U5v6Gh\":[\"编辑页面\"],\"UDMjsP\":[\"快速操作\"],\"UGT5vp\":[\"保存设置\"],\"VUSy8D\":[\"Search failed. Please try again.\"],\"VhMDMg\":[\"更改密码\"],\"WDcQq9\":[\"未列出\"],\"Weq9zb\":[\"常规\"],\"WmZ/rP\":[\"到路径\"],\"Y+7JGK\":[\"创建页面\"],\"ZQKLI1\":[\"危险区域\"],\"ZhhOwV\":[\"引用\"],\"aAIQg2\":[\"外观\"],\"an5hVd\":[\"图片\"],\"b+/jO6\":[\"301(永久)\"],\"bHYIks\":[\"登出\"],\"biOepV\":[\"← 返回首页\"],\"cnGeoo\":[\"删除\"],\"dEgA5A\":[\"取消\"],\"e6Jr7Q\":[\"← 返回收藏夹\"],\"ePK91l\":[\"编辑\"],\"eWLklq\":[\"引用\"],\"eneWvv\":[\"草稿\"],\"er8+x7\":[\"演示账户已预填。只需点击登录。\"],\"f6e0Ry\":[\"文章\"],\"fG7BxZ\":[\"Upload images via the API: POST /api/upload with a file form field.\"],\"fttd2R\":[\"我的收藏\"],\"hG89Ed\":[\"图像\"],\"hWOZIv\":[\"输入您的新密码。\"],\"hXzOVo\":[\"下一页\"],\"he3ygx\":[\"复制\"],\"iH8pgl\":[\"返回\"],\"ig4hg2\":[\"Let's set up your site.\"],\"jpctdh\":[\"查看\"],\"k1ifdL\":[\"处理中...\"],\"mTOYla\":[\"查看所有帖子 →\"],\"n1ekoW\":[\"登录\"],\"oYPBa0\":[\"更新页面\"],\"p2/GCq\":[\"确认密码\"],\"pRhYH2\":[\"集合中的帖子 (\",[\"count\"],\")\"],\"pZq3aX\":[\"上传失败。请再试一次。\"],\"qMyM2u\":[\"源网址(可选)\"],\"r1MpXi\":[\"安静\"],\"rFmBG3\":[\"颜色主题\"],\"rdUucN\":[\"预览\"],\"rzNUSl\":[\"包含 1 条帖子的话题\"],\"sGajR7\":[\"线程开始\"],\"ssqvZi\":[\"保存个人资料\"],\"t/YqKh\":[\"移除\"],\"tfrt7B\":[\"未配置重定向。\"],\"tiq7kl\":[\"页面 \",[\"page\"]],\"u2f7vd\":[\"网站描述\"],\"u3wRF+\":[\"已发布\"],\"u6Hp4N\":[\"Markdown\"],\"uAQUqI\":[\"状态\"],\"vERlcd\":[\"个人资料\"],\"vXIe7J\":[\"语言\"],\"vzU4k9\":[\"新收藏\"],\"wEF6Ix\":[\"目标路径或 URL\"],\"wK4OTM\":[\"标题(可选)\"],\"wM5UXj\":[\"删除媒体\"],\"wRR604\":[\"页面\"],\"wja8aL\":[\"无标题\"],\"x+doid\":[\"图像会自动优化:调整大小至最大 1920px,转换为 WebP,并去除元数据。\"],\"x0mzE0\":[\"创建你的第一篇帖子\"],\"x4RuFo\":[\"返回首页\"],\"xYilR2\":[\"媒体\"],\"y28hnO\":[\"帖子\"],\"yQ2kGp\":[\"加载更多\"],\"yjkELF\":[\"确认新密码\"],\"yzF66j\":[\"链接\"],\"z8ajIE\":[\"找到 1 个结果\"],\"zH6KqE\":[\"找到 \",[\"count\"],\" 个结果\"]}")as Messages;
|