1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 14:42:31 +01:00
flox/client/resources/languages/ru.json
Viktor Geringer 6f26fdc376
Feature/calendar (#107)
* add more comments for models

* add translation

* add calendar component

* style calendar, add hotkeys

* update readme

* move into own service

* add calendar test

* fix import test, update readme

* fix scrollbar for weeks

* check for empty request

* remove update-genre-list

* relation for tv shows has been forgotten to load

* stop loading twice and prevent overwriting

* remove events outside from month, fix chrome styling
2018-11-09 22:10:33 +01:00

76 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"username": "Логин",
"password": "Пароль",
"login button": "Войти",
"login error": "Не верное имя пользователя или пароль",
"suggestions": "Рекомендации",
"suggestions for": "Suggestions for",
"refresh infos": "Refresh infos",
"delete item": "Удалить",
"confirm delete": "Вы уверены?",
"search": "Найти",
"search for": "Search for",
"search or add": "Найти или добавить",
"load more": "Загрузить еще",
"nothing found": "Ничего не найдено",
"calendar": "Calendar",
"trending": "Популярные",
"upcoming": "Ожидаемые",
"now-playing": "Now Playing",
"tv": "Сериалы",
"movies": "Фильмы",
"movie": "Movie",
"last seen": "Последние просмотренные",
"own rating": "Own Rating",
"title": "Title",
"release": "Release",
"tmdb rating": "TMDb Rating",
"imdb rating": "IMDb Rating",
"change color": "Изменить цвета",
"settings": "Настройки",
"logout": "Выход",
"tab user": "Gebruiker",
"tab options": "Options",
"tab backup": "Backup",
"tab misc": "Diversen",
"save button": "Сохранить",
"password message": "Оставьте поле пустым, если не хотите менять его",
"success message": "Успешно изменено",
"export button": "Экспорт фильмов",
"import button": "Импорт фильмов",
"or divider": "ИЛИ",
"sync scout": "Синхронизировать Laravel Scout",
"display genre": "Отобразить жанр",
"display date": "Отобразить дату",
"success import": "The import can now take a few minutes",
"import warn": "Все фильмы будут заменены. Убедитесь, что вы сделали резервную копию!",
"current version": "Текущая версия:",
"new update": "Доступно новое обновление flox!",
"no update": "Нет обновлений",
"checking update": "Проверка обновлений...",
"spoiler": "Защита от спойлеров для названий эпизодов",
"call file-parser": "Call file-parser",
"refresh all infos": "Refresh infos for all data",
"refresh all triggered": "This may now take a few minutes",
"watch trailer": "Watch Trailer",
"trailer for": "Trailer for",
"add to watchlist": "Add to Watchlist",
"remove from watchlist": "Remove from Watchlist",
"no tmdb rating": "No TMDb Rating",
"loading imdb rating": "Loading IMDb Rating...",
"no imdb rating": "No IMDb Rating",
"overview": "Overview",
"watchlist": "Watchlist",
"show watchlist": "Show Watchlist Items everywhere",
"feedback": "If you have any feedback for us, please open an issue on",
"no release": "No release date yet",
"show own ratings": "Show own ratings",
"always": "Always",
"on hover": "On hover",
"never": "Never"
}