forked from siyuan-note/siyuan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen_US.json
More file actions
1614 lines (1614 loc) · 92.6 KB
/
en_US.json
File metadata and controls
1614 lines (1614 loc) · 92.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"addCard": "Add card",
"cardPreview1": "Card preview",
"contentImage": "Content image",
"cardSize": "Card size",
"large": "Large",
"medium": "Medium",
"small": "Small",
"fitImage": "Auto-fit image size",
"showIcon": "Show icon",
"wrapAllFields": "Auto-wrap fields",
"gallery": "Gallery",
"newTag": "New tag",
"pleaseWait": "Please wait...",
"reconnectPrompt": "After switching applications, it will take some time to restore the SiYuan kernel operation. Please wait a few seconds or click the \"Retry\" button",
"relativeFontSize": "relative to the editor font size",
"localFileSystem": "Local file system",
"deviceNotSupport": "The current device is not supported",
"second": "second",
"syncInterval": "sync interval",
"syncIntervalTip": "Automatically sync data after it stops changing",
"removeAV": "Remove from database",
"empty": "Empty",
"newRowInRelation": "Create a new entry in ${x} <b class='ft__on-surface'>${y}</b>",
"copyKeyContent": "Copy primary key text",
"addDesc": "Add description",
"dataRepoAutoPurgeIndexRetentionDays": "Data snapshot retention days",
"dataRepoAutoPurgeRetentionIndexesDaily": "Data snapshots per day",
"fields": "Fields",
"dynamicEmoji": "Dynamic icon",
"backlinkContainChildren": "Do backlinks contain child blocks",
"backlinkContainChildrenTip": "When enabled, child blocks will be included in the backlink calculation",
"entryNum": "Number of entries",
"workspaceData": "Workspace data",
"confirmRemoveRelationField": "Are you sure you want to delete the field associated with <b>${x}</b>?",
"removeButKeepRelationField": "Remove, but keep related field",
"exportPDFLowMemory": "Insufficient available memory to export this PDF, please reduce the content or increase available memory and try exporting again",
"exportConf": "Export settings",
"exportConfTip": "Account, access authorization code, synchronization, API token and data repo key will not be exported",
"importConf": "Import settings",
"importConfTip": "After importing, the current settings will be overwritten and the application will be automatically closed, please restart manually",
"jumpToPage": "Jump to the specified page: 1 ~ ${x}",
"pageCountAndSnapshotCount": "Total ${x} pages, ${y} snapshots",
"pageCountAndHistoryCount": "Total ${x} pages, ${y} histories",
"visitCommunityShare": "Visit community share",
"clearContextSucc": "The context has been cleared",
"emptyMobilePlaceholder": "Record something",
"emptyPlaceholder": "Write something, ' / ' for commands",
"publish": "Publish",
"publishService": "Publish service",
"publishServiceNotStarted": "Publish Service Not Started",
"publishServiceTip": "When enabled, the publish service will be started. This service publishes the content of the current workspace in read-only mode on the local network.",
"publishServicePort": "Service port",
"publishServicePortTip": "Enable the publish service using the specified port number. If set to <code class='fn__code'>0</code>, a random port will be used.",
"publishServiceAddresses": "Service access addresses",
"publishServiceAddressesTip": "Possible network addresses to access the publish service.",
"publishServiceAuth": "Service basic authentication",
"publishServiceAuthTip": "When enabled, authentication is required to access the publish service.",
"publishServiceAuthAccounts": "Authenticated accounts",
"publishServiceAuthAccountsTip": "List of Basic authentication accounts. Visitors need to enter the username and password from this list to view the published content.",
"publishServiceAuthAccountAdd": "Add account",
"copyMirror": "Copy mirror",
"duplicateMirror": "Duplicate mirror",
"duplicateCompletely": "Duplicate completely",
"isMsStoreVerTip": "The currently used version is the Microsoft Store version, please check for updates in the Microsoft Store",
"andSubFile": "Are you sure you want to delete <b>${x}</b> and its ${y} subdocs?",
"confirmDeleteTip": "Are you sure to delete <b>${x}</b>?",
"rollbackTip": "After deletion, it can be restored in [Data History], retained <code class= 'fn__code'>${x}</code> days according to [Settings - Editor - History Retention Days]",
"newView": "Add View",
"newCol": "Add field",
"newRow": "Add entry",
"enterKey": "Enter",
"doubleClick": "Double Click",
"click": "Click",
"allowHTMLBLockScript": "Allow execution of scripts within HTML blocks",
"allowHTMLBLockScriptTip": "When enabled, the script in the HTML block will not be sanitized, Please be aware of the potential risk of XSS attacks",
"autoLaunchMode0": "Do not launch automatically",
"autoLaunchMode1": "Auto launch after booting",
"autoLaunchMode2": "Auto launch and minimize the main interface after booting",
"editorMarkdownInlineMark": "Markdown inline mark syntax",
"editorMarkdownInlineMarkTip": "When enabled, the <code class='fn__code'>==foo==</code> inline mark syntax input will be supported",
"editorMarkdownInlineStrikethrough": "Markdown inline strikethrough syntax",
"editorMarkdownInlineStrikethroughTip": "When enabled, the <code class='fn__code'>~~foo~~</code> inline strikethrough syntax input will be supported",
"editorMarkdownInlineSup": "Markdown inline superscript syntax",
"editorMarkdownInlineSupTip": "When enabled, the <code class='fn__code'>^foo^</code> inline superscript syntax input will be supported",
"editorMarkdownInlineSub": "Markdown inline subscript syntax",
"editorMarkdownInlineSubTip": "When enabled, the <code class='fn__code'>~foo~</code> inline subscript syntax input will be supported",
"editorMarkdownInlineTag": "Markdown inline tag syntax",
"editorMarkdownInlineTagTip": "When enabled, the <code class='fn__code'>#foo#</code> inline tag syntax input will be supported",
"editorMarkdownInlineMath": "Markdown inline formula syntax",
"editorMarkdownInlineMathTip": "When enabled, the <code class='fn__code'>$foo$</code> inline formula syntax input will be supported",
"editorMarkdownInlineAsterisk": "Markdown inline asterisk syntax",
"editorMarkdownInlineAsteriskTip": "When enabled, the <code class='fn__code'>*foo*</code> italic syntax and the <code class='fn__code'>**foo**</code> bold syntax input will be supported",
"editorMarkdownInlineUnderscore": "Markdown inline underline syntax",
"editorMarkdownInlineUnderscoreTip": "When enabled, the <code class='fn__code'>_foo_</code> italic syntax and the <code class='fn__code'>__foo__</code> bold syntax input will be supported",
"currentNotebook": "Current Notebook",
"containerBlockTip1": "Enabling container blocks will result in duplicate search results",
"copyAsPNG": "Copy as PNG",
"unbindBlock": "Unbind block",
"showTitle": "Show database title",
"fillCreated": "Default fill created time",
"removeCard": "Remove flashcard",
"updateLayout": "Update layout",
"dndFolderTip": "Please note that ${x} only inserts the file:// hyperlink and does not copy the file",
"removeCol": "Are you sure you want to delete the <b>${x}</b> field in the database?",
"video": "Video",
"audio": "Audio",
"updateAll": "Update all",
"confirmUpdateAll": "Are you sure you want to update all?",
"confirmUpdate": "Are you sure you want to update?",
"insertRowBefore": "Insert rows ${x} above",
"insertRowAfter": "Insert rows ${x} below",
"setDueTime": "Set expiration time",
"showCardDay": "After how many days do you want to show the card?",
"forgetCount": "Forget to count",
"lastReviewTime": "Last review time",
"cardStatus": "Card status",
"noSupportTip": "This function does not support the use of card decks",
"insertRowTip": "The newly added entries have been filtered and can be viewed by canceling filtering/searching/sorting",
"insertPhoto": "Take a photo and insert it",
"relativeToToday": "Relative to today",
"current": "This",
"week": "week",
"month": "month",
"year": "year",
"pastDate": "Past",
"nextDate": "Next",
"listInvalidRefBlocks": "List blocks with invalid references",
"listItemDotNumberClickFocus": "List item dot/number click to focus",
"listItemDotNumberClickFocusTip": "When enabled, clicking the list item dot/number will focus on the list item",
"reviewMode": "Review mode",
"reviewModeTip": "Select the order in which new and old cards appear during review",
"reviewMode0": "New and old mix",
"reviewMode1": "New first",
"reviewMode2": "Old first",
"fileAnnoRefPlaceholder": "Please enter block ID",
"addToDatabase": "Add to Database",
"clearContext": "Clear context",
"cloudStoragePurge": "Purge cloud storage",
"cloudStoragePurgeConfirm": "Purging the cloud storage will completely delete all unreferenced snapshots and related data objects. <ul class='fn__list'><li>Please ensure that other devices have paused sync before execution</li><li>The purge operation is very time-consuming, please ensure that the network is stable</li></ul>Are you sure to execute it now?",
"dragFill": "Drag vertically to fill value",
"switchReadonly": "Switch read-only mode",
"original": "Original",
"selectRelation": "Please select the related field first",
"backRelation": "Bidirectional",
"thisDatabase": "This database",
"relatedTo": "Relation to",
"relation": "Relation",
"rollup": "Rollup",
"rollupProperty": "Property",
"rollupCalc": "Calculate",
"searchRelation": "Search for a relation field",
"searchRollupProperty": "Search for a property",
"replaceTypes": {
"text": "Normal text",
"imgText": "Image alt text",
"imgTitle": "Image title",
"imgSrc": "Image link",
"aText": "Link anchor text",
"aTitle": "Link title",
"aHref": "Link link",
"code": "inline code",
"em": "Italic",
"strong": "Bold",
"inlineMath": "Inline formula",
"inlineMemo": "Inline memo",
"blockRef": "Ref anchor text",
"fileAnnotationRef": "PDF annotation anchor text",
"kbd": "Keyboard",
"mark": "Mark",
"s": "Strikethrough",
"sub": "Subscript",
"sup": "Superscript",
"tag": "Tag",
"u": "Underline",
"docTitle": "Document title",
"codeBlock": "Code block",
"mathBlock": "Formula block",
"htmlBlock": "HTML block"
},
"selected": "Selected",
"loadMore": "Load more",
"tempUnlock": "Temporarily unlock",
"cancelTempUnlock": "Cancel temporary unlock",
"addFilter": "Add filter",
"removeFilters": "Clear filter",
"checked": "Checked",
"unchecked": "Unchecked",
"percentChecked": "Percent checked",
"percentUnchecked": "Percent unchecked",
"checkbox": "Checkbox",
"unsplit": "Unsplit",
"unsplitAll": "Unsplit All",
"resetCardTip": "Are you sure reset ${x} flashcards?",
"freezeCol": "Freeze field",
"unfreezeCol": "Unfreeze field",
"snippetsTip": "The code snippet has been updated, do you want to save it?",
"addBelowAbove": "Click <span class='ft__on-surface'>Add below</span><br>⌥Click <span class='ft__on-surface'>Add above</span>",
"imported": "Import completed",
"mirrorTip": "Mirror database, all data updates will be synchronized to all other mirrors",
"includeTime": "Include time",
"accountSupport1": "Since its first public release on August 31, 2020, SiYuan has been released a total of 776 times, solved user requirements and feedback 13840 times, and committed code 17637 times. We couldn't have achieved this without your support and feedback.",
"accountSupport2": "Your support and feedback will make SiYuan better. We will always be friends with users, work hard to make products better, and provide you with a better knowledge management experience. Thank you very much for your support!",
"goToTab1": "Go to tab #1",
"goToTab2": "Go to tab #2",
"goToTab3": "Go to tab #3",
"goToTab4": "Go to tab #4",
"goToTab5": "Go to tab #5",
"goToTab6": "Go to tab #6",
"goToTab7": "Go to tab #7",
"goToTab8": "Go to tab #8",
"goToTab9": "Go to last tab",
"goToTabNext": "Go to next tab",
"goToTabPrev": "Go to previous tab",
"goToEditTabNext": "Go to next edited tab",
"goToEditTabPrev": "Go to previous edited tab",
"createdTime": "Created time",
"updatedTime": "Updated time",
"lineNumber": "Line number",
"removeBookmark": "Remove bookmark from ${x}?",
"defaultMargin": "Default",
"noneMargin": "None",
"minimalMargin": "Minimal",
"customMargin": "Custom",
"marginTop": "Top",
"marginRight": "Right",
"marginBottom": "Bottom",
"marginLeft": "Left",
"lockEdit": "Make doc read-only",
"unlockEdit": "Make doc writable",
"enable": "Enable",
"disable": "Disable",
"removeWorkspacePhysically": "The workspace has been removed from the list, and the data in this workspace ${x} will be permanently deleted. This deletion cannot be undone, do you want to continue?",
"mainMenu": "Main Menu",
"searchRemoveName": "Do you want to delete ${x} and assign its query condition to ${y}?",
"searchUpdateName": "Update name ${x} to ${y}?",
"searchAssetContent": "Search asset file content",
"searchOverwrite": "The query name is duplicated, do you want to overwrite it?",
"onepay": "PRO",
"format": "Number format",
"numberFormatNone": "Number",
"numberFormatCommas": "Number with commas",
"numberFormatPercent": "Percent",
"numberFormatUSDollar": "US Dollar",
"numberFormatYuan": "Yuan",
"numberFormatEuro": "Euro",
"numberFormatPound": "Pound",
"numberFormatYen": "Yen",
"numberFormatRuble": "Ruble",
"numberFormatRupee": "Rupee",
"numberFormatWon": "Won",
"numberFormatCanadianDollar": "Canadian Dollar",
"numberFormatFranc": "Franc",
"email": "Email",
"phone": "Phone",
"inboxTip": "Open the user guide to search the <code class='fn__code'>inbox</code> to view the instructions",
"builtIn": "Built-in",
"endDate": "End date",
"needLogin": "This function needs to be logged in to use",
"calcResultCountAll": "Count all",
"calcResultCountValues": "Count Values",
"calcResultCountUniqueValues": "Count unique values",
"calcResultCountEmpty": "Count empty",
"calcResultCountNotEmpty": "Count not empty",
"calcResultPercentEmpty": "Percent empty",
"calcResultPercentNotEmpty": "Percent not empty",
"calcResultPercentUniqueValues": "Percent unique values",
"calcResultSum": "Sum",
"calcResultAverage": "Average",
"calcResultMedian": "Median",
"calcResultMin": "Min",
"calcResultMax": "Max",
"calcResultRange": "Range",
"calc": "Calculate",
"createWorkspace": "Create Workspace",
"createWorkspaceTip": "Are you sure to use this path to create a workspace?",
"calcOperatorNone": "None",
"calcOperatorCountAll": "Count all",
"calcOperatorCountValues": "Count Values",
"calcOperatorCountUniqueValues": "Count unique values",
"calcOperatorCountEmpty": "Count empty",
"calcOperatorCountNotEmpty": "Count not empty",
"calcOperatorPercentEmpty": "Percent empty",
"calcOperatorPercentNotEmpty": "Percent not empty",
"calcOperatorPercentUniqueValues": "Percent unique values",
"calcOperatorSum": "Sum",
"calcOperatorAverage": "Average",
"calcOperatorMedian": "Median",
"calcOperatorMin": "Min",
"calcOperatorMax": "Max",
"calcOperatorRange": "Range",
"calcOperatorEarliest": "Earliest",
"calcOperatorLatest": "Latest",
"filterOperatorIs": "Is",
"filterOperatorIsNot": "Is not",
"filterOperatorContains": "Contains",
"filterOperatorDoesNotContain": "Does not contain",
"filterOperatorStartsWith": "Starts with",
"filterOperatorEndsWith": "Ends with",
"filterOperatorIsEmpty": "Is empty",
"filterOperatorIsNotEmpty": "Is not empty",
"filterOperatorIsBetween": "Is between",
"filterOperatorIsBefore": "Is before",
"filterOperatorIsAfter": "Is after",
"filterOperatorIsOnOrBefore": "Is on or before",
"filterOperatorIsOnOrAfter": "Is on or after",
"asc": "Ascending",
"desc": "Descending",
"hideCol": "Hide field",
"hideAll": "Hide all",
"showAll": "Show all",
"showCol": "Show field",
"number": "Number",
"date": "Date",
"select": "Select",
"multiSelect": "Multi-select",
"commandEmpty": "No command yet, click to go to the marketplace to install plugins",
"commandPanel": "Command Palette",
"cloudRegionNorthAmerica": "LiuYun (North America data center)",
"cloudRegionChina": "LianDi (Mainland China data center)",
"currentKernel": "Current kernel",
"otherOnlineKernels": "Other online kernels",
"syncPerception": "Sync perception",
"syncPerceptionTip": "When enabled, it will automatically receive and send data sync signals, so that data sync can be performed for all online devices as much as possible in real time",
"hide": "Hide",
"wrap": "Wrap column",
"edit": "Edit",
"incompatiblePluginTip": "This plugin is not supported on the current terminal",
"incompatible": "Incompatible",
"trust": "Trust",
"bazaarTrust": "The marketplace package is similar to a third-party application, it can do whatever it wants, so installing a marketplace package in the marketplace has certain security risks.",
"bazaarTrust3": "We attach great importance to potential security issues. In order to avoid security risks as much as possible, the following measures have been taken:",
"bazaarTrustCodeReview": "Code review before listing",
"bazaarTrustCodeReviewTip": "Before the marketplace package is put on the shelves, we will review its code",
"bazaarTrustOpenSource": "Open source",
"bazaarTrustOpenSourceTip": "The code of most marketplace packages is open source, you can review the code and pay attention to the repository issues before installing",
"bazaarCommunityReview": "Community peer review",
"bazaarPeerReviewTip": "Numerous community developers can review the marketplace package code",
"bazaarUserReport": "User report",
"bazaarUserReportTip": "If you find malicious code or security issues in the marketplace package, please give us feedback",
"bazaarTrust1": "Once you choose to trust the marketplace, it cannot be closed. If you have installed a marketplace package containing malicious code, please manually delete it on the file system",
"bazaarTrust2": "Disclaimer: For details, please refer to the relevant terms in the open source license AGPLv3 used by SiYuan",
"pinTableHead": "Pin Table Head",
"unpinTableHead": "Unpin Table Head",
"enablePluginTip": "Do you need to enable this plugin now? You can enable, disable or uninstall it later in [Downloaded - Plugin]",
"enablePluginTip2": "All plugins are currently disabled, please enable them in [Downloaded - Plugin]",
"enablePlugin": "Enable plugin",
"color": "Color",
"confirmPassword": "I have already remembered the password",
"passwordNoMatch": "The passwords entered twice do not match",
"cloudConfigTip": "Please configure in [Settings - Cloud]",
"confirmUninstall": "Are you sure you want to uninstall ${name}?",
"scrollGetMore": "Scroll up and down to load more",
"flashcardNewCard": "New",
"flashcardReviewCard": "Old",
"flashcardDueCard": "Due",
"flashcardCard": "Total",
"plugin": "Plugin",
"attrBookmarkTip": "Associate this block with a bookmark for subsequent viewing through the bookmark panel",
"attrNameTip": "Set a name for this block, mainly for reference and search, a block can only have one unique name",
"attrAliasTip": "Set aliases for this block, a block can set multiple aliases separated by commas",
"attrMemoTip": "Set a memo for this block, only plain text is supported",
"switchDirect": "Switch comparison direction",
"onlySearchForDoc": "<code class='fn__code'>[[</code> only search documents",
"onlySearchForDocTip": "When enabled, [[ or 【【 to search for block references only in doc names",
"ocrResult": "OCR result text",
"reOCR": "Re OCR",
"continueReview1": "Continue Review",
"continueReview2": "There are still <code class='fn__code'>${count}</code> cards to review, continue?",
"whatsNewInSiYuan": "What's New in SiYuan",
"returnDesktop": "Press back again to desktop. Use [Exit Application] in the right sidebar panel to normally exit the application",
"enterNew": "Enter to create",
"enterNewTip": "No documents found, Enter to create a new document.",
"searchTip1": "to navigate",
"searchTip2": "to open",
"searchTip3": "to switch to the next hit",
"searchTip4": "to open to the right",
"searchTip5": "to dismiss",
"showRecentUpdatedBlocks": "The most recently updated blocks will be shown when the input is empty",
"revisionCount": "Number of revisions",
"nextDue": "Next Due",
"flashcardNewCardLimit": "New Card Limit",
"flashcardNewCardLimitTip": "If there are many new cards, you can set the number of new cards to review through this item",
"flashcardReviewCardLimit": "Old Card Limit",
"flashcardReviewCardLimitTip": "If there are many old cards, you can set the number of old cards to review through this item",
"flashcardMark": "Mark Carding",
"flashcardMarkTip": "When enabled, the mark is recognized as fill in the blank",
"flashcardList": "List Carding",
"flashcardListTip": "When enabled, the first list item of a list is recognized as a question, and the rest of the list items are recognized as answers",
"flashcardSuperBlock": "Super Block Carding",
"flashcardSuperBlockTip": "When enabled, the first child block of a super block is recognized as a question, and the rest of the child blocks are recognized as answers",
"flashcardHeading": "Heading Block Carding",
"flashcardHeadingTip": "When enabled, the heading block is recognized as a question, and the blocks below are recognized as answers",
"flashcardDeck": "Deck",
"flashcardDeckTip": "When enabled, the card deck classification is supported. This is a historical compatibility option, it is not recommended to enable it unless necessary, and it is recommended to use <code class='fn__code'>Quick make card</code>",
"flashcardFSRSParamRequestRetention": "FSRS Request Retention",
"flashcardFSRSParamRequestRetentionTip": "Represents the probability of recall you want to target. Note that there is a tradeoff between higher retention and higher number of repetitions. It is recommended that you set this value somewhere between 0.8 and 0.9",
"flashcardFSRSParamMaximumInterval": "FSRS Maximum Interval",
"flashcardFSRSParamMaximumIntervalTip": "The maximum number of days between repetitions",
"flashcardFSRSParamWeights": "FSRS Weights",
"flashcardFSRSParamWeightsTip": "Algorithm weight parameters. The default value is obtained from a smaller sample. If adjustments are needed, please use the FSRS optimizer to calculate",
"apiKey": "API Key",
"apiKeyTip": "It is recommended to assign an API Key to SiYuan separately for subsequent management. If this item is left blank, AI-related functions will be disabled",
"apiTimeout": "Timeout",
"apiTimeoutTip": "The timeout period for initiating a request, unit: second",
"apiProxy": "Network Proxy",
"apiProxyTip": "The network proxy that initiates the request, such as <code class='fn__code'>socks://user:pass@127.0.0.1:1080</code>",
"apiModel": "Model",
"apiModelTip": "The <code class='fn__code'>model</code> parameter passed in when requesting the API is used to control the generated text style (the Deployment ID needs to be filled in when using the Azure OpenAI service)",
"apiMaxTokens": "Maximum number of Tokens",
"apiMaxTokensTip": "The <code class='fn__code'>max_tokens</code> parameter passed in when requesting the API is used to control the length of the generated text",
"apiTemperature": "Temperature",
"apiTemperatureTip": "The <code class='fn__code'>temperature</code> parameter passed in when requesting the API is used to control the randomness of the generated text",
"apiMaxContexts": "Maximum number of contexts",
"apiMaxContextsTip": "The maximum number of contexts passed in when requesting the API",
"apiBaseURL": "API Base URL",
"apiBaseURLTip": "The base address of the request, such as <code class='fn__code'>https://api.openai.com/v1</code>",
"apiUserAgentTip": "The user agent that initiated the request, that is, the HTTP header <code class='fn__code'>User-Agent</code>",
"apiVersion": "API version",
"apiVersionTip": "Only required when using the Azure OpenAI service",
"apiProvider": "API Provider",
"apiProviderTip": "Use the selected API provider to implement AI-related functions",
"skip": "Skip",
"nextRound": "Next round",
"save": "Save",
"ai": "Artificial Intelligence",
"aiContinueWrite": "Continue writing",
"aiTranslate": "Translate",
"aiExtractSummary": "Extract summary",
"aiBrainStorm": "Brainstorm",
"aiFixGrammarSpell": "Fix grammar, spelling and typos",
"aiCustomAction": "Custom action...",
"aiWriting": "AI writing",
"database": "Database",
"manage": "Manage",
"spaceRepetition": "Spaced Repetition",
"space": "Space",
"cardShowAnswer": "Show Answer",
"cardRatingAgain": "Again",
"cardRatingHard": "Hard",
"cardRatingGood": "Good",
"cardRatingEasy": "Easy",
"pdfIsLoading": "PDF is loading, please try again later",
"addToDeck": "Add to Deck...",
"quickMakeCard": "Quick make card",
"allAttrs": "All attribute names and attribute values",
"chooseSyncDirection": "Choose sync direction",
"uploadData2Cloud": "⬆️ Upload local data snapshot",
"uploadData2CloudTip": "Generate a data snapshot and then upload it to the cloud",
"downloadDataFromCloud": "⬇️ Download cloud data snapshot",
"downloadDataFromCloudTip": "Download the latest cloud data snapshot and merge it into local data",
"targetBlockID": "Target Block ID",
"transferBlockRefTip": "Transfer all references from this block to the target block",
"transferBlockRef": "Transfer Reference",
"sortByFiletree": "Use doc tree sorting rule",
"tabToWindow": "Move to New Window",
"openByNewWindow": "Open with New Window",
"exitFocus": "Exit focus",
"pointExchangeSize": "Point Exchange",
"panels": "Panels",
"copyPath": "Copy Path",
"workspaceList": "Workspaces",
"removeWorkspaceTip": "Remove from Workspaces",
"new": "New",
"share2LiandiConfirmTip": "Are you sure you want to <b>publish</b> this document to the <a href=\"${accountServer}\" target=\"_blank\">community</a>?<br>Once published, everyone will be able to view this document, please ensure it does not contain sensitive information",
"share2Liandi": "Share to community",
"noDueCard": "Great job! There are no more review tasks at the moment, check back later!",
"createDeck": "Create Deck",
"addDeck": "Add to deck",
"removeDeck": "Remove from deck",
"riffCard": "Flashcard",
"compare": "Compare",
"switchTab": "Switcher",
"recentDocs": "Recent documents",
"autoLaunch": "Automatic launch at boot",
"autoLaunchTip": "When enabled, the application will be automatically launched after logging into the operating system",
"sortByContent": "Original content order",
"sortByRankDesc": "Relevance DESC",
"sortByRankAsc": "Relevance ASC",
"saveCriterion": "Save query criteria",
"useCriterion": "The next query will no longer use the current query criteria",
"removeCriterion": "Remove query criteria",
"group": "Group",
"noGroupBy": "No grouping",
"groupByDoc": "Group by document",
"leftRightLayout": "Left and right layout",
"topBottomLayout": "Top and bottom layout",
"keyword": "Keyword",
"searchMethod": "Search Method",
"regex": "Regex",
"keywordsLimit": "Keywords Limit",
"exportAsImage": "Export as image",
"proFeature": "This feature requires payment (subscribing members do not need to pay separately), <a href=\"https://b3log.org/siyuan/en/pricing.html\" target=\"_blank\">one-time payment can be used for lifetime</a>",
"syncOfficialProviderIntro": "Currently selected is the cloud storage service officially provided by SiYuan, which only supports paid subscription users",
"syncThirdPartyProviderS3Intro": "The current selected is a third-party cloud storage service compatible with the Amazon S3 protocol (eg <a href=\"https://s.qiniu.com/VbQfeu\" target=\"_blank\">Qiniu</a>, <a href=\"https://www.aliyun.com/product/oss?userCode=yqovuas2\" target=\"_blank\">Aliyun OSS</a>, <a href=\"https://www.cloudflare.com/\" target=\"_blank\">Cloudflare R2</a>)",
"syncThirdPartyProviderWebDAVIntro": "The currently selected is a third-party cloud storage service with the WebDAV protocol. Due to the poor performance and insufficient stability of this protocol, it is recommended to choose the S3 service first",
"syncThirdPartyProviderLocalIntro": "The storage service provided by the local file system is currently selected. Please enter the full path of the local folder in the <code class='fn__code'>Endpoint</code> field",
"syncThirdPartyProviderTip": "Before using this feature, please pay attention to the technical limitations and billing items of the third-party cloud storage service: <div class=\"b3-label__text\"><ul class='fn__list'><li>Technical limitations such as interface calling frequency and bandwidth</li><li>Billing items such as storage space and traffic</li><li>Terms of use and availability guarantee</li></ul></div><div class='fn__hr'></div>Disclaimer: For details, please refer to the relevant terms in the open source license AGPLv3 used by SiYuan",
"syncProvider": "Cloud storage service provider",
"syncProviderTip": "If selected, the cloud storage service of this provider will be used to achieve cloud synchronization and backup functions",
"confirmReset": "Are you sure want to reset all keyboard shortcuts to default settings?",
"notBatchRemove": "Notebook batch deletion is not supported",
"confirmRemoveAll": "Are you sure you want to delete the selected ${count} documents and their subdocuments?",
"microphoneDenied": "Need to allow Siyuan to access the microphone in System Preferences",
"microphoneNotAccess": "Access to the microphone is denied, go to System Preferences to reset",
"dynamicLoadBlocks": "Number of dynamically loaded blocks",
"dynamicLoadBlocksTip": "This value contains the number of subblocks. If there are many code blocks, formula blocks or chart blocks that need to be rendered, it is recommended not to set too large",
"backlinkExpand": "Backlink default expand",
"backlinkExpandTip": "If configured as <code class='fn__code'>0</code>",
"backmentionExpand": "Backmention default expand",
"backmentionExpandTip": "If configured as <code class='fn__code'>0</code>, it will not be expanded, if configured as <code class='fn__code'>-1</code>, the panel will be closed",
"googleAnalytics": "Google Analytics",
"googleAnalyticsTip": "When enabled, it will use <a href=\"https://analytics.google.com/\" target=\"_blank\">Google Analytics</a> to count the opening status of the application and will not collect users data and operations",
"floatWindowMode": "Floating window trigger method",
"floatWindowModeTip": "Choose how to trigger the floating window when the mouse hovers over the block icon, breadcrumb icon, etc.",
"floatWindowMode0": "Hover",
"floatWindowMode1": "Press and hold ${hotkey} + Hover",
"floatWindowMode2": "Do not trigger",
"codeSnippet": "Code Snippet",
"codeSnippetTip": "Fine-tune the interface or functionality through code snippets",
"expandDown": "Expand Down",
"expandUp": "Expand Up",
"goForward": "Go forward",
"goBack": "Go back",
"docNameAndContent": "Doc Name and Content",
"breadcrumb": "Breadcrumb",
"embedBlockBreadcrumb": "Embed Block Breadcrumb",
"embedBlockBreadcrumbTip": "When enabled, embed blocks will display breadcrumbs, embed blocks in super blocks ignore this option and never show breadcrumbs",
"appearanceMode": "Appearance Mode",
"editReadonly": "Read-only mode",
"editReadonlyTip": "When enabled, the editor will load the document in read-only mode",
"generateConflictDoc": "Generate conflict documentation when syncing conflicts",
"generateConflictDocTip": "When enabled, a conflict document will be generated when a synchronization conflict occurs, so that it can be opened and viewed directly. Whether enabled or not, the [Data History] will record the conflict document",
"deleteOpConfirm": "⚠️ Delete operation confirmation",
"filterKeywordEnter": "Keyword filtering Enter",
"defBlock": "Def block",
"defBlockChildren": "Define block and its children",
"filter": "Filter",
"headings1": "Headings and Bottom Blocks",
"tWithSubtitle": "Transformation with sub-headings",
"clear": "Clear",
"autoDownloadUpdatePkg": "Automatically download update installation package",
"autoDownloadUpdatePkgTip": "When enabled, it will automatically check the version update every two hours. If there is an updated version, it will automatically download the installation package and prompt for installation",
"downloaded": "Downloaded",
"allOp": "All operations",
"allNotebooks": "All Notebooks",
"historyClean": "clean",
"historyUpdate": "update",
"historyDelete": "delete",
"historyFormat": "format",
"historySync": "sync",
"historyReplace": "replace",
"historyOutline": "outline",
"htmlBlockError": "The execution of the following script will affect the interface display, and the script has stopped running",
"fileHistory": "File history",
"htmlBlockTip": "Multiple HTML blocks are formed. To prevent data loss, please use <code class='fn__code'><div></code> tags to wrap and remove blank lines",
"katexMacros": "KaTeX macro definition",
"katexMacrosTip": "Please use JSON object format (<code class='fn__code'>{}</code>) to wrap macro definitions, eg <code class='fn__code'>{ \"\\\\foo\": \"{x^2}\" }</code>",
"systemLogTip": "Program running records are saved in the system log. By exporting the system log and sending it to developers, it can better help developers diagnose program problems",
"systemLog": "System log",
"syncConfGuide1": "Initialize sync key",
"syncConfGuide2": "This key is used for data sync end-to-end encryption<br>The key is generated based on the password you enter, please remember the password",
"syncConfGuide3": "The cloud sync directory is used to store the encrypted data corresponding to the current workspace. The default name is <code>main</code>. If you only have one workspace to sync, use <code>main</code> directly",
"syncConfGuide4": "Sync now?",
"syncConfGuide5": "If the amount of data is large, the first sync will be slow, please wait patiently<br>Do not switch apps and keep the screen bright while the iOS/iPad is syncing",
"copyPlainText": "Copy plain text",
"findInDoc": "Matches ${y} blocks in ${x} documents",
"matchDoc": "Matched ${x} documents",
"jumpToParentNext": "Jump to the next block of the parent block",
"jumpToParentPrev": "Jump to the previous block of the parent block",
"jumpToParent": "Jump to parent block",
"initRepoKeyTip": "If the key has been initialized on other devices, please use [Import Key] or generate the key with the same passphrase, otherwise the data cannot be synced to the cloud, so be sure to use the same key on all devices",
"crossKeepLazyLoad": "Cross-page multi-selection needs to select [Keep Loaded Content] in the more menu",
"keepLazyLoad": "Keep loaded content",
"localSnapshot": "Local snapshot",
"localTagSnapshot": "Local tag snapshot",
"cloudSnapshot": "Cloud snapshot",
"cloudTagSnapshot": "Cloud tag snapshot",
"cloudBackupTip": "Please go to [Data History - Data Snapshot] to operate",
"snapshotMemo": "Snapshot Memo",
"snapshotMemoTip": "Please enter the snapshot memo",
"tagSnapshot": "Tag Snapshot",
"tagSnapshotUpload": "Tag snapshot and upload",
"tagSnapshotTip": "Do not include symbols \\ / : * ? " ' < > |",
"dataRepo": "Data repo",
"newSubDoc": "Create sub doc",
"newSubDocRef": "Create sub Doc with reference",
"newDocBelow": "Create doc below",
"newDocAbove": "Create doc above",
"fullWidth": "Adaptive Width",
"switchAdjust": "Adaptive width switch",
"fullWidthTip": "When enabled, the editing area will be displayed as wide as possible",
"tabLimit": "Tab Limit",
"tabLimit1": "Sort by opening time, close the earliest opened tab",
"pasteEscaped": "Paste escaped text",
"resetRepoTip": "Resetting the data repository will completely delete the key and all snapshots, are you sure you want to reset?",
"resetRepo": "Reset data repo",
"createSnapshot": "Create snapshot",
"dataSnapshot": "Data snapshot",
"copyKey": "Copy key string",
"importKey": "Import key",
"keyPlaceholder": "Please paste the key string here",
"key": "Key",
"genKey": "Auto-generate key",
"genKeyByPW": "Gen key by passphrase",
"dataRepoKeyTip1": "The data repo is used to encrypt and save data snapshots. Snapshots can be created and rolled back in the [Data History]",
"dataRepoKeyTip2": "All devices must use the same key, if the keys are inconsistent, the data cannot be synced to the cloud",
"dataRepoKey": "Data repo key",
"dataRepoPurge": "Data repo purge",
"dataRepoPurgeTip": "Delete all unreferenced snapshots and related data objects",
"dataRepoPurgeConfirm": "Purging the data repo will completely delete all unreferenced snapshots and related data objects, are you sure to purge?",
"purge": "Purge",
"plsChoose": "Please choose first",
"clearMessage": "Read",
"freeSub": "Free Trial Subscription",
"sortByUpdateTimeDesc": "Descending by update time",
"sortByUpdateTimeAsc": "Ascending by update time",
"sortByDownloadsDesc": "Descending by downloads",
"sortByDownloadsAsc": "Ascending by downloads",
"activationCode": "Activation code",
"activationCodePlaceholder": "Please enter your subscription activation code here",
"exportDataTip": "Package and export all files in the <code class='fn__code'>workspace/data/</code> folder as a zip archive",
"importDataTip": "Import the exported zip archive, overwriting the <code class='fn__code'>workspace/data/</code> folder by path",
"includeChildDoc": "Include child documents",
"text": "Text",
"lastUsed": "Recently used appearance",
"removedNotebook": "Removed notebook",
"querySyntax": "Query Syntax",
"rollback": "Rollback",
"custom": "Custom",
"feedback": "Feedback",
"inbox": "Inbox",
"turnToStatic": "Static anchor text",
"turnToDynamic": "Dynamic anchor text",
"sizeLimit": "Limit",
"trafficStat": "Traffic statistics",
"hideHeadingBelowBlocks": "Hide blocks below heading",
"matchDiacritics": "Match Diacritics",
"copyHPath": "Copy readable path",
"justify": "Justify",
"justifyTip": "Render content side-aligned",
"rtl": "Right to Left (RTL)",
"ltr": "Left to Right (LTR)",
"rtlTip": "Render content from right to left",
"height": "Height",
"deactivateUser": "Deactivate Account",
"deactivateUserTip": "<ul class='fn__list'><li>Once the account is deactivated, it cannot be recovered, please do not try it at will</li><li>The username will be filled with <code>someone101</code> (the following The number is the user number), the password will be reset by a random number</li><li>Clear the user's nickname, self-label, URL, profile, avatar, site link, mailing address and other information</li><li >All privacy setting switches will be restored to the default public state</li><li>Unbound third-party social accounts, mobile phones</li><li><strong>Username, mobile phone number, bound third-party The account will not be able to be used again in the future</strong></li><li>User status is set to disabled, login prohibited</li></ul>",
"mergeCell": "Merge Cell",
"cancelMerged": "Cancel cell merge",
"useDefaultWidth": "Use Default Column Width",
"useDefaultAlign": "Use default alignment",
"type": "Type",
"replaceType": "Replace type",
"searchType": "Search type",
"searchBlockType": "Block types (searches in the enabled types below, the filter option in the global search overrides this setting)",
"searchBlockAttr": "Block attributes (search not only in the content, but also in the following enabled attributes)",
"searchIndex": "Index",
"indexAssetPath": "Asset path",
"searchBackmention": "Backlink mentions (backlink mentions search keywords are obtained from)",
"searchVirtualRef": "Virtual reference (virtual reference search keywords are obtained from)",
"netImg2LocalAsset": "Convert network images to local images",
"netAssets2LocalAssets": "Convert network assets to local",
"releaseDate": "Release Date",
"pkgSize": "Package size",
"installSize": "Install Size",
"installDate": "Install Date",
"optimizeTypography": "Optimize typography",
"dragPosition": "Drag image to reposition",
"exportPDF0": "Page Size",
"exportPDF1": "Landscape page",
"exportPDF2": "Page margins",
"exportPDF3": "Page Scale",
"exportPDF4": "Embed assets",
"exportPDF5": "Keep folded",
"mergeSubdocs": "Merge subdocuments",
"removeAssetsFolder": "Remove assets directory",
"upload": "Upload",
"reminderTip": "The reminder time cannot be less than the current time",
"wechatTip": "The content block will be sent to the cloud in clear text, and pushed through the WeChat MP template message when it expires",
"notEmpty": "The reminder time cannot be empty",
"experimentalFeature": "(⚗️ This feature is in the experimental stage)",
"wechatReminder": "WeChat Reminder",
"notifyTime": "Notify Time",
"docName": "Doc Name",
"bootSyncFailed": "Failed to synchronize data at startup",
"use": "Use",
"uninstallTip": "Currently in use, please switch it in [Settings - Appearance] before uninstalling",
"safeQuit": "Exit Application",
"anchor": "Anchor",
"showMore": "Show More",
"refPopover": "Open in popover",
"refTab": "Open in background tab",
"showHideBg": "Show/Hide Background",
"directConnection": "Direct connection",
"networkProxy": "Network Proxy",
"copyAnnotation": "Copy Annotation",
"rectAnnotation": "Rectangular Annotation",
"fileName": "File name",
"fileSize": "File size",
"fileCount": "File count",
"title1": "Title",
"author": "Author",
"subject": "Subject",
"keywords": "Keywords",
"creationDate": "Creation Date",
"modificationDate": "Modification Date",
"creator": "Creator",
"producer": "Producer",
"version": "Version",
"pageCount": "Page Count",
"pageSize": "Page Size",
"linearized": "Fast Web View",
"firstPage": "Go to First Page",
"lastPage": "Go to Last Page",
"rotateCw": "Rotate Clockwise",
"rotateCcw": "Rotate Counterclockwise",
"cursorText": "Text Selection Tool",
"cursorHand": "Hand Tool",
"scrollVertical": "Vertical Scrolling",
"scrollHorizontal": "Horizontal Scrolling",
"scrollWrapped": "Wrapped Scrolling",
"spreadNone": "No Spreads",
"spreadOdd": "Odd Spreads",
"spreadEven": "Even Spreads",
"find_match_count_limit": "More than {{limit}} match(es)",
"find_match_count": "{{current}} of {{total}} match(es)",
"findHighlight": "Highlight all",
"findEntireWord": "Whole words",
"presentationMode": "Switch to Presentation Mode",
"focusOutline": "Find Current Outline Item",
"previousLabel": "Previous",
"nextLabel": "Next",
"pageScaleWidth": "Page Width",
"pageScaleFit": "Page Fit",
"pageScaleAuto": "Automatic Zoom",
"pageScaleActual": "Actual Size",
"thumbPageTitle": "Page {{page}}",
"loading": "Loading…",
"toggleSidebarNotification2Title": "Toggle Sidebar (document contains outline/attachments/layers)",
"toggleSidebarTitle": "Toggle Sidebar",
"loadingError": "An error occurred while loading the PDF.",
"invalidFileError": "Invalid or corrupted PDF file.",
"missingFileError": "Missing PDF file.",
"unexpectedResponseError": "Unexpected server response.",
"printingNotSupported": "Warning: Printing is not fully supported by this browser.",
"printingNotReady": "Warning: The PDF is not fully loaded for printing.",
"unitInches": "in",
"unitMillimeters": "mm",
"additionalLayers": "Additional Layers",
"thumbsTitle": "Show Thumbnails",
"document_properties_page_size_name_a3": "A3",
"document_properties_page_size_name_a4": "A4",
"document_properties_page_size_name_letter": "Letter",
"document_properties_page_size_name_legal": "Legal",
"document_properties_page_size_orientation_portrait": "portrait",
"document_properties_page_size_orientation_landscape": "landscape",
"find_not_found": "Phrase not found",
"find_reached_top": "Reached top of document, continued from bottom",
"find_reached_bottom": "Reached end of document, continued from top",
"password_label": "Enter the password to open this PDF file.",
"password_invalid": "Invalid password. Please try again.",
"stateExcepted": "\uD83D\uDEA7 Abnormal state",
"rebuildIndex": "Rebuild Index",
"rebuildIndexTip": "A system runtime error was found, please choose whether to exit or rebuild the index for repair",
"closeNotebook": "Closed notebooks",
"widget": "Widget",
"customEmoji": "Add custom emoji",
"customEmojiTip": "Place images in the emojis folder, you can use one folder for classification, the path must not contain spaces or Markdown markers",
"recentEmoji": "Common Emoticons",
"changeIcon": "Change icon",
"addIcon": "Add icon",
"includeSubFile": "\nInclude x subdocs",
"untitled": "Untitled",
"lockScreen": "Lock Screen",
"cloudIntro1": "End-to-end encrypted data sync",
"cloudIntro2": "The encryption and decryption process is completely performed on the local device",
"cloudIntro3": "The encryption algorithm is the industry-recognized safe AES GCM",
"cloudIntro4": "The password set by the user is encrypted with the built-in key of the program and stored locally",
"cloudIntro5": "Unless you know the password or brute force, it cannot be decrypted",
"cloudIntro6": "Unlimited number of devices and number of workspaces",
"cloudIntro7": "Different local workspaces correspond to different data synchronization directories in the cloud",
"cloudIntro8": "Different devices keep their own data history, and data that is overwritten or deleted by synchronization will not be lost",
"cloudIntro9": "Cloud assets hosting service",
"cloudIntro10": "Upload local asset files to the cloud with one click",
"cloudIntro11": "One-click to copy the document to the Wechat MP, Zhihu, Yuque etc. platforms",
"selectAll": "Select all",
"reposTip": "The name of the cloud synchronization directory corresponding to the current workspace, you can select it on other devices after it is created on the first device",
"stickOpen": "Keep all opened",
"cloud": "Cloud",
"setEmojiTip": "Please go to [Settings - Appearance to add emoji]",
"openSyncTip1": "Enable cloud sync",
"openSyncTip2": "When changing from disabled to enabled, it is recommended to manually click the sync button to trigger a synchronization",
"syncMode": "Cloud sync mode",
"syncModeTip": "The sync mode can be further selected after cloud sync is enabled",
"syncMode1": "Auto",
"syncMode2": "Manual (automatic auto only once when the software is started and closed, other times need to manually trigger)",
"syncMode3": "Full manual sync (no sync on startup and shutdown, full manual control of sync timing and sync direction)",
"cloudSync": "Cloud sync",
"cloudSyncDir": "Cloud sync directory",
"cloudSyncDirTip": "The cloud sync directory corresponds one-to-one with the workspace and cannot be mixed. After changing the data repo key, a new cloud sync directory needs to be replaced",
"emptyCloudSyncList": "The cloud sync list is empty",
"retry": "Retry",
"insertVideoURL": "Insert video link",
"insertAudioURL": "Insert audio link",
"insertImgURL": "Insert image link",
"insertIframeURL": "Insert IFrame link",
"context": "Context",
"dockTip": "\nClick <span class='ft__on-surface ft__nowrap'>Open/Minimize</span>\nRight Click/Drag <span class='ft__on-surface ft__nowrap'>Adjust position</span>",
"shadow": "Shadow",
"hollow": "Hollow",
"attrValue1": "Leave the attribute value blank will automatically delete the attribute",
"specifyPath": "Specify path",
"addAttr": "Add",
"addTag": "Add Tag",
"width": "Width",
"attrName": "Attribute name",
"attr": "Attribute",
"updatePath": "Change dir",
"default": "Default",
"titleBg": "Add cover",
"random": "Random",
"cloudBackup": "Cloud backup",
"total": "Total",
"cdn": "Assets",
"backup": "Backup",
"cloudStorage": "Cloud storage",
"vLayout": "Vertical layout",
"hLayout": "Horizontal layout",
"merge": "Merge",
"wordCount": "Words",
"runeCount": "Characters",
"linkCount": "Links",
"imgCount": "Images",
"refCount": "Refs",
"blockCount": "Blocks",
"kbd": "Keyboard",
"errorStyle": "Error Style",
"successStyle": "Success Style",
"warningStyle": "Warning Style",
"infoStyle": "Info Style",
"chart": "Chart",
"staff": "Staff",
"sup": "Superscript",
"sub": "Subscript",
"enter": "Zoom in",
"enterBack": "Zoom out",
"duplicate": "Duplicate",
"turnInto": "Turn into",
"split": "Split",
"underline": "Underline",
"inline-math": "Inline Formula",
"moveToUp": "Move Up",
"moveToDown": "Move Down",
"moveToLeft": "Move Left",
"moveToRight": "Move Right",
"copyProtocol": "Copy block hyperlink",
"copyProtocolInMd": "Copy block Markdown link",
"uploadAssets2CDN": "Upload asset files to cloud",
"uploadAssets2CDNConfirmTip": "Are you sure to upload the assets in this document to the cloud?",
"notSupport1": "Does not support drag and drop across notebooks",
"keymapTip": "After some shortcut keys are modified, you need to click the refresh button to take effect",
"keymapTip2": "Use default shortcut keys",
"searchLimit": "The number of search results displayed",
"searchLimit1": "If the amount of data is large, do not configure the value too large, the default is <code class='fn__code'>64</code>",
"searchLimit2": "This configuration item affects all functions related to searches, such as block ref search, file history, query embed block, tab panel, and template function queryBlocks/querySpans",
"searchCaseSensitive": "Case Sensitive",
"searchCaseSensitive1": "When enabled, all search-related functions will be case sensitive",
"toggleWin": "Hide/Show Window",
"customSort": "Custom Sorting",
"collapse": "Collapse",
"blockEmbed": "Embed Block",
"rowTip": "Click <span class='ft__on-surface'>Open Menu</span><br>Drag <span class='ft__on-surface'>Sort</span><br>⇧Click <span class='ft__on-surface'>Update attribute</span>",
"gutterTip": "Click/⌘/ <span class='ft__on-surface'>Open Menu</span><br>⌘Click/⌥→ <span class='ft__on-surface'>Focus</span><br>⌥Click/⌘↑ <span class='ft__on-surface'>Collapse/Expand</span><br>⇧Click/⌥⌘A <span class='ft__on-surface'>Update attribute</span><br>Drag <span class='ft__on-surface'>Move position</span><br>⌃Drag <span class='ft__on-surface'>Repeat</span><br>⌥Drag <span class='ft__on-surface'>Generate block reference</span><br>⇧Drag <span class='ft__on-surface'>Generate embedded block</span>",
"gutterTip2": "Click <span class='ft__on-surface'>Open Menu</span><br>⇧Click <span class='ft__on-surface'>Update attribute</span>",
"linkDistance": "Link distance",
"collideStrength": "Collide strength",
"collideRadius": "Collide radius",
"centerStrength": "Center strength",
"lineOpacity": "Line opacity",
"lineWidth": "Line size",
"nodeSize": "Node size",
"arrow": "Arrow",
"paragraph": "Paragraph",
"math": "Formula Block",
"listItem": "List item",
"superBlock": "Super block",
"embedBlock": "Embed block",
"expand": "Expand",
"toggleDock": "Show/Hide Dock",
"notebookName": "Please enter a notebook name",
"moveToLeftTop": "Move to the Left Top",
"moveToLeftBottom": "Move to the Left Bottom",
"moveToRightTop": "Move to the Right Top",
"moveToRightBottom": "Move to the Right Bottom",
"moveToBottomLeft": "Move to the Bottom Left",
"moveToBottomRight": "Move to the Bottom Right",
"accountDisplayTitle": "Display the title icon",
"accountDisplayVIP": "Display the VIP icon",
"rollbackConfirm": "The rollback operation cannot be undone, please proceed with caution. Are you sure you want to roll back <b>${name}</b> to <b>${time}</b>?",
"pdfTip": "PDF export does not support Dark theme",
"pdfConfirm": "Do you want to continue exporting with the selected Light theme?",
"import": "Import",
"doc": "Doc",
"openBy": "Open",
"replace": "Replace",
"replaceAll": "Replace All",
"alias": "Alias",
"exportTplSucc": "The template was exported successfully",
"exportTplTip": "The data already exists, do you need to overwrite it?",
"globalSearch": "Global Search",
"stickSearch": "Stick Search",
"resetLayout1": "Reset Layout",
"zoomIn": "Zoom In",
"zoomOut": "Zoom Out",
"template": "Template",
"move": "Move",
"layout": "Layout",
"expandLevel": "Expand Level",
"mindmap": "Mind Map",
"dailyNote": "Daily Note",
"memo": "Memo",
"name": "Name",
"fold": "Fold/Expand",
"zoom": "Zoom",
"invalid": "Invalid",
"conflict": "Conflict",
"checkToggle": "Check the task list to switch",
"heading1": "Heading 1",
"heading2": "Heading 2",
"heading3": "Heading 3",
"heading4": "Heading 4",
"heading5": "Heading 5",
"heading6": "Heading 6",
"general": "General",
"insertBefore": "Insert an empty block before the block where the cursor is",
"insertAfter": "Insert an empty block after the block where the cursor is located",
"list1": "List",
"element": "Element",
"closeTab": "Close current Tab",
"keymap": "Keymap",
"clearFontStyle": "Clear Style",
"clearInline": "Clear inline elements",
"fontStyle": "Font Effects",
"font": "Font",
"folder": "Folder",
"day": "Days",
"pin": "Pin",
"unpin": "Unpin",
"createdAt": "Created at",
"modifiedAt": "Modified at",
"download": "Download",
"uninstall": "Uninstall",
"all": "All",
"bazaar": "Marketplace",
"revolve": "Revolve",
"useDefault": "Open with default program",
"previous": "Previous",
"next": "Next",
"kernelFault0": "SiYuan encountered a little problem...",
"kernelFault1": "Your data should be safe, please check whether the network connection and kernel process are normal, and then restart SiYuan",
"kernelFault2": "If the problem persists, please look for help or report bugs <a href=\"https://liuyun.io/article/1686530886208\" target=\"_blank\">here</a>",
"fontSize": "Font Size",
"fontSizeTip": "The default font size is <code class='fn__code'>16</code>, this setting affects the editor and exported PDF/HTML font size display",
"fontSizeScrollZoom": "Quickly adjust font size",
"fontSizeScrollZoomTip": "When enabled, press and hold <code class='fn__code'>Ctrl</code> to quickly adjust the font size through the mouse wheel or trackpad pinch-zoom gesture",
"font1": "This setting only affects the font family display in the editor, choose <code class='fn__code'>Default</code> to use the theme's font family",
"newNameFile": "The name of the new subdocument is",
"newNameSettingFile": "The name of the new document is",
"newContentFile": "The content of the new document is",
"exporting": "Exporting, please wait...",
"exported": "Export complete",
"refExpired": "Search content block does not exist",
"emptyContent": "No related content found",
"useBrowserView": "View in the browser",
"userLocalPDF": "Open with local PDF tool",
"copyID": "Copy ID",
"newBookmark": "Create a bookmark label",
"generateHistory": "History Generation Interval (minutes, set to 0 to disable)",
"generateHistoryInterval": "History is automatically generated when editing or deleting, which can be viewed and rolled back in the [Data History]",
"historyRetentionDays": "History Retention Days",
"historyRetentionDaysTip": "History file cleanup",
"clearHistory": "Delete all history",
"confirmClearHistory": "Are you sure you want to completely delete all historical data in the workspace?",
"fileNameASC": "Name Alphabet ASC",
"fileNameDESC": "Name Alphabet DESC",
"modifiedASC": "Modified Time ASC",
"modifiedDESC": "Modified Time DESC",
"fileNameNatASC": "Name Natural ASC",
"fileNameNatDESC": "Name Natural DESC",
"refCountASC": "Ref Count ASC",
"refCountDESC": "Ref Count DESC",
"createdASC": "Created Time ASC",
"createdDESC": "Created Time DESC",
"docSizeASC": "Document Size ASC",
"docSizeDESC": "Document Size DESC",
"subDocCountASC": "Sub-docs Count ASC ",
"subDocCountDESC": "Sub-docs Count DESC",
"sort": "Sort",
"enterFullscreen": "Enter Full Screen",
"exitFullscreen": "Exit Full Screen",