Skip to content

Commit 0090b75

Browse files
vitaliytvgkatsev
authored andcommitted
fix(lang): add is loading ru translation (#5630)
1 parent e5e1e29 commit 0090b75

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/translations-needed.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
244244
| | End of dialog window. |
245245
| | {1} is loading. |
246246
| cs.json (Complete) | |
247+
| cy.json (Complete) | |
247248
| da.json (missing 59) | Audio Player |
248249
| | Video Player |
249250
| | Replay |
@@ -941,6 +942,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
941942
| | Beginning of dialog window. Escape will cancel and close the window. |
942943
| | End of dialog window. |
943944
| | {1} is loading. |
945+
| oc.json (missing 1) | {1} is loading. |
944946
| pl.json (missing 51) | Audio Player |
945947
| | Video Player |
946948
| | Replay |
@@ -1037,7 +1039,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
10371039
| | Beginning of dialog window. Escape will cancel and close the window. |
10381040
| | End of dialog window. |
10391041
| | {1} is loading. |
1040-
| ru.json (missing 1) | {1} is loading. |
1042+
| ru.json (Complete) | |
10411043
| sk.json (Complete) | |
10421044
| sr.json (missing 59) | Audio Player |
10431045
| | Video Player |

lang/ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@
8080
"Done": "Готово",
8181
"Caption Settings Dialog": "Диалог настроек подписи",
8282
"Beginning of dialog window. Escape will cancel and close the window.": "Начало диалоговго окна. Кнопка Escape закроет или отменит окно",
83-
"End of dialog window.": "Конец диалогового окна."
83+
"End of dialog window.": "Конец диалогового окна.",
84+
"{1} is loading.": "{1} загружается."
8485
}

0 commit comments

Comments
 (0)