forked from Henrik-3/valorant-labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutils.json
766 lines (766 loc) · 35.3 KB
/
utils.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
{
"cmds": {
"translations": [
{
"slash": "/agent [AGENT]",
"docs": "https://docs.valorantlabs.xyz/commands/agent"
},
{
"slash": "/api",
"docs": "https://docs.valorantlabs.xyz/commands/api"
},
{
"slash": "/autoroles get",
"docs": "https://docs.valorantlabs.xyz/commands-admin/autoroles"
},
{
"slash": "/autoroles send",
"docs": "https://docs.valorantlabs.xyz/commands-admin/autoroles"
},
{
"slash": "/autoroles setup [RANK] [@ROLE]",
"docs": "https://docs.valorantlabs.xyz/commands-admin/autoroles"
},
{
"slash": "/botinfo",
"docs": "https://docs.valorantlabs.xyz/commands/botinfo"
},
{
"slash": "/feedback",
"docs": "https://docs.valorantlabs.xyz/commands/feedback"
},
{
"slash": "/game [GAMEKEY]",
"docs": "https://docs.valorantlabs.xyz/commands/game"
},
{
"slash": "/help",
"docs": "https://docs.valorantlabs.xyz/commands/help"
},
{
"slash": "/link get",
"docs": "https://docs.valorantlabs.xyz/commands/link"
},
{
"slash": "/link add",
"docs": "https://docs.valorantlabs.xyz/commands/link"
},
{
"slash": "/link remove",
"docs": "https://docs.valorantlabs.xyz/commands/link"
},
{
"slash": "/map [MAP]",
"docs": "https://docs.valorantlabs.xyz/commands/map"
},
{
"slash": "/mmr [NAME#TAG]",
"docs": "https://docs.valorantlabs.xyz/commands/mmr"
},
{
"slash": "/patch",
"docs": "https://docs.valorantlabs.xyz/commands/patch"
},
{
"slash": "/private",
"docs": "https://docs.valorantlabs.xyz/commands/private"
},
{
"slash": "/settings get",
"docs": "https://docs.valorantlabs.xyz/commands-admin/settings"
},
{
"slash": "/settings set patchnotes [#CHANNEL]",
"docs": "https://docs.valorantlabs.xyz/commands-admin/settings"
},
{
"slash": "/settings set othernews [#CHANNEL]",
"docs": "https://docs.valorantlabs.xyz/commands-admin/settings"
},
{
"slash": "/settings set serverstatus [#CHANNEL]",
"docs": "https://docs.valorantlabs.xyz/commands-admin/settings"
},
{
"slash": "/settings set language [VALUE]",
"docs": "https://docs.valorantlabs.xyz/commands-admin/settings"
},
{
"slash": "/settings set background [TYPE] [IMAGE]",
"docs": "https://docs.valorantlabs.xyz/commands-admin/settings"
},
{
"slash": "/stats [NAME#TAG]",
"docs": "https://docs.valorantlabs.xyz/commands/stats"
},
{
"slash": "/status [CLUSTER]",
"docs": "https://docs.valorantlabs.xyz/commands/status"
},
{
"slash": "/vote",
"docs": "https://docs.valorantlabs.xyz/commands/vote"
},
{
"slash": "/weapon [WEAPON]",
"docs": "https://docs.valorantlabs.xyz/commands/weapon"
},
{
"slash": "/weapons",
"docs": "https://docs.valorantlabs.xyz/commands/weapons"
}
],
"en": [
"Shows information about an agent",
"Shows the link to the open backend API",
"Shows the current autorole settings",
"Sends the autorole message with it's buttons",
"Setup the autorole system by mapping the ingame rank with the role on discord",
"Shows information about the bot itself (resource usage etc.)",
"Opens a modal with which you can send feedback to the developer",
"Shows detailed data about a already played match",
"Shows the help page",
"Shows your connected account",
"Creates a link with which you can connect your riot account with your discord account",
"Removes the connection between your riot account and your discord account",
"Shows information about a map",
"Shows MMR Data per Episode/Act and current data",
"Shows the latest patch notes",
"Set's the connected account to a private state",
"Shows guild settings",
"Set autonews channel for patchnotes",
"Set autonews channel for website articles that are not patchnotes",
"Set autonews channel for server issues",
"Set guild language",
"Adds a custom background for the given image type",
"Shows your own stats or stats of another player if he is logged in via RSO",
"Shows server status for the requested server cluster",
"Shows link to the top.gg vote page",
"Shows information about a specific weapon",
"Shows information about all weapons ingame"
],
"de": [
"Zeigt Informationen über einen Agenten",
"Zeigt Informationen über die Backend API des Bots",
"Zeigt die aktuelle Autorole Konfiguration",
"Sendet die Autorole Nachricht",
"Konfiguriert das Autorole System durch das Verknüpfen der Ingame Rolle mit der Discord Rolle",
"Zeigt Informationen über den Bot und dessen Host System (Server Auslastung etc...)",
"Öffnet ein Pop-Up mit welchem du Feedback direkt an den Entwickler senden kannst",
"Zeigt detaillierte Information zu einem vergangenen Match",
"Zeigt die Hilfe Nachricht",
"Zeigt den Verlinkten Account",
"Erstellt einen Link mit welchem du deinen Riot Account mit deinem Discord Account Verknüpfen kannst",
"Entfernt die Verlinkung zwischen deinem Riot Account mit deinem Discord Account",
"Zeigt Informationen über eine Map",
"Zeigt MMR Data per Episode/Act und aktuelle Daten",
"Zeigt die aktuellen Patchnotes",
"Setzt den verbundenen Account in den privaten Modus",
"Zeigt die Server Einstellungen",
"Ändert den Autonews Channel für die Patchnotes",
"Ändert den Autonews Channel für die Website Artikel welche keine Patchnotes sind",
"Ändert den Autonews Channel für Server Ausfälle und Probleme",
"Ändert die Sprache für den Bot",
"Ändert den Hintergrund für den angegebenen Bild Typ",
"Zeigt deine eigenen Statistiken oder Statistiken eines anderen Spielers insofern er über RSO eingeloggt ist",
"Zeigt aktuellen Server Status für das angegebene Server Cluster",
"Zeigt den Link zu der top.gg Seite",
"Zeigt Informationen über eine Waffe",
"Zeigt Informationen über alle Waffen Ingame"
],
"jp": [
"エージェントに関する情報を表示する",
"オープンなバックエンドAPIへのリンクを表示します。",
"現在のオートロールの設定を表示します",
"ボタンでオートロールメッセージを送信します。",
"インゲームのランクとDiscord上のロールを対応させて、オートロールシステムをセットアップする。",
"ボット自体の情報(リソースの使用状況など)を表示します。",
"開発者にフィードバックを送ることができるモーダルを開きます。」",
"開発者にフィードバックを送ることができるモーダルを開きます。",
"ヘルプページを表示する",
"接続中のアカウントが表示されます",
"RiotのアカウントとDiscordのアカウントを接続するためのリンクを作成します。",
"RiotアカウントとDiscordアカウント間の接続を解除します。",
"地図に関する情報を表示する",
"エピソード/行為ごとのMMRデータおよび現在のデータを表示します。",
"最新のパッチノートを表示します。",
"接続中のアカウントをプライベート状態にする",
"ギルドの設定を表示します。",
"パッチノートに自動ニュースチャンネルを設定する",
"パッチノート以外のウェブサイト記事の自動ニュースチャンネル設定",
"サーバーの問題で自動ニュースチャンネルを設定する",
"ギルド言語の設定",
"指定された画像タイプのカスタム背景を追加する",
"自分のステータスと、RSOでログインしている他のプレイヤーのステータスを表示します。",
"要求されたサーバークラスタのサーバーステータスを表示します。",
"top.ggの投票ページへのリンクを表示します。",
"特定の武器に関する情報を表示する",
"ゲーム内のすべての武器に関する情報を表示します。"
],
"pt-br": [
"Mostra informação sobre um agente",
"Mostra o link para a API do backend aberto",
"Mostra as definições actuais do autorole",
"Envia a mensagem de autorole com os seus botões",
"Configurar o sistema autorole mapeando a posição no jogo com o papel na discórdia",
"Mostra informação sobre o próprio bot (utilização de recursos, etc.)",
"Abre um modal com o qual se pode enviar feedback ao programador",
"Mostra dados detalhados sobre uma partida já jogada",
"Mostra a página de ajuda",
"Mostra a sua conta ligada",
"Cria uma ligação com a qual pode ligar a sua conta de motim à sua conta de discórdia",
"Elimina a ligação entre a sua conta de motim e a sua conta de discórdia",
"Mostra informação sobre um mapa",
"Mostra dados MMR por Episódio/Acto e dados actuais",
"Mostra as últimas notas de correcção",
"Estabelecer a conta ligada a um estado privado",
"Mostra as configurações da guilda",
"Estabelecer canal de notícias autónomo para patcnotes",
"Estabelecer canal de auto-noticias para artigos do website que não sejam patcnotes",
"Definir canal de notícias automáticas para questões de servidor",
"Definir língua do grémio",
"Adiciona um fundo personalizado para o tipo de imagem dado",
"Mostra as suas próprias estatísticas ou estatísticas de outro jogador se ele estiver ligado através de RSO",
"Mostra o estado do servidor para o cluster do servidor solicitado",
"Mostra o link para a página de votação top.gg",
"Mostra informação sobre uma arma específica",
"Mostra informação sobre todas as armas no jogo"
],
"fr": [
"Affiche des informations sur un agent",
"Affiche le lien vers l'API backend ouverte",
"Affiche les paramètres actuels de l'autorole",
"Envoie le message autorole avec ses boutons.",
"Configurer le système d'autorole en faisant correspondre le rang en jeu avec le rôle sur discord.",
"Affiche des informations sur le robot lui-même (utilisation des ressources, etc.).",
"Ouvre une modale avec laquelle vous pouvez envoyer des commentaires au développeur",
"Affiche les données détaillées d'un match déjà joué",
"Affiche la page d'aide",
"Affiche votre compte connecté",
"Crée un lien avec lequel vous pouvez connecter votre compte riot avec votre compte discord",
"Supprime la connexion entre votre compte riot et votre compte discord",
"Affiche des informations sur une carte",
"Montre les données RMM par épisode/acte et les données actuelles",
"Affiche les dernières notes de mise à jour",
"Mettre le compte connecté dans un état privé",
"Affiche les paramètres de la guilde",
"Définir le canal autonews pour les patchnotes",
"Définir un canal d'autonews pour les articles du site web qui ne sont pas des patchnotes",
"Définir un canal d'autonews pour les problèmes de serveur",
"Définir la langue de la guilde",
"Ajoute un arrière-plan personnalisé pour le type d'image donné",
"Affiche vos propres statistiques ou celles d'un autre joueur s'il est connecté via RSO.",
"Montre le statut du serveur pour la grappe de serveurs demandée",
"Affiche le lien vers la page de vote de top.gg",
"Affiche des informations sur une arme spécifique",
"Affiche des informations sur toutes les armes en jeu"
],
"es": [
"Muestra información sobre un agente",
"Muestra el enlace a la API abierta del backend",
"Muestra la configuración actual de la autorregulación",
"Envía el mensaje de autorole con sus botones",
"Configurar el sistema de autorole mediante la asignación del rango en el juego con el papel en la discordia",
"Muestra información sobre el propio bot (uso de recursos, etc.)",
"Abre un modal con el que puedes enviar comentarios al desarrollador",
"Muestra datos detallados sobre un partido ya jugado",
"Muestra la página de ayuda",
"Muestra su cuenta conectada",
"Crea un enlace con el que puedes conectar tu cuenta de riot con tu cuenta de discordia",
"Removes the connection between your riot account and your discord account",
"Muestra información sobre un mapa",
"Muestra los datos de la RMN por episodio/acto y los datos actuales",
"Muestra las últimas notas del parche",
"Poner la cuenta conectada en estado privado",
"Muestra la configuración del gremio",
"Establecer el canal de auto-noticias para las notas de parcheo",
"Establecer el canal de auto-noticias para las notas de parcheo",
"Establecer el canal de auto-noticias para los problemas del servidor",
"Establecer el idioma del gremio",
"Añade un fondo personalizado para el tipo de imagen dado",
"Muestra tus propias estadísticas o las de otro jugador si está conectado a través de RSO",
"Muestra el estado del servidor para el clúster de servidores solicitado",
"Muestra el enlace a la página de votación de top.gg",
"Muestra información sobre un arma específica",
"Muestra información sobre todas las armas del juego"
],
"vi": [
"Hiển thị thông tin về một đại lý",
"Hiển thị liên kết đến API phụ trợ mở",
"Hiển thị cài đặt tự động di chuyển hiện tại",
"Gửi tin nhắn tự động chuyển bằng các nút của nó",
"Thiết lập hệ thống autorole bằng cách ánh xạ thứ hạng trong trò chơi với vai trò bất hòa",
"Hiển thị thông tin về chính bot (sử dụng tài nguyên, v.v.)",
"Mở một phương thức mà bạn có thể gửi phản hồi cho nhà phát triển",
"Hiển thị dữ liệu chi tiết về một trận đấu đã chơi",
"Hiển thị trang trợ giúp",
"Hiển thị tài khoản được kết nối của bạn",
"Tạo một liên kết mà bạn có thể kết nối tài khoản bạo loạn với tài khoản bất hòa của mình",
"Xóa kết nối giữa tài khoản bạo loạn và tài khoản bất hòa của bạn",
"Hiển thị thông tin về bản đồ",
"Hiển thị Dữ liệu MMR trên mỗi Tập / Hành động và dữ liệu hiện tại",
"Hiển thị các ghi chú vá mới nhất",
"Đặt tài khoản được kết nối thành trạng thái riêng tư",
"Hiển thị cài đặt guild",
"Đặt kênh tự động chạy cho các bản vá lỗi",
"Đặt kênh autonews cho các bài viết trên trang web không phải là patchnotes",
"Đặt kênh tự động chạy cho các sự cố máy chủ",
"Đặt ngôn ngữ bang hội",
"Thêm nền tùy chỉnh cho loại hình ảnh nhất định",
"Hiển thị số liệu thống kê của riêng bạn hoặc số liệu thống kê của người chơi khác nếu anh ta đăng nhập qua RSO",
"Hiển thị trạng thái máy chủ cho cụm máy chủ được yêu cầu",
"Hiển thị liên kết đến trang bình chọn top.gg",
"Hiển thị thông tin về một loại vũ khí cụ thể",
"Hiển thị thông tin về tất cả vũ khí trong trò chơi"
],
"pl": [
"Pokazuje informacje o agencie",
"Pokazuje link do otwartego backendowego API",
"Pokazuje aktualne ustawienia autoroli",
"Wysyła wiadomość autoroli z jej przyciskami",
"Skonfiguruj system autoroli, mapując rangę w grze z rolą na niezgodę",
"Pokazuje informacje o samym bocie (wykorzystaniu zasobów itp.)",
"Otwiera moduł, za pomocą którego możesz wysłać informację zwrotną do dewelopera",
"Pokazuje szczegółowe dane o rozegranym meczu",
"Pokazuje stronę pomocy",
"Pokazuje Twoje połączone konto",
"Tworzy link, za pomocą którego możesz połączyć swoje konto Riot z kontem Discord",
"Usuwa połączenie między twoim kontem Riot a kontem Discord",
"Pokazuje informacje o mapie",
"Pokazuje dane MMR na odcinek/czyn i aktualne dane",
"Pokazuje najnowsze informacje o poprawkach",
"Ustaw połączone konto w stan prywatny",
"Pokazuje ustawienia gildii",
"Ustaw kanał autonews dla patchnotes",
"Ustaw kanał autonews dla artykułów na stronie, które nie są notatkami do aktualizacji",
"Ustaw kanał autonews dla problemów z serwerem",
"Ustaw język gildii",
"Dodaje niestandardowe tło dla danego typu obrazu",
"Pokazuje twoje własne statystyki lub statystyki innego gracza, jeśli jest on zalogowany przez RSO",
"Pokazuje stan serwera dla żądanego klastra serwerów",
"Pokazuje link do strony głosowania top.gg",
"Pokazuje informacje o konkretnej broni",
"Pokazuje informacje o wszystkich broniach w grze"
]
},
"langlist": [
{
"name": "German",
"value": "de"
},
{
"name": "English",
"value": "en"
},
{
"name": "Japanese",
"value": "jp"
},
{
"name": "Portuguese",
"value": "pt-br"
},
{
"name": "French",
"value": "fr"
},
{
"name": "Spanish",
"value": "es"
},
{
"name": "Vietname",
"value": "vi"
},
{
"name": "Polski",
"value": "pl"
}
],
"translations": {
"de": {
"mainsentence": "Mehrsprachiger VALORANT Discord Bot. Statistiken, Autonews und Serverstatus aus erster Hand, mit viel Liebe gemacht",
"buttons": {
"invite": "Einladen",
"dashboard": "Gelange zum Dashboard",
"command": "Zeige Befehle"
},
"nav": {
"command": "Befehle",
"support": "Hilfe",
"invite": "Einladen"
},
"numbers": {
"title": "Zahlen",
"description": "Ein paar Statistiken über den Bot",
"server_count": "Server Anzahl",
"commands_used": "Anzahl genutzter Befehle"
},
"servers": {
"title": "Der VALORANT Bot deines Vertrauens",
"description": "Auf uns setzen viele der offiziellen regionalen VALORANT Discord Server",
"membercount": "Mitglieder",
"join": "Beitreten"
},
"status": {
"title": "Bot Status",
"description": "Ausführlicher Bot Status für jede einzelne Instanz",
"status": "Status",
"server": "Server",
"ping": "Ping",
"uptime": "Online seit"
},
"commands": {
"title": "Befehle",
"description": "Befehlsübersicht mit einigen Beispielen"
},
"footer": {
"help": {
"translations": "Übersetzungen"
},
"information": {
"updates": "Aktualisierungen",
"status": "Status",
"tos": "Allgemeine Geschäftsbedingungen",
"privacy": "Datenschutzbestimmungen"
}
}
},
"en": {
"mainsentence": "Multilanguage VALORANT Discord Bot. Stats, Autonews and Server Status from first hand, made with much love",
"buttons": {
"invite": "Invite",
"dashboard": "Go to Dashboard",
"command": "Show Commands"
},
"nav": {
"command": "Commands",
"support": "Support",
"invite": "Invite"
},
"numbers": {
"title": "Numbers",
"description": "Some statistics about the Bot",
"server_count": "Server Count",
"commands_used": "Commands Used"
},
"servers": {
"title": "The VALORANT Bot you can trust",
"description": "Many of the official regional VALORANT Discord servers rely on us",
"membercount": "Members",
"join": "Join"
},
"status": {
"title": "Bot Status",
"description": "Detailed bot status for each individual instance",
"status": "Status",
"server": "Server",
"ping": "Ping",
"uptime": "Uptime"
},
"commands": {
"title": "Commands",
"description": "Command Overview with examples"
},
"footer": {
"help": {
"translations": "Translation"
},
"information": {
"updates": "Updates",
"status": "Status",
"tos": "Terms and conditions",
"privacy": "Privacy Policy"
}
}
},
"jp": {
"mainsentence": "多言語VALORANT不和ボット。統計、オートニュース、サーバーステータスを直接、愛情を込めて作成",
"buttons": {
"invite": "招待",
"dashboard": "ダッシュボードに進め",
"command": "コマンドを表示"
},
"nav": {
"command": "コマンド",
"support": "サポート",
"invite": "招待"
},
"numbers": {
"title": "数字",
"description": "ボットに関するいくつかの統計",
"server_count": "サーバー数",
"commands_used": "使用したコマンド"
},
"servers": {
"title": "信頼できるVALORANTボット",
"description": "公式の地域のVALORANTDiscordサーバーの多くは私たちに依存しています",
"membercount": "メンバー",
"join": "加入"
},
"status": {
"title": "ボットステータス",
"description": "個々のインスタンスの詳細なボットステータス",
"status": "状態",
"server": "サーバ",
"ping": "Ping",
"uptime": "稼働時間"
},
"commands": {
"title": "コマンド",
"description": "例を含むコマンドの概要"
},
"footer": {
"help": {
"translations": "翻訳"
},
"information": {
"updates": "更新",
"status": "状態",
"tos": "ご利用条件",
"privacy": "プライバシーポリシー"
}
}
},
"pt-br": {
"mainsentence": "VALORANT Discord Bot multilíngue. Stats, Autonews e Server Status em primeira mão, feitos com muito amor",
"buttons": {
"invite": "Convidar",
"dashboard": "Ir para a dashboard",
"command": "Mostrar comandos"
},
"nav": {
"command": "Comandos",
"support": "suportar",
"invite": "Convidar"
},
"numbers": {
"title": "Números",
"description": "Algumas estatísticas sobre o bot",
"server_count": "Contagem de servidores",
"commands_used": "Comandos Usados"
},
"servers": {
"title": "O VALORANT Bot em que você pode confiar",
"description": "Muitos dos servidores regionais oficiais de VALORANT Discord confiam em nós",
"membercount": "Membros",
"join": "Juntar"
},
"status": {
"title": "Status do bot",
"description": "Status detalhado do bot para cada instância individual",
"status": "Status",
"server": "Servidor",
"ping": "Ping",
"uptime": "Tempo de atividade"
},
"commands": {
"title": "Comandos",
"description": "Visão geral do comando com exemplos"
},
"footer": {
"help": {
"translations": "Tradução"
},
"information": {
"updates": "Atualizações",
"status": "Status",
"tos": "Termos e condições",
"privacy": "Política de Privacidade"
}
}
},
"fr": {
"mainsentence": "VALORANT Discord Bot multilingue. Statistiques, Autonews et État du serveur de première main, réalisés avec beaucoup d'amour",
"buttons": {
"invite": "Inviter",
"dashboard": "Aller au tableau de bord",
"command": "Afficher les commandes"
},
"nav": {
"command": "Commandes",
"support": "Soutien",
"invite": "Inviter"
},
"numbers": {
"title": "Nombres",
"description": "Quelques statistiques sur le Bot",
"server_count": "Nombre de serveurs",
"commands_used": "Commandes utilisées"
},
"servers": {
"title": "Le VALORANT Bot auquel vous pouvez faire confiance",
"description": "De nombreux serveurs Discord régionaux officiels de VALORANT comptent sur nous",
"membercount": "Membres",
"join": "Rejoindre"
},
"status": {
"title": "Statut du robot",
"description": "Statut détaillé du bot pour chaque instance individuelle",
"status": "Statut",
"server": "Serveur",
"ping": "Ping",
"uptime": "La durée de fonctionnent"
},
"commands": {
"title": "Commandes",
"description": "Présentation des commandes avec exemples"
},
"footer": {
"help": {
"translations": "Traduction"
},
"information": {
"updates": "Mises à jour",
"status": "Statut",
"tos": "Modalités et conditions",
"privacy": "Politique de confidentialité"
}
}
},
"es": {
"mainsentence": "Bot de Discord Multilenguaje VALORANT. Estadísticas, Novedades y Estado de servidor de primera mano, hecho con mucho amor",
"buttons": {
"invite": "Invitar",
"dashboard": "Ir al panel de control",
"command": "Mostrar Comandos"
},
"nav": {
"command": "Comandos",
"support": "Soporte",
"invite": "Invitar"
},
"numbers": {
"title": "Números",
"description": "Algunas estadísticas sobre el Bot",
"server_count": "Contador de Servidores",
"commands_used": "Comandos Usados"
},
"servers": {
"title": "El bot de VALORANT en el que puedes confiar",
"description": "Muchos de los servidores regionales oficiales de Discord de VALORANT confían en nosotros",
"membercount": "Miembros",
"join": "Entrar"
},
"status": {
"title": "Estado del bot",
"description": "Estado detallado del bot para cada instancia individual",
"status": "Estado",
"server": "Servidor",
"ping": "Silbido",
"uptime": "Tiempo de actividad"
},
"commands": {
"title": "Comandos",
"description": "Resumen de comandos con ejemplos"
},
"footer": {
"help": {
"translations": "Traducciones"
},
"information": {
"updates": "Actualizaciones",
"status": "Estado",
"tos": "Términos y condiciones",
"privacy": "Política de privacidad"
}
}
},
"vi": {
"mainsentence": "Bot bất hòa đa ngôn ngữ VALORANT. Số liệu thống kê, tự động chạy và Trạng thái máy chủ từ lần đầu tiên, được thực hiện với rất nhiều tình cảm",
"buttons": {
"invite": "Mời gọi",
"dashboard": "Đi tới bảng điều khiển",
"command": "Hiển thị lệnh"
},
"nav": {
"command": "Lệnh",
"support": "Trung bình",
"invite": "Mời gọi"
},
"numbers": {
"title": "Con số",
"description": "Một số thống kê về Bot",
"server_count": "Bộ đếm máy chủ",
"commands_used": "Các lệnh đã sử dụng"
},
"servers": {
"title": "Bot VALORANT mà bạn có thể tin tưởng",
"description": "Nhiều máy chủ VALORANT Discord khu vực chính thức dựa vào chúng tôi",
"membercount": "Các thành viên",
"join": "Tham gia"
},
"status": {
"title": "Trạng thái bot",
"description": "Trạng thái bot chi tiết cho từng phiên bản riêng lẻ",
"status": "Trạng thái",
"server": "Máy chủ",
"ping": "Ping",
"uptime": "Thời gian hoạt động"
},
"commands": {
"title": "Lệnh",
"description": "Tóm tắt lệnh với các ví dụ"
},
"footer": {
"help": {
"translations": "Bản dịch"
},
"information": {
"updates": "Bản nâng cấp",
"status": "Tiểu bang",
"tos": "Các điều khoản và điều kiện",
"privacy": "Chính sách bảo mật"
}
}
},
"pl": {
"mainsentence": "Wielojęzyczny VALORANT Discord Bot. Statystyki, Autonews i Status Serwera z pierwszej ręki, wykonane z wielką miłością",
"buttons": {
"invite": "Zaproś",
"dashboard": "Przejdź do pulpitu nawigacyjnego",
"command": "Pokaż polecenia"
},
"nav": {
"command": "Polecenia",
"support": "Wsparcie",
"invite": "Zaproś"
},
"numbers": {
"title": "Numery",
"description": "Niektóre statystyki dotyczące Bota",
"server_count": "Liczba serwerów",
"commands_used": "Używane komendy"
},
"servers": {
"title": "Bot VALORANT, któremu możesz zaufać",
"description": "Wiele z oficjalnych regionalnych serwerów VALORANT Discord polega na nas.",
"membercount": "Członkowie",
"join": "Dołącz do"
},
"status": {
"title": "Status bota",
"description": "Szczegółowy status bota dla każdej pojedynczej instancji",
"status": "Status",
"server": "Serwer",
"ping": "Ping",
"uptime": "Uptime"
},
"commands": {
"title": "Polecenia",
"description": "Przegląd poleceń z przykładami"
},
"footer": {
"help": {
"translations": "Tłumaczenie"
},
"information": {
"updates": "Aktualizacje",
"status": "Status",
"tos": "Zasady i warunki",
"privacy": "Polityka prywatności"
}
}
}
}
}