1
1
Locales = {
2
- "en-us " : {
2
+ "en-US " : {
3
3
"config" : {
4
4
"version" : "version" ,
5
5
"region" : "region" ,
24
24
"rank" : "rank" ,
25
25
"map" : "map" ,
26
26
},
27
- "config_modification" : {
28
- "select_option" : "select a configuration option" ,
29
- "config_saved" : "config saved! restart the program for changes to take effect." ,
30
- "set_prompt" : "set value for"
27
+ "prints" : {
28
+ "config_modification" : {
29
+ "select_option" : "select a configuration option" ,
30
+ "config_saved" : "config saved! restart the program for changes to take effect." ,
31
+ "set_prompt" : "set value for"
32
+ },
33
+ "startup" : {
34
+ "wait_for_rpc" : "waiting for rpc client" ,
35
+ "discord_not_detected" : "discord not detected! starting game without presence..." ,
36
+ "starting_valorant" : "starting VALORANT" ,
37
+ "startup_successful" : "program startup successful, hiding window in 5 seconds" ,
38
+ "waiting_for_presence" : "waiting for presence..." ,
39
+ "waiting_for_valorant" : "waiting for VALORANT..." ,
40
+ "autodetect_region" : "attempting to autodetect region" ,
41
+ "autodetected_region" : "autodetected region:" ,
42
+ },
43
+ "presence" : {
44
+ "presence_running" : "presence running!" ,
45
+ },
46
+ "systray" : {
47
+ "hiding_window" : "hiding window" ,
48
+ },
49
+ "errors" : {
50
+ "error_message" : "the program encountered an error: please create an issue with the traceback below if this problem persists" ,
51
+ "exit" : "press enter to exit..." ,
52
+ },
53
+ "version_checker" : {
54
+ "update_available" : "an update is available! download it at" ,
55
+ "checker_error" : "unable to check for updates!" ,
56
+ }
31
57
},
32
- "startup" : {
33
- "wait_for_rpc" : "waiting for rpc client" ,
34
- "discord_not_detected" : "discord not detected! starting game without presence..." ,
35
- "starting_valorant" : "starting VALORANT" ,
36
- "startup_successful" : "program startup successful, hiding window in 5 seconds" ,
37
- "waiting_for_presence" : "waiting for presence..." ,
38
- "waiting_for_valorant" : "waiting for VALORANT..." ,
39
- "autodetect_region" : "attempting to autodetect region" ,
40
- "autodetected_region" : "autodetected region:" ,
58
+ "presences" : {
59
+ "party_states" : {
60
+ "open" : "Open Party" ,
61
+ "solo" : "Solo" ,
62
+ "in_party" : "In a Party" ,
63
+ },
64
+ "client_states" : {
65
+ "away" : "Away" ,
66
+ "menu" : "Menu" ,
67
+ "custom_setup" : "Custom Setup" ,
68
+ "queue" : "Queue" ,
69
+ "pregame" : "Pregame" ,
70
+ },
71
+ "team_names" : {
72
+ "TeamOne" : "Defender" ,
73
+ "TeamTwo" : "Attacker" ,
74
+ "TeamSpectate" : "Observer" ,
75
+ "TeamOneCoaches" : "Defender Coach" ,
76
+ "TeamTwoCoaches" : "Attacker Coach" ,
77
+ },
78
+ "modes" : {
79
+ "newmap" : "New Map" ,
80
+ "competitive" : "Competitive" ,
81
+ "unrated" : "Unrated" ,
82
+ "spikerush" : "Spike Rush" ,
83
+ "deathmatch" : "Deathmatch" ,
84
+ "ggteam" : "Escalation" ,
85
+ "onefa" : "Replication" ,
86
+ "custom" : "Custom" ,
87
+ "snowball" : "Snowball Fight" ,
88
+ "" : "Custom" ,
89
+ },
90
+ "pregame" : {
91
+ "selecting" : "Selecting" ,
92
+ "locked" : "Locked" ,
93
+ },
94
+ "leveling" :{
95
+ "level" : "Level" ,
96
+ },
97
+ "startup" : {
98
+ "loading" : "Loading" ,
99
+ "view_github" : "View on GitHub" ,
100
+ }
41
101
},
42
-
43
- },
44
- "en-uk" : {
45
- # wo'oh bo'oh innit? on a chewsday?
46
- },
47
- "br" : {
48
-
49
102
},
103
+ "ar-AE" : {},
104
+ "de-DE" : {},
105
+ "es-ES" : {},
106
+ "es-MX" : {},
107
+ "fr-FR" : {},
108
+ "id-ID" : {},
109
+ "it-IT" : {},
110
+ "ja-JP" : {},
111
+ "ko-KR" : {},
112
+ "pl-PL" : {},
113
+ "pt-BR" : {},
114
+ "ru-RU" : {},
115
+ "th-TH" : {},
116
+ "tr-TR" : {},
117
+ "vi-VN" : {},
118
+ "zh-CN" : {},
119
+ "zh-TW" : {},
50
120
}
0 commit comments