mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
RU: Steam rich presence
EN: Steam rich presence formatting (added missing space)
This commit is contained in:
parent
1c6b376c21
commit
b271a7fdfa
1 changed files with 9 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"tokens"
|
"tokens"
|
||||||
{
|
{
|
||||||
"#StatusInPrivateWorld" "Is in a private world. (has %total_worlds% open)"
|
"#StatusInPrivateWorld" "Is in a private world. (has %total_worlds% open)"
|
||||||
"#StatusInWorld" "Is in %current_world_name% with %current_world_users% other users.(has %total_worlds% open)"
|
"#StatusInWorld" "Is in %current_world_name% with %current_world_users% other users. (has %total_worlds% open)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"french"
|
"french"
|
||||||
|
|
@ -24,4 +24,12 @@
|
||||||
"#StatusInWorld" "Ist in %current_world_name% mit %current_world_users% anderen Nutzern. (hat %total_worlds% geöffnet)"
|
"#StatusInWorld" "Ist in %current_world_name% mit %current_world_users% anderen Nutzern. (hat %total_worlds% geöffnet)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
"russian"
|
||||||
|
{
|
||||||
|
"tokens"
|
||||||
|
{
|
||||||
|
"#StatusInPrivateWorld" "В приватном мире. (всего открыто %total_worlds% миров)"
|
||||||
|
"#StatusInWorld" "В %current_world_name% с %current_world_users% другими пользователями. (всего открыто %total_worlds% миров)"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue