Skip to content

Commit

Permalink
fix: Fix wrong syntax of lang str variable
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed May 8, 2024
1 parent 860749a commit a67fe43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/data/fileStructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,17 +568,17 @@
{
"path": "src/data/lang/english.json",
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/src/data/lang/english.json",
"checksum": "05de5a7d2da79c40834733f124427980"
"checksum": "a6f26ae844583175e729ced992b433ce"
},
{
"path": "src/data/lang/portuguese.json",
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/src/data/lang/portuguese.json",
"checksum": "1afec7300ee8f6fd729422e55994405f"
"checksum": "0a83249bb51bfb36b1c2e4ed4887fe37"
},
{
"path": "src/data/lang/russian.json",
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/src/data/lang/russian.json",
"checksum": "9f93de745e5596791a2bdef226ee1b6b"
"checksum": "acca87a864e611aaaa6733e0964ce4fc"
},
{
"path": "src/data/lang/traditional-chinese.json",
Expand Down
2 changes: 1 addition & 1 deletion src/data/lang/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"mysessionscmdnosessions": "There are currently no active sessions that you have started.",

"addfriendcmdacclimited": "Can't add friend ${profileid} with bot0 because the bot account is limited.",
"addfriendcmdsuccess": "Adding friend ${profileid} with all bot accounts... This will take ~estimatedtime seconds. Please check the log for potential errors.",
"addfriendcmdsuccess": "Adding friend ${profileid} with all bot accounts... This will take ~${estimatedtime} seconds. Please check the log for potential errors.",
"unfriendcmdsuccess": "I am unfriending you with all bot accounts. This will take a moment...\nYou can send me a friend request again at any time.",
"unfriendidcmdsuccess": "Removed friend ${profileid} from all bot accounts.",

Expand Down
2 changes: 1 addition & 1 deletion src/data/lang/portuguese.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"mysessionscmdnosessions": "Atualmente não há sessões ativas que você iniciou.",

"addfriendcmdacclimited": "Não é possível adicionar o amigo ${profileid} com o bot0 porque a conta do bot está limitada.",
"addfriendcmdsuccess": "Adicionando amigo ${profileid} com todas as contas de bot... Isso levará aproximadamente ~estimatedtime segundos. Por favor, verifique o log para possíveis erros.",
"addfriendcmdsuccess": "Adicionando amigo ${profileid} com todas as contas de bot... Isso levará aproximadamente ~${estimatedtime} segundos. Por favor, verifique o log para possíveis erros.",
"unfriendcmdsuccess": "Estou cancelando a amizade com você em todas as contas de bot. Isso levará um momento...\nVocê pode me enviar um pedido de amizade novamente a qualquer momento.",
"unfriendidcmdsuccess": "Removido o amigo ${profileid} de todas as contas de bot.",

Expand Down
2 changes: 1 addition & 1 deletion src/data/lang/russian.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"mysessionscmdnosessions": "В настоящее время нет активных сессий, которые вы начали.",

"addfriendcmdacclimited": "Невозможно добавить ${profileid} в друзья с помощью bot0, потому что аккаунт бота ограничен.",
"addfriendcmdsuccess": "Добавление ${profileid} в друзья ко всем аккаунтам ботов... Это займёт ~estimatedtime сек. Пожалуйста, проверьте журнал на наличие возможных ошибок.",
"addfriendcmdsuccess": "Добавление ${profileid} в друзья ко всем аккаунтам ботов... Это займёт ~${estimatedtime} сек. Пожалуйста, проверьте журнал на наличие возможных ошибок.",
"unfriendcmdsuccess": "Я удаляю вас из друзей со всех аккаунтов ботов. Это займёт некоторое время...\nВы можете отправить мне запрос в друзья в любое время.",
"unfriendidcmdsuccess": "Удалён ${profileid} из друзей из всех аккаунтов ботов.",

Expand Down

0 comments on commit a67fe43

Please sign in to comment.