Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

traduction en russe #199

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions app/assets/_locales/ru/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"appDesc": {
"message": "Проверка информации совместно в реальном времени",
"description": "The description of the application, displayed in the web store."
},
"settingYoutubeOverlay": {
"message": "YouTube-интеграция",
"description": "Setting to activate the video overlay on YouTube."
},
"openOnCF": {
"message": "Открыть это видео на CaptainFact.io",
"description": "Status label when button is disactivated."
},
"settings": {
"message": "Настройки",
"description": "Title of the settings header."
},
"videos": {
"message": "Последние видео",
"description": "The Videos tab title"
},
"noVideoAvailable": {
"message": "Здесь нет видео. Попробуйте заглянуть на сайт :",
"description": "Message displayed when there is no video available"
},
"requestPermissions": {
"message": "Для использования функций CaptainFact на YouTube нам необходимо ваше разрешение.",
"description": "Message to request permissions"
},
"btnGrantPermissions": {
"message": "Предоставить разрешения",
"description": "Ok button"
},
"btnNoPermissions": {
"message": "Не предоставлять",
"description": "No button"
}
}