From 3ad46946a23de2dd753f0ac6990403608fc7eed2 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 9 Sep 2023 12:52:15 +0300 Subject: [PATCH] typos fixed in translation --- patches/Augmented translation/ru.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/patches/Augmented translation/ru.json b/patches/Augmented translation/ru.json index 488a888..249612e 100644 --- a/patches/Augmented translation/ru.json +++ b/patches/Augmented translation/ru.json @@ -228,7 +228,7 @@ "replace": "\"Добавить в меню плейлиста\"" }, "57": { - "match": "\"user% ended the Jam\"", + "match": "\"%user% ended the Jam\"", "replace": "\"%user% завершил сессию\"" }, "58": { @@ -284,7 +284,7 @@ "replace": "\"Изменить\"" }, "71": { - "match": "\"Disable Smart Shuffle for {0}\"", + "match": "\"Disable Smart Shuffle for \{0\}\"", "replace": "\"Отключить умное перемешивание для {0}\"" }, "72": { @@ -332,23 +332,27 @@ "replace": "\"Изменения сохранены\"" }, "83": { - "match": "\"Added to {0}\"", + "match": "\"Added to \{0\}\"", "replace": "\"Добавлено в {0}\"" }, "84": { + "match": "\"Removed from \{0\}"", + "replace": "\"Удалено из {0}\"" + }, + "85": { "match": "\"Are you sure you want to end the Jam for everyone.\"", "replace": "\"Вы уверены, что хотите завершить сессию для всех?\"" }, - "85": { + "86": { "match": "\"End Jam\"", "replace": "\"Завершить сессию\"" }, - "86": { + "87": { "match": "\"Leave Jam\"", "replace": "\"Покинуть сессию\"" }, - "87": { + "88": { "match": "\"Are you sure you want to leave the Jam.\"", "replace": "\"Вы уверены, что хотите покинуть сессию?\"" } -} \ No newline at end of file +}