Translations by theadmin

theadmin has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 69 results
1.
Building Android Applications
2014-01-09
Сборка Android-приложений
2.
Ren'Py contains tools that help you take a packaging-centric approach to Android game development. In this approach, you will use a PC to build an Android package and upload it to your device. You can then run the game like any Android application. When it works correctly, you can upload the package you make to Google Play and other app stores.
2014-01-09
Ren'Py содержит инструменты, которые помогают вам приблизится к разработке игр на Android с пакетно-центричным подходом. С таким подходом, вы используете компьютер, чтобы построить Android-пакет и загрузить его на свое устройство. Потом, вы можете запустить игру как любое Android-приложение. Когда оно заработает правильно, вы можете загрузить пакет на Google Play и другие магазины приложений.
3.
Building an Android application takes four or five steps:
2014-01-09
Сборка Android-приложений занимает четыре-пять шагов:
4.
Download and install RAPT, the Java Development Kit, and Android USB Drivers (scroll down for links).
2014-01-09
Скачайте и установите RAPT, инструментарий разработчика Java (JDK) и драйвера USB для Android (ссылки приведены ниже).
5.
Use the launcher to install the Android SDK and create keys.
2014-01-09
Используйте Launcher для установки Android SDK и создания ключей.
6.
Use the launcher to configure the Android build.
2014-01-09
Используйте Launcher для настройки сборки для Android.
7.
Use the launcher to build the Android application.
2014-01-09
Используйте Launcher для сборки Android-приложения.
8.
Once you've finished these steps, you'll have a runnable Android package. You'll only need to run step 3 when you decide to make changes to your game's configuration or when configuring a new game entirely; you'll run step 4 most often, whenever you need to make a new build of your game.
2014-01-09
Когда вы закончите эти шаги, у вас будет запускаемый Android-пакет. Выполнять шаг 3 нужно лишь если вы хотите изменить конфигурацию вашей игры или собрать новую игру, а шаг 4 придется запускать чаще всего, каждый раз, как вам нужна новая версия вашей игры.
9.
Step 1: Installing the Dependencies
2014-01-09
Шаг 1: Установка зависимостей
10.
There are three things you may need to manually download and install before you can build packages:
2014-01-09
Вам нужно загрузить и установить три вещи вручную перед сборкой Android-пакетов:
11.
**Java Development Kit.** The Java Development Kit (JDK) contains several tools that are used by |PGS4A|, including the tools used to generate keys and sign packages. It can be downloaded from:
2014-01-09
**JDK.** Инструментарий разработчика Java (JDK) содержит несколько инструментов, используемых |PGS4A|, включая те, что нужны для генерации ключей и создания пакетов. Его можно скачать из:
12.
http://www.oracle.com/technetwork/java/javase/downloads/index.html
2014-01-09
http://www.oracle.com/technetwork/java/javase/downloads/index.html
13.
Please note that the developer-focused JDK is different from the user-focused JRE, and you'll need the JDK to create Android packages.
2014-01-09
Пожалуйста знайте, что JDK для разработчиков отличен от JRE для пользователей, и вам понадобится JDK для сборки Android-пакетов.
14.
**Android Device Drivers.** On Windows, you may want to install a device driver to access your device, although this is not necessary. Links to android device drivers can be found at:
2014-01-09
**Драйвера Android.** На Windows, вам возможно понадобится установить драйвер для доступа к устройству, хотя это необязательно. Ссылки на драйвера Android могут быть найдены на:
15.
http://developer.android.com/sdk/oem-usb.html
2014-01-09
http://developer.android.com/sdk/oem-usb.html
16.
On Linux or OS X, you won't need a device driver. If you can't access your device, you may need to read:
2014-01-09
На Linux и OS X, драйвер не понадобится. Если вы не можете получить доступ к своему устройству, прочтите:
17.
http://developer.android.com/guide/developing/device.html#setting-up
2014-01-09
http://developer.android.com/guide/developing/device.html#setting-up
18.
However, modern versions of Linux and OS X should just work.
2014-01-09
Однако, современные версии Linux и OS X должны просто работать.
19.
**RAPT.** The latest version of RAPT can be downloaded from:
2014-01-09
**RAPT.** Последнюю версию RAPT можно скачать из:
20.
http://www.renpy.org/dl/android
2014-01-09
http://www.renpy.org/dl/android
21.
Once RAPT has been downloaded, you should unpack it inside the Ren'Py directory. (The directory that contains renpy.exe, renpy.sh, and the Ren'Py app.) Then restart the launcher to ensure that it detects the presence of RAPT.
2014-01-09
Когда RAPT будет загружен, распакуйте его в папку с Ren'Py. (Эта папка содержит renpy.exe, renpy.sh и приложение Ren'Py.) После этого, перезапустите Launcher чтобы убедится, что он обнаружил RAPT.
22.
Step 2: Set up the Android SDK and Development Environment
2014-01-09
Шаг 2: Установите Android SDK и среду разработки
23.
The next step is to set up the Android SDK and the rest of your development environment. This step will:
2014-01-09
Следующий шаг - установить Android SDK и остальные части среды разработки. Этот шаг:
24.
Check that the JDK is installed properly.
2014-01-09
Проверит, что JDK верно установлено.
25.
Install Apache Ant.
2014-01-09
Установит Apache Ant.
26.
Install the Android SDK.
2014-01-09
Установит Android SDK.
27.
Use the Android SDK to install the appropriate development packages.
2014-01-09
Использует Android SDK для установки необходимых пакетов разработки.
28.
Create a signing key that will be used to sign packages that are placed on the market (android.keystore: this will be generated in the RAPT directory).
2014-01-09
Создаст ключ, который будет использован для подписывания пакетов, размещаемых в Google Play (android.keystore: данный файл будет создан в папке RAPT).
29.
This step requires Internet access.
2014-01-09
Этот шаг требует доступа к сети Интернет.
30.
To perform this step, choose "Install SDK & Create Keys" from the Android screen in the Ren'Py Launcher.
2014-01-09
Для выполнения этого шага, выберите "Установить SDK и создать ключи" из экрана Android в Ren'Py Launcher.
31.
RAPT will report on what it's doing. It will also prompt you with warnings about licenses, and ask if you want it to generate a key.
2014-01-09
RAPT покажет, что он делает. Он также предупредит вас о лицензиях, и спросит, хотите ли вы создать ключ.
32.
The key generated by RAPT is created with a standard passphrase. You should really use keytool to generate your own signing keys.
2014-01-09
Ключ, создаваемый RAPT, создается со стандартной парольной фразой. Вам действительно стоит использовать keytool для создания своих ключей.
33.
http://docs.oracle.com/javase/1.3/docs/tooldocs/win32/keytool.html
2014-01-09
http://docs.oracle.com/javase/1.3/docs/tooldocs/win32/keytool.html
34.
At the very least, you should keep the android.keystore file in a safe place. You should also back it up, because without the key, you won't be able to upload the generated applications.
2014-01-17
Хотя бы сохраните ваш файл android.keystore в безопасном месте, потому что без ключа, вы не сможете загрузить созданное приложение.
35.
Step 3: Configure Your Game
2014-01-09
Шаг 3: Настройте вашу игру
36.
Before building a package, you must give Ren'Py some information about the Android build of your game. To do this, choose "Configure" from the Android screen of the Ren'Py launcher.
2014-01-09
До того, как собирать пакет, вы должны дать Ren'Py некоторую информацию о сборке вашей игры для Android. Для того, чтобы это сделать, выберите "Настроить" на экране Android в Ren'Py Launcher.
37.
If you need to change the information - for example, if you release a new version of your game - you can re-run the configure command. Your previous choices will be remembered.
2014-01-09
Если вам нужно изменить информацию, например, при выпуске новой версии игры, вы можете перезапустить команду настройки. Ваши старые настройки будут запомнены.
38.
Step 4: Build and Install the Package
2014-01-09
Постройте и установите пакет
39.
Finally, you can build and install the package. This is done with a by connecting your Android device to your computer, and choosing "Build & Install" from the Android screen of the Ren'Py launcher. (The first time you install, your Android device may ask you to authorize your computer to install applications.)
2014-01-09
Наконец, вы можете собрать и установить пакет. Для этого, соедините свое Android-устройство с компьютером, и выберите "Собрать и установить" на экране Android в Ren'Py Launcher. (При первой установке, устройство Android может запросить авторизацию для установки приложений с компьютера.)
40.
If you'd rather copy the game's apk file to your Android device manually, choose "Build Package" from the Android screen of the Ren'Py launcher. Then navigate to the 'bin' directory underneath the RAPT directory and copy the file mygame-release.apk into your Android Device. You will then need to find the .apk file in your Android device using a file manager application and open it to install the game.
2014-01-09
Если бы вы хотели передать apk-файл на устройство вручную, выберите "Собрать пакет" с экрана Android в Ren'Py Launcher. После этого, направтесь в папку bin в папке RAPT и скопируйте файл mygame-release.apk на ваше Android-устройство. Затем, найдите этот файл на вашем устройстве и установите его, используя диспетчер файлов.
41.
Viewing Debug Output
2014-01-09
Просмотр отладочного вывода
42.
Debug output can be found by running the adb command manually from the terminal. After installing the SDK, the adb command can be found as `rapt-dir`/android-sdk/platform-tools/adb. (On Windows, use adb.exe.)
2014-01-09
Вывод отладки может быть найден при запуске команды adb вручную из терминала. После установки SDK, команда adb может быть найдена в `rapt-dir`/android-sdk/platform-tools/adb. (На Windows, используйте adb.exe.)
43.
To view output from Ren'Py, consider a command line like:
2014-01-09
Для просмотра вывода Ren'Py, воспользуйтесь такой командой:
44.
adb logcat -s python:*
2014-01-09
adb logcat -s python:*
45.
Icon and Presplash Images
2014-01-09
Иконка и изображение загрузки
46.
There are several special files that are used to set the icon and presplash images used by the package. These files should be placed in the base directory.
2014-01-09
Существует несколько особых файлов, которые используются для установки иконки и изображения загрузки в пакете. Эти файлы следует разместить в основную директорию.
47.
android-icon.png
2014-01-09
android-icon.png
48.
The icon that's used for the app in the Android launcher. This icon is automatically scaled down to the appropriate size, and should be larger that 144x144.
2014-01-09
Иконка, используемая для приложения в списке приложений Android. Иконка автоматически масштабируется до нужного размера, и должна быть больше чем 144x144.
49.
android-`density`-icon.png
2014-01-09
android-`плотность`-icon.png
50.
If present, these are used in preference to android-icon.png for screens of the given densities. This allows for pixel-perfect icons. Available screen densities and the corresponding icon sizes are:
2014-01-09
Если существуют, эти используются вместо android-icon.png на экранах соответствующих плотностей. Это позволяет делать превосходно отображаемые иконки. Доступные плотности экрана и соответствующие размеры иконок таковы: