-
-
Notifications
You must be signed in to change notification settings - Fork 103
/
Localizable.xcstrings
5950 lines (5940 loc) · 156 KB
/
Localizable.xcstrings
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" : {
"" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
}
}
},
": " : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : ": "
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : ": "
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : ": "
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : ":"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : ":"
}
}
}
},
"?" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "?"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "?"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "?"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "?"
}
}
}
},
"\"%@\" didn't match any app. Either it's not available in the Homebrew catalog or you misspelled it." : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "\"%@\" ne correspond à aucune application. Soit il n'est pas disponible dans le catalogue Homebrew, soit vous l'avez mal orthographié."
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nincs találat a(z) \"%@\" kifejezésre. Nem elérhető az alkalmazás a Homebrew-n, vagy rosszul írta."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@は、どのアプリケーションにも一致しません\nHomebrewで入手出来ないかスペルが間違っています"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "未找到任何与“%@”匹配的应用程序。可能它在 Homebrew 目录中不可用,或者你拼写错误了。"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "未找到任何與「%@」匹配的應用程式。可能它在 Homebrew 目錄中不可用,或者你拼寫錯誤了。"
}
}
}
},
"(%@)" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "(%@)"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "(%@)"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "(%@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "(%@)"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "(%@)"
}
}
}
},
"[Homebrew](https://brew.sh) is a free and open source package manager tool that makes installing third party applications really easy. %@ uses Homebrew under the hood to download and manage applications." : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "[Homebrew](https://brew.sh) est un outil de gestion de packages gratuit et open source qui facilite l'installation d'applications tierces. %@ utilise Homebrew sous le capot pour télécharger et gérer des applications."
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Ez az alkalmazás a [Homebrew](https://brew.sh) nevű csomagkezelőt használja az appok letöltéséhez. A Homebrew egy ingyenes és nyílt forráskódú szoftver, ami megkönnyíti az appok letöltését."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "[Homebrew](https://brew.sh)は、サードパーティアプリケーションのインストールを簡単にする無料のオープンソースパッケージ管理ツールです。%@は内部でHomebrewを使用してアプリケーションをダウンロードして管理します"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "[Homebrew](https://brew.sh) 是一个免费开源的包管理器工具,可以轻松安装第三方应用程序。%@ 在底层使用 Homebrew 来下载和管理应用程序。"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "[Homebrew](https://brew.sh) 是一個免費開源的包管理器工具,可以輕鬆安裝第三方應用程式。%@ 在底層使用 Homebrew 來下載和管理應用程式。"
}
}
}
},
"**Tip:** You can also import apps from a Brewfile. However, only casks will be installed, other items like formulae and taps will be skipped." : {
},
"**Warning**: Homebrew cache is shared between Homebrew installations. Deleting the cache will remove the cache for all installations!" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "**Attention** : Le cache Homebrew est partagé entre les installations Homebrew. La suppression du cache supprimera le cache pour toutes les installations!"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "**Figyelem:** A Homebrew cache tárhelye közös a telepítések között. Ha törli a cachet, az minden Homebrew telepítésre hatással lesz."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "**警告**: HomebrewキャッシュはそれぞれのHomebrewで共有されます\nキャッシュを削除すると全てのインストールキャッシュが削除されます"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "**警告**:Homebrew 缓存是在多个 Homebrew 安装之间共享的。删除缓存将会删除所有安装的缓存!"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "**警告**:Homebrew 緩存是在多個 Homebrew 安裝之間共享的。刪除緩存將會刪除所有安裝的緩存!"
}
}
}
},
"/path/to/brew" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "/brew/elérési/útvonal"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "/path/to/brew"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "/path/to/brew"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "/path/to/brew"
}
}
}
},
"/path/to/dir" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "/elérési/útvonal"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "/path/to/dir"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "/path/to/dir"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "/path/to/dir"
}
}
}
},
"%@" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@"
}
}
}
},
"%@ is already installed. If you want to add it to %@ click more options (chevron icon) and press Force Install." : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$@ is already installed. If you want to add it to %2$@ click more options (chevron icon) and press Force Install."
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%1$@ est déjà installé. Si vous souhaitez l'ajouter à %2$@, cliquez sur plus d'options (icône en forme de chevron) et appuyez sur Forcer l'installation."
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "A(z) %1$@ már telepítve van. Ha hozzá akarja adni az %2$@-hoz, kattintson a további opciók gombra, és válassza a Kényszerített telepítés opciót."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%1$@はすでにインストールされています\n%2$@に追加する場合は\nVアイコンをクリックし強制インストールを押します"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%1$@ 已经安装。如果你想要将它添加到 %2$@ 中,点击更多选项(一个小箭头图标),然后选择强制安装。"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "%1$@ 已經安裝。如果您想將其添加到 %2$@,請點擊更多選項(向下箭頭圖標)並按下強制安裝。"
}
}
}
},
"%@ successfully installed!" : {
"extractionState" : "stale",
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ installé avec succès!"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ sikeresen telepítve!"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@は正常にインストールされました"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 安装成功!"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 安裝成功!"
}
}
}
},
"%@ successfully reinstalled" : {
"extractionState" : "stale",
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ réinstaller avec succès!"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ sikeresen újratelepítve!"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@の再インストールに成功しました"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 重新安装成功"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 已成功重新安裝"
}
}
}
},
"%@ successfully uninstalled" : {
"extractionState" : "stale",
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ déinstaller avec succès!"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ sikeresen törölve!"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@は正常にアンインストールされました"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 卸载成功"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 已成功卸載"
}
}
}
},
"%@ successfully updated" : {
"extractionState" : "stale",
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ mis à jour avec succès!"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ sikeresen frissítve!"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@は正常に更新されました"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 更新成功"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 成功更新"
}
}
}
},
"%@ uses the system network proxy, but it can only use one protocol (HTTP, HTTPS, or SOCKS5). Select your preferred method." : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ utilise le proxy réseau du système, mais il ne peut utiliser qu'un seul protocole (HTTP, HTTPS, ou SOCKS5). Sélectionnez la méthode que vous préférez."
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Ez az alkalmazás a rendszer hálózati proxy beállításait használja, de csak egy protokollt tud használni (HTTP, HTTPS vagy SOCKS5). Válassza ki a kívánt módszert."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@はシステムネットワークプロキシを使用しますが、使用できるプロトコルは1つだけです\n(HTTP、HTTPS、SOCKS5)お好みの方法を選択して下さい"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 使用系统网络代理,但只能使用一种协议(HTTP、HTTPS 或 SOCKS5)。请选择您首选的方法。"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ 使用系統網路代理,但只能使用一種協定(HTTP、HTTPS 或 SOCKS5)。 選擇您喜歡的方法。"
}
}
}
},
"A new Homebrew installation will be installed into ~/Library/Application Support/%@" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Une nouvelle installation Homebrew sera installée dans ~/Library/Application Support/%@"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Egy új Homebrew telepítés fog kerülni a ~/Library/Application Support/%@ elérési helyre"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "新しいHomebrewのインストール先は ~/Library/Application Support/%@にインストールされます"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "新的 Homebrew 安装将被安装到 ~/Library/Application Support/%@"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "新的 Homebrew 安裝將安裝到 ~/Library/Application Support/%@"
}
}
}
},
"About %@" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "À propos de %@"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Az Applite névjegye"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@について"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "关于 %@"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "关于%@"
}
}
}
},
"Actions" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Módosítás"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "アクション"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "操作"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "行動"
}
}
}
},
"Active Tasks" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Tâches Actives"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Aktív feladatok"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "アクティブなタスク"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "活动任务"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "活動任務"
}
}
}
},
"After reinstalling, all currently installed apps will be unlinked from %@. They won't be deleted, but you won't be able to update or uninstall them via %@." : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "After reinstalling, all currently installed apps will be unlinked from %1$@. They won't be deleted, but you won't be able to update or uninstall them via %2$@."
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Après la réinstallation, toutes les applications actuellement installées seront dissociées de %1$@. Ils ne seront pas supprimés, mais vous ne pourrez pas les mettre à jour ou les désinstaller via %2$@."
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Az újratelepítés után az összes jelenleg letöltött alkalmazás nem lesz elérhető az %1$@ felületén. Nem törlődnek, de nem lehet majd őket frissíteni vagy letörölni az %2$@-on keresztül."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "再インストール後、現在インストールされている全てのアプリは %1$@からリンク解除されます\nこれらは削除されませんが、%2$@経由で更新又はアンインストールする事は出来ません"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "重新安装后,所有当前安装的应用程序将从 %1$@ 解除链接。它们不会被删除,但您将无法通过 %2$@ 更新或卸载它们。"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "重新安裝後,所有目前安裝的應用程式都將從 %1$@ 取消連結。 它們不會被刪除,但您將無法透過 %2$@ 更新或卸載它們。"
}
}
}
},
"All currently installed apps will be unlinked from %@." : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Toutes les applications actuellement installées seront dissociées de %@."
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Minden jelenleg letöltött alkalmazás nem lesz elérhető az %@-on keresztül."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "現在インストールされている全てのアプリケーションは %@からリンク解除されます"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "所有当前安装的应用程序将从 %@ 解除链接。"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "所有目前安裝的應用程式將從 %@ 取消連結。"
}
}
}
},
"All other app functions will be disabled during the update!" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Toutes les autres fonctions de l'application seront désactivées pendant la mise à jour!"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "A frissítés közben az alkalmazás minden más funkciója nem lesz elérhető!"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "アップデート中はアプリの他の機能が全て無効になります"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "在更新期间,所有其他应用程序功能将被禁用!"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "更新期間所有其他應用程式功能將被停用!"
}
}
}
},
"All set!" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Tout est prêt!"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Minden készen áll!"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "全ての準備完了"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "已完成设置!"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "所有設立成功!"
}
}
}
},
"App caveats" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Mises en garde concernant l'application"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Az alkalmazással kapcsolatos fenntartások"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "使用上の注意"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "应用程序注意事项"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "應用注意事項"
}
}
}
},
"App couldn't be located" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "L'application est introuvable"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nem található elérési útvonal az alkalmazáshoz"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "アプリケーションが見つかりません"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "无法找到应用程序"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "無法找到應用程式"
}
}
}
},
"App Migration" : {
},
"Appdir" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Appdir"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "アプリケーションディレクトリ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "应用目录"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "應用程式目錄"
}
}
}
},
"Appdir (optional)" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Appdir (Optionnel)"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Appdir (nem kötelező)"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "アプリケーションディレクトリ(オプション)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "应用目录(可选)"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "應用程式目錄(可選)"
}
}
}
},
"Appearance" : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Apparence"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Megjelenés"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "外観"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "外观"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",