fix 46 and 48 lines

This commit is contained in:
amd64fox
2023-08-01 11:57:00 +03:00
committed by GitHub
parent d983d70848
commit 791ccf5ab3

View File

@@ -184,7 +184,7 @@
"replace": "\"Логотип групповой сессии\"" "replace": "\"Логотип групповой сессии\""
}, },
"46": { "46": {
"match": "\"Leave the group session?\"", "match": "\"Leave the group session.\"",
"replace": "\"Покинуть групповую сессию?\"" "replace": "\"Покинуть групповую сессию?\""
}, },
"47": { "47": {
@@ -192,11 +192,11 @@
"replace": "\"Завершить\"" "replace": "\"Завершить\""
}, },
"48": { "48": {
"match": "\"Are you sure you want to end the session for everyone?\"", "match": "\"Are you sure you want to end the session for everyone.\"",
"replace": "\"Вы уверены, что хотите завершить сеанс для всех?\"" "replace": "\"Вы уверены, что хотите завершить сеанс для всех?\""
}, },
"49": { "49": {
"match": "\"End session\"", "match": "\"End session\"",
"replace": "\"Завершить сессию\"" "replace": "\"Завершить сессию\""
} }
} }