LocaleSpanish/Steam/RichPresence.txt
Shadow Panther b271a7fdfa RU: Steam rich presence
EN: Steam rich presence formatting (added missing space)
2024-05-01 15:04:54 +02:00

35 lines
1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"lang"
{
"english"
{
"tokens"
{
"#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)"
}
}
"french"
{
"tokens"
{
"#StatusInPrivateWorld" "I don't speak french this is just a placeholder to show how it should be formatted"
"#StatusInWorld" "I don't speak french this is just a placeholder to show how it should be formatted"
}
}
"german"
{
"tokens"
{
"#StatusInPrivateWorld" "Ist in einer privaten Welt. (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% миров)"
}
}
}