-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from andyps/master
Added russian language #142
- Loading branch information
Showing
2 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
{ | ||
"": "", | ||
"Run code": "Запустить код", | ||
"Clear": "Очистить", | ||
"Settings": "Настройки", | ||
"About": "О программе", | ||
"Save": "Сохранить", | ||
"Cancel": "Отмена", | ||
"General": "Общие", | ||
"Editor": "Редактор", | ||
"PHP": "PHP", | ||
"Language": "Язык", | ||
"Font size": "Размер шрифта", | ||
"Binary path": "Путь к бинарному файлу", | ||
"Theme": "Тема", | ||
"Import from file": "Импорт из файла", | ||
"Error": "Ошибка", | ||
"Could not import from file.": "Не получилось сделать импорт из файла.", | ||
"An error has occurred.": "Произошла ошибка.", | ||
"Word wrapping": "Перенос слов", | ||
"Yes": "Да", | ||
"No": "Нет", | ||
"Highlight active line": "Подсветить текущую строку", | ||
"Close": "Закрыть", | ||
"This software is free and open source.": "Это программа бесплатна и с открытым исходным кодом.", | ||
"The source is available at": "Исходники доступны здесь", | ||
"Created by Rafael Jaques ([email protected]) with": "Создано Rafael Jaques ([email protected]) с помощью", | ||
"Quit": "Выход", | ||
"Mode": "Режим", | ||
"Regular application": "Обычное приложение", | ||
"Tray only": "Только в лотке", | ||
"Requires restart": "Требует рестарта", | ||
"Edit": "Редактирование", | ||
"Undo": "Отмена операции", | ||
"Redo": "Повтор операции", | ||
"Cut": "Вырезать", | ||
"Copy": "Копировать", | ||
"Paste": "Вставить", | ||
"Select All": "Выделить Все", | ||
"View": "Вид", | ||
"Toggle Full Screen": "Полный Экран", | ||
"Window": "Окно", | ||
"Minimize": "Свернуть", | ||
"Help": "Помощь", | ||
"on GitHub": "на GitHub", | ||
"Submit an issue": "Сообщить о проблеме", | ||
"Services": "Сервисы", | ||
"Hide": "Скрыть", | ||
"Hide Others": "Скрыть Другие", | ||
"Show All": "Показать Все", | ||
"Bring All to Front": "Все Сверху Всех", | ||
"Toggle mode": "Переключить режим", | ||
"Preferences": "Предпочтения", | ||
"PHP binary found!": "Бинарный файл php найден!", | ||
"Starting app...": "Идет запуск приложения...", | ||
"PHP Assistant: First run check...": "PHP Помощник: Сначала запустите проверку...", | ||
"Preparing to start app for the first time...": "Подготовка к первому старту программы...", | ||
"Type PHP binary location": "Введите расположение бинарного файла PHP", | ||
"Browse to PHP binary": "Указать бинарный файл PHP", | ||
"Done": "Сделано", | ||
"Could not find PHP binary!": "Не удалось найти бинарный файл PHP!", | ||
"Find PHP binary": "Найти бинарный файл PHP", | ||
"Oops! Invalid binary or the file doesn't exists.": "Упс! Файл не существует или не является корректным.", | ||
"Auto run code": "Запуск кода автоматически", | ||
"Presentation mode": "Режим презентации", | ||
"Output": "Вывод", | ||
"Increase font size": "Увеличить размер шрифта", | ||
"Decrease font size": "Уменьшить размер шрифта", | ||
"Presentation": "Презентация", | ||
"Try to open secondary window in another display": "Попытайтесь открыть второе окно на другом дисплее", | ||
"Single Display Mode": "Режим Одиночного Дисплея", | ||
"Multi Display Mode": "МультиДисплейный Режим", | ||
"Invalid PHP binary": "Неверный бинарный файл PHP", | ||
"Version": "Версия", | ||
"Are you sure?": "Вы уверены?", | ||
"Removing {{version}} version. Are you sure?": "Удаление версии {{version}}. Вы уверены?", | ||
"OK": "OK", | ||
"You don't have any PHP binary. Add one using the settings screen and try again.": "Вы не указали бинарный PHP файл. Укажите, используя экран настроек и попытайтесь снова.", | ||
"Full screen": "Полноэкранный режим", | ||
"Exit presentation mode": "Выйти из режима презентации", | ||
"Working path": "Рабочий путь", | ||
"Current working path": "Текущая рабочая папка", | ||
"Change working path": "Сменить рабочую папку", | ||
"Reset working path": "Сбросить рабочую папку", | ||
"Be careful! This is not a sandbox. The indiscriminate use of some functions may damage the system.": "Будьте осторожны! Это не песочница. Неосторожное использование некоторых функций может повредить систему.", | ||
"None": "Ничего", | ||
"Add binary": "Добавить бинарный файл", | ||
"When a working path is set, your code will be executed in that directory context.": "Когда рабочая папка будет установлена, Ваш код будет исполнен в контексте этой папки.", | ||
"Update available": "Доступно обновление", | ||
"Check for updates automatically": "Проверять обновления автоматически", | ||
"Check for updates now": "Проверить обновления сейчас", | ||
"Default font size": "Размер шрифта по умолчанию", | ||
"File": "Файл", | ||
"Don't change": "Не изменять", | ||
"Updates": "Обновления", | ||
"Update presentation code as you type": "Обновлять предпросмотр кода во время набора", | ||
"Welcome": "Добро пожаловать", | ||
"Welcome to PHP Assistant. Here are the usage instructions.": "Вас приветствует PHP Assistant. Здесь Вы найдете инструкции по использованию.", | ||
"This application comes with a bundled PHP version.": "Это приложения поставляется с определенной версией PHP.", | ||
"If you have any other version, the application will attempt to automatically discover where PHP is. If not possible, you should indicate where the PHP executable\/binary is located.": "Если у Вас есть другая версия, приложение попытается автоматически ее найти. В случае, если это не удастся, Вам нужно будет указать расположение бинарного файла PHP.", | ||
"If you installed tools such as XAMPP, you can use PHP that came along.": "Если у Вас установлены такие программы как XAMPP, Вы можете использовать PHP, который поставляется с ними.", | ||
"Once you are ready, click the button below to proceed.": "Как только Вы будете готовы, нажмите кнопку ниже для продолжения.", | ||
"Next": "Следующий", | ||
"Choose mode": "Выбрать режим", | ||
"PHP Assistant works in two ways: as a common application and as an application of the notification bar. You can change this later.": "PHP Assistant работает двумя способами: как обычное приложение и как приложение в панеле уведомлений. Вы сможете поменять это позже.", | ||
"Depending on the Linux distribution, status bar mode may not work.": "В зависимости от дистрибутива Linux, строка статуса может не работать.", | ||
"Tray application": "Свернуть приложение в лоток", | ||
"Start application": "Запустить приложение" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters