Skip to content

Commit

Permalink
fix(lang): add is loading ru translation (#5630)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliytv authored and gkatsev committed Nov 30, 2018
1 parent e5e1e29 commit 0090b75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/translations-needed.md
Expand Up @@ -244,6 +244,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | End of dialog window. | | | End of dialog window. |
| | {1} is loading. | | | {1} is loading. |
| cs.json (Complete) | | | cs.json (Complete) | |
| cy.json (Complete) | |
| da.json (missing 59) | Audio Player | | da.json (missing 59) | Audio Player |
| | Video Player | | | Video Player |
| | Replay | | | Replay |
Expand Down Expand Up @@ -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. | | | Beginning of dialog window. Escape will cancel and close the window. |
| | End of dialog window. | | | End of dialog window. |
| | {1} is loading. | | | {1} is loading. |
| oc.json (missing 1) | {1} is loading. |
| pl.json (missing 51) | Audio Player | | pl.json (missing 51) | Audio Player |
| | Video Player | | | Video Player |
| | Replay | | | Replay |
Expand Down Expand Up @@ -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. | | | Beginning of dialog window. Escape will cancel and close the window. |
| | End of dialog window. | | | End of dialog window. |
| | {1} is loading. | | | {1} is loading. |
| ru.json (missing 1) | {1} is loading. | | ru.json (Complete) | |
| sk.json (Complete) | | | sk.json (Complete) | |
| sr.json (missing 59) | Audio Player | | sr.json (missing 59) | Audio Player |
| | Video Player | | | Video Player |
Expand Down
3 changes: 2 additions & 1 deletion lang/ru.json
Expand Up @@ -80,5 +80,6 @@
"Done": "Готово", "Done": "Готово",
"Caption Settings Dialog": "Диалог настроек подписи", "Caption Settings Dialog": "Диалог настроек подписи",
"Beginning of dialog window. Escape will cancel and close the window.": "Начало диалоговго окна. Кнопка Escape закроет или отменит окно", "Beginning of dialog window. Escape will cancel and close the window.": "Начало диалоговго окна. Кнопка Escape закроет или отменит окно",
"End of dialog window.": "Конец диалогового окна." "End of dialog window.": "Конец диалогового окна.",
"{1} is loading.": "{1} загружается."
} }

0 comments on commit 0090b75

Please sign in to comment.