mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
fix(lang): append UKR translations and fix check translations command (#5642)
This commit is contained in:
parent
19f346503c
commit
b7aafdc718
@ -2,7 +2,7 @@
|
||||
|
||||
The currently available translations are in the lang dir. This table shows the completeness of those translations. Anything not listed does not exist yet, so go ahead and create it by copying `en.json`.
|
||||
|
||||
If you add or update a translation run `grunt check-translations` to update the list and include this modified doc in the pull request.
|
||||
If you add or update a translation run `npm run docs:lang` to update the list and include this modified doc in the pull request.
|
||||
|
||||
## Progress Bar Translations
|
||||
|
||||
@ -1168,51 +1168,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
|
||||
| | restore all settings to the default values |
|
||||
| | End of dialog window. |
|
||||
| | {1} is loading. |
|
||||
| uk.json (missing 45) | Audio Player |
|
||||
| | Video Player |
|
||||
| | Replay |
|
||||
| | Progress Bar |
|
||||
| | progress bar timing: currentTime={1} duration={2} |
|
||||
| | Volume Level |
|
||||
| | captions settings |
|
||||
| | subtitles settings |
|
||||
| | descriptions settings |
|
||||
| | Text |
|
||||
| | White |
|
||||
| | Black |
|
||||
| | Red |
|
||||
| | Green |
|
||||
| | Blue |
|
||||
| | Yellow |
|
||||
| | Magenta |
|
||||
| | Cyan |
|
||||
| | Background |
|
||||
| | Window |
|
||||
| | Transparent |
|
||||
| | Semi-Transparent |
|
||||
| | Opaque |
|
||||
| | Font Size |
|
||||
| | Text Edge Style |
|
||||
| | None |
|
||||
| | Raised |
|
||||
| | Depressed |
|
||||
| | Uniform |
|
||||
| | Dropshadow |
|
||||
| | Font Family |
|
||||
| | Proportional Sans-Serif |
|
||||
| | Monospace Sans-Serif |
|
||||
| | Proportional Serif |
|
||||
| | Monospace Serif |
|
||||
| | Casual |
|
||||
| | Script |
|
||||
| | Small Caps |
|
||||
| | Reset |
|
||||
| | restore all settings to the default values |
|
||||
| | Done |
|
||||
| | Caption Settings Dialog |
|
||||
| | Beginning of dialog window. Escape will cancel and close the window. |
|
||||
| | End of dialog window. |
|
||||
| | {1} is loading. |
|
||||
| uk.json (Complete) | |
|
||||
| vi.json (missing 1) | {1} is loading. |
|
||||
| zh-CN.json (missing 2) | progress bar timing: currentTime={1} duration={2} |
|
||||
| | {1} is loading. |
|
||||
|
@ -81,5 +81,5 @@
|
||||
"Caption Settings Dialog": "Диалог настроек подписи",
|
||||
"Beginning of dialog window. Escape will cancel and close the window.": "Начало диалоговго окна. Кнопка Escape закроет или отменит окно",
|
||||
"End of dialog window.": "Конец диалогового окна.",
|
||||
"{1} is loading.": "{1} загружается."
|
||||
"{1} is loading.": "{1} загружается."
|
||||
}
|
||||
|
47
lang/uk.json
47
lang/uk.json
@ -1,6 +1,9 @@
|
||||
{
|
||||
"Audio Player": "Аудіопрогравач",
|
||||
"Video Player": "Відеопрогравач",
|
||||
"Play": "Відтворити",
|
||||
"Pause": "Призупинити",
|
||||
"Replay": "Відтворити знову",
|
||||
"Current Time": "Поточний час",
|
||||
"Duration": "Тривалість",
|
||||
"Remaining Time": "Час, що залишився",
|
||||
@ -8,6 +11,8 @@
|
||||
"LIVE": "НАЖИВО",
|
||||
"Loaded": "Завантаження",
|
||||
"Progress": "Прогрес",
|
||||
"Progress Bar": "Індикатор завантаження",
|
||||
"progress bar timing: currentTime={1} duration={2}": "{1} з {2}",
|
||||
"Fullscreen": "Повноекранний режим",
|
||||
"Non-Fullscreen": "Неповноекранний режим",
|
||||
"Mute": "Без звуку",
|
||||
@ -22,6 +27,7 @@
|
||||
"Descriptions": "Описи",
|
||||
"descriptions off": "Без описів",
|
||||
"Audio Track": "Аудіодоріжка",
|
||||
"Volume Level": "Рівень гучності",
|
||||
"You aborted the media playback": "Ви припинили відтворення відео",
|
||||
"A network error caused the media download to fail part-way.": "Помилка мережі викликала збій під час завантаження відео.",
|
||||
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Неможливо завантажити відео через мережевий чи серверний збій або формат не підтримується.",
|
||||
@ -36,5 +42,44 @@
|
||||
", opens captions settings dialog": ", відкриється діалогове вікно налаштування підписів",
|
||||
", opens subtitles settings dialog": ", відкриється діалогове вікно налаштування субтитрів",
|
||||
", opens descriptions settings dialog": ", відкриється діалогове вікно налаштування описів",
|
||||
", selected": ", обраний"
|
||||
", selected": ", обраний",
|
||||
"captions settings": "налаштування підписів",
|
||||
"subtitles settings": "налаштування субтитрів",
|
||||
"descriptions settings": "налаштування описів",
|
||||
"Text": "Текст",
|
||||
"White": "Білий",
|
||||
"Black": "Чорний",
|
||||
"Red": "Червоний",
|
||||
"Green": "Зелений",
|
||||
"Blue": "Синій",
|
||||
"Yellow": "Жовтий",
|
||||
"Magenta": "Пурпурний",
|
||||
"Cyan": "Блакитний",
|
||||
"Background": "Фон",
|
||||
"Window": "Вікно",
|
||||
"Transparent": "Прозорий",
|
||||
"Semi-Transparent": "Напівпрозорий",
|
||||
"Opaque": "Прозорість",
|
||||
"Font Size": "Розмір шрифту",
|
||||
"Text Edge Style": "Стиль краю тексту",
|
||||
"None": "Нічого",
|
||||
"Raised": "Піднятий",
|
||||
"Depressed": "Знижений",
|
||||
"Uniform": "Однаковий",
|
||||
"Dropshadow": "Тінь",
|
||||
"Font Family": "Шрифт",
|
||||
"Proportional Sans-Serif": "Пропорційний без засічок",
|
||||
"Monospace Sans-Serif": "Моноширинний без засічок",
|
||||
"Proportional Serif": "Пропорційний із засічками",
|
||||
"Monospace Serif": "Моноширинний із засічками",
|
||||
"Casual": "Випадковий",
|
||||
"Script": "Писемний",
|
||||
"Small Caps": "Малі прописні",
|
||||
"Reset": "Скинути",
|
||||
"restore all settings to the default values": "скинути всі налаштування за замовчуванням",
|
||||
"Done": "Готово",
|
||||
"Caption Settings Dialog": "Діалог налаштувань підпису",
|
||||
"Beginning of dialog window. Escape will cancel and close the window.": "Початок діалоговго вікна. Кнопка Escape закриє або скасує вікно",
|
||||
"End of dialog window.": "Кінець діалогового вікна.",
|
||||
"{1} is loading.": "{1} завантажується."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user