-
-
Notifications
You must be signed in to change notification settings - Fork 256
Expand file tree
/
Copy pathLocalizable.xcstrings
More file actions
2206 lines (2206 loc) · 62.4 KB
/
Localizable.xcstrings
File metadata and controls
2206 lines (2206 loc) · 62.4 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
{
"sourceLanguage" : "en",
"strings" : {
"" : {
"shouldTranslate" : false
},
"(optional), When filled, URL = domain + URL path value" : {
"comment" : "A hint explaining that when the \"Domain\" field is filled, the \"API URL\" will be concatenated with its value to form the full URL.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "(可选),填写后,URL = 域名 + URL路径值"
}
}
}
},
"%@ %@" : {
"comment" : "A label that shows whether a screenshot app is currently selected. The text inside the label changes based on whether the corresponding screenshot app is selected.",
"isCommentAutoGenerated" : true,
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$@ %2$@"
}
}
},
"shouldTranslate" : false
},
"%lld Items" : {
"comment" : "A label showing the number of items in the upload history. The argument is the count of items in the history.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld 个项目"
}
}
}
},
"%lld%%" : {
"comment" : "A menu that lets the user select a compression factor for the uploaded data. The argument is the current compression factor.",
"isCommentAutoGenerated" : true,
"shouldTranslate" : false
},
"About" : {
"comment" : "The title of the \"About\" screen.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "关于"
}
}
}
},
"Access Key" : {
"comment" : "A secure text field for the access key.",
"isCommentAutoGenerated" : true,
"shouldTranslate" : false
},
"Acknowledgments" : {
"comment" : "A section header that links to a view showing the open source licenses used in the app.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "致谢"
}
}
}
},
"ACL" : {
"comment" : "A label for the Access Control List (ACL) setting in the S3 configuration view.",
"isCommentAutoGenerated" : true,
"shouldTranslate" : false
},
"Add a host here" : {
"comment" : "A text displayed when there are no hosts added yet. It acts as a placeholder.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "在这里添加图床"
}
}
}
},
"Add new body" : {
"comment" : "A button that adds a new body to the list of body customization options.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "添加新的请求体"
}
}
}
},
"Add new header" : {
"comment" : "A",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "添加新的请求头"
}
}
}
},
"Advance" : {
"comment" : "The title of the \"Advance\" section in the settings menu.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "高级"
}
}
}
},
"After uploading images, the history will be displayed here." : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "上传图片后,历史记录将显示在这里。"
}
}
}
},
"Already have one? Go get it!" : {
"comment" : "A menu item that takes the user to a page where they can get an Imgur client ID.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "已经有账户了?去获取一个!"
}
}
}
},
"API URL" : {
"comment" : "A label for the API URL field in the custom configuration view.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "API 地址"
}
}
}
},
"App is already running" : {
"comment" : "The notification title when the app is already running.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "应用已在运行"
}
}
}
},
"Application" : {
"comment" : "A section header in the \"About\" settings view that links to the app's details.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "应用"
}
}
}
},
"Are you sure you want to clear all upload history? This action cannot be undone." : {
"comment" : "A confirmation alert message that appears when the user attempts to clear all their upload history. It informs them of the irreversible nature of the action.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "确定要清除所有上传历史吗?此操作无法撤销。"
}
}
}
},
"Are you sure you want to reset all settings? This action cannot be undone and will remove all your custom menu items and preferences." : {
"comment" : "A message displayed in an alert when the user attempts to reset all settings.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "确定要重置所有设置吗?此操作无法撤销,将删除所有自定义菜单项和偏好设置。"
}
}
}
},
"Authorize" : {
"comment" : "Title of the dialog that appears when the user is prompted to allow access to their file storage.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "授权"
}
}
}
},
"Auto clipboard" : {
"comment" : "A toggle that allows the user to copy the uploaded URL to the clipboard automatically.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "自动复制到剪贴板"
}
}
}
},
"Auto clipboard %@" : {
"comment" : "A menu item that toggles whether the app automatically copies the uploaded URL to the clipboard.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "自动复制到剪贴板 %@"
}
}
}
},
"Body" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "请求体"
}
}
}
},
"Body Key" : {
"comment" : "A label",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "请求体键"
}
}
}
},
"Body Value" : {
"comment" : "A label",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "请求体值"
}
}
}
},
"Branch" : {
"comment" : "A label for the branch in the Gitee repository.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "分支"
}
}
}
},
"Bucket" : {
"comment" : "A label for the bucket name in the Aliyun configuration view.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "存储桶"
}
}
}
},
"BY SVEND AND [MORE](https://github.com/gee1k/uPic/graphs/contributors)" : {
"comment" : "A credit line at the bottom of the \"About\" screen, acknowledging contributors to the app.",
"isCommentAutoGenerated" : true,
"shouldTranslate" : false
},
"Can be empty, there is a default domain" : {
"comment" : "A hint text for the domain field in the Gitee configuration view.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "可以为空,有默认域名"
}
}
}
},
"Cancel" : {
"comment" : "Title of the cancel button in the alert dialog that requests screen recording permission.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "取消"
}
}
}
},
"Cancel upload" : {
"comment" : "A button that cancels an ongoing upload.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "取消上传"
}
}
}
},
"Clear" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "清除"
}
}
}
},
"Clear History Record" : {
"comment" : "The title of an alert that prompts the user to clear all upload history.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "清除历史记录"
}
}
}
},
"Client ID" : {
"comment" : "A secure text field for the client ID.",
"isCommentAutoGenerated" : true,
"shouldTranslate" : false
},
"Compress before uploading %@" : {
"comment" : "A slider that lets them choose how much to compress the uploaded data. The argument is the current compression factor (as a percentage).",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "上传前压缩 %@"
}
}
}
},
"Config" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "配置"
}
}
}
},
"Configuration export error!" : {
"comment" : "Text displayed in a notification when a configuration file is successfully exported.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "配置导出错误!"
}
}
}
},
"Contact" : {
"comment" : "A section header in the \"About\" settings view.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "联系"
}
}
}
},
"Cookie" : {
"comment" : "A label for the cookie field in the Weibo configuration view.",
"isCommentAutoGenerated" : true,
"shouldTranslate" : false
},
"Cookie Mode" : {
"comment" : "A toggle that enables or disables cookie mode.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "Cookie 模式"
}
}
}
},
"Copy URL" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "复制 URL"
}
}
}
},
"Copy URL to clipboard automatically after a successful upload." : {
"comment" : "A description of the feature that copies the uploaded URL to the user's clipboard automatically.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "成功上传后自动复制 URL 到剪贴板。"
}
}
}
},
"Custom name" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "自定义名称"
}
}
}
},
"Customize" : {
"comment" : "A toggle that allows the user to customize the S3 configuration.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "自定义"
}
}
}
},
"Database" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "数据库"
}
}
}
},
"Delete" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "删除"
}
}
}
},
"Delete body" : {
"comment" : "A button",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "删除请求体"
}
}
}
},
"Delete format" : {
"comment" : "A tooltip that appears when hovering over the delete button in the output format customization view.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "删除格式"
}
}
}
},
"Delete header" : {
"comment" : "A button",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "删除请求头"
}
}
}
},
"Disabled" : {
"comment" : "A toggle that enables or disables the encoding of the output format.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "关闭"
}
}
}
},
"Disk Access Permission" : {
"comment" : "The title of an alert that requests disk access permission.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "磁盘访问权限"
}
}
}
},
"Disk full access permission not granted." : {
"comment" : "Disk full access permission not granted.",
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "磁盘完全访问权限未授权。"
}
}
}
},
"Domain" : {
"comment" : "A label for the domain where uploaded images will be hosted.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "域名"
}
}
}
},
"Email" : {
"comment" : "A label for the email address.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "邮箱"
}
}
}
},
"Enabled" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "开启"
}
}
}
},
"Endpoint" : {
"comment" : "A label for the endpoint input field in the S3 configuration view.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "服务端点"
}
}
}
},
"Export Logs" : {
"comment" : "A button that triggers the export of logs.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "导出日志"
}
}
}
},
"File Field" : {
"comment" : "A label for the text field that allows the user to specify the name of the file field in the request.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "文件字段"
}
}
}
},
"File Name" : {
"comment" : "A column header in the history table showing the name of the uploaded file.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "文件名"
}
}
}
},
"Format" : {
"comment" : "The header of the column that lists the format strings.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "格式"
}
}
}
},
"Format Name" : {
"comment" : "A label for the name of an output format.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "格式名称"
}
}
}
},
"Format Value" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "格式值"
}
}
}
},
"Frame" : {
"comment" : "A column header in the history table that displays the frame size of an uploaded image.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "尺寸"
}
}
}
},
"Full disk access" : {
"comment" : "A label for \"Full disk access\".",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "完全磁盘访问"
}
}
}
},
"Full disk access permission granted successfully!" : {
"comment" : "A message displayed when the user grants full disk access permission.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "磁盘完全访问权限已成功授予!"
}
}
}
},
"General" : {
"comment" : "The title of the \"General\" section in the settings menu.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "通用"
}
}
}
},
"Get API Token" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "获取 API Token"
}
}
}
},
"Get Client ID" : {
"comment" : "A button label that, when tapped, directs the user to a page where they can obtain a client ID for Imgur.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "获取 Client ID"
}
}
}
},
"GitHub" : {
"comment" : "A label for a link to the GitHub repository.",
"isCommentAutoGenerated" : true,
"shouldTranslate" : false
},
"Header" : {
"comment" : "A placeholder text for a header key in the \"Headers and Bodies Customization\" view.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "请求头"
}
}
}
},
"Header Key" : {
"comment" : "A label",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "请求头键"
}
}
}
},
"Header Value" : {
"comment" : "A label",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "请求头值"
}
}
}
},
"Headers and Bodies Customization" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "请求头和请求体自定义"
}
}
}
},
"History" : {
"comment" : "A menu item that lists upload history.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "历史记录"
}
}
}
},
"Home Page" : {
"comment" : "A link to the app's home page.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "主页"
}
}
}
},
"Host" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "图床"
}
}
}
},
"Host %@" : {
"comment" : "A menu that lets the user select a host. The argument is the name of the currently selected host.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "图床 %@"
}
}
}
},
"Import failed" : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "导入失败"
}
}
}
},
"Invalid file path" : {
"comment" : "Error message when the file path is invalid.",
"extractionState" : "stale",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "无效的文件路径"
}
}
}
},
"Key" : {
"comment" : "A label displayed next to",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "键"
}
}
}
},
"Keyboard Shortcuts" : {
"comment" : "The header for the section that lists keyboard shortcuts.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "键盘快捷键"
}
}
}
},
"Launch at login" : {
"comment" : "A label for the \"Launch at login\" toggle.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "登录时启动"
}
}
}
},
"License" : {
"comment" : "A heading displayed above the library's license information.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "许可证"
}
}
}
},
"Logs" : {
"comment" : "A label displaying the text \"Logs\".",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "日志"
}
}
}
},
"Logs file export failed: %@" : {
"comment" : "An error message that appears when exporting logs fails",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "日志文件导出失败: %@"
}
}
}
},
"Logs file successfully exported to: %@" : {
"comment" : "A message displayed in an alert when a file is successfully exported. The argument is the name of the exported file.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "日志文件成功导出到: %@"
}
}
}
},
"Longshot" : {
"comment" : "Name of the \"Longshot\" screenshot app.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "Longshot"
}
}
}
},
"Main Controls" : {
"comment" : "The header label for the main controls section in the settings view.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "主要控制"
}
}
}
},
"Method" : {
"comment" : "A label for the method picker in the custom configuration view.",
"isCommentAutoGenerated" : true,
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "请求方式"
}
}
}
},
"Name" : {
"comment" : "A column header in the output format customization view for the name of a format.",