-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathtl.json
More file actions
954 lines (954 loc) · 74.2 KB
/
tl.json
File metadata and controls
954 lines (954 loc) · 74.2 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
{
"Books": "Mga Libro",
"Recent": "Mga Kamakailan",
"Bookmarks": "Mga Bookmark",
"Favorites": "Mga Paborito",
"Notes": "Mga Tala",
"Highlights": "Mga Highlight",
"Shelf": "Lagayan",
"Left": "Kaliwa",
"Justify": "Pantay",
"Right": "Kanan",
"Text alignment": "Pagkakahanay ng Teksto",
"Synchronisation successful": "Matagumpay na pag-sync",
"Permanently Delete": "Permanenteng Burahin",
"Default search engine": "Default na search engine",
"Built-in font": "Nakatakit na Font",
"Cover": "Pabalat",
"Bold": "Makapal",
"Sort by": "Ayusin ayon sa",
"Italic": "Italiko",
"Underline": "Salungguhitan",
"Dictionary": "Diksyonaryo",
"Shadow": "Anino",
"Import failed": "Nabigo ang pag-import",
"New version available": "May Bagong Bersyon na available",
"New version": "Bagong Bersyon",
"Customize": "Pasadyahin",
"Auto open book in full screen": "Awtomatikong buksan ang libro sa full screen",
"System font": "Font ng Sistema",
"Access token expired, refetching token": "Nag-expire ang access token, muling kinukuha",
"Access token received, please continue": "Natanggap ang access token, magpatuloy",
"Change log": "Talaan ng pagbabago",
"Update complete": "Kumpletong pag-update",
"Fetching access token failed": "Nabigo ang pagkuha ng access token",
"Authorizing, please wait": "Nagpapatunay, maghintay",
"Downloading, please wait": "Nagda-download, maghintay",
"Uploading, please wait": "Naguu-upload, maghintay",
"Import": "Mag-import",
"Backup": "Pag-backup",
"Search my library": "Hanapin sa aking library",
"Search my notes": "Hanapin sa aking mga tala",
"Search my highlights": "Hanapin sa aking mga highlight",
"Card": "Kard",
"List": "Listahan",
"Work": "Trabaho",
"Entertainment": "Aliwan",
"Study": "Pag-aaral",
"Author": "May-akda",
"Duplicate shelf": "Gumawa ng kopya ng lagayan",
"Reading time": "Oras ng pagbabasa",
"Content": "Nilalaman",
"Voice": "Boses",
"Speed": "Bilis",
"Single": "Solo",
"Double": "Doble",
"Background color": "Kulay ng background",
"Font size": "Laki ng Font",
"Font family": "Pamilya ng Font",
"Default": "Pamantayan",
"Small": "Maliit",
"Medium": "Katamtaman",
"Large": "Malaki",
"Cancellation successful": "Matagumpay na pagkansela",
"Only supported by desktop version": "Suportado lamang ng desktop na bersyon",
"Hide mimical background": "Itago ang mimical na background",
"Auto hide cursor when reading": "Awtomatikong itago ang cursor habang nagbabasa",
"Disable update notification": "Huwag paganahin ang notikipasyon sa pag-update",
"Roadmap": "Landas",
"Paragraph spacing": "Espasyo ng parapo",
"Unlock": "Buksan ang lock",
"Lock": "i-Lock",
"Reading option": "Opsyon sa pagbabasa",
"Progress": "Pag-unlad",
"Exit": "Lumabas",
"Language": "Wika",
"Enter full screen": "Pumasok sa full screen",
"Exit full screen": "Lumabas sa full screen",
"Full screen": "Full Screen",
"Bookmark": "Pananda",
"Add to shelf": "Idagdag sa lagayan",
"New shelf": "Bagong lagayan",
"New": "Bago",
"Cancel": "Kanselahin",
"Confirm": "Kumpirmahin",
"Delete": "Burahin",
"Delete this book": "Burahin ang librong ito",
"Edit Book": "Baguhin ang Libro",
"Edition successful": "Matagumpay na pag-edit",
"Book name": "Pangalan ng Bibro",
"Sort by Date": "Ayusin ayon sa Petsa",
"Descend": "Bumaba",
"Ascend": "Umakyat",
"Token": "Token ng access",
"Book not exists": "Hindi umiiral ang Libro",
"Please authorize your account, and fill the following box with the token": "Mangyaring i-authorize ang iyong account, at punan ang sumusunod na kahon ng token",
"Copy link": "Kopyahin ang link",
"Copy token": "Kopyahin ang token",
"Copied": "Kinopya",
"Conversion of Chinese": "Pagsasalin ng Chinese",
"Shelf title can't be pure number": "Hindi maaaring puro numero ang pamagat ng lagayan",
"Open console": "Buksan ang console",
"Appearance": "Itsura",
"Open url with built-in browser": "Buksan ang URL sa built-in na browser",
"Light mode": "Pang-Maliwanag",
"Night mode": "Pang-Gabi",
"This process is irreversible, and will completely overwrite your current library, make sure you know what you're doing before proceeding": "Hindi maibabalik ang prosesong ito, at lubos na masusupalpal ang iyong kasalukuyang library, tiyaking alam mo kung ano ang iyong ginagawa bago magpatuloy",
"Lemmatize words when looking up in a dictionary": "I-lemmatize ang mga salita kapag naghanap sa diksyonaryo",
"To reduce the different forms of a word to one single form, for example, reducing builds, building or built to build, reducing cats to cat, reducing fastest to fast": "Upang bawasan ang iba't ibang anyo ng isang salita sa isang anyo, halimbawa, pagbabawas ng builds, building o built sa build, pagbabawas ng cats sa cat, pagbabawas ng fastest sa fast",
"Export all books": "I-export ang lahat ng libro",
"Export all notes": "I-export ang lahat ng tala",
"Export all highlights": "I-export ang lahat ng highlight",
"Export all dictionary history": "I-export ang buong historya ng diksyonaryo",
"Export dictionary history": "I-export ang historya ng diksyonaryo",
"Export all": "I-export ang lahat",
"Export books": "I-export ang mga libro",
"Export notes": "I-export ang mga tala",
"Export highlights": "I-export ang mga highlight",
"Nothing to export": "Walang i-eexport",
"More actions": "Karagdagang aksyon",
"Pre-cache": "Paunang cache",
"Pre-caching": "Nag-pre-cache",
"Pre-caching successful": "Matagumpay ang pre-caching",
"Pre-caching failed": "Nabigo ang pre-caching",
"Delete pre-cache": "Burahin ang pre-cache",
"Nothing to precache": "Walang pre-cache",
"Auto precache books after import": "Awtomatikong pre-cache ang mga libro pagkatapos ng pag-import",
"Pre-cache books after import to increase opening speed, Koodo will generate a precache version of the original book and save it into your library": "Mag-pre-cache ng mga libro pagkatapos ng pag-import upang madagdagan ang bilis ng pagbubukas, gagawa ang Koodo ng pre-cache na bersyon ng orihinal na libro at itatago sa iyong library",
"Take effect in a while": "Magkakaroon ng epekto sa sandali",
"Follow OS": "Sundan ang OS",
"Don't use first page as PDF cover": "Huwag gumamit ng unang pahina bilang pabalat ng PDF",
"Don't crop book cover": "Huwag putulin ang pabalat ng libro",
"Add to favorite": "Idagdag sa mga paborito",
"Remove from favorite": "Alisin sa mga paborito",
"Details": "Mga Detalye",
"Multiple selection": "Maramihang pagpili",
"You may see this error when the book you're importing is not supported by Koodo Reader, try converting it with Calibre": "Maaaring makita mo ang error na ito kapag ang libro na iyong ini-import ay hindi suportado ng Koodo Reader, subukan mong i-convert ito gamit ang Calibre",
"Simplified To Traditional": "Simplipikado Patungo sa Tradisyonal",
"Traditional To Simplified": "Tradisyonal Patungo sa Simplipikado",
"Shelf Title is Empty": "Walang Laman ang Pamagat ng Lagayan",
"Link copy successful": "Matagumpay na Nakopya ang Link",
"Addition successful": "Matagumpay na Pagdagdag",
"Select": "Piliin",
"Coming soon": "Darating",
"Understand": "Nauunawaan",
"Authorisation successful": "Matagumpay na Awtorisasyon",
"Authorisation failed": "Nabigong Awtorisasyon",
"Choose your operation": "Piliin ang iyong operasyon",
"Where is your data?": "Nasaan ang iyong data?",
"Where to keep your data?": "Saan itatago ang iyong data?",
"Delete this shelf": "Burahin ang lagayan na ito",
"This action will clear and remove this shelf": "Ang aksyong ito ay maglilinis at mag-aalis ng lagayang ito",
"Delete this tag": "Burahin ang Tag na Ito",
"This action will clear and remove this tag": "Ang aksyong ito ay maglilinis at mag-aalis ng tag na ito",
"Backup successful": "Matagumpay na Backup",
"Restore successful": "Matagumpay na Pagpanumbalik",
"Try refresh or restart": "Subukang i-refresh o i-restart",
"Search the book": "Hanapin ang libro",
"Theme color": "Tema ng kulay",
"Turn on text-to-speech": "Buksan ang text-to-speech",
"Scrolling mode": "Mag I-scroll",
"Loading": "Nagloload",
"Note": "Tala",
"Page width": "Lapad ng pahina",
"Digest": "Buod",
"Auto expand content": "Awtomatikong palawakin ang nilalaman",
"Hide footer": "Itago ang footer",
"Hide header": "Itago ang header",
"Book size is over 20M": "Higit sa 20 MB ang laki ng libro",
"Current Font size": "Kasalukuyang laki ng font",
"Current Chapter": "Kasalukuyang kabanata",
"Turn off text-to-speech": "Patayin ang text-to-speech",
"Warning": "Babala",
"Translation": "Pagsasalin",
"All tags": "Lahat ng tag",
"Turn on successful": "Matagumpay na pagbukas",
"Turn off successful": "Matagumpay na pagpatapos",
"Turn off touch screen mode": "Patayin ang touch screen mode",
"Use built-in font": "Gumamit ng hakatakit na font",
"Setting": "Mga setting",
"Turn on touch screen mode": "Buksan ang touch screen mode",
"Auto open last-read book": "Awtomatikong buksan ang huling binabasa",
"About Project": "Tungkol sa Proyekto",
"Developer": "Tagapag-develop",
"Please import less than 10 books": "Mangyaring mag-import ng hindi hihigit sa 10 libro",
"Please delete some books before import": "Mangyaring burahin ang ilang libro bago mag-import",
"For better user experience, please visit this site on a computer": "Para sa mas mahusay na karanasan ng gumagamit, mangyaring bisitahin ang site na ito sa computer",
"Wrong bookmark": "Maling bookmark",
"Last step": "Huling hakbang",
"Next step": "Susunod na hakbang",
"Go to": "Pumunta sa",
"It seems like you're lost": "Tila naliligaw ka",
"Return to home": "Bumalik sa homepage",
"Only desktop support this format": "Suportado lamang sa desktop na bersyon ang format na ito",
"Only desktop support this service": "Suportado lamang sa desktop na bersyon ang serbisyong ito",
"Delete from shelf": "Burahin mula sa lagayan",
"Deletion successful": "Matagumpay na pagbura",
"This action will move this book and its the notes, bookmarks and highlights of this book to the recycle bin": "Ang aksyong ito ayindahin ang librong ito at ang mga tala, bookmark at highlight nito sa trash",
"This action won't delete the original book": "Hindi baburahin ng aksyong ito ang orihinal na libro",
"From": "Mula",
"Duplicate book": "Gumawa ng kopya ng libro",
"Unknown chapter": "Hindi kilalang kabanata",
"Unknown author": "Hindi kilalang may-akda",
"Empty": "Walang laman",
"Next chapter": "Susunod na kabanata",
"Previous chapter": "Nakaraang kabanata",
"Less": "Mas kaunti",
"Latest stable version": "Pinakabagong ttable na bersyon",
"Developer version": "Bersyong pang-developer",
"Current reading time": "Oras ng pagbabasa: {{count}} min",
"Remaining reading time": "Natitirang oras: {{count}} min",
"Book page": "Pahina {{count}}",
"Total books": "Kabuuang {{count}} libro",
"Pages": "Mga Pahina",
"Chapters": "Mga Kabanata",
"Translate": "Isalin",
"Continuous": "Tuloy-tuloy",
"Scroll": "Mag-scroll",
"Show in the book": "Ipakita sa libro",
"More notes": "Higit pang mga tala",
"Pick a color": "Pumili ng kulay",
"Highlighting successful": "Matagumpay na na-highlight",
"Take a note": "Kumuha ng tala",
"Highlight": "I-highlight",
"Copying successful": "Matagumpay na nakopya",
"Copy": "Kopyahin",
"Text color": "Kulay ng teksto",
"Export": "I-export",
"Restore": "Ibalik",
"Publisher": "Tagapaglathala",
"Added on": "Idinagdag noong",
"Margin": "Gilid",
"Do you want to open this link in browser": "Gusto mo bang buksan ang link na ito sa browser",
"WebDAV Info": "Ang WebDAV ay isang madaling gamitin at mabisang solusyon sa backup, inirerekomenda namin ang WebDAV mula sa NextCloud",
"Please wait": "Mangyaring maghintay",
"Server address": "Address ng server",
"Username": "Pangalan ng gumagamit",
"Password": "Lihim na salita",
"Description": "Paglalarawan",
"Recently read": "Kamakailang binasa",
"Collapse sidebar": "I-collapse ang sidebar",
"Show sidebar": "Ipakita ang sidebar",
"Sync": "I-sync",
"Document": "Dokumento",
"Feedback": "Puna",
"GitHub repository": "Repositoryo ng GitHub",
"Speak the text": "Basahin ang teksto",
"Search on the Internet": "Maghanap sa Internet",
"Search in the Book": "Maghanap sa Libro",
"Change storage location": "Baguhin ang lokasyon ng imbakan",
"Change location": "Baguhin",
"Change successful": "Matagumpay na nabago",
"Too many images": "Masyadong maraming larawan ang libro",
"Export successful": "Matagumpay na na-export",
"Change failed": "Nabigo ang pagbabago",
"You successfully update to": "Matagumpay kang nag-update sa",
"Deleted Books": "Mga Tinanggal na Libro",
"Delete all books": "Burahin ang lahat ng libro",
"Reading duration": "Tagal ng pagbabasa",
"Author name": "Pangalan ng may-akda",
"Audio is not ready yet": "Hindi pa handa ang text-to-speech",
"Drop your books here": "Ilaglag ang iyong mga libro dito",
"Reading progress": "Progreso ng pagbabasa",
"This action will remove all the books in recycle bin,together with their notes, bookmarks and digests": "Tatanggalin ng aksyong ito ang lahat ng libro sa trash, kasama ang kanilang mga tala, bookmark, at buod",
"Batch import only support epub or pdf files": "Sinusuportahan lamang ng batch import ang mga ePub o PDF file",
"The deleted books will show up here": "Ang mga tinanggal na libro ay makikita dito",
"Empty recycle bin": "Walang laman ang trash bin",
"Skip": "Laktawan",
"Local": "Lokal",
"Tips": "Mga Tip",
"Brightness": "Liwanag",
"How synchronisation works": "Paano gumagana ang synchronisation",
"Sync function works with third-party cloud drive. You need to manually change the storage location to the same sync folder on different computers. When you click the sync button, Koodo Reader will automatically upload or download the data from this folder according the timestamp.": "Gumagana ang synchronisation sa third-party na cloud storage. Kailangang manu-manong baguhin ang lokasyon ng imbakan sa parehong folder sa iba't ibang computer. Kapag na-click ang sync button, awtomatikong ia-upload o ida-download ng Koodo Reader ang data mula sa folder na ito batay sa timestamp. Bisitahin ang aming dokumentasyon para sa karagdagang impormasyon.",
"Line height": "Taas ng Linya",
"Please turn off open books in the main window first": "Mangyaring isara muna ang mga bukas na libro sa pangunahing window",
"Please turn off merge with word first": "Mangyaring huwag muna pagsamahin sa word",
"Please choose an empty folder": "Mangyaring pumili ng walang laman na folder",
"Data change detected, whether to update?": "Natuklasan ang pagbabago sa data, gusto mo bang i-update?",
"Empty library": "Walang laman na library",
"Download": "Mag-download",
"Use the fonts from your local computer": "Gamitin ang mga font mula sa iyong lokal na computer",
"Backup your data with WebDAV": "I-backup ang iyong data gamit ang WebDAV",
"Click the import button to add books": "Pindutin ang import button para magdagdag ng mga libro",
"Turn on night mode": "Buksan ang night mode",
"Turn on auto update": "Buksan ang awtomatikong update",
"Auto Update relies on GitHub Release for package hosting, if your internet doesn't have stable connection to GitHub, we highly recommend you to turn off this option": "Ang Awtomatikong Update ay umaasa sa GitHub Release para sa package hosting, kung ang iyong internet ay walang matatag na koneksyon sa GitHub, lubos naming inirerekomenda na patayin ang opsyon na ito",
"File size": "Laki ng file",
"Take effect at next startup": "Magkabisa sa susunod na pagbukas",
"View mode": "Mode ng Pagview",
"Prototype": "Prototipo",
"Download desktop version": "I-download ang desktop version",
"No favorite books": "Walang paborito na libro",
"Right click on any book and click Add to favorite to add it to your favorite books": "Mag-right click sa anumang libro at pindutin ang Magdagdag sa paborito para idagdag ito sa iyong mga paborito",
"Empty reading records": "Walang laman na reading records",
"Empty bookmark": "Walang laman na bookmark",
"Empty note": "Walang laman na note",
"Select any text and click the note button on the popup menu": "Pumili ng anumang teksto at pindutin ang note button sa popup menu",
"Empty highlight": "Walang laman na highlight",
"Select any text and click the highlight button on the popup menu": "Pumili ng anumang teksto at pindutin ang highlight button sa popup menu",
"Invert color": "Baligtarin ang kulay",
"Empty shelf": "Walang laman na shelf",
"Move your mouse on top of any book, then click the more icon to add the book to the shelf": "Ilipat ang iyong mouse sa ibabaw ng anumang libro, pagkatapos ay pindutin ang more icon para magdagdag ng libro sa shelf",
"Download failed, network problem or no backup": "Nabigo ang pagba-download, network problem o walang backup",
"Upload failed, check your connection": "Nabigo ang pag-upload, suriin ang iyong koneksyon",
"Version": "Bersyon: ",
"Not supported yet": "Hindi pa suportado",
"Update to": "I-update sa",
"Date": "Petsa: ",
"Blue": "Asul",
"Red": "Pula",
"Green": "Berde",
"Purple": "Lila",
"Unauthorize": "Huwag pahintulutan",
"Remember window's size": "Tandaan ang laki ng window",
"Letter spacing": "Espasyo ng mga letra",
"Unauthorize successful": "Matagumpay na hindi pinahintulutan",
"Download Demo Book": "I-download ang Demo Book",
"Extra large": "Sobrang malaki",
"Ultra large": "Ultra malaki",
"Disable analytics service": "Huwag paganahin ang analytics service",
"Hide navigation button": "Itago ang navigation button",
"More": "Higit pa",
"Collect": "Mangolekta",
"Hi! stranger": "Kumusta! estranghero",
"Sync data from storage": "I-sync ang data mula sa storage",
"Click on any book to read": "Pindutin ang anumang libro para magbasa",
"Move your mouse on the top edge of the reader": "Ilipat ang iyong mouse sa tuktok na gilid ng reader",
"Download failed,network problem or no backup": "Nabigo ang pagba-download, network problem o walang backup",
"Choose your action to this book": "Pumili ng iyong aksyon sa librong ito",
"Edit": "Baguhin",
"Add": "Magdagdag",
"Survey": "Sarbey",
"What's new about this version": "Ano ang bago sa bersyong ito",
"Our website": "Aming website",
"What's new": "Ano ang bago",
"What's been fixed": "Ano ang naitama",
"Target": "Target na layunin",
"Select all": "Piliin lahat",
"Execute successful": "Matagumpay na naipatupad",
"Disable screen blanking": "Huwag paganahin ang screen blanking",
"When Koodo is running, your computer won't enter sleep mode": "Kapag tumatakbo ang Koodo, hindi papasok sa sleep mode ang iyong computer",
"Prevent accidental trigger": "Pigilan ang hindi sinasadyang trigger",
"Import books as link": "Mag-import ng mga libro bilang link",
"Close main window while reading": "Isara ang pangunahing window habang nagbabasa",
"Merge reader into Word": "Pagsamahin ang reader sa Word",
"Get rid of window frame, make reader hide into Word or any text editor, and can't be detected. You need to set up the reader's position, size and style first.": "Alisin ang window frame, gawing nakatago ang reader sa Word o anumang text editor, at hindi mahahalata. Kailangan mong magtakda ng posisyon, laki, at estilo ng reader muna.",
"The imported books will not be copied to library, only linked to the original book path": "Ang mga imported na libro ay hindi kokopyahin sa library, naka-link lamang sa orihinal na book path",
"Reader menu will not be triggered by hovering but clicking on the area": "Ang reader menu ay hindi magta-trigger sa pag-hover kundi sa pag-click sa area",
"Gesture and UI optimization for touch screen": "Optimasyon ng gesture at UI para sa touch screen",
"The book that you read from last time will be open automatically when launching": "Ang libro na binasa mo noong huling pagkakataon ay bubuksan nang awtomatiko kapag nagbubukas",
"All the folded content will be expanded in the navigation panel": "Lahat ng nakabalukte na nilalaman ay lalawakan sa navigation panel",
"Reader window will be maximized to fit the screen when opening a book": "Ang reader window ay mamaximize para sumagad sa screen kapag nagbubukas ng libro",
"Open books in the main window": "Buksan ang mga libro sa pangunahing window",
"Book won't be opened in a separate window but directly opened in the main window": "Ang libro ay hindi bubuksan sa hiwalay na window kundi direktang bubuksan sa pangunahing window",
"Frequency limit reached": "Naabot ang frequency limit",
"Error happened": "May nangyaring error",
"Text indentation": "Indentasyon ng teksto",
"Deselect all": "Tanggalin ang lahat ng pagpili",
"Authorize": "Pahintulutan",
"Open book without adding it to library": "Buksan ang libro nang hindi idinadagdag sa library",
"When opening books in the file manager with Koodo, the opened books won't be added to the library": "Kapag nagbubukas ng mga libro sa file manager gamit ang Koodo, ang mga bukas na libro ay hindi idaragdag sa library",
"Hide menu button": "Itago ang menu button",
"Manage": "Pamahalaan",
"Sliding animation": "Animasyon ng pagdulas",
"Please turn off open books in the main window": "Mangyaring isara ang mga bukas na libro sa pangunahing window",
"This action will delete all the notes, bookmarks and digests of this book": "Ang aksyong ito ay magbubura ng lahat ng mga note, bookmark at digest ng librong ito",
"More formats supported": "Mas maraming format suportado",
"Koodo Reader's web version are limited by the browser, for more powerful features, please download the desktop version.": "Ang web version ng Koodo Reader ay limitado ng browser, para sa mas malakas na mga feature, mangyaring i-download ang desktop version.",
"No popup when selecting texts": "Walang popup kapag pumipili ng mga teksto",
"Turn it on when you want Koodo to work with other third-party translation service, right clicking on the selected text will trigger popup again": "Buksan ito kapag gusto mong gumana ang Koodo kasama ng iba pang third-party translation service, ang pag-right click sa napiling teksto ay muling magta-trigger ng popup",
"Disable trash bin": "Huwag paganahin ang trash bin",
"When deleting books, they will be deleted permanently instead of sending to trash bin": "Kapag nagbura ng mga libro, sila ay permanenteng buburahin sa halip na ipadala sa trash bin",
"Hide books already added to the shelf": "Itago ang mga libro na nakalagay na sa shelf",
"Hide books which have been added to the shelf, so they won't show up in home page": "Itago ang mga libro na naidagdag na sa shelf, kaya hindi sila lalabas sa home page",
"Delete book from shelf also deleting book itself": "Magbura ng libro mula sa shelf na kasama ang pagbura ng libro mismo",
"When deleting book from shelf, the book will be deleted as well": "Kapag nagbura ng libro mula sa shelf, ang libro ay mabubura rin",
"This action will permanently delete the selected books, together with their notes, bookmarks and digests": "Ang aksyong ito ay permanenteng bubura sa mga napiling libro, kasama ang kanilang mga note, bookmark at digest",
"Server Path": "Landas ng server",
"Use SSL, 1 for use, 0 for not use": "Gumamit ng SSL, 1 para gamitin, 0 para hindi gamitin",
"Server port": "Port ng server",
"Sending successful": "Matagumpay na naipadala",
"Sending": "Nagpapadala",
"Thanks for using the developer version, leave a comment if you encounter any problems. Note that we can't reply to you from here. For faster and better support, please visit": "Salamat sa paggamit ng developer version, mag-iwan ng komento kung magkakaroon ka ng anumang problema. Tandaan na hindi kami makaka-reply sa iyo mula rito. Para sa mas mabilis at mas mahusay na suporta, mangyaring bisitahin",
"You're not using the latest version of Koodo Reader. Please update first": "Hindi ka gumagamit ng pinakabagong bersyon ng Koodo Reader. Mangyaring mag-update muna",
"Brief description of the problem": "Maikling paglalarawan ng problema",
"Detailed description of the problem": "Detalyadong paglalarawan ng problema",
"Your email(optional), We may contact you for further investigation": "Iyong email(opsyonal), Maaari kaming makipag-ugnayan sa iyo para sa karagdagang pagsisiyasat",
"Report": "Mag-ulat",
"Sentence": "Pangungusap",
"Associations": "Mga Koneksyon",
"Explanations": "Mga Paliwanag",
"Pronunciations": "Mga Pagbigkas",
"Upload attachments": "Mag-upload ng mga attachment",
"File size is larger than 20MB": "Ang laki ng file ay mas malaki kaysa 20MB",
"Learn more": "Matuto ng higit pa",
"Format": "Pormat",
"General": "Pangkalahatan",
"Reading": "Pagbabasa",
"Plugins": "Mga Plugin",
"Close": "Isara",
"Duplicate book in trash bin": "Gumawa ng kopya ng libro sa trash bin",
"Paste the code of the plugin here, check out document to learn how to get more plugins": "Ilagay ang code ng plugin dito, tingnan ang dokumento para matuto kung paano kumuha ng mas maraming plugin",
"Add new voice": "Magdagdag ng bagong boses",
"Plugin verification failed": "Nabigo ang plugin verification",
"Add new plugin": "Magdagdag ng bagong plugin",
"Pot is running": "Tumatakbo ang Pot",
"This feature is only available in the developer version": "Ang feature na ito ay available lamang sa developer version",
"Subject can't be empty": "Hindi maaaring walang laman ang paksa",
"Sync and backup": "Pag-sync at pag-backup",
"Add data source": "Magdagdag ng pinanggagalingan ng data",
"Please select": "Pumili",
"Server path": "Landas ng server",
"Switch failed": "Nabigo ang paglipat",
"Switch successful": "Matagumpay ang paglipat",
"Please select a valid library": "Pumili ng wastong library",
"Switch Library": "Palitan ang library",
"Modify the storage location of the library, and the library will be moved to the new location. Please ensure that the new folder is empty": "Baguhin ang lokasyon ng imbakan ng library, at ililipat ang library sa bagong lokasyon. Tiyaking walang laman ang bagong folder",
"Switch between multiple libraries without affecting the original library. For multi-device synchronization in the free version, please refer to the documentation": "Lumipat sa pagitan ng maraming library nang hindi naaapektuhan ang orihinal na library. Para sa multi-device na pag-sync sa libreng bersyon, tingnan ang dokumentasyon",
"Authorization failed, please login again": "Nabigo ang awtorisasyon, mag-login ulit",
"Authorization failed": "Nabigo ang awtorisasyon",
"Account": "Konto",
"Always keep local data when resolving sync conflicts": "Palaging panatilihin ang lokal na data kapag nilulutas ang mga conflict sa pag-sync",
"If you update a piece of data that has already been deleted in the cloud before synchronization, it will cause a conflict. In this case, we will keep the cloud data by default. If you turn this option on, we will keep the local data": "Kung mag-a-update ka ng data na nabura na sa cloud bago mag-sync, magdudulot ito ng conflict. Sa kasong ito, pananatilihin namin ang cloud data bilang default. Kapag in-on mo ang opsyong ito, pananatilihin namin ang lokal na data",
"Encryption failed, error code": "Nabigo ang pag-encrypt, code ng error",
"Decryption failed, error code": "Nabigo ang pag-decrypt, code ng error",
"Delete login option": "Tanggalin ang opsyon sa pag-login",
"Log out": "Mag-log out",
"Bind": "I-bind",
"Testing connection...": "Sinusubukan ang koneksyon...",
"Connection failed": "Nabigo ang koneksyon",
"Connection successful": "Matagumpay ang koneksyon",
"Upgrading, please wait...": "Nag-a-upgrade, maghintay...",
"Upgrade successful": "Matagumpay ang upgrade",
"Login successful": "Matagumpay ang pag-login",
"Offline successful": "Matagumpay ang pag-offline",
"Start Transferring Data": "Simulan ang paglilipat ng data",
"Almost finished": "Halos tapos na",
"Please select an empty folder": "Pumili ng walang laman na folder",
"Meticulously designed and built for Android and iOS": "Maingat na dinisenyo at binuo para sa Android at iOS",
"After three years of design and development, the mobile version of Koodo Reader is finally out": "Matapos ang tatlong taon ng disenyo at pag-develop, sa wakas ay lumabas ang mobile na bersyon ng Koodo Reader",
"Synchronize books and reading progress across all your devices": "I-sync ang mga libro at progreso ng pagbabasa sa lahat ng iyong device",
"With the integration of your cloud drive, WebDAV, and object storage, all your data remains securely in your control": "Sa pagsasama ng iyong cloud drive, WebDAV, at object storage, nananatiling ligtas at nasa iyong kontrol ang lahat ng iyong data",
"Embark on your journey of exploration with Koodo Reader Pro": "Simulan ang iyong paglalakbay ng pagtuklas kasama ang Koodo Reader Pro",
"Continue with": "Continue with {{label}}",
"Manually enter login credentials": "Manu-manong ilagay ang mga credential sa pag-login",
"By clicking continue, you acknowledge that you have carefully read and agree to accept Koodo Reader's Terms of Service and Privacy Policy": "Sa pag-click ng Magpatuloy, kinikilala mong maingat mong nabasa at sumasang-ayon kang tanggapin ang Terms of Service at Privacy Policy ng Koodo Reader",
"Add a data source for data synchronization and backup": "Magdagdag ng pinanggagalingan ng data para sa pag-sync at pag-backup",
"Download the mobile version to read and take notes anytime, anywhere": "I-download ang mobile na bersyon para magbasa at magtala anumang oras, kahit saan",
"Finish": "Tapusin",
"At least one login option should be kept": "Dapat manatili ang kahit isang opsyon sa pag-login",
"Removing": "Tinatanggal",
"Removal successful": "Matagumpay ang pagtanggal",
"Removal failed, error code": "Nabigo ang pagtanggal, code ng error",
"Login failed": "Nabigo ang pag-login",
"Binding successful": "Matagumpay ang pag-bind",
"Adding": "Dinadagdag",
"Add login option": "Magdagdag ng opsyon sa pag-login",
"Copy ": "Copy",
"Please turn off auto open book in full screen": "Paki-off ang awtomatikong pagbukas ng libro sa full screen",
"Load local fonts": "I-load ang mga lokal na font",
"Please turn off import books as link first": "Paki-off muna ang pag-import ng mga libro bilang link",
"Reset reader window's position": "I-reset ang posisyon ng window ng reader",
"Reset successful": "Matagumpay ang reset",
"Reset failed": "Nabigo ang reset",
"Reset": "I-reset",
"Please select the service": "Pumili ng serbisyo",
"Set default sync option": "Itakda ang default na opsyon sa pag-sync",
"Default sync option cannot be removed": "Hindi maaaring tanggalin ang default na opsyon sa pag-sync",
"This feature is not available in the free version": "Hindi available ang feature na ito sa libreng bersyon",
"Make it offline": "Gawing offline",
"Get device identifier": "Kunin ang device identifier",
"Sync failed": "Nabigo ang pag-sync",
"Please set default sync option in the setting": "Itakda ang default na opsyon sa pag-sync sa setting",
"Previous page": "Nakaraang pahina",
"Next page": "Susunod na pahina",
"Beta phase": "Yugtong beta",
"Free user": "Libreng user",
"Log out successful": "Matagumpay ang pag-log out",
"Valid until": "Valid until {{label}}",
"Failed to get sync state": "Nabigong makuha ang estado ng pag-sync",
"Pro version": "Pro na bersyon",
"Please add data source in the setting": "Magdagdag ng data source sa setting",
"Don't automatically pre-cache books for mobile version after import": "Huwag awtomatikong i-pre-cache ang mga libro para sa mobile na bersyon pagkatapos mag-import",
"Upon importing, books will be automatically pre-cached, enabling seamless access in the mobile version. However, this process may consume additional storage space and extend the import duration. You can still do it manually": "Kapag nag-import, awtomatikong i-pre-cache ang mga libro para magkaroon ng tuluy-tuloy na access sa mobile na bersyon. Gayunman, maaaring gumamit ito ng dagdag na storage at pahabain ang oras ng import. Maaari mo pa rin itong gawin nang manu-mano",
"Test": "Pagsubok",
"Minute": "Minuto",
"Get error log": "Kunin ang log ng error",
"Account type": "Uri ng account",
"Trial user": "User ng trial",
"Paid user": "Bayad na user",
"Delete data source": "Tanggalin ang data source",
"Sync state is occupied by other devices, please try again later": "Ang estado ng pag-sync ay ginagamit ng ibang device, subukan ulit mamaya",
"Start syncing": "Simulan ang pag-sync",
"Backup to": "I-backup sa",
"Restore from": "I-restore mula sa",
"S3 Compatible": "Katugma sa S3",
"Select data source": "Pumili ng data source",
"Upgrade failed": "Nabigo ang upgrade",
"Restore failed": "Nabigo ang restore",
"Backup failed": "Nabigo ang backup",
"Missing parameters": "Kulang ang mga parameter",
"Offline failed": "Nabigo ang offline",
"Email": "E-mail",
"Binding failed": "Nabigo ang pag-bind",
"PDF files in double page mode does not support note taking yet": "Hindi pa suportado ang pagkuha ng tala sa PDF files sa double page mode",
"Your trial period has expired": "Natapos na ang iyong trial period",
"Exit Pro": "Lumabas sa Pro",
"I've paid": "Nagbayad na ako",
"Need help": "Kailangan ng tulong",
"Upgrade": "I-upgrade",
"You haven't upgraded to Pro yet": "Hindi ka pa naka-upgrade sa Pro",
"Please support our development": "Suportahan ang aming development",
"Thanks for your support": "Salamat sa iyong suporta",
"Failed to get user info": "Nabigong makuha ang impormasyon ng user",
"For just the price of a cup of coffee per year, you can continue to enjoy the premium features and support our development": "Sa halaga ng isang tasa ng kape bawat taon, maaari mong ipagpatuloy ang paggamit ng premium na mga feature at suportahan ang aming development",
"Fetch failed, error code": "Nabigo ang pag-fetch, code ng error",
"Login failed, error code": "Nabigo ang pag-login, code ng error",
"Aliyun Drive": "Aliyun Drive",
"How to fill out": "Paano punan",
"Upgrade to Pro": "I-upgrade sa Pro",
"Renew Pro": "I-renew ang Pro",
"Generating payment link": "Gumagawa ng payment link",
"Checking payment status": "Sinusuri ang status ng bayad",
"Your data has been exported to your local folder, learn how to sync your data to your other devices by visiting our documentation, Upgrade to pro to get more advanced features": "Na-export na ang iyong data sa lokal na folder; alamin kung paano i-sync ang iyong data sa iba pang device sa aming dokumentasyon. I-upgrade sa Pro para sa mas advanced na mga feature",
"Your data has been imported from your local folder, Upgrade to pro to get more advanced features": "Na-import na ang iyong data mula sa lokal na folder. I-upgrade sa Pro para sa mas advanced na mga feature",
"Due to Aliyun Drive's stringent concurrency restrictions, we have bypassed the synchronization of books and covers. Please manually download the books by clicking on them": "Dahil sa mahigpit na limitasyon sa concurrency ng Aliyun Drive, nilaktawan namin ang pag-sync ng mga libro at pabalat. Paki-download ang mga libro nang manu-mano sa pamamagitan ng pag-click sa mga ito",
"Aliyun Drive imposes strict limits on concurrent downloads. It is recommended that you wait 10 seconds before attempting to download again.": "May mahigpit na limitasyon ang Aliyun Drive sa sabayang pag-download. Inirerekomenda na maghintay ng 10 segundo bago muling mag-download.",
"Cannot get sync config": "Hindi makuha ang sync config",
"2FA code": "2FA na code",
"Path": "Landas",
"Reading Assistant": "Reading",
"Chat Assistant": "Chat",
"Overwrite the default link style in the book": "Palitan ang default na estilo ng link sa libro",
"Edit shelf": "I-edit ang shelf",
"Manage shelf": "Pamahalaan ang shelf",
"Locate": "Hanapin",
"Created successfully": "Matagumpay na nalikha",
"Locate in the folder": "Hanapin sa folder",
"File not found": "Hindi nahanap ang file",
"Drag to sort": "I-drag para ayusin",
"Renamed successfully": "Matagumpay na pinalitan ang pangalan",
"Some S3 services are not compatible with browser environments. If you encounter connection issues, please refer to the service provider's official documentation for instructions on enabling CORS. Also due to browser's security restrictions, the S3 service must be accessed via HTTPS protocol when you're visiting Koodo Reader via HTTPS protocol.": "Ang ilang S3 service ay hindi compatible sa browser environment. Kung makaranas ka ng problema sa koneksyon, sumangguni sa opisyal na dokumentasyon ng service provider para sa mga tagubilin sa pag-enable ng CORS. Dahil din sa mga security restriction ng browser, kailangang ma-access ang S3 service gamit ang HTTPS protocol kapag binibisita mo ang Koodo Reader sa HTTPS.",
"Generated with AI": "Binuo gamit ang AI",
"Official AI Dictionary": "Opisyal na AI Dictionary",
"Official AI Translation": "Opisyal na AI Translation",
"Official AI Assistant": "Opisyal na AI Assistant",
"Recommended (use with Nutstore)": "Inirerekomenda (gamitin sa Nutstore)",
"Enter your email": "Ilagay ang iyong email",
"Enter code": "Ilagay ang code",
"Send code": "Ipadala ang code",
"Send successfully": "Matagumpay na naipadala",
"Due to the limited number of emails we can send each day, to prevent login issues after reaching the sending limit, please make sure to add additional login options as backups after logging in.": "Dahil limitado ang bilang ng email na maaari naming ipadala bawat araw, upang maiwasan ang problema sa pag-login kapag naabot ang limit, siguraduhing magdagdag ng dagdag na opsyon sa pag-login bilang backup pagkatapos mag-login.",
"Failed to send code, error code": "Nabigo ang pagpapadala ng code, code ng error",
"Redeem with code": "I-redeem gamit ang code",
"Verify": "I-verify",
"Redeem": "I-redeem",
"Enter your redemption code": "Ilagay ang iyong redemption code",
"Redeem successful": "Matagumpay ang redemption",
"Redeem failed, error code": "Nabigo ang redemption, code ng error",
"Verifying...": "Nagbe-verify...",
"Optional": "Opsyonal",
"Required": "Kailangan",
"Supported email providers": "Mga suportadong email provider",
"Log in": "Mag-log in",
"Unsupported email provider": "Hindi suportadong email provider",
"Please click the authorize button below to authorize your account, enter the obtained credentials here, and then click the bind button below": "I-click ang authorize button sa ibaba para i-authorize ang iyong account, ilagay dito ang nakuha mong credentials, at pagkatapos ay i-click ang bind button sa ibaba",
"Please login again to update your membership on this device": "Mag-login ulit para i-update ang iyong membership sa device na ito",
"Tasks failed after multiple retries, please check the network connection": "Nabigo ang mga gawain pagkatapos ng ilang ulit, pakisuri ang koneksyon sa network",
"Return": "Bumalik",
"Example": "Halimbawa",
"The Koodo Reader Docker version does not support the data source feature by default. You need to modify the configuration parameters during deployment to manually enable it. Also due to browser's security restrictions, the Docker service must be accessed via HTTPS protocol when you're visiting Koodo Reader via HTTPS protocol.": "Ang Docker na bersyon ng Koodo Reader ay hindi sumusuporta sa feature na data source bilang default. Kailangan mong baguhin ang mga parameter ng config sa deployment para manu-manong i-enable ito. Dahil din sa mga security restriction ng browser, kailangang ma-access ang Docker service gamit ang HTTPS protocol kapag binibisita mo ang Koodo Reader sa HTTPS.",
"Select server region": "Pumili ng rehiyon ng server",
"Server region": "Rehiyon ng server",
"Global": "Pandaigdig",
"China": "Tsina",
"Some login options and data sources are not available in your selected server region": "Ang ilang opsyon sa pag-login at data source ay hindi available sa napiling rehiyon ng server",
"Grant access to local folder to save your data and reduce the risk of data loss": "Bigyan ng access ang lokal na folder para i-save ang iyong data at bawasan ang panganib ng pagkawala ng data",
"Never lose your data": "Huwag kailanman mawala ang iyong data",
"Select folder": "Pumili ng folder",
"Continue to store in the browser": "Ipagpatuloy ang pag-imbak sa browser",
"Failed to get folder access permission": "Nabigong makuha ang pahintulot sa pag-access ng folder",
"Local folder access granted successfully": "Matagumpay na naibigay ang access sa lokal na folder",
"Need to reauthorize the access to directory": "Kailangang muling i-authorize ang access sa directory",
"Granting access to local folder, please wait": "Nagbibigay ng access sa lokal na folder, maghintay",
"Please click the allow on every visit button to avoid this popup once and for all": "Paki-click ang button na allow on every visit para maiwasan ang popup na ito nang tuluyan",
"Setup successful": "Matagumpay ang setup",
"Download successful": "Matagumpay ang download",
"Download failed": "Nabigo ang download",
"Downloading": "Nagda-download",
"Back": "Bumalik",
"Please select a backup path": "Pumili ng path para sa backup",
"Only desktop version supports TTS plugin": "Tanging desktop na bersyon ang sumusuporta sa TTS plugin",
"Disable pagination in book list": "I-disable ang pagination sa listahan ng libro",
"We have bypassed the synchronization of book cover for Aliyun Drive, covers will be downloaded automatically when you open the book next time.": "Nilaktawan namin ang pag-sync ng book cover para sa Aliyun Drive; awtomatikong mada-download ang mga pabalat kapag binuksan mo ang libro sa susunod na pagkakataon.",
"Hide AI button": "Itago ang AI button",
"Stable version": "Matatag na bersyon",
"Only receive stable version": "Tanggapin lamang ang matatag na bersyon",
"Skip this version": "Laktawan ang bersyong ito",
"Select update channel": "Pumili ng update channel",
"Upload failed": "Nabigo ang upload",
"Uploading book": "Nag-a-upload ng libro",
"Uploading cover": "Nag-a-upload ng pabalat",
"Upload successful": "Matagumpay ang upload",
"Summarize this chapter for me": "Ibuod ang kabanatang ito para sa akin",
"What are the key points of this chapter": "Ano ang mga pangunahing punto ng kabanatang ito",
"Remove data source": "Tanggalin ang data source",
"Ask anything about this chapter": "Magtanong ng kahit ano tungkol sa kabanatang ito",
"Ask anything about reading or learning": "Magtanong ng kahit ano tungkol sa pagbabasa o pagkatuto",
"Hi there! I'm happy to help with any questions about reading or learning": "Hi! Masaya akong tumulong sa anumang tanong tungkol sa pagbabasa o pagkatuto",
"Hi there! What questions do you have about this chapter?": "Hi! Anong mga tanong mo tungkol sa kabanatang ito?",
"Thinking, please wait...": "Nag-iisip, maghintay...",
"Recommend me some books from Colleen Hoover": "Magrekomenda ng ilang libro ni Colleen Hoover",
"Explain Stoicism and its principles to me": "Ipaliwanag sa akin ang Stoicism at mga prinsipyo nito",
"From cloud storage": "Mula sa cloud storage",
"Import from": "Mag-import mula sa",
"Back to parent": "Bumalik sa parent",
"No file selected": "Walang napiling file",
"Send": "Ipadala",
"Please add data source in the setting-Sync and backup first": "Magdagdag muna ng data source sa setting na Sync at backup",
"Broken data detected, please click the setting button to reset the sync records": "Nakita ang sirang data, i-click ang settings button para i-reset ang sync records",
"Reset sync records": "I-reset ang sync records",
"Pro user": "Pro na user",
"Select login method": "Pumili ng paraan ng pag-login",
"Not bound": "Hindi nakabind",
"Bound": "Nakabind",
"Classical Chinese": "Klasikong Tsino",
"English": "Ingles",
"Simplified Chinese": "Pinasimpleng Tsino",
"Traditional Chinese": "Tradisyunal na Tsino",
"Japanese": "Hapones",
"Korean": "Koreano",
"French": "Pranses",
"German": "Aleman",
"Spanish": "Espanyol",
"Italian": "Italyano",
"Russian": "Ruso",
"Portuguese": "Portuges",
"Binding": "Pag-bind",
"Please log in first": "Mag-log in muna",
"Logging in": "Nagla-log in",
"Your email": "Ang iyong email",
"Email can't be empty": "Hindi maaaring walang laman ang email",
"Please select a sync service": "Pumili ng serbisyo sa pag-sync",
"No result found": "Walang natagpuang resulta",
"Updated successfully": "Matagumpay na na-update",
"Enable this option to increase synchronization speed. Your reading progress, notes, highlights, bookmarks, and other reading-related data will be stored and synced via our cloud service, your books and covers will still be synced by your added data sources. Turning off this option will remove the above data from our cloud.": "I-enable ang opsyong ito upang mapabilis ang pag-sync. Ang progreso ng pagbabasa, mga tala, highlights, bookmarks, at iba pang kaugnay na data ay ise-save at ise-sync sa aming cloud service; ang iyong mga libro at pabalat ay ise-sync pa rin ng mga idinagdag mong data source. Kapag in-off ang opsyong ito, aalisin ang data sa itaas mula sa aming cloud.",
"Access may be unstable in China": "Maaaring hindi matatag ang access sa Tsina",
"Only WebDAV service provided by Alist is directly supported in Browser, Other WebDAV services need to enable CORS to work properly. Also due to browser's security restrictions, the WebDAV service must be accessed via HTTPS protocol when you're visiting Koodo Reader via HTTPS protocol.": "Ang WebDAV service na ibinibigay ng Alist lamang ang direktang suportado sa Browser; ang ibang WebDAV service ay kailangang mag-enable ng CORS para gumana nang maayos. Dahil din sa mga security restriction ng browser, kailangang ma-access ang WebDAV service gamit ang HTTPS protocol kapag binibisita mo ang Koodo Reader sa HTTPS.",
"Enable Koodo Sync": "I-enable ang Koodo Sync",
"Disable automatic sync": "I-disable ang awtomatikong pag-sync",
"By default, Koodo Reader will automatically synchronize your data when you open the app and exit reading": "Bilang default, awtomatikong ise-sync ng Koodo Reader ang iyong data kapag binuksan mo ang app at lumabas sa pagbabasa",
"This endpoint usually don't contain bucket name": "Ang endpoint na ito ay karaniwang walang pangalan ng bucket",
"Export books with original name": "I-export ang mga libro na may orihinal na pangalan",
"Failed to import": "Nabigo ang pag-import",
"Clear successful": "Matagumpay ang paglilinis",
"Reset main window's position": "I-reset ang posisyon ng pangunahing window",
"Copy quotes": "Kopyahin ang mga sipi",
"7-days free trial only applies to users who registered with recommended email providers. Recommended email providers are as follows": "Ang 7-araw na libreng trial ay para lamang sa mga user na nagparehistro gamit ang mga inirerekomendang email provider. Narito ang mga inirerekomendang email provider",
"In the future, we will introduce more member-exclusive features, including reading statistics and automatic synchronization of your notes, highlights, reading progress, and vocabulary lists to platforms like Notion, Obsidian, Logseq, Anki, and more.": "Sa hinaharap, magpapakilala kami ng mas maraming member-exclusive na feature, kabilang ang reading statistics at awtomatikong pag-sync ng iyong mga tala, highlights, reading progress, at mga listahan ng bokabularyo sa mga platform tulad ng Notion, Obsidian, Logseq, Anki, at iba pa.",
"Once you exit the Pro version, you will no longer be able to use synchronization and other premium features": "Kapag lumabas ka sa Pro na bersyon, hindi mo na magagamit ang pag-sync at iba pang premium na feature",
"I'll think about it": "Pag-iisipan ko",
"Convert PDF to Text": "I-convert ang PDF sa Text",
"Still refuse": "Tumanggi pa rin",
"Set OCR language": "Itakda ang wika ng OCR",
"Unsupported file format": "Hindi suportadong format ng file",
"When the spacing between two lines of text is n times of regular spacing, they will be split into two paragraphs": "Kapag ang pagitan ng dalawang linya ng teksto ay n beses ng karaniwang pagitan, hahatiin ito sa dalawang talata",
"Invalid email format": "Hindi wastong format ng email",
"Paragraph spacing threshold": "Threshold ng pagitan ng talata",
"After hiding the menu button, you can move the mouse to the edge of the window to show it again.": "Pagkatapos itago ang menu button, maaari mong ilipat ang mouse sa gilid ng window para ipakita itong muli.",
"When a line of text is n times the size of regular text, it will be treated as a title": "Kapag ang isang linya ng teksto ay n beses ang laki ng karaniwang teksto, ituturing itong pamagat",
"Title size threshold": "Threshold ng laki ng pamagat",
"OCR engine": "OCR na engine",
"System OCR": "OCR ng system",
"Render PDF from even page": "I-render ang PDF mula sa even page",
"Filter by book": "I-filter ayon sa libro",
"Server path (Please first create this folder manually)": "Landas ng server (Gawin munang manu-mano ang folder na ito)",
"Clear": "I-clear",
"Automatically launch on system startup": "Awtomatikong ilunsad sa system startup",
"Automatic": "Awtomatiko",
"Inflection": "Pagbabago ng anyo",
"Word comparison": "Paghahambing ng salita",
"Language auto-detection may not be accurate. Please try selecting the source language manually": "Maaaring hindi tumpak ang awtomatikong pagtukoy ng wika. Subukang piliin ang source language nang manu-mano",
"Action": "Aksyon",
"Copy to": "Kopyahin sa",
"Move to": "Ilipat sa",
"Image copied to clipboard": "Nakopya sa clipboard ang larawan",
"Disable auto scroll to next or previous chapter": "I-disable ang auto scroll sa susunod o nakaraang kabanata",
"Disable auto scroll to next or previous chapter when reaching the end of the current chapter": "I-disable ang auto scroll sa susunod o nakaraang kabanata kapag naabot ang dulo ng kasalukuyang kabanata",
"Auto download cloud books": "Awtomatikong i-download ang mga cloud book",
"To reduce storage usage, only the book metadata is downloaded by default, and the book files are not downloaded. After enabling this option, all book files will be downloaded during synchronization": "Para mabawasan ang paggamit ng storage, book metadata lamang ang dina-download bilang default at hindi dina-download ang mga file ng libro. Kapag na-enable ang opsyong ito, mada-download ang lahat ng book file sa panahon ng pag-sync",
"Failed to open Google Picker": "Nabigong buksan ang Google Picker",
"Total chapters": "Kabuuang mga kabanata",
"Clear all data": "I-clear ang lahat ng data",
"Please type 'CLEAR' to confirm": "I-type ang 'CLEAR' para kumpirmahin",
"Current chapter": "Kasalukuyang kabanata",
"Show all": "Ipakita lahat",
"Expand chapters": "Palawakin ang mga kabanata",
"Collapse chapters": "I-collapse ang mga kabanata",
"Windows always on top": "Laging nasa itaas ang window",
"Auto maximize main window": "Awtomatikong i-maximize ang pangunahing window",
"Main window will be maximized to fit the screen when launching": "Ima-maximize ang pangunahing window para magkasya sa screen kapag naglunsad",
"Your Pro trial has expired, please renew it to continue using the Pro features": "Natapos na ang Pro trial mo, paki-renew para magpatuloy sa paggamit ng Pro features",
"Support": "Suporta",
"Continue": "Magpatuloy",
"This data source cannot be accessed from browser due to CORS policy. Please switch to another data source or CORS-enabled service provider.": "Hindi ma-access ang data source na ito mula sa browser dahil sa CORS policy. Paki-switch sa ibang data source o CORS-enabled na service provider.",
"This data source cannot be accessed due to browser's security policy. Please switch to another data source or HTTPS-based service provider.": "Hindi ma-access ang data source na ito dahil sa security policy ng browser. Paki-switch sa ibang data source o HTTPS-based na service provider.",
"Hide page scale button": "Itago ang button ng page scale",
"Hide pdf to text button": "Itago ang button ng PDF to text",
"Download in Browser": "I-download sa Browser",
"Shelf location": "Lokasyon ng shelf",
"Use file name as book title": "Gamitin ang pangalan ng file bilang pamagat ng libro",
"With the integration of popular cloud storage services, WebDAV, FTP, SFTP, SMB, Docker, and object storage, all your data remains securely in your control": "Sa pagsasama ng mga popular na cloud storage service, WebDAV, FTP, SFTP, SMB, Docker, at object storage, nananatiling ligtas at nasa iyong kontrol ang lahat ng iyong data",
"Only recommended for VIP users": "Inirerekomenda lamang para sa VIP users",
"The 115 cloud is only recommended for VIP users, as it is nearly unusable for free users. Additionally, due to API issues with 115 cloud, synchronization can be very slow. If you insist on using 115 cloud storage for syncing, it is recommended to enable Koodo Sync simultaneously, which will significantly improve the synchronization speed.": "Ang 115 cloud ay inirerekomenda lamang para sa VIP users dahil halos hindi ito magamit para sa mga libreng user. Bukod dito, dahil sa mga isyu sa API ng 115 cloud, maaaring maging napakabagal ang pag-sync. Kung igigiit mong gamitin ang 115 cloud storage para sa pag-sync, inirerekomenda na i-enable ang Koodo Sync kasabay nito upang malaking mapabilis ang bilis ng pag-sync.",
"Request timed out, You may change the server region to China to solve the connection issue in mainland China. Go to Settings > Account": "Nag-timeout ang request. Maaari mong baguhin ang rehiyon ng server sa China para ayusin ang isyu ng koneksyon sa mainland China. Pumunta sa Settings > Account",
"Dubox": "Dubox",
"115 Yun": "115 Yun",
"Please add a data source in Setting-Sync and backup": "Magdagdag ng data source sa Setting-Sync at backup",
"Failed to read file, please refresh and grant directory access again": "Nabigong basahin ang file, paki-refresh at bigyan muli ng access ang directory",
"OneDrive (full access)": "OneDrive (buong access)",
"Import folder": "I-import ang folder",
"Error scanning folder": "Error sa pag-scan ng folder",
"No files found in this folder": "Walang files na natagpuan sa folder na ito",
"Scanning folder": "Sini-scan ang folder",
"Please make sure the email and code are correct": "Tiyaking tama ang email at code",
"Successfully scanned folder": "Matagumpay na na-scan ang folder",
"Refresh": "I-refresh",
"Refreshing": "Nagre-refresh",
"Refresh successful": "Matagumpay ang refresh",
"If you didn't receive the verification code, please check the spam folder or use another email provider": "Kung hindi mo natanggap ang verification code, pakisuri ang spam folder o gumamit ng ibang email provider",
"In order to let you directly manage your data in Google Drive, we have deprecated the old Google Drive token. Please reauthorize Google Drive in the settings. Your new data will be stored in the root directory of your Google Drive, and you can manage it directly in the Google Drive web interface.": "Para mapamahalaan mo nang direkta ang iyong data sa Google Drive, tinanggal na namin ang lumang Google Drive token. Paki-authorize muli ang Google Drive sa settings. Ang bagong data mo ay ise-save sa root directory ng iyong Google Drive, at maaari mo itong pamahalaan nang direkta sa Google Drive web interface.",
"Official AI Voice": "Official AI Voice",
"Female voice": "Female voice",
"Male voice": "Male voice",
"Loading audio, please wait...": "Loading audio, please wait...",
"Purchase more quota": "Purchase more quota",
"You have exhausted your daily free AI voice character quota. Please purchase more quota to continue using this feature or wait until the quota resets. You can also use other TTS voices instead.": "You have exhausted your daily free AI voice character quota. Please purchase more quota to continue using this feature or wait until the quota resets. You can also use other TTS voices instead.",
"Audio loading failed, stopped playback": "Audio loading failed, stopped playback",
"Change": "Change",
"We have two server regions(Global and China). To change the server region, you need to log out first. Do you want to log out now?": "We have two server regions(Global and China). To change the server region, you need to log out first. Do you want to log out now?",
"Get debug logs": "Get debug logs",
"To enjoy a faster and seamless synchronization experience.": "To enjoy a faster and seamless synchronization experience.",
"Your reading progress, notes, highlights, bookmarks, and other data will be stored and synced through our cloud service. Your books and covers will still be synced by your added data sources. To save you from repeatedly entering your data source credentials on new devices, your credentials will be encrypted and stored securely in our cloud too. You can disable this feature anytime in the settings.": "Your reading progress, notes, highlights, bookmarks, and other data will be stored and synced through our cloud service. Your books and covers will still be synced by your added data sources. To save you from repeatedly entering your data source credentials on new devices, your credentials will be encrypted and stored securely in our cloud too. You can disable this feature anytime in the settings.",
"Data in other devices is messed up, but the data in this device is normal. You can reset the sync record in this device, delete the KoodoReader/config folder in the data source(Turn off Koodo Sync if necessary), and sync again. This should resolve the issue": "Data in other devices is messed up, but the data in this device is normal. You can reset the sync record in this device, delete the KoodoReader/config folder in the data source(Turn off Koodo Sync if necessary), and sync again. This should resolve the issue",
"Tasks failed after multiple retries, please check the network connection or reauthorize the data source in the settings": "Tasks failed after multiple retries, please check the network connection or reauthorize the data source in the settings",
"This data source already contains a library. If you need to merge local and cloud data, please turn off Koodo Sync and resync.": "This data source already contains a library. If you need to merge local and cloud data, please turn off Koodo Sync and resync.",
"Download completed": "Download completed",
"Overwrite the default text style in the book": "Overwrite the default text style in the book",
"AI voice character quota": "AI voice character quota",
"Free quota": "Free quota",
"Once the daily free quota is exhausted, the system will begin deducting from your purchased quota. The character count is calculated as follows, each letter, and punctuation mark counts as one character.": "Once the daily free quota is exhausted, the system will begin deducting from your purchased quota. The character count is calculated as follows, each letter, and punctuation mark counts as one character.",
"You can also use the desktop app to avoid this issue.": "You can also use the desktop app to avoid this issue.",
"Please select the books in the Google Drive Picker": "Please select the books in the Google Drive Picker",
"To delete your account, you need to use the mobile app. After logging in, go to Settings → Account, and follow the instructions.": "To delete your account, you need to use the mobile app. After logging in, go to Settings → Account, and follow the instructions.",
"Delete account": "Delete account",
"How to": "How to",
"Send email": "Send email",
"Email copied to clipboard": "Email copied to clipboard",
"Some of your books are currently not downloaded to the local. Changing the default sync option may lead to data loss. We recommend downloading all books to the local by turn on Auto download cloud books in the setting before changing the default sync option. Click 'OK' to proceed without downloading.": "Some of your books are currently not downloaded to the local. Changing the default sync option may lead to data loss. We recommend downloading all books to the local by turn on Auto download cloud books in the setting before changing the default sync option. Click 'OK' to proceed without downloading.",
"The default sync options in the local and cloud are inconsistent, please set the local default sync option to ": "The default sync options in the local and cloud are inconsistent, please set the local default sync option to ",
"Restoring from a snapshot will overwrite your current data. Are you sure you want to continue?": "Restoring from a snapshot will overwrite your current data. Are you sure you want to continue?",
"Each time you open Koodo Reader, it automatically creates a snapshot of your library (excluding books and covers). You can use these snapshots to restore your library to a previous state. Please note that restoring from a snapshot will overwrite your current data": "Each time you open Koodo Reader, it automatically creates a snapshot of your library (excluding books and covers). You can use these snapshots to restore your library to a previous state. Please note that restoring from a snapshot will overwrite your current data",
"Deleting...": "Deleting...",
"This code has already been used, if you have redeemed it before, there is no need to redeem it again. Just log in to same account to use Pro features": "This code has already been used, if you have redeemed it before, there is no need to redeem it again. Just log in to same account to use Pro features",
"Restore from snapshots": "Restore from snapshots",
"Compare Free and Pro features": "Compare Free and Pro features",
"Failed to export": "Failed to export",
"Exporting...": "Exporting...",
"7-day free trial upon registration, then billed annually": "7-day free trial upon registration, then billed annually",
"Tags": "Tags",
"Please select a folder": "Please select a folder",
"The authentication token for your data source is no longer valid, please reauthorize in the settings": "The authentication token for your data source is no longer valid, please reauthorize in the settings",
"Setup failed": "Setup failed",
"Can not find iCloud Drive folder in the default path": "Can not find iCloud Drive folder in the default path",
"Importing": "Importing",
"Can't find Koodo Reader's folder in the default iCloud path, please make sure iCloud Drive is installed and set up correctly, and you have already synced your library to iCloud Drive on the iOS version first.": "Can't find Koodo Reader's folder in the default iCloud path, please make sure iCloud Drive is installed and set up correctly, and you have already synced your library to iCloud Drive on the iOS version first.",
"This is the order number not the redemption code, please check your email again, the redemption code is below the order number": "This is the order number not the redemption code, please check your email again, the redemption code is below the order number",
"More accurate": "More accurate",
"Chinese": "Chinese",
"Official AI OCR": "Official AI OCR",
"Your quota will be reset in": "Your quota will be reset in {{ttl}} hours",
"Auto switch to shelf on startup": "Auto switch to shelf on startup",
"Disabled": "Disabled",
"Click to select image": "Click to select image",
"Export cover": "Export cover",
"From OPDS": "From OPDS",
"Popular OPDS Catalogs": "Popular OPDS Catalogs",
"My OPDS Catalogs": "My OPDS Catalogs",
"Add OPDS Catalog": "Add OPDS Catalog",
"OPDS Catalog URL": "OPDS Catalog URL",
"Catalog Name": "Catalog Name",
"Added successfully": "Added successfully",
"Failed to load catalog": "Failed to load catalog",
"Search in catalog...": "Search in catalog...",
"Search failed": "Search failed",
"Book Detail": "Book Detail",
"Download as": "Download as",
"No supported formats available": "No supported formats available",
"Please enter a valid URL": "Please enter a valid URL",
"Edit prompt": "Edit prompt",
"AI translation model": "AI translation model",
"AI dictionary model": "AI dictionary model",
"AI assistance model": "AI assistance model",
"Model assignment": "Model assignment",
"Added AI models": "Added AI models",
"No AI models added yet": "No AI models added yet",
"Add new model": "Add new model",
"AllStatus": "All",
"UnreadStatus": "Unread",
"ReadingStatus": "Reading",
"FinishedStatus": "Finished",
"Text orientation": "Text orientation",
"Horizontal": "Horizontal",
"Vertical": "Vertical",
"Default font family": "Default font family",
"Delete original file when permanently deleting books": "Delete original file when permanently deleting books",
"Allow Javascript in the books": "Allow Javascript in the books",
"Configuration": "Configuration",
"Features": "Features",
"Website": "Website",
"Installed": "Installed",
"AI Encyclopedia": "AI Encyclopedia",
"Not installed": "Not installed",
"Install": "Install",
"Add custom plugin": "Add custom plugin",
"How to custom plugin": "How to custom plugin",
"Plugin market": "Plugin market",
"Bookmark already exists": "Bookmark already exists",
"Visit online version": "Visit online version",
"Enable hyphenation": "Enable hyphenation",
"Shortcuts": "Shortcuts",
"The audiobook feature has been moved to the bottom right of the book page": "The audiobook feature has been moved to the bottom right of the book page",
"Hide audiobook button": "Hide audiobook button",
"Allow orphan and widow lines": "Allow orphan and widow lines",
"Please visit the documentation to learn how to install this plugin. Your browser will automatically open in 5 seconds": "Please visit the documentation to learn how to install this plugin. Your browser will automatically open in 5 seconds",
"Due to the high cost of Azure TTS voices, this voice will consume 5 times of your daily quota than normal voice": "Due to the high cost of Azure TTS voices, this voice will consume 5 times of your daily quota than normal voice",
"Plugin already installed": "Plugin already installed",
"Backup...": "Backup...",
"Restoring...": "Restoring...",
"The text is too long to analyze": "The text is too long to analyze",
"Analysis failed": "Analysis failed",
"Analyzing roles, please wait...": "Analyzing roles, please wait...",
"No OPDS added yet": "No OPDS added yet",
"Auto open book in maximized screen": "Auto open book in maximized screen",
"Reader window will enter full screen when opening a book": "Reader window will enter full screen when opening a book",
"Please make sure you entered the correct redemption code and the code matches your server region, if you have any questions, please contact our support team": "Please make sure you entered the correct redemption code and the code matches your server region, if you have any questions, please contact our support team",
"Disable automatically scroll to the bottom of the AI chat": "Disable automatically scroll to the bottom of the AI chat",
"Disable AI features": "Disable AI features",
"CJK font family": "CJK font family",
"Fast reading mode (make the first half of the word bold)": "Fast reading mode (make the first half of the word bold)",
"Full text translation": "Full text translation",
"Bilingual translation": "Bilingual translation",
"Use AI to analyze books, with different characters reading aloud in different voices": "Use AI to analyze books, with different characters reading aloud in different voices",
"Voice type": "Voice type",
"System voice": "System voice",
"Purchase the code": "Purchase the code",
"After placing your order, you will be redirected to the purchase confirmation page, which will display your product key (i.e., redemption code). The redemption code will also be sent to the email address you provided before placing your order. If you haven’t received it, you can visit this link and use the email address you provided to retrieve your redemption code.": "After placing your order, you will be redirected to the purchase confirmation page, which will display your product key (i.e., redemption code). The redemption code will also be sent to the email address you provided before placing your order. If you haven’t received it, you can visit this link and use the email address you provided to retrieve your redemption code.",
"Please upgrade to Pro to use this feature": "Please upgrade to Pro to use this feature",
"Query redemption code": "Query redemption code",
"Custom voice": "Custom voice",
"Disable": "Disable",
"AI multi-role speech": "AI multi-role speech",
"Narrator voice": "Narrator voice",
"You have reached the daily limit for this feature.": "You have reached the daily limit for this feature.",
"AI multi-role speech is paused for now.": "AI multi-role speech is paused for now.",
"Purchase code": "Purchase code",
"Redemption code has been sent to the email address you provided during checkout. If you haven't received the code, please check the spam foler or contact our support team for assistance.": "Redemption code has been sent to the email address you provided during checkout. If you haven't received the code, please check the spam foler or contact our support team for assistance.",
"If you purchased a redemption code, please click the redeem button to redeem it, or contact our support team for assistance": "If you purchased a redemption code, please click the redeem button to redeem it, or contact our support team for assistance",
"Child voice": "Child voice",
"Only translation": "Only translation",
"Orange": "Orange",
"Pink": "Pink",
"Yellow": "Yellow",
"Violet": "Violet",
"Sky": "Sky",
"Slate": "Slate",
"Show page border": "Show page border",
"Custom": "Custom",
"You have exhausted your daily trial quota. Please upgrade to Pro to continue using this feature or wait until the quota resets. You can also use other TTS voices instead.": "You have exhausted your daily trial quota. Please upgrade to Pro to continue using this feature or wait until the quota resets. You can also use other TTS voices instead.",
"Minimize to tray on close": "Minimize to tray on close",
"When closing the window, the app will minimize to the system tray instead of quitting": "When closing the window, the app will minimize to the system tray instead of quitting",
"Data": "Data",
"View": "View",
"Select format": "Select format",
"Enable Discord Rich Presence": "Enable Discord Rich Presence",
"Show your reading status and the book your're reading on your Discord profile. Discord needs to be running on your computer": "Show your reading status and the book your're reading on your Discord profile. Discord needs to be running on your computer",
"Visit": "Visit",
"Auto sync notes and highlights to Notion": "Auto sync notes and highlights to Notion",
"Notion Integration Token": "Notion Integration Token",
"Enter your Notion integration token": "Enter your Notion integration token",
"Enter custom CSS here": "Enter custom CSS here",
"Notion Database ID": "Notion Database ID",
"Custom app style": "Custom app style",
"Customize the appearance of the entire application with CSS": "Customize the appearance of the entire application with CSS",
"Enter the ID of the Notion database to sync to": "Enter the ID of the Notion database to sync to",
"Auto sync notes and highlights to Yuque": "Auto sync notes and highlights to Yuque",
"Yuque Token": "Yuque Token",
"Enter your Yuque personal access token": "Enter your Yuque personal access token",
"Yuque Namespace": "Yuque Namespace",
"Enter namespace, e.g. username/repo-slug": "Enter namespace, e.g. username/repo-slug",
"Auto sync notes and highlights to Readwise": "Auto sync notes and highlights to Readwise",
"Readwise Access Token": "Readwise Access Token",
"Enter your Readwise access token": "Enter your Readwise access token",
"Custom book style (CSS)": "Custom book style (CSS)",
"Auto sync notes and highlights to local markdown files": "Auto sync notes and highlights to local markdown files",
"Suitable for Obsidian, Siyuan, Joplin and other markdown-based note-taking apps. Each book will be a separate markdown file named 'Book Name.md' in the specified folder. ": "Suitable for Obsidian, Siyuan, Joplin and other markdown-based note-taking apps. Each book will be a separate markdown file named 'Book Name.md' in the specified folder. ",
"Markdown Sync Folder": "Markdown Sync Folder",
"Enter the folder path to save markdown files": "Enter the folder path to save markdown files",
"Current version": "Current version",
"About": "About",
"AI service": "AI service",
"Provider": "Provider",
"Enter your API Key": "Enter your API Key",
"Loading...": "Loading...",
"Fetch models": "Fetch models",
"Select model": "Select model",
"Please select a model": "Please select a model",
"Model name": "Model name",
"Display name of the model": "Display name of the model",
"Model ID": "Model ID",
"e.g. gpt-4o, claude-sonnet-4-20250514": "e.g. gpt-4o, claude-sonnet-4-20250514",
"Save": "Save",
"Testing...": "Testing...",
"This provider does not support fetching model list, please fill in manually": "This provider does not support fetching model list, please fill in manually",
"Please enter API Key first": "Please enter API Key first",
"Fetched models": "Fetched models",
"Custom model": "Custom model",
"No models found": "No models found",
"Failed to fetch model list": "Failed to fetch model list",
"Please fill in all required fields": "Please fill in all required fields",
"Test successful": "Test successful",
"Test failed": "Test failed",
"Update successful": "Update successful",
"Operation failed": "Operation failed",
"Deletion failed": "Deletion failed",
"Failed to parse model configuration": "Failed to parse model configuration",
"Background": "Background",
"Import successful": "Import successful",
"Clear app background": "Clear app background",
"Set as app background": "Set as app background",
"Clear book background": "Clear book background",
"Set as book background": "Set as book background",
"No background images added yet": "No background images added yet",
"Import local image": "Import local image",
"Action after selecting text": "Action after selecting text",
"Trial quota": "Trial quota",
"Clear all style": "Clear all style",
"Please install local fonts to your machine and then restart the application": "Please install local fonts to your machine and then restart the application",
"AI-generated content is for reference only. Please verify carefully as it does not constitute professional advice.": "AI-generated content is for reference only. Please verify carefully as it does not constitute professional advice.",
"Force path style": "Force path style",
"Enter 1 to enable, leave empty to disable. Required for some S3 storage services that are not compatible with virtual host style URL": "Enter 1 to enable, leave empty to disable. Required for some S3 storage services that are not compatible with virtual host style URL",
"Custom AI Translation": "Custom AI Translation",
"Custom AI Dictionary": "Custom AI Dictionary",
"Custom AI Assistance": "Custom AI Assistance"
}