diff options
Diffstat (limited to 'public/_locales/ru/messages.json')
-rw-r--r-- | public/_locales/ru/messages.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/public/_locales/ru/messages.json b/public/_locales/ru/messages.json index 28e44548..7eb55ec3 100644 --- a/public/_locales/ru/messages.json +++ b/public/_locales/ru/messages.json @@ -103,9 +103,6 @@ "connectionError": { "message": "Ошибка соединения. Код ошибки: " }, - "wantToSubmit": { - "message": "Вы хотите отправить сегменты для видео с id" - }, "clearTimes": { "message": "Очистить сегменты" }, @@ -311,6 +308,9 @@ "skip_category": { "message": "Пропустить {0}?" }, + "mute_category": { + "message": "Заглушить {0}?" + }, "skip_to_category": { "message": "Пропустить до {0}?", "description": "Used for skipping to things (Skip to Highlight)" @@ -319,6 +319,10 @@ "message": "Пропущено: {0}", "description": "Example: Sponsor Skipped" }, + "muted": { + "message": "{0} заглушен", + "description": "Example: Sponsor Muted" + }, "skipped_to_category": { "message": "Пропущено до {0}", "description": "Used for skipping to things (Skipped to Highlight)" |