forked from Ylianst/MeshCentralRouter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MeshCentralRouter-translation.json
2109 lines (2109 loc) · 72.2 KB
/
MeshCentralRouter-translation.json
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
{
"strings": [
{
"cs": "MeshCentral Router",
"de": "MeshCentral Router",
"en": " MeshCentral Router",
"es": "Enrutador central de malla",
"fr": "Routeur MeshCentral",
"hi": "मेश्चरल राउटर",
"it": "Router MeshCentral",
"ja": "MeshCentralルーター",
"ko": "MeshCentral 라우터",
"nl": "MeshCentral Router",
"pt": "Roteador MeshCentral",
"ru": "MeshCentral Router",
"zh-chs": "MeshCentral路由器",
"xloc": [
"MainForm.resx%$this.Text"
]
},
{
"cs": "& Informace ...",
"de": "&Die Info...",
"en": "&Info...",
"es": "& Info ...",
"hi": "और जानकारी ...",
"it": "&Informazioni...",
"ja": "情報...",
"ko": "정보 ...",
"nl": "& Info ...",
"pt": "& Informações ...",
"ru": "&Информация...",
"zh-chs": "&信息...",
"xloc": [
"ServerUserControl.resx%infoToolStripMenuItem.Text"
]
},
{
"en": "&Open Mappings...",
"xloc": [
"MainForm.resx%openMappingsToolStripMenuItem.Text"
]
},
{
"cs": "&Otevřeno...",
"de": "&Öffnen...",
"en": "&Open...",
"es": "&Abierto...",
"fr": "&Ouvert...",
"hi": "&खुला हुआ...",
"it": "&Aperto...",
"ja": "&開いた...",
"ko": "&열다...",
"pt": "&Aberto...",
"ru": "&Открыто...",
"zh-chs": "&打开...",
"xloc": [
"MainForm.resx%openToolStripMenuItem.Text"
]
},
{
"en": "&Save Mappings...",
"xloc": [
"MainForm.resx%saveMappingsToolStripMenuItem.Text"
]
},
{
"en": "(Individual Devices)",
"xloc": [
"Properties%Resources.resx%IndividualDevices"
]
},
{
"cs": ", 1 připojení.",
"de": ", 1 Verbindung.",
"en": ", 1 connection.",
"es": ", 1 conexión.",
"fr": ", 1 connexion.",
"hi": ", 1 कनेक्शन।",
"it": ", 1 connessione.",
"ja": "、1接続。",
"ko": ", 1 개의 연결.",
"nl": ", 1 verbinding.",
"pt": "1 conexão.",
"ru": ", 1 соединение.",
"zh-chs": ",1个连接。",
"xloc": [
"Properties%Resources.resx%OneConnection"
]
},
{
"cs": ", {0} spojení.",
"de": ", {0} Verbindungen.",
"en": ", {0} connections.",
"es": ", {0} conexiones.",
"fr": ", {0} connexions.",
"hi": ", {0} कनेक्शन।",
"it": ", {0} connessioni.",
"ja": "、{0}接続。",
"ko": ", {0} 연결.",
"nl": ", {0} verbindingen.",
"pt": ", {0} conexões.",
"ru": "{0} соединений.",
"zh-chs": ",{0}个连接。",
"xloc": [
"Properties%Resources.resx%ManyConnections"
]
},
{
"en": "---",
"xloc": [
"KVMViewer.resx%mainToolStripStatusLabel.Text"
]
},
{
"en": "0 Bytes",
"xloc": [
"KVMStats.resx%kvmCompInBytesLabel.Text",
"KVMStats.resx%kvmCompOutBytesLabel.Text",
"KVMStats.resx%kvmInBytesLabel.Text",
"KVMStats.resx%kvmOutBytesLabel.Text",
"MappingStats.resx%kvmCompInBytesLabel.Text",
"MappingStats.resx%kvmCompOutBytesLabel.Text",
"MappingStats.resx%kvmInBytesLabel.Text",
"MappingStats.resx%kvmOutBytesLabel.Text"
]
},
{
"en": "0%",
"xloc": [
"KVMStats.resx%inRatioLabel.Text",
"KVMStats.resx%outRatioLabel.Text",
"MappingStats.resx%inRatioLabel.Text",
"MappingStats.resx%outRatioLabel.Text"
]
},
{
"cs": "127,0,0,1",
"en": "127.0.0.1",
"xloc": [
"AddRelayMapForm.resx%remoteIpTextBox.Text"
]
},
{
"en": "AMT",
"hi": "एएमटी",
"xloc": [
"Properties%Resources.resx%AMT"
]
},
{
"en": "Add &Map...",
"xloc": [
"MainForm.resx%addMapToolStripMenuItem.Text"
]
},
{
"en": "Add &Relay Map...",
"xloc": [
"MainForm.resx%addRelayMapToolStripMenuItem.Text"
]
},
{
"cs": "Přidat mapu ...",
"de": "Karte hinzufügen ...",
"en": "Add Map...",
"es": "Agregar mapa ...",
"fr": "Ajouter une carte ...",
"hi": "मानचित्र जोड़ें ...",
"it": "Aggiungi mappa ...",
"ja": "地図を追加...",
"ko": "지도 추가 ...",
"nl": "Kaart toevoegen ...",
"pt": "Adicionar mapa ...",
"ru": "Добавить карту ...",
"zh-chs": "添加地图...",
"xloc": [
"MainForm.resx%addButton.Text"
]
},
{
"cs": "Přidat mapu relací ...",
"de": "Relay Map hinzufügen ...",
"en": "Add Relay Map...",
"es": "Añadir mapa de retransmisión ...",
"fr": "Ajouter une carte de relais ...",
"hi": "रिले मानचित्र जोड़ें ...",
"it": "Aggiungi mappa relè ...",
"ja": "リレーマップを追加...",
"ko": "릴레이 맵 추가 ...",
"nl": "Relay-kaart toevoegen ...",
"pt": "Adicionar mapa de retransmissão ...",
"ru": "Добавить карту реле ...",
"zh-chs": "添加中继映射...",
"xloc": [
"MainForm.resx%addRelayButton.Text"
]
},
{
"cs": "Činidlo",
"en": "Agent",
"es": "Agente",
"hi": "एजेंट",
"it": "Agente",
"ja": "エージェント",
"ko": "에이전트",
"nl": "Middel",
"pt": "Agente",
"ru": "агент",
"zh-chs": "代理商",
"xloc": [
"Properties%Resources.resx%Agent"
]
},
{
"cs": "Alternativní přístav",
"de": "Alternativer Hafen",
"en": "Alternative Port",
"es": "Puerto alternativo",
"fr": "Port alternatif",
"hi": "वैकल्पिक पोर्ट",
"it": "Porto alternativo",
"ja": "代替ポート",
"ko": "대체 포트",
"nl": "Alternatieve poort",
"pt": "Porta alternativa",
"ru": "Альтернативный порт",
"zh-chs": "备用端口",
"xloc": [
"altPortForm.resx%$this.Text",
"altPortForm.resx%label2.Text"
]
},
{
"cs": "aplikace",
"de": "Anwendung",
"en": "Application",
"es": "Solicitud",
"hi": "आवेदन",
"it": "Applicazione",
"ja": "応用",
"ko": "신청",
"nl": "Toepassing",
"pt": "Inscrição",
"ru": "заявка",
"zh-chs": "应用",
"xloc": [
"AddPortMapForm.resx%label4.Text",
"AddRelayMapForm.resx%label4.Text"
]
},
{
"cs": "Spuštění aplikace",
"de": "Anwendungsstart",
"en": "Application Launch",
"es": "Lanzamiento de aplicaciones",
"fr": "Lancement de l'application",
"hi": "एप्लिकेशन लॉन्च",
"it": "Avvio dell'applicazione",
"ja": "アプリケーションの起動",
"ko": "응용 프로그램 시작",
"nl": "Applicatie starten",
"pt": "Lançamento do aplicativo",
"ru": "Запуск приложения",
"zh-chs": "应用启动",
"xloc": [
"AppLaunchForm.resx%groupBox1.Text"
]
},
{
"cs": "Odkaz na aplikaci",
"de": "Anwendungslink",
"en": "Application Link",
"es": "Enlace de aplicación",
"fr": "Lien d'application",
"hi": "आवेदन लिंक",
"it": "Link dell'applicazione",
"ja": "アプリケーションリンク",
"ko": "응용 프로그램 링크",
"nl": "Applicatielink",
"pt": "Link do aplicativo",
"ru": "Ссылка на приложение",
"zh-chs": "申请链接",
"xloc": [
"AppLaunchForm.resx%appLinkLabel.Text"
]
},
{
"cs": "název aplikace",
"de": "Anwendungsname",
"en": "Application Name",
"es": "Nombre de la aplicación",
"fr": "Nom de l'application",
"hi": "आवेदन का नाम",
"it": "Nome dell'applicazione",
"ja": "アプリケーション名",
"ko": "응용 프로그램 이름",
"nl": "Naam van de toepassing",
"pt": "Nome da Aplicação",
"ru": "Имя приложения",
"zh-chs": "应用名称",
"xloc": [
"AppLaunchForm.resx%appNameLabel.Text"
]
},
{
"cs": "Zadní",
"de": "Zurück",
"en": "Back",
"es": "atrás",
"fr": "Retour",
"hi": "वापस",
"it": "Indietro",
"ja": "バック",
"ko": "뒤",
"nl": "Terug",
"pt": "De volta",
"ru": "назад",
"zh-chs": "背部",
"xloc": [
"MainForm.resx%backButton2.Text",
"MainForm.resx%backButton3.Text"
]
},
{
"cs": "Navázat místní port na všechna síťová rozhraní",
"de": "Binden Sie den lokalen Port an alle Netzwerkschnittstellen",
"en": "Bind local port to all network interfaces",
"es": "Enlace de puerto local a todas las interfaces de red",
"fr": "Lier le port local à toutes les interfaces réseau",
"hi": "सभी नेटवर्क इंटरफेस के लिए स्थानीय पोर्ट को बांधें",
"it": "Associa la porta locale a tutte le interfacce di rete",
"ja": "ローカルポートをすべてのネットワークインターフェイスにバインドする",
"ko": "모든 네트워크 인터페이스에 로컬 포트 바인딩",
"nl": "Bind de lokale poort aan alle netwerkinterfaces",
"pt": "Vincular porta local a todas as interfaces de rede",
"ru": "Привязать локальный порт ко всем сетевым интерфейсам",
"zh-chs": "将本地端口绑定到所有网络接口",
"xloc": [
"SettingsForm.resx%allInterfacesCheckBox.Text"
]
},
{
"en": "CIRA",
"hi": "सीआईआरए",
"ja": "チラ",
"ko": "시라",
"xloc": [
"Properties%Resources.resx%CIRA"
]
},
{
"cs": "zrušení",
"de": "Stornieren",
"en": "Cancel",
"es": "Cancelar",
"fr": "Annuler",
"hi": "रद्द करना",
"it": "Annulla",
"ja": "キャンセル",
"ko": "취소",
"nl": "annuleren",
"pt": "Cancelar",
"ru": "Отмена",
"zh-chs": "取消",
"xloc": [
"AddPortMapForm.resx%cancelButton.Text",
"AddRelayMapForm.resx%cancelButton.Text",
"AppLaunchForm.resx%cancelButton.Text",
"InstallForm.resx%cancelButton.Text",
"KVMSettingsForm.resx%cancelButton.Text",
"SettingsForm.resx%cancelButton.Text",
"altPortForm.resx%cancelButton.Text",
"rdpPortForm.resx%cancelButton.Text"
]
},
{
"cs": "Osvědčení",
"de": "Zertifikat",
"en": "Certificate",
"es": "Certificado",
"fr": "Certificat",
"hi": "प्रमाणपत्र",
"it": "Certificato",
"ja": "証書",
"ko": "증명서",
"nl": "Certificaat",
"pt": "Certificado",
"ru": "сертификат",
"zh-chs": "证书",
"xloc": [
"MainForm.resx%tabPage3.Text"
]
},
{
"cs": "Změnou jazyka tento nástroj zavřete. Jsi si jistá?",
"de": "Durch Ändern der Sprache wird dieses Tool geschlossen. Bist du sicher?",
"en": "Changing language will close this tool. Are you sure?",
"es": "Cambiar el idioma cerrará esta herramienta. ¿Estás seguro?",
"fr": "Changer de langue fermera cet outil. Êtes-vous sûr?",
"hi": "भाषा बदलने से यह टूल बंद हो जाएगा। क्या आपको यकीन है?",
"it": "Il cambio di lingua chiuderà questo strumento. Sei sicuro?",
"ja": "言語を変更すると、このツールが終了します。本気ですか?",
"ko": "언어를 변경하면이 도구가 닫힙니다. 확실해?",
"nl": "Als u de taal wijzigt, wordt deze tool gesloten. Weet je het zeker?",
"pt": "Alterar o idioma fechará esta ferramenta. Você tem certeza?",
"ru": "Изменение языка закроет этот инструмент. Ты уверен?",
"zh-chs": "更改语言将关闭此工具。 你确定吗?",
"xloc": [
"Properties%Resources.resx%LanguagesChanging"
]
},
{
"cs": "Klepnutím na tlačítko OK zaregistrujte MeshCentral Router ve vašem systému jako popisovač protokolu „mcrouter: //“. To umožní webovému serveru MeshCentral tuto aplikaci v případě potřeby spustit.",
"de": "Klicken Sie auf OK, um MeshCentral Router auf Ihrem System als Handler für das Protokoll \"mcrouter: //\" zu registrieren. Auf diese Weise kann die MeshCentral-Website diese Anwendung bei Bedarf starten.",
"en": "Click ok to register MeshCentral Router on your system as the handler for the \"mcrouter://\" protocol. This will allow the MeshCentral web site to launch this application when needed.",
"es": "Haga clic en Aceptar para registrar MeshCentral Router en su sistema como controlador del protocolo \"mcrouter: //\". Esto permitirá que el sitio web MeshCentral inicie esta aplicación cuando sea necesario.",
"fr": "Cliquez sur ok pour enregistrer le routeur MeshCentral sur votre système en tant que gestionnaire du protocole \"mcrouter: //\". Cela permettra au site Web MeshCentral de lancer cette application en cas de besoin.",
"hi": "\"Mcrouter: //\" प्रोटोकॉल के लिए हैंडलर के रूप में अपने सिस्टम पर मेषकंट्रल राउटर को पंजीकृत करने के लिए ठीक क्लिक करें। यह मेशपॉइंट्रल वेब साइट को जरूरत पड़ने पर इस एप्लिकेशन को लॉन्च करने की अनुमति देगा।",
"it": "Fare clic su OK per registrare MeshCentral Router sul proprio sistema come gestore del protocollo \"mcrouter: //\". Ciò consentirà al sito Web MeshCentral di avviare questa applicazione quando necessario.",
"ja": "[OK]をクリックして、システムのMeshCentral Routerを「mcrouter://」プロトコルのハンドラーとして登録します。これにより、MeshCentral Webサイトは必要に応じてこのアプリケーションを起動できます。",
"ko": "확인을 클릭하여 시스템의 MeshCentral 라우터를 \"mcrouter : //\"프로토콜의 핸들러로 등록하십시오. 그러면 MeshCentral 웹 사이트가 필요할 때이 응용 프로그램을 시작할 수 있습니다.",
"nl": "Klik op ok om MeshCentral Router op uw systeem te registreren als de handler voor het \"mcrouter: //\" - protocol. Hierdoor kan de MeshCentral-website deze applicatie indien nodig starten.",
"pt": "Clique em ok para registrar o MeshCentral Router no seu sistema como manipulador do protocolo \"mcrouter: //\". Isso permitirá que o site do MeshCentral inicie esse aplicativo quando necessário.",
"ru": "Нажмите кнопку ОК, чтобы зарегистрировать MeshCentral Router в вашей системе в качестве обработчика протокола «mcrouter: //». Это позволит веб-сайту MeshCentral запускать это приложение при необходимости.",
"zh-chs": "单击“确定”,将您的系统上的MeshCentral Router注册为“ mcrouter://”协议的处理程序。这将允许MeshCentral网站在需要时启动此应用程序。",
"xloc": [
"InstallForm.resx%label1.Text"
]
},
{
"cs": "Zavřít",
"de": "Schließen",
"en": "Close",
"es": "Cerca",
"fr": "Fermé",
"hi": "बंद करे",
"it": "Vicino",
"ja": "閉じる",
"ko": "닫기",
"nl": "Dichtbij",
"pt": "Fechar",
"ru": "близко",
"zh-chs": "关",
"xloc": [
"MainForm.resx%nextButton5.Text"
]
},
{
"en": "Compressed Network Traffic",
"xloc": [
"KVMStats.resx%groupBox1.Text",
"MappingStats.resx%groupBox1.Text"
]
},
{
"en": "Compression Settings",
"fr": "Paramètres de compression",
"xloc": [
"KVMSettingsForm.resx%groupBox1.Text"
]
},
{
"cs": "Název_počítače",
"de": "Computername",
"en": "ComputerName",
"es": "Nombre de la computadora",
"fr": "Nom de l'ordinateur",
"hi": "कंप्यूटर का नाम",
"it": "Nome del computer",
"ja": "コンピュータネーム",
"ko": "컴퓨터 이름",
"nl": "Computer naam",
"pt": "Nome do computador",
"ru": "Имя компьютера",
"zh-chs": "电脑名称",
"xloc": [
"DeviceUserControl.resx%deviceNameLabel.Text",
"MapUserControl.resx%deviceNameLabel.Text"
]
},
{
"en": "Connect",
"fr": "Relier",
"xloc": [
"KVMViewer.resx%connectButton.Text"
]
},
{
"cs": "Spojení",
"de": "Verbindung",
"en": "Connection",
"es": "Conexión",
"fr": "Connexion",
"hi": "संबंध",
"it": "Connessione",
"ja": "接続",
"ko": "연결",
"nl": "Verbinding",
"pt": "Conexão",
"ru": "соединение",
"zh-chs": "连接",
"xloc": [
"altPortForm.resx%groupBox1.Text"
]
},
{
"en": "Ctrl-Alt-Del",
"fr": "Ctrl-Alt-Suppr",
"xloc": [
"KVMViewer.resx%cadButton.Text"
]
},
{
"cs": "Skupina zařízení",
"de": "Gerätegruppe",
"en": "Device Group",
"es": "Grupo de dispositivos",
"fr": "Groupe d'appareils",
"hi": "डिवाइस समूह",
"it": "Gruppo di dispositivi",
"ja": "デバイスグループ",
"ko": "장치 그룹",
"nl": "Apparaatgroep",
"pt": "Grupo de dispositivos",
"ru": "Группа устройств",
"zh-chs": "设备组",
"xloc": [
"AddPortMapForm.resx%label5.Text",
"AddRelayMapForm.resx%label6.Text"
]
},
{
"cs": "Stav zařízení",
"de": "Gerätestatus",
"en": "Device Status",
"es": "Estado del dispositivo",
"fr": "Statut du périphérique",
"hi": "उपकरण की स्थिति",
"it": "Stato del dispositivo",
"ja": "デバイスのステータス",
"ko": "장치 상태",
"nl": "Apparaatstatus",
"pt": "Status do dispositivo",
"ru": "Состояние устройства",
"zh-chs": "设备状态",
"xloc": [
"DeviceUserControl.resx%deviceStatusLabel.Text"
]
},
{
"cs": "Zařízení",
"de": "Geräte",
"en": "Devices",
"es": "Dispositivos",
"fr": "Dispositifs",
"hi": "उपकरण",
"it": "dispositivi",
"ja": "デバイス",
"ko": "장치",
"nl": "Apparaten",
"pt": "Aparelhos",
"ru": "приборы",
"zh-chs": "设备",
"xloc": [
"MainForm.resx%devicesTabPage.Text"
]
},
{
"en": "Don't ask for {0} days.",
"xloc": [
"MainForm.resx%tokenRememberCheckBox.Text",
"Properties%Resources.resx%DontAskXDays"
]
},
{
"cs": "Výstup",
"de": "Ausgang",
"en": "E&xit",
"es": "Salida",
"fr": "Sortie",
"hi": "बाहर जाएं",
"it": "Uscita",
"ja": "出口",
"ko": "출구",
"nl": "Uitgang",
"pt": "Saída",
"ru": "Выход",
"zh-chs": "出口",
"xloc": [
"MainForm.resx%exitToolStripMenuItem.Text"
]
},
{
"cs": "E-mailem",
"en": "Email",
"es": "Correo electrónico",
"hi": "ईमेल",
"it": "E-mail",
"ja": "Eメール",
"ko": "이메일",
"nl": "E-mail",
"pt": "O email",
"ru": "Электронное письмо",
"zh-chs": "电子邮件",
"xloc": [
"MainForm.resx%emailTokenButton.Text"
]
},
{
"cs": "Email odeslán",
"de": "E-Mail gesendet",
"en": "Email sent",
"es": "Email enviado",
"fr": "Email envoyé",
"hi": "ईमेल भेजा",
"it": "Email inviata",
"ja": "メールを送信しました",
"ko": "이메일 전송",
"nl": "Email verzonden",
"pt": "Email enviado",
"ru": "Письмо отправлено",
"zh-chs": "邮件已发送",
"xloc": [
"MainForm.resx%tokenEmailSentLabel.Text",
"Properties%Resources.resx%EmailSent"
]
},
{
"cs": "Je vyžadováno ověření e-mailem",
"de": "E-Mail-Bestätigung erforderlich",
"en": "Email verification required",
"es": "Se requiere verificación de correo electrónico",
"fr": "Vérification par e-mail requise",
"hi": "ईमेल सत्यापन आवश्यक है",
"it": "Verifica email richiesta",
"ja": "メールの確認が必要です",
"ko": "이메일 확인 필요",
"nl": "E-mailverificatie vereist",
"pt": "É necessária a verificação de e-mail",
"ru": "Требуется подтверждение по электронной почте",
"zh-chs": "需要电子邮件验证",
"xloc": [
"Properties%Resources.resx%EmailVerificationRequired"
]
},
{
"cs": "Zadejte port RDP vzdáleného počítače, výchozí port RDP je 3389.",
"de": "Geben Sie den RDP-Port des Remotecomputers ein. Der Standard-RDP-Port ist 3389.",
"en": "Enter the RDP port of the remote computer, the default RDP port is 3389.",
"es": "Ingrese el puerto RDP de la computadora remota, el puerto RDP predeterminado es 3389.",
"fr": "Entrez le port RDP de l'ordinateur distant, le port RDP par défaut est 3389.",
"hi": "दूरस्थ कंप्यूटर का RDP पोर्ट दर्ज करें, डिफ़ॉल्ट RDP पोर्ट 3389 है।",
"it": "Immettere la porta RDP del computer remoto, la porta RDP predefinita è 3389.",
"ja": "リモートコンピュータのRDPポートを入力します。デフォルトのRDPポートは3389です。",
"ko": "원격 컴퓨터의 RDP 포트를 입력하십시오. 기본 RDP 포트는 3389입니다.",
"nl": "Voer de RDP-poort van de externe computer in, de standaard RDP-poort is 3389.",
"pt": "Digite a porta RDP do computador remoto, a porta RDP padrão é 3389.",
"ru": "Введите порт RDP удаленного компьютера, порт RDP по умолчанию - 3389.",
"zh-chs": "输入远程计算机的RDP端口,默认RDP端口为3389。",
"xloc": [
"rdpPortForm.resx%label1.Text"
]
},
{
"cs": "Zadejte druhý token ověření faktoru.",
"de": "Geben Sie das zweite Faktorauthentifizierungstoken ein.",
"en": "Enter the second factor authentication token.",
"es": "Ingrese el token de autenticación del segundo factor.",
"fr": "Entrez le jeton d'authentification du deuxième facteur.",
"hi": "दूसरा कारक प्रमाणीकरण टोकन दर्ज करें।",
"it": "Immettere il token di autenticazione del secondo fattore.",
"ja": "二要素認証トークンを入力します。",
"ko": "두 번째 요소 인증 토큰을 입력하십시오.",
"nl": "Voer het tweede factor-authenticatietoken in.",
"pt": "Digite o segundo token de autenticação de fator.",
"ru": "Введите маркер аутентификации второго фактора.",
"zh-chs": "输入第二个因素身份验证令牌。",
"xloc": [
"MainForm.resx%label2.Text"
]
},
{
"cs": "Chybové hlášení",
"de": "Fehlermeldung",
"en": "Error Message",
"es": "Mensaje de error",
"fr": "Message d'erreur",
"hi": "त्रुटि संदेश",
"it": "Messaggio di errore",
"ja": "エラーメッセージ",
"ko": "에러 메시지",
"nl": "Foutmelding",
"pt": "Mensagem de erro",
"ru": "Сообщение об ошибке",
"zh-chs": "错误信息",
"xloc": [
"MainForm.resx%stateLabel.Text"
]
},
{
"en": "Frame rate",
"fr": "Fréquence d'images",
"xloc": [
"KVMSettingsForm.resx%label2.Text"
]
},
{
"en": "HTTP",
"hi": "एचटीटीपी",
"xloc": [
"DeviceUserControl.resx%httpButton.Text",
"MainForm.resx%httpToolStripMenuItem.Text"
]
},
{
"en": "HTTPS",
"xloc": [
"DeviceUserControl.resx%httpsButton.Text",
"MainForm.resx%httpsToolStripMenuItem.Text"
]
},
{
"cs": "Ignorovat",
"de": "Ignorieren",
"en": "Ignore",
"es": "Ignorar",
"fr": "Ignorer",
"hi": "नज़रअंदाज़ करना",
"it": "Ignorare",
"ja": "無視する",
"ko": "무시",
"nl": "Negeren",
"pt": "Ignorar",
"ru": "игнорировать",
"zh-chs": "忽视",
"xloc": [
"MainForm.resx%nextButton3.Text"
]
},
{
"en": "Incoming Bytes",
"xloc": [
"KVMStats.resx%label12.Text",
"KVMStats.resx%label4.Text",
"MappingStats.resx%label12.Text",
"MappingStats.resx%label4.Text"
]
},
{
"en": "Incoming Compression",
"xloc": [
"KVMStats.resx%label11.Text",
"MappingStats.resx%label11.Text"
]
},
{
"cs": "Nainstalujte...",
"de": "Installieren...",
"en": "Install...",
"es": "Instalar en pc...",
"fr": "Installer...",
"hi": "इंस्टॉल...",
"it": "Installare...",
"ja": "インストール...",
"ko": "설치...",
"nl": "Installeren...",
"pt": "Instalar...",
"ru": "Установка ...",
"zh-chs": "安装...",
"xloc": [
"MainForm.resx%installButton.Text"
]
},
{
"cs": "Instalace",
"en": "Installation",
"es": "Instalación",
"hi": "स्थापना",
"it": "Installazione",
"ja": "取り付け",
"ko": "설치",
"nl": "Installatie",
"pt": "Instalação",
"ru": "Установка",
"zh-chs": "安装",
"xloc": [
"InstallForm.resx%$this.Text"
]
},
{
"cs": "Neplatné uživatelské jméno či heslo",
"de": "ungültiger Benutzername oder Passwort",
"en": "Invalid username or password",
"es": "usuario o contraseña invalido",
"fr": "Nom d'utilisateur ou mot de passe invalide",
"hi": "अमान्य उपयोगकर्ता नाम या पासवर्ड",
"it": "Nome utente o password errati",
"ja": "ユーザー名かパスワードが無効",
"ko": "잘못된 사용자 이름 또는 비밀번호",
"nl": "ongeldige gebruikersnaam of wachtwoord",
"pt": "nome de usuário ou senha inválidos",
"ru": "неправильное имя пользователя или пароль",
"zh-chs": "用户名或密码无效",
"xloc": [
"Properties%Resources.resx%InvalidUsernameOrPassword"
]
},
{
"cs": "Jazyky",
"de": "Sprachen",
"en": "Languages",
"es": "Idiomas",
"fr": "Les langues",
"hi": "बोली",
"it": "Le lingue",
"ja": "言語",
"ko": "언어",
"nl": "Talen",
"pt": "línguas",
"ru": "Языки",
"zh-chs": "语言能力",
"xloc": [
"Properties%Resources.resx%LanguagesTitle"
]
},
{
"cs": "Místní přístav",
"de": "Lokaler Hafen",
"en": "Local Port",
"es": "Puerto local",
"fr": "Port local",
"hi": "लोकल पोर्ट",
"it": "Porto locale",
"ja": "ローカルポート",
"ko": "로컬 포트",
"nl": "Lokale haven",
"pt": "Porta local",
"ru": "Локальный порт",
"zh-chs": "本地港口",
"xloc": [
"AddPortMapForm.resx%label1.Text",
"AddRelayMapForm.resx%label1.Text"
]
},
{
"cs": "Odhlásit se",
"de": "Ausloggen",
"en": "Log out",
"es": "Cerrar sesión",
"fr": "Se déconnecter",
"hi": "लॉग आउट",
"it": "Disconnettersi",
"ja": "ログアウト",
"ko": "로그 아웃",
"nl": "Uitloggen",
"pt": "Sair",
"ru": "Выйти",
"zh-chs": "登出",
"xloc": [
"MainForm.resx%backButton5.Text"
]
},
{
"cs": "Přihlásit se",
"de": "Anmeldung",
"en": "Login",
"es": "Iniciar sesión",
"fr": "S'identifier",
"hi": "लॉग इन करें",
"it": "Accesso",
"ja": "ログインする",
"ko": "로그인",
"nl": "Log in",
"pt": "Conecte-se",
"ru": "Авторизоваться",
"zh-chs": "登录",
"xloc": [
"MainForm.resx%nextButton1.Text",
"MainForm.resx%tabPage1.Text"
]
},
{
"en": "MQTT",
"xloc": [
"Properties%Resources.resx%MQTT"
]
},
{
"cs": "Mapování",
"de": "Zuordnungen",
"en": "Mappings",
"es": "Mapeos",
"fr": "Mappages",
"hi": "मैपिंग",
"it": "Mapping",
"ja": "マッピング",
"ko": "매핑",
"nl": "Toewijzingen",
"pt": "Mapeamentos",
"ru": "Отображения",
"zh-chs": "对应",
"xloc": [
"MainForm.resx%portMapTabPage.Text",
"MainForm.resx%tabPage5.Text"
]
},
{
"en": "MeshCentral",
"zh-chs": "网格中心",
"xloc": [
"Properties%Resources.resx%MeshCentralTitle"
]
},
{
"en": "MeshCentral Router",
"es": "Enrutador central de malla",
"fr": "Routeur MeshCentral",
"hi": "मेश्चरल राउटर",
"it": "Router MeshCentral",
"ja": "MeshCentralルーター",
"ko": "MeshCentral 라우터",
"pt": "Roteador MeshCentral",
"zh-chs": "MeshCentral路由器",
"xloc": [
"AppLaunchForm.resx%$this.Text",
"MainForm.resx%notifyIcon.Text",
"Properties%Resources.resx%MeshCentralRouter"
]
},
{
"cs": "Instalace routeru MeshCentral",
"de": "Installation des MeshCentral-Routers",
"en": "MeshCentral Router Installation",
"es": "Instalación del enrutador MeshCentral",
"fr": "Installation du routeur MeshCentral",
"hi": "मेश्चरल राउटर इंस्टालेशन",
"it": "Installazione del router MeshCentral",
"ja": "MeshCentralルーターのインストール",
"ko": "MeshCentral 라우터 설치",
"nl": "MeshCentral Router installatie",
"pt": "Instalação do roteador MeshCentral",
"ru": "Установка MeshCentral Router",
"zh-chs": "MeshCentral路由器安装",
"xloc": [
"InstallForm.resx%groupBox1.Text"
]
},
{
"cs": "MeshCentral Router umožňuje mapování portů TCP a UDP v tomto počítači na libovolný počítač v účtu serveru MeshCentral. Začněte přihlášením do svého účtu.",
"de": "MeshCentral Router ermöglicht die Zuordnung von TCP- und UDP-Ports auf diesem Computer zu jedem Computer in Ihrem MeshCentral-Serverkonto. Beginnen Sie, indem Sie sich in Ihrem Konto anmelden.",
"en": "MeshCentral Router allows mapping of TCP and UDP ports on this computer to any computer in your MeshCentral server account. Start by logging into your account.",
"es": "El enrutador MeshCentral permite la asignación de puertos TCP y UDP en esta computadora a cualquier computadora en su cuenta del servidor MeshCentral. Comience iniciando sesión en su cuenta.",
"fr": "Le routeur MeshCentral permet de mapper les ports TCP et UDP de cet ordinateur sur n'importe quel ordinateur de votre compte de serveur MeshCentral. Commencez par vous connecter à votre compte.",
"hi": "मेशोथ्रिअल राउटर इस कंप्यूटर पर टीसीपी और यूडीपी पोर्टों की मैपिंग आपके मेश् टर के लिए किसी भी कंप्यूटर पर करने की अनुमति देता है। अपने खाते में प्रवेश करके प्रारंभ करें।",
"it": "MeshCentral Router consente il mapping delle porte TCP e UDP su questo computer su qualsiasi computer nell'account del server MeshCentral. Inizia accedendo al tuo account.",
"ja": "MeshCentralルーターを使用すると、このコンピューターのTCPポートとUDPポートをMeshCentralサーバーアカウントの任意のコンピューターにマッピングできます。まず、アカウントにログインします。",
"ko": "MeshCentral Router를 사용하면이 컴퓨터의 TCP 및 UDP 포트를 MeshCentral 서버 계정의 모든 컴퓨터에 매핑 할 수 있습니다. 계정에 로그인하여 시작하십시오.",
"nl": "Met MeshCentral Router kunnen de TCP- en UDP-poorten op deze computer worden toegewezen aan elke computer in uw MeshCentral-serveraccount. Begin met inloggen op uw account.",
"pt": "O MeshCentral Router permite o mapeamento de portas TCP e UDP neste computador para qualquer computador na sua conta de servidor MeshCentral. Comece fazendo login na sua conta.",
"ru": "MeshCentral Router позволяет отображать порты TCP и UDP на этом компьютере на любой компьютер в вашей учетной записи сервера MeshCentral. Начните с входа в свой аккаунт.",
"zh-chs": "MeshCentral Router允许将此计算机上的TCP和UDP端口映射到MeshCentral服务器帐户中的任何计算机。首先登录您的帐户。",
"xloc": [
"MainForm.resx%label1.Text"
]
},
{
"cs": "název",
"en": "Name",
"es": "Nombre",
"fr": "Nom",
"hi": "नाम",
"it": "Nome",
"ja": "名前",
"ko": "이름",
"nl": "Naam",
"pt": "Nome",
"ru": "имя",
"zh-chs": "名称",
"xloc": [
"AddPortMapForm.resx%label8.Text",
"AddRelayMapForm.resx%label8.Text",
"AppLaunchForm.resx%label1.Text",
"MainForm.resx%nameColumnHeader.Text"
]
},
{
"cs": "další",
"de": "Nächster",
"en": "Next",
"es": "próximo",
"fr": "Prochain",
"hi": "आगे",
"it": "Il prossimo",
"ja": "次",
"ko": "다음",
"nl": "De volgende",
"pt": "Próximo",
"ru": "следующий",
"zh-chs": "下一个",