Merge pull request #46 from maxtetdev/patch-1

Update ru.json
pull/47/head
Pål Jørgensen 2019-04-24 09:56:53 +02:00 committed by GitHub
commit f315e810ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 52 additions and 52 deletions

View File

@ -3,120 +3,120 @@
{ {
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "По умолчанию"
} }
], ],
"label": "Cards", "label": "Карточки",
"entity": "card", "entity": "карточка",
"field": { "field": {
"label": "Card", "label": "Карточка",
"fields": [ "fields": [
{ {
"label": "Image" "label": "Изображение"
}, },
{ {
"label": "Alternative text for Image", "label": "Альтернативный текст для изображения",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Опишите, что видно на фото. Текст читается с помощью инструментов преобразования текста в речь, необходимых пользователям с нарушениями зрения."
}, },
{ {
"label": "Audio Track", "label": "Звуковая дорожка",
"description": "An optional sound that plays when the card is turned." "description": "Дополнительный звук, который воспроизводится при повороте карточки."
}, },
{ {
"label": "Matching Image", "label": "Соответствующее изображения",
"description": "An optional image to match against instead of using two cards with the same image." "description": "Необязательное изображение для сравнения вместо использования двух карточек с одинаковым изображением."
}, },
{ {
"label": "Alternative text for Matching Image", "label": "Альтернативный текст для соответствующего изображения",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Describe what can be seen in the photo. Текст читается с помощью инструментов преобразования текста в речь, необходимых пользователям с нарушениями зрения."
}, },
{ {
"label": "Matching Audio Track", "label": "Соответствующая звуковая дорожка",
"description": "An optional sound that plays when the second card is turned." "description": "Дополнительный звук, который воспроизводится при повороте второй карточки."
}, },
{ {
"label": "Description", "label": "Описание",
"description": "An optional short text that will pop up once the two matching cards are found." "description": "Дополнительный короткий текст, который появится после того, как найдены две подходящие карточки."
} }
] ]
} }
}, },
{ {
"label": "Behavioural settings", "label": "Настройки поведения",
"description": "These options will let you control how the game behaves.", "description": "Эти параметры позволят вам контролировать поведение игры.",
"fields": [ "fields": [
{ {
"label": "Position the cards in a square", "label": "Положение карточки на площадке",
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." "description": "Постарайтесь сопоставить количество столбцов и строк при разложении карточек. После чего карточки будут масштабироваться до размера контейнера."
}, },
{ {
"label": "Number of cards to use", "label": "Количество карточек для использования",
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." "description": "Если установить значение больше 2, игра будет выбирать случайные карточки из списка."
}, },
{ {
"label": "Add button for retrying when the game is over" "label": "Добавить кнопку для повтора, когда игра закончена"
} }
] ]
}, },
{ {
"label": "Look and feel", "label": "Смотреть и чувствовать",
"description": "Control the visuals of the game.", "description": "Управление визуальными эффектами игры.",
"fields": [ "fields": [
{ {
"label": "Theme Color", "label": "Цвет темы",
"description": "Choose a color to create a theme for your card game.", "description": "Выберите цвет, чтобы создать тему для своей карточной игры.",
"default": "#909090" "default": "#909090"
}, },
{ {
"label": "Card Back", "label": "Обратная сторона карточки",
"description": "Use a custom back for your cards." "description": "Использование произвольной спины для своих карточек."
} }
] ]
}, },
{ {
"label": "Localization", "label": "Локализация",
"fields": [ "fields": [
{ {
"label": "Card turns text", "label": "Текст перевернутой карточки",
"default": "Card turns" "default": "Карточка перевернута"
}, },
{ {
"label": "Time spent text", "label": "Текст затраченного времени",
"default": "Time spent" "default": "Затраченное время"
}, },
{ {
"label": "Feedback text", "label": "Текст обратной связи",
"default": "Good work!" "default": "Хорошая работа!"
}, },
{ {
"label": "Try again button text", "label": "Текст кнопки повтора",
"default": "Try again?" "default": "Попробовать еще раз?"
}, },
{ {
"label": "Close button label", "label": "Надпись кнопки закрытия",
"default": "Close" "default": "Закрыть"
}, },
{ {
"label": "Game label", "label": "Надпись игры",
"default": "Memory Game. Find the matching cards." "default": "Игра на запоминание. Найти подходящие карточки."
}, },
{ {
"label": "Game finished label", "label": "Надпись завершения игры",
"default": "All of the cards have been found." "default": "Все карточки были найдены."
}, },
{ {
"label": "Card indexing label", "label": "Надпись номера карточки",
"default": "Card %num:" "default": "Карточка %num:"
}, },
{ {
"label": "Card unturned label", "label": "Надпись неперевернутой карточки",
"default": "Unturned." "default": "Неперевернутая."
}, },
{ {
"label": "Card matched label", "label": "Надпись подходящей карточки",
"default": "Match found." "default": "Соответствие найдено."
} }
] ]
} }
] ]
} }