Standardize some spacing in translation phrases (#1254)
This commit is contained in:
parent
44615b7ade
commit
6717f45469
@ -4,40 +4,48 @@
|
|||||||
{
|
{
|
||||||
"en" "Sourcemod Cookie List"
|
"en" "Sourcemod Cookie List"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Printing Cookie List"
|
"Printing Cookie List"
|
||||||
{
|
{
|
||||||
"en" "Printing cookie list to console"
|
"en" "Printing cookie list to console"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Cookie not Found"
|
"Cookie not Found"
|
||||||
{
|
{
|
||||||
"#format" "{1:s}"
|
"#format" "{1:s}"
|
||||||
"en" "Could not find cookie \"{1}\""
|
"en" "Could not find cookie \"{1}\""
|
||||||
}
|
}
|
||||||
|
|
||||||
"Cookie Value"
|
"Cookie Value"
|
||||||
{
|
{
|
||||||
"#format" "{1:s},{2:s}"
|
"#format" "{1:s},{2:s}"
|
||||||
"en" "{1}'s value is {2}"
|
"en" "{1}'s value is {2}"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Protected Cookie"
|
"Protected Cookie"
|
||||||
{
|
{
|
||||||
"#format" "{1:s}"
|
"#format" "{1:s}"
|
||||||
"en" "Cannot change the value of protected cookie \"{1}\""
|
"en" "Cannot change the value of protected cookie \"{1}\""
|
||||||
}
|
}
|
||||||
|
|
||||||
"Cookie Changed Value"
|
"Cookie Changed Value"
|
||||||
{
|
{
|
||||||
"#format" "{1:s},{2:s}"
|
"#format" "{1:s},{2:s}"
|
||||||
"en" "Changed the value of cookie \"{1}\" to \"{2}\""
|
"en" "Changed the value of cookie \"{1}\" to \"{2}\""
|
||||||
}
|
}
|
||||||
|
|
||||||
"No Console"
|
"No Console"
|
||||||
{
|
{
|
||||||
"en" "Cannot display settings menu to console"
|
"en" "Cannot display settings menu to console"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Choose Option"
|
"Choose Option"
|
||||||
{
|
{
|
||||||
"en" "Choose Option"
|
"en" "Choose Option"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Client Settings"
|
"Client Settings"
|
||||||
{
|
{
|
||||||
"en" "Client Settings"
|
"en" "Client Settings"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -231,10 +231,12 @@
|
|||||||
{
|
{
|
||||||
"en" "You cannot change your selection for this vote."
|
"en" "You cannot change your selection for this vote."
|
||||||
}
|
}
|
||||||
|
|
||||||
"On"
|
"On"
|
||||||
{
|
{
|
||||||
"en" "On"
|
"en" "On"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Off"
|
"Off"
|
||||||
{
|
{
|
||||||
"en" "Off"
|
"en" "Off"
|
||||||
@ -245,16 +247,19 @@
|
|||||||
"#format" "{1:s}"
|
"#format" "{1:s}"
|
||||||
"en" "(ALL) {1}"
|
"en" "(ALL) {1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Chat admins"
|
"Chat admins"
|
||||||
{
|
{
|
||||||
"#format" "{1:N}"
|
"#format" "{1:N}"
|
||||||
"en" "(ADMINS) {1}"
|
"en" "(ADMINS) {1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Chat to admins"
|
"Chat to admins"
|
||||||
{
|
{
|
||||||
"#format" "{1:N}"
|
"#format" "{1:N}"
|
||||||
"en" "(TO ADMINS) {1}"
|
"en" "(TO ADMINS) {1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Private say to"
|
"Private say to"
|
||||||
{
|
{
|
||||||
"#format" "{1:N},{2:N}"
|
"#format" "{1:N},{2:N}"
|
||||||
|
Loading…
Reference in New Issue
Block a user