From 0090b75672a66f7a23766e05295093716d0195d4 Mon Sep 17 00:00:00 2001 From: Vitalii Tverdokhlib Date: Fri, 30 Nov 2018 17:49:24 +0200 Subject: [PATCH] fix(lang): add is loading ru translation (#5630) --- docs/translations-needed.md | 4 +++- lang/ru.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/translations-needed.md b/docs/translations-needed.md index 7411171228..97c0586817 100644 --- a/docs/translations-needed.md +++ b/docs/translations-needed.md @@ -244,6 +244,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | End of dialog window. | | | {1} is loading. | | cs.json (Complete) | | +| cy.json (Complete) | | | da.json (missing 59) | Audio Player | | | Video Player | | | Replay | @@ -941,6 +942,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Beginning of dialog window. Escape will cancel and close the window. | | | End of dialog window. | | | {1} is loading. | +| oc.json (missing 1) | {1} is loading. | | pl.json (missing 51) | Audio Player | | | Video Player | | | Replay | @@ -1037,7 +1039,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Beginning of dialog window. Escape will cancel and close the window. | | | End of dialog window. | | | {1} is loading. | -| ru.json (missing 1) | {1} is loading. | +| ru.json (Complete) | | | sk.json (Complete) | | | sr.json (missing 59) | Audio Player | | | Video Player | diff --git a/lang/ru.json b/lang/ru.json index 486e6d205d..9b2358d18a 100644 --- a/lang/ru.json +++ b/lang/ru.json @@ -80,5 +80,6 @@ "Done": "Готово", "Caption Settings Dialog": "Диалог настроек подписи", "Beginning of dialog window. Escape will cancel and close the window.": "Начало диалоговго окна. Кнопка Escape закроет или отменит окно", - "End of dialog window.": "Конец диалогового окна." + "End of dialog window.": "Конец диалогового окна.", + "{1} is loading.": "{1} загружается." }