Skip to content

Commit f8c4c56

Browse files
committed
add rest of files to test
1 parent 552367e commit f8c4c56

154 files changed

Lines changed: 955 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
"Phrases"
2+
{
3+
"Dodgeball_NERVote_Cooldown"
4+
{
5+
// 1:Seconds of cooldown left
6+
"#format" "{1:.0f}"
7+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] Voting is in cooldown for {#95F3E3}{1}{default} seconds."
8+
}
9+
10+
"Dodgeball_NERVote_Failed"
11+
{
12+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] vote {red}failed{default}."
13+
}
14+
15+
"Dodgeball_NER_Enabled"
16+
{
17+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] is now {#08C4CD}enabled{default}."
18+
}
19+
20+
"Dodgeball_NER_Forcefully_Enabled"
21+
{
22+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] is forcefully {#08C4CD}enabled{default}."
23+
}
24+
25+
"Dodgeball_NER_Disabled"
26+
{
27+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] is now {red}disabled{default}."
28+
}
29+
30+
"Dodgeball_NER_Disabled_By_New_Config"
31+
{
32+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] has been {red}disabled{default} by new config."
33+
}
34+
35+
"Dodgeball_NER_Not_Enough_Players_Disabled"
36+
{
37+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] is now {red}disabled{default} due to not enough players."
38+
}
39+
40+
"Dodgeball_Solo_Toggled_On"
41+
{
42+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] {darkmagenta}Solo{default} is now {community}enabled{default}."
43+
}
44+
45+
"Dodgeball_Solo_Toggled_Off"
46+
{
47+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] {darkmagenta}Solo{default} is now {red}disabled{default}."
48+
}
49+
50+
"Dodgeball_Solo_NER_Notify_Not_Respawned"
51+
{
52+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] You will be respawned at the end of the round, as you have {darkmagenta}solo{default} {community}enabled{default}."
53+
}
54+
55+
"Dodgeball_Solo_NER_Notify_Not_Respawned_Mid_round"
56+
{
57+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] You will be respawned whenever one team loses all of its players, as you have {darkmagenta}solo{default} {community}enabled{default}."
58+
}
59+
60+
"Dodgeball_Solo_Not_Possible_Last_Alive"
61+
{
62+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] {darkmagenta}Solo{default} can {red}not{default} be enabled, as you are the last player alive."
63+
}
64+
65+
"Dodgeball_Solo_Not_Possible_No_Teammates"
66+
{
67+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] Your {darkmagenta}solo{default} has been {red}disabled{default} as you have no alive teammates."
68+
}
69+
70+
"Dodgeball_Solo_Not_Possible_NER_Would_End"
71+
{
72+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] Your {darkmagenta}solo{default} has been {red}disabled{default} as otherwise NER would have ended."
73+
}
74+
75+
"Dodgeball_Solo_Disabled_By_New_Config"
76+
{
77+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] Your {darkmagenta}solo{default} has been {red}disabled{default} by new config."
78+
}
79+
80+
"Dodgeball_Solo_Announce_All_Soloers"
81+
{
82+
// 1:All soloers
83+
"#format" "{1:s}"
84+
"en" "[{#95F3E3}N{#08C4CD}E{#27939D}R{#ffffff}] {darkmagenta}Soloers{default}: {darkorange}{1}{default}"
85+
}
86+
}

0 commit comments

Comments
 (0)